Issue 1346: flatfield shortcut to current dir; relative paths in .pp3 if referring to files in same dir or subdir

This commit is contained in:
torger
2013-10-26 17:32:56 +02:00
parent cde9f08ab2
commit 2ddc43ad76
8 changed files with 88 additions and 11 deletions

View File

@@ -61,6 +61,7 @@ FilePanel::FilePanel () : parent(NULL) {
dirBrowser->addDirSelectionListener (fileCatalog);
dirBrowser->addDirSelectionListener (recentBrowser);
dirBrowser->addDirSelectionListener (placesBrowser);
dirBrowser->addDirSelectionListener (tpc);
fileCatalog->setFileSelectionListener (this);
fileCatalog->setDirBrowserRemoteInterface (dirBrowser);