8300 Commits (2b9cbdcac1f5f140e054513d03a53b68b2ba843a)
 

Author SHA1 Message Date
Anthony Bilinski c828a16b7b
feat(CI): Run clang-tidy check in CI 3 years ago
Anthony Bilinski 73aa1f3f48
refactor: Comply with Clang's Wunused-parameter 3 years ago
Anthony Bilinski 3d7a0d249d
refactor: Comply with Clang's Wunused-const-variable 3 years ago
Anthony Bilinski acc46370ca
refactor: Comply with Clang's Wunused-private-field 3 years ago
Anthony Bilinski 6e7ca76911
refactor: Comply with Clang's Wdouble-promotion 3 years ago
Anthony Bilinski 0e8582c88e
refactor: Comply with Clang's Wmismatched-tags 3 years ago
Anthony Bilinski 877ef4ae5b
feat(style): Add clang-tidy config 3 years ago
Anthony Bilinski cabcf4111f
refactor(style): Match declaration and definition argument names 3 years ago
Anthony Bilinski 47d52f9977
chore(CI): Fix gitstats cloning by cloning with https 3 years ago
Anthony Bilinski b894531cdb
fix(tests): Mock Settings for SmileyPack test 3 years ago
Anthony Bilinski e5f16d812e
chore(macOS): Remove support for old AvFoundation 3 years ago
Anthony Bilinski 16aeb5f572
refactor(model): Rename Contact and ContactId to Chat and ChatId 3 years ago
Anthony Bilinski cf5be40511
refactor(Style): Move fonts storage from array to std::map 3 years ago
Anthony Bilinski b9c4b0075c
refactor(Style): Move Style enums to enum class 3 years ago
Anthony Bilinski 0c967725df
refactor: Remove Settings singleton 3 years ago
Anthony Bilinski 61b3cb528a
refactor: Remove CameraSource singleton 3 years ago
Anthony Bilinski 9bf17acca6
chore(CI): Handle build scripts called with relative paths with spaces 3 years ago
Anthony Bilinski 3c7ee98bc1
chore(CI): Set bash flags at start of scripts 3 years ago
Anthony Bilinski 69514319fd
chore(CI): Rename Windows build scripts to be used commonly by macOS 3 years ago
Anthony Bilinski b82580c814
fix(chat): Undo removing of chat message insertion 3 years ago
Anthony Bilinski dd9524085f
fix(settings): Heal invalid ToxPk saved to Personal Settings 3 years ago
Anthony Bilinski 1206da2b05
refactor(ToxPk): Don't define model's ToxPk, ToxId, GroupId from tox.h 3 years ago
Anthony Bilinski 813643adbf
fix(chat): Stop spellcheck from leaking messages to logs 3 years ago
Anthony Bilinski ba17b5130c
Revert "chore(CI): Disable online tests in all but one CI job" 3 years ago
Anthony Bilinski 7d773930c1
feat(tests): Merge core and core_online tests 3 years ago
Anthony Bilinski 5f870c28e5
feat(test): Bootstrap core_test off second local tox instance 3 years ago
Anthony Bilinski 6f3fb30f24
feat(test): Add mock bootstrap list generator 3 years ago
Anthony Bilinski 7395c1cb3f
refactor(model): Fix case of IBootstrapListGenerator::getBootstrapNodes 3 years ago
Anthony Bilinski faa72d567e
fix(core): Correct getSelfDhtId's toxcore API 3 years ago
Anthony Bilinski 47328cc6bf
refactor: Remove SmileyPack singleton 3 years ago
Anthony Bilinski 7d40bcf43d
refactor: Remove DocumentCache singleton 3 years ago
Anthony Bilinski 0afc11fafc
chore(build): Migrate existing warning handling to new warnings project 3 years ago
Anthony Bilinski df58c35998
chore(build): Remove redundant warnings 3 years ago
Anthony Bilinski aa2e253674
chore(build): Enable lots of compile-time warnings 3 years ago
Anthony Bilinski ece26e4a4f
refactor: Remove some useless casts 3 years ago
Anthony Bilinski afe5d9d82a
refactor: Comply with Wformat 3 years ago
Anthony Bilinski 3a03c8f043
refactor: Comply with Wnull-dereference 3 years ago
Anthony Bilinski 17043dbc45
refactor: Comply with Wmaybe-uninitialized 3 years ago
Anthony Bilinski bda1a6a909
refactor: Comply with Wpedantic 3 years ago
Anthony Bilinski 4b2cf53a55
refactor: Comply with Wundef 3 years ago
Anthony Bilinski adc0f0cca6
refactor: Comply with Wmissing-declarations 3 years ago
Anthony Bilinski b0bf3d77cb
refactor: Comply with Wdouble-promotion 3 years ago
Anthony Bilinski 02d5270dcc
refactor: Comply with Wmissing-field-initializers 3 years ago
Anthony Bilinski 809c695718
fix(ui): Pass NetCamView's parent pointer to base QWidget 3 years ago
Anthony Bilinski 48ad6cc17a
refactor: Comply with Wunused-parameter 3 years ago
Anthony Bilinski 288f44ba5a
refactor: Comply with Wdeprecated-copy 3 years ago
Anthony Bilinski 919c6c9fe7
refactor: Comply with Wunused-but-set-variable 3 years ago
Anthony Bilinski ae8ffc42cf
refactor: Comply with Wreorder 3 years ago
Anthony Bilinski f25e855839
fix(ui): Use GenericChatItemWidget construction compact argument 3 years ago
Anthony Bilinski b429e562e2
fix(widget): Update widget's core on core update 3 years ago