Tiger tiger
e5f1cdcbc4
feat(l10n): update German translation from Weblate
9 years ago
Lari Oesch
48ebc821d8
feat(l10n): update Finnish translation from Weblate
9 years ago
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.
9 years ago
Zetok Zalbavar
26e372dc54
chore: bump copyright date in About settings tab to 2017
9 years ago
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
9 years ago
Zetok Zalbavar
c4fb84e83e
Merge pull request #4069
...
lopachecoc (1):
fix(build): fix ASLR and DEP protection for windows builds
9 years ago
lopachecoc
ce0590d2d0
fix(build): fix ASLR and DEP protection for windows builds
9 years ago
Zetok Zalbavar
311edce6fc
Merge pull request #4067
...
lopachecoc (1):
chore(build): improve hardening flags
9 years ago
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".
9 years ago
Diadlo
52642578a0
fix: Remove old ChatForm code from Widget
...
Remove double status messages
9 years ago
Zetok Zalbavar
3b56a6ec2a
chore(tools): remove from qTox repo tools for creating updates
...
They were moved into a separate repo.
9 years ago
Zetok Zalbavar
c584685db3
docs(INSTALL): fix table formatting
...
Broken in c726038198
9 years ago
Diadlo
a4537549c0
fix(cmake): Add search for toxcore or libtoxcore
9 years ago
Diadlo
fddda5de61
fix(cmake): Fix smileys resource adding
9 years ago
Diadlo
3f926fa602
chore(resource): Translation resources separated
9 years ago
Diadlo
c676c30d94
style: Fixed translations order
9 years ago
Diadlo
7f80416c89
chore(cmake): Small fixes
9 years ago
Diadlo
1efca679e1
chore(cmake): Added logic to the QTOX_PLATFORM_EXT flag
9 years ago
Diadlo
d5870d8079
chore(cmake): Added optional dependencies
9 years ago
Diadlo
ba872e02af
chore(cmake): Added git definitions
9 years ago
iphydf
b3bfd46e2d
chore(cmake): Add CMake build rules.
9 years ago
Zetok Zalbavar
5928413b28
chore(build): enable ASLR and DEP protection for windows builds
...
Fixes #3452 .
9 years ago
Diadlo
fcd8eed7cd
style: Fix style of a lot of pointers
9 years ago
Diadlo
7d1564e586
refactor: Remove using getFriendWidget from FriendWidget
9 years ago
Diadlo
4d806a3661
refactor: Remove using getFriendWidget from FriendListWidget
9 years ago
sudden6
6b51381980
fix(icons): install icons for linux
...
fix #4052
9 years ago
Zetok Zalbavar
343989d575
chore(tools): add a script for creating and signing release tarballs
...
`lzip` is used for its great compression (better even than `xz`) and
properties that make it a viable format for long-term archiving (feature
that `xz` is missing).
http://www.nongnu.org/lzip/xz_inadequate.html
Also add some docs regarding release process.
Re: #3912 , #4045
9 years ago
sudden6
0e4cff884d
fix(avatar): wrong conversion of own ToxId
...
e07d8d358f
broke the loading of the own
avatar
fix #4048
9 years ago
Diadlo
d223d916c8
refactor: Connect all chatroomWidget clicks to friend list clicks
...
Remove using getGroupWidget, getFriendWidget and getChatForm from
ContentDialog.
9 years ago
Diadlo
29bb319025
refactor(friend): Small refactoring
...
Method renamed to be same with `Group` i.e. `getGroupId`, changed Friend
eventFlag type on bool
9 years ago
sudden6
6bad4ad3ba
chore(style): add coding style file for Qt Creator
9 years ago
Zetok Zalbavar
03fe946c2a
docs(README): list GPG fingerprints of qTox maintainers & packagers
...
Re: #4045 #3912
9 years ago
Diadlo
328d0b6ddf
fix(nexus): Add qRegisterMetaType call for ToxPk
...
Fixed warning message: QObject::connect: Cannot queue arguments of type
'ToxPk' (Make sure 'ToxPk' is registered using qRegisterMetaType().)
9 years ago
sudden6
e07d8d358f
feat(toxid): reduce passing Tox IDs around
...
reasons:
- most of the time we don't even know the Tox ID but only the Public Key
- use well defined objects instead of strings that could be anything
9 years ago
sudden6
2f4e8dc3e8
refactor(toxpk): add class representing a Tox Public Key
9 years ago
Zetok Zalbavar
b5af649190
chore(tools): replace unsafe signing C++ code with Rust
9 years ago
Zetok Zalbavar
f041522257
docs(INSTALL): add back instructions for compiling FFmpeg for Debian 8
...
Apparently Debian broke something, and now FFmpeg provided from
backports is no longer detected by pkg-config, making qmake/compilation
fail.
Added `yasm` package to Debian deps for ffmpeg.
This partially reverts commit a48b424f11
.
9 years ago
tux3
bffb173e94
Merge pull request #4038
...
tux3 (1):
fix: Further Windows Jenkins link errors
9 years ago
tux3
b693492702
fix: Further Windows Jenkins link errors
9 years ago
tux3
123785cf52
Merge pull request #4037
...
tux3 (1):
fix: Jenkins Windows builds
9 years ago
tux3
debb6e9cc8
fix: Jenkins Windows builds
9 years ago
Zetok Zalbavar
e96190459b
docs(INSTALL): correct instruction for toxcore tag checkout
...
Re #4030 .
9 years ago
sudden6
0b2f22d521
refactor(toxid): improve checks for valid ToxIDs
9 years ago
sudden6
a223510cf7
fix(toxid): Tox ID construction from ToxMe
9 years ago
Zetok Zalbavar
541bc0e174
refactor(core): simplify code for tox interval during file transfer
...
Also some style changes.
9 years ago
Zetok Zalbavar
dccef4d49f
fix(UI): fix own status message not being properly displayed in tooltip
...
This causes a slight regression where own status can become quite huge
when user sets e.g. 120 newlines between first and last character of the
status message.
Given that this fixes a problem with incorrect (broken) formatting of
display of own status messages, the slight regression is insignificant.
There is also a Qt bug involved that causes formatting to be broken if
text contains "HTML" tags.
https://bugreports.qt.io/browse/QTBUG-57477
Used workaround requires using additional HTML to preserve newlines even
if HTML is a part of the status message.
Related to #935 .
9 years ago
Zetok Zalbavar
335b408278
chore(tools): make deweblate script work with long commit messages
...
Previously it would fail to work if commit message wasn't limited to a
single line.
9 years ago
Zetok Zalbavar
a444ee1fc2
chore(travis): properly deploy a branch for jenkins
...
Probably works.
Apparently directly pushing tag results in a new tag.
9 years ago
Zetok Zalbavar
d4ac13dbf4
revert: "refactor: Added to include path and exclude it from all includes"
...
Revert needed, since otherwise there is no way to do automatic sorting
of includes.
Also reverted change to the docs, as leaving it would make incorrect
docs.
In case of conflicts, includes were sorted according to the coding
standards from #3839 .
This reverts commit b4a9f04f92
.
This reverts commit 5921122960
.
9 years ago
Zetok Zalbavar
4972ac1d53
fix: fix warning about missing (removed) `cdata.h`
...
Missed in 152c134a4b
.
9 years ago