Date: prev next · Thread: first prev next last
December 2014 Archives by date, by thread · List index


https://bugs.freedesktop.org/show_bug.cgi?id=87621

V Stuart Foote <vstuart.foote@utsa.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vstuart.foote@utsa.edu

--- Comment #1 from V Stuart Foote <vstuart.foote@utsa.edu> ---
@Jay,

Yes this would probably improve UX to split transition types from sub-types
into a dropdown.

The transition types and sub-types are defined in
http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/animations/TransitionType.idl
http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/animations/TransitionSubType.idl

And against those we have
http://opengrok.libreoffice.org/xref/core/slideshow/source/engine/transitions/transitionfactorytab.cxx
http://opengrok.libreoffice.org/xref/core/slideshow/source/engine/transitions/slidetransitionfactory.cxx

With a smattering of UI/XCU and XML definitions.

Unfortunately, looking at transitionfactorytab.cxx, we merge both the
Transition type and sub-type when defining the transition effect--calling
against that listing.  So while they can be identified in the list, a number of
transitions in the list are not implemented and indexing could be painful. So,
not sure they can be efficiently split into a type and a sub-type for a listbox
and dropdown UI widgets. Getting it done would depend on how much work it
requires.

Still I think it is a good UI enhancement.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.