4128 Commits (83fcc76e437482480cb6d4dd6161662fb4634dff)

Author SHA1 Message Date
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
bodwok d01fed92f0
fix(ui): updating friends list color at runtime 5 years ago
bodwok 1aad91944e
fix(chatlog): fixed rendering of new messages when scrolling up 5 years ago
Jimi Huotari 6a59f0fe4d refactor(Qt): fix build with Qt 5.15 again 5 years ago
Anthony Bilinski 4f7056385f
refactor: remove dependency on libfilteraudio 5 years ago
Anthony Bilinski ad042b09e0
chore(cleanup): don't add semicolon to Q_DECLARE_METATYPE 5 years ago
Anthony Bilinski 5ae738f818
chore(cleanup): replace remaining deprecated toxcore enums with newer versions 5 years ago
Anthony Bilinski f373107f63
chore(cleanup): add Wunknown-pragmas, fix pragma typos 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 f53e44b62c
chore(cleanup): don't std::move for return statement 5 years ago
Anthony Bilinski 70824729ff
chore(cleanup): don't use 0 as nullptr 5 years ago
Anthony Bilinski f756dbae2a
chore(cleanup): don't explicitly initialize std::unique_ptr to nullptr 5 years ago
Anthony Bilinski 2c1a86482a
chore(style): remove old style casts and cross sign comparisons 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