Re: Plasma Wallpapers in QML

2012-10-03 Thread Marco Martin
On Wednesday 03 October 2012, Reza Shah wrote: seems bounce plasmoid can be converted as animated wallpaper. it has sound, well not the baby one :) can be tickled hmm, may be an excellent excuse to kill it ;) for stuff like that tough it would need the ability to use another wallpaper as

Re: Plasma Wallpapers in QML

2012-10-02 Thread Aleix Pol
On Mon, Oct 1, 2012 at 12:56 AM, Aleix Pol aleix...@kde.org wrote: On Sat, Sep 29, 2012 at 5:25 PM, Marco Martin notm...@gmail.com wrote: On Saturday 29 September 2012, Marco Martin wrote: i tried to do a wallpaper (called haenau) in the style of the typical default kde wallpaper that is just

Re: Plasma Wallpapers in QML

2012-10-02 Thread Marco Martin
On Tuesday 02 October 2012, Aleix Pol wrote: I'll look into this during next (or this, already .) week. Looked into Haenau, looking promising! Thanks for caring, Marco! :) Aleix I pushed a new dialog with the previews. It still doesn't get much CPU here (or maybe I just have a

Re: Plasma Wallpapers in QML

2012-10-02 Thread Aleix Pol
On Tue, Oct 2, 2012 at 5:33 PM, Marco Martin notm...@gmail.com wrote: On Tuesday 02 October 2012, Aleix Pol wrote: I'll look into this during next (or this, already .) week. Looked into Haenau, looking promising! Thanks for caring, Marco! :) Aleix I pushed a new dialog with the

Re: Plasma Wallpapers in QML

2012-10-02 Thread Aleix Pol
On Tue, Oct 2, 2012 at 5:39 PM, Aleix Pol aleix...@kde.org wrote: On Tue, Oct 2, 2012 at 5:33 PM, Marco Martin notm...@gmail.com wrote: On Tuesday 02 October 2012, Aleix Pol wrote: I'll look into this during next (or this, already .) week. Looked into Haenau, looking promising! Thanks

Re: Plasma Wallpapers in QML

2012-10-02 Thread Marco Martin
On Tuesday 02 October 2012, Aleix Pol wrote: reason was it was asking the scene a repaint every time, with a qpixmap as cache is way faster now. a current issue is that every delegate you click on is actually parsing the qml (ouch ;) -- Marco Martin

Re: Plasma Wallpapers in QML

2012-10-02 Thread Aaron J. Seigo
On Tuesday, October 2, 2012 20:28:29 Aleix Pol wrote: I just pushed the mouse events forwarding to the QGraphicsScene, not it's not only alive but it can be tickled ;). ... so who'll be the first one to find a cute picture of a baby and a funny giggling sound and make it into a wallpaper? ;)

Re: Plasma Wallpapers in QML

2012-10-02 Thread Reza Shah
seems bounce plasmoid can be converted as animated wallpaper. it has sound, well not the baby one :) can be tickled On Wed, Oct 3, 2012 at 6:13 AM, Aaron J. Seigo ase...@kde.org wrote: On Tuesday, October 2, 2012 20:28:29 Aleix Pol wrote: I just pushed the mouse events forwarding to the

Re: Plasma Wallpapers in QML

2012-10-02 Thread Reza Shah
HI Aleix, Tried with latest one, seems there were some delay in configuration dialog: - when clicking Haenau, i can feel slight delay until the thumbnail selected, you can compare with ascii and hunyango (do selection between them). - seem the thumbnails are 'active', they changed their

Re: Plasma Wallpapers in QML

2012-10-02 Thread Aleix Pol
On Wed, Oct 3, 2012 at 1:52 AM, Reza Shah rshah0...@kireihana.com wrote: HI Aleix, Tried with latest one, seems there were some delay in configuration dialog: - when clicking Haenau, i can feel slight delay until the thumbnail selected, you can compare with ascii and hunyango (do selection

Re: Plasma Wallpapers in QML

2012-10-02 Thread Aleix Pol
...and pushed. On Wed, Oct 3, 2012 at 3:05 AM, Aleix Pol aleix...@kde.org wrote: On Wed, Oct 3, 2012 at 1:52 AM, Reza Shah rshah0...@kireihana.com wrote: HI Aleix, Tried with latest one, seems there were some delay in configuration dialog: - when clicking Haenau, i can feel slight delay

Re: Plasma Wallpapers in QML

2012-10-02 Thread Reza Shah
HI Aleix, The thumbnail selection faster now. But seems the wallpaper will always set to Haenau. Tried with ascii or hunyango, but Haenau will be displayed. On Wed, Oct 3, 2012 at 10:34 AM, Aleix Pol aleix...@kde.org wrote: ...and pushed. ___

Re: Plasma Wallpapers in QML

2012-10-02 Thread Aleix Pol
Hi, It should be fixed now! Good night*! Aleix PS: or whatever is according to your time zone ;) On Wed, Oct 3, 2012 at 4:24 AM, Reza Shah rshah0...@kireihana.com wrote: HI Aleix, The thumbnail selection faster now. But seems the wallpaper will always set to Haenau. Tried with ascii or

Re: Plasma Wallpapers in QML

2012-09-30 Thread Aleix Pol
On Sat, Sep 29, 2012 at 5:25 PM, Marco Martin notm...@gmail.com wrote: On Saturday 29 September 2012, Marco Martin wrote: i tried to do a wallpaper (called haenau) in the style of the typical default kde wallpaper that is just some simple svg shapes that are every 30 seconds gien a random

Re: Plasma Wallpapers in QML

2012-09-29 Thread Marco Martin
On Friday 28 September 2012, Marco Martin wrote: On Thursday 13 September 2012, Aleix Pol wrote: What I did was to create a very very simple plugin (~40 sloc) that lets you easily specify a wallpaper given a QML url. Now it's hardcoded, and we should find a way to pass it (maybe through the

Re: Plasma Wallpapers in QML

2012-09-29 Thread Marco Martin
On Saturday 29 September 2012, Marco Martin wrote: i tried to do a wallpaper (called haenau) in the style of the typical default kde wallpaper that is just some simple svg shapes that are every 30 seconds gien a random opacity and z order, animation is very subtle (as it should always be) and

Re: Plasma Wallpapers in QML

2012-09-28 Thread Marco Martin
On Thursday 13 September 2012, Aleix Pol wrote: What I did was to create a very very simple plugin (~40 sloc) that lets you easily specify a wallpaper given a QML url. Now it's hardcoded, and we should find a way to pass it (maybe through the QVariantList args?) so that a wallpaper is just the

Re: Plasma Wallpapers in QML

2012-09-28 Thread Marco Martin
On Friday 28 September 2012, Marco Martin wrote: On Thursday 13 September 2012, Aleix Pol wrote: What I did was to create a very very simple plugin (~40 sloc) that lets you easily specify a wallpaper given a QML url. Now it's hardcoded, and we should find a way to pass it (maybe through the

Re: Plasma Wallpapers in QML

2012-09-28 Thread Aleix Pol
On Fri, Sep 28, 2012 at 3:26 PM, Marco Martin notm...@gmail.com wrote: On Thursday 13 September 2012, Aleix Pol wrote: What I did was to create a very very simple plugin (~40 sloc) that lets you easily specify a wallpaper given a QML url. Now it's hardcoded, and we should find a way to pass it

Re: Plasma Wallpapers in QML

2012-09-28 Thread Marco Martin
On Friday 28 September 2012, Aleix Pol wrote: On Fri, Sep 28, 2012 at 3:26 PM, Marco Martin notm...@gmail.com wrote: On Thursday 13 September 2012, Aleix Pol wrote: What I did was to create a very very simple plugin (~40 sloc) that lets you easily specify a wallpaper given a QML url. Now

Re: Plasma Wallpapers in QML

2012-09-25 Thread Aaron J. Seigo
On Tuesday, September 25, 2012 03:21:39 Aleix Pol wrote: git clone kde:scratch/apol/qmlwallpapers works very nicely; would be even nicer if mouse events were passed through, though, to allow some level of interaction, but given the mechanism that is needed to be used to make this work at the

Re: Plasma Wallpapers in QML

2012-09-25 Thread Aleix Pol
On Tue, Sep 25, 2012 at 9:31 AM, Aaron J. Seigo ase...@kde.org wrote: On Tuesday, September 25, 2012 03:21:39 Aleix Pol wrote: git clone kde:scratch/apol/qmlwallpapers works very nicely; would be even nicer if mouse events were passed through, though, to allow some level of interaction, but

Re: Plasma Wallpapers in QML

2012-09-25 Thread Sebastian Kügler
On Tuesday, September 25, 2012 10:24:04 Aleix Pol wrote: On Tue, Sep 25, 2012 at 9:31 AM, Aaron J. Seigo ase...@kde.org wrote: On Tuesday, September 25, 2012 03:21:39 Aleix Pol wrote: git clone kde:scratch/apol/qmlwallpapers works very nicely; would be even nicer if mouse events were

Re: Plasma Wallpapers in QML

2012-09-25 Thread Aleix Pol
On Tue, Sep 25, 2012 at 1:49 PM, Marco Martin notm...@gmail.com wrote: On Tue, Sep 25, 2012 at 10:24 AM, Aleix Pol aleix...@kde.org wrote: There's some wallpaper that has mouse events already, I think it's mandelbrot or marble.. I can see if I can forward those events to the scene... OTOH, it

Re: Plasma Wallpapers in QML

2012-09-25 Thread Reza Shah
Hi I tried converting current color wallpaper to qml (painting is hybrid, some background type still painted in c++). I put in kde:scratch/rshah/colorwallpaperqml Regards, Reza ___ Plasma-devel mailing list Plasma-devel@kde.org

Re: Plasma Wallpapers in QML

2012-09-24 Thread Aleix Pol
On Mon, Sep 17, 2012 at 6:54 PM, Aleix Pol aleix...@kde.org wrote: On Mon, Sep 17, 2012 at 4:55 PM, Aleix Pol aleix...@kde.org wrote: On Fri, Sep 14, 2012 at 6:19 PM, Marco Martin notm...@gmail.com wrote: On Thursday 13 September 2012, Aleix Pol wrote: Hi, So I was tired of KPeople for today

Re: Plasma Wallpapers in QML

2012-09-17 Thread Aleix Pol
On Fri, Sep 14, 2012 at 6:19 PM, Marco Martin notm...@gmail.com wrote: On Thursday 13 September 2012, Aleix Pol wrote: Hi, So I was tired of KPeople for today and I've decided to play a bit with wallpapers. What I did was to create a very very simple plugin (~40 sloc) that lets you easily

Re: Plasma Wallpapers in QML

2012-09-17 Thread Aleix Pol
On Mon, Sep 17, 2012 at 4:55 PM, Aleix Pol aleix...@kde.org wrote: On Fri, Sep 14, 2012 at 6:19 PM, Marco Martin notm...@gmail.com wrote: On Thursday 13 September 2012, Aleix Pol wrote: Hi, So I was tired of KPeople for today and I've decided to play a bit with wallpapers. What I did was to

Re: Plasma Wallpapers in QML

2012-09-14 Thread Sebastian Kügler
On Thursday, September 13, 2012 18:25:58 Aleix Pol wrote: Hi, So I was tired of KPeople for today and I've decided to play a bit with wallpapers. What I did was to create a very very simple plugin (~40 sloc) that lets you easily specify a wallpaper given a QML url. Now it's hardcoded, and

Re: Plasma Wallpapers in QML

2012-09-14 Thread Aleix Pol
On Fri, Sep 14, 2012 at 5:27 PM, Sebastian Kügler se...@kde.org wrote: On Thursday, September 13, 2012 18:25:58 Aleix Pol wrote: Hi, So I was tired of KPeople for today and I've decided to play a bit with wallpapers. What I did was to create a very very simple plugin (~40 sloc) that lets

Re: Plasma Wallpapers in QML

2012-09-14 Thread Marco Martin
On Thursday 13 September 2012, Aleix Pol wrote: Hi, So I was tired of KPeople for today and I've decided to play a bit with wallpapers. What I did was to create a very very simple plugin (~40 sloc) that lets you easily specify a wallpaper given a QML url. Now it's hardcoded, and we should

Plasma Wallpapers in QML

2012-09-13 Thread Aleix Pol
Hi, So I was tired of KPeople for today and I've decided to play a bit with wallpapers. What I did was to create a very very simple plugin (~40 sloc) that lets you easily specify a wallpaper given a QML url. Now it's hardcoded, and we should find a way to pass it (maybe through the QVariantList

Plasma Wallpapers in QML

2012-09-13 Thread Aleix Pol
Hi, So I was tired of KPeople for today and I've decided to play a bit with wallpapers. What I did was to create a very very simple plugin that lets you easily specify a wallpaper given a QML url. Now it's hardcoded but we could just find a way to pass it (maybe through the QVariantList args?) so

Re: Plasma Wallpapers in QML

2012-09-13 Thread Aleix Pol
On Thu, Sep 13, 2012 at 7:21 PM, Aleix Pol aleix...@kde.org wrote: Hi, So I was tired of KPeople for today and I've decided to play a bit with wallpapers. What I did was to create a very very simple plugin that lets you easily specify a wallpaper given a QML url. Now it's hardcoded but we