Re: ZSH completion for kdesrc-build

2014-01-11 Thread Ivan Čukić
You are evil :) Thank you dude! On 11 January 2014 21:34, Ivan Čukić wrote: > You are evil :) Thank you dude! > > > On 11 January 2014 17:04, Thiago Macieira wrote: > >> On sábado, 11 de janeiro de 2014 11:38:25, Ivan Čukić wrote: >> > function _ksrccomp() { >> > reply=(`grep identifier kde_

Re: Review Request 113866: kio bookmarks: Only iterate over element nodes in findToolbar()

2014-01-11 Thread Stefan Brüns
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/113866/ --- (Updated Jan. 11, 2014, 4:34 p.m.) Status -- This change has been ma

Re: Review Request 113866: kio bookmarks: Only iterate over element nodes in findToolbar()

2014-01-11 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/113866/#review47206 --- This review has been submitted with commit 9437d7700cff0331cc

Re: Review Request 113607: Install all user agent desktop files

2014-01-11 Thread Maarten De Meyer
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/113607/#review47194 --- Bump? This is a very trivial change. Should I just commit this

Re: ZSH completion for kdesrc-build

2014-01-11 Thread Thiago Macieira
On sábado, 11 de janeiro de 2014 11:38:25, Ivan Čukić wrote: > function _ksrccomp() { > reply=(`grep identifier kde_projects.xml | sed 's/^[^"]*"//' | sed > 's/".*//' | sort -u`) > } Replace the grep and two sed with just one sed: reply=(`sed -n 's/.*identifier="\(.*\)".*/\1/p' kde_projects.

Re: Review Request 110388: Change default thumbnail cache directory

2014-01-11 Thread Maarten De Meyer
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/110388/ --- (Updated Jan. 11, 2014, 3:15 p.m.) Status -- This change has been di

Re: building kf5

2014-01-11 Thread Alex Merry
On 11/01/14 10:25, Joseph Wenninger wrote: > Hi! > > I'm trying to compile qt5 from the kde repositories, as described in > http://community.kde.org/Frameworks/Building > > First I tried building without qtwebkit, but than the kdesignerplugin > doesn't build which causes a lot of other things to

Re: building kf5

2014-01-11 Thread Alex Merry
On 11/01/14 10:25, Joseph Wenninger wrote: > Hi! > > I'm trying to compile qt5 from the kde repositories, as described in > http://community.kde.org/Frameworks/Building > > First I tried building without qtwebkit, but than the kdesignerplugin > doesn't build which causes a lot of other things to

ZSH completion for kdesrc-build

2014-01-11 Thread Ivan Čukić
Hi all, I wanted to post this on the blog, but my server has some issues lately, so I decided this is the best alternative. Some people at Tokamak desired to have completion for kdesrc-build, so I made a very dirty and ugly completion function for it. -- function _ksrccomp() { reply=(`grep ide

Re: building kf5

2014-01-11 Thread Martin Klapetek
Hey, On Sat, Jan 11, 2014 at 11:25 AM, Joseph Wenninger wrote: > Hi! > > I'm trying to compile qt5 from the kde repositories, as described in > http://community.kde.org/Frameworks/Building > > First I tried building without qtwebkit, but than the kdesignerplugin > doesn't build which causes a lo

building kf5

2014-01-11 Thread Joseph Wenninger
Hi! I'm trying to compile qt5 from the kde repositories, as described in http://community.kde.org/Frameworks/Building First I tried building without qtwebkit, but than the kdesignerplugin doesn't build which causes a lot of other things to fail (kconfig, kparts, ...) I've installed all prerequis

Re: Review Request 114956: Add support for getting a samba share's total size and free space through KIO

2014-01-11 Thread Frank Reininghaus
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114956/#review47184 --- As I already said in the Dolphin request https://git.reviewbo