------- 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=162206 Summary: WISH: case sensitivity in the text quick filter Product: digikam Version: unspecified Platform: Ubuntu Packages OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: Filter AssignedTo: digikam-devel kde org ReportedBy: ljplug fastmail fm Version: 0.9.4 (using KDE 3.5.9) Installed from: Ubuntu Packages OS: Linux The text quick-filter search box would be more useful if it were case sensitive. This would allow, for example, to discriminate between *.jpg and *.JPG files (where one is the camera jpeg image and the other is produced by a raw converter). _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
------- 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=162206 arnd.baecker web de changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|WISH: case sensitivity in |WISH: case sensitivity in |the text quick filter |the text quick filter ------- Additional Comments From arnd.baecker web de 2008-05-17 13:12 ------- Most likely, this should be made configurable - what do you think Lawrence, Gilles? Could one add something like this to the right-mouse-button pop-up for the text-field of the search box? _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from ljplug@fastmail.fm
------- 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=162206 ------- Additional Comments From caulier.gilles gmail com 2008-05-17 13:40 ------- Arnd, I'm totally agree with your proposal. Like this, we can add later more option to perform text filtering, if necessary. Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from ljplug@fastmail.fm
------- 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=162206 ------- Additional Comments From ljplug fastmail fm 2008-05-17 14:15 ------- Optional would be best - total agreement from me. cheers _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from ljplug@fastmail.fm
------- 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=162206 ------- Additional Comments From arnd.baecker web de 2008-05-17 14:47 ------- On the technical side, there are two things: a) In kio digikamalbums.cpp: there is the routine makeFilterList( const QString &filter ) which calls regExps << QRegExp( (*it).stripWhiteSpace(), false, true ); Setting the "false" to "true" corresponds to a case sensitive search. So in kio_digikamalbums::special(const QByteArray& data) a new element (e.g. `caseSensitive`) for `QDataStream ds` has to be added. If I remember correctly, one has to be careful when adding stuff here due to the serial protocol ... b) add a new entry to the pop-up and a new configuration option to save this setting While a) seems pretty straightforward, I am not sure about b), i.e. whether one can easily sub-class the pop-up menu and simply add a new entry? _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from ljplug@fastmail.fm
------- 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=162206 ------- Additional Comments From mikmach wp pl 2008-05-17 19:49 ------- As an exemple of interface for this I'd like to point to KPDF. There is small button with appearing menu with options: Case sensitive -------------- Match phrase Match all words Match any word It means there is possibility of combination case sensitive + match phrase or case insensitive + match any word. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from ljplug@fastmail.fm
------- 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=162206 mikmach wp pl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW everconfirmed|0 |1 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |