Commit Graph

  • 788c6ca556
    now it's possible to fix your messages Blue 2022-03-28 23:25:33 +0300
  • bf4a27f35d
    Bug with the edited message fixed, some further work on message correction Blue 2022-03-27 22:05:31 +0300
  • 0823b35148
    removed unused old message line files, first thoughts on message edition Blue 2022-02-20 22:10:09 +0300
  • 73b1b58a96
    Downloads folder now is movable Blue 2022-02-19 21:31:49 +0300
  • d8b5ccb2da
    downloaded files now stored with squawk:// prefix, that way I can move downloads folder without messing up the database Blue 2022-02-19 00:27:09 +0300
  • 243edff8bd
    first thoughts about downloads path changing Blue 2022-02-17 20:26:15 +0300
  • da19eb86bb
    color theme setting is now working Blue 2022-01-27 20:44:32 +0300
  • 0ff9f12157
    new optional KDE Frameworks plugin to support system color schemes Blue 2022-01-26 23:53:44 +0300
  • 802e2f11a1
    may be a bit better quit handling Blue 2022-01-25 23:35:55 +0300
  • c708c33a92
    basic theme changing Blue 2022-01-21 22:02:50 +0300
  • a8a7ce2538
    some more thoughts about settings widgets Blue 2022-01-19 23:46:42 +0300
  • 841e526e59
    just some toying with designer Blue 2022-01-17 23:52:07 +0300
  • 6bee149e6b
    started to work on settings Blue 2022-01-16 22:54:57 +0300
  • 62a59eb7a1
    Added logs for Shura to help me to debug a download attachment issue Blue 2022-01-15 15:36:49 +0300
  • 296328f12d
    a bit of polish Blue 2022-01-11 23:50:42 +0300
  • 4d3ba6b11f
    0.2.0 finalization 0.2.0 Blue 2022-01-09 17:32:23 +0300
  • 8a2658e4fc
    message bubbles, avatar rounding, roster adjusments Blue 2022-01-09 01:28:29 +0300
  • 9ac0ca10f3
    avatar painting is returned to delegate; sender names now are not painted in every message Blue 2022-01-07 17:02:49 +0300
  • 7130e674c4
    some warnings fixed, new way of drawing avatars in message line Blue 2022-01-05 22:29:34 +0300
  • dbcc74ce09 set QSettings account array size when saving shunf4 2021-10-13 11:35:49 +0800
  • 9aba09f919 optimize: use QTextEdit::insertFromMimeData to process pasting images instead of manipulating context menu shunf4 2021-12-18 17:00:33 +0800
  • e27ae1a82f Merge pull request 'remove ./signalcatcher_win32.cpp' (#58) from shunf4/squawk:feat/adapt_win_osx_msgf into messageFeed Blue 2021-10-16 15:41:02 +0000
  • 1aa2b5a539 Merge pull request 'Fixes for Windows' (#57) from shunf4/squawk:fix/win_fix into messageFeed Blue 2021-10-16 15:40:48 +0000
  • 43bfaf9b7e Merge pull request 'don't save settings on quit, if readSettings() not finished' (#56) from shunf4/squawk:fix/wait_init_before_exit into messageFeed Blue 2021-10-16 15:39:41 +0000
  • b19dafef33 Merge pull request 'allow receiving and storing messages with the same timestamp' (#55) from shunf4/squawk:fix/handle_msg_same_tm into messageFeed Blue 2021-10-16 15:39:05 +0000
  • aeaa6b1b28 Merge pull request 'fix: request latest history' (#54) from shunf4/squawk:fix/correctly_query_history into messageFeed Blue 2021-10-16 15:37:59 +0000
  • e47ba603e0 Merge pull request 'fix: use fallback icons on buttons, when no supported theme is installed' (#53) from shunf4/squawk:fix/btn_icons into messageFeed Blue 2021-10-16 15:36:57 +0000
  • 8fece95aa2 Merge pull request 'fix: respect password type when addAccount' (#52) from shunf4/squawk:fix/addAccount_pw_type into messageFeed Blue 2021-10-16 15:34:37 +0000
  • 893ff53aa8 Merge pull request 'feature: paste image in chat' (#51) from shunf4/squawk:feat/paste_img into messageFeed Blue 2021-10-16 15:34:00 +0000
  • 39f2f3d975 feat: copy pasted image file to download folder after successful upload shunf4 2021-10-16 00:20:31 +0800
  • 52551c1ce0 pasteImageAction should be a class member; refactor messageEditor's context menu callback into a member function shunf4 2021-10-13 20:06:13 +0800
  • 50d710de04 remove ./signalcatcher_win32.cpp shunf4 2021-10-13 11:35:43 +0800
  • 332131796c Merge pull request 'port to Windows (mingw64) and macOS; create appveyor.yml' (#50) from shunf4/squawk:feat/adapt_win_osx_msgf into messageFeed Blue 2021-10-11 10:40:46 +0000
  • 3a70df21f8 feat: paste image in chat shunf4 2021-10-06 23:09:18 +0800
  • a24e8382d1 correctly retrieve latest archived messages per XEP-0313 shunf4 2021-10-06 23:01:11 +0800
  • d20fd84d39 respect password type when adding account, preventing loading bad password shunf4 2021-10-06 22:55:23 +0800
  • 5862f1552b don't save settings on quit, if readSettings() not finished shunf4 2021-10-06 22:52:20 +0800
  • ebeb4089eb add fallback icons for buttons shunf4 2021-10-06 22:45:10 +0800
  • a53126d8bc messages may have the same timestamp, put MDB_DUPSORT flag with order db shunf4 2021-10-06 22:04:29 +0800
  • 7db269acb5 Fixes for Windows shunf4 2021-10-06 19:15:45 +0800
  • 67e5f9744e fix ci macos matrix item shunf4 2021-10-06 18:50:00 +0800
  • d0bdb374a0 add flag -fno-sized-deallocation, eliminating _ZdlPvm shunf4 2021-10-06 18:47:59 +0800
  • 8b3752ef47 fix ci for macos; adjust ci for linux executable with changed rpath shunf4 2021-10-06 18:12:26 +0800
  • 8c6ac1a21d add icns to macos bundle; use macdeployqt post build shunf4 2021-10-06 17:32:46 +0800
  • 1c0802c8ca fix win32 ci by place LMDB_INCLUDE_DIRS in core/ shunf4 2021-10-06 01:51:01 +0800
  • d84a33e144 fix linux ci by finding and linking thread libraries shunf4 2021-10-06 01:33:58 +0800
  • 4f6946a5fc add LMDB_INCLUDE_DIRS as include dir, fixing win32 ci shunf4 2021-10-06 01:28:08 +0800
  • f3153ef1db ci: add appveyor.yml shunf4 2021-10-06 01:17:30 +0800
  • 41d9fa7a1c fix macos bundle build shunf4 2021-10-06 01:07:47 +0800
  • 261b34b712 add forgotten cmake/MacOSXBundleInfo.plist.in shunf4 2021-10-06 00:55:39 +0800
  • d1f108e69d update docs for win32 build shunf4 2021-10-06 00:53:50 +0800
  • 1e37aa762c generate app bundle for macOS shunf4 2021-10-06 00:48:25 +0800
  • a1f3c00a54 remove dependency uuid shunf4 2021-10-06 00:15:25 +0800
  • 923afe2420 [Fix] Merge branch 'feat/adapt_win_osx' into upstream_messageFeed shunf4 2021-10-05 23:45:37 +0800
  • faa7d396a5 add liblmdb.so as possible lmdb lib name shunf4 2021-10-05 16:09:31 +0800
  • c55b7c6baf update docs for removed uuid dep and LMDB_DIR var shunf4 2021-10-05 15:11:43 +0800
  • 6764d8ea11 remove dependency libuuid shunf4 2021-10-05 12:56:36 +0800
  • 5fbb96618f adjust CMakeLists.txt, to prepare for win32 and macos builds shunf4 2021-10-05 12:49:06 +0800
  • d89c030e66
    translation verification Portugues Brazil localization added provided by most welcome Bruno Fontes Blue 2021-09-22 23:43:03 +0300
  • 5787af8a4f
    Merge remote-tracking branch 'origin/master' into messageFeed Blue 2021-09-22 23:09:48 +0300
  • 1706b93b59 Merge pull request 'Add Brazilian Portuguese translations' (#49) from brunofontes/squawk:ptBR_translations into master Blue 2021-09-22 20:08:54 +0000
  • 3f09b8f838
    Date dividers between messages from different dates Blue 2021-09-22 01:17:43 +0300
  • 87c216b491
    Add Brazilian Portuguese translations Bruno F. Fontes 2021-07-21 19:37:31 -0300
  • 5f925217fc
    edit icon next to the message showing if the message was edited and what was there a first Blue 2021-05-25 01:06:05 +0300
  • 3f1fba4de2
    doovers for failed messages, some corner cases fixes with handling errors during message sending Blue 2021-05-23 01:03:14 +0300
  • ddfaa63a24
    big image preview optimisations, preview positioning fix, memory leaks fix Blue 2021-05-17 23:32:44 +0300
  • 721f6daa36
    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 lost Blue 2021-05-17 00:52:59 +0300
  • 0d584c5aba
    message preview refactor, several bugs about label size, animations are now playing in previews Blue 2021-05-16 01:07:49 +0300
  • 4307262f6e basic error download/upload files handling, need more testing Blue 2021-05-14 22:49:38 +0300
  • bd07c49755 Merge pull request 'Refactor CMakeLists' (#46) from vae/squawk:build-refactor into messageFeed Blue 2021-05-11 23:31:59 +0000
  • 8e99cc2969
    build: plugins/, passwordStorageEngines/wrappers/ as shared libs vae 2021-05-12 02:01:02 +0300
  • a184ecafa3
    build: reformat cmake code vae 2021-05-11 22:24:55 +0300
  • 7d2688151c
    build: finish up CMakeLists refactoring vae 2021-05-11 22:21:25 +0300
  • 0038aca1f6
    build: WIP CMakeLists refactoring continue - add FindSignal vae 2021-05-11 21:35:12 +0300
  • 6e06a1d5bc
    build: WIP CMakeLists refactoring vae 2021-05-11 20:29:08 +0300
  • b7b70bc198 segfault fix when trying to send something but the history isn't loaded yet, icon and for attached files which are not previewed Blue 2021-05-11 00:06:40 +0300
  • ce047db787 patches from Vae about making libraries static, and about boost, findLMDB CMake script, drop dependency for qtquickcontrols newMessageFeedPreview1 Blue 2021-05-09 02:12:17 +0300
  • 58f57f746c
    build: static libraries vae 2021-05-09 01:22:14 +0300
  • e1ad016bb5 build: fix build on Gentoo vae 2021-05-09 00:35:47 +0300
  • 37655a3107 chore: add gitignore vae 2021-05-09 00:35:34 +0300
  • f45319de25 now 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 icons Blue 2021-05-07 21:26:02 +0300
  • ebf0c64ffb highlight in directory now is optional runtime plugin to KIO, several more file managers to fallback, refactor, 2 new icons Blue 2021-05-06 17:44:43 +0300
  • d514db9c4a message context menu began, open and show in folder features Blue 2021-05-04 17:09:41 +0300
  • f34289399e text inside of message is selectable again, links are clickable, some refactor, some bugfixes Blue 2021-05-03 14:23:41 +0300
  • 05d6761baa a bit of refactor, fix the time to request next portion of messages in ui, fancy shadows are back! Blue 2021-05-03 03:35:43 +0300
  • 216dcd29e9 bug fixing, better progres indicator positioning Blue 2021-05-02 02:03:08 +0300
  • 0973cb2991 first lousy attempt to make load indicator in feedView Blue 2021-04-30 23:07:00 +0300
  • 50190f3eac handled a case when user removes downloaded file, minor optimizations on message changing Blue 2021-04-28 23:26:19 +0300
  • b44873d587 pal resourse sticking, notifications of unread messages, new message icons Blue 2021-04-27 22:29:15 +0300
  • 4c5efad9dc CMake build error, status icon text tooltip Blue 2021-04-26 19:37:36 +0300
  • 8310708c92 First attemtps to upload files, debug, reused of once uploaded or downloaded files Blue 2021-04-23 14:53:48 +0300
  • d936c0302d bug with downloads in group chats, status icons in messages, visuals, feedView optimisations Blue 2021-04-23 01:41:32 +0300
  • 0e937199b0 debug and actual first way to display pictures in messageFeed Blue 2021-04-21 00:56:47 +0300
  • 48e498be25 some debug, message changing in messageFeed Blue 2021-04-20 00:49:24 +0300
  • 3a7735b192 First steps on the new idea of file up/downloading Blue 2021-04-18 15:49:20 +0300
  • 8f914c02a7 temp url storage commit Blue 2021-04-13 16:27:31 +0300
  • 50bb3f5fd7 started progress bars, changed gcc standard to 17 Blue 2021-03-22 21:04:26 +0300
  • a0348b8fd2 file progress events delivery methonds Blue 2021-02-27 15:21:27 +0300
  • 85555da81f just a temp one Blue 2021-02-07 20:02:11 +0300
  • ebe5addfb5 just proxying button event from feed view delegate to the feed model Blue 2021-02-06 14:02:42 +0300