Re: Review Request: Can't switch back to laptop display when external display gets disconnected

2011-07-10 Thread Lamarque Souza
> On Feb. 20, 2011, 3:51 p.m., Lukáš Tinkl wrote: > > Looks OK to me > > Lamarque Souza wrote: > Can this patch be commited to trunk? Ok, I will commit this patch then. - Lamarque --- This is an automatically generated e-mail. To r

Re: Review Request: Locale-independent parsing of floats in trader queries

2011-07-10 Thread Nicolas Alvarez
> On July 10, 2011, 11:27 p.m., Nicolas Alvarez wrote: > > okay... reviewboard ate my message. Trying again: Note that flex (.l) files are used to generate C/C++ source code, but that's *not* being done at build time. You'll have to manually update lex.c when committing this change. (I tried

Re: Review Request: Locale-independent parsing of floats in trader queries

2011-07-10 Thread Nicolas Alvarez
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101610/#review4582 --- - Nicolas On July 10, 2011, 7:39 a.m., Chusslove Illich wrote:

Re: Review Request: Changed KUrl::toLocalFile to use QUrl::path() instead QUrl::toLocalFile() on non-Windows platforms

2011-07-10 Thread Dawit Alemayehu
> On July 10, 2011, 1:20 p.m., Ingo Klöcker wrote: > > This changes the behavior of toLocalFile() for non-local URLs. Instead of > > an empty string your version returns the (remote) path. I'm not sure how > > relevant this is because it makes little sense to call toLocalFile() on > > non-loca

Re: Review Request: Changed KUrl::toLocalFile to use QUrl::path() instead QUrl::toLocalFile() on non-Windows platforms

2011-07-10 Thread Dawit Alemayehu
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101906/ --- (Updated July 10, 2011, 3:34 p.m.) Review request for kdelibs and David Fa

Re: Systray: What is the naming logic for the Systray configuration?

2011-07-10 Thread Sebastian Wiesner
2011/7/10 Christian Esken : > Hello, > > I would like to rename the entry from KMix to "Volume Control" in the > sytray configuration dialog (Systray->ContextMenu->Configure->Entries->Element > column). > > How can I set the name? It's not from the desktop file - I already tried that. Just guessin

Systray: What is the naming logic for the Systray configuration?

2011-07-10 Thread Christian Esken
Hello, I would like to rename the entry from KMix to "Volume Control" in the sytray configuration dialog (Systray->ContextMenu->Configure->Entries->Element column). How can I set the name? It's not from the desktop file - I already tried that. I also browsed the Techbase without success, e.g.

Re: Translation in Qt5 (API)

2011-07-10 Thread Chusslove Illich
Let's make this a branch about i18n API. This includes call syntax (message strings, overloading vs. distinct names), argument substitution syntax (method, %-operator, templates), conversion to string (special classes, implicit vs. explicit), catalog resolution (global vs. by domain). I have no ro

Re: Review Request: Changed KUrl::toLocalFile to use QUrl::path() instead QUrl::toLocalFile() on non-Windows platforms

2011-07-10 Thread Ingo Klöcker
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101906/#review4572 --- This changes the behavior of toLocalFile() for non-local URLs. I

Re: Locale in KF5 / Qt5

2011-07-10 Thread Chusslove Illich
> [: John Layt :] > [...] settings such as date format, number format, etc for a given country > and language. There is a problem in this concept when interaction with translation is taken into account. Consider the message: int volNumFiles; ... i18n("Number of files on the volume: %1", vol

Re: Review Request: Locale-independent parsing of floats in trader queries

2011-07-10 Thread Chusslove Illich
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101610/ --- (Updated July 10, 2011, 7:39 a.m.) Review request for kdelibs. Changes -

Review Request: Changed KUrl::toLocalFile to use QUrl::path() instead QUrl::toLocalFile() on non-Windows platforms

2011-07-10 Thread Dawit Alemayehu
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101906/ --- Review request for kdelibs and David Faure. Summary --- The attached