summaryrefslogtreecommitdiff
path: root/postprocess
AgeCommit message (Collapse)AuthorFilesLines
2013-02-10fdo#60491: scp2: always package emboleobj library on non-WNT platformsMichael Stahl1-1/+4
(regression from 09cd5c460704ddd99669a61ae335bfb2ce357140, which defined DISABLE_ATL on all platforms in configure) Change-Id: If2373386102373cb49e8cd0c6bf807da2f805dda
2013-02-09convert setup_native to gbuild and add to tail_buildPeter Foley1-1/+1
Change-Id: Ie12338dada22c59d55d89ed9611bb1a958b04223 Reviewed-on: https://gerrit.libreoffice.org/2063 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-01-28convert mysqlc to gbuild and add to tail_buildPeter Foley1-1/+1
Change-Id: Ia64bc884ed04a5d5652fb743f543a39e6b6bbcf2 Reviewed-on: https://gerrit.libreoffice.org/1901 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-22convert crashrep to gbuild and add to tail_buildPeter Foley1-1/+1
Change-Id: I90cf6c2c5fb806855b7e4fec18c890f7bd2ff6b5
2013-01-03gb_UITarget_LANGS got removed with b209dec8bbc9be5471438837a4da64adfa350298Stephan Bergmann1-1/+1
"create all translations for a .ui file in one uiex call." Change-Id: Idc180b4809b26f45407d3b41b2011edeea886edc
2013-01-03gbuild: replace all use of PRODUCT with ENABLE_DBGUTILMichael Stahl1-1/+1
Also fix the wrong check in cppunit/ExternalProject_cppunit.mk which caused cppunit to always be built without -D_GLIBCXX_DEBUG. Change-Id: Ia247dcd84e2c6fa0e9384fd27643537984d980b5
2012-12-24merge packimages into postprocessMatúš Kukan5-0/+484
Change-Id: Ie00c7cbc012a605e95ceafcad384a67b599fc758 Reviewed-on: https://gerrit.libreoffice.org/1476 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-20No StarOffice directories in our buildFridrich Štrba1-2/+1
Change-Id: I609c6f3c071d304f222cd2d15a6ad52dc34652c7
2012-12-20Use a working timestamp engine by defaultFridrich Štrba1-1/+1
Change-Id: I6771f427148f9f46abacaa5f096b98693f3673f9
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?). Removes a spurious #define MOVEFILE_REPLACE_EXISTING 0x01 from l10ntools/inc/helpmerge.hxx that was once added with 854812584862d0609b695682d2bfea2667d75c00 "INTEGRATION: CWS extensionl10nfix01 (1.11.6); FILE MERGED: 2008/06/26 13:56:03 ihi 1.11.6.1: #i90987# windows rename -> MoveFileEx" but now starts to cause trouble on Windows. Also disables warning C4005 about redefinition of WB_LEFT/RIGHT macros (defined in both tools/wintypes.hxx and the Windows API) in a number of places that include windows.h -- however the old STLport caused those warnings to not show. Change-Id: Ie138a219fbbc86fb5aaa7ea0b88cf349935d9829
2012-12-16postprocess: hopefully solve dependency problemsMatúš Kukan2-2/+5
Change-Id: I48c3a6c621e5faa46eba9eb4f34428b2f947a86f
2012-12-16dumb down the recipe to accomodate the feature-poor BSD 'find'Norbert Thiebaud1-4/+4
Change-Id: I25bf1a16768e964b2771099262215ea157e39358
2012-12-16add missing dep: gb_Package_use_custom_targetMatúš Kukan1-0/+2
Change-Id: I888d9efe8bad905c108a6c824f2e2c7228fdd56d
2012-12-16postprocess: execute packconfig.pl inside postprocess/packconfig directoryMatúš Kukan1-1/+2
Change-Id: I2af8ab42eacdd1db7dfc6758c72fcd500b237ebc
2012-12-15postprocess: convert to gbuildMatúš Kukan17-1270/+1123
Change-Id: I6c81fa0f1b8d7273541d5d9883b5fc96a5091bbd Reviewed-on: https://gerrit.libreoffice.org/1080 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2012-12-14remove echo line that I used to debug the makefileAndras Timar1-1/+0
Change-Id: Ie2898f6b6cefed8d7b3a018760882c4bb345dc10
2012-12-14Make KeyID (qtz) work againAndras Timar1-0/+1
Conflicts: configure.ac Change-Id: I67b2ce4ae647150aeace72c542a5838940d2c058
2012-12-13Missing dependencyStephan Bergmann1-1/+1
(WriterWindowState.xcs is in writer.xcd) Change-Id: I4e6d7cea64afae21cfb00ca9dc7873c5ce90d2bc
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
2012-12-07Make the usage notice correspond to realityFridrich Štrba1-6/+3
Change-Id: I4142af0181629c627e1137ce406249040f28e51f
2012-12-07Add --enable-windows-build-signing optionFridrich Štrba1-4/+4
Change-Id: I9630a486043c97aa9e31873c63f807cedb869a24
2012-12-07Allow signing of dlls and exes with default certificate without passwordFridrich Štrba1-9/+5
Change-Id: Ic39276df49cb317936baf7956dd74a1a7f42cbff
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