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

5545 Commits

Author SHA1 Message Date
ww Draw
d570c2b3cd
feat(l10n): update Pirate translation from Weblate 2017-02-05 07:11:40 +00:00
Moo
c6fa538ee5
feat(l10n): update Lithuanian translation from Weblate 2017-02-05 07:11:28 +00:00
Kristjan Räts
3d639e007c
feat(l10n): update Estonian translation from Weblate 2017-02-05 07:10:51 +00:00
ati3
4278d16554
feat(l10n): update Slovak translation from Weblate 2017-02-05 07:10:34 +00:00
Jonatan Nyberg
bd9650862f
feat(l10n): update Swedish translation from Weblate 2017-02-05 07:10:02 +00:00
Marek Suchánek
b7ec90167e
feat(l10n): update Czech translation from Weblate 2017-02-05 07:09:45 +00:00
Raphaël Bentégeac
d82f0670e3
feat(l10n): update French translation from Weblate
Gain has been imported in french, there is no traduction
2017-02-05 07:09:14 +00:00
Jonas del Campo
cd2b1b1ae6
feat(l10n): update French translation from Weblate 2017-02-05 07:08:58 +00:00
Apricot
edab0fe3fd
feat(l10n): update French translation from Weblate 2017-02-05 07:08:19 +00:00
paksong
c8660c8b80
feat(l10n): update Korean translation from Weblate 2017-02-05 07:06:49 +00:00
Maxim Kurnosenko
ce69f2b997
feat(l10n): update Russian translation from Weblate
Fixed
2017-02-05 07:05:37 +00:00
shinodem
5e04b72afd
feat(l10n): update Russian translation from Weblate 2017-02-05 07:04:24 +00:00
cnzhx
65f29811e3
feat(l10n): update Chinese (China) translation from Weblate 2017-02-05 07:03:32 +00:00
Viktar Vauchkevich
1494fbe4e1
feat(l10n): update Belarusian translation from Weblate 2017-02-05 07:02:39 +00:00
sudden6
5a04359901
Merge pull request #4124
Yuri (1):
      fix(font): Fixed the editbox font reset problem
2017-02-04 22:51:07 +01:00
Yuri
c84837d662 fix(font): Fixed the editbox font reset problem
Steps to reproduce:
* Select some obviously larger font
* Restart qTox
* Type something (you will see it with the correct font)
* Erase it completely
* Type something again
* Observe the current font now is small (back to the default)

This is a bug in Qt having to do with manipulation with both the css style and QFont of QTextEdit control at the same time.
The solution is to convert QFont to CSS style and apply it this way.
2017-02-04 09:56:31 -08:00
sudden6
c4dad06789
Merge pull request #4127
Vort (1):
      fix(icon): add more size versions to qtox.ico
2017-02-04 15:58:06 +01:00
Vort
ec95d7f571 fix(icon): add more size versions to qtox.ico 2017-02-04 14:57:41 +02:00
Diadlo
40ddd1c088
Merge pull request #4115
noavarice (1):
      fix: Now cannot send party invite to a friend which has "Offline" status
2017-02-04 10:42:34 +03:00
noavarice
034c507cc4 fix: Now cannot send party invite to a friend which has "Offline" status
Fix #4018
2017-02-03 23:24:06 +03:00
Zetok Zalbavar
6a291a0eba
Merge pull request #4116
Vort (1):
      fix(icon): correct the shape of the logo
2017-02-03 04:04:30 +00:00
Vort
f258cf20e2 fix(icon): correct the shape of the logo
Fixes #4114
2017-02-02 08:06:24 +02:00
sudden6
5c5dce4d33
refactor(core): use factory methods for ToxEncrypt 2017-01-29 13:48:48 +01:00
sudden6
d07d0cfbf0
refactor(core): Introduce new class ToxEncrypt to interface with toxencryptsave 2017-01-29 13:48:43 +01:00
Diadlo
f054210a03
chore(cmake): Add icons, desktop, appdata installation
Fix #4100
2017-01-29 14:10:17 +03:00
Diadlo
30e8a69d11
chore(osx): Added macos instalation script
Implementation by @iphydf
Fix #3747.
2017-01-29 10:07:15 +03:00
Diadlo
f0467abc34
fix(osx): Remove useless '#ifdef Q_OS_MAC' 2017-01-28 22:11:42 +00:00
Zetok Zalbavar
657d1a84d1
chore(build): correct switch to cmake 2017-01-28 22:11:42 +00:00
Diadlo
5694f97d58
chore: Update build scripts
Migration from qmake on cmake
2017-01-28 22:11:42 +00:00
Diadlo
0fbac6862f
chore(INSTALL): Update installation instructions 2017-01-28 22:11:42 +00:00
Diadlo
320099faf8
fix(chatform): Add ability to cancel call
Fix #4016.
2017-01-29 00:37:31 +03:00
sudden6
dd8ae8109e
Merge pull request #4094
Diadlo (5):
      feat(chatform): Changed mic and vol buttons
      fix(chatform): Fixed buttons
      refactor: Small Generic chat form refactoring
      refactor(buttons): Mic and vol buttons now are QToolButton
      refactor(chatform): Small ChatForm refactoring.

Zetok Zalbavar (1):
      refactor: adjust to changes in Friend and ToxPk classes
2017-01-28 22:29:50 +01:00
sudden6
f43587f16a
Merge pull request #4090
Diadlo (1):
      fix: Add workaround for FreeBSD and ICU
2017-01-28 22:18:56 +01:00
Zetok Zalbavar
7168d2b858
refactor: adjust to changes in Friend and ToxPk classes
With this it compiles.
2017-01-27 00:59:29 +00:00
Diadlo
3307fcd96f
refactor(chatform): Small ChatForm refactoring. 2017-01-27 00:25:37 +00:00
Diadlo
2aed859bdb
refactor(buttons): Mic and vol buttons now are QToolButton 2017-01-27 00:25:37 +00:00
Diadlo
ece4d9e446
refactor: Small Generic chat form refactoring 2017-01-27 00:23:17 +00:00
Diadlo
aff0c6f3a5
fix(chatform): Fixed buttons 2017-01-27 00:20:01 +00:00
Diadlo
5381d55e94
feat(chatform): Changed mic and vol buttons 2017-01-27 00:20:01 +00:00
Zetok Zalbavar
fd3b7f9450
docs(MAINTAINING): add info about pull request "expiration date"
Also removed obsolete info regarding PRs.
2017-01-24 22:11:39 +00:00
Diadlo
22d3aa11de
fix: Add workaround for FreeBSD and ICU
This patch fix problem with ICU on FreeBSD
Implementation by @VVD
2017-01-24 23:30:08 +03:00
sudden6
a5d2c573dd
fix(addfriend): create ToxId from QString before emitting the signal
fix #4086
2017-01-21 11:57:33 +01:00
Zetok Zalbavar
1df9f5726d
fix(l10n): rename zh translation to zh_CN
Closes #4080.
2017-01-17 20:13:16 +00:00
Viktar Vauchkevich
f938fef233
feat(l10n): update Belarusian translation from Weblate 2017-01-17 20:13:16 +00:00
Moo
7fab1632d5
feat(l10n): update Lithuanian translation from Weblate 2017-01-17 20:13:16 +00:00
Maxim Kurnosenko
8bcaa221c8
feat(l10n): update Russian translation from Weblate 2017-01-17 20:13:16 +00:00
cnzhx
cf6e83baf1
feat(l10n): update Chinese translation from Weblate 2017-01-17 20:13:07 +00:00
sudden6
5d4609bd0e
fix(jenkins): preserve the correct linking order
fix #4079
2017-01-17 19:21:58 +01:00
sudden6
482757e6a2
fix(build): add an option to compile with autotools toxcore on Windows 2017-01-16 20:42:37 +01:00
Zetok Zalbavar
1fc412df72
feat(UI): remove unnecessary spacings on the Profile page
Moved "header" under the scrollbar.

Renamed `Profile` and `User Profile` to `My profile`.

There is a regression with profile page header title no longer being
bold; according it Qt Creator it should be bold. No idea how to fix
that.

Thanks to @Diadlo for the code removing unnecessary header.
2017-01-15 15:26:20 +00:00