85 Commits (345e33b5318175c0d7445f368a26f95fb65c0cc0)

Author SHA1 Message Date
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
Mick Sayson 18109b2f7f feat(history): Save/load system messages to history 4 years ago
Mick Sayson e9131d33aa
feat(chatlog): Upgrade db schema to support system messages 4 years ago
Waris Boonyasiriwat 7a26fe1708 test(persistence): add smileypack unit test 4 years ago
Mick Sayson 26701283cd
feat(extensions): Split messages on extended messages 4 years ago
Mick Sayson 5f5f612841
feat(messages): History and offline message support for extended messages 4 years ago
Mick Sayson 7474c6d8ac
feat(messages): Multipacket message support 4 years ago
sudden6 b0295b7c0a
refactor(chatlog): remove getInstance from ChatlogItem 5 years ago
Mick Sayson 6e163ca5ed
feat(notification): Notifications now always replace the previous one 5 years ago
Mick Sayson a9f6543e43
feat(notification): Notification string generator for multiple messages 5 years ago
Mick Sayson 99c1753a76 fix(preview): Fix exif orientations 5 years ago
Anthony Bilinski e5f33608c4
refactor(core): pass Paths into BootstrapNodeUpdater 5 years ago
Anthony Bilinski 5a877d742b
refactor(core): pass bootstrap list interface to Core 5 years ago
Anthony Bilinski 5d56a3c039
refactor(paths): move Settings path functions into Paths 5 years ago
Anthony Bilinski 062ba03fb8
refactor(db): map foreign key dependency in db schema 5 years ago
Anthony Bilinski f37f9a9492
refactor(history): enforce using PK instead of ToxId in history 5 years ago
iphydf e71225268f
chore: Various code cleanups. 5 years ago
Anthony Bilinski 35f89612ff
chore(cleanup): don't add semicolon to Q_DECLARE_METATYPE 5 years ago
Anthony Bilinski 70824729ff
chore(cleanup): don't use 0 as nullptr 5 years ago
Anthony Bilinski 2c1a86482a
chore(style): remove old style casts and cross sign comparisons 5 years ago
Anthony Bilinski cf672375be
revert(toxme): remove toxme from qTox - the service is offline permanently 6 years ago
Anthony Bilinski 239dfdc65c
refactor(status): move isOnline into Status from Friend 6 years ago
Anthony Bilinski 05064771ab
fix(test): create db tables in defined order, verify indexes 6 years ago
Anthony Bilinski edd72906fb
perf(history): enable sql index on chat_id in history table 6 years ago
Anthony Bilinski 746314baf2
fix(history): move stuck action messages to broken_messages table 6 years ago
Anthony Bilinski b28dc30061
fix(history): move stuck pending message into broken_messages table 6 years ago
Anthony Bilinski f72f3f714d
fix(history): handle errors during db upgrade 6 years ago
Anthony Bilinski dacfcdadac
refactor(history): apply db schema upgrade one version at a time 6 years ago
Anthony Bilinski 996b17b1d1
refactor(test): allow generic schema creation and verification in for db schema 6 years ago
Jimi Huotari 489d07c0eb
refactor(Qt): use 'QLatin1String' instead of 'QLatin1Literal' part 2 6 years ago
Jimi Huotari 7f74d41586
refactor(Qt): use 'QLatin1String' instead of 'QLatin1Literal' 6 years ago
Jimi Huotari 4f83187ce0 refactor(Qt): use 'QLatin1String' instead of 'QLatin1Literal' part 2 6 years ago
sudden6 2ce00afcbb
test: add regression test for #2119 6 years ago
sudden6 4d84db1a4e
test: add regression test for #2119 6 years ago
Jimi Huotari ec7d66e96b refactor(Qt): use 'QLatin1String' instead of 'QLatin1Literal' 6 years ago
jenli669 34e1e25b7f
fix(test): include <set> in groupmessagedispatcher_test.cpp 6 years ago
jenli669 04a9bc46f4
docs(copyright): update and add copyright info 6 years ago
Anthony Bilinski 819016960d
fix(ci): increase bsu_test timeout 6 years ago
Mick Sayson 71f8220925 refactor(chatlog): Add class to manage underlying chatlog state 6 years ago
Mick Sayson f0d840002a refactor(messages): Create class to manage sending/receiving group messages from core 6 years ago