Re: Re: Small QML related questions...

2011-12-18 Thread Martin Gräßlin
On Sunday 18 December 2011 22:07:46 Aaron J. Seigo wrote: > On Sunday, December 18, 2011 18:43:06 Martin =?ISO-8859-1?Q?Gr=E4=DFlin?= > > wrote: > > Hi all, > > > > three small QML/Plasma related questions that came up while working on > > Kickoff and no notmart on IRC to ping ;-). All are relate

Re: folderview broken

2011-12-18 Thread sujith h
On Mon, Dec 19, 2011 at 3:04 AM, Zé wrote: > 2011/12/18 Zé : > > 2011/12/18 sujith h : > >> > >> > >> On Sun, Dec 18, 2011 at 3:44 PM, Zé wrote: > >>> > >>> 2011/12/18 sujith h : > >>> > Hi, > >>> > > >>> > Can you please share the debug message? For me its working fine. > >>> > > >>> > Sujith H

Re: Review Request: Reset time format upon user request

2011-12-18 Thread Lamarque V. Souza
Em Sunday 18 December 2011, David Faure escreveu: > On Sunday 18 December 2011 12:51:25 Lamarque Vieira Souza wrote: > > Another problem with this approach is that we cannot prevent anybody else > > from listening to > > KGlobalSettings::self()->emitChange(KGlobalSettings::SettingsChanged, > > KGlo

Re: Review Request: Reset time format upon user request

2011-12-18 Thread David Faure
On Sunday 18 December 2011 12:51:25 Lamarque Vieira Souza wrote: > Another problem with this approach is that we cannot prevent anybody else > from listening to > KGlobalSettings::self()->emitChange(KGlobalSettings::SettingsChanged, > KGlobalSettings::SETTING_LOCALE). What would be wrong with that

Re: Small QML related questions...

2011-12-18 Thread Marco Martin
On Sunday 18 December 2011, Martin Gräßlin wrote: > 2. Is it possible to get a vertical TabBar with the PlasmaComponents? I > would like to use that if Kickoff is placed on a left/right panel as with > the current version. uhm, nope, didn't add that (we can add it as extended api in the future)

Re: Small QML related questions...

2011-12-18 Thread Aaron J. Seigo
On Sunday, December 18, 2011 18:43:06 Martin =?ISO-8859-1?Q?Gr=E4=DFlin?= wrote: > Hi all, > > three small QML/Plasma related questions that came up while working on > Kickoff and no notmart on IRC to ping ;-). All are related to changing > layout based on location. > > 1. How to get the enum va

Small QML related questions...

2011-12-18 Thread Martin Gräßlin
Hi all, three small QML/Plasma related questions that came up while working on Kickoff and no notmart on IRC to ping ;-). All are related to changing layout based on location. 1. How to get the enum values "LeftEdge", "TopEdge" and so on. I get plasmoid.location but that's just a number. No ma

Re: Re: Re: Breadcrumbs in Kickoff

2011-12-18 Thread Martin Gräßlin
Hey Rick, On Sunday 18 December 2011 09:29:36 Rick Stockton wrote: > On 01/-10/-28163 11:59 AM, Aaron J. Seigo wrote: > > Aaron, my words were unclear. If you and Martin are willing to put this > into the 4.8.x Series, it CAN be done, but we _must_ use the name which > already exists. 'Xbutton1' =

Re: QML Activity List

2011-12-18 Thread David Narvaez
On Sun, Dec 18, 2011 at 11:47 AM, Aaron J. Seigo wrote: > On Sunday, December 18, 2011 11:31:26 Luiz =?ISO-8859-1?Q?Rom=E1rio?= Santana > Rios wrote: > > Is this already working? When I tried to do this, it was broken - > > instead of the icon, the whole plasmoid was placed in the panel. > > you n

Re: Re: Breadcrumbs in Kickoff

2011-12-18 Thread Rick Stockton
On 01/-10/-28163 11:59 AM, Aaron J. Seigo wrote: Aaron, my words were unclear. If you and Martin are willing to put this into the 4.8.x Series, it CAN be done, but we _must_ use the name which already exists. 'Xbutton1' == the Back Button, the other two names will be synonyms for 'XButton1' in

Re: QML Activity List

2011-12-18 Thread Aaron J. Seigo
On Sunday, December 18, 2011 11:31:26 Luiz =?ISO-8859-1?Q?Rom=E1rio?= Santana Rios wrote: > 2011/12/18 Aaron J. Seigo : > > On Sunday, December 18, 2011 01:28:38 Luiz =?ISO-8859-1?Q?Rom=E1rio?= > > Santana> > > Rios wrote: > >> 1 - As it's a regular applet trying to mimic a PopupApplet, it seems

Re: QML Activity List

2011-12-18 Thread Luiz Romário Santana Rios
2011/12/18 Aaron J. Seigo : > On Sunday, December 18, 2011 01:28:38 Luiz =?ISO-8859-1?Q?Rom=E1rio?= Santana > Rios wrote: >> 1 - As it's a regular applet trying to mimic a PopupApplet, it seems > > to fix this, make it an actual popup applet :) > ServiceTypes=Plasma/Applet;PlasmaPopupApplet Is this

Re: Review Request: Reset time format upon user request

2011-12-18 Thread Lamarque Vieira Souza
> On Dec. 18, 2011, 8:59 a.m., David Faure wrote: > > SETTINGS_COMPLETION !? This has nothing to do with completion. How about > > adding a SETTINGS_LOCALE if that's what you need? I am trying to minimize the number of patches needed to fix bug #289094. This review is patch number two and a th

Re: Review Request: Reset time format upon user request

2011-12-18 Thread Lamarque Vieira Souza
> On Dec. 18, 2011, 8:33 a.m., Aaron J. Seigo wrote: > > plasma/generic/applets/digital-clock/clock.cpp, lines 100-102 > > > > > > this still realy ought to be done in klocale Well, we could add a KLocale::commit()

Re: qtcomponents documentation

2011-12-18 Thread Marco Martin
On Saturday 17 December 2011, Aaron J. Seigo wrote: > > well, was actually more thinking about an irc meeting, kinda like > > bugdays, next week (or after the christmasy things if better for people) > > perhaps set up a doodle for people to register their preferred times and > then we can promote

Re: qtcomponents documentation

2011-12-18 Thread notmart
Master should be used now On 17/12/11 18:35 Daker Fernandes Pinheiro wrote: That's fine for me. Marco, I'm still working on the branch, should I submit the changes into it or directly in master? Cheers, On Saturday, December 17, 2011 02:11:06 PM Marco Martin wrote: > On Saturday 17 December

Re: Review Request: Reset time format upon user request

2011-12-18 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103434/#review9031 --- SETTINGS_COMPLETION !? This has nothing to do with completion. H

Re: Re: qtcomponents documentation

2011-12-18 Thread Giorgos Tsiapaliwkas
I am in. When me and Daker were writing the doc we didn't pay any attention to the coding style. Those days the plan was to write the doc with mediawiki format. Is the plan the same?? If yes, I can reform the coding style. -- Giorgos Tsiapaliwkas (terietor) KDE Developer terietor.gr ___

Re: Review Request: Reset time format upon user request

2011-12-18 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103434/#review9030 --- Ship it! i'm ok with this fix for now, but we need to look at m

Re: Review Request: RSSNOW QML:reset the timer on click and some coding style fixes.

2011-12-18 Thread Aaron J. Seigo
On Saturday, December 17, 2011 20:33:37 you wrote: > should i push? sure .. :) -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Development Frameworks signature.asc Description: This is a digitally

Re: QML Activity List

2011-12-18 Thread Aaron J. Seigo
On Sunday, December 18, 2011 01:28:38 Luiz =?ISO-8859-1?Q?Rom=E1rio?= Santana Rios wrote: > 1 - As it's a regular applet trying to mimic a PopupApplet, it seems to fix this, make it an actual popup applet :) ServiceTypes=Plasma/Applet;PlasmaPopupApplet and yes, using components is what you want

Re: Breadcrumbs in Kickoff

2011-12-18 Thread Aaron J. Seigo
On Saturday, December 17, 2011 16:12:18 Rick Stockton wrote: > The names 'BackButton and 'ExtraButton1' aren't defined until Qt5, but > 'XButton1' is already present in Qt 4.7 (and many earlier 4.x Releases, as > well). Implementing this, Xavier (and others) would be able to buy and use > a mouse w