Diadlo
fa21594902
perf(smileys): Cleanup smileys icons by timer
8 years ago
Diadlo
c640007775
perf(smileys): Use shared_ptr to automaticaly count references
8 years ago
Diadlo
d83400bcdc
perf(smileys): Use lazy smileys loading
8 years ago
sudden6
a764a66471
Merge pull request #4790
...
Gavin Stark (1):
feat(audio): microphone voice activation
8 years ago
Gavin Stark
d24d4fb8ea
feat(audio): microphone voice activation
...
adding volume based voice detection
8 years ago
sudden6
5d6ae9ae37
fix(video): don't use pointers to temporary objects
...
fixes #4764
8 years ago
Zetok Zalbavar
8a9c34d888
fix: add default return in Widget::getStatusIconPath to fix warning
...
Fixes warning produced with `-Werror=return-type` on GCC 5.4.0.
8 years ago
Zetok Zalbavar
76d4dd32c9
chore(i18n): update translation files for Weblate
8 years ago
cnzhx
e828583b9a
feat(l10n): update Chinese (Simplified) translation from Weblate
8 years ago
Navid Ivanian
b3ceda6e47
feat(l10n): update Persian translation from Weblate
8 years ago
Viktar Vauchkevich
07cf8838b5
feat(l10n): update Belarusian translation from Weblate
8 years ago
Kristjan Räts
235e6bfd34
feat(l10n): update Estonian translation from Weblate
8 years ago
Kaur Männamaa
33d4cc4a1d
feat(l10n): update Estonian translation from Weblate
8 years ago
Kristjan Räts
f82d344928
feat(l10n): update Estonian translation from Weblate
8 years ago
Kaur Männamaa
53475ed2dc
feat(l10n): update Estonian translation from Weblate
8 years ago
Slobodan Terzić
907c3e5c8b
feat(l10n): update Serbian translation from Weblate
8 years ago
Slobodan Terzić
f171c2327f
feat(l10n): update Serbian (latin) translation from Weblate
8 years ago
Tomo S
6f0b692562
feat(l10n): update Croatian translation from Weblate
8 years ago
Diadlo
9731d95c57
refactor(avform): Inject settings in AVForh
...
Inject settings, core, audio, camera source
8 years ago
Diadlo
bc05d531a3
refactor(video): Add video settings interface
8 years ago
Diadlo
44258b01f5
refactor(audio): Add audio settings interface
8 years ago
Diadlo
0a58c2fa5b
refactor: Store buttons state and calculate style and tooltip
8 years ago
Diadlo
8aa372854f
refactor: Use repolish instead of setting same stylesheet
8 years ago
Diadlo
1f8a5619c8
refactor: Remove call type from callAccepted signal
8 years ago
Diadlo
7b893346f0
refactor: Use unique ptr for call confirm widget
8 years ago
Diadlo
c588fbd74c
docs: Add key shortcut for push to talk
8 years ago
Diadlo
ba1581005b
refactor: Extract head widget from GenericChatForm
...
Also fix #2749
8 years ago
sudden6
511b8af954
Merge pull request #4779
...
Jiachen Yang (1):
fix: using current setting in autoaccept dialog
8 years ago
sudden6
dcf6240cd1
chore(simple_make): use the correct pattern syntax in zypper
...
This fixes different package names for the patterns in OpenSUSE Leap and
Tumbleweed.
Fixes #4751
8 years ago
Zetok Zalbavar
5c8071e15f
Merge pull request #4787
...
Maxim Biro (1):
chore(build): bump OpenSSL and FFmpeg versions for Windows
8 years ago
Maxim Biro
b7f45f9a7f
chore(build): bump OpenSSL and FFmpeg versions for Windows
8 years ago
noavarice
3ae1e2a25b
refactor: simplified applMarkdown()
8 years ago
noavarice
de108ce834
refactor: allow newline|space to appear after multiline code seq
...
Also added tests
8 years ago
noavarice
acff6e0450
test: removed debug messages
8 years ago
noavarice
3faa0ecaad
test: added test for multiline code
8 years ago
noavarice
e80a2bcc69
test: added tests for IPv6 format
8 years ago
noavarice
5a569ea467
test: re-made test for URL highlighting
...
Also one test was removed. Answering sudden6's question, this test will
not pass after merging current pull request (if it will)
8 years ago
noavarice
40c4f431dd
refactor: removed unnecessary functions and test depending on them
8 years ago
noavarice
d302e261d4
test: updated tests for text formatting
...
Updated test data, changed additional functions and reimplemented test
slots
8 years ago
noavarice
6ffe4cd8d8
fix: URL patterns based on RFC 3986
...
Also added const's and changed way of REGEX_TO_WRAPPER' initialization
8 years ago
noavarice
7b74cc5019
refactor: added separate regex for single slash and minor change
...
Also added lazy evaluator operator for single, double sign regex
and regex for multiline code for performance reason. Added missing
QStringLiteral
8 years ago
noavarice
d48a479a39
refactor: applyMarkdown() function logic is more rigorous
...
Brief list of changes:
- changed way of getting count of formatting symbols for captured
string: patternSignsCount() function replaced with constant index
which points to regex group that captures formatting symbols.
Regexes updated accordingly;
- updated docs for applyMarkdown() function;
- applyMarkdown() function refactored:
* changed var names;
* logic is more strict: get captured string -> crop formatting symbols
if necessary -> wrap captured string into HTML and replace in result.
8 years ago
noavarice
5e5352c268
refactor: changed markdown regexes and related constants
...
Brief list of changes:
- removed several headers;
- added single array of pairs for direct mapping regexes to HTML
wrapper strings;
- COMMON_PATTERN splitted into two regexes;
- wrapper for hrefs is a single constant.
8 years ago
noavarice
a9eca8e626
refactor: removed TextFormatter instantiations from tests
8 years ago
noavarice
1ac21c07db
refactor: replace TextFormatter class with function
...
Brief list of changes:
- removed TextFormatter class and its unnecessary instantiation;
- added single method for applying markdown.
8 years ago
noavarice
e9209b06f9
refactor: independent URL highlighting
...
Brief list of changes:
- removed workarounds while applying markdown;
- URL highlighting now is independent for markdown support;
- URL patterns reverted to the state they were before.
8 years ago
sudden6
b9daf5b312
Merge pull request #4786
...
Maxim Biro (1):
fix(travis): make Windows cross-compilation caching work
8 years ago
sudden6
39047f2ebd
Merge pull request #4784
...
anthony.bilinski (1):
fix(call): fix bugs introduced from ToxCall refactor
8 years ago
anthony.bilinski
1394dd1b7f
fix(call): fix bugs introduced from ToxCall refactor
...
-inverted call active booleans
-audio subscription leak on move assignment
-NullVideoBitrate check
-return peers list by reference so that adding audio source in GroupCallCallback is persisted
-fix output muting for friend calls
8 years ago
Maxim Biro
0966e91e31
fix(travis): make Windows cross-compilation caching work
8 years ago