From kde-core-devel Tue Jul 01 22:38:35 2008 From: Allen Winter Date: Tue, 01 Jul 2008 22:38:35 +0000 To: kde-core-devel Subject: Re: Nepomuk file watch service moved to kdereview Message-Id: <200807011838.36260.winter () kde ! org> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=121495195905240 On Tuesday 01 July 2008 13:13:45 Sebastian Trüg wrote: > as there were no objections I moved the Nepomuk file watch service into > kdereview. You can find it in the nepomuk/filewatch subdirectory. Please have > a look so we can get it into KDE 4.1. > > As discussed in the previous thread I removed the inotify dependancy due to > its immature status. Thus, the file watch service now solely depends on > KDirNotify. While this only captures KDE-only users, it is a way better > situation then having nothing at all. > > Thanks for considering. > First overall review looks good, but I especially like this code: regexpPath.replace( QRegExp( "([\\.\\?\\*\\\\+\\(\\)\\\\\\|\\[\\]{}])" ), "\\\\\\1" ); :)