summaryrefslogtreecommitdiff
path: root/postprocess
AgeCommit message (Collapse)AuthorFilesLines
2012-11-24Turn PDF import from bundled extension to plain codeStephan Bergmann2-0/+7
No need for dirty hacks linking in basegfx objects statically any more. 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 UNO implementation identifiers from com.sun.star.comp.documents.* to org.libreoffice.comp.documents.*. Also, existing installations of the extension are explicitly not migrated to new user profiles. The xpdfimport executable is now in program/, its xpdfimport_err.pdf in share/xpdfimport/. To simplify finding the _err.pdf from xpdfimport, its full pathname is now given as additional second argument to xpdfimport. To find xpdfimport executable from CppunitTest, CppunitTest creates a symlink from solver's unittest/installation/program to solver's bin, so that "$BRAND_BASE_DIR/program/xpdfimport" works there (as CppunitTest now sets BRAND_BASE_DIR to solver's unittest/installation). The sdext/source/pdfipmort/dialogs/ Basic stuff appeared to be unused (even though it was included in the .oxt) and has been removed. The --disable-ext-pdfimport configure switch is renamed to --disable-pdfimport. Having it still conditional requires some pdf_Portable_Document_Format vs. pdf_Portable_Document_Format_import foo in module filter. Change-Id: Iee58c2f6187142a418decc9ea3a5df10eb7e0523
2012-11-21Turn presenter screen from bundled extension to plain codeStephan Bergmann2-0/+5
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-11-20Key different browser plugin features to specific flagsStephan Bergmann1-1/+1
This is a rework of f9059d4eee8e53c0a6b531fff16e1fade58cb8b0 "Key all browser plugin features to --enable-nsplugin." The problem with that was that Mac OS X supports pluging browser plugins into LO documents (which was originally controlled by --enable-mozilla) but not plugging LO into browser windows (which was originally controlled by --enable-nsplugin), so controlling the former with the same switch as the latter did not actually work. Thus I replaced the single ENABLE_NSPLUGIN feature flag with two dedicated ones, ENABLE_NPAPI_FROM_BROWSER (for plugging browser plugins into LO documents) and ENABLE_NPAPI_INTO_BROWSER (for plugging LO into browser windows). The --enable-nsplugin configure switch is gone completely, setting the feature flags is always done fully automatically now. Change-Id: Iecf706637465e865c987563b5de489fa90b4c904
2012-11-19Key all browser plugin features to --enable-nspluginStephan Bergmann1-1/+1
...instead of having them spread across --enable-nsplugin (plug LO into browser windows) and --enable-mozilla (plug browser plugins into LO documents). The ultimate goal is to clean up the various configure options mentioning "mozilla" and WITH_MOZILLA. Change-Id: I6f4b1c3a5701424f586cc1e303af90c9d59a91b6
2012-11-15Fix packconfig.pl when WITH_LANG=ALLFridrich Štrba1-1/+1
Change-Id: Id293760fdc60d79790380d0cbee259b5b1cdd2da
2012-11-15Revert "Don't bail out when you don't find uiconfig translations"Fridrich Štrba1-1/+1
The can is only kicked further and it fails in packaging of languagepacks, so revert and investigate more This reverts commit c7be4968e8f7f8b3c9c88d0cccfca6cff8e44e14.
2012-11-15Don't bail out when you don't find uiconfig translationsFridrich Štrba1-1/+1
Change-Id: I54bf71bdd7e088ab5c11234ec31963817a314006
2012-11-15Differenciate error messages to know quickly what failedFridrich Štrba1-2/+2
Change-Id: I4a445c345706351da8f022180d142249340acd2f
2012-11-14remove ancient lo-menubar implementation now that we have the shiny new oneBjoern Michaelsen1-4/+0
Change-Id: Ie5ea41e7376838ac7f2ebfbe0d703e6a28d8a8a9
2012-11-12Don't bundle gdiplus.dll any moreTor Lillqvist1-1/+0
It was needed for Windows 2000 support. Change-Id: I1c0bec3fd3c76005b843d62c636410201abfa8e1
2012-11-12re-base on ALv2 code. Includes:Michael Meeks3-46/+49
Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Reduce the dependencies on non standard GNU copy. http://svn.apache.org/viewvc?view=revision&revision=1238684 Correct /usr/bin/env path. http://svn.apache.org/viewvc?view=revision&revision=1235619 Complex Toolbar Controls Extension from the SDK Patches contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1190390 i118615 - make epm more verbose http://svn.apache.org/viewvc?view=revision&revision=1204288 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 Patches contributed by Juergen Schmidt: jsc341: i117327: take care if no dependency node in current description exists, create one http://svn.apache.org/viewvc?view=revision&revision=1172101 jsc341: i117327: add extra extension dependency check http://svn.apache.org/viewvc?view=revision&revision=1172098 make initial branding changes http://svn.apache.org/viewvc?view=revision&revision=1231878 Patches contributed by Ingo Schmidt native373: #i117733# no linux jre installation on 64 bit systems http://svn.apache.org/viewvc?view=revision&revision=1167536 native373: ##164464# improve debian support http://svn.apache.org/viewvc?view=revision&revision=1167537 Patch contribtued by Armin Le-Grand: Changed various aspects concerning usages of old vendor names http://svn.apache.org/viewvc?view=revision&revision=1293313 fix for neon webdav, remove coinmp bits, improve odk script, cleanup & remove OS/2 conditionals, system ucpp fixes, remove OS/2 conditionals, restore our license filenames.
2012-11-09more losessioninstall fixingMichael Stahl1-2/+3
Change-Id: If026dd160e2abe51470273115cbdd8b556ee9356
2012-11-09making org.freedesktop.PackageKit.Query and .Modify availableBjoern Michaelsen1-0/+1
- partial implementation of the SessionInstaller interfaces - accessable via service: org.freedesktop.PackageKit.SyncDbusSessionHelper Change-Id: Ica91f481d041a066215fba3e808bf587e1271f1b
2012-11-09binfilter.die.die.dieNorbert Thiebaud3-29/+1
Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3 Reviewed-on: https://gerrit.libreoffice.org/1014 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-08fix 89e47b8bf1ba3f86204ae3ab997432c26b0eea6b, dereference hash object-refNorbert Thiebaud1-2/+2
Change-Id: I3354f1c6b1eb5b1a78c25ff6ac23218336fd8bea
2012-11-08put .ui translations into the langpacksCaolán McNamara3-6/+58
and drop .ui suffix from the translation files Change-Id: I01e0e2f17c97584230b8da4ee0dd08a0444d77fd
2012-11-08refactor packconfig to hopefully be unchanged, but extendableCaolán McNamara1-36/+43
Change-Id: I25fe2f7e3277bd9a9509b0bec81f8d76b2bf8c8f
2012-11-07fix packconfig help messageCaolán McNamara1-2/+2
Change-Id: I71b55505047104c7e7d64ca93fc59429754892d1
2012-11-07Always package at least mozbootstrapStephan Bergmann1-1/+3
...if not even mozab. Otherwise, there is no implementation of com.sun.star.mozilla.MozillaBootstrap and "File - Digital Signatures... - Sign Document..." cannot show any certificates from Mozilla profiles. Change-Id: Ie9b73fad798b2c2a3b52ba374ea967401694f685
2012-10-28epm: convert to gbuildMatúš Kukan1-1/+1
Change-Id: I1548f3b9339163a7abab637acad620b50cfc3a26
2012-10-28add languagetool to tail_buildMatúš Kukan1-1/+1
Change-Id: Id42c86bc5e6deaaa3215beefcf06474b5049e6e3
2012-10-25convert java XSL transformer into extensionDavid Tardon1-1/+0
Change-Id: Ided6c480969764073056830722c8996e0df52285
2012-10-23add ct2n to tail_buildPeter Foley1-1/+1
Change-Id: Idc46fff0e019e114d67600fcf8ce4b46e791c100
2012-10-23pyletter: pack and register letter wizardXisco Fauli1-1/+1
Change-Id: I4b9e2d22af810db367c705791376c99cb1860172
2012-10-14pyfax: Remove java codeXisco Fauli1-1/+1
Change-Id: If910b37990677458dcb2c88007ad713b1f208fbe
2012-10-12convert librsvg to gbuildPeter Foley1-1/+1
Change-Id: I1f84f85abc4e2db3679e64d34671458779ca97fa
2012-10-09Kill rebasing all together - little advantage for a lot of hassleFridrich Štrba5-774/+3
Change-Id: I3bcf920d4c57ff05079033ab1715b61c14b86fd5
2012-10-09Revert "use downloaded rebase.exe with Win8 SDK"Fridrich Štrba1-14/+2
This reverts commit e994a91060c145ad08ef75dcf9862043202ac6ce.
2012-10-07use downloaded rebase.exe with Win8 SDKPeter Foley1-2/+14
Change-Id: Ib7cb49e9c992ba3bd8cc69e7e492f82a493d7053
2012-10-07Bypass ODBC here, tooTor Lillqvist1-1/+6
Change-Id: Ie9a49e9521741038a06dc46a1bd9072088e3bf6b
2012-10-04re-base on ALv2 code. Includes:Michael Meeks1-1/+1
clarify Option->Language UI option Patch contributed by Herbert Duerr http://svn.apache.org/viewvc?view=revision&revision=1173991 cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1173991 cws mba34issues01: #i117709#: add missing string resource Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172348 cws mba34issues01: #i117716#: fix missing resources my removing unused code Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172345 re-add Crystal, Tango, Oxygen icon theme listings. correct method signature Patch contributed by Jean-Louis 'Hans' Fuchs http://svn.apache.org/viewvc?view=revision&revision=1306725 i#119063 - correct serf integration Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1300521 i#119036 - adapt serf integration -- use transfer-encoding 'chunked' on HTTPS -- switch transfer-encoding between 'chunked' and none on 413 HTTP status code -- refactoring -- improve user experience of certification dialog - only shown once Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1299727 118569: Use whole certification chain for verification. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1295493 serf integration: improve credential input handling Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1294557 warning-free ucb/source/ucp/webdav Patch contributed by Pavel Janik http://svn.apache.org/viewvc?view=revision&revision=1294086 some refactoring to PROPPATCH and PROPFIND requests Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1293281 i#118569: Replace neon with serf Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1292832 http://svn.apache.org/viewvc?view=revision&revision=1292794 remove OS/2 conditionals for now. re-enable webdav unit tests.
2012-09-29No need for BITNESS_OVERRIDE in makefilery as CPU etc work fineTor Lillqvist1-1/+1
Change-Id: I59f4d5ad275af62c997723908754112c062a31be
2012-09-28validate and pack .ui files as well as .xml filesCaolán McNamara2-3/+3
2012-09-27No 64-bit QuickTimeTor Lillqvist1-1/+4
Change-Id: I07eed5c66195b006ae96da9c71a1ef57b8e2d020
2012-09-25dbghelp.dll cannot be rebased.Kohei Yoshida1-0/+1
The latest version of dbghelp.dll is signed, and cannot be rebased. Change-Id: I3fbe0da2b576f37939684ea45fa428da237ca71f
2012-09-23gbuildification of more_fontsNorbert Thiebaud1-1/+1
Change-Id: Ifae1342ee0af447cb08a24e0804f6e42ae826a2a
2012-09-20Revert "remove remnants of ProductRegistration"Matúš Kukan1-0/+1
This reverts commit 1f77f1ac177521698ee7c978f218127cb5840046 and b590d87b380389371eca94ffb0e6f47f86d1c917. Do this again when we will know how to get rid of published service in offapi/type_reference/types.rdb.
2012-09-20forgot to remove this oneMatúš Kukan1-1/+0
Change-Id: Idd33388f61461a55021b93498e2c992d7ae560d0
2012-09-19Fold ImpressSdRemote.xcs back into Impress.xcsStephan Bergmann1-1/+0
This effectively reverts 8c5cd962353dd9ce8234211a66547eb057202eb5 "config split for sdremote" (what was the rationale for that, anyway? having the two little additions in Impress.xcs always should not be a big deal), 63a73c119c188e6a4b22fb99fc2571f200073bde "Hopefully fix the remote config access to work with the new schema.", ee5403b98bf0e89693a14f7a1ae5658d9e5eb730 "officecfg: generate header for Impress-sdremote, handle "-" in xcs name", and 4cce7027a6e700a6a7392b806c3d059172268f6d "Rename Impress-sdremote.xcs to ImpressSdRemote.xcs + add to postprocess." Change-Id: Iba6162a3c1d9e688960c794265bd04128f58cc0c
2012-09-19Rename Impress-sdremote.xcs to ImpressSdRemote.xcs + add to postprocess.Andrzej J.R. Hunt1-0/+1
Change-Id: Iead72e5dca861a422507cf70d9b35366c701c84a
2012-09-18Some clean-up of mork-related changsStephan Bergmann2-27/+5
And reverted for now the configure error when --enable-mozilla on non-Windows; it is still used for other features, too. Change-Id: I1ce5ff1a7a3d140a1ab7ba1e905166d91229c926
2012-09-18switch build system to mork driver implementationDavid Ostrovsky2-0/+24
On all non windows platforms no mozilla is used any more. On windows it used for O and OE address book access. Once alternative implementation for it exists, mozilla can be stripped there too. Change-Id: I54144005e6a284326b45a34eb958d170e872471e Reviewed-on: https://gerrit.libreoffice.org/637 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2012-08-27Bypass the solver component for iOS for nowTor Lillqvist1-1/+1
Change-Id: I09551ef015d31d2337ba3ab40e720210c095670f
2012-08-24add extras to tail_buildDavid Tardon1-1/+1
Change-Id: I3143c987ed07f2d0033cbcb4fe637d095339807e
2012-08-22another build integrating solution for androidMatúš Kukan1-1/+1
..since it also needs stuff from postprocess. In qa/desktop/Makefile, images_tango.zip is used. If that's not needed, the module can be placed between postprocess and packimages for now. Change-Id: I9951cce0c8da0fc75fd8a7b1246f4083bd38f705
2012-08-22New attempt to have the "android" module built at a suitable timeTor Lillqvist1-1/+1
Yes, I know that eventually what now is known as "tail_build" will be all there is left. So by that time, by definition nothing can be built "after tail_build". Will have to handle that then. Change-Id: I47d228ca7156520db10630861ce52b015a7a169c
2012-08-14drop disable-xmlsec, it's core functionality, have to live with itCaolán McNamara1-3/+1
we basically need this functionality, the idea of it being optional isn't really logical anymore with nss split out from mozilla. for iOS and Android where they doesn't build yet spit out lame fixme nag warnings Change-Id: I4b16c62553b12d3dcd340a0b5c5a4cbd807c2f02
2012-08-09gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks1-0/+4
Add fallback activation of an _OLD media component to the core. Compile both a 0.10 and 1.0 version of the gstreamer component Change-Id: I91f65d05391cb2d7e02f9cff18f96178a128705O1
2012-08-09create these rdbs directly in scriptingMatúš Kukan1-33/+0
Change-Id: I8a44de06f9a16308a5ff82ad77d059e5dde544f9
2012-08-09add dictionaries to tail_buildDavid Tardon1-1/+1
Change-Id: If898ad805a1530d201650429b988c2866fb62512