Hi Gilles,
since you worked on the settings I'd like to ask for a (easy) wish: The
ordering of setting pages should be regrouped from this order
d->dcrawPage = new SetupDcraw(d->page_dcraw);
d->iofilesPage = new SetupIOFiles(d->page_iofiles);
d->imgpluginsPage = new SetupImgPlugins(d->page_imgplugins);
d->slideshowPage = new SetupSlideShow(d->page_slideshow);
d->iccPage = new SetupICC(d->page_icc, this);
to this order:
d->dcrawPage = new SetupDcraw(d->page_dcraw);
d->iccPage = new SetupICC(d->page_icc, this);
d->iofilesPage = new SetupIOFiles(d->page_iofiles);
d->imgpluginsPage = new SetupImgPlugins(d->page_imgplugins);
d->slideshowPage = new SetupSlideShow(d->page_slideshow);
This makes sense because those themes and their settings belong together. I
don't like to navigate in the left frame for the logically next step.
I can commit the change myself if you agree.
Gerhard
--
Hakuna matata
http://www.gerhard.fr_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel