summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2016-09-16cmake/gui: don't fixup subsystem now that mrproper does itStanislaw Halik
2016-09-16compat, dinput: don't overdo COM logicStanislaw Halik
2016-09-16cmake: fix RC language build breakage sometimesStanislaw Halik
2016-09-16cmake: allow for "mrproper" to delete install directoryStanislaw 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-09-16compat/util: replace with QSignalBlocker usagesStanislaw Halik
2016-09-16api/plugins: simplify qlibrary usageStanislaw Halik
2016-09-16Update CONTRIBUTING.mdStanisław Halik
2016-09-15Merge pull request #453 from MaximeMorel/unstableStanisław Halik
Fix small compilation issue
2016-09-15Fix small compilation issueMaximeMorel
2016-09-11cmake/word-size: nonsenseStanislaw Halik
2016-09-11cmake/platform: add public domain header, will be used in another project.Stanislaw Halik
2016-09-11cmake/boilerplate: remove tautologyStanislaw Halik