summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2016-09-20Update ftnoir_tracker_pt.cppStanisław Halik
2016-09-20logic/simple-mat: fix duplicated ambiguous symbolStanisław Halik
2016-09-20typoStanisław Halik
2016-09-20typoStanisław Halik
2016-09-20cmake/mrproper: clarifyStanislaw Halik
2016-09-20cmake: install .pdb filesStanislaw Halik
2016-09-20cmake: set install prefix permissions consistentlyStanislaw Halik
2016-09-20cmake: install(CODE ...) has access to install prefixStanislaw Halik
2016-09-20filter/accela: make more readableStanislaw Halik
progn is similar to one in CLHS cf. http://clhs.lisp.se/Body/s_progn.htm
2016-09-19tracker/tobii: nix build guard tautologyStanislaw Halik
2016-09-19Merge branch 'feature/tobii-eyex-support' into unstableStanislaw Halik
THIS IS UNFINISHED. The code is built to be fixed in real time against internal API changes.
2016-09-19tracker/tobii: fix bitrotStanislaw Halik
2016-09-19tracker/tobii: don't install. find dynamic CRT harder.Stanislaw Halik
2016-09-19tracker/tobii: remove existing mapping code. maybe later revert this.Stanislaw Halik
It doesn't work good enough. Try use splines instead.
2016-09-19tracker/tobii-eyex: initial revisionStanislaw Halik
2016-09-19cmake: allow for build without installStanislaw Halik
For unfinished modules to avoid bit rot.
2016-09-18add warranty terms into readmeStanislaw Halik
Discussed-with: @DaMichel
2016-09-18add missing copyright termsStanislaw Halik
Due to fucking AT&T vs BSD suit copyright defaults to all rights reserved. Fuck Berne Convention as well.
2016-09-18cmake: add public domain + warranty disclaimer to main build scriptStanislaw Halik
2016-09-18cmake: add a separate public domain clause to the whole build dirStanislaw Halik
2016-09-18cmake/hier: add another rude all-caps disclaimerStanislaw Halik
It deletes files in a subdirectory so why not.
2016-09-17gui: prevent stderr whining on setting dialog fixed sizeStanislaw Halik
Adjust dialogs.
2016-09-17cmake/mrproper: add a long and boring all-caps warranty disclaimerStanislaw Halik
2016-09-17tracker/{pt,aruco}: enable camera dialogStanislaw Halik
Suggested-by: MathijsG Issue: #454
2016-09-17cv: bring video property page from the atticStanislaw Halik
2016-09-17filter/accela: update copyrightStanislaw Halik
2016-09-17migration: import Accela settings prior to using slider_valueStanislaw Halik
2016-09-17filter/accela: switch to using slider_value all the wayStanislaw Halik
Move settings to a separate file for migration support in the next commit. Otherwise barfs on trying to include autogenerated user interface.
2016-09-17options/value: allow for inspecting default valueStanislaw Halik
2016-09-17options/tie: don't reinvent slider stuffStanislaw Halik
2016-09-17options/tie: simplify enum comboboxStanislaw Halik
2016-09-17options/slider: we're not using floats anymoreStanislaw Halik
2016-09-17options/slider: fix infix arithmeticStanislaw Halik
2016-09-17options/bundle: konst korrektnessStanislaw Halik
2016-09-16gui/tray: wordingStanislaw Halik
2016-09-16gui, logic: add separate option for starting in tray vs tray enabledStanislaw Halik
Suggested-by: @MathijsG, #454
2016-09-16filter/accela: increase max movement speed capsStanislaw Halik
Closes #452 Closes #431
2016-09-16cmake/mrproper: reindentStanislaw Halik
2016-09-16tracker/pt: use trig overloadsStanislaw Halik
2016-09-16tracker/pt: get rid of pt_types classStanislaw Halik
2016-09-16options/value: allow for deref operatorStanislaw Halik
C++ expects pointer so let it have it.
2016-09-16options/slider: fix fpu typeStanislaw Halik
2016-09-16options/tie: use existing slider functionalityStanislaw Halik
2016-09-16broken video property page code for the atticStanislaw Halik
2016-09-16options/slider: use double precisionStanislaw Halik
Made Accela slider inaccurate.
2016-09-16options: add QStringLiteral defineStanislaw Halik
2016-09-16gui/main-window: exit program when config not writableStanislaw Halik
Note, it opens the config in read-write mode to check if it's writable. This might present a race condition when config is saved. However, we're expecting all config saving to be done in the user interface thread. Add a check for it however.
2016-09-16proto/vjoystick: unbreakStanislaw Halik
Nice braino.
2016-09-16spline-widget: simplify/fix drawing logicStanislaw Halik
The linear things should be drawn in drawFunction() since they change only when some control point is moved and the spline is recalculated anyway. Introduce spline::get_value_no_save to avoid clobbering the tracked value. Draw linear helper before the spline to avoid occluding it. Remove some redundant checks for whether _config exists when all calling sites ensure it already. I still need to de-camel-case these two classes.
2016-09-16x-plane-plugin: fix ldflags logic for clangStanislaw Halik