Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-16 | cmake: no longer require qt 5.14 | Stanislaw Halik | |
2020-01-13 | cmake: require Qt 5.14 | Stanislaw Halik | |
2020-01-13 | cmake: reduce qt component list | Stanislaw Halik | |
PR: #1006 | |||
2019-12-19 | Fix bundle creation OSX | R. van Twisk | |
2019-11-30 | Added camera list support for OSX | R. van twisk | |
2019-08-01 | fix clang warnings | Stanislaw Halik | |
2019-06-20 | cmake: try fix platform plugin on mingw | Stanislaw Halik | |
2019-06-20 | cmake: fix build without qserialport | Stanislaw Halik | |
2019-04-05 | cmake: install shared libs only on win32 | Stanislaw Halik | |
Issue: #867 | |||
2019-04-05 | cmake: install shared opencv libraries | Stanislaw Halik | |
Issue: #867 Requested by: @Slion | |||
2019-02-10 | cmake: small cleanup | Stanislaw Halik | |
2019-02-01 | cmake/qt: fix platform plugin also | Stanislaw Halik | |
Issue: #867 | |||
2019-02-01 | cmake/qt: fix typo | Stanislaw Halik | |
Issue: #867 | |||
2019-02-01 | cmake/qt: try get Qt with correct CRT version | Stanislaw Halik | |
Issue: #867 | |||
2019-01-16 | cmake/qt: log full file path and function in qDebug() | Stanislaw Halik | |
2018-12-24 | cmake: decruft, disable deprecated Qt functions | Stanislaw Halik | |
2018-10-29 | cmake: try fix all generators | Stanislaw Halik | |
2018-10-29 | cmake: add include guards | Stanislaw Halik | |
2018-10-25 | cleanups only | Stanislaw Halik | |
2018-04-05 | cmake: cleanup | Stanislaw Halik | |
- OTR_MODULE_NAME now unused - _USE_MATH_DEFINES only needed for MSVC - old cruft in i18n support | |||
2018-04-05 | cmake/qt: don't include in all projects | Stanislaw Halik | |
2018-01-13 | cmake, main: work toward introducing alternative UI | Stanislaw Halik | |
We're going to base opentrack derivatives on the same branch. Previously merges were a living hell. Modularizing the UI code and having continuously-built executables will do a lot. First opentrack variant in progress is a TrackHat device for mouse and scrolling control for people with spine and hand/arm disabilities. | |||
2018-01-11 | cmake, gui, main: make user interface reusable | Stanislaw Halik | |
The work isn't complete. We need moving out all non-reusable parts away and only keeping user interface logic in a class. | |||
2018-01-10 | cmake: fix win32 platform plugin install | Stanislaw Halik | |
2018-01-10 | cmake: copy .pdb files on win32 correctly | Stanislaw Halik | |
2018-01-10 | cmake: cleanup, decruft, probably fix mingw | Stanislaw Halik | |
2017-08-14 | cmake: some small quality-of-life improvements | Stanislaw Halik | |
2017-08-14 | cmake: fix installed qt dlls location | Stanislaw Halik | |
2017-08-14 | cmake: get lupdate/lrelease pathnames | Stanislaw Halik | |
cf. #669 | |||
2017-06-22 | cmake: rename cache var | Stanislaw Halik | |
2017-06-12 | cleanup | Stanislaw Halik | |
2017-05-10 | cmake: also copy Qt pdb files if they exist | Stanislaw Halik | |
2017-05-03 | cmake: simplify | Stanislaw Halik | |
The original was pretty tasteless. | |||
2017-03-27 | cmake: rename project's function prefix | Stanislaw Halik | |
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module". | |||
2017-01-13 | cmake: find editbin with Visual Studio .sln generator | Stanislaw Halik | |
2016-12-16 | cmake: fix mrproper -> install without regen translations enabled | Stanislaw Halik | |
2016-11-21 | tracker/qt-gamepad: add stub | Stanislaw Halik | |
2016-11-04 | cmake, main: add translation support | Stanislaw Halik | |
2016-11-03 | cmake: always copy qt5 to install dir on Windows | Stanislaw Halik | |
Simplify the logic also. | |||
2016-09-20 | cmake: install(CODE ...) has access to install prefix | Stanislaw Halik | |
2016-09-16 | cmake: allow for "mrproper" to delete install directory | Stanislaw Halik | |
This doesn't yet support mingw-w64 builds. Isn't hard to implement. The build script automatically copies Qt libraries in the right place. Now we have no more stale stuff in the install directory. In fact, everything but CMakeCache.txt is deleted. | |||
2016-03-06 | cmake: don't search for Qt5Xml | Stanislaw Halik | |
We're not using it anywhere. | |||
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 |