Difference between revisions of "Impress"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Work in Progress)
 
(19 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 +
{{Impress Project}}
 
'''OpenOffice.org Impress''' is the presentation application of [[OpenOffice.org]].
 
'''OpenOffice.org Impress''' is the presentation application of [[OpenOffice.org]].
 +
{{Old|EN}}
  
 
The application's source code is located in module sd. The mailing list for developer discussions related to Impress is dev@graphics.openoffice.org, to subscribe mailto:dev-subscribe@graphics.openoffice.org and then reply to the subscription mail sent to you to verify subscription. The project's webpage is http://graphics.openoffice.org/
 
The application's source code is located in module sd. The mailing list for developer discussions related to Impress is dev@graphics.openoffice.org, to subscribe mailto:dev-subscribe@graphics.openoffice.org and then reply to the subscription mail sent to you to verify subscription. The project's webpage is http://graphics.openoffice.org/
Line 13: Line 15:
 
*; [[User:Sj|Sven Jacobi]] : [[PowerPoint filter|Microsoft Powerpoint import/export filters]], [[graphic filters]], [[custom shapes]], extensions
 
*; [[User:Sj|Sven Jacobi]] : [[PowerPoint filter|Microsoft Powerpoint import/export filters]], [[graphic filters]], [[custom shapes]], extensions
 
*; [[User:Aw|Armin Le Grand]] : [[drawing engine]], [[basegfx]]
 
*; [[User:Aw|Armin Le Grand]] : [[drawing engine]], [[basegfx]]
 +
 +
* External (non Sun) contributors, contributing to Impress improvement
 +
*; [[User:ericb|Eric Bachard]] : [http://education.openoffice.org Education Project lead], porting project (Mac OS X, Linux and OpenSolaris), sd, slideshow, vcl, and other areas
  
 
* QA
 
* QA
*; [[User:Wg|Wolfram Garten]] : all areas
+
*; [[User:Wg|Wolfram Garten]] : all areas incl. testtool automation
  
 
== Development Documentation ==
 
== Development Documentation ==
Line 25: Line 30:
 
* Adding [[DrawingPrimitive|primitive]] support for drawing layer (supporting smother geometry and anti aliasing)
 
* Adding [[DrawingPrimitive|primitive]] support for drawing layer (supporting smother geometry and anti aliasing)
 
* [[Oox|Office 12 XML import filter]]
 
* [[Oox|Office 12 XML import filter]]
* Impress OpenDocument load/save performance [[Impress/Performance#odf]]
+
* Impress OpenDocument load/save performance [[Impress/Performance#OpenDocument]]
* Impress slideshow performance [[Impress/Performance#slideshow]]
+
* Impress slideshow performance [[Impress/Performance#Slideshow]]
 +
 
 +
== Planned / ToDo's / Seeking for Community support==
 +
 
 +
The following features/enhancements are planned for one of the upcoming releases. Planned means that we would like to do them but all depends on time & resources. If you like to contribute to one of the following please contact us in the mailing list dev@graphics.openoffice.org
 +
 
 +
* Annotation support
 +
* Intelligent Groups (Smart Art like implementation of Diagram, Flowchart, Orgcharts, e.t.c. )
 +
* Embedded Sounds
 +
* Implementing User Interface changes as soon as provided by the [http://wiki.services.openoffice.org/wiki/Renaissance Project Renaissance]
 +
* Internal SVG support as a seperate graphic type across all applications (e.g. via Format=>InsertGraphic), maybe using already existing implementations like libsvg or the Mozilla SVG solution
 +
* Accessing external picture/clipart repositories like 'Kaltura', 'Flickr' or 'Open Clip Art' for insertion/managing of graphics inside documents
 +
* Automatically create complete presentation documents based on a set of pictures from local directories or external picture/clipart repositories
 +
* Adding a media backend on Unix systems based on 'libavcodec'
  
 
== Queries ==
 
== Queries ==
Line 41: Line 59:
 
* [[Impress/Features/text_fields|Text fields]]
 
* [[Impress/Features/text_fields|Text fields]]
 
* [[Impress/Features/ColorPicker|Color Picker]]
 
* [[Impress/Features/ColorPicker|Color Picker]]
 +
* [[Impress/Features/ShapeGradientEnhancementForMS2003Filter|Shape Gradient MS2003 Filter Enhancement]]
  
 
[[Category:Impress|Impress]]
 
[[Category:Impress|Impress]]
Line 46: Line 65:
 
[[Category:Quality Assurance]]
 
[[Category:Quality Assurance]]
 
[[Category:Project]]
 
[[Category:Project]]
 +
 +
== Other work in progress improving Impress ==
 +
 +
* [[Mac_OS_X_Porting_-_Apple_Remote_implementation | Apple Remote implementation on Mac OS X]]
 +
* [[Education_Project/Effort/Improve_Impress | Education Project Effort : Improve Impress]]
 +
* [[Education_Project/Effort/Ecole_Centrale_Nantes | Education Project and Ecole Centrale Nantes : Tablet PC, Eraser, and colored pen in overlay with Impress]]
 +
 +
== Patches ==
 +
 +
* [[Impress_Patches|Patches for Impress]]
 +
* [[Draw_Patches|Patches for Draw]]

Latest revision as of 12:42, 9 July 2018

Impress Icon.png

Impress Project

Please view the guidelines
before contributing.

Popular Subcategories:

Extension:DynamicPageList (DPL), version 2.3.0 : Warning: No results.

Impress Issues:

Extension:DynamicPageList (DPL), version 2.3.0 : Warning: No results.

API Documentation:

Ongoing draft:

Extension:DynamicPageList (DPL), version 2.3.0 : Warning: No results.

Graphics.OpenOffice.org

OpenOffice.org Impress is the presentation application of OpenOffice.org.

Book-old.png    This article is outdated.    

The application's source code is located in module sd. The mailing list for developer discussions related to Impress is dev@graphics.openoffice.org, to subscribe mailto:dev-subscribe@graphics.openoffice.org and then reply to the subscription mail sent to you to verify subscription. The project's webpage is http://graphics.openoffice.org/

For wiki articles related to the project see Category:Impress.

People

  • External (non Sun) contributors, contributing to Impress improvement
    Eric Bachard 
    Education Project lead, porting project (Mac OS X, Linux and OpenSolaris), sd, slideshow, vcl, and other areas

Development Documentation

Working with Presentations

Work in Progress

Planned / ToDo's / Seeking for Community support

The following features/enhancements are planned for one of the upcoming releases. Planned means that we would like to do them but all depends on time & resources. If you like to contribute to one of the following please contact us in the mailing list dev@graphics.openoffice.org

  • Annotation support
  • Intelligent Groups (Smart Art like implementation of Diagram, Flowchart, Orgcharts, e.t.c. )
  • Embedded Sounds
  • Implementing User Interface changes as soon as provided by the Project Renaissance
  • Internal SVG support as a seperate graphic type across all applications (e.g. via Format=>InsertGraphic), maybe using already existing implementations like libsvg or the Mozilla SVG solution
  • Accessing external picture/clipart repositories like 'Kaltura', 'Flickr' or 'Open Clip Art' for insertion/managing of graphics inside documents
  • Automatically create complete presentation documents based on a set of pictures from local directories or external picture/clipart repositories
  • Adding a media backend on Unix systems based on 'libavcodec'

Queries

Presentation/Draw issues with 10 or more votes

Draft Specifications

The following is a list of specifications for draw or impress that is currently working on. Please feel free to discuss this specifications on the dev@graphics.openoffice.org mailing list.

Other work in progress improving Impress

Patches

Personal tools