Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-30 | rename gui directory | Stanislaw Halik | |
2015-07-26 | ui: also implicitly cancel options/mapping screens on normal close | 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-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-01-05 | remove dead code | Stanislaw Halik | |
2014-01-05 | decruft | Stanislaw Halik | |
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-09-15 | Fix MSVC build. Also, minor reformat | Stanislaw Halik | |
2013-09-14 | Open-code always-constant params | 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. |