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

5125 Commits

Author SHA1 Message Date
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
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
sudden6
b4da76862a
Merge pull request #3633
iphydf (1):
      chore: Improve diagnostics when toxcore failed to initialise.
2016-08-24 08:40:36 +02:00
iphydf
9795ec2e1c
chore: Improve diagnostics when toxcore failed to initialise.
This shows error codes in case of unknown errors, and handles malloc error
explicitly.
2016-08-23 22:40:29 +01:00
initramfs
e3c6f3eced
Merge pull request #3642
Zetok Zalbavar (1):
      fix: hide option to `Load automatically` for encrypted profiles
2016-08-24 05:19:15 +08:00
Zetok Zalbavar
b5efc2bb71
fix: hide option to Load automatically for encrypted profiles
There have been numerous issues about it from confused users,
e.g. #2698, #2870, #3638. Clearly tooltip alone is not enough.

Could have been done long time ago in #2818, if not for naive belief
that tooltip will suffice.
2016-08-20 19:08:57 +01:00
initramfs
54350fd24f
chore(aboutform): update license year to include 2016 2016-08-20 15:52:43 +08:00
sudden6
02083803d4
Merge pull request #3577
Diadlo (10):
      docs(chatlog): Added leading stars
      docs(persistence): Added leading stars
      docs(net): Added leading stars
      docs(audio, video): Added leading stars
      docs(core): Added leading stars
      docs: Replaced simple on doxygen tag
      docs(CONTRIBUTING): Changed docs format
      docs(doxygen): Added graphs in documentation
      docs(todo): Changed todo format
      docs: Removed comments which will not be in api doc
2016-08-19 08:41:02 +02:00
Diadlo
60aea2c2b4
docs: Removed comments which will not be in api doc 2016-08-19 00:20:24 +03:00
Diadlo
72780e6c7a
docs(todo): Changed todo format 2016-08-19 00:20:24 +03:00
Diadlo
4bf4750975
docs(doxygen): Added graphs in documentation 2016-08-19 00:20:23 +03:00