Alessndro Magri (1):
feat(l10n): update Italian translation from Weblate
Capsia Tech (3):
feat(l10n): update Italian translation from Weblate
feat(l10n): update Italian translation from Weblate
feat(l10n): update Slovenian translation from Weblate
H Zeng (1):
feat(l10n): update Chinese (Simplified) translation from Weblate
James Alison (58):
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
feat(l10n): update Persian translation from Weblate
Jan Kowalski (8):
feat(l10n): update Polish translation from Weblate
feat(l10n): update Polish translation from Weblate
feat(l10n): update Polish translation from Weblate
feat(l10n): update Polish translation from Weblate
feat(l10n): update Polish translation from Weblate
feat(l10n): update Polish translation from Weblate
feat(l10n): update Polish translation from Weblate
feat(l10n): update Polish translation from Weblate
Nathan Follens (3):
feat(l10n): add Flemish translation using Weblate
feat(l10n): update Flemish translation from Weblate
feat(l10n): update Flemish translation from Weblate
Oleh Ilnytskyi (2):
feat(l10n): update Polish translation from Weblate
feat(l10n): update Ukrainian translation from Weblate
Pan Efem (1):
feat(l10n): update Polish translation from Weblate
TecHunter (2):
feat(l10n): update French translation from Weblate
feat(l10n): update French translation from Weblate
Unlucky Luke (1):
feat(l10n): update Swedish translation from Weblate
Weblate (2):
Merge remote-tracking branch 'origin/master'
Merge remote-tracking branch 'origin/master'
anonymous (3):
feat(l10n): update Polish translation from Weblate
feat(l10n): update Polish translation from Weblate
feat(l10n): update Polish translation from Weblate
maclunar (1):
feat(l10n): update Polish translation from Weblate
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
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
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.
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.
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.