diff options
author | Gergő Mocsi <gmocsi91@gmail.com> | 2013-04-02 12:57:59 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-04-10 15:00:25 +0000 |
commit | 3a56257e858c6793156a78b387451802593455e0 (patch) | |
tree | 2e766f7b5dbb9a223f61731851e07e5655635b7e /sd/sdi | |
parent | 857adeada9cc3276e79ceb828959a3ffe2d7409b (diff) |
Create Photo Album implementation
Added a checkbox to enable/diable Keep Aspect ratio.
Options 2 images/slide, 4 images/slide implemented.
UI tweaks: dialog window remembers last used directory (via config),
buttons get enabled/disabled according to the content of the ListBox.
ListBox show filename only, full path is shown lower in a label.
Dialog window reopens again, if slide preview is not in focus.
Added a title slide: author, title.
Conflicts:
officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
sd/uiconfig/simpress/ui/photoalbum.ui
Change-Id: I68d2a3e00f8c55b909fe4d98aa3958188653390e
Reviewed-on: https://gerrit.libreoffice.org/3169
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/SlideSorterController.sdi | 1 | ||||
-rw-r--r-- | sd/sdi/drviewsh.sdi | 1 | ||||
-rw-r--r-- | sd/sdi/outlnvsh.sdi | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/sd/sdi/SlideSorterController.sdi b/sd/sdi/SlideSorterController.sdi index d1af8d0fdab8..f38a3a8f6ea1 100644 --- a/sd/sdi/SlideSorterController.sdi +++ b/sd/sdi/SlideSorterController.sdi @@ -297,6 +297,7 @@ interface SlideSorterView SID_PHOTOALBUM [ ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; ] } diff --git a/sd/sdi/drviewsh.sdi b/sd/sdi/drviewsh.sdi index d4aab0e52965..5f58cb88f738 100644 --- a/sd/sdi/drviewsh.sdi +++ b/sd/sdi/drviewsh.sdi @@ -216,6 +216,7 @@ interface ImpressEditView : DrawView SID_PHOTOALBUM [ ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; ] } diff --git a/sd/sdi/outlnvsh.sdi b/sd/sdi/outlnvsh.sdi index 9d2db2b11e47..1e8991f03262 100644 --- a/sd/sdi/outlnvsh.sdi +++ b/sd/sdi/outlnvsh.sdi @@ -529,7 +529,8 @@ interface OutlineView ] SID_PHOTOALBUM [ - ExecMethod = FuTemporary; + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; ] } |