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

4714 Commits

Author SHA1 Message Date
Nils Fenner
792103f8b0
refactor(filter_audio): completely remove filter_audio dependency
The filter_audio API is not working for qTox/Tox and thus disabled by default via compiler switch. In current qTox UI, it is not configurable, even when this switch is enabled. According to issue #3194 the library is no longer maintained as well. I don't see any reason to keep it in qTox.
2016-06-04 22:12:27 +02:00
Zetok Zalbavar
a77afca1ec
fix: increase timer for checking offline messages timeout (again)
Should make duplicated messages even less common (#2726)
Increased ~proportionally to change in
76d8e19320
2016-06-03 18:18:34 +01:00
tux3
0a976c7a50
fix(build): Link qrencode statically on Jenkins 2016-06-03 14:45:42 +02:00
Nils Fenner
431a10f82b
feat(audio): add slider tickmarks, improving better visible orientation 2016-06-02 22:16:58 +02:00
Nils Fenner
f72baa613f
feat(audio): add real gain control of the input device
The gain can be set now in dB values, providing acceptable results for a wide range of setups.

note: also introduces const-correctness and some minor cleanup.
2016-06-02 22:16:58 +02:00
tux3
9de833ad39
fix(build): Jenkins ffmpeg link order 2016-06-02 20:14:43 +02:00
Moo
e19f4c7009
feat(l10n): Update Lithuanian translation from Weblate 2016-06-02 15:12:56 +01:00
Diadlo
d4ff03c82b
feat(l10n): Update Russian translation from Weblate 2016-06-02 15:12:56 +01:00
tux3
790f9ffc67
fix(build): Fix jenkins static builds 2016-06-02 15:48:32 +02:00
Zetok Zalbavar
b0b94fc9b6
Merge pull request #3338
Vincas Dargis (1):
      fix(.gitattributes): bootstrap.sh execution fails on MSYS
2016-05-28 20:26:13 +01:00
Vincas Dargis
ad82862135 fix(.gitattributes): bootstrap.sh execution fails on MSYS
change .gitattributes to set 'lf' line ending for *.sh files to make
them work with MSYS sh.
2016-05-28 20:36:05 +03:00
Nils Haverland
774f3c1641
feat(l10n): Update French translation from Weblate 2016-05-24 17:45:53 +01:00
Zetok Zalbavar
77de327b1a
chore(travis): verify commit message format for everything pushed
Now not only PRs – should help with not pushing to master things that
break PRs.
2016-05-21 19:15:55 +01:00
Zetok Zalbavar
75c72a4ebd
Merge pull request #3325
Anton Batenev (1):
      chore(ISSUE_TEMPLATE): Add tip to get webcam info on Linux
2016-05-21 14:52:15 +01:00
Anton Batenev
4f2a04c8e4 chore(ISSUE_TEMPLATE): Add tip to get webcam info on Linux
Additional info about webcam can help to understand where problem is. For example, ffmpeg does not support webcams with PJPG pixel format (pac7302).
2016-05-21 16:22:00 +03:00
Zetok Zalbavar
064a25dd6a
docs(README.md): link directly to community repos with packages 2016-05-19 18:25:05 +01:00
Kristjan Räts
2cd35e1736
feat(l10n): Update Estonian translation from Weblate 2016-05-19 16:43:40 +01:00
Diadlo
6beea2bda5
feat(l10n): Update Russian translation from Weblate
Also update all translation files.
2016-05-18 22:32:41 +01:00
sudden6
49882d385f
Merge pull request #3295
Diadlo (2):
      feat(widget): Disable sound notification for `busy` status
      feat(settings, generalform, widget): Added setting for sound notification in busy status
2016-05-15 22:45:09 +02:00
sudden6
91cff39e6f
chore(merge-pr.sh): improve usability
* make copying commands easier by adding some space around them
* add command to discard any changes made by this script
2016-05-15 22:18:58 +02:00
Diadlo
e23eb1c5f7
feat(settings, generalform, widget): Added setting for sound notification in busy status 2016-05-15 22:26:17 +03:00
Diadlo
e7785ab4c2
feat(widget): Disable sound notification for busy status
Fix #2893.

BREAKING CHANGE: Disabling notification sound for `busy` status.
2016-05-15 22:15:44 +03:00
Zetok Zalbavar
3c21b7e151
chore(i18n): update translation files for weblate 2016-05-15 12:49:43 +01:00
agilob
e7c0159fce
feat(l10n): Update Polish translation 2016-05-15 12:47:25 +01:00
sudden6
3231ca2982
Merge pull request #3305
a68366 (2):
      fix(profile): change password buttons behaviour
      refactor(profile): reorder statements
2016-05-15 13:43:05 +02:00
sudden6
e0961722bf
Merge pull request #3302
Diadlo (1):
      refactor(android): All android code is removed
2016-05-15 13:37:55 +02:00
sudden6
3830a1940c
Merge pull request #3253
initramfs (1):
      refactor(hidpi): enable HiDPI support if Qt supports it
2016-05-15 13:14:44 +02:00
Zetok Zalbavar
dbd16ae6a3
fix: correctly tab-complete nicks starting with $
Without it, nicks starting with `$` would have doubled `$`.

Continuation of #1377

Pointed out by @ProMcTagonist in #1167
2016-05-15 11:54:49 +01:00
sudden6
cd26923a24
Merge pull request #3249
Diadlo (3):
      feat(notificationscrollarea): Add ability to delete widget from traced widgets list
      refactor(contentdialog): Refactor window activate event
      fix(contentdialog, widget): Remove "new message" bar after reading message
2016-05-15 12:31:40 +02:00
sudden6
4f0ef6cd71
Merge pull request #3293
Zetok Zalbavar (1):
      fix(friendlistwidget): use nullptr instead of `0`

agilob (2):
      feat(i18n): make Markdown settings translatable
      feat(i18n): Make activity by time labels translated by locale
2016-05-15 12:22:08 +02:00
Diadlo
6ed16db5fd
refactor(android): All android code is removed
Closes #3168.
2016-05-15 02:42:20 +03:00
Diadlo
b2c1f46894
fix(contentdialog, widget): Remove "new message" bar after reading message
Fix #2247.
2016-05-15 00:53:53 +03:00
Diadlo
378d648591
refactor(contentdialog): Refactor window activate event 2016-05-15 00:50:15 +03:00
Diadlo
e3d74117ca
feat(notificationscrollarea): Add ability to delete widget from traced widgets list 2016-05-15 00:50:15 +03:00
Zetok Zalbavar
f1543144be
fix(friendlistwidget): use nullptr instead of 0
thanks to @sudden6's suggestion
2016-05-14 19:58:29 +01:00
a68366
c236b8a1d2 refactor(profile): reorder statements 2016-05-14 15:14:54 +03:00
a68366
f9edd39bba fix(profile): change password buttons behaviour
Closes #3300
2016-05-14 14:28:42 +03:00
qasmoke
75d64dc68d
feat(l10n): Update Japanese translation
1. Translated 3 new lines.
2. Removed "unfinished" flag because these are perfect.
3. I think 99% of them are correct. Just IMO.
2016-05-13 07:47:51 +01:00
Zetok Zalbavar
a4dea11db7
Merge pull request #3296
kehugter (1):
      feat(translation): add update language Spanish
2016-05-13 07:43:43 +01:00
kehugter
f81f20f0cf feat(translation): add update language Spanish 2016-05-12 12:40:46 +02:00
sudden6
e797bf9582
Merge pull request #3266
Diadlo (2):
      fix(i18n): Divide getting and translating Toxme error message
      feat(profileform): Added log toxme errors
2016-05-11 12:29:48 +02:00
agilob
f2aada8f4f
feat(i18n): Make activity by time labels translated by locale 2016-05-11 08:45:38 +01:00
agilob
3e22593ae7
feat(i18n): make Markdown settings translatable 2016-05-11 08:44:58 +01:00
Zetok Zalbavar
ccdd667592
Merge pull request #3291
ovalseven8 (1):
      feat(translation): add update language German
2016-05-11 05:12:05 +01:00
Diadlo
d2d5b23064
feat(profileform): Added log toxme errors 2016-05-11 03:03:04 +03:00
Diadlo
98a1f23bfb
fix(i18n): Divide getting and translating Toxme error message 2016-05-10 23:28:59 +03:00
ovalseven8
750d1b50cc feat(translation): add update language German 2016-05-10 15:32:08 +02:00
Zetok Zalbavar
5cb271b0c0
fix(simple_make.sh): add sqlite dependencies for Fedora
Thanks to @linux-modder for suggestion.

Also fix local install in bootstrap.sh of sqlcipher ending prematurely.
2016-05-10 07:30:30 +01:00
tux3
8d225a8c97
Merge branch 'pr3283' 2016-05-09 23:20:12 +02:00
tux3
998f0915db
fix(chatform): Markdown after emojis
Fix #3260
2016-05-09 22:07:21 +02:00