Revision 821671
Go back to digest for 22nd June 2008Features in Office
Thorsten Zachmann committed changes in /trunk/koffice:
* let the action know its id so that we can get to its factory and option widget.
* added KoActionEventData base class that can be passed to the option widget
* added KoActionEventWidget base that is used for configuring the special event action.
* work on sound action:
* use commands so that undo/redo work
* added option widget
* added way tp get the sound data from the event action
* export sound collection so it can be used in plugins
The new sound event action is not yet used during the presentation.
File Changes
Added 8 files
- /trunk/koffice
- /kpresenter/part/KPrEventActionData.cpp
- /kpresenter/part/KPrEventActionData.h
- /libs/flake/KoEventActionData.cpp
- /libs/flake/KoEventActionData.h
- /libs/flake/KoEventActionWidget.cpp
- /libs/flake/KoEventActionWidget.h
- /kpresenter/plugins/eventactions/sound/KPrSoundEventActionWidget.cpp
- /kpresenter/plugins/eventactions/sound/KPrSoundEventActionWidget.h
Modified 12 files
- /trunk/koffice
- /kpresenter/part/CMakeLists.txt
- /kpresenter/part/KPrSoundCollection.h
- /libs/flake/CMakeLists.txt
- /libs/flake/KoEventAction.cpp
- /libs/flake/KoEventAction.h
- /libs/flake/KoEventActionFactory.h
- /kpresenter/plugins/eventactions/CMakeLists.txt
- /kpresenter/plugins/eventactions/kpresentereventactions.desktop
- /kpresenter/plugins/eventactions/sound/KPrSoundEventAction.cpp
- /kpresenter/plugins/eventactions/sound/KPrSoundEventAction.h
- /kpresenter/plugins/eventactions/sound/KPrSoundEventActionFactory.cpp
- /kpresenter/plugins/eventactions/sound/KPrSoundEventActionFactory.h
20 files changed in total