Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
sshout-qt-client
/
33ddc854baed642718e8dd421e0fbf419a34dfbf
33ddc85
Disable some warnings; some other unintelligible changes
by WHR
· 6 years ago
5d6a516
Update translations for user info dialog.
by SuperMarioSF
· 6 years ago
93bf324
Add tr wrapper for session list header; Set text label style for main tool bar
by WHR
· 6 years ago
0e6aada
Mereged commit with edited .gitignore
by SuperMarioSF
· 6 years ago
98e08a8
Merge branch 'master' of ssh://git.code.sf.net/p/sshout/qt-client-code
by SuperMarioSF
· 6 years ago
3acf5f0
Modified window and add more translations strings.
by SuperMarioSF
· 6 years ago
9cb8e93
Translate word 'Default'
by WHR
· 6 years ago
a4e5df4
Move include of QtCore/QMimeData out of the Qt version check condition
by WHR
· 7 years ago
929080d
Merge branch 'master' of ssh://git.code.sf.net/p/sshout/qt-client-code
by WHR
· 7 years ago
708f623
Fix Copy action can't be used in chat area context menu; try to fix some
by WHR
· 7 years ago
aeaa11c
add <QMimeData> in mainwindow.cpp for qt5
by papadave66
· 7 years ago
b972563
Fix undeclared identifier in OS X
by WHR
· 7 years ago
53138d3
Add the program icon that drawn by SuperMarioSF
by WHR
· 7 years ago
8e7f869
Add an action in tool bar to send image from clipboard
by WHR
· 7 years ago
06ac3a2
Add available languages in settings dialog by scanning translation files
by WHR
· 7 years ago
40731ac
Adapt the Simplified Chinese translation file provided by SuperMarioSF
by WHR
· 7 years ago
f56ca82
Merge branch 'master' of ssh://git.code.sf.net/p/sshout/qt-client-code
by WHR
· 7 years ago
fa83e4b
Remove log database lock file on close; Add translation support
by WHR
· 7 years ago
bfd030d
Add translation file for simplified chinese
by SuperMarioSF
· 7 years ago
29eec0f
Set attribute WA_DeleteOnClose for ConnectionWindow and MainWindow to
by WHR
· 7 years ago
cb6ce55
Add support of sending image via drag and drop
by WHR
· 7 years ago
efe68a5
Use SHA-1 hashes as file names of image files instead of random strings
by WHR
· 7 years ago
a826ffc
Add lock file for log database file
by WHR
· 7 years ago
2eb0cc0
Clean up
by WHR
· 7 years ago
4ce6579
Merge branch 'master' of ssh://git.code.sf.net/p/sshout/qt-client-code
by WHR
· 7 years ago
eb0e584
Add messages local log
by WHR
· 7 years ago
ac9a7b5
add some qt5 include
by papadave66
· 7 years ago
0ad926b
Add session list of on-line users
by WHR
· 7 years ago
fe49a83
Support auto connect on start
by WHR
· 7 years ago
bb1554d
Add support of separate known hosts
by WHR
· 7 years ago
9920302
Add many settings
by WHR
· 7 years ago
d4811c6
Add unread message count in window title
by WHR
· 7 years ago
17e5d39
Add 'Copy &Image' action for the chat area context menu
by WHR
· 7 years ago
46a2aa9
Put '&Open Image' as first action to the context menu
by WHR
· 7 years ago
c76cb09
Add an action to open the received image in context menu of chat area
by WHR
· 7 years ago
8696e74
Add a preview dialog when sending image, to comfirm the image
by WHR
· 7 years ago
59013c3
Merge branch 'master' of ssh://git.code.sf.net/p/sshout/qt-client-code
by WHR
· 7 years ago
035d4b2
Set window title for main window; some other fixes
by WHR
· 7 years ago
0ef00db
add some qt5 fix
by papadave66
· 7 years ago
12eca88
Merge branch 'master' of ssh://git.code.sf.net/p/sshout/qt-client-code
by WHR
· 7 years ago
b0c8603
Pressing Up to duplicate last sent message
by WHR
· 7 years ago
351fb3d
Set environment for ExternalSSHClient
by WHR
· 7 years ago
a654550
Sync daemon code due to api.h changes
by WHR
· 7 years ago
3a76b7f
Fix font settings won't apply after displaying rich text message
by WHR
· 7 years ago
0fba763
Add font settings
by WHR
· 7 years ago
a4f6a83
Make sure the corsor is always at end when printing message into chat
by WHR
· 7 years ago
e5826ee
Implement receiving and displaying images; Convert the type of chat area
by WHR
· 7 years ago
5860a40
Change the type of chat area to QPlainTextEdit
by WHR
· 7 years ago
8bb7789
Clean up last messy commit; Fix Qt 4 compatibility
by WHR
· 7 years ago
76856cf
Merge branch 'master' of ssh://git.code.sf.net/p/sshout/qt-client-code
by WHR
· 7 years ago
00ad4a1
Fix usage of QFile::open; Add calling of qsrand in main
by WHR
· 7 years ago
f31223e
Merge branch 'master' of ssh://git.code.sf.net/p/sshout/qt-client-code
by papadave66
· 7 years ago
bca9e55
modify some #include to support qt5
by papadave66
· 7 years ago
a532770
Don't send message if disconnected; Trying to display images
by WHR
· 7 years ago
e60d436
Disable option 'BatchMode=yes' in ExternalSSHClient to allow ask passphrase for identify file
by WHR
· 7 years ago
3a23291
Fix segmentation fault when sending image
by WHR
· 7 years ago
7729f69
Add sending image support, but the program is always segmentation fault
by WHR
· 7 years ago
2d0f3bc
Fix encoding in printed messages; fix receiving long packets
by WHR
· 7 years ago
ac235b9
Add support of SSHOUT_API_ERROR
by WHR
· 7 years ago
017bd5b
Add support of SSHOUT_API_USER_STATE_CHANGE
by WHR
· 7 years ago
ef3d227
Add support of SSHOUT_API_RECEIVE_MESSAGE
by WHR
· 7 years ago
97c5290
Add some command line options; Add a timer to update user list every minute
by WHR
· 7 years ago
058f603
Add support of API packets SSHOUT_API_GET_ONLINE_USER and SSHOUT_API_ONLINE_USER
by WHR
· 7 years ago
c0946cf
Start implementing client side API; add COPYING file
by WHR
· 7 years ago
afcfe0f
Save the layout of MainWindow on close
by WHR
· 7 years ago
492d597
Show a tip of pressing which key to send message
by WHR
· 7 years ago
d5ed762
Implement press [Ctrl-]Enter to send message
by WHR
· 7 years ago
a725650
Fix setting 'SSHArgs' is not a QStringList
by WHR
· 7 years ago
0176ab4
Make external SSH client works
by WHR
· 7 years ago
e59cb4d
Implement ExternalSSHClient
by WHR
· 7 years ago
a77e092
Writing SSH client interface
by WHR
· 7 years ago
bd1000b
Update MainWindow
by WHR
· 7 years ago
e8cfc63
Implement load and save SSH settings in SettingsDialog
by WHR
· 7 years ago
9f8d471
Fix server list duplicates detection
by WHR
· 7 years ago
570d9d4
Add MainWindow; add support of storing servers information
by WHR
· 7 years ago
5bc3b57
Add SettingsDialog
by WHR
· 7 years ago
684ef94
Add browsing identify file dialog
by WHR
· 7 years ago
2cbb404
Create SSHOUT Qt Client project
by WHR
· 7 years ago