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

6777 Commits

Author SHA1 Message Date
Diadlo
e73dc10c7f
fix: Not quit on close if this setting is enabled
Fix #4949
2018-02-23 11:29:53 +03:00
Anthony Bilinski
aa99a86ccc
Merge pull request #4968
xyloforce (1):
      docs: add qttools5-dev to the dependencies list for Ubuntu
2018-02-22 10:21:17 -08:00
xyloforce
d9d94e3c22 docs: add qttools5-dev to the dependencies list for Ubuntu 2018-02-22 17:43:06 +01:00
Anthony Bilinski
d9118cfc71
fix(widget): Fix status pic alignment 2018-02-21 11:55:59 -08:00
sudden6
b48df03ede
Merge pull request #4958
Robert-André Mauchin (1):
      fix(build): move Appdata file installation to /usr/share/metainfo
2018-02-21 10:51:28 +01:00
Diadlo
aeb501240f
Merge pull request #4955
TriKriSta (12):
      feat: add a button to search
      feat: add form for search
      feat: add text search
      feat: edit load history for search
      feat: remove search button and add line in context menu
      feat: add search in text in group chats
      feat: optimise search in history
      feat: add hot keys for search
      style: change code in searchInText
      fix: add search symbol ' in history
      refactor: rename hideButton to searchHideButton
      refactor: add/delete checks in search code
2018-02-20 08:26:29 +03:00
Anthony Bilinski
11616990be
Merge pull request #4959
gdqyx3whzs (1):
      docs(fix): Write Macedonian in its national script
2018-02-19 03:36:42 -08:00
Anthony Bilinski
9643e48ef1
fix(chatlog): Match multi-character emoticons again
Fixed after broken in https://github.com/qTox/qTox/pull/4940. Single-character UTF-8 emoji still work without whitespace on either side, but multi-character emoticon patterns like 😄 or :) do require surrounding whitespace, to avoid matching punctuation or HTML tags.
2018-02-19 01:18:19 -08:00
gdqyx3whzs
31e960db33 docs(fix): Write Macedonian in its national script
1. Changed the text from the latin script to the national script

2. Removed the word "language" (jazik) for consistency

TODO: Change Weblate badge text to Macedonian
2018-02-17 23:38:19 +01:00
Robert-André Mauchin
5db0bdd381 fix(build): move Appdata file installation to /usr/share/metainfo 2018-02-16 18:48:13 +01:00
Anthony Bilinski
17cb76d87d
Merge pull request #4956
Paul (1):
      fix(smiley): change license of classic smileys to CC BY-SA 4.0
2018-02-15 12:12:40 -08:00
Paul
da7c12e20c fix(smiley): change license of classic smileys to CC BY-SA 4.0
Issue #4954
2018-02-15 18:20:48 +01:00
TriKriSta
fe4dd83d10 refactor: add/delete checks in search code 2018-02-15 13:21:05 +02:00
TriKriSta
40cebd421b refactor: rename hideButton to searchHideButton 2018-02-14 19:41:59 +02:00
TriKriSta
3e05279c09 fix: add search symbol ' in history 2018-02-14 11:30:38 +02:00
TriKriSta
f73021c376 style: change code in searchInText 2018-02-12 19:35:50 +02:00
TriKriSta
ffb51e8a0e feat: add hot keys for search 2018-02-12 19:24:22 +02:00
TriKriSta
18fa8a745b feat: optimise search in history 2018-02-12 01:02:28 +02:00
TriKriSta
7718734c9a feat: add search in text in group chats 2018-02-11 23:09:13 +02:00
TriKriSta
8bb80c770c feat: remove search button and add line in context menu 2018-02-11 17:38:05 +02:00
Diadlo
95f150e5f9
refactor: Move action handlers to slots 2018-02-11 12:12:07 +03:00
TriKriSta
de9c906117 feat: edit load history for search 2018-02-10 17:56:16 +02:00
TriKriSta
b881d32d1b feat: add text search 2018-02-10 17:56:16 +02:00
TriKriSta
863c46c73d feat: add form for search 2018-02-10 17:56:16 +02:00
TriKriSta
47d9da98cf feat: add a button to search 2018-02-10 17:56:16 +02:00
Diadlo
0d2926e196
refactor: Remove ChatForm from Group 2018-02-08 09:01:23 +03:00
Diadlo
0586e65e72
refactor: Remove using 'Group::getChatForm' 2018-02-08 09:01:22 +03:00
Diadlo
f6bb71db93
refactor: Save GroupChatForm in Widget 2018-02-06 10:46:22 +03:00
Diadlo
42a3a27a58
refactor: Remove chatForm from Friend 2018-02-06 10:46:09 +03:00
Diadlo
b26255703d
refactor: Move using loadHistory out of Friend 2018-02-06 10:46:09 +03:00
Diadlo
254f5cc4b1
refactor: Remove using 'Friend::getChatForm' 2018-02-06 10:46:09 +03:00
Diadlo
61e0dff8a4
refactor: Remove 'FriendWidget::setChatForm' 2018-02-06 10:46:09 +03:00
Anthony Bilinski
5df63f9c2e
fix(chatlog): parse multi-length emoji properly
Before, when multi-length emoji were next to any other character, they would not be transformed into images. With this change, emoji are replaced with images no matter where they are in the string. Parsing is now done by checking to see if two-character blocks are valid as a single UTF-32 character, or if they are truly two distinct characters. Because we no longer need white space before emoji, I also removed our addition of spaces on either side of an emoji when a user sends them.
2018-02-05 14:19:03 -08:00
sudden6
0dea03906e
Merge pull request #4918
iphydf (1):
      chore: Don't dereference Tox_Options, use getters instead.
2018-02-05 22:05:28 +01:00
sudden6
3aeedbea79
Merge pull request #4944
Maxim Biro (1):
      chore(cmake): Lookup toxcore's static dependencies
2018-02-05 14:12:34 +01:00
Maxim Biro
3f0372b2c5 chore(cmake): Lookup toxcore's static dependencies 2018-02-02 03:58:04 -05:00
sudden6
11f263ffc3
refactor(nexus): make loginscreen independent of nexus 2018-02-01 22:00:06 +01:00
sudden6
09ad16bc44
refactor: cleanup notifications and core 2018-02-01 22:00:00 +01:00
sudden6
d01999814e
chore: fix some compiler warnings 2018-02-01 20:32:39 +01:00
Diadlo
d2deec7c55
fix(core): Use new callback API for bitrate set 2018-01-31 09:39:43 +03:00
Diadlo
2c8f03dada
fix(core): Use new API for bitrate set
Fix #4935
2018-01-31 00:01:52 +03:00
Anthony Bilinski
b9845e1d23
perf(widget): don't save on setExpanded if categorywidget is unchanged
Fix #4932
2018-01-27 20:14:58 -08:00
Anthony Bilinski
66ee539d4a
docs(README): add GPG fingerprint of Anthony Bilinski as maintainer 2018-01-26 12:33:41 -08:00
Diadlo
7d5a59cf41
refactor: Use qFuzzyCompare to compare float values
Thanks @BiTOk for this tip
2018-01-22 17:13:09 +03:00
Diadlo
3b52402fa2
feat: Prefere new line as message break
Fix #4113
2018-01-20 14:07:22 +03:00
Diadlo
e74cc37a2d
fix: Use real channels number 2018-01-20 14:07:22 +03:00
Diadlo
e3f3d5e3b1
refactor: Override only 'doOutput' and 'captureSamples' in OpenAL2 2018-01-20 14:07:22 +03:00
Diadlo
c33592be06
style: Fix style 2018-01-20 14:07:22 +03:00
Diadlo
900f2a1ad3
fix: Allocate memory to input buffer 2018-01-20 14:07:22 +03:00
Diadlo
2353a66fde
fix: Call doAudio on timer timeout
Fix #4904
2018-01-20 14:07:22 +03:00