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

7719 Commits

Author SHA1 Message Date
skeletonium
9a78897de3
Merge pull request #3 from skeletonium/feat/update-emoji
Feat/update emoji
2020-09-16 19:11:32 +00:00
papadave66
b0af71ae02 fix(translation): Fix Simplified Chinese format and add a message
in advanced settings tab.
2020-09-16 18:48:10 +00:00
Douglas Rhine
7067510fc0 chore(flatpak): update deps and bump runtime to 5.15 2020-09-16 18:48:10 +00:00
skeletonium
8e046b9203 Add files via upload
Add files via upload

Add files via upload

Add files via upload

Add files via upload

Add files via upload

Add files via upload

Add files via upload

Add files via upload

Add files via upload

Add files via upload

Add files via upload

Add files via upload

Add files via upload

Add files via upload

Add files via upload

Add files via upload
2020-09-16 18:47:58 +00:00
skeletonium
0701712a10
Merge pull request #1 from qTox/master
Update from upstream
2020-09-16 18:20:05 +00:00
sudden6
e28c6a1c8b
Merge pull request #6229
papadave66 (1):
      fix(translation): Fix Simplified Chinese format and add a message
2020-09-16 19:15:03 +02:00
sudden6
b9331f2f2a
Merge pull request #6228
Douglas Rhine (1):
      chore(flatpak): update deps and bump runtime to 5.15
2020-09-06 13:10:15 +02:00
skeletonium
68151e1fbe
Add files via upload 2020-09-04 20:49:27 +00:00
skeletonium
cab0d475b7
Add files via upload 2020-09-04 18:33:28 +00:00
skeletonium
80af743f6c
Add files via upload 2020-09-04 18:25:22 +00:00
skeletonium
b6c57e0ad9
Add files via upload 2020-09-04 18:07:06 +00:00
skeletonium
ca1adfdc39
Add files via upload 2020-09-04 18:03:55 +00:00
skeletonium
33534f619f
Add files via upload 2020-09-04 17:57:29 +00:00
skeletonium
8d41778616
Add files via upload 2020-09-04 17:49:36 +00:00
skeletonium
3bfb19ee15
Add files via upload 2020-09-04 17:42:54 +00:00
skeletonium
edf11bc04a
Add files via upload 2020-09-04 17:37:11 +00:00
skeletonium
91113a4eea
Add files via upload 2020-09-04 17:32:00 +00:00
skeletonium
36e9c148f3
Add files via upload 2020-09-04 17:26:22 +00:00
skeletonium
3f15e46713
Add files via upload 2020-09-04 17:20:03 +00:00
skeletonium
590ba167a1
Add files via upload 2020-09-04 17:13:44 +00:00
skeletonium
110c57b426
Add files via upload 2020-09-04 17:04:47 +00:00
skeletonium
4f263d4500
Add files via upload 2020-09-04 16:58:50 +00:00
skeletonium
966a6c6ea5
Add files via upload 2020-09-04 16:52:04 +00:00
skeletonium
86f259632d
Add files via upload 2020-09-04 16:44:16 +00:00
skeletonium
3851f13642
Add files via upload 2020-09-04 16:34:48 +00:00
papadave66
d48d02a1ed fix(translation): Fix Simplified Chinese format and add a message
in advanced settings tab.
2020-09-04 22:08:30 +08:00
Douglas Rhine
78d132b423
chore(flatpak): update deps and bump runtime to 5.15 2020-09-04 13:14:25 +01:00
sudden6
db205bea57
refactor(profile): remove some uses of Settings::getInstance() 2020-08-29 00:45:21 +02:00
Anthony Bilinski
4fab6faea6
Merge pull request #5934
TriKriSta (5):
      fix(ui): implement and connect reloadTheme in leaf classes
      refactor: delete classes that were used to reload theme
      refactor: save friendScroll as a class member
      refactor: reorder of includes
      fix: clear custom style before update style
2020-08-28 13:35:59 -07:00
TriKriSta
a97c53313a
fix: clear custom style before update style 2020-08-28 10:26:40 -07:00
TriKriSta
6b77446c82
refactor: reorder of includes 2020-08-28 10:26:38 -07:00
TriKriSta
14f4188401
refactor: save friendScroll as a class member 2020-08-28 10:26:34 -07:00
TriKriSta
b11a09d3e4
refactor: delete classes that were used to reload theme 2020-08-28 10:26:26 -07:00
TriKriSta
3bf3128a4f
fix(ui): implement and connect reloadTheme in leaf classes
This allows leaf classes to update independently when the GUI has changed themes, without
their parent having to call updateTheme() manually.

Fix #5924
Fix #5592
2020-08-28 10:19:53 -07:00
sudden6
9971bc3a1e
refactor(core): make construction independent of CoreAV
Allows to construct a Core object without also starting CoreAV.
2020-08-28 13:12:27 +02:00
Anthony Bilinski
0f5ba08fd2
fix(settings): Unlock Settings mutex before emitting setting changed signals
When a setting is set it locks the Settings mutex and emits a signal for that
setting. If a slot is connected to that signal and lives on the same thread as
Settings, it is executed immediately with the Settings mutex still locked. That
slot can then lock a series of other mutexes. During this time another thread
can lock a mutex and then try to read settings, which will cause a deadlock due
to the opposite order of multiple mutex locking. By always emitting signals
after unlocking the Settings mutex, we avoid holding the Settings mutex while
executing slots.

Fix #6218
2020-08-27 18:44:19 -07:00
Anthony Bilinski
6801098651
fix(settings): Emit correct signal when spellchecking is updated 2020-08-27 10:55:06 -07:00
Anthony Bilinski
cbead16742
feat(ui): Make auto-accept size 0 wording less ambiguous
0 disables the max size, but doesn't disable auto-accept in its entirety.
2020-08-26 03:42:21 -07:00
sudden6
85e9aeea2f
refactor(core): finally remove Core::getInstance
This makes Core completly independent of Nexus
2020-08-24 23:24:51 +02:00
sudden6
b0295b7c0a
refactor(chatlog): remove getInstance from ChatlogItem 2020-08-24 23:24:24 +02:00
Anthony Bilinski
7409e6b4cc
feat(chat): Add snore to Windows build and install for desktop notifications 2020-08-19 16:27:46 -07:00
Anthony Bilinski
db1397d69c
chore(travis): revert 8e597ed736
https://github.com/qTox/qTox/pull/5866 both updated our travis xcode version,
and also added the dots in 8e597ed736. When macOS
was updated by Apple, older versions aged out of support, and brew also stopped
supporting them. Our travis xcode9.2 at the time stopped getting binary
packages (kegs) from brew because of that, and started having to compile
packages which is what was causing the timeouts.

Updating our xcode version allowed us to get binary packages from brew again,
so the workaround of constant output to avoid timing out while compiling large
packages is no longer needed.
2020-08-19 15:49:18 -07:00
Anthony Bilinski
1d1d2b26af
fix(tools): Add Windows to toxcore version update script 2020-08-19 10:54:56 -07:00
Anthony Bilinski
1f1cb2f5f9
fix(tools): Use correct hash when automatically updating flatpak version
Before v0.2.9 would be sorted below v0.2.12, giving the wrong hash.
2020-08-19 10:54:56 -07:00
Anthony Bilinski
e90edbf5c2
chore(build): Update Windows toxcore build to v0.2.12
It was missed during the last update.
2020-08-19 10:54:55 -07:00
Anthony Bilinski
56151ea6fd
fix(osx): Allow rebuild using build script
Was failing if directory was already present on -i
2020-08-19 04:05:43 -07:00
Anthony Bilinski
360cde9d36
fix(osx): Fix missing variables in macOS build script 2020-08-19 04:05:43 -07:00
Anthony Bilinski
a68f5bcc6f
fix(travis): Install virtualenv for nightly build upload script 2020-08-19 03:11:54 -07:00
sudden6
3612e94f5f
refactor: cleanup Widget 2020-08-16 21:32:05 +02:00
sudden6
5fdadadfb5
refactor: remove getInstance() from friendchatroom.cpp 2020-08-16 12:47:33 +02:00