anthony.bilinski
1f787cc475
fix(popup): Don't create two error popups for friend requests
...
Fixes #4633
2017-09-06 19:34:17 -07:00
sudden6
89198f5e2d
Merge pull request #4604
...
Nikolay Korotkiy (1):
fix(l10n): use native language names
2017-08-30 20:07:51 +02:00
sudden6
68c5cdf096
fix(windows): remove unneeded qt sql and fix problem when build dir
...
exists
2017-08-29 22:30:06 +02:00
sudden6
af15cd06ac
fix(windows): workaround docker problem when extracting with tar
2017-08-29 22:30:01 +02:00
Diadlo
359a42f78e
fix: Fix crash on accept or reject friend request
...
Fix #4603
2017-08-28 23:18:51 +03:00
Nikolay Korotkiy
817a9897c2
fix(l10n): use native language names
2017-08-28 22:36:56 +03:00
Diadlo
22732b6f79
Merge pull request #4590
...
Yuri (1):
fix(desktop): Improved the comment in qtox.desktop
2017-08-27 17:41:55 +03:00
Diadlo
e0b53c3f17
Merge pull request #4595
...
Karl (1):
fix(i18n): string `Call with %1 ended. %2` is no longer translatable
2017-08-27 17:20:45 +03:00
Karl
56ac95dad9
fix(i18n): string Call with %1 ended. %2
is no longer translatable
...
Fixes #4552
2017-08-26 18:09:56 +02:00
noavarice
776b37f689
refactor: headers order is changed properly
2017-08-25 21:48:27 +03:00
noavarice
a29e80bbe0
refactor: onUserListChanged refactored
2017-08-25 21:48:27 +03:00
noavarice
26b16386ae
refactor: 'correctNames' function refactoring
...
'correctNames' function moved from class, renamed and refactored
according to its purpose
2017-08-25 21:48:27 +03:00
noavarice
30cae05d26
refactor: GroupChatForm::onUserListChanged is a slot now
2017-08-25 21:48:19 +03:00
Yuri
38ef3ad69d
fix(desktop): Improved the comment in qtox.desktop
2017-08-23 22:13:58 -07:00
Diadlo
1ac97c4734
refactor: Use extra comment to make code cleaner
2017-08-20 23:57:40 +03:00
Diadlo
15987ece3d
refactor: Use const in AddFriendForm
2017-08-20 23:57:40 +03:00
Diadlo
196eb8d77a
refactor: Extract the same code to 'addFriend function'
2017-08-20 23:57:40 +03:00
tux3
0974da543a
feat: UI to import a list of contacts from a file
...
Resolves #4181
2017-08-20 23:57:40 +03:00
Diadlo
e606d3cb55
fix(group): Fix crash on group quit
...
Fix 'GroupWidget' removing
2017-08-19 16:18:52 +03:00
Diadlo
e11352ecce
docs(INSTALL): Remove info about unsupported Debian 8
...
Fix #4574
2017-08-19 13:30:02 +03:00
Diadlo
12a49b5fa4
Merge pull request #4575
...
Vincas Dargis (1):
docs(coding): fix string usage guidelines
2017-08-18 23:26:55 +03:00
Diadlo
638cdba58d
fix(widget): Add removing friends and group on main window close
2017-08-18 21:45:51 +03:00
Diadlo
775d9987a3
refactor(widget): Extract friendId in variable
2017-08-18 21:45:51 +03:00
Diadlo
a1c7bb3c43
refactor(widget): Fix map key type
2017-08-18 21:45:51 +03:00
Diadlo
070e33a46b
refactor(group): Remove GroupWidget from Group
2017-08-18 21:45:51 +03:00
Diadlo
6c650f8b24
refactor(widget): Remove using getGroupWidget from Widget
2017-08-18 21:45:51 +03:00
Diadlo
a1be4bc940
refactor(group): Get name from group
2017-08-18 21:45:51 +03:00
Diadlo
e19bd67381
refactor(group): Move GroupWidget creation out of Group
2017-08-18 21:45:51 +03:00
Vincas Dargis
eb9b897797
docs(coding): fix string usage guidelines
...
Update docs to recommend using `%` operator with `QLatin1String` even for joining two strings (not only *more than two* strings).
Mentioned optimisation of "lightweight" QLatin1String copying-and-converting-to-utf16 when appending only works with QStringBuilder (operator %). Otherwise, QLatin1String will be converted to QString, and only then copied (appended), which is slower.
2017-08-16 22:22:02 +03:00
sudden6
5d159e0203
fix(dependency): remove unused qt sql dependency
...
fix #4567
2017-08-12 00:02:28 +02:00
noavarice
59229ff4af
docs: added fingerprint
2017-08-08 16:54:02 +03:00
Diadlo
1e90106a08
refactor(groupwidget): Move updatTitle in GroupWidget
...
Also, remove unused now slot ContentDialog::updateGroupWidget
2017-08-06 20:28:06 +03:00
Diadlo
47cf113868
refactor(groupwidget): Move call updateUserCount in GroupWidget
2017-08-06 20:28:06 +03:00
Diadlo
7429614188
refactor(group): Store title name in Group
2017-08-06 20:28:06 +03:00
Diadlo
aaf1029667
refactor(group): Replace signal groupTitleChanged on Group::titleChanged
2017-08-06 20:28:06 +03:00
Diadlo
4fee43cded
refactor(group): Replace 'renameRequest' signal on Group::titleChanged
2017-08-06 20:28:05 +03:00
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