SoK/2011/digikam/presentation view

From KDE Community Wiki

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. Add an option for presentation view in the current digikam code.

4. Designed drafts for the look of the menu panel. Critiqued and finalized one.

5. QML code to display menu and options when mouse not idle .

6. Created a separate git branch and committed the first batch of code.

7. Developed first draft of the svg image for menu panel.

Reference and downloads

http://www.digikam.org/