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

5134 Commits

Author SHA1 Message Date
Diadlo
fde9ad5356
fix(i18n): Removed extra tag from translation 2016-09-11 00:06:06 +03:00
Diadlo
4d8e704c30
Merge pull request #3691
Diadlo (1):
      fix(settings): Fixed group to load makeToxPortable setting
2016-09-10 23:43:51 +03:00
Viktar Vauchkevich
0842b50b76
feat(l10n): update Belarusian translation from Weblate 2016-09-10 15:36:06 +01:00
Kaur Männamaa
d8a525acb3
feat(l10n): update Estonian translation from Weblate 2016-09-10 15:35:14 +01:00
Peter Jespersen
ab3123187d
feat(l10n): update Danish translation from Weblate 2016-09-10 15:34:12 +01:00
Zetok Zalbavar
7a98ea337b
docs(manual): add section about contact details with explanation for PK
Lots of people are confused by not being able to add contact with just
their PK.
2016-09-07 02:59:10 +01:00
Diadlo
191fc15b9f
Merge pull request #3687
Vincas Dargis (1):
      fix(widget): do not block logout on Linux desktop environments
2016-09-06 16:12:16 +03:00
Diadlo
a3c201d3b2
fix(settings): Fixed group to load makeToxPortable setting
Fixed #3681.
2016-09-06 15:15:28 +03:00
qTox translations
c6a52b1f50
chore(i18n): update translation files for weblate 2016-09-05 21:05:40 +01:00
Christophe CHAUVET
f5371032a4
feat(l10n): update French translation from Weblate 2016-09-05 21:05:40 +01:00
Moo
25e86e5464
feat(l10n): update Lithuanian translation from Weblate 2016-09-05 21:05:40 +01:00
Anton Batenev
0865217d46
feat(l10n): update Russian translation from Weblate 2016-09-05 21:05:40 +01:00
Ali
7d704e8dc8
feat(l10n): update Arabic translation from Weblate 2016-09-05 21:05:40 +01:00
Ole Solbakken
548df20497
feat(l10n): update Norwegian (old code) translation from Weblate 2016-09-05 21:05:40 +01:00
Kaur Männamaa
f6aa3085ef
feat(l10n): update Estonian translation from Weblate 2016-09-05 21:05:40 +01:00
sudden6
894b47ad77
Merge pull request #3635
iphydf (1):
      chore: Make the windows code compatible with TCHAR.
2016-09-05 22:00:37 +02:00
iphydf
e20dffab07
chore: Make the windows code compatible with TCHAR.
This adds support for multi-byte builds. Users building qTox in
multi-byte instead of unicode mode would otherwise get compiler errors.
This is one step in the direction of making qTox a library with the UI
being just one application of it: it gives library users a choice of how
they build it.
2016-09-05 20:07:17 +01:00
Vincas Dargis
7ee883bcc7 fix(widget): do not block logout on Linux desktop environments
Change closeEvent() to hideEvent() for handling main window closing.
Close event is no longer ignored, which prevented logging out from
various Linux desktop environments.

Closes #1485
2016-09-04 22:15:10 +03:00
Zetok Zalbavar
e92ce42908
Merge pull request #3683
Vincas Dargis (1):
      fix(build): enable backports repository for Debian Jessie
2016-09-04 19:22:15 +01:00
Zetok Zalbavar
f41dbf5324
chore: add a TODO with removal date for deprecated historykeeper
Closes #3654
2016-09-04 19:03:16 +01:00
Vincas Dargis
fb5639b292 fix(build): enable backports repository for Debian Jessie
Enable jessie-backports repository for libsqlcipher-dev package
in Debian Jessie by creating qtox-backports.list file if
repository is not enabled yet.

Closes #3679
2016-09-04 18:32:29 +03:00
Diadlo
76c4cf7d39
Merge pull request #3648
Diadlo (1):
      refactor(toxdns): Removed using of toxdns
2016-09-01 23:43:46 +03:00
Nils Fenner
b7d12222ae
Merge pull request #3668
Diadlo (1):
      fix: Fixed crash on profile import
2016-08-31 11:51:25 +02:00
Diadlo
a130a60e9a
fix: Fixed crash on profile import
Fixed #3660. Removed using of GUI class in Profile Importer. Because, it
cannot be used before Nexus instance will be created. As result, it
provide crash in some cases.
2016-08-31 11:47:30 +03:00
Diadlo
4a5f89bb98
feat(reconnect): Made Reconnect button wider
After #3457 `Reconnect` button was moved on `Advanced` tab. It can be
harder to find it (#3662). So it made wider.
2016-08-28 03:32:53 +03:00
Diadlo
fcfac15c78
Merge pull request #3656
Diadlo (1):
      fix(settingsform): Fix layout spacing
2016-08-26 23:03:46 +03:00
Zetok Zalbavar
557ad33614
Merge pull request #3491
Nils Fenner (1):
      docs(CONTRIBUTING): rewrite "HowTo contribute" section
2016-08-26 15:33:57 +01:00
Nils Fenner
2a984c16f1 docs(CONTRIBUTING): rewrite "HowTo contribute" section 2016-08-26 16:14:05 +02:00
Diadlo
f197523155
fix(settingsform): Fix layout spacing 2016-08-26 16:30:22 +03:00
Diadlo
656dd72396
Merge pull request #3457
Diadlo (12):
      feat(settings): Extracted user interface settings on new tab
      feat(settings): Added reset settings button
      feat(settings): Deleted settings header
      feat(settings): Added privacy block
      feat(settings): Moved proxy to personal settings
      refactor(proxy): Changed port type on unsigned int.
      refactor(settings): Changed manual connects to auto-connections
      refactor: Remove html tags from 'IMPORTANT NOTE'
      fix(settings): Added loader for old settings
      refactor: Remove html tags from author block
      docs(settingsform): Added docs to settings forms
      refactor: Fixed typo
2016-08-26 16:13:51 +03:00
Diadlo
8da695e748
refactor(toxdns): Removed using of toxdns
BREAKING CHANGE: Remove ability of ToxDNS lookup.
2016-08-26 14:14:13 +03:00
Diadlo
fad6cb8e86
refactor: Fixed typo 2016-08-26 13:53:58 +03:00
Diadlo
b6f14a658f
docs(settingsform): Added docs to settings forms 2016-08-26 13:51:27 +03:00
Diadlo
db758e29c5
refactor: Remove html tags from author block 2016-08-26 13:20:12 +03:00
Diadlo
740d91b61a
fix(settings): Added loader for old settings 2016-08-26 13:20:12 +03:00
Diadlo
61f81b824d
refactor: Remove html tags from 'IMPORTANT NOTE' 2016-08-26 13:20:12 +03:00
Diadlo
f0402bb3d3
refactor(settings): Changed manual connects to auto-connections 2016-08-26 13:20:12 +03:00
Diadlo
f0e26e0f48
refactor(proxy): Changed port type on unsigned int. 2016-08-26 13:11:57 +03:00
Diadlo
4dfe3ec226
feat(settings): Moved proxy to personal settings
Fix #2465
2016-08-26 13:11:57 +03:00
Diadlo
9499bdd458
feat(settings): Added privacy block 2016-08-26 13:11:57 +03:00
Diadlo
a1041ed11a
feat(settings): Deleted settings header 2016-08-26 13:11:57 +03:00
Diadlo
9c9f1c11d1
feat(settings): Added reset settings button 2016-08-26 13:11:56 +03:00
Diadlo
fb4aa4c8f6
feat(settings): Extracted user interface settings on new tab 2016-08-26 13:10:57 +03:00
Diadlo
a963bcf9b8
Merge pull request #3556
Diadlo (5):
      fix(videomode): Added ability to store negative coordinates
      fix(avform): Added shift screen region
      feat(avform): Added automatic screen rescan
      feat(avform): Made warning and debug info more useful
      refactor(avform): Changed combobox index checks on asserts
2016-08-26 12:12:53 +03:00
Diadlo
f16aae479a
Merge pull request #3634
Zetok Zalbavar (1):
      chore(travis): ignore apt failing to fetch GPG keys
2016-08-25 23:55:23 +03:00
Diadlo
ef70b20a2b
refactor(avform): Changed combobox index checks on asserts 2016-08-25 22:48:23 +03:00
Diadlo
9478377868
feat(avform): Made warning and debug info more useful 2016-08-25 13:13:09 +03:00
Diadlo
08229735b2
feat(avform): Added automatic screen rescan 2016-08-24 22:35:31 +03:00
Diadlo
eaccbf3da9
fix(avform): Added shift screen region
Fix #3552.
2016-08-24 22:35:31 +03:00
Diadlo
26a27cf3f8
fix(videomode): Added ability to store negative coordinates 2016-08-24 22:35:31 +03:00