Review Request: Support for configurable generic filtering of project files (and directories)
Filip Brcic
brcha at gna.org
Sat Jan 14 14:37:46 UTC 2012
> On Dec. 28, 2011, 5:02 p.m., Aleix Pol Gonzalez wrote:
> > shell/projectcontroller.cpp, line 907
> > <http://git.reviewboard.kde.org/r/103554/diff/2/?file=44975#file44975line907>
> >
> > darcs can't be a default, it's not even supported as a VCS.
> >
> > If you want it to work with darcs by default, please contribute darcs support.
>
> Filip Brcic wrote:
> Well, maybe I will contribute support for darcs vcs. For now I removed _darcs directory from the default filter list.
ping
- Filip
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103554/#review9338
-----------------------------------------------------------
On Dec. 29, 2011, 3:33 p.m., Filip Brcic wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/103554/
> -----------------------------------------------------------
>
> Review request for KDevelop.
>
>
> Description
> -------
>
> Currently KDevPlatform and KDevelop filter only backup files from the project manager. It would be nicer if user could add additional files/directories to be filtered.
>
> This patch adds a configurable stringlist that is to hold globs for files/directories that are to be filtered. Current default values are set to backup files (*~ and *.bak) and darcs repo data directory (_darcs).
>
> How that looks like from the user side can be seen on the screenshot:
>
> http://dl.dropbox.com/u/844580/kdevelop-filters/kdevelop-filtering.png
>
> How that looks from the kdev* developer's side is this:
>
> The stringlist is exposed through ProjectController as a method "QStringList filteredFiles() const". Of course, that method is also accessible through D-Bus interface IProjectController::filteredFiles(). It is left up to project managers to actually filter files, this method just provides a standardized list of files that are to be filtered (using regexp glob).
>
> For previous discussion that lead to this patch, please take a look at https://git.reviewboard.kde.org/r/103549/
>
>
> Diffs
> -----
>
> interfaces/iprojectcontroller.h fd5638c
> shell/projectcontroller.h e21345f
> shell/projectcontroller.cpp e6eda6b
> shell/settings/projectconfig.kcfg a4d7a10
> shell/settings/projectsettings.ui d4ffdbd
>
> Diff: http://git.reviewboard.kde.org/r/103554/diff/diff
>
>
> Testing
> -------
>
> I have patched kdevplatform and kdevelop 1.2.2 on my Gentoo box using this patch (and another patch for cmake project manager: http://dl.dropbox.com/u/844580/kdevelop-filters/kdevelop-generic_filter-1.diff) and filtering works fine.
>
>
> Thanks,
>
> Filip Brcic
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20120114/0cbcad97/attachment.html>
More information about the KDevelop-devel
mailing list