Age | Commit message (Collapse) | Author |
|
1. Calling valueChanged didn't invoke machinery in
value<t>, only base_value aka value_.
There's a fast path in value<t>::type() despite the
pessimization.
2. Split global scope stuff into options::globals from
the options::globals stuff
3. Adjust usages
|
|
Adjust usages.
|
|
Some of the headers are clearly useless. Remove them.
Move what's inside util.hpp into separate headers.
Adjust usages.
Will remove util.hpp.
|
|
This was making sliders unable to save at all.
|
|
The code isn't necessary, and causes uninitialized
memory access when playing with QVariant later.
|
|
|
|
|
|
- adjust usages
- add support for QList signals and metatype
|