Re: dictionary widget QML

2012-02-06 Thread Marco Martin
On Mon, Feb 6, 2012 at 6:44 AM, Shaun Reich wrote: > bit of a snag...how can i create a model/listview from > plasmasource.data["list-dictionaries"] ? > > there's 1 source which has many keys and values, as you'll see by > requesting that source from plasmaengineexplorer. > > thought of a model of

Re: dictionary widget QML

2012-02-05 Thread Shaun Reich
bit of a snag...how can i create a model/listview from plasmasource.data["list-dictionaries"] ? there's 1 source which has many keys and values, as you'll see by requesting that source from plasmaengineexplorer. thought of a model of a model, but that's not possible ;-p got to be an easy way...

Re: dictionary widget QML

2012-02-05 Thread Marco Martin
On Sun, Feb 5, 2012 at 4:47 PM, Shaun Reich wrote: >> anyways having 100% of the default applets in pure qml is a very long >> term plan, since on the desktop plasma2 would continue to use a legacy >> compatible version with qgraphicsview for a (probably) long time > > sure, but i'm trying to chan

Re: dictionary widget QML

2012-02-05 Thread Shaun Reich
> anyways having 100% of the default applets in pure qml is a very long > term plan, since on the desktop plasma2 would continue to use a legacy > compatible version with qgraphicsview for a (probably) long time sure, but i'm trying to change that 1% at a time ;-) -- Shaun Reich, KDE Software D

Re: dictionary widget QML

2012-02-05 Thread Marco Martin
On Sun, Feb 5, 2012 at 3:49 PM, Shaun Reich wrote: > On Sun, Feb 5, 2012 at 8:58 AM, Marco Martin wrote: >> On Sun, Feb 5, 2012 at 2:46 PM, Aaron J. Seigo wrote: if you want to make this choseable by the kcm it would have to become a (partly) c++ plasmoid >>> >>> assuming that it is un

Re: dictionary widget QML

2012-02-05 Thread Shaun Reich
On Sun, Feb 5, 2012 at 8:58 AM, Marco Martin wrote: > On Sun, Feb 5, 2012 at 2:46 PM, Aaron J. Seigo wrote: >>> if you want to make this choseable by the kcm it would have to become >>> a (partly) c++ plasmoid >> >> assuming that it is unnecessary, even unwanted (different instances of the >> pla

Re: dictionary widget QML

2012-02-05 Thread Marco Martin
On Sun, Feb 5, 2012 at 2:46 PM, Aaron J. Seigo wrote: >> if you want to make this choseable by the kcm it would have to become >> a (partly) c++ plasmoid > > assuming that it is unnecessary, even unwanted (different instances of the > plasmoid -> different dicts?), this could in theory be done str

Re: dictionary widget QML

2012-02-05 Thread Marco Martin
On Sun, Feb 5, 2012 at 2:46 PM, Aaron J. Seigo wrote: > > can we do better in libplasma2? i hope so :) > apart from the fact that it requires either config forms using plasma widgets or complete and functional desktop qtcomponents, i think the solution is quite easy ;) (and makes easy also writin

Re: dictionary widget QML

2012-02-05 Thread Aaron J. Seigo
On Sunday, February 5, 2012 14:29:13 Marco Martin wrote: > On Sun, Feb 5, 2012 at 2:55 AM, Shaun Reich wrote: > > is the dict widget supposed to have a kcm? > > > > i could have sworn it had one, and on my 4.8 system it has one but the > > populated list view is...unpopulated. > > > > so should

Re: dictionary widget QML

2012-02-05 Thread Marco Martin
On Sun, Feb 5, 2012 at 2:55 AM, Shaun Reich wrote: > is the dict widget supposed to have a kcm? > > i could have sworn it had one, and on my 4.8 system it has one but the > populated list view is...unpopulated. > > so should the qml one have a populated listview that enables you to > select which

Re: dictionary widget QML

2012-02-05 Thread Aaron J. Seigo
On Saturday, February 4, 2012 20:55:24 Shaun Reich wrote: > so should the qml one have a populated listview that enables you to > select which dicts you can have? if there is any value to that, sure. i suppose the primary purpose would be to allow one to define different dict servers? -- Aaron

dictionary widget QML

2012-02-04 Thread Shaun Reich
is the dict widget supposed to have a kcm? i could have sworn it had one, and on my 4.8 system it has one but the populated list view is...unpopulated. so should the qml one have a populated listview that enables you to select which dicts you can have? (p.s. i'm getting ready to merge it in, it'