Mario Preksavec
bb32c84b2a
chore(INSTALL): update Slackware links in INSTALL.md
8 years ago
sudden6
bad0c27e33
chore(version): update version
8 years ago
Diadlo
6420dc62ec
chore(qmake): Remove micfeedbackwidget from qtox.pro
...
Fix #4392
8 years ago
sudden6
d78a979021
fix(qtox.pro): add openal.h and openal.cpp
...
fix #4380
8 years ago
Diadlo
22bf431cdd
Merge pull request #4396
...
Maxim Biro (1):
fix(core): use correct byte representation when bootstrapping
8 years ago
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
8 years ago
Yuri
3963d3c150
fix(message size): Replaced TOX_MAX_*_LENGTH with API calls.
...
It is good for flexibility to have fewer hardcoded values.
8 years ago
Łukasz Żarnowiecki
2d0a4e794d
fix(settings): compute toxcore version in runtime
...
Past this change toxcore version was set during compilation. This
caused a problem when you changed version of toxcore while qTox would
still display its old. This behaviour was misleading.
8 years ago
ezavod
9d94cd0c50
fix(ui): restore splitter state
...
Fixes #4387 and #2378 .
This restores the state of the splitter correctly from settings in
multiple window mode and if this mode is quited.
8 years ago
Zetok Zalbavar
7f006b35a7
chore(README): add gitter badge to README.md
8 years ago
sudden6
e4d4f14793
Merge pull request #4382
...
Jerome Pinguet (1):
fix(profile): set maxLength on userName QLineEdit
8 years ago
Jerome Pinguet
71a838b53e
fix(profile): set maxLength on userName QLineEdit
...
Set maxLength of userName QLineEdit to TOX_MAX_NAME_LENGTH
Fixes #4335
8 years ago
Diadlo
a913f150e1
Merge pull request #4381
...
Yuri (1):
fix(macro): Fixed clang warning about USING_V4L
8 years ago
Diadlo
eacdafff5f
refactor(group): Changed Group flags types to bool
8 years ago
Diadlo
8634e26694
refactor: Methods renamed
...
existsFriendWidget -> friendWidgetExists
existsGroupWidget -> groupWidgetExists
8 years ago
Diadlo
4afd13839a
refactor(toxuri): Add using GUI to show warning
8 years ago
Diadlo
b126d21922
refactor(core): Merge friendAdded and friendshipChanged
8 years ago
Diadlo
49e9eb8de2
refactor(core): Move saving request to history to Profile
8 years ago
Diadlo
b25f5b5ed6
fix(core): Add action message with friend request text
8 years ago
Diadlo
d77cb084d6
refactor: Remove unused MicFeedback widget
8 years ago
Yuri
dd59f5ee90
fix(macro): Fixed clang warning about USING_V4L
...
Clang produced this warning:
"macro expansion producing 'defined' has undefined behavior"
8 years ago
Zetok Zalbavar
e4d40dcb96
docs(MAINTAINING): update `help wanted` tag in the `Issues` section
8 years ago
Diadlo
7e3ad7ba87
refactor(chatform): Remove Audio dependencies from ChatForm
8 years ago
Diadlo
695abadd7c
refactor(chatform): Remove Audio::play usage from ChatForm
8 years ago
sudden6
28c2298ad9
feat(audio): split the audio interface from the backend library
...
This paves the way to support multiple audio backends
8 years ago
Zetok Zalbavar
496f854897
chore(CHANGELOG): add changelog for the v1.10.0 release
8 years ago
sudden6
13029e3047
fix(groupinvite): prevent multiple groupinvites to the same group from showing up
...
fix #2305
8 years ago
sudden6
c41f533818
Merge pull request #4340
...
ezavod (1):
fix(settings): changing language sets title to "Add Friend"
8 years ago
sudden6
407413c65b
fix(core): add missing nullptr check
...
fix #4324
8 years ago
sudden6
6a6e30d639
fix(settings): remove legacy code
8 years ago
Diadlo
5d117e6af8
refactor: Remove getCompactLayout from GenericChatroomWidget
8 years ago
Diadlo
5feb81d757
refactor(translator): Remove Settings from Translator
8 years ago
Diadlo
7d3020cba3
refactor(IPC): Remove IPC singlton
8 years ago
Diadlo
f11860680b
refactor(IPC): Remove Settings from IPC
8 years ago
Diadlo
b3015ab0a8
refactor(friend): Remove Settings from Friend
8 years ago
Zetok Zalbavar
f0b970870d
docs: remove no longer updated repositories with outdated builds
...
Also mark antis81 as past maintainer.
8 years ago
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
8 years ago
ezavod
f35103e547
fix(ui): fixed typos of pseudo-states in stylesheets
...
Some pseudo-states were wrongly addressed with `::` instead of `:` in
stylesheets.
8 years ago
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.
8 years ago
ezavod
469dd8f75b
refactor(ui): removed trailing whitespaces
...
Removed unnecessary whitespaces from end of lines of ui stylesheets.
8 years ago
Zetok Zalbavar
0192e9275f
feat(l10n): add Romanian translation to UI
8 years ago
remussatala
8b22e962ed
feat(l10n): add Romanian translation using Weblate
8 years ago
anonymous
1dfb4a630b
feat(l10n): update German translation from Weblate
8 years ago
ezavod
87d66c019c
feat(l10n): update German translation from Weblate
8 years ago
Moo
c970e065f6
feat(l10n): update Lithuanian translation from Weblate
8 years ago
Nikolay Korotkiy
2f8e8b840b
feat(l10n): update Finnish translation from Weblate
8 years ago
Nikolay Korotkiy
2c158eb57c
feat(l10n): update Esperanto translation from Weblate
8 years ago
cnzhx
9d6be41510
feat(l10n): update Chinese (Simplified) translation from Weblate
8 years ago
Jonatan Nyberg
3145949cc2
feat(l10n): update Swedish translation from Weblate
8 years ago
Guillaume Precioso
38bb82e59b
feat(l10n): update French translation from Weblate
8 years ago