SoK/2011/digikam/presentation view: Difference between revisions

From KDE Community Wiki
< SoK
Line 16: Line 16:


== Current Status ==
== Current Status ==
1. Made small QML snippets to increase understanding of QML based UI.


1. Developed QML tool to render images in fullscreen view and intigrated it with QGV view.
2. Developed QML tool to render images in fullscreen view and integrated it with QGV view.


2. Intigrating it with current digikam code.
3. Integrating it with current digikam code.


== Reference and downloads ==
== Reference and downloads ==


http://www.digikam.org/
http://www.digikam.org/

Revision as of 15:03, 19 June 2011

Brief explanation: The presentation view is a full-screen workplace which you can use to present photos to yourself or your audience. At first glance it is looking like the current slide show, but then it is much more flexible: At any moment, you can access UI components like the map view, the metadata tab, the image properties tab, to access information, assign metadata, or show your audience the location of the picture on OpenStreetMap. You can access an icon view component to change the collection your are currently presenting, or a thumbbar component to switch to a different image.

The main view typically shows one image full screen, but you can zoom; You can also change to a layout that shows four or five images at a time, like images put in a paper album. You can change the order of images presented, and store order and layout (preferably in some XML format). You can load these presentations later, playing them automatically, coming back to the traditional slide show.

Technically, it should be future proof as much as possible (Qt Quick. QGraphicsView. scene graph in the future? Will embed QWidgets though) The job is not to develop any of the components mentioned above, but to avoid that, and reuse the existing digikam components and models. This wiki page is the main page for this project and any updates will be posted here.

Participants

Dhruv Patel and Supreet Pal Singh are participants who are developing under mentorship of Marcel Wiesweg.

Tentative Timeline

will be posted soon.

Current Status

1. Made small QML snippets to increase understanding of QML based UI.

2. Developed QML tool to render images in fullscreen view and integrated it with QGV view.

3. Integrating it with current digikam code.

Reference and downloads

http://www.digikam.org/