Diadlo
11e75104f4
refactor(group): Don't pass widget on model change
2017-08-06 14:51:14 +03:00
Diadlo
9495a411cb
refactor(group): Move UI code out of Group::setName
2017-08-06 14:51:14 +03:00
Diadlo
14c2a30f4c
refactor(groupwidget): Extract setTitle in method
2017-08-06 14:51:14 +03:00
Diadlo
99ebb73562
refactor: Remove deprecated methods to get id
2017-08-06 13:55:02 +03:00
Diadlo
0adf026b4b
refactor: Make Contact parent of Friend and Group
2017-08-06 13:55:02 +03:00
Diadlo
90f4750e73
refactor(contact): Add Contact class
2017-08-06 13:55:02 +03:00
Diadlo
6c85e542a3
refactor(friend): Pass QString by const reference
2017-08-06 13:55:02 +03:00
Diadlo
017653470d
refactor: Move friend and group in model directory
2017-08-06 13:55:02 +03:00
sudden6
7f3887f67c
refactor(audio): fix some remarks from review
2017-08-05 21:25:15 +02:00
sudden6
8c9e82ee50
docs: add link to libfilteraudio
2017-08-05 21:25:14 +02:00
sudden6
8652fe99e3
feat(audio): make the libfilteraudio dependency optional
2017-08-05 21:25:14 +02:00
sudden6
e1da943e4e
refactor(audio): move channel count to audio backend
2017-08-05 21:25:13 +02:00
sudden6
8f2401fee6
fix(build): add install steps for libfilteraudio on OSX
2017-08-05 21:25:01 +02:00
sudden6
526701fa9f
fix(build): make the OpenAL backend build with OpenALSoft < 1.15
...
This is needed for Ubuntu 14.04 which we use on Travis CI.
2017-08-05 21:12:34 +02:00
sudden6
24163b551e
chore(audio): add build dependency for libfilteraudio
2017-08-05 21:12:34 +02:00
sudden6
1914f52cdf
chore(audio): format code
2017-08-05 21:12:34 +02:00
sudden6
9d0498e0cf
feat(audio): add setting to switch between new and old audio backend
2017-08-05 21:12:33 +02:00
sudden6
809c5e6b04
fix(audio): Echo cancelling supports only mono audio
2017-08-05 21:12:33 +02:00
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