Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-18 | compat/util: retire | Stanislaw Halik | |
Adjust usages. | |||
2018-01-18 | compat: split/cleanup util.hpp | Stanislaw Halik | |
Some of the headers are clearly useless. Remove them. Move what's inside util.hpp into separate headers. Adjust usages. Will remove util.hpp. | |||
2017-07-24 | Revert "options/metatype: nuke it" | Stanislaw Halik | |
This was making sliders unable to save at all. | |||
2017-07-20 | options/metatype: nuke it | Stanislaw Halik | |
The code isn't necessary, and causes uninitialized memory access when playing with QVariant later. | |||
2017-04-29 | options/tie: allow for binding with a format string | Stanislaw Halik | |
2016-12-03 | options: explicitly include compat/util | Stanislaw Halik | |
2016-08-17 | move options framework into its own library | Stanislaw Halik | |
- adjust usages - add support for QList signals and metatype |