Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-27 | filter/accela: clamp nonlinearity to 1.5 | Stanislaw Halik | |
2.0 is too much. Issue: #462 Reported-by: @Len62 | |||
2016-09-21 | filter/accela: show nonlinearity in larger font | Stanislaw Halik | |
The exponent was barely visible. | |||
2016-09-21 | filter/accela: make most slider limits larger | Stanislaw Halik | |
Reported-by: @Emton who later deleted his message Issue: #454 | |||
2016-09-20 | filter/accela: make more readable | Stanislaw Halik | |
progn is similar to one in CLHS cf. http://clhs.lisp.se/Body/s_progn.htm | |||
2016-09-17 | gui: prevent stderr whining on setting dialog fixed size | Stanislaw Halik | |
Adjust dialogs. | |||
2016-09-17 | filter/accela: update copyright | Stanislaw Halik | |
2016-09-17 | filter/accela: switch to using slider_value all the way | Stanislaw 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-16 | filter/accela: increase max movement speed caps | Stanislaw Halik | |
Closes #452 Closes #431 | |||
2016-08-23 | filter/accela: fix MSVC ODR bug | Stanislaw Halik | |
2016-08-23 | filter/accela: move control points .cpp from static to settings constexpr | Stanislaw Halik | |
Now the debug spline can display in dialog without connecting to running filter instance. | |||
2016-08-17 | move options framework into its own library | Stanislaw Halik | |
- adjust usages - add support for QList signals and metatype | |||
2016-08-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
Adjust usages. | |||
2016-08-10 | filter/accela: use elapsed_seconds() rather than home-rolled version | Stanislaw Halik | |
2016-08-10 | spline-widget, gui: rename mapping-related files and classes | Stanislaw Halik | |
Adjust usages. | |||
2016-08-09 | spline-widget: only rename files | Stanislaw Halik | |
Adjust usages. | |||
2016-08-04 | filter/accela: simplify signum, retval | Stanislaw Halik | |
2016-08-04 | filter/accela: actually fix nonlinearity formula | Stanislaw Halik | |
2016-08-04 | filter/accela: fix nonlinearity formula | Stanislaw Halik | |
2016-08-04 | filter/accela: remove accidental debug code | Stanislaw Halik | |
2016-08-01 | filter/accela: fix splines | Stanislaw Halik | |
Recent revision made bad shape at the beginning. | |||
2016-07-31 | filter/accela: fix typo | Stanislaw Halik | |
2016-07-31 | filter/accela: reduce rotation nonlinearity range to 1->1.75 | Stanislaw Halik | |
2016-07-30 | filter/accela: add rotation nonlinearity switch | Stanislaw Halik | |
This only applies to very beginning of gain spline. | |||
2016-07-16 | filter/accela: update translation gains | Stanislaw Halik | |
They were too staircase-like. | |||
2016-06-20 | filter/accela: update default slider position | Stanislaw Halik | |
It needs to filter less for new users. | |||
2016-06-11 | filter/accela: smoothing label didn't fit. make it 50 px width for labels | Stanislaw Halik | |
2016-06-11 | filter/accela: add label space to prevent reflow on slider move | Stanislaw Halik | |
2016-05-26 | many modules: trivial cleanups only | Stanislaw Halik | |
- Remove "this->" where it's not needed. Possibly rename shadowed vars. - Don't reload the options bundle manually since `options::opts' exists for that very reason. - Remove '^ \+$' whitespace - :retab | |||
2016-05-20 | filter/accela: use less technical language in the UI | Stanislaw Halik | |
To name position tracking "translation" per se is unusual outside of geometry and hard sciences in general. Clear things up. Reported-by: @MathijsG Closes #359 | |||
2015-12-03 | accela: don't clamp max speed to just few degrees | Stanislaw Halik | |
2015-11-01 | all: adjust options.hpp move to compat | Stanislaw Halik | |
2015-11-01 | adjust accela dialog for dpi fuckup | Stanislaw Halik | |
2015-11-01 | resize dialogs for better visibility on Linux | Stanislaw Halik | |
2015-10-30 | fix icon paths | Stanislaw Halik | |
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 |