[digikam] [Bug 350885] New: Grouping images via the thumbbar is possible, but they disappear in digikam

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

[digikam] [Bug 350885] New: Grouping images via the thumbbar is possible, but they disappear in digikam

Gus Gustafson
https://bugs.kde.org/show_bug.cgi?id=350885

            Bug ID: 350885
           Summary: Grouping images via the thumbbar is possible, but they
                    disappear in digikam
           Product: digikam
           Version: 4.7.0
          Platform: Kubuntu Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: [hidden email]
          Reporter: [hidden email]

The interface allows you to drop one image onto another in the Thumbbar when
you are previewing images to group them. However, after you have done it this
way, it disappears in digikam. If you right-click on the image, you do not get
a "group" option in the list to ungroup them. The missing image is still
viewable via the system file explorer, you just can't get to it in digikam
anymore...

Reproducible: Always

Steps to Reproduce:
1. Enable thumbbar (Settings > Show thumbbar)
2. Open Preview (F3)
3. Drag one image on top of another to "group"
4. Try to ungroup...Impossible

Actual Results:  
Image cannot be ungrouped.

Expected Results:  
Should be able to ungroup image.

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 350885] Grouping images via the thumbbar is possible, but they disappear in digikam

Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=350885

Maik Qualmann <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]

--- Comment #1 from Maik Qualmann <[hidden email]> ---
I can not reproduce the issue with digiKam 4.12.0. It is right, in the thumbar
images can be grouped. The ungrouping is possible in the icon view.

Maik

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 350885] Grouping images via the thumbbar is possible, but they disappear in digikam

Gilles Caulier-4
In reply to this post by Gus Gustafson
https://bugs.kde.org/show_bug.cgi?id=350885

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]

--- Comment #2 from Gilles Caulier <[hidden email]> ---
Maik,

It's a question ?

"It is right, in the thumbbar images can be grouped. The ungrouping is possible
in the icon view."

If we can group items from thumbbar but not ungroup it at the same place this
can be problematic. I vote to disable grouping function for thumbbar for the
moment.

Gilles

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 350885] Grouping images via the thumbbar is possible, but they disappear in digikam

Gus Gustafson
In reply to this post by Gus Gustafson
https://bugs.kde.org/show_bug.cgi?id=350885

--- Comment #3 from Gus Gustafson <[hidden email]> ---
It sounds like Maik does not find the problem. Maybe something has been fixed
between my version (4.7.0) and his version 4.12.0? (I am using version in
Kubuntu 15.04 so cannot test the latest.) If the problem is not occurring in
4.12.0, maybe the function does not need to be disabled?

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 350885] Grouping images via the thumbbar is possible, but they disappear in digikam

Gus Gustafson
In reply to this post by Gus Gustafson
https://bugs.kde.org/show_bug.cgi?id=350885

--- Comment #4 from Gus Gustafson <[hidden email]> ---
Although, it is true--if we can group in thumbbar, ungroup also via thumbbar
would be best.
Sorry for double comment.

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 350885] Grouping images via the thumbbar is possible, but they disappear in digikam

Maik Qualmann
In reply to this post by Gus Gustafson
https://bugs.kde.org/show_bug.cgi?id=350885

--- Comment #5 from Maik Qualmann <[hidden email]> ---
OK, for a new test now, I can actually see a problem. The grouping is performed
not now under the picture that has been selected, but depending on the album
some pictures in front or behind. I will check it.

Maik

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 350885] Grouping images via the thumbbar is possible, but they disappear in digikam

Maik Qualmann
In reply to this post by Gus Gustafson
https://bugs.kde.org/show_bug.cgi?id=350885

--- Comment #6 from Maik Qualmann <[hidden email]> ---
Created attachment 94288
  --> https://bugs.kde.org/attachment.cgi?id=94288&action=edit
imagedragdrop.patch

The thumbbar has an addition NoDuplicatesImageFilterModel. Thus, the index is
no longer always syncron with the icon view. Depending on the album can the
grouping work correctly using drag & drop, but need not be. The grouping will
be executed under a different image in the album. This patch fixes the grouping
in the thumbbar.

Maik

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 350885] Grouping images via the thumbbar is possible, but they disappear in digikam [patch]

Maik Qualmann
In reply to this post by Gus Gustafson
https://bugs.kde.org/show_bug.cgi?id=350885

Maik Qualmann <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Grouping images via the     |Grouping images via the
                   |thumbbar is possible, but   |thumbbar is possible, but
                   |they disappear in digikam   |they disappear in digikam
                   |                            |[patch]

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 350885] Grouping images via the thumbbar is possible, but they disappear in digikam [patch]

Gilles Caulier-4
In reply to this post by Gus Gustafson
https://bugs.kde.org/show_bug.cgi?id=350885

--- Comment #7 from Gilles Caulier <[hidden email]> ---
tested and work fine here...

Gilles

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 350885] Grouping images via the thumbbar is possible, but they disappear in digikam [patch]

Maik Qualmann
In reply to this post by Gus Gustafson
https://bugs.kde.org/show_bug.cgi?id=350885

Maik Qualmann <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |http://commits.kde.org/digi
                   |                            |kam/503af86e461e61a8dda974e
                   |                            |4f85bb5f340044863
   Version Fixed In|                            |4.13.0
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #8 from Maik Qualmann <[hidden email]> ---
Git commit 503af86e461e61a8dda974e4f85bb5f340044863 by Maik Qualmann.
Committed on 31/08/2015 at 05:56.
Pushed by mqualmann into branch 'master'.

apply patch #94288 to the correct ImageInfo at a drag and drop action to obtain
in the thumbbar
FIXED-IN: 4.13.0

M  +2    -2    NEWS
M  +11   -1    app/dragdrop/imagedragdrop.cpp

http://commits.kde.org/digikam/503af86e461e61a8dda974e4f85bb5f340044863

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 350885] Grouping images via the thumbbar is possible, but they disappear in digikam [patch]

Gilles Caulier-4
In reply to this post by Gus Gustafson
https://bugs.kde.org/show_bug.cgi?id=350885

--- Comment #9 from Gilles Caulier <[hidden email]> ---
Git commit 64626707d61d543a4c4d879a53a390bdfac0c91c by Gilles Caulier.
Committed on 31/08/2015 at 06:54.
Pushed by cgilles into branch 'frameworks'.

backport commit #503af86e461e61a8dda974e4f85bb5f340044863 from git/master to
frameworks branch

M  +11   -1    app/dragdrop/imagedragdrop.cpp

http://commits.kde.org/digikam/64626707d61d543a4c4d879a53a390bdfac0c91c

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 350885] Grouping images via the thumbbar is possible, but they disappear in digikam [patch]

bugzilla_noreply
In reply to this post by Gus Gustafson
https://bugs.kde.org/show_bug.cgi?id=350885

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |AlbumsView-Group

--
You are receiving this mail because:
You are the assignee for the bug.