Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-31 | options/metatype: pass exact same name for sliders | Stanislaw Halik | |
That made sliders from 2.3.7 still incompatible. Apparently QVariant cares a lot about the difference between "options::slider_value", "::options::slider_value", and "slider_value". | |||
2017-07-26 | options: organize metatype declarations | Stanislaw Halik | |
2017-05-12 | options: split up value.hpp header | Stanislaw Halik | |
Also combine the traits classes and make them more useful. |