[Bug 160617] New: Same image gets opened to both sides of view when draggin image to right side

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

[Bug 160617] New: Same image gets opened to both sides of view when draggin image to right side

Paristo
------- 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=160617         
           Summary: Same image gets opened to both sides of view when
                    draggin image to right side
           Product: digikam
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Light Table
        AssignedTo: digikam-devel kde org
        ReportedBy: Paristo Gmail com


Version:            (using Devel)
Installed from:    Compiled sources
OS:                Linux

When the user drags image from thumbnail view on Light Table to left side, it gets opened there. Then if user drags other image to right side, that image gets opened to right and left side.

Same dosn't happend when using only a keyboard shortcuts (ctrl+L/R) so draggin activates it too.
It dosn't matter is there set from settings to sync both sides or loading image to right side when selecting. Draggin to right sides always open it both sides.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 160617] Same image gets opened to both sides of view when draggin image to right side

Bugzilla from mikmach@wp.pl
------- 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=160617         
mikmach wp pl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
      everconfirmed|0                           |1
            Version|unspecified                 |0.9.4-svn



------- Additional Comments From mikmach wp pl  2008-04-09 18:48 -------
Confirming.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 160617] Same image gets opened to both sides of view when draggin image to right side

Bugzilla from owner@bugs.kde.org
In reply to this post by Paristo
------- 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=160617         
andi.clemens gmx net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simon margo student utwente
                   |                            |nl



------- Additional Comments From andi.clemens gmx net  2008-05-30 21:46 -------
*** Bug 161467 has been marked as a duplicate of this bug. ***
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 160617] Same image gets opened to both sides of view when draggin image to right side

Bugzilla from andi.clemens@gmx.net
In reply to this post by Paristo
------- 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=160617         




------- Additional Comments From andi.clemens gmx net  2008-07-03 19:06 -------
SVN commit 827717 by aclemens:

fixed drag & drop behavior of lighttable.

1. drop image(s) in left pane:
the image will be displayed in the left pane

2. drop image(s) in right pane:
the image will be displayed in the right pane

3. fill light table (F6):
the first image of the added images will be displayed in the left, the
second in the right pane. All the others are added to the thumbbar.

4. append images to light table (CTRL+F6):
Images are only appended to thumbbar, not displayed automatically.

5. drop images in thumbbar:
Images are only appended to thumbbar, not displayed automatically.

CCBUGS:160617

 M  +1 -1      digikam/albumiconview.cpp  
 M  +9 -9      utilities/lighttable/lighttablewindow.cpp  
 M  +1 -1      utilities/lighttable/lighttablewindow.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=827717
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 160617] Same image gets opened to both sides of view when draggin image to right side

Bugzilla from andi.clemens@gmx.net
In reply to this post by Paristo
------- 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=160617         
andi.clemens gmx net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From andi.clemens gmx net  2008-07-03 19:10 -------
*** Bug has been marked as fixed ***.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 160617] Same image gets opened to both sides of view when draggin image to right side

Gilles Caulier-4
In reply to this post by Paristo
------- 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=160617         




------- Additional Comments From caulier.gilles gmail com  2008-07-07 08:52 -------
Andi,

Note : This patch is not yet ported to KDE4. still to do. I set this entry in the list of TODO from KDE4 svn reprository (just to unforget).

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

[Bug 160617] Same image gets opened to both sides of view when draggin image to right side

Bugzilla from andi.clemens@gmx.net
In reply to this post by Paristo
------- 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=160617         




------- Additional Comments From andi.clemens gmx net  2008-07-07 09:31 -------
SVN commit 828996 by aclemens:

backport commit #827717 from KDE3 branch
CCBUGS:160617

 M  +1 -1      digikam/albumiconview.cpp  
 M  +8 -15     utilities/lighttable/lighttablewindow.cpp  
 M  +1 -1      utilities/lighttable/lighttablewindow.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=828996
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel