[Digikam-devel] [Bug 128231] New: A way to view pictures recursively in albums and sub-albums at the same time would be cool

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

[Bug 128231] A way to view pictures recursively in albums and sub-albums at the same time would be cool

Arnd Baecker
------- 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=128231         




------- Additional Comments From arnd.baecker web de  2007-12-06 09:51 -------
See also http://bugs.kde.org/show_bug.cgi?id=142774#c6

We should fix this before 0.9.3.

Moreover, for large result lists there are various performance issues
(in particular in connection with the new quick filters, even
when in the end only 5 images match, responsiveness can be very slow.
This is most obvious when using a slightly slower machine ;-).
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 128231] A way to view pictures recursively in albums and sub-albums at the same time would be cool

Gilles Caulier-4
In reply to this post by Matthieu Moy
------- 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=128231         
caulier.gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22104|0                           |1
        is obsolete|                            |
  Attachment #22138|0                           |1
        is obsolete|                            |
  Attachment #22364|0                           |1
        is obsolete|                            |



------- Additional Comments From caulier.gilles gmail com  2007-12-06 12:38 -------
Created an attachment (id=22379)
 --> (http://bugs.kde.org/attachment.cgi?id=22379&action=view)
Enable Go To, if the destination album is different version 2

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

[Bug 128231] A way to view pictures recursively in albums and sub-albums at the same time would be cool

Gilles Caulier-4
In reply to this post by Matthieu Moy
------- 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=128231         




------- Additional Comments From caulier.gilles gmail com  2007-12-06 14:47 -------
SVN commit 745584 by cgilles:

digiKam from KDE3 branch : invalidate items from album lister when drag & drop is used between
icon view and album folder view to move files.
CCBUGS: 128231


 M  +24 -12    albumfolderview.cpp  


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

[Bug 128231] A way to view pictures recursively in albums and sub-albums at the same time would be cool

Gilles Caulier-4
In reply to this post by Matthieu Moy
------- 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=128231         




------- Additional Comments From caulier.gilles gmail com  2007-12-06 14:49 -------
SVN commit 745587 by cgilles:

digiKam from KDE3 branch : 0.9.3-rc1 will be released tomorow by Gerhard : apply patch from Arnd to Enable Go To, if the destination album is different.
CCBUGS: 128231


 M  +5 -1      albumiconview.cpp  


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

[Bug 128231] A way to view pictures recursively in albums and sub-albums at the same time would be cool

Fabien-5
In reply to this post by Matthieu Moy
------- 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=128231         




------- Additional Comments From fabien.ubuntu gmail com  2007-12-20 15:01 -------
Hi,
I'm trying for the 1st time the "Go To" feature and I found some issues...

1) "Go To" is only available thru the context menu, not in the main menu

2) In Album (or Date) view, if you "Go To"/Tag/Tagname, nothing happens
It should switch to the Tag view (it works fine for Date).

3) In Tag view, if you "Go To"/Album, the album is showed in the main window, but the sidebar still show the Tags ! Here, it should switch to the Album.
The same problem occurs in the Date view.

All tests made using latest svn version.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 128231] A way to view pictures recursively in albums and sub-albums at the same time would be cool

Arnd Baecker
In reply to this post by Matthieu Moy
------- 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=128231         




------- Additional Comments From arnd.baecker web de  2007-12-20 18:28 -------
Weird, 2) and 3) used to work, I just checked with a digikam
version labeld 0.9.3-beta3 (which most likely was compiled from svn,
so it could be anything >0.9.3-beta2 and <=0.9.3.beta3.

With current svn I can confirm 2) and 3); grumble ....
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 128231] A way to view pictures recursively in albums and sub-albums at the same time would be cool

Arnd Baecker
In reply to this post by Matthieu Moy
------- 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=128231         




------- Additional Comments From arnd.baecker web de  2007-12-20 21:33 -------
Created an attachment (id=22638)
 --> (http://bugs.kde.org/attachment.cgi?id=22638&action=view)
make goto work again.

Gilles found the origin of the problem: because of the added search boxes
in the left-side-bar, all *FolderView had to be changed to *Box
(apart from the dateFolderView).

Remaining issue: the history does not work. See the discussion in the
FIXME of the patch.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 128231] A way to view pictures recursively in albums and sub-albums at the same time would be cool

Gilles Caulier-4
In reply to this post by Matthieu Moy
------- 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=128231         




------- Additional Comments From caulier.gilles gmail com  2007-12-21 07:21 -------
SVN commit 751121 by cgilles:

apply patch from Arnd to restore GOto feature from digikamview.
still TODO : check album history mechanism
CCBUGS: 128231


 M  +6 -6      digikamview.cpp  


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

[Bug 128231] A way to view pictures recursively in albums and sub-albums at the same time would be cool

Gilles Caulier-4
In reply to this post by Matthieu Moy
------- 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=128231         




------- Additional Comments From caulier.gilles gmail com  2007-12-21 07:26 -------
SVN commit 751122 by cgilles:

backport commit # 751121 from KDE3 branch.
CCBUGS: 128231


 M  +6 -6      digikamview.cpp  


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

[Bug 128231] A way to view pictures recursively in albums and sub-albums at the same time would be cool

Gilles Caulier-4
In reply to this post by Matthieu Moy
------- 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=128231         




------- Additional Comments From caulier.gilles gmail com  2007-12-21 07:49 -------
SVN commit 751127 by cgilles:

And now restore Album history mechanism in digikamview.
Arnd, please check if all is fine for you...
CCBUGS: 128231


 M  +29 -8     digikamview.cpp  


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

[Bug 128231] A way to view pictures recursively in albums and sub-albums at the same time would be cool

Gilles Caulier-4
In reply to this post by Matthieu Moy
------- 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=128231         




------- Additional Comments From caulier.gilles gmail com  2007-12-21 07:54 -------
SVN commit 751128 by cgilles:

backport commit #751127 from KDE3 branch
CCBUGS: 128231


 M  +29 -8     digikamview.cpp  


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

[Bug 128231] A way to view pictures recursively in albums and sub-albums at the same time would be cool

Gilles Caulier-4
In reply to this post by Matthieu Moy
------- 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=128231         




------- Additional Comments From caulier.gilles gmail com  2007-12-21 07:59 -------
To Fabien #62:

> 1) "Go To" is only available thru the context menu, not in the main menu

Impossible to fix it before 0.9.3 ==> i18n need to be changed. Please make a new B.K.O file. We will fix it for 0.9.4

>2) In Album (or Date) view, if you "Go To"/Tag/Tagname, nothing happens
>It should switch to the Tag view (it works fine for Date).

Fixed in svn.

>3) In Tag view, if you "Go To"/Album, the album is showed in the main window, >but the sidebar still show the Tags ! Here, it should switch to the Album.
>The same problem occurs in the Date view.

Fixed in svn

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

[Bug 128231] A way to view pictures recursively in albums and sub-albums at the same time would be cool

Gilles Caulier-4
In reply to this post by Matthieu Moy
------- 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=128231         
caulier.gilles gmail com changed:

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



------- Additional Comments From caulier.gilles gmail com  2007-12-21 08:02 -------
To Arnd #68 :

About See also http://bugs.kde.org/show_bug.cgi?id=142774#c6

We will use B.K.O file 142774 to fix it.

It's time to close this file. It's become difficult to follow report. Please make new one on the right component if necessary...

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

[Bug 128231] A way to view pictures recursively in albums and sub-albums at the same time would be cool

Arnd Baecker
In reply to this post by Matthieu Moy
------- 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=128231         




------- Additional Comments From arnd.baecker web de  2007-12-21 16:29 -------
Gilles, just for completeness: I just checked current svn and everything
seems to be ok!
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 128231] A way to view pictures recursively in albums and sub-albums at the same time would be cool

Gilles Caulier-4
In reply to this post by Matthieu Moy
------- 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=128231         




------- Additional Comments From caulier.gilles gmail com  2007-12-21 18:00 -------
Thanks Arnd

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