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