Re: api to get tray icon panel foreground color?

2011-02-18 Thread Andriy Rysin
On 02/18/2011 09:53 PM, Aaron J. Seigo wrote: On Friday, February 18, 2011, Andriy Rysin wrote: So the question is what's the API to get suggested tray foreground color? in Plasma, what we are doing right now is this: m_svg = new Plasma::Svg(this); m_svg->setImagePath("widget

Re: api to get tray icon panel foreground color?

2011-02-18 Thread Aaron J. Seigo
On Friday, February 18, 2011, Andriy Rysin wrote: > So the question is what's the API to get suggested tray foreground color? in Plasma, what we are doing right now is this: m_svg = new Plasma::Svg(this); m_svg->setImagePath("widgets/labeltexture"); m_svg->setContainsMulti

api to get tray icon panel foreground color?

2011-02-18 Thread Andriy Rysin
In regards to https://bugs.kde.org/show_bug.cgi?id=266434 I've added a halo as suggested before and then had to increase its radius but it's still not a perfect solution for some themes. To provide reliable text in tray indicator needs to know suggested foreground color. Or background color but

Re: Review Request: Enable kDebug/kWarning/kError colors when sending output to file instead of tty

2011-02-18 Thread Nicolás Alvarez
On 18/02/2011, David Faure wrote: > So does this work with `less` for instance? tail -f ? Or only with `cat`? Or > how do you use this? > My question is, whether we should remove the isatty check or indeed only > make it configurable. 'less' works if you pass the -R option, which even parses and

Re: git workflow draft

2011-02-18 Thread Nicolás Alvarez
On 18/02/2011, Wolfgang Rohdewald wrote: > On Freitag 18 Februar 2011, Parker Coates wrote: >> This is off topic, but is there a git tool to run a particular >> command (for example, cmake && make && ./test) for every >> commit in a range? Something like git-bisect without the >> bisecting. > > fo

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

2011-02-18 Thread Martin Bednar
--- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/6513/#review9886 --- /branches/KDE/4.6/kdebase/workspace/kcontrol/randr/module/randrmo

Re: Review Request: Enable kDebug/kWarning/kError colors when sending output to file instead of tty

2011-02-18 Thread Sergio Luis Martins
> On Feb. 18, 2011, 3:01 p.m., David Faure wrote: > > OK, cool. > > > > Maybe a less technical name for the env var would be KDE_COLOR_DEBUG_ALWAYS > > ? Commited KDE_COLOR_DEBUG_ALWAYS - Sergio Luis --- This is an automatically gener

Re: git workflow draft

2011-02-18 Thread Stephen Kelly
Johannes Sixt wrote: > I'm tired aguing, so I'll leave it at that. Just one point (because I > don't want to be called silly): Just for clarity I wasn't calling you silly :). I think we're just victims of low-bandwidth communication. All the best, Steve.

Re: Review Request: Enable kDebug/kWarning/kError colors when sending output to file instead of tty

2011-02-18 Thread David Faure
> On Feb. 18, 2011, 2:03 p.m., Sergio Luis Martins wrote: > > Johannes Sixt wrote: > > > Why a new variable? Wouldn't it be possible to give the value of > > > KDE_COLOR_DEBUG a meaning? For example: > > > KDE_COLOR_DEBUG=always > > > could enable the new behavior, any other value (except empty)

Re: Review Request: Enable kDebug/kWarning/kError colors when sending output to file instead of tty

2011-02-18 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100675/#review1488 --- Ship it! OK, cool. Maybe a less technical name for the env var

Re: Review Request: Enable kDebug/kWarning/kError colors when sending output to file instead of tty

2011-02-18 Thread Sergio Luis Martins
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100675/#review1486 --- Johannes Sixt wrote: > Why a new variable? Wouldn't it be possib

Re: Review Request: Enable kDebug/kWarning/kError colors when sending output to file instead of tty

2011-02-18 Thread Sergio Luis Martins
> On Feb. 18, 2011, 9:40 a.m., David Faure wrote: > > So does this work with `less` for instance? tail -f ? Or only with `cat`? > > Or how do you use this? > > My question is, whether we should remove the isatty check or indeed only > > make it configurable. It will work with any tool that out

Re: git workflow draft

2011-02-18 Thread Johannes Sixt
Am 2/18/2011 11:37, schrieb Parker Coates: > This is off topic, but is there a git tool to run a particular command > (for example, cmake && make && ./test) for every commit in a range? > Something like git-bisect without the bisecting. > > More than once, I've rebased a local topic branch and bee

Re: git workflow draft

2011-02-18 Thread Wolfgang Rohdewald
On Freitag 18 Februar 2011, Parker Coates wrote: > This is off topic, but is there a git tool to run a particular > command (for example, cmake && make && ./test) for every > commit in a range? Something like git-bisect without the > bisecting. for commit in `git log 64d2c1e...ba634b6 --pretty='fo

Re: git workflow draft

2011-02-18 Thread Parker Coates
On Fri, Feb 18, 2011 at 03:21, Johannes Sixt wrote: > I'm tired aguing, so I'll leave it at that. Just one point (because I > don't want to be called silly): > > Am 2/17/2011 21:56, schrieb Stephen Kelly: >>> Choose a starting point >>> that is convenient; but DO NOT CHANGE IT once you have done se

Re: Review Request: Enable kDebug/kWarning/kError colors when sending output to file instead of tty

2011-02-18 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100675/#review1482 --- So does this work with `less` for instance? tail -f ? Or only wi

Re: Review Request: Enable kDebug/kWarning/kError colors when sending output to file instead of tty

2011-02-18 Thread Johannes Sixt
Am 2/17/2011 21:49, schrieb Sergio Luis Martins: > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/100675/ > > > Review request for kdelibs. > By Sergio Luis Martins. > > > Description > > The existing KDE_COLOR_DEBUG env variable enables colors

Re: git workflow draft

2011-02-18 Thread Johannes Sixt
I'm tired aguing, so I'll leave it at that. Just one point (because I don't want to be called silly): Am 2/17/2011 21:56, schrieb Stephen Kelly: >> Choose a starting point >> that is convenient; but DO NOT CHANGE IT once you have done serious >> development, because a change (aka rebase) basically

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

2011-02-18 Thread alter_schwede
--- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/6513/ --- Review request for kdelibs and usability. Summary --- I already posted