Commit Graph

  • be5c722ac7
    refactor(History): Split peers table into chats and authors Anthony Bilinski 2022-03-22 04:43:27 -0700
  • 78cdb8ef7d
    refactor(History): Move history upgrades to new directory Anthony Bilinski 2022-03-22 16:58:58 -0700
  • 484606ce77
    refactor(test): Use temporary files in dbschema_test Anthony Bilinski 2022-03-25 16:03:19 -0700
  • 653543c5b8
    refactor(cmake): Allow tests to define their own needed libs Anthony Bilinski 2022-03-25 02:29:54 -0700
  • 988288f9c6
    refactor(tests): Move database test utilities to their own lib Anthony Bilinski 2022-03-25 02:25:46 -0700
  • 144d69fcb1
    feat(history): Enable group history Anthony Bilinski 2022-03-09 02:58:58 -0800
  • 184acea057
    feat(UI): Add UI for removing group history Anthony Bilinski 2022-03-09 03:45:39 -0800
  • 5022266688
    feat(history): Remove group history on quit when selected Anthony Bilinski 2022-03-09 04:34:53 -0800
  • 0ac3bb4dd0
    refactor(widget): Make RemoveFriendDialog generic for Contacts Anthony Bilinski 2022-03-09 03:35:47 -0800
  • 47c0338abf
    refactor(history): Use abstract Chat in ChatHistory rather than Friend Anthony Bilinski 2022-03-07 23:48:18 -0800
  • a975a713ba
    refactor(model): Add getDisplayedName(ToxPk) to Chat Anthony Bilinski 2022-03-09 17:26:07 -0800
  • ed07efd9c3
    refactor(history): Move History APIs from Friend-based to Chat-based Anthony Bilinski 2022-03-07 04:37:31 -0800
  • f777aa885c
    fix(history): Heal invalid resume_file_id's saved to history Anthony Bilinski 2022-03-18 17:42:59 -0700
  • 47ee51c61d
    fix(history): Don't cast file_id to QString before inserting Anthony Bilinski 2022-03-18 01:15:26 -0700
  • c6ee8d0654
    refactor(Nexus): Remove Nexus::getCore Anthony Bilinski 2022-03-14 00:51:36 -0700
  • 2d6cc25405
    fix(History): Correct SQL query for empty finished file transfer Anthony Bilinski 2022-03-23 19:35:18 -0700
  • 0723c2fb4d
    fix(history): Heal invalid resume_file_id's saved to history Anthony Bilinski 2022-03-18 17:42:59 -0700
  • 17a874050b
    fix(history): Don't cast file_id to QString before inserting Anthony Bilinski 2022-03-18 01:15:26 -0700
  • 0d366a5790
    chore(build): Enable all warnings on qTox libraries as well Anthony Bilinski 2022-03-19 11:11:16 -0700
  • 9da8ec9926
    chore(build): Comply with Wshadow in audio lib Anthony Bilinski 2022-03-19 11:54:57 -0700
  • 270286b38c
    refactor(audio): Move getVolume and volumeAvailable to qreal from float Anthony Bilinski 2022-03-21 18:58:34 -0700
  • 8337b935f9
    refactor(audio): Remove unused OpenAL::outputVolume Anthony Bilinski 2022-03-21 18:44:53 -0700
  • 27f19ec2fa
    fix(History): Deep copy QByteArrays from SQL selects Anthony Bilinski 2022-03-23 22:41:49 -0700
  • efc641efd7
    feat(Settings): Add GUI notice for global settings upgrade failure Anthony Bilinski 2022-03-14 00:22:46 -0700
  • b24faabf42
    refactor(GUI): Move remaining messsage box functionality to new class Anthony Bilinski 2022-03-13 06:04:24 -0700
  • 3bd85452da
    refactor(GUI): Remove GUI::getMainWidget Anthony Bilinski 2022-03-14 00:06:59 -0700
  • b57e6c6fc4
    refactor(GUI): Remove GUI setWindowTitle Anthony Bilinski 2022-03-13 04:16:43 -0700
  • 94d0f29603
    refactor(GUI): Remove GUI::themeReload, give responsibility to Style Anthony Bilinski 2022-03-13 04:42:56 -0700
  • 3444fed0ac
    refactor(GUI): Remove GUI setEnabled, call on Widget directly Anthony Bilinski 2022-03-13 03:56:17 -0700
  • d64c05b41c
    feat(Settings): Add GUI notice for global settings upgrade failure Anthony Bilinski 2022-03-14 00:22:46 -0700
  • f9da71027e
    refactor(GUI): Move remaining messsage box functionality to new class Anthony Bilinski 2022-03-13 06:04:24 -0700
  • e4552cf905
    chore(CI): Add support for building toxcore and toxext for macOS Anthony Bilinski 2022-03-16 01:58:22 -0700
  • 02f384a7d2
    chore(CI): Add support for building qrencode for macOS Anthony Bilinski 2022-03-16 01:58:03 -0700
  • e6075c278d
    chore(CI): Add support for building msgpack-c for macOS Anthony Bilinski 2022-03-16 01:57:39 -0700
  • f9b8a8a05f
    chore(CI): Add support for building ffmpeg for macOS Anthony Bilinski 2022-03-03 02:54:06 -0800
  • a94304148e
    chore(CI): Add support for building libexif for macOS Anthony Bilinski 2022-03-03 02:51:08 -0800
  • b4636c8174
    chore(CI): Add support for building openal for macOS Anthony Bilinski 2022-03-03 02:46:31 -0800
  • ad862ca50e
    chore(CI): Add support for building openssl for macOS Anthony Bilinski 2022-03-03 02:39:34 -0800
  • c7ac0fdc3f
    chore(CI): Add support for building opus for macOS Anthony Bilinski 2022-03-03 02:34:32 -0800
  • 59fb97e2a3
    chore(CI): Add support for building sodium for macOS Anthony Bilinski 2022-03-03 02:30:26 -0800
  • d3bebab0b7
    chore(CI): Add support for building sqlcipher for macOS Anthony Bilinski 2022-03-03 02:25:04 -0800
  • 35d35a33f2
    chore(CI): Add support for building VPX for macOS Anthony Bilinski 2022-03-03 02:12:40 -0800
  • 54c7aa9558
    chore(build): Comply with Wdouble-promotion in audio lib Anthony Bilinski 2022-03-19 11:22:10 -0700
  • c7f56879f2
    feat(history): Enable group history Anthony Bilinski 2022-03-09 02:58:58 -0800
  • 55d307c54d
    feat(UI): Add UI for removing group history Anthony Bilinski 2022-03-09 03:45:39 -0800
  • f6aeba5f5d
    feat(history): Remove group history on quit when selected Anthony Bilinski 2022-03-09 04:34:53 -0800
  • 79e57f71a7
    refactor(widget): Make RemoveFriendDialog generic for Contacts Anthony Bilinski 2022-03-09 03:35:47 -0800
  • 7b8b31922f
    refactor(history): Use abstract Chat in ChatHistory rather than Friend Anthony Bilinski 2022-03-07 23:48:18 -0800
  • 20d6041d61
    refactor(model): Add getDisplayedName(ToxPk) to Contact Anthony Bilinski 2022-03-09 17:30:41 -0800
  • 9ddf1354d9
    refactor(model): Rename Chat::getDisplayedName to getSelfDisplayedName Anthony Bilinski 2022-03-09 17:26:07 -0800
  • 1fc0979e18
    refactor(history): Move History APIs from Friend-based to Chat-based Anthony Bilinski 2022-03-07 04:37:31 -0800
  • 5c912f8a92
    feat(Settings): Add GUI notice for global settings upgrade failure Anthony Bilinski 2022-03-14 00:22:46 -0700
  • 6e9de82bb5
    refactor(GUI): Move remaining messsage box functionality to new class Anthony Bilinski 2022-03-13 06:04:24 -0700
  • 316333c69a
    refactor(GUI): Remove GUI::getMainWidget Anthony Bilinski 2022-03-14 00:06:59 -0700
  • 24dc6ceb53
    refactor(GUI): Remove GUI setWindowTitle Anthony Bilinski 2022-03-13 04:16:43 -0700
  • 66cfa7e9ff
    refactor(GUI): Remove GUI::themeReload, give responsibility to Style Anthony Bilinski 2022-03-13 04:42:56 -0700
  • b0c303352e
    refactor(GUI): Remove GUI setEnabled, call on Widget directly Anthony Bilinski 2022-03-13 03:56:17 -0700
  • b067aae207
    refactor: Move Style global shared state into class Anthony Bilinski 2022-03-12 04:20:22 -0800
  • d7b67081e5
    refactor(history): Separate db upgrade logic from History Anthony Bilinski 2022-03-09 04:15:26 -0800
  • 63a11fed7e
    feat(Settings): Add GUI notice for global settings upgrade failure Anthony Bilinski 2022-03-14 00:22:46 -0700
  • 76919b2d4c
    refactor(GUI): Move remaining messsage box functionality to new class Anthony Bilinski 2022-03-13 06:04:24 -0700
  • 2ae210079d
    refactor(GUI): Remove GUI::getMainWidget Anthony Bilinski 2022-03-14 00:06:59 -0700
  • 4da802a4df
    refactor(GUI): Remove GUI setWindowTitle Anthony Bilinski 2022-03-13 04:16:43 -0700
  • cebc6e0fbf
    refactor(GUI): Remove GUI::themeReload, give responsibility to Style Anthony Bilinski 2022-03-13 04:42:56 -0700
  • a0f3ee7123
    refactor(GUI): Remove GUI setEnabled, call on Widget directly Anthony Bilinski 2022-03-13 03:56:17 -0700
  • 8236066a51
    refactor: Move Style global shared state into class Anthony Bilinski 2022-03-12 04:20:22 -0800
  • 2a2b079992
    feat(core): Add error parsing for Tox_Err_Options_New Anthony Bilinski 2022-03-18 00:45:54 -0700
  • a5660fb6e3
    feat(core): Add error parsing for Toxav_Err_Bit_Rate_Set Anthony Bilinski 2022-03-18 00:38:52 -0700
  • 47a05c7592
    feat(core): Add error parsing for Toxav_Err_Call Anthony Bilinski 2022-03-18 00:38:32 -0700
  • 47a20f6061
    feat(core): Add error parsing for Toxav_Err_Call_Control Anthony Bilinski 2022-03-18 00:36:33 -0700
  • 6c9c380915
    feat(core): Add error parsing for Tox_Err_File_Send_Chunk Anthony Bilinski 2022-03-17 23:23:30 -0700
  • 978bcde572
    feat(core): Add error parsing for Tox_Err_File_Control Anthony Bilinski 2022-03-17 23:12:36 -0700
  • 040beae56a
    feat(core): Add error parsing for Tox_Err_File_Get Anthony Bilinski 2022-03-17 21:40:53 -0700
  • aff5663351
    feat(core): Extend and deduplicate Tox_Err_File_Send error parsing Anthony Bilinski 2022-03-17 22:43:14 -0700
  • 350fa9b462
    refactor: Don't handle default switch case of error enums Anthony Bilinski 2022-03-17 22:34:45 -0700
  • b09796a54c
    refactor(core): Move toxcore error parsing out of core.pp to utility Anthony Bilinski 2022-03-17 21:40:29 -0700
  • f1a1ccd15a
    feat(history): Enable group history Anthony Bilinski 2022-03-09 02:58:58 -0800
  • 4e468e7e36
    feat(UI): Add UI for removing group history Anthony Bilinski 2022-03-09 03:45:39 -0800
  • 8086f682a3
    feat(history): Remove group history on quit when selected Anthony Bilinski 2022-03-09 04:34:53 -0800
  • e5b18d1333
    refactor(widget): Make RemoveFriendDialog generic for Contacts Anthony Bilinski 2022-03-09 03:35:47 -0800
  • df618768d8
    refactor(history): Use abstract Chat in ChatHistory rather than Friend Anthony Bilinski 2022-03-07 23:48:18 -0800
  • f1381f4bfc
    refactor(model): Add getDisplayedName(ToxPk) to Contact Anthony Bilinski 2022-03-09 17:30:41 -0800
  • 50558b20df
    refactor(model): Rename Chat::getDisplayedName to getSelfDisplayedName Anthony Bilinski 2022-03-09 17:26:07 -0800
  • 230706e9ce
    refactor(history): Move History APIs from Friend-based to Chat-based Anthony Bilinski 2022-03-07 04:37:31 -0800
  • ad6b510417
    fix(macos): Represent autorun state in UI persistently Anthony Bilinski 2022-03-17 04:48:37 -0700
  • 009369118f
    fix(macos): Fix macOS autorun not loading at start Anthony Bilinski 2022-03-17 03:59:59 -0700
  • 4c969a9277
    chore(CI): Move QrEncode build from autotools to cmake Anthony Bilinski 2022-03-03 01:33:17 -0800
  • 6c85492f17
    chore(CI): Add macOS VPX patch to allow setting mmacosx-version-min Anthony Bilinski 2022-03-03 00:37:54 -0800
  • 05faddf526
    chore(CI): Rename Windows vpx.patch to vpx-windows.patch Anthony Bilinski 2022-03-03 00:09:55 -0800
  • 502ccb1e1b
    chore(CI): Add macOS platform detection for build scripts Anthony Bilinski 2022-03-06 18:54:59 -0800
  • 90210a9826
    chore(CI): Backup NSIS ShellExecAsUser plugin Anthony Bilinski 2022-03-16 04:47:49 -0700
  • aa28b5dffb
    fix(contacts): window with multiple friends contacts bodwok 2022-03-16 23:45:03 +0300
  • 5de5403964
    fix(corefile): Close files of broken file transfers Anthony Bilinski 2022-03-15 01:48:20 -0700
  • 42b4385c35
    chore(CI): Use platform detection script in Windows dep build scripts Anthony Bilinski 2022-03-07 01:28:13 -0800
  • 5ac0dee3a8
    chore(CI): Add script for handling platform compile args Anthony Bilinski 2022-03-03 00:14:14 -0800
  • c828a16b7b
    feat(CI): Run clang-tidy check in CI Anthony Bilinski 2022-03-15 06:11:57 -0700
  • 73aa1f3f48
    refactor: Comply with Clang's Wunused-parameter Anthony Bilinski 2022-03-15 06:56:41 -0700
  • 3d7a0d249d
    refactor: Comply with Clang's Wunused-const-variable Anthony Bilinski 2022-03-15 06:51:19 -0700
  • acc46370ca
    refactor: Comply with Clang's Wunused-private-field Anthony Bilinski 2022-03-15 06:47:12 -0700
  • 6e7ca76911
    refactor: Comply with Clang's Wdouble-promotion Anthony Bilinski 2022-03-15 06:43:34 -0700