Re: Review Request: ksmserver should ignore non-executable files under ~/.kde4/Autostart

2012-10-16 Thread Jekyll Wu
> On Oct. 16, 2012, 9:01 p.m., Kai Uwe Broulik wrote: > > Well, in KDE's Autostart config you can add .desktop files to autostart, so > > did I with e.g. Yakuake. They don't seem to be stored in .kde/Autostart, > > though. Yes, those .desktop files usually live under ~/.config/autostart/. This

Re: Review Request: ksmserver should ignore non-executable files under ~/.kde4/Autostart

2012-10-16 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106911/#review20470 --- Well, in KDE's Autostart config you can add .desktop files to a

Re: Doxygen for QML components

2012-10-16 Thread Marco Martin
On Tuesday 16 October 2012, Aurélien Gâteau wrote: > - document class elements with comment blocks located next to the > documented element > > The code is available from kde:scratch/gateau/doxyqml . It is just a hack > right now, using a proper grammar file would be more reliable, but it works >

Re: share-like-connect in 4.10

2012-10-16 Thread Marco Martin
On Wednesday 03 October 2012, Giorgos Tsiapaliokas wrote: > Hello, > > we would like to have the SLC plasmoid in 4.10 by default. > Until now the SLC had plasma-mobile as a dependency due to the Fallback > component, > this component has been move in kde-runtime(at the plasma extras > components).

Re: Review Request: Load and display images in full resolution in imageviewer

2012-10-16 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106907/#review20464 --- Ship it! i tried it on a wetab with some 12megapixels photos.

Review Request: ksmserver should ignore non-executable files under ~/.kde4/Autostart

2012-10-16 Thread Jekyll Wu
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106911/ --- Review request for Plasma and Luboš Luňák. Description --- It does no

Doxygen for QML components

2012-10-16 Thread Aurélien Gâteau
Hi, Currently documentation for QML components is done via a big comment at the beginning of the QML files, which leads to duplication of information and thus sometimes synchronization problems. For example right now the TabBar documentation states it inherits from DualStateButton. I have been