LNDDYL
423fb83c9f
feat(l10n): update Chinese (Taiwan) translation from Weblate
9 years ago
LNDDYL
fbe0de9bbb
feat(l10n): update Chinese (China) translation from Weblate
9 years ago
Rammix
c2b7d7a533
feat(l10n): update Russian translation from Weblate
9 years ago
Viktar Vauchkevich
f92bbbb9dd
feat(l10n): update Belarusian translation from Weblate
9 years ago
Moo
77ee1787b1
feat(l10n): update Lithuanian translation from Weblate
9 years ago
cnzhx
bb3ee7d040
feat(l10n): update Chinese (China) translation from Weblate
9 years ago
Zetok Zalbavar
80f5de31b3
style: reformat current C++ codebase using clang-format
9 years ago
Zetok Zalbavar
4367dc601d
style(clang-format): don't indent `case` statements
9 years ago
Zetok Zalbavar
2abbbbfa3f
chore(style): remove deprecated `qTox-Coding-Style.xml`
9 years ago
Zetok Zalbavar
a03eafe42d
style: respect current constructor breaks before commas
9 years ago
Zetok Zalbavar
c1eac09931
style: change brace style to K&R in .clang-format
9 years ago
Zetok Zalbavar
297f0935f0
docs(coding): CMake is now primarily used and qmake is deprecated
9 years ago
Zetok Zalbavar
21195d363a
docs: slightly improve link formatting and remove trailing whitespaces
9 years ago
initramfs
e4d40f11ed
docs(clangformat): add documentation on coding style with respect to clang-format
9 years ago
initramfs
c32a44b7ef
style(clangformat): add clang-format support to qTox
9 years ago
Diadlo
a231532bd0
fix: Add splitter restorer
...
Added splitter restorer, which reset splitter state if it's broken
Fix #2587
9 years ago
Nils Fenner
4b7fc5792d
refactor: use enum class
9 years ago
sudden6
de78e0dddb
Merge pull request #4120
...
Yuri (1):
fix(icons): Removed unnecessary icon preparation.
9 years ago
Zetok Zalbavar
f0574167c6
test(build): check whether code/files have been processed by CMake
9 years ago
Diadlo
1d0a49c2b7
Merge pull request #4194
...
noavarice (2):
refactor: single group invite extracted into a widget
docs: added documentation for GroupInviteForm class
9 years ago
Nils Fenner
12bcc26154
feat(settings): create ui when needed instead of show/hide
...
note: no change in "embedded window" mode yet, but doesn't harm either
9 years ago
Zetok Zalbavar
3dcb8a62a4
Merge pull request #4203
...
noavarice (1):
fix: changed incorrect videocall button offline tooltip
9 years ago
noavarice
0effac2bdd
fix: changed incorrect videocall button offline tooltip
9 years ago
Zetok Zalbavar
2248deb18b
docs: add docs about adding new translations from Weblate
...
Also update the link to Weblate's git repo.
9 years ago
Zetok Zalbavar
a2aaff115c
chore(build): fix version script failure when called from non-base dir
...
Now script will work regardless of the working directory it was called
from.
This fixes problem with CMake failing when it's called from directory
other than base `qTox`.
Fix from
https://stackoverflow.com/questions/59895/getting-the-source-directory-of-a-bash-script-from-within
9 years ago
Zetok Zalbavar
63ace85913
chore(build): use `-pie` flag only when linking
...
If used when compiling and not just linking, clang complains about it.
Fixes #4101 .
9 years ago
Diadlo
bff25ce8b1
refactor: Remove FriendWidget from Friend class
9 years ago
noavarice
e68aef19f9
docs: added documentation for GroupInviteForm class
9 years ago
noavarice
adba773c6d
refactor: single group invite extracted into a widget
...
Previously GroupInviteForm included several collections of components
which were supposed to use as a single object. Now they are replaced
with a class and all functionality related to this collections moved
there too. Also fix #3621
9 years ago
Zetok Zalbavar
bf4259b229
chore(build): make cmake update version
9 years ago
Zetok Zalbavar
55081d2179
chore(i18n): update translation files for Weblate
9 years ago
paksong
9fca736506
feat(l10n): update Korean translation from Weblate
9 years ago
ati3
99d34b049d
feat(l10n): update Czech translation from Weblate
9 years ago
Α Ω
2551baab46
feat(l10n): update Greek translation from Weblate
9 years ago
ati3
cf5e7f3ad1
feat(l10n): update Slovak translation from Weblate
9 years ago
LNDDYL
e0cb8e5f53
feat(l10n): update Chinese (China) translation from Weblate
9 years ago
Zetok Zalbavar
43d16d9181
feat(l10n): add Chinese (Taiwan) translation to UI
...
Thanks to @LNDDYL for the help with what should be put in the language
name.
9 years ago
LNDDYL
b80e964d18
feat(l10n): add Chinese (Taiwan) translation using Weblate
9 years ago
Jonatan Nyberg
c5067f65d1
feat(l10n): update Swedish translation from Weblate
9 years ago
Maxim Kurnosenko
4d22b7cc97
feat(l10n): update Russian translation from Weblate
9 years ago
ww Draw
6df92b7362
feat(l10n): update Bulgarian translation from Weblate
9 years ago
cnzhx
95881c975d
feat(l10n): update Chinese (China) translation from Weblate
9 years ago
ww Draw
6d2cf5222b
feat(l10n): update Pirate translation from Weblate
9 years ago
Viktar Vauchkevich
6fe2086148
feat(l10n): update Belarusian translation from Weblate
9 years ago
Diadlo
da8c3f1100
Merge pull request #4186
...
noavarice (3):
refactor: improved HTML-formatting mechanism for text messages
test: Added test for TextFormatter class
refactor: message text formatting works better now
9 years ago
noavarice
87f219a78f
refactor: message text formatting works better now
...
- tag intersection detected
- variables and constants' names became shorter
9 years ago
noavarice
445ba28e7b
test: Added test for TextFormatter class
...
It's a first simple version
9 years ago
noavarice
5047a65e11
refactor: improved HTML-formatting mechanism for text messages
...
Added class provides text font formatting with HTML font tags
Supported stuff:
- nested formatting;
- several text pieces formatted with the same formatting style at the
one message;
- styling applies only if non-whitespace symbol follows opening
formatting symbol and also non-whitespace symbol preceds closing
symbol;
- only multiline code font formatting supports new line inside of
message text.
Also fix #3804
9 years ago
tux3
60e5375ef7
Merge pull request #4184
...
tux3 (1):
fix: Friend list avatars not updating
9 years ago
tux3
ea44095c94
Merge pull request #4183
...
tux3 (4):
fix: Accept IDs as tox URIs, not just ToxDNS addresses
fix: Various IPC event handling and related bugs on startup
fix: Don't even try to add ourselves as a friend in the Tox URI handler
fix: msleep in toxuri processEvents loops, to avoid 100% CPU
9 years ago