1. b273463 Scroll text edit box after inserting new line by CTRL+Enter by WHR · 5 years ago
  2. f575e1b Bold target user name in private messaging mode by WHR · 5 years ago
  3. b0a46d0 Fix file descriptor leak by WHR · 6 years ago
  4. 7a8072f Fix missing new line and space in Simplified Chinese messages; add license header to Simplified Chinese messages file by WHR · 6 years ago
  5. cb0b2b5 Translate to Simplified Chinese again; add an additional team under GNU-GPL-3 to allow distribute .qm files without .ts files by WHR · 6 years ago
  6. a341f93 Use a silently smaller font size for check box '&PM to selected user' in most cases by WHR · 6 years ago
  7. 108517f Change user name colors to adapt both light and dark backgrounds by WHR · 6 years ago
  8. 396feb8 Warn user about invalid SSH configurations during connection by WHR · 6 years ago
  9. a0da742 Fix some crashes when MainWindow constractor fail by WHR · 6 years ago
  10. 7a387df Set a shorter ServerAliveInterval by WHR · 6 years ago
  11. f3d8649 Fix incorrect text color in dark UI style by WHR · 6 years ago
  12. 7c7bd32 Fix crashing on connection window by WHR · 6 years ago
  13. 9ca4ff0 Allow apply some SSH settings without recreate MainWindow; disable some noisy debug messages by WHR · 6 years ago
  14. a7fbc10 Fix extra space character in message tag by WHR · 6 years ago
  15. 3da0641 Merge branch 'master' of ssh://git.code.sf.net/p/sshout/qt-client-code by WHR · 6 years ago
  16. 62f00ca Back to broadcast messaging when target user leaves in most cases by WHR · 6 years ago
  17. 3d5d3f7 fix typo of #include<direct.h> by papadave66 · 6 years ago
  18. c7780ca Change message tag: print user name first, then time, just like TM by WHR · 6 years ago
  19. b9b0acf Fix defining 'mkdir' break Qt header files by WHR · 6 years ago
  20. cae9983 Another fix for mkdir(2) issue on Windows by WHR · 6 years ago
  21. 53ea82d Remove misleading '@' from message tag by WHR · 6 years ago
  22. 5d30a58 Use colorized user names in chat area by poilynx · 6 years ago
  23. 3d1d4d4 Move 'PM to selected user' check box to top by WHR · 6 years ago
  24. aabddcb Add a comment to indicate that the Windows API design is shit by WHR · 6 years ago
  25. 36ae584 Windows compatibility fixes by Rabenda · 6 years ago
  26. 94abf2f Back to broadcast messaging when target user leaves by WHR · 6 years ago
  27. e4f7dd6 Implement private messaging by WHR · 6 years ago
  28. 25279ef Is this change fixed anything? by WHR · 6 years ago
  29. efab295 Set stricter default permissions for log files by WHR · 6 years ago
  30. fadbad0 Set a short connect timeout value for ssh(1) by WHR · 6 years ago
  31. 8e0ede3 Support unicode in SSH user name from command line by WHR · 6 years ago
  32. 872dde0 Remove useless user name that may be specified from host name by WHR · 6 years ago
  33. 3c619d2 Prevent host name and commands are accidentally interpreted as options by WHR · 6 years ago
  34. e30d222 Allow override default SSH user name 'sshout' via command line for public chatrooms by WHR · 6 years ago
  35. 2d3c95f Fix inserting text always scrolling chat area by WHR · 6 years ago
  36. a9e19c7 Merge branch 'master' of ssh://git.code.sf.net/p/sshout/qt-client-code by WHR · 6 years ago
  37. 5a08938 Bug fixes by WHR · 6 years ago
  38. 216ea76 Update translations for 'Paste' and 'About Qt...'. by SuperMarioSF · 6 years ago
  39. 01a56d7 Fix Qt5 includes by WHR · 6 years ago
  40. dc4ed04 Support the latest API changes by WHR · 6 years ago
  41. 8dc2a32 Add actions 'Paste' and 'About Qt' in menu of main window; some other unintelligible changes by WHR · 6 years ago
  42. 93bb386 Fix rich text formats may affect later messages in chat area; fix a by WHR · 6 years ago
  43. 33ddc85 Disable some warnings; some other unintelligible changes by WHR · 6 years ago
  44. 5d6a516 Update translations for user info dialog. by SuperMarioSF · 6 years ago
  45. 93bf324 Add tr wrapper for session list header; Set text label style for main tool bar by WHR · 6 years ago
  46. 0e6aada Mereged commit with edited .gitignore by SuperMarioSF · 6 years ago
  47. 98e08a8 Merge branch 'master' of ssh://git.code.sf.net/p/sshout/qt-client-code by SuperMarioSF · 6 years ago
  48. 3acf5f0 Modified window and add more translations strings. by SuperMarioSF · 6 years ago
  49. 9cb8e93 Translate word 'Default' by WHR · 6 years ago
  50. a4e5df4 Move include of QtCore/QMimeData out of the Qt version check condition by WHR · 6 years ago
  51. 929080d Merge branch 'master' of ssh://git.code.sf.net/p/sshout/qt-client-code by WHR · 6 years ago
  52. 708f623 Fix Copy action can't be used in chat area context menu; try to fix some by WHR · 6 years ago
  53. aeaa11c add <QMimeData> in mainwindow.cpp for qt5 by papadave66 · 6 years ago
  54. b972563 Fix undeclared identifier in OS X by WHR · 6 years ago
  55. 53138d3 Add the program icon that drawn by SuperMarioSF by WHR · 6 years ago
  56. 8e7f869 Add an action in tool bar to send image from clipboard by WHR · 6 years ago
  57. 06ac3a2 Add available languages in settings dialog by scanning translation files by WHR · 6 years ago
  58. 40731ac Adapt the Simplified Chinese translation file provided by SuperMarioSF by WHR · 6 years ago
  59. f56ca82 Merge branch 'master' of ssh://git.code.sf.net/p/sshout/qt-client-code by WHR · 6 years ago
  60. fa83e4b Remove log database lock file on close; Add translation support by WHR · 6 years ago
  61. bfd030d Add translation file for simplified chinese by SuperMarioSF · 6 years ago
  62. 29eec0f Set attribute WA_DeleteOnClose for ConnectionWindow and MainWindow to by WHR · 6 years ago
  63. cb6ce55 Add support of sending image via drag and drop by WHR · 6 years ago
  64. efe68a5 Use SHA-1 hashes as file names of image files instead of random strings by WHR · 6 years ago
  65. a826ffc Add lock file for log database file by WHR · 6 years ago
  66. 2eb0cc0 Clean up by WHR · 6 years ago
  67. 4ce6579 Merge branch 'master' of ssh://git.code.sf.net/p/sshout/qt-client-code by WHR · 6 years ago
  68. eb0e584 Add messages local log by WHR · 6 years ago
  69. ac9a7b5 add some qt5 include by papadave66 · 6 years ago
  70. 0ad926b Add session list of on-line users by WHR · 6 years ago
  71. fe49a83 Support auto connect on start by WHR · 6 years ago
  72. bb1554d Add support of separate known hosts by WHR · 6 years ago
  73. 9920302 Add many settings by WHR · 6 years ago
  74. d4811c6 Add unread message count in window title by WHR · 6 years ago
  75. 17e5d39 Add 'Copy &Image' action for the chat area context menu by WHR · 6 years ago
  76. 46a2aa9 Put '&Open Image' as first action to the context menu by WHR · 6 years ago
  77. c76cb09 Add an action to open the received image in context menu of chat area by WHR · 6 years ago
  78. 8696e74 Add a preview dialog when sending image, to comfirm the image by WHR · 6 years ago
  79. 59013c3 Merge branch 'master' of ssh://git.code.sf.net/p/sshout/qt-client-code by WHR · 6 years ago
  80. 035d4b2 Set window title for main window; some other fixes by WHR · 6 years ago
  81. 0ef00db add some qt5 fix by papadave66 · 6 years ago
  82. 12eca88 Merge branch 'master' of ssh://git.code.sf.net/p/sshout/qt-client-code by WHR · 6 years ago
  83. b0c8603 Pressing Up to duplicate last sent message by WHR · 6 years ago
  84. 351fb3d Set environment for ExternalSSHClient by WHR · 6 years ago
  85. a654550 Sync daemon code due to api.h changes by WHR · 6 years ago
  86. 3a76b7f Fix font settings won't apply after displaying rich text message by WHR · 6 years ago
  87. 0fba763 Add font settings by WHR · 6 years ago
  88. a4f6a83 Make sure the corsor is always at end when printing message into chat by WHR · 6 years ago
  89. e5826ee Implement receiving and displaying images; Convert the type of chat area by WHR · 6 years ago
  90. 5860a40 Change the type of chat area to QPlainTextEdit by WHR · 6 years ago
  91. 8bb7789 Clean up last messy commit; Fix Qt 4 compatibility by WHR · 6 years ago
  92. 76856cf Merge branch 'master' of ssh://git.code.sf.net/p/sshout/qt-client-code by WHR · 6 years ago
  93. 00ad4a1 Fix usage of QFile::open; Add calling of qsrand in main by WHR · 6 years ago
  94. f31223e Merge branch 'master' of ssh://git.code.sf.net/p/sshout/qt-client-code by papadave66 · 6 years ago
  95. bca9e55 modify some #include to support qt5 by papadave66 · 6 years ago
  96. a532770 Don't send message if disconnected; Trying to display images by WHR · 6 years ago
  97. e60d436 Disable option 'BatchMode=yes' in ExternalSSHClient to allow ask passphrase for identify file by WHR · 6 years ago
  98. 3a23291 Fix segmentation fault when sending image by WHR · 6 years ago
  99. 7729f69 Add sending image support, but the program is always segmentation fault by WHR · 6 years ago
  100. 2d0f3bc Fix encoding in printed messages; fix receiving long packets by WHR · 6 years ago