Re: QML Bindings for KDE frameworks, take 2

2014-03-20 Thread Marco Martin
Just as information: now the QML imports: * draganddrop * kquickcontrols * qtextracomponents are no more in plasma-framework, but in the kdeclarative repo the dirmodel import wasn't used and is now gone (is somebody was planning to use it please speak now): it will hopefully be replaced with a m

Re: QML Bindings for KDE frameworks, take 2

2014-03-19 Thread Marco Martin
On Tuesday 18 March 2014, Kevin Ottens wrote: > > * QtExtracomponents: qt only except kiconthemes (i would go into making > > it less pretty and remove the kiconthemes dependency) > > Yes, please make it independent of KIconThemes, and then could be renamed > into KQuickControlsAddons? so, in th

Re: QML Bindings for KDE frameworks, take 2

2014-03-19 Thread Marco Martin
On Tuesday 18 March 2014, Kevin Ottens wrote: > On Tuesday 18 March 2014 19:37:59 Marco Martin wrote: > > what we currently have is: > > * dirmodel: is a binding to kdirmodel -> KIO? (i would probably not > > release it yet but waiting to have folderview done so needed features > > are more clear)

Re: QML Bindings for KDE frameworks, take 2

2014-03-18 Thread Marco Martin
On Tuesday 18 March 2014, Kevin Ottens wrote: > > It could be replaced with > QGuiApplication::styleHints()->startDragDistance(). It would then have the > same dependencies than QtExtraComponents (delta KIconThemes) and could be > merged there. Removed qwidgets dependency. The problem i see in

Re: QML Bindings for KDE frameworks, take 2

2014-03-18 Thread Kevin Ottens
On Tuesday 18 March 2014 19:37:59 Marco Martin wrote: > what we currently have is: > * dirmodel: is a binding to kdirmodel -> KIO? (i would probably not release > it yet but waiting to have folderview done so needed features are more > clear) Would make sense in a KIO import indeed. > * draganddr

QML Bindings for KDE frameworks, take 2

2014-03-18 Thread Marco Martin
Hi all, as I mentioned in the last couple of tuesday meetings, in Plasma we have several QML plugins that don't depend from Plasma at all, but are bound just to either Qt or just one framework (should ideally become the way to use the framework from QML) what we currently have is: * dirmodel: i