Re: Where to put QML Bindings for KDE frameworks?

2014-01-29 Thread Kevin Krammer
On Wednesday, 2014-01-29, 12:22:39, David Edmundson wrote: > I don't generally think it makes sense to merge these with the > widgets. If you want to build the widgets you wouldn't want the QML > imports, if you want the QML imports you don't want to build the > widgets. If you meant QtQuick, I a

Re: Where to put QML Bindings for KDE frameworks?

2014-01-29 Thread David Edmundson
So I think there is some agreement that where we have a relevant 1-1 match we put it with the framework. i.e KIO. knotifications(?), kunitconversion, kconfig, kbookmarks, solid... That still leaves a few items where we need imports which don't have a match: - Helper actions for QML - like qtext

Re: Where to put QML Bindings for KDE frameworks?

2014-01-29 Thread Kevin Ottens
On Wednesday 29 January 2014 09:20:09 Martin Klapetek wrote: > On Tue, Jan 28, 2014 at 7:10 PM, Kevin Ottens wrote: > > I don't think we'll get a one size fit all type of solution, that will > > heavily > > depend on the nature of the framework. For instance something like KConfig > > should proba

Re: Where to put QML Bindings for KDE frameworks?

2014-01-29 Thread Martin Klapetek
On Tue, Jan 28, 2014 at 7:10 PM, Kevin Ottens wrote: > > I don't think we'll get a one size fit all type of solution, that will > heavily > depend on the nature of the framework. For instance something like KConfig > should probably provide it's own imports, it is in the natural order of > things

Re: Where to put QML Bindings for KDE frameworks?

2014-01-28 Thread Kevin Ottens
Hello, On Tuesday 28 January 2014 12:58:01 David Edmundson wrote: > For a task in Plasma I've had to port KKeySequence to render on > QtQuick, using QtQuickControls. > > I expect over time we will see more KDE widgets having QtQuick > implementations as well. Same for a lot of our other framework

Re: Where to put QML Bindings for KDE frameworks?

2014-01-28 Thread Marco Martin
On Tuesday 28 January 2014, Aleix Pol wrote: > > Well, there are many different needs, so we'll probably want to have > different solutions for them. > > Bindings to interact with each framework, I'd say they should be installed > by the framework itself, but that's only one case. I think we prob

Re: Where to put QML Bindings for KDE frameworks?

2014-01-28 Thread Aleix Pol
On Tue, Jan 28, 2014 at 12:58 PM, David Edmundson < da...@davidedmundson.co.uk> wrote: > For a task in Plasma I've had to port KKeySequence to render on > QtQuick, using QtQuickControls. > > I expect over time we will see more KDE widgets having QtQuick > implementations as well. Same for a lot of

Re: Where to put QML Bindings for KDE frameworks?

2014-01-28 Thread Mark Gaiser
On Tue, Jan 28, 2014 at 12:58 PM, David Edmundson wrote: > For a task in Plasma I've had to port KKeySequence to render on > QtQuick, using QtQuickControls. > > I expect over time we will see more KDE widgets having QtQuick > implementations as well. Same for a lot of our other frameworks, such as

Where to put QML Bindings for KDE frameworks?

2014-01-28 Thread David Edmundson
For a task in Plasma I've had to port KKeySequence to render on QtQuick, using QtQuickControls. I expect over time we will see more KDE widgets having QtQuick implementations as well. Same for a lot of our other frameworks, such as KIO. I can either add these components to KDeclarative, and creat