122 Commits (b5aa5dac6332e62ddf66d4eb75b2b5ff2a2607cf)

Author SHA1 Message Date
Anthony Bilinski 1e4eed76b5
refactor: Move GroupList global state into class 3 years ago
bodwok a1b08d6493
fix(FriendList): exclusion of possible undefined behavior 3 years ago
Anthony Bilinski 71c3f997b4
refactor: Move FriendList global state into class 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 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 0d366a5790
chore(build): Enable all warnings on qTox libraries as well 3 years ago
Anthony Bilinski d7b67081e5
refactor(history): Separate db upgrade logic from History 3 years ago
Anthony Bilinski 3d7a0d249d
refactor: Comply with Clang's Wunused-const-variable 3 years ago
Anthony Bilinski cabcf4111f
refactor(style): Match declaration and definition argument names 3 years ago
Anthony Bilinski b894531cdb
fix(tests): Mock Settings for SmileyPack test 3 years ago
Anthony Bilinski 16aeb5f572
refactor(model): Rename Contact and ContactId to Chat and ChatId 3 years ago
Anthony Bilinski 0c967725df
refactor: Remove Settings singleton 3 years ago
Anthony Bilinski 1206da2b05
refactor(ToxPk): Don't define model's ToxPk, ToxId, GroupId from tox.h 3 years ago
Anthony Bilinski 7d773930c1
feat(tests): Merge core and core_online tests 3 years ago
Anthony Bilinski 5f870c28e5
feat(test): Bootstrap core_test off second local tox instance 3 years ago
Anthony Bilinski 6f3fb30f24
feat(test): Add mock bootstrap list generator 3 years ago
Anthony Bilinski 7395c1cb3f
refactor(model): Fix case of IBootstrapListGenerator::getBootstrapNodes 3 years ago
Anthony Bilinski 47328cc6bf
refactor: Remove SmileyPack singleton 3 years ago
Anthony Bilinski bda1a6a909
refactor: Comply with Wpedantic 3 years ago
Anthony Bilinski adc0f0cca6
refactor: Comply with Wmissing-declarations 3 years ago
Anthony Bilinski 02d5270dcc
refactor: Comply with Wmissing-field-initializers 3 years ago
Anthony Bilinski 48ad6cc17a
refactor: Comply with Wunused-parameter 3 years ago
Anthony Bilinski fc2e445294
refactor: Comply with Wshadow 3 years ago
Anthony Bilinski e316a683ff
chore(CI): Set a long test timeout for core_online_test 3 years ago
Anthony Bilinski 30d54b1b0f
chore(CI): Set a very long timeout for core_online_test 3 years ago
Anthony Bilinski 916e797c10
feat(Settings): Add setting for hiding group join and leave system messages 3 years ago
Anthony Bilinski d0d288a9b6
refactor(settings): Use IGroupSettings in GroupChatForm 3 years ago
Anthony Bilinski bc751c8e1c
refactor(test): Move mocks into their own library 3 years ago
Anthony Bilinski 40846f886c
refactor(test): Deduplicate MockCoreSettings 3 years ago
Anthony Bilinski 12b3b05217
test: Fix signal spy mixup for core_online_test 3 years ago
sudden6 e2d0472a9f
test: add more online test 3 years ago
Anthony Bilinski e426994e5f
test: Fix issues with core_online_test 3 years ago
sudden6 54e72aa73d
test: add test case for real world Core usage 3 years ago
Anthony Bilinski aeb8a9aca1
refactor(bootstrap): Use std::shuffle instead of custom not fully random logic 3 years ago
Anthony Bilinski 1be5b99d17
feat(Settings): Add setting for hiding group join and leave system messages 3 years ago
Anthony Bilinski e5df648e1a
refactor(settings): Use IGroupSettings in GroupChatForm 3 years ago
Anthony Bilinski 9ac44ee09c
fix(history): Replace invalid Tox ID saved in peers table with Tox public key 3 years ago
Anthony Bilinski 9cd9da4a53
fix(CI): Fix memory leak in core_test 3 years ago
Anthony Bilinski a1ebf297d3
chore(cleanup): Minor cleanup to contact management test 3 years ago
bodwok 0a9e121811
test(FriendListManager): add contact management test 3 years ago
Anthony Bilinski 9cbf3c0874
refactor(ToxPk): Update unit test 3 years ago
Anthony Bilinski 557af80428
refactor(Paths): Remove Paths factory to enable copy construction 3 years ago
Mick Sayson 257a19caaa feat(filesform): Add in progress transfers to files form 4 years ago
Mick Sayson c7efe320d2 refactor(filetransfer): Move file transfer progress into ToxFile 4 years ago
Anthony Bilinski 54a2b8970b
chore(review): Copyright notice cleanup 4 years ago
Mick Sayson b36a38e716
feat(chatlog): Re-implement sliding window ChatLog view 4 years ago
Brandon Mosher 1438f8f766 refactor: Provide a Virtual Method Anchor for Classes in Headers 4 years ago