summaryrefslogtreecommitdiffhomepage
path: root/filter-accela
AgeCommit message (Collapse)Author
2017-02-21modules: add .ts filesStanislaw Halik
2017-02-18Add translation stringsAlexander Orokhovatskiy
2017-02-18filter/accela: fix horizontal sizeStanislaw Halik
2017-02-18filter/accela: word wrap in dialogStanislaw Halik
For Russian translation.
2017-02-18filter/accela: use the correct magic valueStanislaw Halik
It's only a coincidence 1.5 is the slider's max value.
2017-01-29spline-widget: remove camel caseStanislaw Halik
My eyes bleed a bit less
2017-01-16filter/accela: add commented out -180->180 delta logicStanislaw Halik
We can't use it (yet?) since the filter runs before any mapping is done.
2017-01-16filter/accela: simplify value<t> castStanislaw Halik
2016-12-30filter/accela: simplify macroStanislaw Halik
2016-12-25filter/accela: fix compile error on clangStanislaw Halik
2016-12-08filter/accela: fix wrapping/layout for translationsStanislaw Halik
2016-12-08Translate remaining strings in filter-accela/proto-ft/tracker-ptAlexander Orokhovatskiy
2016-12-03filter/accela: describe in dialog, adjust defaultsStanislaw Halik
2016-11-23filter/accela: fix formulaStanislaw Halik
We need to multiply by rot_nl or there's a discontinuity.
2016-11-23filter/accela: simplify main loopStanislaw Halik
2016-11-23filter/accela: simplify debug dialog creationStanislaw Halik
2016-11-05delete empty .tsStanislaw Halik
2016-11-05modules: make more strings translatableStanislaw Halik
2016-11-04modules: make names uniqueStanislaw Halik
2016-11-04modules: add autogenerated translation filesStanislaw Halik
2016-10-19filter/accela: simplify QString usageStanislaw Halik
2016-10-19filter/accela: what the hell is this nonsenseStanislaw Halik
2016-09-27filter/accela: adjust some other clamps and defaultsStanislaw Halik
2016-09-27filter/accela: clamp nonlinearity to 1.5Stanislaw Halik
2.0 is too much. Issue: #462 Reported-by: @Len62
2016-09-21filter/accela: show nonlinearity in larger fontStanislaw Halik
The exponent was barely visible.
2016-09-21filter/accela: make most slider limits largerStanislaw Halik
Reported-by: @Emton who later deleted his message Issue: #454
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-17gui: prevent stderr whining on setting dialog fixed sizeStanislaw Halik
Adjust dialogs.
2016-09-17filter/accela: update copyrightStanislaw 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-16filter/accela: increase max movement speed capsStanislaw Halik
Closes #452 Closes #431
2016-08-23filter/accela: fix MSVC ODR bugStanislaw Halik
2016-08-23filter/accela: move control points .cpp from static to settings constexprStanislaw Halik
Now the debug spline can display in dialog without connecting to running filter instance.
2016-08-17move options framework into its own libraryStanislaw Halik
- adjust usages - add support for QList signals and metatype
2016-08-12all: rename modules s#^opentrack-##. and opentrack -> apiStanislaw Halik
Adjust usages.
2016-08-10filter/accela: use elapsed_seconds() rather than home-rolled versionStanislaw Halik
2016-08-10spline-widget, gui: rename mapping-related files and classesStanislaw Halik
Adjust usages.
2016-08-09spline-widget: only rename filesStanislaw Halik
Adjust usages.
2016-08-04filter/accela: simplify signum, retvalStanislaw Halik
2016-08-04filter/accela: actually fix nonlinearity formulaStanislaw Halik
2016-08-04filter/accela: fix nonlinearity formulaStanislaw Halik
2016-08-04filter/accela: remove accidental debug codeStanislaw Halik
2016-08-01filter/accela: fix splinesStanislaw Halik
Recent revision made bad shape at the beginning.
2016-07-31filter/accela: fix typoStanislaw Halik
2016-07-31filter/accela: reduce rotation nonlinearity range to 1->1.75Stanislaw Halik
2016-07-30filter/accela: add rotation nonlinearity switchStanislaw Halik
This only applies to very beginning of gain spline.
2016-07-16filter/accela: update translation gainsStanislaw Halik
They were too staircase-like.
2016-06-20filter/accela: update default slider positionStanislaw Halik
It needs to filter less for new users.
2016-06-11filter/accela: smoothing label didn't fit. make it 50 px width for labelsStanislaw Halik
2016-06-11filter/accela: add label space to prevent reflow on slider moveStanislaw Halik