Version: 0.7 (using KDE 3.2.1, SuSE) Compiler: gcc version 3.3.3 (SuSE Linux) OS: Linux (i686) release 2.6.5-7.111-default slots slotDownload(All|Selected) and slotDelete(All|Selected) have almost all part of function the same except for selection check. I have created two new functions with boolean argument use all images or just selected and call these functions from slots. This makes easier to change dlownload/delete logic. Patch will be attached.
Created attachment 8159 [details] Remove duplicate code Original files were taken from CVS 2-3 hours ago.
CVS commit by pahlibar: BUG: 92665 BUG: 92312 * Auto-album patch applied (with modifications) to automatically create sub-albums in destination album based on exif date of the camera. - while downloading each file, the corresponding directory is "stat ed" to see if it exists. if not, get albummanager to create the album and write out to database, the date of the album - if any of these steps fails, the whole process bails out * merged the two download (selected/all) into one functio * thanks to lan at ac-sw com for original patches M +93 -82 cameraui.cpp 1.27 M +8 -0 cameraui.h 1.14
Thanks for appling !