Re: Review Request 112208: KMix qml applet

2014-03-22 Thread Mark Gaiser
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/112208/#review53775 --- Is there still an intention on getting this in KDE 4.xx? Just

Re: Review Request 105885: job notification shall show full source and target text when in "show more" mode

2014-03-22 Thread Martin Koller
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/105885/ --- (Updated March 22, 2014, 10:43 p.m.) Status -- This change has been

Review Request 116983: Fix the height of the buttonsbar

2014-03-22 Thread Giorgos Tsiapaliokas
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116983/ --- Review request for Plasma. Repository: plasmate Description --- If

Re: fix for installed libksysguard-headers

2014-03-22 Thread Giorgos Tsiapaliokas
Hello, On Saturday 22 of March 2014 11:19:45 Treeve Jelbert wrote: > the following patches fix the installed headers so that they are usable by > other programs. > > I do not have access to reviewboad, so I am submitting them here. reviewboard needs the credentials from https://identity.kde.org/

Re: Notifications in Next

2014-03-22 Thread Thomas Pfeiffer
On Thursday 20 March 2014 21:40:18 Christoph Feck wrote: > On Thursday 20 March 2014 15:11:35 Marco Martin wrote: > > On Thursday 20 March 2014 13:37:12 Martin Klapetek wrote: > > > Hey all, > > > > > > so I think I've nailed all the showstoppers for the new > > > notifications, the code is all in

Re: Review Request 116874: Patch for the next and previous button functionality in an inactive playlist.

2014-03-22 Thread R.Harish Navnit
> On March 19, 2014, 6:05 p.m., Sinny Kumari wrote: > > shells/newshell/package/contents/ui/mediacenter.qml, line 90 > > > > > > Instead of checking runtimeData.url check if playlist current Index is > > -1. I'v

Re: cyclic dependency kwin <> plasma-workspace

2014-03-22 Thread Martin Gräßlin
On Saturday 22 March 2014 10:29:31 Treeve Jelbert wrote: > kwin requires KSMServerDBusInterface from plasma-workspace > plasma-workspace requires KWinDBusInterface from kwin We are just in the process of splitting the repositories. This will all soon be sorted out. Cheers Martin signature.asc D

fix for installed libksysguard-headers

2014-03-22 Thread Treeve Jelbert
the following patches fix the installed headers so that they are usable by other programs. I do not have access to reviewboad, so I am submitting them here. 1. libksysguard compiles standalone 2. ksysguard compiles standalone using the installed headers>From 6a8e6694ca39efb02c3a8f4c445d93b0e4185

cyclic dependency kwin <> plasma-workspace

2014-03-22 Thread Treeve Jelbert
kwin requires KSMServerDBusInterface from plasma-workspace plasma-workspace requires KWinDBusInterface from kwin $ git grep KSMServerDBusInterface kwin/CMakeLists.txt:find_package(KSMServerDBusInterface CONFIG REQUIRED) plasma-desktop/CMakeLists.txt:find_package(KSMServerDBusInterface CO