Anthony Bilinski
728621f627
chore(deps): update c-toxcore to v0.2.12
5 years ago
Anthony Bilinski
9888bc2d80
fix(build): disable Werror by default, keep enabled on CI
...
To allow for easier building with different compilers on user systems. Keep
strict checks on CI to make sure new warnings aren't ignored.
5 years ago
Anthony Bilinski
bd339d2cb6
chore(build): stop using removed cmake options
...
Options were removed in https://github.com/qTox/qTox/pull/5888
5 years ago
sudden6
a4ac178bbd
chore(deps): update c-toxcore to v0.2.11
5 years ago
sudden6
4c79973df5
chore: update libsodium for CI builds
5 years ago
sudden6
7c59ffb24b
chore(deps): update c-toxcore to v0.2.11
5 years ago
sudden6
d77c41814f
chore: update libsodium for CI builds
5 years ago
Anthony Bilinski
16de5f8549
chore(ci): update travis to ubuntu 16.04, since 14.04 is EOL
...
Ubuntu has Qt 5.5.1 in its repos, so PPA is no longer required.
6 years ago
jenli669
04a9bc46f4
docs(copyright): update and add copyright info
...
zealously updates and adds qTox copyright information.
Fixes #5713
6 years ago
Anthony Bilinski
86f0c3a54c
chore(build): update toxcore to v0.2.10
6 years ago
Anthony Bilinski
23da95a983
chore(build): update toxcore to v0.2.9
7 years ago
Anthony Bilinski
6c9d7b59c1
feat(ui): add update notification enabled with -DUPDATE_CHECK
...
Fix #5335
7 years ago
Anthony Bilinski
a14595b4f1
chore(release): update toxcore version to v0.2.7
7 years ago
TriKriSta
81587d0fbb
refactor: add code for work in Qt5.5
7 years ago
Diadlo
4c9b7bfccc
chore: Add sonnect in build scripts and update docs
7 years ago
TriKriSta
5668aa57c5
chore: install Qt 5.6 in travis
7 years ago
TriKriSta
706822123f
refactor: delete sqlite in travis, edit some functions
7 years ago
TriKriSta
d1afc7f6df
chore: install sqlite in travis
7 years ago
Anthony Bilinski
5dc4e6de81
chore(legal): update copyright date to 2018 for all source files
7 years ago
Anthony Bilinski
a918e559ee
chore(version): update toxcore version to v0.2.2
7 years ago
sudden6
5f03e44db2
chore: update to c-toxcore 0.2.1
7 years ago
anthony.bilinski
414fa178b4
feat(exif): Honour exif orientation tag
...
Fixes #1848
8 years ago
sudden6
24163b551e
chore(audio): add build dependency for libfilteraudio
8 years ago
sudden6
90910cbfe1
docs(codingstyle): update min qt version
8 years ago
Diadlo
af77efe2ba
chore(travis): Bump travis qt version
8 years ago
Zetok Zalbavar
f0574167c6
test(build): check whether code/files have been processed by CMake
9 years ago
Diadlo
f6b1cf9311
chore(travis): Add unit_test launching in travis
9 years ago
Zetok Zalbavar
657d1a84d1
chore(build): correct switch to cmake
9 years ago
Diadlo
5694f97d58
chore: Update build scripts
...
Migration from qmake on cmake
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
Diadlo
fddda5de61
fix(cmake): Fix smileys resource adding
9 years ago
Diadlo
7ff84b070e
chore(toxcore): Added checkout on v0.1.0 toxcore
9 years ago
Diadlo
fe8671f35e
chore: Updated build scrips
9 years ago
Zetok Zalbavar
7b60a5dd36
chore: explicitly mention that copyright belongs to qTox contributors
9 years ago
sudden6
36e1e99e65
chore(travis): speedup build
...
Build less ffmpeg modules, compile minimal build without emoji and
increase number of paralell compilations.
9 years ago
Zetok Zalbavar
d8468cb570
chore(travis): ignore apt failing to fetch GPG keys
9 years ago
initramfs
1f65ecf08c
chore(build): extract documentation build directory from doxygen config
9 years ago
initramfs
e124bd85b6
chore(build): parallelize travis and separate out doc build/deploy
...
This commit takes the existing travis task list and attempts to split
it into multiple jobs for the sake of efficiency. Also properly
separates out the build/deploy of documentation.
9 years ago
Zetok Zalbavar
464daebdd7
chore(travis): exit linux build as soon as one of steps fails
...
Closes #3468 .
9 years ago
Zetok Zalbavar
2d06b9960c
fix(qtox.pro): don't depend on GTK in order to build on Linux
9 years ago
Zetok Zalbavar
4872eb3cc3
chore(travis): make travis build exit as soon as test fails
...
Also add `pkg-config` to travis build script for Linux.
9 years ago
Nils Fenner
792103f8b0
refactor(filter_audio): completely remove filter_audio dependency
...
The filter_audio API is not working for qTox/Tox and thus disabled by default via compiler switch. In current qTox UI, it is not configurable, even when this switch is enabled. According to issue #3194 the library is no longer maintained as well. I don't see any reason to keep it in qTox.
9 years ago
Zetok Zalbavar
116cc9366c
feat: disable building with filter_audio by default
...
Given that currently `filter_audio` doesn't help qTox users to improve
quality of their conversations, there's little to no point in making
qTox build with it by default. This might change when (if?)
`filter_audio` support in qTox gets improved/fixed.
BREAKING CHANGE: Disabling of `filter_audio` was done by passing
`DISABLE_FILTER_AUDIO=YES` to `qmake`. With this change `filter_audio`
is disabled by default, and in order to enable it,
`DISABLE_FILTER_AUDIO=NO` has to be passed to `qmake`.
9 years ago
Zetok Zalbavar
3307855130
travis build script: fix copyright date
10 years ago
Zetok Zalbavar
75607bcecc
Add travis (again)
...
Beside making it work again, there are some improvements:
Linux side:
* use minimal supported Qt version, currently it's 5.3
* use minimal supported GCC version, currently 4.8
* use newer ffmpeg version to compile against - 2.8.5
* compile qTox 2 times, first run without support for optional dependencies
* use ubuntu 14.04 for building (less deps needs to be compiled/added from PPAs)
OSX:
* add osx to build targets
10 years ago