Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-27 | remove unfinished polish translation files | Stanislaw Halik | |
Polish speakers typically know English well enough and translations are awkward. | |||
2017-02-21 | modules: add .ts files | Stanislaw Halik | |
2017-02-18 | Add translation strings | Alexander Orokhovatskiy | |
2017-02-18 | filter/accela: fix horizontal size | Stanislaw Halik | |
2017-02-18 | filter/accela: word wrap in dialog | Stanislaw Halik | |
For Russian translation. | |||
2017-02-18 | filter/accela: use the correct magic value | Stanislaw Halik | |
It's only a coincidence 1.5 is the slider's max value. | |||
2017-01-29 | spline-widget: remove camel case | Stanislaw Halik | |
My eyes bleed a bit less | |||
2017-01-16 | filter/accela: add commented out -180->180 delta logic | Stanislaw Halik | |
We can't use it (yet?) since the filter runs before any mapping is done. | |||
2017-01-16 | filter/accela: simplify value<t> cast | Stanislaw Halik | |
2016-12-30 | filter/accela: simplify macro | Stanislaw Halik | |
2016-12-25 | filter/accela: fix compile error on clang | Stanislaw Halik | |
2016-12-08 | filter/accela: fix wrapping/layout for translations | Stanislaw Halik | |
2016-12-08 | Translate remaining strings in filter-accela/proto-ft/tracker-pt | Alexander Orokhovatskiy | |
2016-12-03 | filter/accela: describe in dialog, adjust defaults | Stanislaw Halik | |
2016-11-23 | filter/accela: fix formula | Stanislaw Halik | |
We need to multiply by rot_nl or there's a discontinuity. | |||
2016-11-23 | filter/accela: simplify main loop | Stanislaw Halik | |
2016-11-23 | filter/accela: simplify debug dialog creation | Stanislaw Halik | |
2016-11-05 | delete empty .ts | Stanislaw Halik | |
2016-11-05 | modules: make more strings translatable | Stanislaw Halik | |
2016-11-04 | modules: make names unique | Stanislaw Halik | |
2016-11-04 | modules: add autogenerated translation files | Stanislaw Halik | |
2016-10-19 | filter/accela: simplify QString usage | Stanislaw Halik | |
2016-10-19 | filter/accela: what the hell is this nonsense | Stanislaw Halik | |
2016-09-27 | filter/accela: adjust some other clamps and defaults | Stanislaw Halik | |
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 | |