100 Commits (f53e44b62c2ba7f33070c816dbadd7cc9650a947)

Author SHA1 Message Date
Anthony Bilinski f53e44b62c
chore(cleanup): don't std::move for return statement 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
jessica181920 11b34c84ef fix(i18n): Various English fixes 6 years ago
jenli669 31fec7488f
feat(proxy): provide commandline tools for proxy settings 6 years ago
jenli669 3e1e1f6087
feat(proxy): provide commandline tools for proxy settings 6 years ago
sudden6 909deb0feb
fix: remove reconnect button 6 years ago
sudden6 0a30c1b1c0
fix(profile): load settings before starting Core 6 years ago
sudden6 bb26d4a086
fix(profile): load settings before starting Core 6 years ago
jenli669 49c8f9b9b5
fix(profile): write .tox file immediately on creation 6 years ago
jenli669 00449937d4
refactor(profile): simplify Profile constructor 6 years ago
jenli669 5a3b720513
refactor(profile): extract loadProfile error logic 6 years ago
jenli669 1da963eced
refactor(settings): declare createPersonal const 6 years ago
jenli669 d65aeffe07
refactor(profile): use const name reference in Profile() 6 years ago
jenli669 2d1d5b2a3e
refactor(profile): use const reference in createNew/loadProfile 6 years ago
jenli669 04a9bc46f4
docs(copyright): update and add copyright info 6 years ago
jenli669 17d5d55259
fix(core): correctly relink ui/core when core is changed 6 years ago
jenli669 8bc6fc9fd8
refactor(startup): condense and rename scanProfiles 6 years ago
jenli669 68d24eec64
refactor(startup): remove unnecessary arg. passing in loadDatabase 6 years ago
jenli669 ea2510157c
refactor(startup): decouple loginscreen from model 6 years ago
Mick Sayson ed514d7166 refactor(chatform): Remove message handling logic from gui path 6 years ago
Anthony Bilinski 74828c92e5
fix(settings): apply toxcore settings for encrypted profiles 6 years ago
sudden6 22362d2940
refactor(audio): Remove Audio singleton 6 years ago
Anthony Bilinski 2ccb1ec150
fix(history): save name to history for friend invite message 6 years ago
Anthony Bilinski 97d05f9d67
refactor(id): make ContactId interface, implement GroupId 6 years ago
sudden6 a4ad8c71b8
refactor(core): make CoreFile its own independent class 6 years ago
sudden6 66f72ee863
refactor(core): remove unused function 6 years ago
Anthony Bilinski bef9d4b773
fix(settings): load personal settings before constructing core 6 years ago
Mick Sayson 567ddfb203 feat(db): Database support for file history 7 years ago
Anthony Bilinski e1201f901f
chore(core): improve failed decryption error handling 7 years ago
Anthony Bilinski 109a4ffd43
fix(core): set username and status on new profile 7 years ago
Anthony Bilinski 0c757356d3
fix(avatar): set friend to identicon on empty avatar receipt 7 years ago
sudden6 aed820ba60
fix(profile): avoid deadlock with between main and core thread 7 years ago
sudden6 8e5598572a
refactor(profile): small style corrections 7 years ago
sudden6 24e7c4efd4
refactor(core): format code 7 years ago
sudden6 82a7141e31
refactor(core): reimplement restart and small cleanups 7 years ago
sudden6 e5acc6726f
refactor(core): reimplement avatar transfers 7 years ago
sudden6 b647f9291e
refactor(core): reimplement profile saving 7 years ago
sudden6 a8494980da
refactor(core): fix error handling 7 years ago
sudden6 8574162949
refactor(core): cleanup Core class 7 years ago
sudden6 dfd5232e2f
fix(settings): prevent segfault on wrong proxy settings 7 years ago
ezavod 847f155b7b
refactor(chatform): Use QStringList instead of QVector<QString> 7 years ago
Anthony Bilinski 5dc4e6de81
chore(legal): update copyright date to 2018 for all source files 7 years ago
tox-user 676be5f625 fix(identicon): don't set identicon as an avatar 8 years ago
tox-user 905ca77086 feat(settings): add an option to toggle identicons 8 years ago
Diadlo 7f2bd726ef
refactor: Integrate ICoreSettings in Core 8 years ago
sudden6 003fc6b0b0
feat(identicon): use Identicons instead of empty avatars 8 years ago
sudden6 f82f57ec91
refactor: don't pass ToxPk as QString 8 years ago
Diadlo 65b1463933
refactor(core): Move setAvatar to profile from core 8 years ago
Diadlo 49e9eb8de2
refactor(core): Move saving request to history to Profile 8 years ago