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

5519 Commits

Author SHA1 Message Date
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
sudden6
eb2af79b88
chore(travis): make ccache for OSX work on Travis 2017-01-15 13:07:28 +01:00
Zetok Zalbavar
f15888bad1
chore(i18n): update translation files for Weblate 2017-01-12 15:33:02 +00:00
Jonas del Campo
09727af00b
feat(l10n): update Spanish translation from Weblate 2017-01-12 15:33:02 +00:00
Maxim Kurnosenko
8c868e2cf5
feat(l10n): update Russian translation from Weblate
Fixed incorrect translate
2017-01-12 15:33:02 +00:00
ati3
3f0ee63e02
feat(l10n): update Slovak translation from Weblate 2017-01-12 15:33:02 +00:00
ati3
9676e8c97a
feat(l10n): update Czech translation from Weblate 2017-01-12 15:33:02 +00:00
ati3
2971533578
feat(l10n): update Hungarian translation from Weblate 2017-01-12 15:33:01 +00:00
Jonas del Campo
275fdc6aa0
feat(l10n): update French translation from Weblate 2017-01-12 15:33:01 +00:00
Raphaël Bentégeac
c990dfd7cf
feat(l10n): update French translation from Weblate 2017-01-12 15:33:01 +00:00
Tiger tiger
2c8c5c5259
feat(l10n): update German translation from Weblate 2017-01-12 15:33:01 +00:00
Nico Hinterthaner
ac7352db05
feat(l10n): update German translation from Weblate 2017-01-12 15:33:01 +00:00
sudden6
6a492ea427
feat(l10n): update German translation from Weblate 2017-01-12 15:33:01 +00:00
Tiger tiger
e5f1cdcbc4
feat(l10n): update German translation from Weblate 2017-01-12 15:33:01 +00:00
Lari Oesch
48ebc821d8
feat(l10n): update Finnish translation from Weblate 2017-01-12 15:32:53 +00:00
Zetok Zalbavar
7c7123682a
chore(travis): make travis cache ccache and use it for all compiling
osx builds fail with ccache, so they don't use it.
2017-01-12 12:19:18 +00:00
Zetok Zalbavar
26e372dc54
chore: bump copyright date in About settings tab to 2017 2017-01-11 20:54:53 +00:00
Zetok Zalbavar
a143cf3e9e
chore(build): make cmake use ccache when it's available
Found in
https://stackoverflow.com/questions/1815688/how-to-use-ccache-with-cmake
2017-01-11 16:23:51 +00:00
Zetok Zalbavar
c4fb84e83e
Merge pull request #4069
lopachecoc (1):
      fix(build): fix ASLR and DEP protection for windows builds
2017-01-11 16:21:58 +00:00
lopachecoc
ce0590d2d0 fix(build): fix ASLR and DEP protection for windows builds 2017-01-11 10:44:14 +00:00
Zetok Zalbavar
311edce6fc
Merge pull request #4067
lopachecoc (1):
      chore(build): improve hardening flags
2017-01-10 16:35:15 +00:00
lopachecoc
286e67ddd2 chore(build): improve hardening flags
Using "-fstack-protector-all" makes "--param ssp-buffer-size=1" pointless.

For ASLR "-pie -fPIE" is needed instead of just "-fPIE".
2017-01-10 13:41:23 +00:00
Diadlo
52642578a0
fix: Remove old ChatForm code from Widget
Remove double status messages
2017-01-10 00:54:25 +03:00
Zetok Zalbavar
3b56a6ec2a
chore(tools): remove from qTox repo tools for creating updates
They were moved into a separate repo.
2017-01-08 14:44:33 +00:00
Zetok Zalbavar
c584685db3
docs(INSTALL): fix table formatting
Broken in c726038198
2017-01-08 14:03:57 +00:00
Diadlo
a4537549c0
fix(cmake): Add search for toxcore or libtoxcore 2017-01-08 14:46:39 +03:00
Diadlo
fddda5de61
fix(cmake): Fix smileys resource adding 2017-01-08 14:46:39 +03:00