1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
Commit Graph

7227 Commits

Author SHA1 Message Date
jenli669
74377430ce
feat(login): generate a GUI error when auto login fails 2019-08-26 23:21:40 -07:00
jenli669
e55e50d510
fix(login): show login screen when autologin fails
fixes #5781
2019-08-26 23:18:13 -07: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
sudden6
be55759555
Merge pull request #5672
TriKriSta (10):
      feat: load messages from the database before date
      feat: load messages from the database after date
      feat: edit function "Load chat history"
      feat: edit load history in search
      feat: add action "Go to current date"
      feat: edit position chat after load history
      feat: remove part messages from chat
      refactor: simple edit code
      refactor: edit load history when scrolling
      feat: prohibition to remove messages in group chat
2019-07-22 22:49:15 +02:00
TriKriSta
5aeac56b76 feat: prohibition to remove messages in group chat 2019-07-22 21:16:26 +03:00
TriKriSta
0a9e72020e refactor: edit load history when scrolling 2019-07-22 21:16:26 +03:00
TriKriSta
b807998fe9 refactor: simple edit code 2019-07-22 21:16:26 +03:00
TriKriSta
4c7ecb6024 feat: remove part messages from chat 2019-07-22 21:16:26 +03:00
TriKriSta
c2d5b422b3 feat: edit position chat after load history 2019-07-22 21:16:26 +03:00
TriKriSta
2a9648d12c feat: add action "Go to current date" 2019-07-22 21:16:26 +03:00
TriKriSta
8c4b1e00a1 feat: edit load history in search 2019-07-22 21:16:26 +03:00
TriKriSta
6de1173c17 feat: edit function "Load chat history" 2019-07-22 21:16:26 +03:00
TriKriSta
b705ac8060 feat: load messages from the database after date 2019-07-22 21:16:26 +03:00
TriKriSta
fb2957c5ee feat: load messages from the database before date 2019-07-22 21:16:26 +03:00
Anthony Bilinski
6abf766359
Merge pull request #5745
jenli669 (13):
      refactor(filetransfer): switch to Qt 5.13 compliant methods for OSX
      refactor(nexus): replace deprecated QSignalMapper with lambda
      refactor(offlinemsg): replace qSort with std::sort
      refactor(widget): make contentDialog use swapItemsAt in Qt 5.13
      refactor(widget): replace qSort with std::sort in groupchatform
      refactor(AVForm): replace QDesktopWidget::resized
      refactor(AVForm): replace QDesktopWidget::screenCountChanged
      refactor(widget): replace fontMetrics.width() when using Qt 5.13
      refactor(widget): use drawRoundedRect in callconfirmwidget
      refactor(widget): replace screenGeometry() when using Qt 5.13
      refactor(widget): replace qt_mac_set_dock_menu() in widget
      fix(test): include <set> in groupmessagedispatcher_test.cpp
      refactor(widget): replace byteCount() with sizeInBytes in Qt 5.13
2019-07-22 01:02:11 -07:00
jenli669
dbf56581bb
refactor(widget): replace byteCount() with sizeInBytes in Qt 5.13 2019-07-17 00:14:20 +02:00
jenli669
34e1e25b7f
fix(test): include <set> in groupmessagedispatcher_test.cpp 2019-07-15 10:26:50 +02:00
jenli669
1c94f090c8
refactor(widget): replace qt_mac_set_dock_menu() in widget 2019-07-14 23:52:44 +02:00
jenli669
dfe75fb101
refactor(widget): replace screenGeometry() when using Qt 5.13 2019-07-14 20:10:00 +02:00
jenli669
0ac5386786
refactor(widget): use drawRoundedRect in callconfirmwidget 2019-07-14 12:08:37 +02:00
jenli669
b45ba34be2
refactor(widget): replace fontMetrics.width() when using Qt 5.13 2019-07-14 12:08:21 +02:00
jenli669
fb3f44721e
refactor(AVForm): replace QDesktopWidget::screenCountChanged 2019-07-13 10:27:02 +02:00
jenli669
16452eff0c
refactor(AVForm): replace QDesktopWidget::resized 2019-07-13 10:26:35 +02:00
jenli669
6e71ccfdad
refactor(widget): replace qSort with std::sort in groupchatform 2019-07-13 08:01:39 +02:00
jenli669
ba9d724a17
refactor(widget): make contentDialog use swapItemsAt in Qt 5.13 2019-07-12 19:31:10 +02:00
jenli669
24811d1042
refactor(offlinemsg): replace qSort with std::sort 2019-07-12 08:07:03 +02:00