Bug 201282 - sort settings in status bar
Summary: sort settings in status bar
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Albums-Filters (show other bugs)
Version: 1.0.0
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-23 21:14 UTC by Mikolaj Machowski
Modified: 2012-06-27 10:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 2.0.0


Attachments
KMail screenshot (29.42 KB, image/png)
2009-07-24 09:40 UTC, Marcel Wiesweg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikolaj Machowski 2009-07-23 21:14:08 UTC
Version:            (using Devel)
Compiler:          gcc4.3.2 
OS:                Linux
Installed from:    Compiled sources

With flat list of images in Albums GUI (great feature, thanks Marcel!) and - I hope - more sorting features in future it is important to have quick access to sorting.

This could be achieved with yet another button/menu in status bar.

It is not uncommon feature - such thing exists in XnView, FotoStation, IMatch. Slight difference: in those applications various options are placed in auxiliar toolbar for album gui not in global status bar.
Comment 1 caulier.gilles 2009-07-23 21:30:56 UTC
Mik,

This can done very quickly i think. It just to make a wrapper to action menu in a combobox.

Note : you can already do that in tool bar, using toolbar editor

Gilles Caulier
Comment 2 Marcel Wiesweg 2009-07-24 09:40:41 UTC
Created attachment 35587 [details]
KMail screenshot

KMail has this solution, sort role and sort order merged in one menu. They have an additional menu for aggregation which we call "Group By" currently, which could be merged as well.
Comment 3 caulier.gilles 2011-02-16 13:25:08 UTC
Git commit 91a71c0e48780b572ea0c8320c96af6d1a9e8f90 by Gilles Caulier.
Committed on 16/02/2011 at 12:49.
Pushed by cgilles into branch 'development/2.0'.

Move Rating filter from statusbar to Tags Filter view from right sidebar.
As Rating is considerated as a Labels (like Pick or Color), it need to be moved
near Pick/Color Label filters.

Note that i plan to move all filters from status bar to right Sidebar and
rename "Tag Filters" as "Filters", and to add
2 buttons on status bar :
"Reset" to clean all active filters
"Settings" (or something like that) to switch on "Filters" panel from right
sidebar.

The advantage to use "Filters" panel from right side bar is to be able to host
more filters in the future.
Status bar is limited in space to host more settings. There are a lots of
whishes about this subject in bugzilla.

CCBUGS: 241847

M  +6    -32   digikam/albumiconviewfilter.cpp
M  +2    -5    digikam/albumiconviewfilter.h
M  +0    -6    digikam/digikamapp.cpp
M  +5    -5    digikam/digikamview.cpp
M  +18   -2    digikam/tagfiltersidebarwidget.cpp
M  +5    -2    digikam/tagfiltersidebarwidget.h
M  +1    -0    digikam/tags/colorlabelfilter.cpp
M  +1    -0    digikam/tags/picklabelfilter.cpp
M  +7    -7    libs/imageproperties/imagedescedittab.cpp
M  +12   -2    libs/models/imagefiltersettings.cpp
M  +3    -1    libs/models/imagefiltersettings.h

http://commits.kde.org/digikam/91a71c0e48780b572ea0c8320c96af6d1a9e8f90
Comment 4 caulier.gilles 2011-02-16 16:35:42 UTC
Git commit 01ac5693959fba9a28f6be320572e66822db2e12 by Gilles Caulier.
Committed on 16/02/2011 at 16:34.
Pushed by cgilles into branch 'development/2.0'.

move search text filter to Tags Filter sidebar
CCBUGS: 201282
CCBUGS: 210576

M  +5    -19   digikam/albumiconviewfilter.cpp     
M  +1    -4    digikam/albumiconviewfilter.h     
M  +9    -7    digikam/digikamview.cpp     
M  +30   -6    digikam/tagfiltersidebarwidget.cpp     
M  +4    -0    digikam/tagfiltersidebarwidget.h     

http://commits.kde.org/digikam/01ac5693959fba9a28f6be320572e66822db2e12
Comment 5 caulier.gilles 2011-02-16 16:51:30 UTC
Git commit 7302d22296928e69278da056b17afb37c9172269 by Gilles Caulier.
Committed on 16/02/2011 at 16:50.
Pushed by cgilles into branch 'development/2.0'.

move type mime filter to Tags Filter sidebar
CCBUGS: 201282
CCBUGS: 210576

M  +3    -1    NEWS     
M  +3    -11   digikam/albumiconviewfilter.cpp     
M  +0    -1    digikam/albumiconviewfilter.h     
M  +3    -3    digikam/digikamview.cpp     
M  +17   -0    digikam/tagfiltersidebarwidget.cpp     
M  +1    -1    digikam/tagfiltersidebarwidget.h     
M  +10   -0    libs/models/imagefiltersettings.cpp     
M  +2    -0    libs/models/imagefiltersettings.h     

http://commits.kde.org/digikam/7302d22296928e69278da056b17afb37c9172269
Comment 6 caulier.gilles 2011-02-16 17:26:55 UTC
Git commit 75761c8459b880f23111e8bfc6061e2441e2d37a by Gilles Caulier.
Committed on 16/02/2011 at 17:24.
Pushed by cgilles into branch 'development/2.0'.

rename TagsFilter to Filters
Add 2 buttons on status bar to reset all filters and to pop-up filters view from right sidebar.
BUGS: 201282
BUGS: 210576

M  +28   -2    digikam/albumiconviewfilter.cpp     
M  +1    -0    digikam/albumiconviewfilter.h     
M  +11   -1    digikam/digikamview.cpp     
M  +2    -0    digikam/digikamview.h     
M  +5    -0    digikam/tagfiltersidebarwidget.cpp     
M  +2    -0    digikam/tagfiltersidebarwidget.h     

http://commits.kde.org/digikam/75761c8459b880f23111e8bfc6061e2441e2d37a