summaryrefslogtreecommitdiff
path: root/postprocess
AgeCommit message (Collapse)AuthorFilesLines
2013-07-03Fix Windows signing and timestampingFridrich Štrba2-4/+13
(cherry picked from commit 523258e675e881d6f8efc031e3885d0197c8aad0) Reviewed-on: https://gerrit.libreoffice.org/4692 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com> (cherry picked from commit 92b5d7f7c9ae3af23833df9fe7a503e844b913e4) Conflicts: postprocess/CustomTarget_signing.mk Change-Id: Ife8774c9a6157e8bb943d1ba8ec32f560c8281c4 Reviewed-on: https://gerrit.libreoffice.org/4694 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-02-11fdo#60491: scp2: always package emboleobj library on non-WNT platformsMichael Stahl1-2/+2
(regression from 09cd5c460704ddd99669a61ae335bfb2ce357140, which defined DISABLE_ATL on all platforms in configure) (cherry picked from commit ca8ac449e3524f895de1e94a3c5d511591031b40) Conflicts: postprocess/Rdb_services.mk Change-Id: If2373386102373cb49e8cd0c6bf807da2f805dda Reviewed-on: https://gerrit.libreoffice.org/2095 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-05fdo#59025: Missing dependencyStephan Bergmann1-1/+1
(WriterWindowState.xcs is in writer.xcd) Change-Id: I4e6d7cea64afae21cfb00ca9dc7873c5ce90d2bc (cherry picked from commit 82c53d537a05dadf4d7fd7ea41292897bf2d47c7) Reviewed-on: https://gerrit.libreoffice.org/2002 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-12-20No StarOffice directories in our buildFridrich Štrba1-1/+1
Change-Id: Ieb31d431f90a35245c2015346271955e2a9a554e
2012-12-20Use a working timestamp engine by defaultFridrich Štrba1-1/+1
Change-Id: Ia40ccc83c1fbd1a0cef668293a32a158ac9429c9
2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann1-1/+1
The STLport was only built for the benefit of old extensions on platforms that once used it themselves (Linux x86, Solaris x86 and SPARC, Windows). We deliberately break such old extensions for LO 4.0 by no longer shipping that backwards-compatiblity cludge. Keeps STLport listed in readlicense_oo/ because of o3tl/inc/o3tl/compat_functionality.hxx. Also removes GXX_INCLUDE_PATH, as that was only used by STLport (if at all?). (cherry picked from commit 77d3777c8934171a9557a96872d020cf12443fb9, minus the code that addressed Windows C4005 warnings -- which after all were due to unrelated changes for PCH rather than this commit) Conflicts: postprocess/prj/build.lst Change-Id: Ie138a219fbbc86fb5aaa7ea0b88cf349935d9829
2012-12-14Make KeyID (qtz) work againAndras Timar1-0/+1
Change-Id: I67b2ce4ae647150aeace72c542a5838940d2c058
2012-12-12LibreLogo should be an optional moduleAndras Timar1-1/+6
On Windows it is installed by default, but can be disabled in the installer easily. Change-Id: Ic820f08b51edf71eb09fd3533dc42b82bd06bb38
2012-12-07We definitely want a log file to check in case something goes wrongFridrich Štrba1-1/+1
Change-Id: Ie8ab243e72decae63717cf78d8e7038a74b4c1ae Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-12-07Make the usage notice correspond to realityFridrich Štrba1-6/+3
Change-Id: I4142af0181629c627e1137ce406249040f28e51f Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-12-07Add --enable-windows-build-signing optionFridrich Štrba1-4/+4
Change-Id: I9630a486043c97aa9e31873c63f807cedb869a24 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-12-07Allow signing of dlls and exes with default certificate without passwordFridrich Štrba1-9/+5
Change-Id: Ic39276df49cb317936baf7956dd74a1a7f42cbff Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-12-05Bye bye ODMATor Lillqvist1-1/+0
SUSE has no interest in it any longer, and I doubt anybody else has either.
2012-12-05Check WITH_MOZAB4WIN, this time the commit does just thatTor Lillqvist2-2/+2
2012-12-05Revert "Check WITH_MOZAB4WIN"Tor Lillqvist2-2/+3
The commit accidentally removed a line which was related to ODMA, not MOZAB, and that needs to be removed (if we want that here) in a separate commit. Sigh, shouldn't be doing many things at the same time. This reverts commit 748fd365ea3e6cb2b14f02858c1724559ac87eac.
2012-12-05Check WITH_MOZAB4WINTor Lillqvist2-3/+2
2012-12-04adding calc add-in for option pricingtino1-0/+1
Change-Id: Ica4b621a7ae7e5ab447192ae3fe7b8911295bef2 Reviewed-on: https://gerrit.libreoffice.org/1232 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2012-11-29Isolate PDF Import so it can be made optionally installableStephan Bergmann2-4/+13
...which can be attractive for installation sets that use --with-system-poppler but do not want the LO core package to depend on a poppler package. See the comment at the top of scp2/source/ooo/module_pdfimport.scp for details. The build-time --disable-pdfimport configure switch is gone, PDF Import is built unconditionally for all platforms but Android and iOS now. (The ENABLE_PDFIMPORT variable now uses TRUE/FALSE rather than YES/NO, to increase consistency across those variables.) Change-Id: I6509d0b2e770b276cd54540408fb1ec5a7dda058
2012-11-29Make ODMA file picker UNO component passiveStephan Bergmann1-0/+1
Change-Id: I0f036781914b8aeec15dbfc8c99acefae935d1b7
2012-11-28LibreLogo integration (extension -> normal code)Andras Timar1-0/+1
While efforts have been made to make LibreLogo work with Python 3.3, there are still a few bugs, for example large Logo programs do not run correctly and Translate button does not work. Bugfixing is in progress. Change-Id: I4227ff86084f51047861897189d2317322296139
2012-11-27removed obsolete xml validation service and xml source view.Peter Jentsch1-1/+0
Change-Id: I637531c09b391ef458ae6395518129d981662ff2 Reviewed-on: https://gerrit.libreoffice.org/1166 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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