sudden6
ff5f3190cf
Merge pull request #5795
...
Jimi Huotari (2):
refactor(Qt): use 'QLatin1String' instead of 'QLatin1Literal'
refactor(Qt): use 'asprintf' instead of 'sprintf'
2019-08-28 22:07:27 +02:00
sudden6
834baff556
Merge pull request #5793
...
TriKriSta (5):
fix: data validation during the search (fix : #5791 , #5723 )
feat: check chat status before start a search
feat: save selected search text after scrolling up
refactor: optimize load messages during the search
fix: update workerStb
2019-08-28 21:13:38 +02:00
sudden6
bb26d4a086
fix(profile): load settings before starting Core
...
This is a quick fix to load settings before Core is started. Ideally
this would not need to be inside the Profile, but at the moment the
decryption key is not available before starting Core.
2019-08-27 09:40:35 +02:00
sudden6
4d84db1a4e
test: add regression test for #2119
...
Also modify the test to test highlighting via public key
2019-08-26 19:08:42 +02:00
sudden6
641fba3553
fix: empty username causes mention on ever message
...
This fixes #2119 and additionally introduces the possibility to mention
users by their public key.
2019-08-26 19:08:34 +02:00
TriKriSta
dedbd184b0
fix: update workerStb
2019-08-23 16:48:21 +03:00
TriKriSta
e2efe443fe
refactor: optimize load messages during the search
2019-08-23 16:36:29 +03:00
Jimi Huotari
9d6e84906e
refactor(Qt): use 'asprintf' instead of 'sprintf'
...
Deprecated since Qt 5.14.
- https://code.qt.io/cgit/qt/qtbase.git/commit/?h=5.14&id=f8f592d5
2019-08-23 14:55:04 +03:00
Jimi Huotari
ec7d66e96b
refactor(Qt): use 'QLatin1String' instead of 'QLatin1Literal'
...
This is an undocumented Qt 2/3/4 remnant, deprecated in Qt 5.14.
- https://code.qt.io/cgit/qt/qtbase.git/commit/?h=5.14&id=3e75c296
- https://code.qt.io/cgit/qt/qtbase.git/commit/?h=5.14&id=45373c19
2019-08-23 14:54:08 +03:00
TriKriSta
a6a0481ddc
feat: save selected search text after scrolling up
2019-08-22 15:11:18 +03:00
TriKriSta
76679de2e0
feat: check chat status before start a search
2019-08-21 16:36:59 +03:00
TriKriSta
e3c35c9153
fix: data validation during the search ( fix : #5791 , #5723 )
2019-08-21 15:26:18 +03:00
Anthony Bilinski
412f145581
chore(build): remove deprecated jenkins deploy script
...
Nightlies and windows releases are now done through CircleCi and travis
Branches "for-jenkins-release" and "for-jekins-testing" will be removed
when this is merged.
2019-08-16 15:29:50 -07:00
sudden6
02361093a9
docs: update MAINTAINING.md with new rules for taggin issues
2019-08-14 11:09:35 +02:00
sudden6
22dfb443a0
Merge pull request #5783
...
jenli669 (2):
fix(login): show login screen when autologin fails
feat(login): generate a GUI error when auto login fails
2019-08-13 22:26:21 +02:00
jenli669
8832234758
feat(login): generate a GUI error when auto login fails
2019-08-13 21:25:55 +02:00
jenli669
a3bbf5c41d
fix(login): show login screen when autologin fails
...
fixes #5781
2019-08-12 23:11:18 +02:00
sudden6
2dde934abe
Merge pull request #5729
...
jenli669 (7):
refactor(profile): use const reference in createNew/loadProfile
refactor(profile): use const name reference in Profile()
refactor(settings): declare createPersonal const
refactor(profile): extract loadProfile error logic
refactor(profile): simplify Profile constructor
refactor(Profile): clang-format affected files
fix(profile): write .tox file immediately on creation
2019-08-09 23:27:59 +02:00
jenli669
49c8f9b9b5
fix(profile): write .tox file immediately on creation
...
Fixes issue where .tox file of a new profile wasn't written until
connection was established.
2019-08-09 22:48:14 +02:00
jenli669
c87682cde9
refactor(Profile): clang-format affected files
2019-08-09 22:48:14 +02:00
jenli669
00449937d4
refactor(profile): simplify Profile constructor
...
Simplifies Profile constructor by passing Settings instance by
reference during loadProfile and createNewProfile calls.
2019-08-09 22:48:14 +02:00
jenli669
5a3b720513
refactor(profile): extract loadProfile error logic
2019-08-09 22:48:06 +02:00
jenli669
1da963eced
refactor(settings): declare createPersonal const
2019-08-04 21:25:25 +02:00
jenli669
d65aeffe07
refactor(profile): use const name reference in Profile()
2019-08-04 21:25:25 +02:00
jenli669
2d1d5b2a3e
refactor(profile): use const reference in createNew/loadProfile
2019-08-04 21:25:24 +02:00
sudden6
040c6b95ae
fix(chatform): fix a crash when there are no messages to load
2019-08-03 13:13:37 +02:00
sudden6
4430883152
Merge pull request #5761
...
jenli669 (2):
fix(groups): remove logic that blocks parseConferenceSendMessageError
fix(groups): reduce group message size limit by 50
2019-08-03 09:11:23 +02:00
jenli669
6c77d57da8
fix(groups): reduce group message size limit by 50
...
This commit fixes errors when sending large group messages stemming from inconsistencies in reported/true max message size in c-toxcore
Fixes #5760
2019-08-03 00:51:33 +02:00
jenli669
9099eea04f
fix(groups): remove logic that blocks parseConferenceSendMessageError
2019-08-03 00:09:05 +02:00
Anthony Bilinski
765fce94b7
fix(group): use valid pointer, allowing source invalidation
...
Fix #5681
2019-07-31 14:19:01 -07:00
sudden6
b2e7a7fa31
Merge pull request #5756
...
Antony jr (1):
fix(docs): remove extra comma in README.md
2019-07-31 12:00:17 +02:00
Antony jr
fee147d788
fix(docs): remove extra comma in README.md
2019-07-31 13:40:19 +05:30
Anthony Bilinski
3a0891eadf
Merge pull request #5753
...
bodwok (1):
fix(chatform): crash after opening chat in new window
2019-07-30 13:25:44 -07:00
bodwok
59a59fdc09
fix(chatform): crash after opening chat in new window
2019-07-29 15:51:45 +03:00
sudden6
174d6ef8ca
Merge pull request #5747
...
antony-jr (12):
feat(build): add the delta updater
chore(build): format code
fix(build): fix ifdefs
fix(build): add required private slots
chore(build): turn off PR upload
fix(build): copy OpenSSL libs to AppDir
chore(build): change copyright as given previously
chore(build): change copyright year
fix(build): bundle missing libjack.so* to work with Fedora Workstation
chore(build): use search_dependency to add AppImageUpdaterBridge
fix(build): install and use AppImageUpdaterBridge
fix(build): fix cmake command in appimage/build.sh
2019-07-29 09:15:21 +02:00
antony-jr
e9665d517a
fix(build): fix cmake command in appimage/build.sh
2019-07-27 17:23:38 +05:30
antony-jr
837416b903
fix(build): install and use AppImageUpdaterBridge
2019-07-27 17:02:34 +05:30
antony-jr
bcab4514e4
chore(build): use search_dependency to add AppImageUpdaterBridge
2019-07-27 16:49:23 +05:30
antony-jr
e50b3bbd5c
fix(build): bundle missing libjack.so* to work with Fedora Workstation
2019-07-27 16:49:23 +05:30
antony-jr
21a6fa2b4f
chore(build): change copyright year
2019-07-27 16:49:23 +05:30
antony-jr
91141c2321
chore(build): change copyright as given previously
2019-07-27 16:49:22 +05:30
antony-jr
7153c1f2bf
fix(build): copy OpenSSL libs to AppDir
2019-07-27 16:49:21 +05:30
antony-jr
38e8e6927a
chore(build): turn off PR upload
2019-07-27 16:49:21 +05:30
antony-jr
a9a953cf1c
fix(build): add required private slots
2019-07-27 16:49:21 +05:30
antony-jr
d23e4fd709
fix(build): fix ifdefs
2019-07-27 16:49:21 +05:30
antony-jr
f4d9cff7d4
chore(build): format code
2019-07-27 16:49:21 +05:30
antony-jr
5eea8ba27f
feat(build): add the delta updater
2019-07-27 16:49:20 +05:30
sudden6
56af9c0be2
Merge pull request #5750
...
Maxim Biro (2):
chore(travis): update CIRP to v0.2.0a3
fix(travis): fix latest nightly release not updating sometimes
2019-07-24 16:11:34 +02:00
Maxim Biro
9b67d2619c
fix(travis): fix latest nightly release not updating sometimes
2019-07-23 07:21:12 -04:00
Maxim Biro
a70541846b
chore(travis): update CIRP to v0.2.0a3
2019-07-23 07:18:53 -04:00