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

From KDE Community Wiki
< SoK
No edit summary
Line 16: Line 16:


== Current Status ==
== 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.
Basic presentation view tool is developed in qml and is up with basic features like play/pause/next/previous buttons, zoom facility, to see images in grid-view to select from album. Work is in progress to add extra features like embedding digiKam's geo-map tool in presentation view and image-editing facility right from presentation view tool.


3. Add an option for presentation view in the current digikam code.
== Screen-shot of Presentation View tool ==


4. Designed drafts for the look of the menu panel. Critiqued and finalized one.
[[File:Screenshot.png]]
 
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 ==
== Reference and downloads ==


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

Revision as of 01:29, 24 August 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

Basic presentation view tool is developed in qml and is up with basic features like play/pause/next/previous buttons, zoom facility, to see images in grid-view to select from album. Work is in progress to add extra features like embedding digiKam's geo-map tool in presentation view and image-editing facility right from presentation view tool.

Screen-shot of Presentation View tool

File:Screenshot.png

Reference and downloads

http://www.digikam.org/