3871 Commits (c0e9a3b79609681e5b9f6bbf8f9a36cb1993dc5f)

Author SHA1 Message Date
Anthony Bilinski b42b1f5e15
fix(osx): Update deprecated QDateTime and QProcess APIs 5 years ago
Anthony Bilinski 9e99db51d9
fix(ui): don't notify of available update if local version is newer 5 years ago
Jimi Huotari ab5a1ce007
refactor(Qt): fix build with Qt 5.15 again 5 years ago
Jimi Huotari d9c3279c40
refactor(Qt): fix build with Qt 5.15 5 years ago
Anthony Bilinski 2c59c92030
fix(db): Support opening and upgrading to any of three SQLCipher params 5 years ago
Anthony Bilinski deb7fbb67c
fix(db): Add half-upgraded cipher params 5 years ago
TriKriSta c13ede85df
fix(ui): add vertical spacer to profileform 5 years ago
Anthony Bilinski 7b7950e7f7
revert(chatlog): "load messages from the database after date" 5 years ago
Anthony Bilinski c75d8c8d3e
revert(chatlog): "edit function "Load chat history"" 5 years ago
Anthony Bilinski 8e03aa4b17
revert(chatlog): "edit load history in search" 5 years ago
Anthony Bilinski 5efb0ba020
revert(chatlog): "add action "Go to current date"" 5 years ago
Anthony Bilinski 8c3f3199ef
revert(chatlog): "edit position chat after load history" 5 years ago
Anthony Bilinski ccc7107f92
revert(chatlog): "remove part messages from chat" 5 years ago
Anthony Bilinski 3f36b31f8b
revert(chatlog): "simple edit code" 5 years ago
Anthony Bilinski 8f167f45a3
revert(chatlog): "edit load history when scrolling" 5 years ago
Anthony Bilinski bd0ef5de82
revert(chatlog): "prohibition to remove messages in group chat" 5 years ago
Anthony Bilinski 3ac6b578df
revert(chatlog): "fix a crash when there are no messages to load" 5 years ago
Anthony Bilinski 35c5e77a8a
revert(chatlog): "fix: data validation during the search" 5 years ago
Anthony Bilinski 6395ce3aae
revert(chatlog): "feat: check chat status before start a search" 5 years ago
Anthony Bilinski c1d0624b5d
revert(chatlog): "feat: save selected search text after scrolling up" 5 years ago
Anthony Bilinski 83d5863bbe
revert(chatlog): "optimize load messages during the search" 5 years ago
Anthony Bilinski 306bbb424e
revert(chatlog): "update workerStb" 5 years ago
Anthony Bilinski 4cd443ae7b
revert(chatlog): "scroll bar stuck to bottom (fix #5755)" 5 years ago
Anthony Bilinski efff8d53c9
revert(chatlog): "add comments for functions that load history" 5 years ago
Anthony Bilinski 5d44cd773f
revert(chatlog): partially revert "prevent invalid history access" 5 years ago
Anthony Bilinski b04639c6d0
revert(chatlog): "fix stick to bottom behavior" 5 years ago
Anthony Bilinski 5da1e4b9a8
revert(chatlog): "enable dynamic view range in chatlog with history disabled" 5 years ago
Anthony Bilinski 6e2ac12d84
fix(avatar): reject avatars that are larger than 64KB 5 years ago
Anthony Bilinski 4f7056385f
refactor: remove dependency on libfilteraudio 5 years ago
Anthony Bilinski 715794f664
chore(build): fix implicit narrowing warning by making it explicit 5 years ago
Anthony Bilinski 2b981d88a2
fix(interface): use virtual destructors for all interfaces 5 years ago
Anthony Bilinski a7f3495956
fix(chatlog): enable dynamic view range in chatlog with history disabled 5 years ago
Anthony Bilinski c906cdf57b
fix(history): check history settings when getting initial chatlog idx 5 years ago
sudden6 b5785a1b0c
fix: add missing type for Qt slot 5 years ago
sudden6 df7fe22398
fix(toxcall): move ToxCall ownership to correct Thread 5 years ago
Mick Sayson caf4f59fb2
feat(groups): Allow being in group call if only member 5 years ago
sudden6 f02943c191
fix(toxcall): handle Null sink correctly 5 years ago
Anthony Bilinski 3a5e28fffb
fix(model): take QObject receiver argument to interface signal connection macro 5 years ago
Anthony Bilinski b7062b2518
fix(model): stop interfaces from inheriting from QObject 5 years ago
Anthony Bilinski 40e43586f1
fix(model): return connection from interface macro 5 years ago
sudden6 dfeca3e906
fix(coreav): prevent racy access to call variable 5 years ago
sudden6 26fcea0639
fix(coreav): change some lock to write locks 5 years ago
sudden6 e340688b94
fix(coreav): fix assert because c-toxcore calls from unexpected thread 5 years ago
sudden6 723a8e5dc7
fix(coreav): avoid deadlock between CoreAV, main and Audio thread 5 years ago
sudden6 a4ac6d67c7
fix(coreav): cleanup assertions 5 years ago
sudden6 89400c91f7
refactor: properly lock against Core thread 5 years ago
sudden6 8e54805e7d
feat(coreav): add assertions to check for threading errors 5 years ago
sudden6 cf402bd11c
refactor(coreav): simplify start sequence 5 years ago
sudden6 f72b3397a5
refactor(coreav): move threading of CoreAV to single mutex 5 years ago
sudden6 f2fa601073
fix(chatlog): fix stick to bottom behavior 5 years ago