Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-09 | spline-widget: only rename files | Stanislaw Halik | |
Adjust usages. | |||
2016-06-20 | spline-widget: move bool last to minimize padding | Stanislaw Halik | |
2016-06-14 | gui, spline-widget, compat/options: ensure no qsettings IO when not modified | Stanislaw Halik | |
Turns out every MainWindow::save() and friends were doing useless IO several times during each save. I blame the bundle abstraction. For bundles we track the modified state, but the spline widget needs equality check since it doesn't use the options api. It was found by accident when adding qDebug() into the slider_value {de,}serializer code. The .ini file was being rewritten over and over again causing hundres of milliseconds pauses on Windows. Remove the save timer kludge from gui. Saves are now fast. | |||
2016-06-09 | spline-widget: fix float <-> double promote/demote | Stanislaw Halik | |
2016-05-26 | spline-widget: misc fixes | Stanislaw Halik | |
- Remove some copy-pasted code - Don't do too much QPainter stuff in a hot loop - Use float/double/int correctly - Whitespace - C++11 style - Update copyright | |||
2016-05-26 | spline-widget: don't use `double' when not needed | Stanislaw Halik | |
2016-05-26 | spline-widget: move more from header | Stanislaw Halik | |
2016-05-26 | spline-widget: fix lack of initialization in one ctor | Stanislaw Halik | |
2015-11-06 | qfc: always ensure at least one point exists | Stanislaw Halik | |
Previously, insertion of the lone point was postponed until opening the mapping window. | |||
2015-11-01 | cmake: less linkage boilerplate | Stanislaw Halik | |
2015-11-01 | use newly-added preprocessor variable | Stanislaw Halik | |
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 |