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

6789 Commits

Author SHA1 Message Date
Anthony Bilinski
1583991fb4
refactor(avform): simplify and standardize sliders, use RMS for volume
Also improve usefulness of volume bar by including gain, clipping, and activation threshold. Remove magic numbers. Clear volumue display when mic is disabled.

Fix #4893
2018-04-12 10:34:42 -07:00
Anthony Bilinski
f6622e4092
fix(audio): apply gain to both audio channels
Fix #5039
2018-04-11 18:25:39 -07:00
Anthony Bilinski
5d0f9509a8
fix(audio): move audio timers to and start from audioThread
Fix #5053
2018-04-11 10:50:44 -07:00
Anthony Bilinski
97bc4a9b4a
refactor(ui): consolidate new message settings under UI page 2018-04-08 14:30:25 -07:00
Anthony Bilinski
fcd88d65b2
feat(ui): add setting for disabling new message notification popup
Fix #4979
2018-04-08 14:29:12 -07:00
Anthony Bilinski
9f8b0fed07
feat(ui): Add ability to disable LAN discovery
Fix #4074
2018-04-06 12:02:10 -07:00
Anthony Bilinski
cfdc1cdb2e
fix(profile): don't error if no new avatar is selected 2018-04-06 10:19:44 -07:00
sudden6
ff578413c1
Merge pull request #5051
Maxim Biro (10):
      chore(windows): bump OpenSSL version to the latest (1.0.2o)
      chore(windows): bump Qt 5.9 version to the latest (5.9.4)
      chore(windows): bump SQLCipher version to the latest (3.4.2)
      chore(windows): bump FFmpeg 3.2 version to the latest (3.2.10)
      chore(windows): bump QREncode version to the latest (4.0.0)
      chore(windows): bump Sodium version to the latest (1.0.16)
      chore(windows): bump VPX version to the latest (1.7.0)
      chore(windows): use NSIS 3 and cache NSIS ShellExecAsUser plugin
      chore(windows): create a zip with qTox to be used in release publishing
      chore(windows): add architecture to installer's and zip's filenames
2018-04-06 12:24:04 +02:00
Anthony Bilinski
a8fc6e5c6b
fix(chatform): include pressed key(s) when changing focus
Instead of just giving focus, give focus and add the key that was pressed. Also change from KeyRelease to KeyPress to avoid missing the second key pressed in the case of the second key being pressed before the first is released.
2018-04-05 16:00:02 -07:00
Anthony Bilinski
65d59ba6b7
fix(settings): add missing enableTestSound to settings 2018-04-05 15:00:34 -07:00
Anthony Bilinski
cb0f26356d
fix(ui): remove placeholder update UI
Auto-updates were disabled in 196529b8e8
Fix #5040
2018-04-05 01:30:25 -07:00
Anthony Bilinski
3748ca6bc8
fix(docs): include master key fingerprint instead of subkey fingerprint
Fix #5048
2018-04-04 18:20:50 -07:00
Anthony Bilinski
9216549d6e
refactor(call): Refactor toxcall and disconnect lambda on destruction
Fixes #3840

Move audio and video state into ToxCall which both ToxFriendCall and ToxGroupCall inherit from
2018-04-04 01:32:00 -07:00
Maxim Biro
9525505bff chore(windows): add architecture to installer's and zip's filenames
Since those are the filenames that will be used in the releases
2018-04-04 01:43:09 +00:00
Maxim Biro
0bb35e28e8 chore(windows): create a zip with qTox to be used in release publishing 2018-04-04 01:43:09 +00:00
Maxim Biro
6b58102154 chore(windows): use NSIS 3 and cache NSIS ShellExecAsUser plugin 2018-04-04 01:43:09 +00:00
Maxim Biro
2660bea0da chore(windows): bump VPX version to the latest (1.7.0) 2018-04-04 01:43:08 +00:00
Maxim Biro
57015f42c0 chore(windows): bump Sodium version to the latest (1.0.16) 2018-04-04 01:38:35 +00:00
Maxim Biro
ac7cd49dac chore(windows): bump QREncode version to the latest (4.0.0) 2018-04-04 01:38:35 +00:00
Maxim Biro
44febeff95 chore(windows): bump FFmpeg 3.2 version to the latest (3.2.10) 2018-04-04 01:38:35 +00:00
Maxim Biro
a25dc4273d chore(windows): bump SQLCipher version to the latest (3.4.2) 2018-04-04 01:38:35 +00:00
Maxim Biro
aa771b26a0 chore(windows): bump Qt 5.9 version to the latest (5.9.4) 2018-04-04 01:38:35 +00:00
0/0
dc6ea2cfd2
chore(i18n): translate INSTALL.md to persian
Translating INSTALL.md to Persian language.
2018-04-02 12:18:03 -08:00
Maxim Biro
992f66b932 chore(windows): bump OpenSSL version to the latest (1.0.2o) 2018-04-02 13:07:24 -04:00
sudden6
96ae4284a0
feat(Weblate): create script to automatically merge Weblate changes 2018-04-01 13:52:00 +02:00
sudden6
ef2e335c92
chore(windows): build installer on Travis 2018-04-01 11:44:07 +02:00
Anthony Bilinski
b852809d0c
fix(history): don't save own messages when history is disabled
Fix #5036
2018-03-30 01:50:12 -07:00
tox-user
7627d60a89
fix(docs): update dependencies for Debian
Add missing libavcodec-dev and remove libglib2.0-dev,
which already is a dependency of libgdk-pixbuf2.0-dev.
2018-03-26 21:50:38 +01:00
Anthony Bilinski
703876c372
fix(login): Don't dereference null pointer
Fix #5032
2018-03-24 17:04:31 -07:00
sudden6
0be49c648c
Merge pull request #5027
Only merged one commit, because of an unnecessary merge of master
2018-03-24 18:11:52 +01:00
sudden6
122a9783d0
Merge pull request #5023
eclipseo (2):
      docs(build): Add Fedora simple install instructions
      docs(build): Add Fedora to the list of quick install
2018-03-23 15:40:47 +01:00
tox-user
23f6ad7047 fix: remove build date and time from main.cpp
This is the first step to having reproducible builds. It
should allow to make an identical build in the same environment
and increase privacy when sharing logs, because the build time
was not in UTC.
2018-03-22 23:09:17 +00:00
Anthony Bilinski
acea7c315f
fix(import): don't use java-style iterator before first element
Fix #4962
2018-03-21 14:29:25 -07:00
Anthony Bilinski
4951f90964
fix(offlinemsg): make faux offline messages purely event based
Since real offline message reliability issue was fixed in PR #4607, now removing all the workarounds that had been added. Offline messages are now sent as soon as we see our friend come online, and at no other time. Fixes 2 minute wait time before attempting to send if message is entered while you or friend is offline, removes 2 minute constant retry timer, removes 250ms delay between seeing friend come online and sending offline messages.
2018-03-21 13:03:17 -07:00
sudden6
0170ccd6f7
refactor: remove some unused includes
thanks @iphydf for pointing that out
2018-03-21 19:39:28 +01:00
sudden6
4ed955ca78
chore: put download URL for CircleCI artifacts in the build log 2018-03-21 18:56:26 +01:00
Anthony Bilinski
d2ad2107f2
fix(IPC): Update profileName to update IPC ID after login screen
Fix #4948
Fix #5025
2018-03-21 02:37:14 -07:00
DESKTOP-Z50-70\Arman
ebdc675cbc fix(chattextedit): ChatTextEdit bug fix for issue #5020 Corrected 2018-03-21 12:39:17 +04:00
eclipseo
1d86fa8813 docs(build): Add Fedora to the list of quick install 2018-03-20 15:52:17 +01:00
eclipseo
10b48ff538 docs(build): Add Fedora simple install instructions 2018-03-20 15:51:26 +01:00
sudden6
351e769eb7
chore: remove unmaintained package build script 2018-03-19 18:08:53 +01:00
Anthony Bilinski
c2410e0a65
fix(name): Clear alias on name change so that name changes are visible
Temporary work around for #5013
2018-03-18 19:22:24 -07:00
Anthony Bilinski
09eee940cd
Merge pull request #5012
Horace Bianchon (1):
      fix(avform): Audio/Video settings tab #5011 issue bugfix
2018-03-16 13:52:15 -07:00
Anthony Bilinski
bc18990fd2
fix(build): Remove unused vars, add default case for switch
Fix #5006
2018-03-16 12:59:51 -07:00
Anthony Bilinski
1afed5f72e
fix: don't use invalid reference after erasing element
Fix #5002
2018-03-16 10:54:53 -07:00
Horace Bianchon
ad6ddfc4f2 fix(avform): Audio/Video settings tab #5011 issue bugfix
Signed-off-by: Horace Bianchon <horace.bianchon@gmail.com>
2018-03-16 18:32:36 +04:00
Anthony Bilinski
8198940607
fix(widget): Fix double free crash on group leave
Fix #5004
2018-03-15 02:08:10 -07:00
tox-user
b071021351
docs(readme): add GPG fingerprint of tox-user
Add GPG fingerprint of tox-user as maintainer.
2018-03-12 21:48:40 +00:00
sudden6
b6e811ca3a
chore(release): release v1.14.0 2018-03-12 20:41:19 +01:00
sudden6
5f03e44db2
chore: update to c-toxcore 0.2.1 2018-03-12 20:41:14 +01:00