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

6149 Commits

Author SHA1 Message Date
sudden6
c34999c9d0
refactor(audio): simplify the code 2017-08-05 21:12:33 +02:00
sudden6
5d60f09df4
feat(audio): make echo cancellation work and improve some minor stuff 2017-08-05 21:12:33 +02:00
sudden6
9c603e8654
feat(audio): add libfilteraudio 2017-08-05 21:12:33 +02:00
sudden6
c715729167
feat(audio): add alternative OpenAL backend 2017-08-05 21:12:32 +02:00
sudden6
0843b770c6
fix(build): remove newline from timestamp 2017-08-02 20:17:06 +02:00
Nils Fenner
93fa1e712b
refactor: remove unused signal 2017-08-02 08:41:12 +03:00
Diadlo
38729e18e8
Merge pull request #4535
Maxim Biro (1):
      chore(build): add Windows cross-compilation instructions
2017-08-02 08:40:21 +03:00
Nils Fenner
e1aa0195ac
refactor: declare final overrides private 2017-07-31 23:21:15 +03:00
Maxim Biro
c37529b101 chore(build): add Windows cross-compilation instructions 2017-07-30 16:04:33 -04:00
Diadlo
4f25e01b96
refactor: Add nullptr check on getChatForm value 2017-07-30 11:45:18 +03:00
Diadlo
4dd1fb5967
refactor: Remove useless connection
This connection exists in Widget
2017-07-30 11:45:18 +03:00
Diadlo
72bb70aa74
refactor: Remove Friend::getChatForm usage from Widget 2017-07-30 11:45:18 +03:00
Diadlo
3473090ec1
refactor: Remove ChatForm creation from Friend 2017-07-30 11:45:18 +03:00
Diadlo
ad58c1767b
fix(friendwidget): Add correct index calculation 2017-07-29 19:39:43 +03:00
Diadlo
c4baff4b04
refactor(friendwidget): Add using const 2017-07-29 11:31:41 +03:00
Diadlo
eb13908926
refactor: Make few methods ConstDialog const 2017-07-29 11:31:41 +03:00
Diadlo
c3297600be
refactor(friendwidget): Extract Settings in variable 2017-07-29 11:31:39 +03:00
Diadlo
bd99e10ac1
refactor(friendwidget): Make fields private, remove unused 2017-07-29 11:27:16 +03:00
Diadlo
fe4a89d906
refactor(friendwidget): Remove friendId field 2017-07-29 11:27:15 +03:00
Diadlo
1b07cd553e
refactor(friendwidget): FriendWidget refactoring 2017-07-29 00:20:05 +03:00
Diadlo
238f10c44f
refactor: Use const Friend pointer 2017-07-28 17:52:51 +03:00
Diadlo
1a0a1d6949
refactor: Pass Friend in ContentDialog::addFriend
friendId and name (old parameters) can be getted from Friend
2017-07-28 17:52:51 +03:00
Diadlo
90a262e9b5
refactor(circlewidget): Get Friend from FriendWidget 2017-07-28 17:52:51 +03:00
Diadlo
6ba24b65ca
refactor(aboutuser): Use const Friend pointer and union methods 2017-07-28 17:52:51 +03:00
Diadlo
9fe503c708
fix(autoaway): Improve autoaway algorithm.
Fix #3992

Don't reset autoaway flag if the status was changed without UI activity.
It is necessary that otherwise the flag is reseted then tox goes offline
because of not stable internet connection.
2017-07-28 17:51:31 +03:00
sudden6
14e43445ab
Merge pull request #4525
Yuri (1):
      fix: Keep open and share X11 connection
2017-07-28 16:03:00 +02:00
Diadlo
d59c722389
refactor(friend): Make getter constant method 2017-07-26 13:05:19 +03:00
Diadlo
e9c5dcae6d
Merge pull request #4533
Maxim Biro (1):
      fix(build): fix sqlcipher header inclusion
2017-07-25 14:43:28 +03:00
Maxim Biro
e7b5c93bfe fix(build): fix sqlcipher header inclusion 2017-07-24 08:16:23 -04:00
Yuri
ae5cb4bcc2 fix: Keep open and share X11 connection
This prevents opening and closing of X11 connection and associated files every 1 second.
X11 connection is used for userAutoAway feature and to read CapsLock status.
2017-07-23 14:41:04 -07:00
Diadlo
c82b66104c
Merge pull request #4531
tWido (1):
      feat(video): Error message on call fail
2017-07-24 00:28:23 +03:00
tWido
ac75f7b594 feat(video): Error message on call fail
notifies user if call ended unexpectedly
2017-07-23 21:19:06 +02:00
Diadlo
efda01d6a5
test: Remove unused ctest include 2017-07-23 15:44:34 +03:00
Sonic Doom
092cae62d0
feat(l10n): update Tamil translation from Weblate 2017-07-22 08:37:45 +01:00
remussatala
e441db87d3
feat(l10n): update Romanian translation from Weblate 2017-07-22 08:37:30 +01:00
cnzhx
78a0d33942
feat(l10n): update Chinese (Simplified) translation from Weblate 2017-07-22 08:36:35 +01:00
Viktar Vauchkevich
d5c6d1027c
feat(l10n): update Belarusian translation from Weblate 2017-07-22 08:35:25 +01:00
Zetok Zalbavar
7f04f711f1
Merge pull request #4522
positronium (1):
      docs(INSTALL): typo fix
2017-07-22 08:29:45 +01:00
positronium
60a0920525 docs(INSTALL): typo fix 2017-07-21 22:58:13 +03:00
Zetok Zalbavar
ddc0723c5b
docs(MAINTAINING): update release section and split into sections 2017-07-16 13:50:48 +01:00
Zetok Zalbavar
66b133c8d4
chore(CHANGELOG): add changelog for the v1.11.0 release
Also bump version numbers.
2017-07-16 13:33:33 +01:00
sudden6
da4f6222d8
fix(settings): set default values for some important settings
fix #4513
2017-07-16 13:25:55 +02:00
sudden6
a9d2b03c7c
fix(build): disable linux specific stuff on windows
also fix the output formatting of used libraries
2017-07-16 13:12:37 +02:00
sudden6
7849186699
chore(build): remove unneeded stuff 2017-07-16 13:12:37 +02:00
sudden6
b4e9fc7b83
chore(build): fix formatting 2017-07-16 13:12:37 +02:00
sudden6
cf06cc7a1d
fix(cmake): fix icon for .exe file 2017-07-16 13:12:37 +02:00
sudden6
bbb2166188
chore(build): add openssl dependency for windows 2017-07-16 13:12:36 +02:00
sudden6
77bb85e5e4
chore(build): go back to pkg-config 2017-07-16 13:12:36 +02:00
sudden6
93f2c38376
chore(build): add some debug output 2017-07-16 13:12:36 +02:00
sudden6
d1b58ad8d1
chore(build): create cmake toolchain file for windows cross-compiling 2017-07-16 13:12:36 +02:00