Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a QtQuick sample plugin and disable the new panel container for QtQuick ↵ | Ken Moore | 2015-06-12 |
| | | | | pluins. It appears that there is a fundamental issue with embedding QML objects into a panel/window with the "always on top" flag set - it never finishes painting the QML object and prevents the rest of the panel from being updated as well. | ||
* | Add two new plugins for Lumina: QuickPPlugin, QuickDPlugin (panel/desktop ↵ | Ken Moore | 2015-06-11 |
respectively). These are QtQuick "containers" which allow the loading of user/system supplied QML scripts for non-compiled plugin support. These plugins must be single *.qml files located in <Lumina Share>/quickplugins/*.qml or ~/.lumina/quickplugins/*.qml |