summaryrefslogtreecommitdiffstats
path: root/newpicsdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remember last directory when archiving picsArno2012-03-191-1/+3
| | | | Write last opened dir from QFileDialog in NewPicsDialog.
* Move some code from NewPicsDialog aroundArno2012-02-261-43/+3
| | | | | Put mapping editor into a seperate class to make it easier using it for changing mappings later.
* Make NewPicsDialog archive picturesArno2012-02-251-11/+73
| | | | | | Finally NewPicsDialog actually does something. Added another parameter to Helper::moveToArchive. If set to true, files will only be copied instead of moved. Default is false, not changing the expected behavior.
* Implemented mapping widget for NewPicsDialogArno2012-02-251-1/+46
| | | | | | | Make it possible to add mappings to new pictures. This actually was a tough one. Maybe I shouldn't drink and code. Next: make NewPicsDialog actually do something.
* Implemented NewPicsDialogArno2012-02-241-0/+248
Version 1 of NewPicsDialog. Just one single tab for adding files. Does nothing yet besides adding and removing files.