Moving Milou to Extragear
Albert Astals Cid
aacid at kde.org
Wed Feb 12 22:57:56 UTC 2014
El Dimarts, 11 de febrer de 2014, a les 11:55:01, Vishesh Handa va escriure:
> Hello people
>
> I've been developing Milou for quite some time now and I think it would be
> best to move it into extragear so that a release can be made sometime after
> the 4.13 release.
>
> Milou is a dedicated search plasmoid for Baloo. Here is a nice screenshot
> [1]. It also supports previews for certain file types, specially emails.
>
> It implements its own form of "runners" called "sources". The main source is
> the Baloo source along with one for applications. On moving to KF5 its
> concept of sources will be dropped and it will directly use the runners.
> The needed features will be added to the krunner framework.
>
> I could really use a review for the QML code, hence the plasma-devel cc.
Also you can optimize
qDeleteAll(m_mapping.values());
to
qDeleteAll(m_mapping);
Cheers,
Albert
More information about the Plasma-devel
mailing list