Re: Solidrunner moved to kdereview

2009-11-13 Thread Jacopo De Simoi
On Friday 13 November 2009 20:06:48 Burkhard Lück wrote: > Am Freitag, 13. novembre 2009 19:33:57 schrieb Jacopo De Simoi: > > > > Please let me know of any issues that you find > > There are some i18n calls, but the runner has no translation catalog, message > extraction via Messages.sh is miss

Re: kubuntu kdebase patches to plasma

2009-11-13 Thread Aaron J. Seigo
On November 13, 2009, Celeste Lyn Paul wrote: > This isn't a new discussion wrt Kubuntu and we've more than "suddenly > noticed". This is the third? time we've submitted the patch with our > arguments for changes. One, it is part of our process since we don't > want to deviate from upstream as much

Re: Solidrunner moved to kdereview

2009-11-13 Thread Burkhard Lück
Am Freitag, 13. novembre 2009 19:33:57 schrieb Jacopo De Simoi: > > Please let me know of any issues that you find There are some i18n calls, but the runner has no translation catalog, message extraction via Messages.sh is missing. -- Burkhard Lück _

Re: kubuntu kdebase patches to plasma

2009-11-13 Thread Celeste Lyn Paul
On Fri, Nov 13, 2009 at 1:50 PM, Aaron J. Seigo wrote: > On November 13, 2009, Celeste Lyn Paul wrote: >> In some cases you have some text that is always on, some text that is >> only on via mouseover, and some text that is never on (not all entries >> have subtext, e.g. System Settings). This beh

Re: can qtscript plasmoids load C++ qtscript plugins

2009-11-13 Thread Aaron J. Seigo
On November 12, 2009, Pekka Reijula wrote: > Our idea allows creation of plasmoids that have qtscript inside to your own > plama desktop environment. We can extend plasma in a way that allows user > to write own script with for example Kate or download it from http url. > The basic idea is that o

Re: kubuntu kdebase patches to plasma

2009-11-13 Thread Aaron J. Seigo
On November 13, 2009, Celeste Lyn Paul wrote: > In some cases you have some text that is always on, some text that is > only on via mouseover, and some text that is never on (not all entries > have subtext, e.g. System Settings). This behavior is inconsistent and > confusing in addition to some of

Re: Webslice applet moved to kdereview

2009-11-13 Thread Sebastian Kügler
On Friday 13 November 2009 18:20:33 Albert Astals Cid wrote: > A Divendres, 13 de novembre de 2009, Sebastian Kügler va escriure: > > Hey, > > > > I've just moved the webslice plasmoid to kdereview, for inclusion in KDE > > 4.4. > > > > The webslice applet is there to put an interactive part of

Solidrunner moved to kdereview

2009-11-13 Thread Jacopo De Simoi
I've just moved a the solidrunner to kdereview, for inclusion in 4.4 in kde-plasma-addons or kdebase; I'm actually not quite sure on that. The runner is conceived as an alternative to the device notifier, combining the same capabilities (although the actions support is still lacking for the de

Re: kubuntu kdebase patches to plasma

2009-11-13 Thread Celeste Lyn Paul
On Fri, Nov 13, 2009 at 10:27 AM, Marco Martin wrote: > On Friday 13 November 2009, Celeste Lyn Paul wrote: >> On Thu, Nov 12, 2009 at 11:04 PM, Aaron J. Seigo wrote: >> > On November 12, 2009, Jonathan Riddell wrote: >> >> kubuntu_19_always_show_kickoff_subtext.diff, the subtexts in kickoff >> >

Re: kubuntu kdebase patches to plasma

2009-11-13 Thread Marco Martin
On Friday 13 November 2009, Celeste Lyn Paul wrote: > On Thu, Nov 12, 2009 at 11:04 PM, Aaron J. Seigo wrote: > > On November 12, 2009, Jonathan Riddell wrote: > >> kubuntu_19_always_show_kickoff_subtext.diff, the subtexts in kickoff > >> sometimes show always and sometimes on mouse over, this mak

Re: kubuntu kdebase patches to plasma

2009-11-13 Thread Celeste Lyn Paul
On Thu, Nov 12, 2009 at 11:04 PM, Aaron J. Seigo wrote: > On November 12, 2009, Jonathan Riddell wrote: >> kubuntu_19_always_show_kickoff_subtext.diff, the subtexts in kickoff >> sometimes show always and sometimes on mouse over, this makes that >> consistent.  It's been discussed here before. >>

Re: Webslice applet moved to kdereview

2009-11-13 Thread Richard Moore
On Fri, Nov 13, 2009 at 12:58 PM, Marco Martin wrote: > it would probably add too much complexity to all webviews with no gain... > but what about Plasma::WebView::setSlice() and making webview itself manage > slices? In future we might want to add more stuff to the slices, eg. changing the way f

Re: Webslice applet moved to kdereview

2009-11-13 Thread Marco Martin
On Friday 13 November 2009, Aaron J. Seigo wrote: > On November 12, 2009, Kenneth Christiansen wrote: > > Plasma widgets are by default GraphicsItems right? So what about > > Plasma::WebSlice? and then call the QWidget for KWebSlide? > > +1 on Plasma::WebSlice if it goes into libplasma; otherwise

Re: Webslice applet moved to kdereview

2009-11-13 Thread Sebastian Kügler
Thanks all for the feedback so far, I'll make the changes in the coming days. On Friday 13 November 2009 01:51:53 Sebastian Kügler wrote: > Hey, > > I've just moved the webslice plasmoid to kdereview, for inclusion in KDE > 4.4. > > The webslice applet is there to put an interactive part of a w

Re: can qtscript plasmoids load C++ qtscript plugins

2009-11-13 Thread Richard Dale
On Fri, Nov 13, 2009 at 12:16 PM, Artur Souza (MoRpHeUz) wrote: > Hey Richard! > > On Friday 13 November 2009, 07:44 Richard Dale wrote: >> The QtScript bindings based on the language indpendent Smoke libraries >> are going well, and I'm not far short of being able to wrap the Plasma >> apis. > >

Re: can qtscript plasmoids load C++ qtscript plugins

2009-11-13 Thread Artur Souza (MoRpHeUz)
Hey Richard! On Friday 13 November 2009, 07:44 Richard Dale wrote: > The QtScript bindings based on the language indpendent Smoke libraries > are going well, and I'm not far short of being able to wrap the Plasma > apis. Just one question: when this is done, we'll be able to "drop" the bindings w

Re: can qtscript plasmoids load C++ qtscript plugins

2009-11-13 Thread Artur Souza (MoRpHeUz)
Hi Pekka, On Friday 13 November 2009, 04:32 Pekka Reijula wrote: > Our idea allows creation of plasmoids that have qtscript inside to your own > plama desktop environment. We can extend plasma in a way that allows user > to write own script with for example Kate or download it from http url. > T

Re: can qtscript plasmoids load C++ qtscript plugins

2009-11-13 Thread Richard Dale
On Fri, Nov 13, 2009 at 7:32 AM, Pekka Reijula wrote: > On Monday 09 November 2009, Ian Monroe wrote: >> I suspect the answer to the subject is "no" since I haven't found a >> mention of a method to do it. But I also haven't found comprehensive >> QtScript API docs. :) > QtScript apidocs are gener

Re: kubuntu kdebase patches to plasma

2009-11-13 Thread Sebastian Kügler
On Friday 13 November 2009 05:04:32 Aaron J. Seigo wrote: > > kubuntu_101_brightness_fn_keys_and_osd.diff adds a brightness on > > screen widget for brightness keys, it also needs patches to Qt and > > kdelibs to work > > http://bazaar.launchpad.net/%7Ekubuntu-members/kdebase-workspace/ubuntu/a > >

Re: [Kde-silk] Webslice applet moved to kdereview

2009-11-13 Thread Marco Martin
On Friday 13 November 2009, Sebastian Kügler wrote: > Hey, > > I've just moved the webslice plasmoid to kdereview, for inclusion in KDE > 4.4. > > The webslice applet is there to put an interactive part of a webpage onto > Plasma as an applet. > > You can specify an element with a CSS selector