Zetok Zalbavar
355cd453e3
Merge pull request #3717
...
Diadlo (2):
fix(text): Change idealSize calculation
refactor(text): Add early break
2016-09-23 21:47:56 +01:00
bitok
2c03257700
refactor: fixes of static analyze warnings
...
There is many static analyze warnings for qTox. Fixed most dangerous and several simple.
2016-09-23 14:47:53 +01:00
iphydf
d94712b2e2
refactor: Avoid RTTI by using qobject_cast.
...
This allows us to save some memory and executable size by removing the
need to generate and compile C++ RTTI.
2016-09-23 03:14:58 +01:00
Diadlo
4ecbf616dc
refactor(rawdatabase): Added license text
2016-09-21 23:29:46 +03:00
Diadlo
6c9f77530e
refactor(rawdatabase): Small style refactor
2016-09-21 23:29:46 +03:00
Diadlo
85ee69f008
fix(rawdatabase): Added anonymizing SQL query in logs
...
Fixed #3399 .
2016-09-21 23:29:46 +03:00
Diadlo
c3bf4b7085
refactor(text): Add early break
2016-09-21 14:13:38 +03:00
Diadlo
c8512fa984
fix(text): Change idealSize calculation
...
Ideal size of doc can not be used because in the case of using it for
boundingRect (which uses 0,0 as the upper-left corner) leads to the
clipping right side of RTL languages.
Fixed #1887 .
2016-09-21 14:08:28 +03:00
Zetok Zalbavar
dc10309a82
chore: update docs & scripts for getting translations from Weblate
...
Removed not used script.
2016-09-19 19:00:04 +01:00
Zetok Zalbavar
3824a47e6f
Merge pull request #3725
...
Vincas Dargis (1):
docs(INSTLALL.md): add hint about problematic paths in Windows
2016-09-18 18:22:36 +01:00
Vincas Dargis
e0daa7b241
docs(INSTLALL.md): add hint about problematic paths in Windows
...
windows/bootstrap.sh may fail if PATH variable in Windows gives
access to alternative sh, bash, and other non-MSYS alternatives, as
in case of C:\Program Files\OpenSSH\bin
2016-09-18 16:41:57 +03:00
Zetok Zalbavar
7fc98a9ea7
feat(l10n): update Polish translation
2016-09-17 20:28:55 +01:00
Diadlo
601c53e516
Merge pull request #3714
...
PKEv (1):
fix(settings): correct empty listbox audio device
2016-09-17 22:22:18 +03:00
Anton Batenev
628cfd2322
feat(l10n): update Russian translation from Weblate
2016-09-17 18:40:55 +01:00
PKEv
84a9570039
fix(settings): correct empty listbox audio device
...
fix incorrect checking index
fix #3709
2016-09-16 09:49:01 +03:00
Diadlo
212ab1d416
Merge pull request #3713
...
PKEv (1):
fix(settings): correct default value of dateformat
2016-09-15 22:51:00 +03:00
Diadlo
5a133b3962
Merge pull request #3711
...
Diadlo (1):
fix(settings): Use old settings instead of default values
2016-09-15 21:37:30 +03:00
Zetok Zalbavar
69a5b1f916
docs(user manual): add a section for contacts' r-click menu & update
...
Update consists mostly of just moving things around and adding missing
section titles.
Added remark about `Play sound while Busy` in General tab.
Changed highlight style of ~settings from italics to bold.
Removed obsolete remark about filter audio in A/V tab.
Settings rethink PR: #3457
2016-09-15 15:45:21 +01:00
sudden6
3ca76ca511
chore: add IPv6 nodes and sort the list by maintainer name
2016-09-15 08:15:04 +02:00
PKEv
5c901d0ea5
fix(l10n): correct ru translation
2016-09-15 00:16:30 +03:00
Anton Batenev
fb418c6483
feat(l10n): update Russian translation from weblate
2016-09-15 00:06:32 +03:00
Diadlo
6f0431ae50
fix(settings): Use old settings instead of default values
...
Using rollback instead of default values will save old settings
Fixed #3706 .
2016-09-14 00:54:01 +03:00
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
PKEv
e794acbccc
fix(settings): correct default value of dateformat
...
incorrect values of a default date format field remains empty in form
fix #3707
2016-09-13 14:35:47 +03: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