Diadlo
d77cb084d6
refactor: Remove unused MicFeedback widget
2017-05-08 22:11:41 +03:00
Zetok Zalbavar
e4d40dcb96
docs(MAINTAINING): update help wanted
tag in the Issues
section
2017-05-08 12:46:01 +01:00
Diadlo
7e3ad7ba87
refactor(chatform): Remove Audio dependencies from ChatForm
2017-05-08 14:12:45 +03:00
Diadlo
695abadd7c
refactor(chatform): Remove Audio::play usage from ChatForm
2017-05-08 14:12:45 +03:00
sudden6
28c2298ad9
feat(audio): split the audio interface from the backend library
...
This paves the way to support multiple audio backends
2017-05-08 10:37:05 +02:00
Zetok Zalbavar
496f854897
chore(CHANGELOG): add changelog for the v1.10.0 release
2017-05-07 18:58:03 +01:00
sudden6
13029e3047
fix(groupinvite): prevent multiple groupinvites to the same group from showing up
...
fix #2305
2017-05-07 17:08:02 +02:00
sudden6
c41f533818
Merge pull request #4340
...
ezavod (1):
fix(settings): changing language sets title to "Add Friend"
2017-05-07 16:08:06 +02:00
sudden6
407413c65b
fix(core): add missing nullptr check
...
fix #4324
2017-05-07 01:03:35 +02:00
sudden6
6a6e30d639
fix(settings): remove legacy code
2017-05-06 15:21:37 +02:00
Diadlo
5d117e6af8
refactor: Remove getCompactLayout from GenericChatroomWidget
2017-05-04 20:31:56 +03:00
Diadlo
5feb81d757
refactor(translator): Remove Settings from Translator
2017-05-04 20:31:56 +03:00
Diadlo
7d3020cba3
refactor(IPC): Remove IPC singlton
2017-05-04 20:31:56 +03:00
Diadlo
f11860680b
refactor(IPC): Remove Settings from IPC
2017-05-04 20:31:56 +03:00
Diadlo
b3015ab0a8
refactor(friend): Remove Settings from Friend
2017-05-04 20:31:54 +03:00
Zetok Zalbavar
f0b970870d
docs: remove no longer updated repositories with outdated builds
...
Also mark antis81 as past maintainer.
2017-05-02 21:19:27 +01:00
sudden6
4b0a43b789
Merge pull request #4356
...
ezavod (3):
refactor(ui): removed trailing whitespaces
feat(ui): grey out proxy settings if no proxy selected
fix(ui): fixed typos of pseudo-states in stylesheets
2017-05-02 20:34:55 +02:00
ezavod
f35103e547
fix(ui): fixed typos of pseudo-states in stylesheets
...
Some pseudo-states were wrongly addressed with `::` instead of `:` in
stylesheets.
2017-05-01 11:52:59 +02:00
ezavod
77aa2e9252
feat(ui): grey out proxy settings if no proxy selected
...
This is a feature proposed in #2760 .
Disabled port (QSpinBox) and address (QLineEdit) are greyed out if no proxy is selected.
2017-05-01 11:11:23 +02:00
ezavod
469dd8f75b
refactor(ui): removed trailing whitespaces
...
Removed unnecessary whitespaces from end of lines of ui stylesheets.
2017-05-01 11:05:41 +02:00
Zetok Zalbavar
0192e9275f
feat(l10n): add Romanian translation to UI
2017-04-30 20:18:02 +01:00
remussatala
8b22e962ed
feat(l10n): add Romanian translation using Weblate
2017-04-30 20:16:28 +01:00
anonymous
1dfb4a630b
feat(l10n): update German translation from Weblate
2017-04-30 20:06:26 +01:00
ezavod
87d66c019c
feat(l10n): update German translation from Weblate
2017-04-30 20:06:18 +01:00
Moo
c970e065f6
feat(l10n): update Lithuanian translation from Weblate
2017-04-30 20:05:04 +01:00
Nikolay Korotkiy
2f8e8b840b
feat(l10n): update Finnish translation from Weblate
2017-04-30 20:04:20 +01:00
Nikolay Korotkiy
2c158eb57c
feat(l10n): update Esperanto translation from Weblate
2017-04-30 20:04:02 +01:00
cnzhx
9d6be41510
feat(l10n): update Chinese (Simplified) translation from Weblate
2017-04-30 20:03:45 +01:00
Jonatan Nyberg
3145949cc2
feat(l10n): update Swedish translation from Weblate
2017-04-30 20:03:26 +01:00
Guillaume Precioso
38bb82e59b
feat(l10n): update French translation from Weblate
2017-04-30 20:02:38 +01:00
fred
0748b6c6c6
feat(l10n): update French translation from Weblate
2017-04-30 20:02:05 +01:00
Α Ω
6e6d32a740
feat(l10n): update Greek translation from Weblate
2017-04-30 20:01:44 +01:00
Viktar Vauchkevich
576152305a
feat(l10n): update Belarusian translation from Weblate
2017-04-30 20:01:26 +01:00
ati3
63d5caf37c
feat(l10n): update Slovak translation from Weblate
2017-04-30 20:00:46 +01:00
Victorhck
615c361497
feat(l10n): update Spanish translation from Weblate
2017-04-30 20:00:22 +01:00
Vlad
9dd40bec63
feat(l10n): update Ukrainian translation from Weblate
2017-04-30 19:58:13 +01:00
Maxim Kurnosenko
e6b7656106
feat(l10n): update Russian translation from Weblate
2017-04-30 19:57:39 +01:00
Kaur Männamaa
e580edd184
feat(l10n): update Estonian translation from Weblate
2017-04-30 19:56:16 +01:00
sudden6
7fbd5ef7bb
Merge pull request #4351
...
noavarice (1):
fix: fix segfault while trying to send messages
2017-04-28 12:48:23 +02:00
noavarice
b5f4628c89
fix: fix segfault while trying to send messages
...
Unfortunately, can not pass local variable on ChatLine::Ptr through
several method calls so ChatMessage inserted after its creating in the
same scope. Updated docs
2017-04-26 14:30:22 +03:00
sudden6
037f66928e
Merge pull request #4343
...
alexrazinkov (1):
refactor: another refactoring step
noavarice (7):
refactor: literals replaced with constants
refactor: remove unnecessary methods
refactor: refactored message-adding methods
refactor: sorted (several removed) headers, class declarations and fields
docs: added docs to some GenericChatForm methods
refactor: returned correct code style
refactor: another small changes
2017-04-25 21:48:30 +02:00
noavarice
4b3d86d172
refactor: another small changes
...
Brief list of changes:
- "resolveToxId" method's name replaced with "resolveToxPk";
- updated comments for "resolveToxPk" and "needsToHideName";
- changed "resolveToxPk" return value for fail case;
- fixed typo.
2017-04-25 22:09:38 +03:00
alexrazinkov
972c3f2353
refactor: another refactoring step
...
Brief list of changes:
- contentdialog.* and friendlistwidget.cpp reverted to their previous states;
- added macros for setting stylesheets for form components;
- added 'static' qualificator for 'fontToCss' function;
- added 'needsToHideName' method and several places in code replaced with this
method's calls;
- some changes which are related to previous listed;
- 'resolveToxId' returned to GenericChatForm class.
2017-04-25 12:30:34 +03:00
noavarice
a83f8d1dfd
refactor: returned correct code style
2017-04-25 12:30:34 +03:00
noavarice
7e1f8cb23e
docs: added docs to some GenericChatForm methods
2017-04-25 12:30:34 +03:00
noavarice
e9c7caf3e7
refactor: sorted (several removed) headers, class declarations and fields
2017-04-25 12:30:34 +03:00
noavarice
b074c831d3
refactor: refactored message-adding methods
...
Return value of "addMessage" was not used at all, so now this method
(and "addSelfMessage" too) does not have return value - just inserts
message into ChatLog. Also messages are creating with "createMessage"
and "createSelfMessage"
2017-04-25 12:30:34 +03:00
noavarice
2598973c76
refactor: remove unnecessary methods
...
"isEmpty" method is just completely redundant, while "fontToCss" and
"resolveToxId" don't relate to "GenericChatForm" class
2017-04-25 12:30:34 +03:00
noavarice
27f65be289
refactor: literals replaced with constants
2017-04-25 12:30:34 +03:00
ezavod
4886868ece
fix(settings): changing language sets title to "Add Friend"
...
This fixes issue #3708 .
Changing language sets title of settings widget to "Settings" instead
of wrong "Add Friend".
2017-04-23 16:21:27 +02:00