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

6315 Commits

Author SHA1 Message Date
Diadlo
850e501acc
refactor: Use chatFormHead css 2017-11-14 21:24:35 +03:00
Diadlo
2e55eef171
refactor(css): Move all chatFormHead related css in one file 2017-11-13 21:23:45 +03:00
Diadlo
8c65aa6656
refactor: Extract button creation in function 2017-11-13 21:23:45 +03:00
Diadlo
62c60a89df
refactor: Remove unused 'SettingsWidget' from 'ContentDialog' 2017-11-13 15:25:02 +03:00
Diadlo
47da91d74f
refactor: Use loaded icons as cache, make getAsIcon const 2017-11-13 14:46:37 +03:00
Diadlo
fa21594902
perf(smileys): Cleanup smileys icons by timer 2017-11-13 14:46:37 +03:00
Diadlo
c640007775
perf(smileys): Use shared_ptr to automaticaly count references 2017-11-13 14:46:37 +03:00
Diadlo
d83400bcdc
perf(smileys): Use lazy smileys loading 2017-11-13 14:46:37 +03:00
sudden6
a764a66471
Merge pull request #4790
Gavin Stark (1):
      feat(audio): microphone voice activation
2017-11-13 12:15:07 +01:00
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