summaryrefslogtreecommitdiffhomepage
path: root/gui/mapping-dialog.cpp
AgeCommit message (Collapse)Author
2024-02-08remove obsolete TODO commentsStanislaw Halik
2023-11-05add a couple todo commentsStanislaw Halik
2022-10-10Revert "options/value: add `QObject::connect` wrapper"Stanislaw Halik
This reverts commit a67e8630caf20e7f48151024e9e68dd9271d75c7.
2022-07-01options/value: add `QObject::connect` wrapperStanislaw Halik
This is useful not just to save on complexity in call sites, but also because I plan on using the Verdigris library to remove needless `valueChanged()` and `setValue()` overloads from each `value<t>` instance. Also fix a bug in `options/tie.hpp` where `QComboBox::setCurrentIndex` was erroneously called as `Qt::DirectConnection`.
2022-02-16Added more max_clamp optionssharpTrick
2019-06-25gui/mapping: fix background color displayStanislaw Halik
2019-02-02gui/mapping-dialog: cleanup onlyStanislaw Halik
2019-01-16gui/mapping-dialog: show more ruler linesStanislaw Halik
2019-01-16spline: fix deadlock, logic errorStanislaw Halik
Tracking rarely deadlocked when saving mappings. Investigating it further also shown how a wrong bundle was used for Accela's splines.
2018-11-03fix build on LinuxStanislaw Halik
2018-10-25cleanup onlyStanislaw Halik
- replace warn_unused_result with [[nodiscard]] - remove some redundant w_a_r - replace std::decay with remove_cvref_t - simplify compat/math.hpp
2018-06-26options/base-value: rename to `value_'Stanislaw Halik
2018-06-26modernize C++ syntaxStanislaw Halik
No visible changes (hopefully).
2018-06-26core, modules: modernize syntax onlyStanislaw Halik
Use more C++17 features where this helps any.
2018-01-14gui/spline: change horizontal/vertical guide countStanislaw Halik
The amount depends on the max value on X/Y scales.
2018-01-13gui/spline: reduce spline widget snap to gridStanislaw Halik
Issue: #722
2018-01-11cmake, gui, main: make user interface reusableStanislaw Halik
The work isn't complete. We need moving out all non-reusable parts away and only keeping user interface logic in a class.
2018-01-10many: get rid of trailing type specifiersStanislaw Halik
2017-12-10gui: fix spline snap value harderStanislaw Halik
Was checking wrong variable. Issue: #707
2017-12-10gui: fix setting spline snap valueStanislaw Halik
value<t>::valueChanged didn't fire on exact same value anymore.
2017-12-10options: rename templateStanislaw Halik
2017-10-27gui: rename source files onlyStanislaw Halik