Re: [RFC] Enforcing Compositing

2011-02-22 Thread Dario Freddi
On Sunday 20 February 2011 23:03:10 Martin Gräßlin wrote: On Sunday 20 February 2011 22:50:01 Dario Freddi wrote: On Sunday 20 February 2011 13:38:40 Martin Gräßlin wrote: Hi all, sending this to both Plasma and KWin as the idea affects the complete workspace. Since 4.2 we

GSoC on Porting Plasmoids to QML

2011-02-22 Thread Tomaz Canabrava
Hy All, A bunch of you already know me, and I do plan to apply for the Porting Plasmoids to QML. I already worked a bit with plasmoids ( trying some Widgets using plasma and have a lot of code in the fifteen puzzle plasmoid other some hacks that were not accepted ). I do have a solid knowledge

Re: GSoC on Porting Plasmoids to QML

2011-02-22 Thread Marco Martin
On Tuesday 22 February 2011, Tomaz Canabrava wrote: Hy All, A bunch of you already know me, and I do plan to apply for the Porting Plasmoids to QML. I already worked a bit with plasmoids ( trying some Widgets using plasma and have a lot of code in the fifteen puzzle plasmoid other some

Re: Review Request: Timer: one click to pause/resume, blinks when paused.

2011-02-22 Thread Davide Bettio
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100521/#review1584 --- Please, revert this patch or fix it: * Currently single click

Re: HTTP links in plasmoid applet

2011-02-22 Thread Marco Martin
On Tuesday 22 February 2011, Rémi Benoit wrote: Hello, We're a group of students currently programming a plasmoid applet for KDE and want to include an HTTP link in the text of our widget. I use a Plasma::Label to show the text and I connected the signal linkActivated of the Label to a

Review Request: Keyboard navigation for calendar applet

2011-02-22 Thread Farhad Hedayati Fard
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100718/ --- Review request for Plasma. Summary --- Added some keyboard shortcuts

Re: Review Request: Keyboard navigation for calendar applet

2011-02-22 Thread Farhad Hedayati Fard
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100718/#review1589 --- I found a bug here :P it steals key events from all other

Re: Review Request: Keyboard navigation for calendar applet

2011-02-22 Thread Farhad Hedayati Fard
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100718/#review1587 --- I found a bug here :P it steals key events from all other

Re: Review Request: Keyboard navigation for calendar applet

2011-02-22 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100718/#review1588 --- Ship it! to me is fine, only thing i'm not sure about is the

Re: Review Request: Keyboard navigation for calendar applet

2011-02-22 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100718/#review1590 --- libs/plasmaclock/calendar.cpp

Re: Review Request: Keyboard navigation for calendar applet

2011-02-22 Thread Marco Martin
On Feb. 22, 2011, 5:44 p.m., Farhad Hedayati Fard wrote: I found a bug here :P it steals key events from all other applets too... yeah, i didn't notice grabKeyboard() at first: it shouldn't do that. it should accept focus and input when explicitly activated - Marco

Activities library in kdelibs

2011-02-22 Thread Marco Martin
Hi all, in 4.6 we seen the activities starting to be really used in plasma desktop and kwin... now we need the next logical step. arbitrary applications must be able to use activities, this basically means a client library in kdelibs (the one that now lies in workspace), iirc there was a patch

Re: Activities library in kdelibs

2011-02-22 Thread Ivan Čukić
I think the library will probably have to be in experimental/ fir 4.7 and api rally finalized for 4.8. Yes. The api related to the activities is stable, but the resource open/close/... reporting is not. So, it can go to experimental, not further. -- Cheerio, Ivan -- While you were hanging

Re: GSoC on Porting Plasmoids to QML

2011-02-22 Thread Tomaz Canabrava
Not gonna happen here, Already started talking about the project in the ML. Also already started learning QML, and seeing what can be done for the plasmoids. Where can I grab plasma-2 sources to try it out here? On Tue, Feb 22, 2011 at 1:41 PM, Marco Martin notm...@gmail.com wrote: On Tuesday 22

Re: GSoC on Porting Plasmoids to QML

2011-02-22 Thread Marco Martin
On Tuesday 22 February 2011, Tomaz Canabrava wrote: Not gonna happen here, Already started talking about the project in the ML. Also already started learning QML, and seeing what can be done for the plasmoids. i just would like to avoid having a thousand of proposals on the same thing, this

Re: GSoC on Porting Plasmoids to QML

2011-02-22 Thread Ivan Čukić
Not gonna vanish here too. ;p , morpheuz knows where I live and can kill me if I do. I want to pull the strings from the other side of the pond for that - so that I can brag about it later :) Ch -- While you were hanging yourself on someone else's words Dying to believe in what you heard I

Re: Review Request: Keyboard navigation for calendar applet

2011-02-22 Thread Farhad Hedayati Fard
On Feb. 22, 2011, 5:45 p.m., Marco Martin wrote: libs/plasmaclock/calendar.cpp, line 215 http://git.reviewboard.kde.org/r/100718/diff/1/?file=9927#file9927line215 maybe should the Home key instead of return? Ok! I changed it to the Home key :) - Farhad

Re: Review Request: Keyboard navigation for calendar applet

2011-02-22 Thread Farhad Hedayati Fard
On Feb. 22, 2011, 5:48 p.m., Marco Martin wrote: libs/plasmaclock/calendar.cpp, line 198 http://git.reviewboard.kde.org/r/100718/diff/1/?file=9927#file9927line198 shouldn't grab the keyboard, but just accept focus and work only when focused it seems that focusInEvent and

Re: GSoC on Porting Plasmoids to QML

2011-02-22 Thread Tomaz Canabrava
On Tue, Feb 22, 2011 at 4:18 PM, Marco Martin notm...@gmail.com wrote: On Tuesday 22 February 2011, Tomaz Canabrava wrote: Not gonna happen here, Already started talking about the project in the ML. Also already started learning QML, and seeing what can be done for the plasmoids. i just

Re: Featurlets for 4.7

2011-02-22 Thread Marco Martin
On Friday 11 February 2011, Marco Martin wrote: in this thread talk about ideas, anything comes to your mind will do, there is already a wiki page for it http://community.kde.org/Plasma/Tasks Now i see that this page has gotten pretty popuplated, thats good! there is only one taker in the

Re: GSoC on Porting Plasmoids to QML

2011-02-22 Thread Artur de Souza
Quoting Tomaz Canabrava tcanabr...@kde.org: Not gonna vanish here too. ;p , morpheuz knows where I live and can kill me if I do. I know where both of you (Daker and you!) live...I can chase you :P Cheers! -- --- http://claimid.com/morpheuz

Review of the branch plasma/declarative in kdelibs

2011-02-22 Thread Marco Martin
Hi all, in kdelibs there is since some time a branch called plasma/declarative that contains a new little library, that depends at the moment on kdecore and kdeui (probably is possible to make it depend only from kdecore) that is meant to be used in QML applications. see

... and it begins

2011-02-22 Thread Aaron J. Seigo
hi all.. between work away from plasma on behalf of KDE (c.f. nokia and qt) and the impending trans-atlantic move, i've been far quieter than usual. i've noted this a few times, but want to keep everyone in the know so that you don't start wondering if i've found a new software love somewhere

Re: GSoC on Porting Plasmoids to QML

2011-02-22 Thread Marco Martin
On Tuesday 22 February 2011, Artur de Souza wrote: Quoting Tomaz Canabrava tcanabr...@kde.org: Not gonna vanish here too. ;p , morpheuz knows where I live and can kill me if I do. I know where both of you (Daker and you!) live...I can chase you :P Cheers! you're elected as our official

Re: ... and it begins

2011-02-22 Thread Marco Martin
On Tuesday 22 February 2011, Aaron J. Seigo wrote: hi all.. between work away from plasma on behalf of KDE (c.f. nokia and qt) and the impending trans-atlantic move, i've been far quieter than usual. i've noted this a few times, but want to keep everyone in the know so that you don't start

Review Request: Auto-launch KRunner when the user starts a query and no plasmoid is focused

2011-02-22 Thread Vitor Boschi da Silva
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100719/ --- Review request for Plasma. Summary --- Launches krunner whenever a

Re: Featurlets for 4.7

2011-02-22 Thread Luiz Romário Santana Rios
I'll try to start Activity plasmoid. 2011/2/22 Marco Martin notm...@gmail.com On Friday 11 February 2011, Marco Martin wrote: in this thread talk about ideas, anything comes to your mind will do, there is already a wiki page for it http://community.kde.org/Plasma/Tasks Now i see that

Re: Featurlets for 4.7

2011-02-22 Thread Marco Martin
On Tuesday 22 February 2011, Luiz Romário Santana Rios wrote: I'll try to start Activity plasmoid. great! If you have any questions, just ask :) i think the first thing will have to be to do a dbus interface to show and hide the activity explorer (toggle() could be enough? opinions?) then the

Re: Featurlets for 4.7

2011-02-22 Thread Aaron J. Seigo
On Tuesday, February 22, 2011, Marco Martin wrote: On Tuesday 22 February 2011, Luiz Romário Santana Rios wrote: I'll try to start Activity plasmoid. great! If you have any questions, just ask :) i think the first thing will have to be to do a dbus interface to show and hide the activity

Re: Review of the branch plasma/declarative in kdelibs

2011-02-22 Thread Ian Monroe
On Tue, Feb 22, 2011 at 14:41, Marco Martin notm...@gmail.com wrote: Hi all, in kdelibs there is since some time a branch called plasma/declarative that contains a new little library, that depends at the moment on kdecore and kdeui (probably is possible to make it depend only from kdecore)

Re: Review Request: Auto-launch KRunner when the user starts a query and no plasmoid is focused

2011-02-22 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100719/#review1598 --- Ship it! really interesting idea; i'm not 100% convinced, but

Re: Review Request: Keyboard navigation for calendar applet

2011-02-22 Thread John Layt
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100718/#review1601 --- Just wondering if we want to have navigation for day selection

Re: GSoC on Porting Plasmoids to QML

2011-02-22 Thread Tomaz Canabrava
Already downloaded the Plasmoids from SVN and studying QML. if anything that I should know beforehand, please state them. On Tue, Feb 22, 2011 at 5:42 PM, Marco Martin notm...@gmail.com wrote: On Tuesday 22 February 2011, Artur de Souza wrote: Quoting Tomaz Canabrava tcanabr...@kde.org: Not