[Bug 167873] New: Tag and album trees are not expanded when searching for entries

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 167873] New: Tag and album trees are not expanded when searching for entries

Bugzilla from gandalf.lechner@esi.ac.at
------- 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=167873         
           Summary: Tag and album trees are not expanded when searching for
                    entries
           Product: digikam
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: gandalf.lechner esi ac at


Version:           0.10.0-beta3 (rev.: 840177) (using 4.1.00 (KDE 4.1.0), Kubuntu packages)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.24-17-generic

When typing in the search bar under the tag tree or album tree, autocompletion is used to narrow down the search quickly. However, the tree does not expand so that the user does not see what entries are still left that match the search. For example, one could type "Lond" in the search bar under the tag tree, and although the tag "London" matches this entry, this information stays hidden in the collapsed tree structure Place->Europe->UK->London.
Moreover, when the entry matches only a single unique item (tag or album), this item should be easily selectable (for example by hitting enter), since this is what the users usually wants in such a situation.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 167873] Tag and album trees are not expanded when searching for entries

Gilles Caulier-4
------- 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=167873         
caulier.gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|general                     |Filter
      everconfirmed|0                           |1



------- Additional Comments From caulier.gilles gmail com  2008-07-31 19:29 -------
Gandalf,

I confirm this one too...

Andi, it can be fixed easily i think.

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 167873] Tag and album trees are not expanded when searching for entries

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from gandalf.lechner@esi.ac.at
------- 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=167873         




------- Additional Comments From andi.clemens gmx net  2008-08-16 18:36 -------
I'll have a look on this one... I guess this will also be true for KDE3.

Andi
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 167873] Tag and album trees are not expanded when searching for entries

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from gandalf.lechner@esi.ac.at
------- 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=167873         




------- Additional Comments From andi.clemens gmx net  2008-08-16 23:46 -------
Created an attachment (id=26885)
 --> (http://bugs.kde.org/attachment.cgi?id=26885&action=view)
expand patch #1

When searching for albums and tags with the quick filter text search, the
folder view has not been expanded when an item matched the search criteria.

For this to work, we have to use setOpen() on every matched item. In most of
the cases the whole album or tag tree will be expanded, which will be very
annoying when you have a lot of tags or albums.

This commit will introduce a new FolderView method collapseView(CollapseMode
mode), that will collapse the tree when the search criteria is removed. Right
now it has two modes:

* CollapseModeOmitRoot (default): Collapse all items and expand the root item
in the end. This is used most of the time, for example for the AlbumFolderView,
where a root item (My Albums) has to be expanded again, otherwise no albums
will be seen.

* CollapseModeAll: Collapse all the items in the folder view. This is used
right now only in the TagFilterView, which has no root item and therefore
should not try to expand it.

If the new behavior is acceptable, it has to be ported to KDE3 of course.

Andi
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 167873] Tag and album trees are not expanded when searching for entries

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from gandalf.lechner@esi.ac.at
------- 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=167873         




------- Additional Comments From andi.clemens gmx net  2008-08-17 10:07 -------
Created an attachment (id=26891)
 --> (http://bugs.kde.org/attachment.cgi?id=26891&action=view)
expand patch #2

Slightly updated version, now CollapseModeOmitRoot is set as the default
action.

Andi
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel