Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-30 | rename gui directory | Stanislaw Halik | |
2015-09-05 | qfc, mapping: disallow editing and change color when checkbox disabled | Stanislaw Halik | |
Sponsored-by: TrackHat | |||
2015-07-20 | add my own copyright | Stanislaw Halik | |
We need copyright on contributions or else it defaults to granting no rights. | |||
2015-05-31 | ui: introduce options dialog | Stanislaw Halik | |
Move the non-mapping contents of mapping dialog to new options dialog. The latter now also contains what used to be in the shortcuts dialog. | |||
2014-12-18 | implement camera offset | Stanislaw Halik | |
2014-10-28 | rename | Stanislaw Halik | |
2014-10-21 | replace manual QWidget::move() with dialog flag | Stanislaw Halik | |
2014-10-19 | decruft more | Stanislaw Halik | |
2014-10-12 | spline editor needs discard changes on cancel | Stanislaw Halik | |
2014-10-04 | flush before windows breaks and data lossage | Stanislaw Halik | |
2014-09-27 | whitespace only | Stanislaw Halik | |
2014-09-19 | cleanup mapping codeopentrack-2.2-end-of-alpha | Stanislaw 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-18 | cleanup qfc | Stanislaw Halik | |
Issue: #44 Remove confusing logic and retarded comments by the usual offender. Change prototypes a bit for clarity's sake again. | |||
2014-09-17 | hook up axis source options | Stanislaw Halik | |
Issue: #52 | |||
2014-09-13 | nix comment cancer | Stanislaw Halik | |
2014-02-10 | don't load spline config twice | Stanislaw Halik | |
2014-01-12 | fix qfc persisting despite cancel | Stanislaw Halik | |
2014-01-05 | remove dead code that now barfs on stderr | Stanislaw Halik | |
2014-01-05 | remove dead code | Stanislaw Halik | |
2014-01-05 | remove settings dialog copypasted all over, losing functionality | Stanislaw Halik | |
2014-01-05 | decruft | Stanislaw Halik | |
2014-01-05 | move axis inversion into the "mapping" window | Stanislaw Halik | |
2013-12-31 | main: use settings framework | Stanislaw Halik | |
2013-12-14 | allow for Z swapping for tcomp | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-24 | fix ini key name for compensation | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-27 | set global dpi for curve config | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-25 | use qbuttonbox in curve config | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-25 | fix dangerous (i.e. leaky) braino | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-25 | add translation compensation | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-17 | hardcode colors, since qt tabpage is somewhat 'special' | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-16 | while here, clean up -Wall -Wextra -pedantic | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-09 | fix: Reset the view zero pos on start | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-09-15 | Don't use tracker.cpp indirection for updating zeroing | Stanislaw Halik | |
2013-09-14 | Don't duplicate event handlers for every config reload | Stanislaw Halik | |
2013-09-14 | Open-code always-constant params | Stanislaw Halik | |
2013-09-14 | Rename for clarity | Stanislaw Halik | |
2013-09-14 | Remove useless comment | Stanislaw Halik | |
2013-09-14 | Move spline configuration into separate file | Stanislaw Halik | |
Unfortunately, there's still a circular dependency between spline configuration and the main widget which *still* contains the most logic for the software. |