4274 Commits (cd4e261fa5fa25e7e561a7f6e68f6771bb3edcea)

Author SHA1 Message Date
fancyfarmer cd4e261fa5
feat(chatform, audio): Adding shortut SHIFT+` (~ tilde) for muting mic. 4 years ago
Anthony Bilinski 2197bce610
fix(AppManager): Don't create temporary copy of argc 4 years ago
Anthony Bilinski b394f22599
refactor(Nexus): Remove singleton, construct with needed arguments 4 years ago
Anthony Bilinski 0e7da7378f
refactor(Nexus): Remove static getCameraSource 4 years ago
Anthony Bilinski d4421c7161
chore(Qt): Replace QGuiApplication usage with QApplication 4 years ago
Anthony Bilinski 665a6c4e3d
refactor(Nexus): Remove Nexus::getDesktopGUI 4 years ago
Anthony Bilinski d2fe222b89
refactor(core): Remove unused Core::getKeyPair 4 years ago
Anthony Bilinski 7c519c3895
refactor(main): Move main global state into new AppManager class 4 years ago
Anthony Bilinski fd930cfbb2
refactor(History): Split remove history query into transaction 4 years ago
Anthony Bilinski 9a8706a65f
fix(history): Heal duplicate peer entries with different case 4 years ago
Anthony Bilinski 69d07f077e
refactor(history): Expose mergeDuplicatePeers from DbUpgrader 4 years ago
Anthony Bilinski f29570138f
fix(history): Strictly check public_key during database upgrade 4 years ago
Anthony Bilinski 40b339b367
refactor(IPC): Remove activate's handler reliance on global state 4 years ago
Anthony Bilinski f4e64ee7a6
feat(History): Add a GUI error on database schema mismatch 4 years ago
bodwok 039f6ff0b3
fix(Widget): Incorrect removing of contacts 4 years ago
bodwok 1545945236
fix(contacts): window with multiple friends contacts 4 years ago
Anthony Bilinski 9571434df9
feat(CI): Disallow unsafe implicit casts to QString 5 years ago
Anthony Bilinski f1b401166a
feat(CI): Disallow implicit casting of QByteArray to char* or void* 5 years ago
Anthony Bilinski 1e4eed76b5
refactor: Move GroupList global state into class 5 years ago
Anthony Bilinski a3517d4291
refactor(Nexus): Remove all uses of getProfile in child classes 5 years ago
Anthony Bilinski 6c6620ffc1
refactor(Settings): Save loaded profile automatically 5 years ago
Anthony Bilinski a1f7c71feb
perf(Settings): Make personal settings saving consistently async 5 years ago
Anthony Bilinski 4f45f30ef9
fix(history): Fix alias removal SQL query after group history addition 5 years ago
Anthony Bilinski c5fdb78676
fix(UI): Centre message boxes on main window 5 years ago
Anthony Bilinski 25223119c9
fix(chatlog): Display correct system message timestamp in chatlog 5 years ago
bodwok a1b08d6493
fix(FriendList): exclusion of possible undefined behavior 5 years ago
Anthony Bilinski 0352ada08c
feat(history): Enable group history 5 years ago
Anthony Bilinski cd3c7b392e
feat(UI): Add UI for removing group history 5 years ago
Anthony Bilinski 1142cc03f8
feat(history): Remove group history on quit when selected 5 years ago
Anthony Bilinski 1ac7285c79
refactor(widget): Make RemoveFriendDialog generic for Chats 5 years ago
Anthony Bilinski de09bf655e
refactor(history): Use abstract Chat in ChatHistory rather than Friend 5 years ago
Anthony Bilinski b320397558
refactor(model): Add getDisplayedName(ToxPk) to Chat 5 years ago
Anthony Bilinski e4fefccff8
refactor(history): Move History APIs from Friend-based to Chat-based 5 years ago
Anthony Bilinski cfe18f8340
refactor(ContactId): Add clone function to ChatId interface 5 years ago
Anthony Bilinski 71c3f997b4
refactor: Move FriendList global state into class 5 years ago
Anthony Bilinski 4a74b51bbc
refactor(main): Remove unused sodium_init 5 years ago
Anthony Bilinski ffbff0bfa8
refactor: Remove ContentDialogManager singleton 5 years ago
Anthony Bilinski 7565f8b350
fix(main): Construct ToxSave event handler 5 years ago
Anthony Bilinski 16ac8a8eac
refactor(History): Split peers table into chats and authors 5 years ago
Anthony Bilinski f6dddf7c58
refactor(History): Move history upgrades to new directory 5 years ago
Anthony Bilinski f777aa885c
fix(history): Heal invalid resume_file_id's saved to history 5 years ago
Anthony Bilinski 47ee51c61d
fix(history): Don't cast file_id to QString before inserting 5 years ago
Anthony Bilinski c6ee8d0654
refactor(Nexus): Remove Nexus::getCore 5 years ago
Anthony Bilinski 2d6cc25405
fix(History): Correct SQL query for empty finished file transfer 5 years ago
Anthony Bilinski 270286b38c
refactor(audio): Move getVolume and volumeAvailable to qreal from float 5 years ago
Anthony Bilinski 27f19ec2fa
fix(History): Deep copy QByteArrays from SQL selects 5 years ago
Anthony Bilinski efc641efd7
feat(Settings): Add GUI notice for global settings upgrade failure 5 years ago
Anthony Bilinski b24faabf42
refactor(GUI): Move remaining messsage box functionality to new class 5 years ago
Anthony Bilinski 3bd85452da
refactor(GUI): Remove GUI::getMainWidget 5 years ago
Anthony Bilinski b57e6c6fc4
refactor(GUI): Remove GUI setWindowTitle 5 years ago