Gavin Stark
d24d4fb8ea
feat(audio): microphone voice activation
...
adding volume based voice detection
2017-11-13 00:48:46 -06:00
sudden6
5d6ae9ae37
fix(video): don't use pointers to temporary objects
...
fixes #4764
2017-11-12 13:10:35 +01:00
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.
2017-11-11 16:00:57 +00:00
Zetok Zalbavar
76d4dd32c9
chore(i18n): update translation files for Weblate
2017-11-11 09:16:06 +00:00
cnzhx
e828583b9a
feat(l10n): update Chinese (Simplified) translation from Weblate
2017-11-11 09:16:06 +00:00
Navid Ivanian
b3ceda6e47
feat(l10n): update Persian translation from Weblate
2017-11-11 09:16:06 +00:00
Viktar Vauchkevich
07cf8838b5
feat(l10n): update Belarusian translation from Weblate
2017-11-11 09:16:06 +00:00
Kristjan Räts
235e6bfd34
feat(l10n): update Estonian translation from Weblate
2017-11-11 09:16:06 +00:00
Kaur Männamaa
33d4cc4a1d
feat(l10n): update Estonian translation from Weblate
2017-11-11 09:16:05 +00:00
Kristjan Räts
f82d344928
feat(l10n): update Estonian translation from Weblate
2017-11-11 09:16:05 +00:00
Kaur Männamaa
53475ed2dc
feat(l10n): update Estonian translation from Weblate
2017-11-11 09:16:05 +00:00
Slobodan Terzić
907c3e5c8b
feat(l10n): update Serbian translation from Weblate
2017-11-11 09:16:05 +00:00
Slobodan Terzić
f171c2327f
feat(l10n): update Serbian (latin) translation from Weblate
2017-11-11 09:16:05 +00:00
Tomo S
6f0b692562
feat(l10n): update Croatian translation from Weblate
2017-11-11 09:16:05 +00:00
Diadlo
9731d95c57
refactor(avform): Inject settings in AVForh
...
Inject settings, core, audio, camera source
2017-11-10 23:27:06 +03:00
Diadlo
bc05d531a3
refactor(video): Add video settings interface
2017-11-10 23:27:06 +03:00
Diadlo
44258b01f5
refactor(audio): Add audio settings interface
2017-11-10 23:27:06 +03:00
Diadlo
0a58c2fa5b
refactor: Store buttons state and calculate style and tooltip
2017-11-10 14:08:03 +03:00
Diadlo
8aa372854f
refactor: Use repolish instead of setting same stylesheet
2017-11-10 14:08:03 +03:00
Diadlo
1f8a5619c8
refactor: Remove call type from callAccepted signal
2017-11-10 14:08:03 +03:00
Diadlo
7b893346f0
refactor: Use unique ptr for call confirm widget
2017-11-10 14:08:03 +03:00
Diadlo
c588fbd74c
docs: Add key shortcut for push to talk
2017-11-10 14:08:03 +03:00
Diadlo
ba1581005b
refactor: Extract head widget from GenericChatForm
...
Also fix #2749
2017-11-10 14:08:03 +03:00
sudden6
511b8af954
Merge pull request #4779
...
Jiachen Yang (1):
fix: using current setting in autoaccept dialog
2017-11-09 21:28:37 +01:00
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
2017-11-05 11:31:37 +01:00
Zetok Zalbavar
5c8071e15f
Merge pull request #4787
...
Maxim Biro (1):
chore(build): bump OpenSSL and FFmpeg versions for Windows
2017-11-04 21:16:07 +00:00
Maxim Biro
b7f45f9a7f
chore(build): bump OpenSSL and FFmpeg versions for Windows
2017-11-04 11:14:41 -04:00
noavarice
3ae1e2a25b
refactor: simplified applMarkdown()
2017-11-03 21:00:10 +03:00
noavarice
de108ce834
refactor: allow newline|space to appear after multiline code seq
...
Also added tests
2017-11-03 21:00:09 +03:00
noavarice
acff6e0450
test: removed debug messages
2017-11-03 21:00:09 +03:00
noavarice
3faa0ecaad
test: added test for multiline code
2017-11-03 21:00:09 +03:00
noavarice
e80a2bcc69
test: added tests for IPv6 format
2017-11-03 21:00:09 +03:00
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)
2017-11-03 21:00:09 +03:00
noavarice
40c4f431dd
refactor: removed unnecessary functions and test depending on them
2017-11-03 21:00:09 +03:00
noavarice
d302e261d4
test: updated tests for text formatting
...
Updated test data, changed additional functions and reimplemented test
slots
2017-11-03 21:00:09 +03:00
noavarice
6ffe4cd8d8
fix: URL patterns based on RFC 3986
...
Also added const's and changed way of REGEX_TO_WRAPPER' initialization
2017-11-03 21:00:09 +03:00
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
2017-11-03 21:00:08 +03:00
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.
2017-11-03 21:00:08 +03:00
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.
2017-11-03 21:00:08 +03:00
noavarice
a9eca8e626
refactor: removed TextFormatter instantiations from tests
2017-11-03 21:00:08 +03:00
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.
2017-11-03 21:00:08 +03:00
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.
2017-11-03 21:00:01 +03:00
sudden6
b9daf5b312
Merge pull request #4786
...
Maxim Biro (1):
fix(travis): make Windows cross-compilation caching work
2017-11-03 13:39:29 +01:00
sudden6
39047f2ebd
Merge pull request #4784
...
anthony.bilinski (1):
fix(call): fix bugs introduced from ToxCall refactor
2017-11-03 13:38:39 +01:00
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
2017-11-02 13:41:44 -07:00
Maxim Biro
0966e91e31
fix(travis): make Windows cross-compilation caching work
2017-11-02 02:33:58 -04:00
Jiachen Yang
70b235f271
fix: using current setting in autoaccept dialog
...
This should fixes #4777
2017-11-02 02:05:54 +09:00
Diadlo
4af90a7f97
Merge pull request #4677
...
anthony.bilinski (1):
fix(logout): Synchronously call showLogin to avoid multiple deletion
2017-11-01 12:51:53 +03:00
Diadlo
d07f53f292
Merge pull request #4671
...
anthony.bilinski (1):
fix(settings): Delete dynamically allocated members on destruction
2017-11-01 12:45:13 +03:00
Diadlo
e4064ba8b1
docs(toxmedata): Add docs to functions
2017-10-31 17:51:26 +03:00