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

5949 Commits

Author SHA1 Message Date
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
sudden6
5b31cf6d9d
fix(profile): toxsave wasn't correctly encrypted
fix #4344
2017-04-23 13:51:31 +02:00
sudden6
52617ad075
Merge pull request #4341
ezavod (1):
      fix(chatform): disable Tab in add friend message text  area
2017-04-22 15:44:27 +02:00
Diadlo
17abfe3753
Merge pull request #4322
noavarice (4):
      refactor: SmileyPack refactoring
      refactor: removed meaningless 'isValid' method
      docs: added docs for SmileyPack
      refactor: returned correct code format and some other small changes
2017-04-19 21:27:03 +03:00
noavarice
39035f7b68 refactor: returned correct code format and some other small changes 2017-04-19 18:19:19 +03:00
noavarice
5329899d86 docs: added docs for SmileyPack 2017-04-19 18:19:19 +03:00
noavarice
935c1a2aa8 refactor: removed meaningless 'isValid' method 2017-04-19 18:19:19 +03:00
noavarice
e0f1a01a74 refactor: SmileyPack refactoring
Brief list of changes:
  - removed unnecessary headers;
  - QList several times replaced with QVector for faster iteration;
  - some other things
2017-04-19 18:19:18 +03:00
ezavod
195e891da1
fix(chatform): disable Tab in add friend message text area
This is related to #2100.
Tab is no longer accepted as input in add friend message text area,
instead it changes the focus.
2017-04-19 09:19:09 +02:00
Diadlo
b691cf9bed
refactor: Add parentheses around the '&&' expression 2017-04-18 00:14:49 +03:00
sudden6
c417071ee8
Merge pull request #4334
noavarice (1):
      fix: fix OpenAL name
2017-04-16 18:42:29 +02:00
noavarice
8a77723a89 fix: fix OpenAL name 2017-04-15 23:25:21 +03:00