4156 Commits (cd8af735fc3ac6494cd6112a068916f7d8e9baf4)

Author SHA1 Message Date
Anthony Bilinski aeb8a9aca1
refactor(bootstrap): Use std::shuffle instead of custom not fully random logic 3 years ago
Anthony Bilinski 0cb222c056
feat(i18n): Handle English plural forms in translations 3 years ago
Anthony Bilinski 0df98ce64f
fix(group): Change join leave message setting default to false 3 years ago
Anthony Bilinski 6f9123705a
fix(core): Fix logic error retrieving TCP port 3 years ago
Anthony Bilinski 7aa8d7178e
refactor(bootstrap): Store public key as ToxPk rather than QString 3 years ago
Anthony Bilinski e7e30ada8c
fix(core): Use node's TCP ports when connecting to TCP relay 3 years ago
Anthony Bilinski 3d36cf47e8
refactor(bootstrap): Rename UDP port from port to udpPort 3 years ago
Anthony Bilinski de924cfdc7
feat(chatlog): Disable join and leave system messages based on setting 3 years ago
Anthony Bilinski 069ab92fd0
feat(UI): Add UI For controlling group join and leave system messages setting 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 0adf4a00f3
refactor(chatform): Remove useless static cast 3 years ago
Anthony Bilinski 18643da271
refactor(chatform): Pass Settings to GroupChatForm instead of calling getInstance() 3 years ago
Anthony Bilinski 3180d23ee2
fix(core): Don't apply Windows file transfer rename on other platforms 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 56eed63fde
fix(core): Fix missed ToxId to ToxPk constructions 3 years ago
Anthony Bilinski ddebf6ee7a
fix(crash): Handle nightly tag name in update check 3 years ago
Anthony Bilinski 4b3f50a0c0
chore(l10n): Fix ordering of languages in code 3 years ago
Anthony Bilinski 188fe340f2
feat(l10n): Add Urdu and Icelandic translations 3 years ago
Anthony Bilinski a1ebf297d3
chore(cleanup): Minor cleanup to contact management test 4 years ago
bodwok 0a9e121811
test(FriendListManager): add contact management test 4 years ago
Anthony Bilinski d1c86ffff9
refactor(ToxPk): Remove ability to construct ToxId from ToxPk 4 years ago
Anthony Bilinski 3ac37a5496
fix(core): Track avatar offer file size to avoid cancelling transfers 4 years ago
Anthony Bilinski a828b54be4
refactor(Paths): Remove portable state from Settings 4 years ago
Anthony Bilinski 557af80428
refactor(Paths): Remove Paths factory to enable copy construction 4 years ago
Anthony Bilinski 0eb56fb9bb
fix(Paths): Track portable state in Paths to updates paths correctly 4 years ago
Anthony Bilinski d0c120e0a8
fix(Paths): Default to auto paths detection mode 4 years ago
Anthony Bilinski 15673a52b6
fix(macOS): Update video API usage for newer libavcodec 4 years ago
Anthony Bilinski 992cdbd045
chore: Replace deprecated QMutex::Recursive with QRecursiveMutex 4 years ago
Maxim Biro bc7497a01c
chore(windows): update SQLCipher to 4.5.0 4 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
Mick Sayson 3bc4aa52be fix(filetransfer): Fix UI inconsistencies with pause/resume 4 years ago
Maxim Biro 560751db88
chore(windows): update SQLCipher to 4.5.0 4 years ago
sudden6 3c58b992c6
perf: reduce repainting in animations 4 years ago
Anthony Bilinski 54a2b8970b
chore(review): Copyright notice cleanup 4 years ago
Mick Sayson ffef0e3796
refactor(chatlog): Rename ChatLog -> ChatWidget 4 years ago
Mick Sayson 3757f733cc
refactor(chatlog): Remove unused getRow functions from ChatLine 4 years ago
Mick Sayson b36a38e716
feat(chatlog): Re-implement sliding window ChatLog view 4 years ago
Mick Sayson a9f7c0ca7e
refactor(chatlog): Store ChatLine::Ptr in messages instead of ChatMessage 4 years ago
Mick Sayson b7a88cde6e
refactor(chatlog): Move rendering of messages from GenericChatForm -> ChatLog 4 years ago
Mick Sayson dd7df35720
revert(chatlog): Revert cleanup 4 years ago
Mick Sayson 00ab89c3ce
revert(chatlog): "feat: load messages from the database before date" 4 years ago
Anthony Bilinski 041b697e77
revert(chatlog): "load messages from the database after date" 4 years ago
Anthony Bilinski 31346423e1
revert(chatlog): "edit function "Load chat history"" 4 years ago
Mick Sayson 6c34fad9b6
fix(history): Fix qt deprecation warning 4 years ago
Anthony Bilinski 1104417022
revert(chatlog): "edit load history in search" 4 years ago
Anthony Bilinski f29e948bed
revert(chatlog): "add action "Go to current date"" 4 years ago
Anthony Bilinski b9cf7f428d
revert(chatlog): "edit position chat after load history" 4 years ago
Anthony Bilinski 340496bd6e
revert(chatlog): "remove part messages from chat" 4 years ago