Feature #2532. Global filter shortcuts for project::added and project::modified.

- Add a startup warning message if global filters are being used.
- Add tooltip messages for the checkbox shortcuts.
This commit is contained in:
cc9cii 2015-05-14 19:36:39 +10:00
parent 65a88aaedb
commit 60f963382b
4 changed files with 53 additions and 2 deletions

View file

@ -60,6 +60,8 @@ namespace CS
boost::filesystem::ofstream mPidFile;
bool mFsStrict;
void showSplashMessage();
void setupDataFiles (const Files::PathContainer& dataDirs);
std::pair<Files::PathContainer, std::vector<std::string> > readConfig();