| Summary: | no dbus interface to control presentations and save previews of slides | ||
|---|---|---|---|
| Product: | [Applications] calligrastage | Reporter: | James Hogan <james> |
| Component: | general | Assignee: | T Zachmann <t.zachmann> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Patch against 2.0.0 release
Patch against trunk (rev 983445) |
||
|
Description
James Hogan
2008-10-03 23:25:05 UTC
I'm going to look into implementing this myself and see if I get anywhere :-P Created attachment 34622 [details]
Patch against 2.0.0 release
Here's the patch.
There are no changes from the latest one posted on mailing list (ages ago), except it's based on 2.0.0 and fixes a couple of compile errors which have cropped up since (I'm guessing due to qt3 style stuff being deprecated).
It would be nice if you could provide a patch against trunk. That will make it easier for me to integrate into trunk. Created attachment 34631 [details]
Patch against trunk (rev 983445)
Sure, no problem. here's the patch against trunk.
SVN commit 984130 by zachmann:
o Add dbus support to kpresenter for the following:
* start / stop presentation
* get number of slides, current slide, number of steps, current step
* next/previous step, go to specific slide
* save a preview of a page in a certain size and format to an image
file
* signals for when the slide/step changes
Thanks to James Hogan for implementing the feature.
CCMAIL: james@albanarts.com
BUG: 172115
M +1 -0 kpresenter/part/CMakeLists.txt
M +15 -0 kpresenter/part/KPrAnimationDirector.cpp
M +15 -0 kpresenter/part/KPrAnimationDirector.h
M +5 -1 kpresenter/part/KPrDocument.cpp
M +15 -0 kpresenter/part/KPrDocument.h
M +30 -2 kpresenter/part/KPrView.cpp
M +40 -2 kpresenter/part/KPrView.h
M +48 -0 kpresenter/part/KPrViewModePresentation.cpp
M +57 -0 kpresenter/part/KPrViewModePresentation.h
M +42 -0 libs/kopageapp/KoPAView.cpp
M +18 -0 libs/kopageapp/KoPAView.h
M +14 -0 libs/main/KoApplication.h
M +11 -0 libs/main/KoApplicationAdaptor.h
M +15 -0 libs/main/KoDocument.cpp
WebSVN link: http://websvn.kde.org/?view=rev&revision=984130
|