diff options
author | Arno <arno@disconnect.de> | 2015-06-07 05:04:42 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2015-06-07 05:04:42 +0200 |
commit | 99be8eab42d06e662357b2d99e6da6d9d0ff5926 (patch) | |
tree | 52ca125e3e4214e78a4c1d6ce144b2bb6395bc12 /pictureviewer2.cpp | |
parent | 7ffee99071517f5f5533f067850e732efe171991 (diff) | |
download | SheMov-99be8eab42d06e662357b2d99e6da6d9d0ff5926.tar.gz SheMov-99be8eab42d06e662357b2d99e6da6d9d0ff5926.tar.bz2 SheMov-99be8eab42d06e662357b2d99e6da6d9d0ff5926.zip |
Usability fixes
* start maximized
* focus MappingTree when showing NewPicsDialog
* Keyboard Shortcuts for FilesystemWidget:
CTRL+UP: go to parent dir
CTRL+LEFT: go back
CTRL+U: unpack
* close UnpackDialog when done
Diffstat (limited to 'pictureviewer2.cpp')
-rw-r--r-- | pictureviewer2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pictureviewer2.cpp b/pictureviewer2.cpp index 3f8c8ff..fcdf4b7 100644 --- a/pictureviewer2.cpp +++ b/pictureviewer2.cpp @@ -321,6 +321,7 @@ void PictureViewer2::showNewPicsDialog(){ } } mNewPicsDlg->addFiles(fileList); + mNewPicsDlg->setFocusToMappings(); mNewPicsDlg->exec(); } |