sudden6
af11665c2c
Merge pull request #4823
...
Maxim Biro (2):
chore(build): bump Qt version to 5.9.3 for Windows
chore(build): Qt's website already does mirror load balancing
2017-11-28 18:49:44 +01:00
Diadlo
bb26485db6
feat(avatar): Add outline hightlight on mouse hover
2017-11-27 01:20:30 +03:00
Diadlo
73dcbd2e60
refactor: Make MaskablePixmapWidget allow to apply style
2017-11-27 01:20:30 +03:00
Diadlo
91dabf11d3
fix: Use epsilon to compare float
...
Fix #2394 (5)
2017-11-27 01:20:09 +03:00
Diadlo
a96fbf1923
refactor: Remove code duplication from GroupWidget
...
Fix #2394 (4)
2017-11-27 01:20:09 +03:00
Diadlo
1eb0c4af26
refactor: Add pure virtual methods for main actions in chat
2017-11-26 23:13:12 +03:00
Diadlo
e3bb4e735f
refactor: Move buttons style in ChatForm css
2017-11-26 23:13:12 +03:00
Diadlo
bf1c789fc1
refactor(style): Move chatFormHeader to chatForm
2017-11-26 23:13:12 +03:00
Diadlo
33736da543
refactor: Restruct code
2017-11-26 23:13:12 +03:00
Diadlo
6780331f40
refactor(chatform): Remove Nexus and Profile dependency from ChatForm
2017-11-26 23:12:48 +03:00
Diadlo
531defd0aa
chore(CHANGELOG): add changelog for the v1.13.0 release
2017-11-25 23:55:04 +03:00
Diadlo
4b6d4f7ae6
chore(release): update version number
2017-11-25 23:39:09 +03:00
sudden6
4d36c23c9b
fix: use only well known categories in the desktop file
2017-11-25 21:26:09 +01:00
sudden6
2c9cc71f97
Merge pull request #4818
...
tox-user (2):
feat(settings): add an option to toggle identicons
fix(identicon): don't set identicon as an avatar
2017-11-25 21:24:06 +01:00
prhtnsm
e0235dffc5
feat(l10n): update German translation from Weblate
2017-11-25 15:32:02 +03:00
ezavod
af2addec86
feat(l10n): update German translation from Weblate
2017-11-25 15:32:02 +03:00
anonymous
13df29e5d1
feat(l10n): update German translation from Weblate
2017-11-25 15:32:02 +03:00
Alessndro Magri
45a053ccb7
feat(l10n): update Italian translation from Weblate
2017-11-25 15:32:02 +03:00
Moo
79f96c9026
feat(l10n): update Lithuanian translation from Weblate
2017-11-25 15:32:02 +03:00
Attila Farkas
5bd1b97170
feat(l10n): update Slovak translation from Weblate
2017-11-25 15:32:02 +03:00
Attila Farkas
d344e06016
feat(l10n): update Hungarian translation from Weblate
2017-11-25 15:32:01 +03:00
Allan Nordhøy
64a8306731
feat(l10n): update Norwegian (old code) translation from Weblate
2017-11-25 15:32:01 +03:00
anonymous
a62535a5e4
feat(l10n): update Russian translation from Weblate
2017-11-25 15:32:01 +03:00
vasily-mett
e9c9eeea9f
feat(l10n): update Russian translation from Weblate
2017-11-25 15:32:01 +03:00
Viktar Vauchkevich
652cdab8d4
feat(l10n): update Belarusian translation from Weblate
2017-11-25 15:32:01 +03:00
remussatala
fd7fe76697
feat(l10n): update Romanian translation from Weblate
2017-11-25 15:32:01 +03:00
Kristjan Räts
d0394e88e7
feat(l10n): update Estonian translation from Weblate
2017-11-25 15:32:01 +03:00
ttes es
00e3315360
feat(l10n): update Spanish translation from Weblate
2017-11-25 15:32:01 +03:00
Slobodan Terzić
6f4c675a46
feat(l10n): update Serbian (latin) translation from Weblate
2017-11-25 15:16:56 +03:00
Slobodan Terzić
1aec68fdf0
feat(l10n): update Serbian translation from Weblate
2017-11-25 15:16:56 +03:00
Diadlo
9ac5f881c6
refactor: Rename signal and remove unused params
2017-11-25 01:16:10 +03:00
Diadlo
7c76bebebe
fix(group): Send all parts of long message
...
Fix #4832
2017-11-25 01:16:10 +03:00
Diadlo
c0a7488c12
fix(friend): Add save friend alias on change
...
Fix #4706
2017-11-25 01:15:54 +03:00
Diadlo
5bc8ef4e74
fix(chatForm): Fix issue with mixing friend and group id
...
Fix #4828
2017-11-23 20:48:46 +03:00
Maxim Biro
99ba7d4886
chore(build): Qt's website already does mirror load balancing
2017-11-23 10:57:57 -05:00
Maxim Biro
4c3861d6b8
chore(build): bump Qt version to 5.9.3 for Windows
2017-11-22 19:14:53 -05:00
tox-user
676be5f625
fix(identicon): don't set identicon as an avatar
...
Do not save user's identicon to a file like a normal avatar. This allows
'Use identicons' setting to affect user's own identicon.
2017-11-22 22:46:01 +01:00
Diadlo
c274cec87e
fix(ipc): Add check if IPC init failed
...
Also add error code to debug message.
Partially fix #4785
2017-11-22 22:59:51 +03:00
Diadlo
fb92ef917b
Merge pull request #4812
...
tobeaver (1):
docs: add nightly build links to README.md
2017-11-22 22:59:25 +03:00
tox-user
905ca77086
feat(settings): add an option to toggle identicons
...
Solves #4741
Adds a setting to User Interface tab that allows to toggle displaying
identicons instead of default avatar picture.
2017-11-21 23:52:06 +01:00
Diadlo
d77fbb4b19
fix(chatform): Subscribe on accept and reject buttons once
...
Fix #4799
For every call was created new connection. First call was success. The second
call leaded to double answer: after the second core removes 'friendNum' from
'calls' list and cancels call. The third call leaded to triple answer, where the
first two same as before and the last one - tried to answer on call with removed
'friendNum' => assert failed.
2017-11-20 23:34:12 +03:00
Diadlo
f4a3bb2812
fix(chatform): Hide call confirm on call end
...
Fix #4799 (4)
2017-11-20 23:34:12 +03:00
tobeaver
f631d81b70
docs: add nightly build links to README.md
...
Might be useful when some bugfixes are merged.
2017-11-18 15:50:43 +04:00
Zetok Zalbavar
f690fc6202
docs: remove mention of manual translation without Weblate
...
In the past year or so none of the translation pull requests that were
made directly without using Weblate were merged, since either they
didn't conform to the commit message format, or they conflicted with
translations pulled from Weblate. This clearly shows that potential
translators should not be pointed out that it's possible to translate
without using Weblate, as it would only lead to wasting their time.
2017-11-17 23:25:10 +00:00
Diadlo
78262b41bd
fix(core): Check that result of get peer name is successful
...
Fix #4802
2017-11-17 23:38:54 +03:00
Diadlo
2f9ba3c4d7
fix(group): Add second signal for titile changed
...
Fix #4800 .
In old implementation after Core title change notification, Group
updates self name and emit signal, core as subscribed on this signal and try to
change title twice.
In new implementation was added new signal to Group:
1. To notify core about user changes.
2. To notify views about core changes.
2017-11-15 09:17:22 +03:00
Diadlo
07ceb15e01
refactor: Move helper function in anonymus namespace
2017-11-14 21:24:36 +03:00
Diadlo
850e501acc
refactor: Use chatFormHead css
2017-11-14 21:24:35 +03:00
Diadlo
2e55eef171
refactor(css): Move all chatFormHead related css in one file
2017-11-13 21:23:45 +03:00
Diadlo
8c65aa6656
refactor: Extract button creation in function
2017-11-13 21:23:45 +03:00