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
8373e3abf3
refactor(nexus): replace deprecated QSignalMapper with lambda 2019-07-11 23:45:42 +02:00
jenli669
8a0197b37f
refactor(filetransfer): switch to Qt 5.13 compliant methods for OSX 2019-07-11 09:13:42 +02:00
Anthony Bilinski
b445031912
fix(ui): fix away icon shape
Fix #5684.

away icon incorrect changed shape in 84836cf6a0
2019-07-03 23:06:07 -07:00
sudden6
033c49aac3
Merge pull request #5738
bodwok (1):
      fix(search): application crash when starting a search
2019-07-03 10:26:44 +02:00
sudden6
38e8d1853f
Merge pull request #5733
jenli669 (9):
      refactor(widget): remove Widget singleton in ContentDialog
      refactor(widget): stop using getInstance in Widget
      refactor(widget): remove Widget singleton access from GeneralForm
      refactor(widget): make searchWidget always use signals
      refactor(widget): make AboutFriendForm use FriendWidget as parent
      refactor(chatform): make ChatForm use signals for updateFriendActivity
      refactor(widget): make PrivacyForm use signals for clearAllReceipts()
      refactor(circlewidget): link CircleWidget ContentDialogs using signals
      refactor(widget): remove Widget::getInstance
2019-07-03 10:18:09 +02:00
bodwok
77d55d5d7d
fix(search): application crash when starting a search 2019-07-02 12:29:00 +03:00
jenli669
105f9ec401
refactor(widget): remove Widget::getInstance 2019-06-30 10:09:31 +02:00
jenli669
7fca93bde9
refactor(circlewidget): link CircleWidget ContentDialogs using signals 2019-06-30 10:09:30 +02:00
jenli669
adab063a49
refactor(widget): make PrivacyForm use signals for clearAllReceipts() 2019-06-30 10:09:30 +02:00
jenli669
20979744c9
refactor(chatform): make ChatForm use signals for updateFriendActivity 2019-06-30 10:09:30 +02:00
jenli669
cff845ffa7
refactor(widget): make AboutFriendForm use FriendWidget as parent 2019-06-30 10:09:30 +02:00
jenli669
09f37a97f9
refactor(widget): make searchWidget always use signals 2019-06-30 10:09:29 +02:00
jenli669
c28b2604cd
refactor(widget): remove Widget singleton access from GeneralForm 2019-06-30 10:09:29 +02:00
jenli669
e57693fa8f
refactor(widget): stop using getInstance in Widget 2019-06-30 10:09:29 +02:00
jenli669
6d0ae67c9d
refactor(widget): remove Widget singleton in ContentDialog 2019-06-30 10:09:28 +02:00
Anthony Bilinski
e7e6bff318
chore(build): set supported Toxcore version to 0.2.10 for PGC audio 2019-06-29 16:17:58 -07:00
Anthony Bilinski
33d42c9766
fix(groups): enable AV groups after load
Fix #5509
2019-06-29 16:17:58 -07:00
Anthony Bilinski
e8d48e8788
fix(chatform): add hack to avoid Qt bug on chat show
Fix #5570
2019-06-28 09:42:50 -07:00
Anthony Bilinski
fae9066be6
fix(log): don't attempt to close log file if it failed to open on exit 2019-06-28 02:48:12 -07:00
sudden6
17083b50ba
Merge pull request #5721
jenli669 (1):
      fix(core): correctly relink ui/core when core is changed
2019-06-28 09:02:15 +02:00
sudden6
79c88f2154
Merge pull request #5722
jenli669 (2):
      docs(copyright): update and add copyright info
      docs(copyright): Added copyright to apparmor .qtox files
2019-06-28 09:00:13 +02:00
jenli669
f390e70e00
docs(copyright): Added copyright to apparmor .qtox files 2019-06-28 01:18:45 +02:00
jenli669
04a9bc46f4
docs(copyright): update and add copyright info
zealously updates and adds qTox copyright information.

Fixes #5713
2019-06-28 01:18:26 +02:00
Anthony Bilinski
7e07025d3c
fix(db): preserve user_version when adding or removing database password 2019-06-27 02:40:40 -07:00
Anthony Bilinski
dafb17b5fa
fix(db): support databases with either SQLCipher 3.x or 4.x defaults
Fix #5451
2019-06-27 02:40:40 -07:00
Anthony Bilinski
86f0c3a54c
chore(build): update toxcore to v0.2.10 2019-06-27 01:10:03 -07:00
Anthony Bilinski
819016960d
fix(ci): increase bsu_test timeout
for slow nodes server causing sporadic failures
2019-06-27 00:37:09 -07:00
jenli669
17d5d55259
fix(core): correctly relink ui/core when core is changed
Widget was only connecting the Core to itself during initialization, but the Core instance could change during a restartCore call. This commit will make Widget link the Core to itself when it changes rather than only on initialization.

Fixes #5710
2019-06-26 11:14:20 +02:00
sudden6
a5754ab0bb
Merge pull request #5715
TriKriSta (1):
      fix: check time for get num messages for friend (fix #5714)
2019-06-26 08:57:17 +02:00
sudden6
203720275c
Merge pull request #5725
Maxim Biro (10):
      chore(windows): update OpenSSL to 1.0.2s
      chore(windows): update Qt to 5.9.8
      chore(windows): update FFmpeg to 4.1.3
      chore(windows): update Opus to 1.3.1
      chore(windows): update Sodium to 1.0.18
      chore(windows): update VPX to 1.8.0
      refactor(windows): set a lower timeout on wget
      chore(windows): update SQLCipher to 4.2.0
      refactor(windows): keep build script rerunnable
      chore(windows): update Toxcore to 0.2.10
2019-06-26 08:37:44 +02:00
Maxim Biro
c6929f9da4
chore(windows): update Toxcore to 0.2.10 2019-06-25 14:46:54 -04:00
Maxim Biro
e2fd8b7bef
refactor(windows): keep build script rerunnable
The build script should not fail if you re-run it from inside the Docker
container it has already ran in. This makes it easier to patch and test
build errors, since you can get into a Docker container, run the build
script, observe the failure, patch the build script and re-run it again.
2019-06-25 14:44:50 -04:00
Maxim Biro
51c5171ca3
chore(windows): update SQLCipher to 4.2.0 2019-06-25 14:44:48 -04:00
Maxim Biro
56d70fa809
refactor(windows): set a lower timeout on wget
wget was gettng stuck on downloading Qt off one of its mirrors, it would
establish a connection but read no bytes, just sitting there until the
default timeout of 900 seconds (15 minutes!) is reached.
2019-06-25 14:44:46 -04:00
Maxim Biro
6daa4e743a
chore(windows): update VPX to 1.8.0 2019-06-25 14:44:45 -04:00
Maxim Biro
f2c4f1e7cf
chore(windows): update Sodium to 1.0.18 2019-06-25 14:44:44 -04:00
Maxim Biro
563dfe8940
chore(windows): update Opus to 1.3.1 2019-06-25 14:44:42 -04:00
Maxim Biro
97b9e15694
chore(windows): update FFmpeg to 4.1.3 2019-06-25 14:44:41 -04:00
Maxim Biro
2108041d14
chore(windows): update Qt to 5.9.8 2019-06-25 14:44:39 -04:00
Maxim Biro
2ace95ab55
chore(windows): update OpenSSL to 1.0.2s 2019-06-25 14:44:24 -04:00
TriKriSta
b0f32379d0 fix: check time for get num messages for friend (fix #5714) 2019-06-25 20:44:21 +03:00
Diadlo
0a30a657fc
Merge pull request #5711
jenli669 (10):
      refactor(startup): decouple loginscreen from model
      refactor(startup): check parser args with empty(), not size()
      refactor(startup): display last used profile when logging out
      refactor(startup): remove unnecessary arg. passing in loadDatabase
      refactor(startup): extract startup makeToxPortable logic
      refactor(startup): condense and rename scanProfiles
      refactor(startup): handle autoLogin checkbox with signals
      refactor(startup): use instance during profile import
      refactor(startup): clang-format changes to edited files
      refactor(startup): return early in makeToxPortable logic
2019-06-25 13:44:01 +03:00
jenli669
f1b6df400f
refactor(startup): return early in makeToxPortable logic 2019-06-25 10:18:22 +02:00
jenli669
72b39adb75
refactor(startup): clang-format changes to edited files 2019-06-25 10:18:22 +02:00
jenli669
3ebea3cd4b
refactor(startup): use instance during profile import 2019-06-25 10:18:22 +02:00
jenli669
a7b4a09ccb
refactor(startup): handle autoLogin checkbox with signals 2019-06-25 10:18:20 +02:00
jenli669
8bc6fc9fd8
refactor(startup): condense and rename scanProfiles 2019-06-25 10:17:56 +02:00
jenli669
ac640bb4bd
refactor(startup): extract startup makeToxPortable logic
This facilitates later use without instantiating Settings object during startup
2019-06-25 10:17:53 +02:00
jenli669
68d24eec64
refactor(startup): remove unnecessary arg. passing in loadDatabase 2019-06-25 10:17:14 +02:00
jenli669
a7df4bfddb
refactor(startup): display last used profile when logging out 2019-06-25 10:17:14 +02:00