[KPhotoAlbum] Three issues with KDE4 KPA
Jesper K. Pedersen
blackie at kde.org
Sun Sep 5 19:29:10 BST 2010
On Monday 05 July 2010 20:27:04 Robert Krawitz wrote:
| Date: Tue, 22 Jun 2010 20:40:21 -0400
| From: Robert Krawitz <rlk at alum.mit.edu>
|
| 3) By default, items in category view are listed in reverse order
| (e. g. folder names or keywords sorted z-a).
|
| This fixes it. Apparently sorting by default is in descending order.
|
| Index: BrowserWidget.cpp
| ===================================================================
| --- BrowserWidget.cpp (revision 1146320)
| +++ BrowserWidget.cpp (working copy)
| @@ -374,6 +374,7 @@
| _treeView->header()->setStretchLastSection(false);
| _treeView->header()->setSortIndicatorShown(true);
| _treeView->setSortingEnabled(true);
| + _treeView->sortByColumn( 0, Qt::AscendingOrder );
| _stack->addWidget( _treeView );
|
| // Do not give focus to the widgets when they are scrolled with the
| wheel.
Thanks, applied.
| Another thing I've noticed is that if you don't explicitly sort in the
| annotation dialog, there are three problems: the choices are in random
| order, they aren't presented as a tree view, and you can't drag and
| drop to create subcategories. However, as soon as I clicked sort on
| the keywords, all of the other classifications (locations and people)
| were also sorted and correctly tree-ified.
I guess that has been fixed by someone else since this email.
Cheers
Jesper.
--
Having trouble finding a given image in your collection containing
thousands of images?
http://www.kphotoalbum.org might be the answer.
More information about the Kphotoalbum
mailing list