Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-16 | gui: rework profile refresh with now blocking signals | Stanislaw Halik | |
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 | tracker/pt: make calibration less confusing in dialog | Stanislaw Halik | |
- change button text to "stop calibration" and "start calibration" respectively. - gray out the values while calibration is running - run calibration at 10 Hz on a separate timer from dialog update Issue: #416 | |||
2016-08-15 | cv/trans-calib: fix sign | Stanislaw Halik | |
Issue: #416 Reported-by: @olegiy | |||
2016-08-15 | cmake: allow ASLR | Stanislaw Halik | |
2016-08-15 | dinput, COM: temporary fixes, to be tested | Stanislaw Halik | |
2016-08-14 | tracker/aruco: show 75 FPS option in combobox | Stanislaw Halik | |
Reported-by: @andregm3 Closes #409 | |||
2016-08-14 | gui: fix main window restored from tray being minimized | Stanislaw Halik | |
Reported-by: @albertolg Issue: #410 | |||
2016-08-14 | cmake: remove tarball generation support | Stanislaw Halik | |
It messed up permissions on cygwin, making tarballs unusable on other systems. | |||
2016-08-14 | cmake: add more stuff from source dir to source in install prefix | Stanislaw Halik | |
2016-08-14 | cmake/version: don't use sole trailing hyphen with empty build typeopentrack-2.3-rc99p11 | Stanislaw Halik | |
2016-08-14 | cmake: install source code to right directories | Stanislaw Halik | |
2016-08-14 | cmake/mingw-w64: debloat flags are relevant only for c++ | Stanislaw Halik | |
2016-08-14 | Revert "tracker/aruco: make translation units smaller" | Stanislaw Halik | |
This reverts commit c08d63041e184ae642486eebfb4fd770d0a142b6. Revert "tracker/aruco: allow for more translation on the spline" This reverts commit f56f30f1d076c8b48a0bd4ce47b26ede618d2880. | |||
2016-08-14 | dinput: fix dinput freeze | Stanislaw Halik | |
It was easiest to reproduce when a protocol failed to load. As usual, win32 debugging without MSVC++ is nearly useless. | |||
2016-08-14 | tracker/pt: all callers are double, so float -> double | Stanislaw Halik | |
2016-08-14 | compat/com: no need to initialize OLE at all times | Stanislaw Halik | |
2016-08-14 | cmake: too many optimization flags for mingw-w64 | Stanislaw Halik | |
2016-08-13 | default to apartment threading for now | Stanislaw Halik | |
2016-08-13 | oops, nix crapola | Stanislaw Halik | |
2016-08-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
Adjust usages. | |||
2016-08-12 | proto/vjoystick: skip on the expensive checks | Stanislaw Halik | |
2016-08-12 | logic/simple-mat: add untested tait-bryan rotation composition function | Stanislaw Halik | |
2016-08-12 | cmake: fun mingw-w64 stuff | Stanislaw Halik | |
2016-08-12 | cmake: _USE_MATH_DEFINES was moved to central place | Stanislaw Halik | |
2016-08-12 | dinput/joystick: sleep after joy get state failure | Stanislaw Halik | |
2016-08-12 | dinput: hold dinput reference through entire lifetime | Stanislaw Halik | |
2016-08-12 | dinput: allow for empty di_t handle. refactor. | Stanislaw Halik | |
2016-08-12 | cmake: ensure M_PI and friends are defined | Stanislaw Halik | |
2016-08-12 | few: use existing com threading init function | Stanislaw Halik | |
2016-08-12 | compat: add util header | Stanislaw Halik | |
The run_in_thread_{sync,async} functions inject a functional into a Qt event queue. The former also takes care to process void return values. | |||
2016-08-11 | compat: add win32 COM init function | Stanislaw Halik | |
2016-08-10 | cmake: append that build is debug, not prepend | Stanislaw Halik | |
2016-08-10 | gui/main-window: add a tray menu | Stanislaw Halik | |
Issue: #410 | |||
2016-08-10 | gui/main: don't just exit event loop on last window closed | Stanislaw Halik | |
2016-08-10 | gui/main: display exit messages to debug what destructor is called where | Stanislaw Halik | |
2016-08-10 | dinput, logic: add copyright, remove unused headers | Stanislaw Halik | |
2016-08-10 | dinput: prevent freeing handle despite static initializer order | Stanislaw Halik | |
2016-08-10 | compat/options: add here unique_ptr defs | Stanislaw Halik | |
2016-08-10 | compat/make-unique: add std::make_unique sample impl | Stanislaw Halik | |
It's not present in GNU with -std=c++14 | |||
2016-08-10 | gui: make both single and double click work for tray toggle | Stanislaw Halik | |
Issue: #410 Reported-by: @Len62 | |||
2016-08-10 | compat/options: add progn macro | Stanislaw Halik | |
2016-08-10 | gui: there's no crash on exit in MSVC build anymore | Stanislaw Halik | |
Reported-by: @DaMichel cf. https://github.com/DaMichel/opentrack/commit/777942eb65884ba9248c01399a4a5d1e72a35d80#commitcomment-18587629 | |||
2016-08-10 | dinput: split from logic module | Stanislaw Halik | |
For use in the joystick module. |