Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-17 | compat/win32-com: default to right COM type without caller specifying it | Stanislaw Halik | |
The main window always needs the apartment threaded context for OLE used by Qt. Default to apartment threaded before a QApplication is created, or if the thread is the QApplication thread. Use multithreaded COM otherwise. | |||
2016-08-17 | move options framework into its own library | Stanislaw Halik | |
- adjust usages - add support for QList signals and metatype | |||
2016-08-16 | compat/util: add robust way to block qt signals | Stanislaw Halik | |
2016-08-16 | compat/options: anon namespace classes are usable so move to detail | Stanislaw Halik | |
2016-08-16 | compat/options: unindent inside namespace only | Stanislaw Halik | |
2016-08-16 | compat/options: qDebug() in singleton dtor | Stanislaw Halik | |
This singleton is used around the codebase so make its lifetime clear to the developer. | |||
2016-08-16 | compat/options: cast to the right type for bigger than word things | Stanislaw Halik | |
2016-08-16 | compat/options: ensure all ini names sorted | Stanislaw Halik | |
2016-08-16 | compat/options: add option to reload all bundles | Stanislaw Halik | |
2016-08-15 | dinput, COM: temporary fixes, to be tested | Stanislaw Halik | |
2016-08-14 | compat/com: no need to initialize OLE at all times | Stanislaw Halik | |
2016-08-13 | default to apartment threading for now | Stanislaw Halik | |
2016-08-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
Adjust usages. | |||
2015-07-25 | move portability classes to compat library | Stanislaw Halik | |
2014-10-19 | fix link errors on win32 -only- | Stanislaw Halik | |
2014-09-22 | needless compat api breakage | Stanislaw Halik | |
2014-07-28 | build system bug not relevant anymore | Stanislaw Halik | |
2013-11-10 | fix build | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-05 | fix mingw-w64 build | Stanislaw Halik | |
2013-11-03 | fix apple build | Stanislaw Halik | |
2013-11-03 | really fix mac this time | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-03 | fix compat on macosx | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-03 | compat: specify MAP_ANON | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-15 | fix trackers for qt5 | Stanislaw Halik | |
Assorted changes: - make filenames unique, since automoc made a boo-boo - adjust include paths, "QtGui" -> "" - use std::shared_ptr in c++11 mode (thanks Patrick!) - make class names unique, automoc sucks, but saves typing - add a dummy class in one file since moronic automoc thinks every target contains Q_OBJECTS!!! | |||
2013-09-19 | compat: pass -Wextra | Stanislaw Halik | |
2013-09-19 | compat: fix win32 build | Stanislaw Halik | |
2013-09-19 | compat: fix build | Stanislaw Halik | |
2013-09-19 | compat: new API, check for success | Stanislaw Halik | |
2013-09-17 | proto-wine: fix warnings, dependencies, reformat | Stanislaw Halik | |
2013-09-14 | Use __declspec(dllimport) | Stanislaw Halik | |
2013-09-14 | Clean up preprocessor mingw-isms | Stanislaw Halik | |
No functional changes. | |||
2013-04-05 | Correct SHM access flags | Stanislaw Halik | |
2013-04-02 | Just put everything new in. Conflict resolution will be later | Stanislaw Halik | |