166 Commits (83fcc76e437482480cb6d4dd6161662fb4634dff)

Author SHA1 Message Date
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 dd7df35720
revert(chatlog): Revert cleanup 4 years ago
Anthony Bilinski bdbf1f61a8
revert(chatlog): "simple edit code" 4 years ago
Anthony Bilinski b0b74cfe92
revert(chatlog): "edit load history when scrolling" 4 years ago
Anthony Bilinski af3e0183b6
revert(chatlog): "prohibition to remove messages in group chat" 4 years ago
Anthony Bilinski 3a19eaddb5
revert(chatlog): "fix: data validation during the search" 4 years ago
Anthony Bilinski 37b58ee8ee
revert(chatlog): "feat: save selected search text after scrolling up" 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 916834fb9c feat(chatlog): Add SystemMessages to SessionChatLog 4 years ago
bodwok 45b69519c4
fix(ui): contact list optimization 4 years ago
bodwok 35244db50e
refactor(ui): code improvement 4 years ago
bodwok 1d5dd8063e
refactor(ui): code improvement 4 years ago
bodwok 89fa7db90a
fix(build): include QVector type 4 years ago
bodwok 18b34b325f
refactor(ui): separation of responsibility for sorting the contact list 4 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
Jimi Huotari d9c3279c40
refactor(Qt): fix build with Qt 5.15 5 years ago
sudden6 b0295b7c0a
refactor(chatlog): remove getInstance from ChatlogItem 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
Anthony Bilinski 535b01a841
fix(preview): handle libexif missing fields, don't accept 0-value orientation 5 years ago
Anthony Bilinski 9da1e3bbdf
fix(preview): Don't log a warning on missing exif orientation metadata 5 years ago
sudden6 0f4dc940ce
refactor: remove Core dependency from Group 5 years ago
bodwok 1bc97ef219
fix(chathistory): file transfers sometimes show wrong author name 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
sudden6 a90f0762d9
refactor(cmake): change folder structure 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 f37f9a9492
refactor(history): enforce using PK instead of ToxId in history 5 years ago
Anthony Bilinski 8abd4e47e9
refactor(style): use #pragma once rather than include guards 5 years ago
iphydf e71225268f
chore: Various code cleanups. 5 years ago
Anthony Bilinski 5efb0ba020
revert(chatlog): "add action "Go to current date"" 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 35c5e77a8a
revert(chatlog): "fix: data validation during the search" 5 years ago
Anthony Bilinski c1d0624b5d
revert(chatlog): "feat: save selected search text after scrolling up" 5 years ago
Anthony Bilinski 6e2ac12d84
fix(avatar): reject avatars that are larger than 64KB 5 years ago
Anthony Bilinski ad042b09e0
chore(cleanup): don't add semicolon to Q_DECLARE_METATYPE 5 years ago
Anthony Bilinski 2b981d88a2
fix(interface): use virtual destructors for all interfaces 5 years ago
Anthony Bilinski 2c1a86482a
chore(style): remove old style casts and cross sign comparisons 5 years ago
Anthony Bilinski c906cdf57b
fix(history): check history settings when getting initial chatlog idx 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