summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/curve-config.cpp
AgeCommit message (Collapse)Author
2014-12-18implement camera offsetStanislaw Halik
2014-10-28renameStanislaw Halik
2014-10-21replace manual QWidget::move() with dialog flagStanislaw Halik
2014-10-19decruft moreStanislaw Halik
2014-10-12spline editor needs discard changes on cancelStanislaw Halik
2014-10-04flush before windows breaks and data lossageStanislaw Halik
2014-09-27whitespace onlyStanislaw Halik
2014-09-19cleanup mapping codeopentrack-2.2-end-of-alphaStanislaw Halik
There was quite a bit of duplicated logic, which wasn't duplicated where it needed to be. Make functions out of the duplicated bits, then call where appropriate. Issue: #56
2014-09-18cleanup qfcStanislaw Halik
Issue: #44 Remove confusing logic and retarded comments by the usual offender. Change prototypes a bit for clarity's sake again.
2014-09-17hook up axis source optionsStanislaw Halik
Issue: #52
2014-09-13nix comment cancerStanislaw Halik
2014-02-10don't load spline config twiceStanislaw Halik
2014-01-12fix qfc persisting despite cancelStanislaw Halik
2014-01-05remove dead code that now barfs on stderrStanislaw Halik
2014-01-05remove dead codeStanislaw Halik
2014-01-05remove settings dialog copypasted all over, losing functionalityStanislaw Halik
2014-01-05decruftStanislaw Halik
2014-01-05move axis inversion into the "mapping" windowStanislaw Halik
2013-12-31main: use settings frameworkStanislaw Halik
2013-12-14allow for Z swapping for tcompStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-11-24fix ini key name for compensationStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-27set global dpi for curve configStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-25use qbuttonbox in curve configStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-25fix dangerous (i.e. leaky) brainoStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-25add translation compensationStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-17hardcode colors, since qt tabpage is somewhat 'special'Stanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-16while here, clean up -Wall -Wextra -pedanticStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-09fix: Reset the view zero pos on startStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-09-15Don't use tracker.cpp indirection for updating zeroingStanislaw Halik
2013-09-14Don't duplicate event handlers for every config reloadStanislaw Halik
2013-09-14Open-code always-constant paramsStanislaw Halik
2013-09-14Rename for clarityStanislaw Halik
2013-09-14Remove useless commentStanislaw Halik
2013-09-14Move spline configuration into separate fileStanislaw Halik
Unfortunately, there's still a circular dependency between spline configuration and the main widget which *still* contains the most logic for the software.