8232 Commits (b5aa5dac6332e62ddf66d4eb75b2b5ff2a2607cf)
 

Author SHA1 Message Date
Anthony Bilinski b5aa5dac63
feat(CI): Disallow implicit casting of QString to char* 3 years ago
Anthony Bilinski f1b401166a
feat(CI): Disallow implicit casting of QByteArray to char* or void* 3 years ago
Anthony Bilinski 1e4eed76b5
refactor: Move GroupList global state into class 3 years ago
Anthony Bilinski e48c557387
fix(CI): Fix commit message check on single commit PRs 3 years ago
Anthony Bilinski a3517d4291
refactor(Nexus): Remove all uses of getProfile in child classes 3 years ago
Anthony Bilinski 6c6620ffc1
refactor(Settings): Save loaded profile automatically 3 years ago
Anthony Bilinski a1f7c71feb
perf(Settings): Make personal settings saving consistently async 3 years ago
Anthony Bilinski 4f45f30ef9
fix(history): Fix alias removal SQL query after group history addition 3 years ago
Anthony Bilinski c5fdb78676
fix(UI): Centre message boxes on main window 3 years ago
Anthony Bilinski 25223119c9
fix(chatlog): Display correct system message timestamp in chatlog 3 years ago
Anthony Bilinski 6cc9366ebe
Merge pull request #6614 3 years ago
bodwok a1b08d6493
fix(FriendList): exclusion of possible undefined behavior 3 years ago
Anthony Bilinski 0352ada08c
feat(history): Enable group history 3 years ago
Anthony Bilinski cd3c7b392e
feat(UI): Add UI for removing group history 3 years ago
Anthony Bilinski 1142cc03f8
feat(history): Remove group history on quit when selected 3 years ago
Anthony Bilinski 1ac7285c79
refactor(widget): Make RemoveFriendDialog generic for Chats 3 years ago
Anthony Bilinski de09bf655e
refactor(history): Use abstract Chat in ChatHistory rather than Friend 3 years ago
Anthony Bilinski b320397558
refactor(model): Add getDisplayedName(ToxPk) to Chat 3 years ago
Anthony Bilinski e4fefccff8
refactor(history): Move History APIs from Friend-based to Chat-based 3 years ago
Anthony Bilinski cfe18f8340
refactor(ContactId): Add clone function to ChatId interface 3 years ago
Anthony Bilinski 71c3f997b4
refactor: Move FriendList global state into class 3 years ago
Anthony Bilinski 4a74b51bbc
refactor(main): Remove unused sodium_init 3 years ago
Anthony Bilinski 8a8a34ea64
chore(CI): Update checkout action to v3 3 years ago
Anthony Bilinski ffbff0bfa8
refactor: Remove ContentDialogManager singleton 3 years ago
Anthony Bilinski e80db6a532
feat(macOS): Build deps from source, giving backwards compatibility 3 years ago
Anthony Bilinski f3420a0b8f
chore(CI): macOS CI script support for both full dep build or just qTox build 3 years ago
Anthony Bilinski a877d7d841
chore(CI): Add build script for building all macOS deps 3 years ago
Anthony Bilinski fbce81b5b1
chore(CI): Split brewfile between building all deps or only qTox 3 years ago
Anthony Bilinski 7565f8b350
fix(main): Construct ToxSave event handler 3 years ago
Anthony Bilinski 16ac8a8eac
refactor(History): Split peers table into chats and authors 3 years ago
Anthony Bilinski f6dddf7c58
refactor(History): Move history upgrades to new directory 3 years ago
Anthony Bilinski bf3e1ffdb7
refactor(cmake): Allow tests to define their own needed libs 3 years ago
Anthony Bilinski f0a23bbb5d
refactor(tests): Move database test utilities to their own lib 3 years ago
Anthony Bilinski d1a8f5d6ae
refactor(test): Use temporary files in dbschema_test 3 years ago
Anthony Bilinski f777aa885c
fix(history): Heal invalid resume_file_id's saved to history 3 years ago
Anthony Bilinski 47ee51c61d
fix(history): Don't cast file_id to QString before inserting 3 years ago
Anthony Bilinski c6ee8d0654
refactor(Nexus): Remove Nexus::getCore 3 years ago
Anthony Bilinski 2d6cc25405
fix(History): Correct SQL query for empty finished file transfer 3 years ago
Anthony Bilinski 0d366a5790
chore(build): Enable all warnings on qTox libraries as well 3 years ago
Anthony Bilinski 9da8ec9926
chore(build): Comply with Wshadow in audio lib 3 years ago
Anthony Bilinski 270286b38c
refactor(audio): Move getVolume and volumeAvailable to qreal from float 3 years ago
Anthony Bilinski 8337b935f9
refactor(audio): Remove unused OpenAL::outputVolume 3 years ago
Anthony Bilinski 27f19ec2fa
fix(History): Deep copy QByteArrays from SQL selects 3 years ago
Anthony Bilinski efc641efd7
feat(Settings): Add GUI notice for global settings upgrade failure 3 years ago
Anthony Bilinski b24faabf42
refactor(GUI): Move remaining messsage box functionality to new class 3 years ago
Anthony Bilinski 3bd85452da
refactor(GUI): Remove GUI::getMainWidget 3 years ago
Anthony Bilinski b57e6c6fc4
refactor(GUI): Remove GUI setWindowTitle 3 years ago
Anthony Bilinski 94d0f29603
refactor(GUI): Remove GUI::themeReload, give responsibility to Style 3 years ago
Anthony Bilinski 3444fed0ac
refactor(GUI): Remove GUI setEnabled, call on Widget directly 3 years ago
Anthony Bilinski e4552cf905
chore(CI): Add support for building toxcore and toxext for macOS 3 years ago