Re: Next Gen CI Will Be Moving to Production Shortly: Upcoming Changes

2017-05-14 Thread Ben Cooksley
On Sun, May 14, 2017 at 12:53 PM, Lays Rodrigues wrote: > Hi Ben, Hi Lays, > We of Atelier, in Extragear, would like to be covered on this next > generation of CI. Slight issue here for Atelier - it's in Playground according to our records. Could we get it through KDE Review and into Extragear

Requiem for Pure C++ plasmoid, and QML plugin... again :S

2017-05-14 Thread Maxime. Haselbauer
I want to make a plasmoid that essentially read an xml of bookmark, displaythem in form of button and execute them once you clikc a button In Pure c++ it would take me 1 or 2 class maybe Now with QML I have to 1)Make 1 QMLPlugin in c++ 2)Make 1 qml code 3)Make a second QMLPlugin in C++ 4)Pa

Qml/Plasma icon coloring issue

2017-05-14 Thread Jean-Baptiste Mardelle
Hi all, We are currently porting parts of the Kdenlive UI to Qml, and I have one issue with the Breeze icons when used in a Qml scene embedded in a QQuickWidget. We enforce a color theme in our app using: qApp->setPalette(palette()); QGuiApplication::setPalette(plt); When used in QWidgets,

Re: Requiem for Pure C++ plasmoid, and QML plugin... again :S

2017-05-14 Thread Harald Sitter
You may wish to note that plasma-devel is a more on-point mailing list for plasma widget questions. Also, you can model xml using qml exclusively [0]. Should you opt not to, what you need to do is write one plugin, not two. If you want to go the custom plugin route have a look at [1] for example. C