[digikam] [Bug 397718] String comparison type field - meaning is unclear

2022-01-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397718

caulier.gil...@gmail.com changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 397718] String comparison type field - meaning is unclear

2020-07-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397718

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Version Fixed In||7.1.0

--- Comment #5 from caulier.gil...@gmail.com ---
For me the description by a tooltip is the standard way to do and used
everywhere in digiKam. Putting description in label everywhere will bloat the
GUI. It's definitively a wrong solution especially for this kind of settings.

The terminology used for this settings is clear and well described in the
tooltip. Code source relevant:

DHBox* const stringComparisonHbox = new DHBox(behaviourPanel);
d->stringComparisonTypeLabel  = new QLabel(i18n("String comparison
type:"), stringComparisonHbox);
d->stringComparisonType   = new QComboBox(stringComparisonHbox);
d->stringComparisonType->addItem(i18nc("method to compare strings",
"Natural"), ApplicationSettings::Natural);
d->stringComparisonType->addItem(i18nc("method to compare strings",
"Normal"),  ApplicationSettings::Normal);
d->stringComparisonType->setToolTip(i18n("Sets the way in which strings
are compared inside digiKam. "
 "This eg. influences the sorting
of the tree views."
 "Natural tries to compare
strings in a way that regards some normal conventions "
 "and will eg. result in sorting
numbers naturally even if they have a different number of digits."
 "Normal uses a more
technical approach. "
 "Use this style if you eg. want to
entitle albums with ISO dates (201006 or 20090523) "
 "and the albums should be sorted
according to these dates."));

I close this file now...

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 397718] String comparison type field - meaning is unclear

2018-08-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397718

--- Comment #4 from b...@wt.net ---
Ok, I guess I was too impatient to notice the popup window.

Ok, I get it now. The label should then be changed to note that it affects list
entry order. "String comparison type" denotes how it works under the covers.

Tree list ordering:  [ normal | natural ]

Normal & natural are too similar in meaning, I would suggest something else but
not sure what.

I don't agree that the popup text is all that clear.  I think a (?) link to a
help page that shows an image with trees side-by-side showing how the option
changes the ordering would be much better.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 397718] String comparison type field - meaning is unclear

2018-08-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397718

--- Comment #3 from caulier.gil...@gmail.com ---
Flickr visibility fixed

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 397718] String comparison type field - meaning is unclear

2018-08-21 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=397718

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #2 from Maik Qualmann  ---
I also think that the tooltip describes it well.
But the Flickr image is private.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 397718] String comparison type field - meaning is unclear

2018-08-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397718

--- Comment #1 from caulier.gil...@gmail.com ---
The contextual help over the option is really clear, no ?

https://www.flickr.com/photos/digikam/44182614451/in/dateposted/

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 397718] String comparison type field - meaning is unclear

2018-08-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397718

caulier.gil...@gmail.com changed:

   What|Removed |Added

  Component|Usability-Ergonomy  |Setup-Misc
 CC||caulier.gil...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.