QML Bindings for KDE frameworks, take 2

Marco Martin notmart at gmail.com
Tue Mar 18 20:06:04 UTC 2014


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 merging with QtExtraComponents is that besides will 
require porting in all the user (doable) is that it's mit licensed (it was a 
contribution by a company that requested that back then. mit/bsd in an import 
is fine, but just not mixed in the same so)

> > * kquickcontrols: depends from several frameworks (in particular
> > globalAccel and dependencies) to provide a shortcut editor widget ->
> 
> Yeah... no natural place for that one... KDeclarative as last resort?
> There's already configuration related things in there. Bears the risk of
> making it a dumping ground though.

yeah, kdeclarative repo makes sense

> > * 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?
removed kiconthemes dependency ;)

About rename, there is a lot of stuff using it, but conversion should be 
portable with a script.
(depends from less stuff than KDeclarative or KQuickControls tough, 
KQuickControlsAddons suggests it depends from more?)

-- 
Marco Martin


More information about the Kde-frameworks-devel mailing list