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

5693 Commits

Author SHA1 Message Date
Bert
015c8b0092
feat(l10n): update German translation from Weblate 2017-03-19 13:35:32 +00:00
sudden6
036ea14b26
feat(l10n): update German translation from Weblate 2017-03-19 13:35:32 +00:00
LNDDYL
9fadde67a1
feat(l10n): update Chinese (Traditional) translation from Weblate 2017-03-19 13:35:32 +00:00
LNDDYL
ae67624610
feat(l10n): update Chinese (Simplified) translation from Weblate 2017-03-19 13:35:31 +00:00
ati3
a6665fe028
feat(l10n): update Slovak translation from Weblate 2017-03-19 13:35:31 +00:00
Viktar Vauchkevich
a335e32af5
feat(l10n): update Belarusian translation from Weblate 2017-03-19 13:35:31 +00:00
Maxim Kurnosenko
17413c0864
feat(l10n): update Russian translation from Weblate 2017-03-19 13:35:31 +00:00
Pietro La Porta
c6ca151883
feat(l10n): update Italian translation from Weblate 2017-03-19 13:35:31 +00:00
Zetok Zalbavar
3f013331c6
docs(INSTALL): add missing Debian dependency qttools5-dev
Which provides needed `Qt5LinguistToolsConfig.cmake` for CMake.
2017-03-19 12:51:10 +00:00
sudden6
377908a6a5
Merge pull request #4258
DX37 (1):
      chore(build): don't ask for strmiids
2017-03-19 13:38:04 +01:00
sudden6
b195ff5a66
Merge pull request #4257
DX37 (1):
      fix: Fix incorrect headers order
2017-03-19 13:36:40 +01:00
DX37
0fc3911318 fix: Fix incorrect headers order
Because of incorrect order, qTox on Windows can't be compiled properly.

Fixes #4220
2017-03-18 19:36:50 +06:00
DX37
7c72f4e921 chore(build): don't ask for strmiids
Fixes bulding with cmake on Windows. strmiids is exists as a
libstrmiids.a static library, but cmake can't find it. Because of
useless of this search and successful building without it, I'm removed it.
2017-03-18 19:10:06 +06:00
Zetok Zalbavar
1d82f1fe89
Merge pull request #4255
ezavod (1):
      fix: emoji packs path in user manual
2017-03-17 08:58:09 +00:00
ezavod
a3e646182a fix: emoji packs path in user manual 2017-03-16 21:06:29 +01:00
Diadlo
2923697b5c
Merge pull request #4243
noavarice (2):
      test: added tests for all types of markdown symbols in URL
      fix: URL's are not affected by markdown
2017-03-12 23:32:24 +03:00
noavarice
18c3f3a217 fix: URL's are not affected by markdown
Fix #4242
Just running in a loop through all of markdown symbols in found URL's,
replacing them with their associated HTML character code before the code
formatting to avoid any chance of interception
2017-03-12 23:14:44 +03:00
noavarice
54ae5c006d test: added tests for all types of markdown symbols in URL 2017-03-12 23:14:44 +03:00
Zetok Zalbavar
bfd47733c2
fix(UI): actually load bundled Unicode font as soon as possible
Hopefully this fixes an issue with ugly fonts that started happening
some time ago for Windows & FreeBSD users.
2017-03-12 12:14:25 +00:00
Diadlo
d1ec8cc989
Merge pull request #4239
ezavod (1):
      fix: iterate all blocks
2017-03-12 14:53:46 +03:00
ezavod
7a5c5a86fd fix: iterate all blocks
refactor: block iteration loop

refactor: replaced checks with chop()
2017-03-12 11:20:14 +01:00
sudden6
4e548662d7
refactor(core): remove CString 2017-03-09 11:01:43 +01:00
sudden6
25c279c320
refactor(core): replace CString with ToxString 2017-03-09 11:01:43 +01:00
sudden6
1f0467bb1b
refactor(core): add new class for easy string conversion 2017-03-09 11:01:34 +01:00
sudden6
bf0e6817af
refactor: correct indentation in filetransferwidget.cpp 2017-03-08 17:49:37 +01:00
Diadlo
ec81b07bb3
refactor(friend): Remove obsolete code from Friend class 2017-03-08 15:18:40 +03:00
Diadlo
ea50eaaef7
fix(core): Ignore online connection status
Fix #4010.

qTox use status system, where offline is one of the status, but toxcore
use two different meaning: 'connection' and 'user status'. To correct
qTox status handling we should ignore online connection status.
2017-03-08 08:55:17 +03:00
sudden6
9c482455a8
Merge pull request #4236
noavarice (3):
      refactor: further improvement of message formatting
      test: added test on URL highlighting in text messages
      fix: fixed documentation mistake
2017-03-07 15:03:52 +01:00
noavarice
e8ed7e1f53 fix: fixed documentation mistake 2017-03-07 15:34:52 +03:00
noavarice
e9fb073753 test: added test on URL highlighting in text messages 2017-03-06 11:55:54 +03:00
noavarice
3e2bfdd548 refactor: further improvement of message formatting
Brief list of changes:
-  names of some variables and constants were replaced for reading
   convenience;
-  URL-highlighting method moved to TextFormatter so URL's don't
   conflict with italic text formatting;
-  as I understand, in previous version 'file://' URL does not work
   because of bad regex. I fix this with help of wiki page that
   referenced in comment for old code. Important note: there are two
   equal 'file://' URL syntax: 'file:///...' and 'file://localhost/...'
   and the second one does NOT work in KDE but works in Gnome so that's
   not a bug
Fix #4233
2017-03-06 11:55:54 +03:00
sudden6
aabf34ebad
refactor: remove unused file 2017-03-05 12:05:41 +01:00
sudden6
23b8b84bc9
Merge pull request #4232
DX37 (1):
      revert: "fix(icons): Removed unnecessary icon preparation."
2017-03-05 11:26:41 +01:00
sudden6
683fd3998f
Merge pull request #4230
Yuri (1):
      fix(db): Made RawDatabase::execLater executes statements asynchronously.
2017-03-04 00:01:30 +01:00
DX37
8174a4173d revert: "fix(icons): Removed unnecessary icon preparation."
This reverts commit fac0021a47.
2017-03-03 17:57:24 +07:00
Yuri
54fb9f73cc fix(db): Made RawDatabase::execLater executes statements asynchronously.
Currently RawDatabase::execLater sometimes executes dependent statements
synchronously.
Qt::QueuedConnection ensures they are really executed later.
2017-03-03 01:04:46 -08:00
Zetok Zalbavar
e65e45aafe
chore: add script for code formatting 2017-03-02 13:39:46 +00:00
sudden6
db2e2d7ab7
fix(qmake): add forgotten files to qTox.pro
fix #4212
2017-03-02 10:44:29 +01:00
sudden6
b14a35aa76
Merge pull request #4122
Jimi Huotari (1):
      feat(UI): Move filetransferwidget buttons side-by-side.
2017-03-02 10:42:54 +01:00
Jimi Huotari
9322f29ef4 feat(UI): Move filetransferwidget buttons side-by-side.
This aims to prevent accidental clicks on the incorrect button in
cases where the chatlog moves at the time of the click.

Closes #2597.
2017-03-01 23:44:49 +02:00
Zetok Zalbavar
ceae4eca35
test: disable compiling tests on OSX since compiling them fails there 2017-03-01 18:12:41 +00:00
sudden6
ffd7d0e93e
chore(font): update default font and add its license
Also add a warning message, if the font wasn't loaded.
2017-02-26 20:54:20 +01:00
Zetok Zalbavar
d812afe829
chore(i18n): update translation files for Weblate 2017-02-26 12:21:18 +00:00
Jonatan Nyberg
8eeee4526c
feat(l10n): update Swedish translation from Weblate 2017-02-26 12:21:18 +00:00
Α Ω
cebfe4a63b
feat(l10n): update Greek translation from Weblate 2017-02-26 12:21:17 +00:00
LNDDYL
423fb83c9f
feat(l10n): update Chinese (Taiwan) translation from Weblate 2017-02-26 12:21:17 +00:00
LNDDYL
fbe0de9bbb
feat(l10n): update Chinese (China) translation from Weblate 2017-02-26 12:21:17 +00:00
Rammix
c2b7d7a533
feat(l10n): update Russian translation from Weblate 2017-02-26 12:21:17 +00:00
Viktar Vauchkevich
f92bbbb9dd
feat(l10n): update Belarusian translation from Weblate 2017-02-26 12:21:17 +00:00
Moo
77ee1787b1
feat(l10n): update Lithuanian translation from Weblate 2017-02-26 12:21:17 +00:00