account connect/disconnect now activate/deactivate, it's a bit less contraversial; async account password asking new conceptblue2022-04-12 23:33:10 +0300
now you can't edit messages with attachments: no other client actually allowes that, and if I edit they don't handle it properly anyway
settings
blue2022-04-02 15:34:36 +0300
testing, solved unhandled exception, conditions to restrict old message to be edited, license un some files that used to miss themblue2022-04-01 00:32:22 +0300
some warnings fixed, new way of drawing avatars in message lineblue2022-01-05 22:29:34 +0300
dbcc74ce09set QSettings account array size when savingshunf42021-10-13 11:35:49 +0800
9aba09f919optimize: use QTextEdit::insertFromMimeData to process pasting images instead of manipulating context menushunf42021-12-18 17:00:33 +0800
e27ae1a82fMerge pull request 'remove ./signalcatcher_win32.cpp' (#58) from shunf4/squawk:feat/adapt_win_osx_msgf into messageFeedBlue2021-10-16 15:41:02 +0000
1aa2b5a539Merge pull request 'Fixes for Windows' (#57) from shunf4/squawk:fix/win_fix into messageFeedBlue2021-10-16 15:40:48 +0000
43bfaf9b7eMerge pull request 'don't save settings on quit, if readSettings() not finished' (#56) from shunf4/squawk:fix/wait_init_before_exit into messageFeedBlue2021-10-16 15:39:41 +0000
b19dafef33Merge pull request 'allow receiving and storing messages with the same timestamp' (#55) from shunf4/squawk:fix/handle_msg_same_tm into messageFeedBlue2021-10-16 15:39:05 +0000
aeaa6b1b28Merge pull request 'fix: request latest history' (#54) from shunf4/squawk:fix/correctly_query_history into messageFeedBlue2021-10-16 15:37:59 +0000
e47ba603e0Merge pull request 'fix: use fallback icons on buttons, when no supported theme is installed' (#53) from shunf4/squawk:fix/btn_icons into messageFeedBlue2021-10-16 15:36:57 +0000
8fece95aa2Merge pull request 'fix: respect password type when addAccount' (#52) from shunf4/squawk:fix/addAccount_pw_type into messageFeedBlue2021-10-16 15:34:37 +0000
893ff53aa8Merge pull request 'feature: paste image in chat' (#51) from shunf4/squawk:feat/paste_img into messageFeedBlue2021-10-16 15:34:00 +0000
39f2f3d975feat: copy pasted image file to download folder after successful uploadshunf42021-10-16 00:20:31 +0800
52551c1ce0pasteImageAction should be a class member; refactor messageEditor's context menu callback into a member functionshunf42021-10-13 20:06:13 +0800
332131796cMerge pull request 'port to Windows (mingw64) and macOS; create appveyor.yml' (#50) from shunf4/squawk:feat/adapt_win_osx_msgf into messageFeedBlue2021-10-11 10:40:46 +0000
3a70df21f8feat: paste image in chatshunf42021-10-06 23:09:18 +0800
a24e8382d1correctly retrieve latest archived messages per XEP-0313shunf42021-10-06 23:01:11 +0800
d20fd84d39respect password type when adding account, preventing loading bad passwordshunf42021-10-06 22:55:23 +0800
5862f1552bdon't save settings on quit, if readSettings() not finishedshunf42021-10-06 22:52:20 +0800
ebeb4089ebadd fallback icons for buttonsshunf42021-10-06 22:45:10 +0800
a53126d8bcmessages may have the same timestamp, put MDB_DUPSORT flag with order dbshunf42021-10-06 22:04:29 +0800
fix bug when everything was treated as animation, bug with not working group amount of messages, handled the situation when preview is painted but the file was lostblue2021-05-17 00:52:59 +0300
b7b70bc198segfault fix when trying to send something but the history isn't loaded yet, icon and for attached files which are not previewedblue2021-05-11 00:06:40 +0300
ce047db787patches from Vae about making libraries static, and about boost, findLMDB CMake script, drop dependency for qtquickcontrols
newMessageFeedPreview1
blue2021-05-09 02:12:17 +0300
f45319de25now instead of storing uploading message in ram I store them in database to be able to recover unsent ones on the next statrt. Found and fixed bug with spam repaints in feedview because of iconsblue2021-05-07 21:26:02 +0300
ebf0c64ffbhighlight in directory now is optional runtime plugin to KIO, several more file managers to fallback, refactor, 2 new iconsblue2021-05-06 17:44:43 +0300
d514db9c4amessage context menu began, open and show in folder featuresblue2021-05-04 17:09:41 +0300
f34289399etext inside of message is selectable again, links are clickable, some refactor, some bugfixesblue2021-05-03 14:23:41 +0300