Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-27 | gui, qxt: use pkgconfig wrapper | Stanislaw Halik | |
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. | |||
2017-06-07 | cmake: cleanup | Stanislaw Halik | |
We now inherit parent process' console. No need for the cmake cache option. | |||
2017-04-06 | cmake: PROJECT() must be invoked from inside a macro | Stanislaw Halik | |
Otherwise CMAKE_PROJECT_NAME and PROJECT_NAME are equal when invoked from inside a function. Also, split headers and units into separate variables for further testing. cf. https://bugreports.qt.io/browse/QTCREATORBUG-17955 | |||
2017-03-28 | rename spline-widget -> spline | Stanislaw Halik | |
Adjust usages. | |||
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 | gui: rename the project not to conflict with toplevel | Stanislaw Halik | |
2016-09-16 | cmake/gui: don't fixup subsystem now that mrproper does it | Stanislaw Halik | |
2016-09-09 | add support for migrations | Stanislaw Halik | |
They're run from the UI thread so can even be interactive. | |||
2016-08-28 | gui/cmake: be less verbose | Stanislaw Halik | |
2016-08-25 | gui: add fixups for qt5 .dll's in msvc build | Stanislaw Halik | |
2016-08-24 | gui: fix install location on win32 | Stanislaw Halik | |
2016-08-23 | cmake: refactor boilerplate for projects | Stanislaw Halik | |
Don't rely on a macro that shouldn't be necessary. The information "opentrack_boilerplate" retrieves is now factored out to be easily available to projects themselves. opentrack_boilerplate can now also build executables. When appropriate, target properties are now concatenated rather than replaced. | |||
2016-07-18 | cmake: adjust paths for main executable dependencies | Stanislaw Halik | |
2016-07-07 | cmake: get rid of duplicate includes | Stanislaw Halik | |
2016-07-06 | gui, api, csv: support hier(7) on Unix | Stanislaw Halik | |
This affects platforms such as FreeBSD, Cygwin or Linux. | |||
2016-06-16 | all: split "api" into "api" and "logic" | Stanislaw Halik | |
Here, the "logic" module has all the stuff for building one's own graphical user interface. The "api" module has stuff used by other trackers. While at it, each of "api", "logic", and "compat" need their own export headers. This is because of preprocessor symbol clashes. This is all because a change in the "gui"-only dependency required a relink of all the trackers, protocols, and flters. It takes too long when building in the release configuration. With the split, only the "gui" module gets rebuilt. Since it has close to no static dependencies, it's fast enough. | |||
2016-05-23 | cmake: fix boilerplate for NO-LIBRARY + STAGE2 | Stanislaw Halik | |
2016-05-23 | cmake{/gui,}: make boilerplate usable for building the executable | Stanislaw Halik | |
2016-05-22 | cmake/{linux,mingw-w64}.cmake: inline visibility hidden is redundant | Stanislaw Halik | |
With -fvisibility=hidden it's hidden anyway. | |||
2016-05-22 | cmake/many: update for dinput8 manual link removal | Stanislaw Halik | |
It's automatic now. | |||
2015-11-03 | cmake: can use default hidden visibility on apple | Stanislaw Halik | |
2015-11-01 | gui: hidden symbol visibility by default | Stanislaw Halik | |
2015-11-01 | cmake: less boilerplate, link dynamically | Stanislaw Halik | |
2015-11-01 | qxt-mini: make own module | Stanislaw Halik | |
2015-11-01 | try not to statically link qxt-mini | Stanislaw Halik | |
cf. 3e60ccda96dfada9307a0a25134475c726f1ae72 | |||
2015-10-30 | qxt: fix unix build | Stanislaw Halik | |
2015-10-30 | rename gui directory | Stanislaw Halik | |