Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-23 | cmake/i18n: express i18n target deps properly | Stanislaw Halik | |
2017-02-22 | cmake: change translation regen logic | Stanislaw Halik | |
- lupdate runs after every source code change for that module - lrelease depends on .ts files created by lupdate - SDK_REGEN_TRANSLATIONS got removed - file dependencies are expressed right, so parallel build works | |||
2017-02-22 | cmake/i18n: express file dependencies correctly | Stanislaw Halik | |
Otherwise parallel make was doing lupdate -> lrelease out of order, leading to badness. Also build failing unless all .ts files existed. We need a way to bootstrap .ts files obviously. | |||
2017-02-19 | cmake/i18n: make lrelease run depending on .ts files | Stanislaw Halik | |
2017-02-19 | cmake/i18n: always run lrelease | Stanislaw Halik | |
Accidentally, either both lupdate and lrelease were run or none. | |||
2017-02-13 | cmake: allow run i18n target if SDK_REGEN_TRANSLATIONS is false | Stanislaw Halik | |
2016-12-16 | cmake: fix mrproper -> install without regen translations enabled | Stanislaw Halik | |
2016-12-08 | cmake: fix translations always updating | Stanislaw Halik | |
2016-12-08 | cmake: fix translation generation | Stanislaw Halik | |
2016-12-03 | cmake: default to regen i18n on every build | Stanislaw Halik | |
2016-11-29 | cmake: fix markdown harderopentrack-2.3.0 | Stanislaw Halik | |
2016-11-29 | add authorship and licensing information | Stanislaw Halik | |
2016-11-23 | cmake: don't regen translations all the time by default | Stanislaw Halik | |
2016-11-04 | cmake, main: add translation support | Stanislaw Halik | |
2016-09-20 | cmake: set install prefix permissions consistently | Stanislaw Halik | |
2016-09-18 | add warranty terms into readme | Stanislaw Halik | |
Discussed-with: @DaMichel | |||
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-08-04 | cmake: install cleye.config to modules dir also on win32 | Stanislaw Halik | |
2016-07-24 | cmake, qt: add qt.conf to try fix hidpi | Stanislaw Halik | |
User confirms dpiawareness=0 fixes hidpi. | |||
2016-07-19 | cmake: install source code as well | Stanislaw Halik | |
2016-07-18 | cmake: adjust paths for main executable dependencies | Stanislaw Halik | |
2016-07-06 | gui, api, csv: support hier(7) on Unix | Stanislaw Halik | |
This affects platforms such as FreeBSD, Cygwin or Linux. | |||
2015-10-31 | fix osx install bundle orderopentrack-2.3-rc20p1 | Stanislaw Halik | |
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 |