summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/description.xml
AgeCommit message (Collapse)AuthorFilesLines
2012-11-21Turn presenter screen from bundled extension to plain codeStephan Bergmann1-51/+0
The immediate trigger was 5e5c11c664f67ff9fd1120905b09a32bea3b2f6c "fdo#42070 Fix RTL support in presenter console" causing build failures on Mac OS X when linking the extension against vcl, but there should be more benefits of going from a bundled-anyway extension to plain code. (Not the least to get rid of the com.sun.star.drawing.XPresenterHelper hack.) To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed all relevant identifiers as follows: * UNO implementation com.sun.star.comp.Draw.framework.PresenterScreenJob -> org.libreoffice.comp.PresenterScreenJob * UNO implementation com.sun.star.sdext.presenter.PresenterProtocolHandler -> org.libreoffice.comp.PresenterScreenProtocolHandler * protocol handler schema vnd.com.sun.star.comp.PresenterScreen -> vnd.org.libreoffice.presenterscreen * configuration schema /org.openoffice.Office.extension.PresenterScreen -> /org.openoffice.Office.PresenterScreen (it appears this contains little to no user-changeable data anyway, so not migrating it to a new user profile due to the schema name change should not be problematic) * job ID onDocumentOpenedJob -> org.libreoffice.PresenterScreen Even with these precautions, having the presenter screen installed both as plain code and as a (per-user or shared) extension still leads to a crash when activating presentation mode (likely due to how both codes want to take control of the screen). To mitigate this, existing installations of the extension are explicitly not migrated to new user profiles. The sdext/source/presenter/bitmaps/*.png files were moved to icon-themes/galaxy/sd/res/presenterscreen-*.png and are now accessed via SdResId (adding the relevant data to sd/source/ui/inc/res_bmp.hrc and sd/source/ui/app/res_bmp.src; not sure whether these locations are already ideal). The code itself has been left mostly unchanged in sdext/source/presenter/, and it still clumsily communicates with sd core code via XPresenterHelper. There is a lot of room for improvement here. The help data is left untouched at sdext/source/presenter/help/ and needs to be incorporated properly into helpcontent2 in a follow-up commit. The --disable-ext-presenter-console configure switch is gone. Change-Id: I71adb7ae6dcdbd1802151fce6e3871d8a2026332
2012-10-02re-base on ALv2 code. Includes:Michael Meeks1-0/+17
#i118662# remove berkeleyDB from module l10tools Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1213189 reportdesign: remove extra items from Help menu Patch contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1201215
2012-10-01Revert "take out @PLATFORM@ from extension ID"Andras Timar1-1/+1
This reverts commit 21a82f4f91eb9940e5dd01c75e2f68721a431f09.
2012-09-25take out @PLATFORM@ from extension IDAndras Timar1-1/+1
There is <platform> tag for that in description.xml... It just caused complications, e.g. in help.tree. Change-Id: Iee51fc62f314972d8cc08b63c0c8dc2ab8dd8f16
2012-04-24Bump extension versions after changing to passive registrationStephan Bergmann1-1/+1
...otherwise, if they are bundled, their per-user data is not regenerated, leading to inconsitencies.
2012-03-06set platformDavid Tardon1-2/+2
2011-10-31enable localization of extension descriptions in sdextAndras Timar1-1/+1
2011-10-30Revert "enable localization of extension descriptions in sdext"Andras Timar1-1/+1
This reverts commit 184653370717f99e0cce817822caecde01d20006.
2011-10-30enable localization of extension descriptions in sdextAndras Timar1-1/+1
2011-10-20Revert "localize description.xml of presenter-screen extension"Andras Timar1-1/+1
This reverts commit 89f7e17692d019a68d251d39bcc592a4ee8ba0dc.
2011-10-20localize description.xml of presenter-screen extensionAndras Timar1-1/+1
2011-10-02fix smoketest-breaking typoCaolán McNamara1-1/+1
2011-09-30upgrade to the newer extension description schemeAndras Timar1-0/+4
2011-09-21set lang to en-US in order l10ntools can extract stringsAndras Timar1-2/+2
2011-09-13change publisher from Oracle to TDF fdo#40638Andras Timar1-1/+1
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-0/+0
Conflicts: jfreereport/java/flute/makefile.mk jfreereport/java/libbase/makefile.mk jfreereport/java/libfonts/makefile.mk jfreereport/java/libformula/makefile.mk jfreereport/java/libloader/makefile.mk jfreereport/java/librepository/makefile.mk jfreereport/java/libserializer/makefile.mk jfreereport/java/libxml/makefile.mk jfreereport/java/sac/makefile.mk mysqlc/source/mysqlc_connection.cxx mysqlc/source/mysqlc_connection.hxx mysqlc/source/mysqlc_databasemetadata.cxx mysqlc/source/mysqlc_databasemetadata.hxx mysqlc/source/mysqlc_driver.cxx mysqlc/source/mysqlc_driver.hxx mysqlc/source/mysqlc_general.hxx mysqlc/source/mysqlc_preparedstatement.hxx mysqlc/source/mysqlc_resultsetmetadata.hxx mysqlc/source/mysqlc_statement.hxx sdext/source/minimizer/impoptimizer.cxx sdext/source/pdfimport/config/description.xml sdext/source/pdfimport/tree/drawtreevisiting.cxx sdext/source/presenter/PresenterWindowManager.cxx swext/prj/build.lst
2010-11-30OOO330Ivo Hinkelmann1-1/+1
2010-11-25Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky1-1/+1
2010-11-21Merge commit 'ooo/OOO330_m16' into libreoffice-3-3Rene Engelhard1-1/+1
2010-11-18masterfix OOO330: #i114049# Presentation minimizer 1.0.1 does not install on ↵obo1-1/+1
OOO330m15, #i113990# presenter console does not work with multiple screens Notes: split repo tag: extensions_ooo/OOO330_m16 split repo tag: extensions_ooo/OOO330_m17 split repo tag: extensions_ooo/OOO330_m18
2010-11-16Remove reference to high-contrast icon from ext. description.xmlSebastian Spaeth1-1/+0
2010-09-15remove useless license prompt for extensionsRene Engelhard1-6/+0
2010-04-21nativeb: #i110985#: changed extension icons againDirk Voelzke1-2/+2
2010-03-30 nativea: #161692# Changed provider link for some extensionsDirk Voelzke1-1/+1
2010-03-30native0ext:#161688# rebranding extensions, part 2 - transplanted from ↵Vladimir Glazunov1-2/+7
7e1d416e40bf@native0
2009-03-25#i48179# Added support for stepping back by effect.Andre Fischer1-2/+2
2009-01-21CWS-TOOLING: integrate CWS sjfixes10Vladimir Glazounov1-1/+1
2009-01-15 14:02:24 +0100 af r266369 : #i88851# Finding the right font size is now an iterative process. 2009-01-15 11:01:59 +0100 wg r266354 : i97985 2009-01-15 10:57:33 +0100 wg r266353 : i97985 2009-01-15 10:48:53 +0100 wg r266347 : i97985 2009-01-15 10:48:23 +0100 wg r266346 : i97985 2009-01-15 10:46:47 +0100 wg r266345 : i97985 2009-01-15 10:45:43 +0100 wg r266344 : i97985 2009-01-15 10:45:14 +0100 wg r266343 : i97985 2009-01-15 10:44:38 +0100 wg r266342 : i97985 2009-01-15 10:43:56 +0100 wg r266341 : i97985 2009-01-15 10:42:50 +0100 wg r266340 : i97985 2009-01-15 10:41:40 +0100 wg r266339 : i97985 2009-01-15 10:39:46 +0100 wg r266337 : i97985 2009-01-15 10:00:09 +0100 hde r266336 : i98065 2009-01-13 15:48:20 +0100 wg r266232 : i97985 2009-01-13 13:22:05 +0100 wg r266217 : i97985 2009-01-13 12:34:05 +0100 wg r266210 : i97985 2009-01-13 12:30:56 +0100 wg r266209 : i97985 2009-01-13 12:26:56 +0100 wg r266208 : i97985 2009-01-12 15:58:06 +0100 wg r266165 : i97985 2009-01-12 15:43:24 +0100 wg r266163 : i97985 2009-01-08 16:21:47 +0100 sj r266023 : fixed warning 2009-01-08 15:33:34 +0100 sj r266017 : fixed warning 2009-01-06 18:13:42 +0100 sj r265935 : CWS-TOOLING: rebase CWS sjfixes10 to trunk@265758 (milestone: DEV300:m38) 2008-12-10 16:54:02 +0100 af r265206 : #i43354# Do not delete all unused master pages automatically. 2008-12-04 13:12:50 +0100 af r264836 : #i92795# Use BitmapEx for icons to allow transparency. 2008-12-02 17:01:49 +0100 af r264723 : #i93082# Fixed SID_INSERTPAGE_LAYOUT_MENU. 2008-11-28 14:37:28 +0100 af r264555 : #i88851# Changed association of Ctrl-'?' to views. 2008-11-28 11:38:52 +0100 af r264535 : #i96681# Set version to 1.0.2 2008-11-28 11:30:04 +0100 af r264533 : #i88851# Ctrl-1,2,3 switch to slide overview, notes, normal view. 2008-11-27 16:41:25 +0100 af r264505 : #i92144# Removed unused code. 2008-11-26 15:29:56 +0100 af r264401 : #i92574# Do not lock configuration controller when main pane is not available. 2008-11-21 10:13:40 +0100 sj r264112 : #i96146# applied patch (ambiguous && ||) 2008-11-20 20:12:06 +0100 sj r264097 : #i96083# applied patch (ambigous && ||) 2008-11-20 19:13:53 +0100 sj r264096 : #i96163# applied patch (ambigous && ||) 2008-11-20 18:39:10 +0100 sj r264093 : #i96165# applied patch (ambigous && ||) 2008-11-03 18:12:29 +0100 sj r263303 : #i93996# fixed word wrapping problem 2008-11-03 18:11:02 +0100 sj r263302 : #i93996# fixed word wrapping problem 2008-11-03 18:08:41 +0100 sj r263301 : #i93996# fixed word wrapping problem 2008-11-03 18:06:45 +0100 sj r263300 : #i93996# fixed word wrapping problem 2008-11-03 18:05:00 +0100 sj r263299 : #i94831,i93616# fixed crash when importing diagonal cell border lines, fixed table import 2008-11-03 18:00:43 +0100 sj r263298 : #i93718# spellchecking is no longer triggering the autolayout of connector objects
2008-07-07INTEGRATION: CWS extensionupdate02 (1.3.26); FILE MERGEDRüdiger Timm1-1/+1
2008/07/07 05:52:33 ka 1.3.26.2: follow-ups to CWS extensionupdate01 2008/07/06 22:02:59 ka 1.3.26.1: follow ups for CWS extensionupdate01
2008-07-07INTEGRATION: CWS extensionupdate01 (1.3.22); FILE MERGEDRüdiger Timm1-4/+10
2008/07/01 22:36:59 ka 1.3.22.2: syntax 2008/07/01 09:54:58 ka 1.3.22.1: #157193#: updated extensions
2008-05-13INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGEDVladimir Glazounov1-6/+13
2008/05/05 08:44:21 af 1.2.4.4: #i18486# Changed identifier. 2008/04/30 12:27:18 af 1.2.4.3: #i18486# Set version to 1.0. Fixed replacement of placeholders. 2008/04/22 13:09:41 af 1.2.4.2: #i18486# Made extension identifier platform specific. Added platform tag. 2008/04/22 08:36:29 af 1.2.4.1: #i18486# Added display-name.
2008-04-03INTEGRATION: CWS presenterview (1.1.2); FILE ADDEDKurt Zenker1-0/+19
2008/01/07 14:13:37 af 1.1.2.3: #i18486# Using licinserter for choosing the right set of licenses. 2007/11/19 09:49:24 af 1.1.2.2: #i18486# Fixed namespace in dependencies list. 2007/10/24 12:31:41 af 1.1.2.1: #i18486# Initial revision.