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

5826 Commits

Author SHA1 Message Date
Mario Preksavec
bb32c84b2a chore(INSTALL): update Slackware links in INSTALL.md 2017-05-13 22:40:36 +02:00
Diadlo
6420dc62ec
chore(qmake): Remove micfeedbackwidget from qtox.pro
Fix #4392
2017-05-12 22:26:47 +03:00
sudden6
d78a979021
fix(qtox.pro): add openal.h and openal.cpp
fix #4380
2017-05-12 08:48:03 +02:00
Diadlo
22bf431cdd
Merge pull request #4396
Maxim Biro (1):
      fix(core): use correct byte representation when bootstrapping
2017-05-12 08:13:14 +03:00
Maxim Biro
4e5b191553 fix(core): use correct byte representation when bootstrapping
Revert a bug introduced in d126b18d76
where qTox calls tox_bootstrap() and tox_add_relay() with an invalid
argument, which results in qTox not connecting to the bootstrap nodes
from its list of bootsrap nodes and therefore failing to connect to the
Tox DHT network in the case when that list is the only source of nodes
to connect to. The invalid argument is node's public key, which is
non-nullable but is passed a null due to invalid ToxPk object being
constructed. ToxPk's constructor expects the QByteArray argument to be
the byte representation of a public key, but a textual representation
is passed to it instead, which creats an invalid ToxPk that resolves to
null when queried for public key's bytes for calls to  tox_bootstrap()
and tox_add_relay().

Fixes #4385
2017-05-11 17:19:28 -04:00
Zetok Zalbavar
7f006b35a7
chore(README): add gitter badge to README.md 2017-05-11 11:20:55 +01:00
sudden6
e4d4f14793
Merge pull request #4382
Jerome Pinguet (1):
      fix(profile): set maxLength on userName QLineEdit
2017-05-10 09:24:05 +02:00
Jerome Pinguet
71a838b53e
fix(profile): set maxLength on userName QLineEdit
Set maxLength of userName QLineEdit to TOX_MAX_NAME_LENGTH
Fixes #4335
2017-05-09 07:28:31 +02:00
Diadlo
a913f150e1
Merge pull request #4381
Yuri (1):
      fix(macro): Fixed clang warning about USING_V4L
2017-05-08 23:40:48 +03:00
Diadlo
eacdafff5f
refactor(group): Changed Group flags types to bool 2017-05-08 22:39:00 +03:00
Diadlo
8634e26694
refactor: Methods renamed
existsFriendWidget -> friendWidgetExists
existsGroupWidget -> groupWidgetExists
2017-05-08 22:39:00 +03:00
Diadlo
4afd13839a
refactor(toxuri): Add using GUI to show warning 2017-05-08 22:36:13 +03:00
Diadlo
b126d21922
refactor(core): Merge friendAdded and friendshipChanged 2017-05-08 22:12:14 +03:00
Diadlo
49e9eb8de2
refactor(core): Move saving request to history to Profile 2017-05-08 22:12:14 +03:00
Diadlo
b25f5b5ed6
fix(core): Add action message with friend request text 2017-05-08 22:12:14 +03:00
Diadlo
d77cb084d6
refactor: Remove unused MicFeedback widget 2017-05-08 22:11:41 +03:00
Yuri
dd59f5ee90 fix(macro): Fixed clang warning about USING_V4L
Clang produced this warning:
"macro expansion producing 'defined' has undefined behavior"
2017-05-08 09:28:29 -07: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