[Bug 197316] New: Two ways to do a simple zooming

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

[Bug 197316] New: Two ways to do a simple zooming

Bugzilla from domasj@gmail.com
https://bugs.kde.org/show_bug.cgi?id=197316

           Summary: Two ways to do a simple zooming
           Product: digikam
           Version: 1.0.0-beta1
          Platform: Debian testing
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Usability
        AssignedTo: [hidden email]
        ReportedBy: [hidden email]


Created an attachment (id=34692)
 --> (http://bugs.kde.org/attachment.cgi?id=34692)
An example with highlighted zoom controls

In digikam album view the zoom controls are in the status bar. However, in
"Image Editor" window these controls are in the toolbar. I believe that if both
zoom controls would be the same and in the status bar, digikam would feel more
solid and easier to use.

Also, I think that same zoom controls in Gwenview are simpler and more
powerful.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 197316] Two ways to do a simple zooming

Gilles Caulier-4
https://bugs.kde.org/show_bug.cgi?id=197316


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Usability                   |Image Editor




--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 197316] Two ways to do a simple zooming

Marcel Wiesweg
In reply to this post by Bugzilla from domasj@gmail.com
https://bugs.kde.org/show_bug.cgi?id=197316





--- Comment #1 from Marcel Wiesweg <marcel wiesweg gmx de>  2009-11-29 15:38:57 ---
That's also something to keep in mind for the new editor widget?

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 197316] Two ways to do a simple zooming

Gilles Caulier-4
In reply to this post by Bugzilla from domasj@gmail.com
https://bugs.kde.org/show_bug.cgi?id=197316


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|1.0.0-beta1                 |1.0.0




--- Comment #2 from Gilles Caulier <caulier gilles gmail com>  2009-12-24 13:18:59 ---
Yes of course Marcel...

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 197316] Two ways to do a simple zooming

Gilles Caulier-4
In reply to this post by Bugzilla from domasj@gmail.com
https://bugs.kde.org/show_bug.cgi?id=197316





--- Comment #3 from Gilles Caulier <caulier gilles gmail com>  2010-01-20 12:20:43 ---
SVN commit 1077548 by cgilles:

Editor Tool Preview factoring : Important change here
- Now editor tool based on image region widget preview can be zommed to 100%
all time. there is no zomming
restriction based on image size to always fit contents to preview size.
- When user select a zommable editor tool, canvas zoom is applied to preview.
- All preview mode are available with image region widget tools based (NR,
refocus, etc...)

Warnings: this commit do not finalize preview factoring and regressions tests
need to be done again.
I can see preview dysfunctions in some cases.

TODO : port progressively all editor tools based on image guide widget (not
zommable) to image region widget (zommable) as WB, curves, levels, etc...

BUGS: 221987
BUGS: 163284
BUGS: 148072
BUGS: 222975
CCBUGS: 197316
CCBUGS: 148235
CCBUGS: 220567
CCBUGS: 196469
CCBUGS: 221988



 M  +5 -0      canvas/canvas.cpp  
 M  +1 -0      canvas/canvas.h  
 M  +7 -4      editor/editortooliface.cpp  
 M  +24 -54    widgets/imageregionwidget.cpp  
 M  +4 -7      widgets/imageregionwidget.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1077548

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 197316] Two ways to do a simple zooming

Gilles Caulier-4
In reply to this post by Bugzilla from domasj@gmail.com
https://bugs.kde.org/show_bug.cgi?id=197316





--- Comment #4 from Gilles Caulier <caulier gilles gmail com>  2010-01-28 15:44:05 ---
SVN commit 1081508 by cgilles:

prepare the future : add DZoomBar widget. Will be used later to solve #197316
CCBUGS: 197316


 M  +3 -2      CMakeLists.txt  
 AM            dzoombar.cpp   [License: GPL (v2+)]
 AM            dzoombar.h   [License: GPL (v2+)]


WebSVN link: http://websvn.kde.org/?view=rev&revision=1081508

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 197316] Two ways to do a simple zooming

Gilles Caulier-4
In reply to this post by Bugzilla from domasj@gmail.com
https://bugs.kde.org/show_bug.cgi?id=197316


Gilles Caulier <[hidden email]> changed:

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




--- Comment #5 from Gilles Caulier <caulier gilles gmail com>  2010-01-29 13:54:34 ---
SVN commit 1081965 by cgilles:

Image Editor : move zoom action from tool bar to status bar. Use new DZoomBar
widget.
Now editor has the same usability about zoom action than other digiKam parts,
as Light Table or Preview
BUGS: 197316


 M  +73 -9     libs/widgets/common/dzoombar.cpp  
 M  +5 -2      libs/widgets/common/dzoombar.h  
 M  +10 -0     utilities/imageeditor/canvas/canvas.cpp  
 M  +3 -0      utilities/imageeditor/canvas/canvas.h  
 M  +1 -7      utilities/imageeditor/editor/digikamimagewindowui.rc  
 M  +58 -0     utilities/imageeditor/editor/editorstackview.cpp  
 M  +8 -1      utilities/imageeditor/editor/editorstackview.h  
 M  +23 -68    utilities/imageeditor/editor/editorwindow.cpp  
 M  +0 -2      utilities/imageeditor/editor/editorwindow.h  
 M  +3 -7      utilities/imageeditor/editor/editorwindow_p.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1081965

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 197316] Two ways to do a simple zooming

Gilles Caulier-4
In reply to this post by Bugzilla from domasj@gmail.com
https://bugs.kde.org/show_bug.cgi?id=197316


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #6 from Gilles Caulier <caulier gilles gmail com>  2010-01-29 13:56:27 ---
Note :

After 1.1.0 release, i plan to use DZoomBar instead StatusZoomBar everywhere.

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 197316] Two ways to do a simple zooming

Gilles Caulier-4
In reply to this post by Bugzilla from domasj@gmail.com
https://bugs.kde.org/show_bug.cgi?id=197316

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |1.1.0

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel