Bug 258734

Summary: Allow puzzle list sorting
Product: [Applications] palapeli Reporter: Adrián Chaves (Gallaecio) <adrian>
Component: generalAssignee: Stefan Majewsky <majewsky>
Status: RESOLVED FIXED    
Severity: wishlist CC: kde-games-bugs, matofesi
Priority: NOR    
Version: 1.1   
Target Milestone: ---   
Platform: Chakra   
OS: Linux   
Latest Commit: Version Fixed In: 1.3

Description Adrián Chaves (Gallaecio) 2010-12-03 21:38:55 UTC
Version:           1.1 (KDE SC 4.5) (using KDE 4.5.80) 
OS:                Linux

In the default list of available puzzles, you can't sort them. It would be interesting being able to sort them by name or number of piezes.

Reproducible: Always
Comment 1 Maciej J . Woloszyk 2011-03-12 01:07:51 UTC
Being able to sort puzzles would be nice, but for starters I would settle for the list beeing sorted in any predictable way. For now if I add puzzle it is added at the end of the list but after I close palapeli and open it again newly added puzzle is placed in different place that doesn't seem to be related to any characteristics of the puzzle. After creating several puzzles and then closing and reopening palapeli the list looks really random for me.
Comment 2 Stefan Majewsky 2011-03-19 11:14:24 UTC
SVN commit 1225280 by majewsky:

Add sorting/filtering to Palapeli::CollectionView.

Sorting is by name currently, so bug 258734 is fulfilled only partially.

CCBUG: 258734

 M  +35 -6     file-io/collection-view.cpp  
 M  +8 -2      file-io/collection-view.h  
 M  +0 -2      window/collectionwidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1225280
Comment 3 Stefan Majewsky 2011-03-20 20:52:30 UTC
SVN commit 1225409 by majewsky:

Allow sorting by piece count.

To select the sorting key, a new button with extending menu has been
added alongside the filter bar.

BUG: 258734
DIGEST: second part of puzzle list sorting/filtering enhancements
(first part was revision 1225280 which is the more important half, but
I forgot about that new keyword there)

 M  +33 -4     collection-view.cpp  
 M  +4 -0      collection-view.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1225409
Comment 4 Stefan Majewsky 2011-03-20 20:53:09 UTC
These changes will appear in Palapeli 1.3 (kdegames 4.7).
Comment 5 Adrián Chaves (Gallaecio) 2011-03-20 20:56:41 UTC
Great!