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

5144 Commits

Author SHA1 Message Date
Zetok Zalbavar
025cdc8bfb
Merge pull request #3715
sudden6 (1):
      chore: update list of bootstrap nodes
2016-09-13 21:38:44 +01:00
sudden6
fcf1d29743
chore: update list of bootstrap nodes 2016-09-13 20:07:15 +02:00
sudden6
077a844461
Merge pull request #3702
Vincas Dargis (1):
      fix(widget): do not block logout on Linux desktop environments v2
2016-09-12 12:56:25 +02:00
sudden6
c3800b937e
Merge pull request #3686
iphydf (1):
      chore: Shorten source file names in log messages.
2016-09-12 12:51:36 +02:00
sudden6
1ed2e5c95a
Merge pull request #3703
Diadlo (4):
      fix(i18n): Removed extra tag from translation
      refactor(about): Removed HTML tags from translation
      refactor(profileform): Removed HTML tags from translation
      refactor: Removed HTML tags from translation
2016-09-12 12:48:58 +02:00
Diadlo
da9366c70d
refactor: Removed HTML tags from translation
Fixed #2985.
2016-09-11 13:21:04 +03:00
Diadlo
a7ddf5ef56
refactor(profileform): Removed HTML tags from translation 2016-09-11 00:06:14 +03:00
Diadlo
2d63e441d4
refactor(about): Removed HTML tags from translation 2016-09-11 00:06:14 +03:00
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
Vincas Dargis
6b00779dde fix(widget): do not block logout on Linux desktop environments v2
Revert commit 191fc15b9f to use closeEvent()
but without QEvent::ignore() which blocked logout on various Linux desktops,
and without redundant hide(). Previous fix with hideEvent() produced
regressions because hide() is used in various places, which produced closing
behavior.

Since qApp->setQuitOnLastWindowClosed(false) is used, and
Qt::WA_DeleteOnClose is *NOT* used, default closeEvent() handling is enough
for implementing close-to-systray feature.

Improves fix for #1485 and closes #3699
2016-09-10 17:39:50 +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
iphydf
153ebb339d
chore: Shorten source file names in log messages.
In cmake builds, `__FILE__` is the absolute file path. In qmake, it's a
relative path. For in-tree qmake builds, it would be `"src/..."`, for
out of tree, it could be `"../src/..."` or `"../qTox/src/..."` or any
other relative path depending on how qTox was built. This change
normalises them to paths based in src.
2016-09-04 18:29:30 +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