[Digikam-devel] Experimental : image preview on main interface

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

Re: [Digikam-devel] Experimental : image preview on main interface

Bugzilla from thorsten.schnebeck@gmx.net
Am Samstag 17 Juni 2006 12:09 schrieb Caulier Gilles:
> Le Samedi 17 Juin 2006 01:14, vous avez écrit :
> > Dnia piątek, 16 czerwca 2006 16:55, Gilles Caulier napisał:
> > > Hi all,
> > >
> > > This is my second version of the patch including the background color
> > > of preview area using theme scheme from main interface.

I have test preview2.patch. I like it but I would prefer such a mode as part
of the standard thumbnail album viewing. That way you could still  use the
mouse wheel to roll though the album.

I have seen in a preview if MS Vista that their photo app has a menu to select
a preview size in an album view. This menu has also a  a small vertical
slider to adjust the size  continuously. The GUI reacts immediately when
adjusting this slider. The end-position  behaves like the F3-view of your
patch.

I dont think you can integrate a slider in a menu using Qt but you you can put
one in a tool bar or a status bar. That would be a nice integration :-)

Bye

  Thorsten

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-devel] Experimental : image preview on main interface

Bugzilla from mikmach@wp.pl
In reply to this post by Gilles Caulier-2
Dnia sobota, 17 czerwca 2006 12:42, Caulier Gilles napisał:
> This is the 3rd version of the patch. What's NEWS :

Better and better :)

> - new keyboard shortcuts :
>    * PAGE UP : previous image in current collection
>    * PAGE DOWN : next image  in current collection
>    * HOME : first image  in current collection
>    * END : last image  in current collection
>    * ESC : go out previous mode (like if you press F3 again)

Thanks for ESC. Maybe in future there could be button in Main Toolbar
for mode switching between Album view and Preview?

> - new wheel mouse rules :
>    * wheel to up : previous image  in current collection
>    * wheel to down :  next image  in current collection

Very nice. Maybe could be implemented in Image Editor?

> A nice week end

Nice weekend for you too. Great work, thanks :)

m.


_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-devel] Experimental : image preview on main interface

Gilles Caulier-2
Le Samedi 17 Juin 2006 16:50, Mikolaj Machowski a écrit :

> Dnia sobota, 17 czerwca 2006 12:42, Caulier Gilles napisał:
> > This is the 3rd version of the patch. What's NEWS :
>
> Better and better :)
>
> > - new keyboard shortcuts :
> >    * PAGE UP : previous image in current collection
> >    * PAGE DOWN : next image  in current collection
> >    * HOME : first image  in current collection
> >    * END : last image  in current collection
> >    * ESC : go out previous mode (like if you press F3 again)
>
> Thanks for ESC. Maybe in future there could be button in Main Toolbar
> for mode switching between Album view and Preview?

Yes, but later than 0.9.0.

I have just seen that to drive keyboards shortcut dirrectly from the preview
widget is wrong. This is better if the shorcuts are drived by the application
instance directly. I  will fix it.

>
> > - new wheel mouse rules :
> >    * wheel to up : previous image  in current collection
> >    * wheel to down :  next image  in current collection
>
> Very nice. Maybe could be implemented in Image Editor?

not sure. I will take a look.

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-devel] Experimental : image preview on main interface

Marcel Wiesweg
In reply to this post by Bugzilla from thorsten.schnebeck@gmx.net
> I have test preview2.patch. I like it but I would prefer such a mode as
> part of the standard thumbnail album viewing. That way you could still  use
> the mouse wheel to roll though the album.
>
> I have seen in a preview if MS Vista that their photo app has a menu to
> select a preview size in an album view. This menu has also a  a small
> vertical slider to adjust the size  continuously. The GUI reacts
> immediately when adjusting this slider. The end-position  behaves like the
> F3-view of your patch.

I would assume this is based on hardware acceleration. At least, immediate,
smooth GUI reaction would require this. A hardware accelerated desktop would
of course open an impressive list of features, but we don't have such a thing
for Linux widely available now.

Marcel

>
> I dont think you can integrate a slider in a menu using Qt but you you can
> put one in a tool bar or a status bar. That would be a nice integration :-)
>
> Bye
>
>   Thorsten
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-devel] Experimental : image preview on main interface

Marcel Wiesweg
In reply to this post by Gilles Caulier-2
> This is the 3rd version of the patch. What's NEWS :
>
> - new keyboard shortcuts :
>    * PAGE UP : previous image in current collection
>    * PAGE DOWN : next image  in current collection
>    * HOME : first image  in current collection
>    * END : last image  in current collection
>    * ESC : go out previous mode (like if you press F3 again)
>
> - new wheel mouse rules :
>    * wheel to up : previous image  in current collection
>    * wheel to down :  next image  in current collection
>
> The patch is here :
>
> http://digikam3rdparty.free.fr/misc.tarballs/preview3.patch
>
> A fresh screenshoot is here :
>
> http://digikam3rdparty.free.fr/Screenshots/image_preview_on_main_interface.
>png

Sorry Gilles I haven't yet had time to test this, but I'm sure it's great ;-)

>
> A nice week end
>
> Gilles
> _______________________________________________
> Digikam-devel mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-devel
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-devel] Experimental : image preview on main interface

Gilles Caulier-2
In reply to this post by Marcel Wiesweg
Le Samedi 17 Juin 2006 21:58, Marcel Wiesweg a écrit :

> > I have test preview2.patch. I like it but I would prefer such a mode as
> > part of the standard thumbnail album viewing. That way you could still
> > use the mouse wheel to roll though the album.
> >
> > I have seen in a preview if MS Vista that their photo app has a menu to
> > select a preview size in an album view. This menu has also a  a small
> > vertical slider to adjust the size  continuously. The GUI reacts
> > immediately when adjusting this slider. The end-position  behaves like
> > the F3-view of your patch.
>
> I would assume this is based on hardware acceleration. At least, immediate,
> smooth GUI reaction would require this. A hardware accelerated desktop
> would of course open an impressive list of features, but we don't have such
> a thing for Linux widely available now.
>
> Marcel
>
> > I dont think you can integrate a slider in a menu using Qt but you you
> > can put one in a tool bar or a status bar. That would be a nice
> > integration :-)
> >
> > Bye

I'm agree with Marcel. This is an DirectX implementation. This is out of
subject into digiKam actually. Perhaps in the future using OpenGL...

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-devel] Experimental : image preview on main interface

Gilles Caulier-2
In reply to this post by Marcel Wiesweg
Le Samedi 17 Juin 2006 22:02, Marcel Wiesweg a écrit :

> > This is the 3rd version of the patch. What's NEWS :
> >
> > - new keyboard shortcuts :
> >    * PAGE UP : previous image in current collection
> >    * PAGE DOWN : next image  in current collection
> >    * HOME : first image  in current collection
> >    * END : last image  in current collection
> >    * ESC : go out previous mode (like if you press F3 again)
> >
> > - new wheel mouse rules :
> >    * wheel to up : previous image  in current collection
> >    * wheel to down :  next image  in current collection
> >
> > The patch is here :
> >
> > http://digikam3rdparty.free.fr/misc.tarballs/preview3.patch
> >
> > A fresh screenshoot is here :
> >
> > http://digikam3rdparty.free.fr/Screenshots/image_preview_on_main_interfac
> >e. png
>
> Sorry Gilles I haven't yet had time to test this, but I'm sure it's great
> ;-)
>

I have tested indeep this implementation. i think it's ready to commit into
svn. Of course some improvements need to be add in the future, but the
current implementation is enough to close the 3 files in B.K.O about this
subject.

Your viewpoint ?

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-devel] Experimental : image preview on main interface

Marcel Wiesweg
>
> I have tested indeep this implementation. i think it's ready to commit into
> svn. Of course some improvements need to be add in the future, but the
> current implementation is enough to close the 3 files in B.K.O about this
> subject.
>
> Your viewpoint ?

You and some other users have tested it and like it. IMO, if you say it's
ready then go ahead and commit it.

Marcel

>
> Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-devel] Experimental : image preview on main interface

Gilles Caulier-2
Le Dimanche 18 Juin 2006 19:12, Marcel Wiesweg a écrit :

> > I have tested indeep this implementation. i think it's ready to commit
> > into svn. Of course some improvements need to be add in the future, but
> > the current implementation is enough to close the 3 files in B.K.O about
> > this subject.
> >
> > Your viewpoint ?
>
> You and some other users have tested it and like it. IMO, if you say it's
> ready then go ahead and commit it.
>

Done (:=)))

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
12