]> vaikene.ee Git - evaf/commit
Added the FileFinder application.
authorEnar Väikene <enar@vaikene.net>
Fri, 25 Nov 2011 11:06:52 +0000 (13:06 +0200)
committerEnar Väikene <enar@vaikene.net>
Fri, 25 Nov 2011 11:06:52 +0000 (13:06 +0200)
commite73fe47c7bba8066feeb68b0f1568f3ac493f50c
tree21280e7a597b6db0e1f249c525c11fa15ae5a1b9
parente57a5093516025dc800d9da1aad07f55cef8ff42
Added the FileFinder application.

The FileFinder application is used to search for files that match file and/or content patterns.
15 files changed:
src/apps/CMakeLists.txt
src/apps/FileFinder/CMakeLists.txt [new file with mode: 0644]
src/apps/FileFinder/Engine/CMakeLists.txt [new file with mode: 0644]
src/apps/FileFinder/Engine/engine.cpp [new file with mode: 0644]
src/apps/FileFinder/Engine/engine.h [new file with mode: 0644]
src/apps/FileFinder/Engine/iFileFinder [new file with mode: 0644]
src/apps/FileFinder/Engine/ifilefinder.h [new file with mode: 0644]
src/apps/FileFinder/Engine/version.h [new file with mode: 0644]
src/apps/FileFinder/Engine/version.rc [new file with mode: 0644]
src/apps/FileFinder/GUI/CMakeLists.txt [new file with mode: 0644]
src/apps/FileFinder/GUI/gui.cpp [new file with mode: 0644]
src/apps/FileFinder/GUI/gui.h [new file with mode: 0644]
src/apps/FileFinder/GUI/gui.qrc [new file with mode: 0644]
src/apps/FileFinder/GUI/version.h [new file with mode: 0644]
src/apps/FileFinder/GUI/version.rc [new file with mode: 0644]