[Digikam-devel] [Bug 134224] prefix for image filename in camera dialog not working

Marcel Wiesweg marcel.wiesweg at gmx.de
Tue Sep 19 15:48:23 BST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=134224         




------- Additional Comments From marcel.wiesweg gmx de  2006-09-19 16:48 -------
I have now some code ready which adds said combination of label+combobox.
In the combobox, default is "Standard" which represents the default date format used by digikam previously (and is still the default), then ISO, User Readable, Local, and Advanced.

When advanced is chosen, an input dialog pops up which allows to enter a custom string in QDateTime syntax (shortly explained there).
I feel with date and time there is much greater variability, some users will want only date, other only time, in an endless number of differing formats (which leads to creating bug reports). So I think its a good idea to offer flexibility.

What I am unsure, currently, is how provide a way to open the dialog. Currently, it is opened only when "Advanced..." is newly activated.
I also tried
a) a hidden pushbutton which is shown when "Advanced" is chosen - triggers relayouting
b) a disabled pushbutton which is then enabled - clutters interface

Viewpoints?



More information about the Digikam-devel mailing list