766 Commits (16aeb5f572931560c6291e4975b9307a4978318a)

Author SHA1 Message Date
Anthony Bilinski 16aeb5f572
refactor(model): Rename Contact and ContactId to Chat and ChatId 4 years ago
Anthony Bilinski 0c967725df
refactor: Remove Settings singleton 4 years ago
Anthony Bilinski 61b3cb528a
refactor: Remove CameraSource singleton 4 years ago
Anthony Bilinski 47328cc6bf
refactor: Remove SmileyPack singleton 4 years ago
Anthony Bilinski 7d40bcf43d
refactor: Remove DocumentCache singleton 4 years ago
Anthony Bilinski 48ad6cc17a
refactor: Comply with Wunused-parameter 4 years ago
Anthony Bilinski b429e562e2
fix(widget): Update widget's core on core update 4 years ago
Anthony Bilinski fc2e445294
refactor: Comply with Wshadow 4 years ago
Anthony Bilinski d0d288a9b6
refactor(settings): Use IGroupSettings in GroupChatForm 4 years ago
Anthony Bilinski 18643da271
refactor(chatform): Pass Settings to GroupChatForm instead of calling getInstance() 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
woxcab d621d74511
fix(ui): reorder the window title 4 years ago
Mick Sayson 916834fb9c feat(chatlog): Add SystemMessages to SessionChatLog 4 years ago
sudden6 c95057283e
fix: correctly destroy on group remove 4 years ago
bodwok 18b34b325f
refactor(ui): separation of responsibility for sorting the contact list 5 years ago
Mick Sayson 26701283cd
feat(extensions): Split messages on extended messages 5 years ago
Mick Sayson 5f5f612841
feat(messages): History and offline message support for extended messages 5 years ago
Mick Sayson 7474c6d8ac
feat(messages): Multipacket message support 5 years ago
powerjungle 98976547fe
fix(translation): match text to translation files part 2 5 years ago
powerjungle 251beb5b70
fix(translation): match text to translation files 5 years ago
TriKriSta a97c53313a
fix: clear custom style before update style 5 years ago
TriKriSta 3bf3128a4f
fix(ui): implement and connect reloadTheme in leaf classes 5 years ago
sudden6 3612e94f5f
refactor: cleanup Widget 5 years ago
sudden6 5fdadadfb5
refactor: remove getInstance() from friendchatroom.cpp 5 years ago
sudden6 c5e21be0f8
refactor: remove getInstance() from groupchatroom.cpp 5 years ago
sudden6 0f4dc940ce
refactor: remove Core dependency from Group 6 years ago
sudden6 445340a0e9
refactor: remove getInstance from ContentDialog 6 years ago
sudden6 19f4a6c4e0
refactor: remove getInstance from AddFriendForm 6 years ago
Mick Sayson 6e163ca5ed
feat(notification): Notifications now always replace the previous one 6 years ago
sudden6 a90f0762d9
refactor(cmake): change folder structure 6 years ago
sudden6 82e0852f3c
refactor: remove Core::getInstance from grouplist 6 years ago
Anthony Bilinski f37f9a9492
refactor(history): enforce using PK instead of ToxId in history 6 years ago
sudden6 9306e946f8
refactor: remove Core::getInstance() from ChatForm classes 6 years ago
sudden6 2809cd91f5
refactor: remove Core::getInstance from SettingsWidget 6 years ago
sudden6 c1ec6bc649
refactor(widget): remove usage of Core::getInstance 6 years ago
iphydf 58b4c19709
chore: remove extra ; 6 years ago
iphydf e71225268f
chore: Various code cleanups. 6 years ago
Anthony Bilinski f756dbae2a
chore(cleanup): don't explicitly initialize std::unique_ptr to nullptr 6 years ago
Anthony Bilinski 3a5e28fffb
fix(model): take QObject receiver argument to interface signal connection macro 6 years ago
Anthony Bilinski 24e4ec3751
fix(model): take QObject receiver argument to interface signal connection macro 6 years ago
Anthony Bilinski 88d10b1249
refactor(widget): remove uneeded check of if message is targetted 6 years ago
Anthony Bilinski 239dfdc65c
refactor(status): move isOnline into Status from Friend 6 years ago
Igor Kushnir f9f634b326 fix(ui): quit qTox on Ctrl+Q when "Close to tray" is enabled 6 years ago
Anthony Bilinski e85d3f522a
fix(icon): use Qt tray icon in all cases, remove platform specific backends 6 years ago
Anthony Bilinski f7a2a7d648
fix(widget): only change group title once 6 years ago
Anthony Bilinski 602671c9dc
fix(core): don't set core status on connect, just update UI 6 years ago
jessica181920 11b34c84ef fix(i18n): Various English fixes 6 years ago
sudden6 2ea5030958
fix(widget): don't try to play audio if it's disable 6 years ago