8260 Commits (9a8706a65f1737f875eccc9717c8389ff51798d2)
 

Author SHA1 Message Date
Anthony Bilinski 8a8a34ea64
chore(CI): Update checkout action to v3 3 years ago
Anthony Bilinski ffbff0bfa8
refactor: Remove ContentDialogManager singleton 3 years ago
Anthony Bilinski e80db6a532
feat(macOS): Build deps from source, giving backwards compatibility 3 years ago
Anthony Bilinski f3420a0b8f
chore(CI): macOS CI script support for both full dep build or just qTox build 3 years ago
Anthony Bilinski a877d7d841
chore(CI): Add build script for building all macOS deps 3 years ago
Anthony Bilinski fbce81b5b1
chore(CI): Split brewfile between building all deps or only qTox 3 years ago
Anthony Bilinski 7565f8b350
fix(main): Construct ToxSave event handler 3 years ago
Anthony Bilinski 16ac8a8eac
refactor(History): Split peers table into chats and authors 3 years ago
Anthony Bilinski f6dddf7c58
refactor(History): Move history upgrades to new directory 3 years ago
Anthony Bilinski bf3e1ffdb7
refactor(cmake): Allow tests to define their own needed libs 3 years ago
Anthony Bilinski f0a23bbb5d
refactor(tests): Move database test utilities to their own lib 3 years ago
Anthony Bilinski d1a8f5d6ae
refactor(test): Use temporary files in dbschema_test 3 years ago
Anthony Bilinski f777aa885c
fix(history): Heal invalid resume_file_id's saved to history 3 years ago
Anthony Bilinski 47ee51c61d
fix(history): Don't cast file_id to QString before inserting 3 years ago
Anthony Bilinski c6ee8d0654
refactor(Nexus): Remove Nexus::getCore 3 years ago
Anthony Bilinski 2d6cc25405
fix(History): Correct SQL query for empty finished file transfer 3 years ago
Anthony Bilinski 0d366a5790
chore(build): Enable all warnings on qTox libraries as well 3 years ago
Anthony Bilinski 9da8ec9926
chore(build): Comply with Wshadow in audio lib 3 years ago
Anthony Bilinski 270286b38c
refactor(audio): Move getVolume and volumeAvailable to qreal from float 3 years ago
Anthony Bilinski 8337b935f9
refactor(audio): Remove unused OpenAL::outputVolume 3 years ago
Anthony Bilinski 27f19ec2fa
fix(History): Deep copy QByteArrays from SQL selects 3 years ago
Anthony Bilinski efc641efd7
feat(Settings): Add GUI notice for global settings upgrade failure 3 years ago
Anthony Bilinski b24faabf42
refactor(GUI): Move remaining messsage box functionality to new class 3 years ago
Anthony Bilinski 3bd85452da
refactor(GUI): Remove GUI::getMainWidget 3 years ago
Anthony Bilinski b57e6c6fc4
refactor(GUI): Remove GUI setWindowTitle 3 years ago
Anthony Bilinski 94d0f29603
refactor(GUI): Remove GUI::themeReload, give responsibility to Style 3 years ago
Anthony Bilinski 3444fed0ac
refactor(GUI): Remove GUI setEnabled, call on Widget directly 3 years ago
Anthony Bilinski e4552cf905
chore(CI): Add support for building toxcore and toxext for macOS 3 years ago
Anthony Bilinski 02f384a7d2
chore(CI): Add support for building qrencode for macOS 3 years ago
Anthony Bilinski e6075c278d
chore(CI): Add support for building msgpack-c for macOS 3 years ago
Anthony Bilinski f9b8a8a05f
chore(CI): Add support for building ffmpeg for macOS 3 years ago
Anthony Bilinski a94304148e
chore(CI): Add support for building libexif for macOS 3 years ago
Anthony Bilinski b4636c8174
chore(CI): Add support for building openal for macOS 3 years ago
Anthony Bilinski ad862ca50e
chore(CI): Add support for building openssl for macOS 3 years ago
Anthony Bilinski c7ac0fdc3f
chore(CI): Add support for building opus for macOS 3 years ago
Anthony Bilinski 59fb97e2a3
chore(CI): Add support for building sodium for macOS 3 years ago
Anthony Bilinski d3bebab0b7
chore(CI): Add support for building sqlcipher for macOS 3 years ago
Anthony Bilinski 35d35a33f2
chore(CI): Add support for building VPX for macOS 3 years ago
Anthony Bilinski b067aae207
refactor: Move Style global shared state into class 3 years ago
Anthony Bilinski d7b67081e5
refactor(history): Separate db upgrade logic from History 3 years ago
Anthony Bilinski 2a2b079992
feat(core): Add error parsing for Tox_Err_Options_New 3 years ago
Anthony Bilinski a5660fb6e3
feat(core): Add error parsing for Toxav_Err_Bit_Rate_Set 3 years ago
Anthony Bilinski 47a05c7592
feat(core): Add error parsing for Toxav_Err_Call 3 years ago
Anthony Bilinski 47a20f6061
feat(core): Add error parsing for Toxav_Err_Call_Control 3 years ago
Anthony Bilinski 6c9c380915
feat(core): Add error parsing for Tox_Err_File_Send_Chunk 3 years ago
Anthony Bilinski 978bcde572
feat(core): Add error parsing for Tox_Err_File_Control 3 years ago
Anthony Bilinski 040beae56a
feat(core): Add error parsing for Tox_Err_File_Get 3 years ago
Anthony Bilinski aff5663351
feat(core): Extend and deduplicate Tox_Err_File_Send error parsing 3 years ago
Anthony Bilinski 350fa9b462
refactor: Don't handle default switch case of error enums 3 years ago
Anthony Bilinski b09796a54c
refactor(core): Move toxcore error parsing out of core.pp to utility 3 years ago