Bug 371956

Summary: "Apply pending changes" button placement
Product: [Applications] digikam Reporter: Stefano <rs4000>
Component: Usability-ErgonomyAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: minor CC: caulier.gilles, metzpinguin
Priority: NOR    
Version: 5.3.0   
Target Milestone: ---   
Platform: Kubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 5.3.0

Description Stefano 2016-11-01 21:09:48 UTC
When using lazy synchronization, the placement of the "Apply pending changes" button is a but weird, because it's too far from the "X files await synchronization" label, too much space between the two... so that it seems more related to the "Active filter" label instead.

Also the icon is a bit misleading, it resemble a "refresh" instead of a "save" action.
Comment 1 Maik Qualmann 2016-11-01 21:59:16 UTC
Git commit f8252b8a1055569fd86055a6851dd77dac0ca04d by Maik Qualmann.
Committed on 01/11/2016 at 21:57.
Pushed by mqualmann into branch 'master'.

swap label and button in the MetadataStatusBar
FIXED-IN: 5.3.0

M  +2    -1    NEWS
M  +8    -8    libs/fileactionmanager/metadatastatusbar.cpp

http://commits.kde.org/digikam/f8252b8a1055569fd86055a6851dd77dac0ca04d
Comment 2 Maik Qualmann 2016-11-01 22:05:45 UTC
The icon has not been changed yet. It can also stand for synchronization.
Alternative would be:
dialog-ok-apply
document-save-all
???

Maik