summaryrefslogtreecommitdiff
path: root/scp2/source
AgeCommit message (Collapse)Author
2013-04-11install UI config. files using filelistsDavid Tardon
Change-Id: I422c8912bc2557c2c03bb885e5c193deb93d1d5e Reviewed-on: https://gerrit.libreoffice.org/3233 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-11fdo#63197, Convert Zip_databasebiblioJulien Nabet
Change-Id: I58d387c4bbfd4af9cc1e800bc8c715e34a61a970 Reviewed-on: https://gerrit.libreoffice.org/3318 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-10add new urelibs library merging some libraries from ure/lib/Matúš Kukan
There is no configure switch for this, URELIBS must be set. This commit changes strategy to link also libraries being merged. We need them for build tools like idlc, cppumaker, .., so the tools can link against them now. This avoids circular dependencies. Change-Id: Ic49e18ecbeaff84d4f5a7fafe8b1fbf45ed18c9b
2013-04-10fdo#63197, Convert Zip_databaseJulien Nabet
Change-Id: I459b27065869b50639330dcbbae8bc7a1651882f Reviewed-on: https://gerrit.libreoffice.org/3302 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-10one variable to rule them allDavid Tardon
one variable to find them, one variable to deliver them all and into filelist put them, in $INSTDIR where the installer searches. Change-Id: I989f578f0ed6f9ef9167522249b36d95c15bfd1b
2013-04-10API CHANGE: odk: remove "store" and "reg" librariesMichael Stahl
These libraries were never part of the stable URE interface, and thus including their headers and import libs in the SDK was a mistake. Apparently at least on MacOSX and some Linux distros it was not possible to link against the libraries anyway. Change-Id: I3c43c86ff5d7bc316ed7af0be4ef313f7869ac23
2013-04-10drop undefined file IDsDavid Tardon
Change-Id: I5650327429118ad52e82050039dd237c2ff32286 Reviewed-on: https://gerrit.libreoffice.org/3236 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-10drop unused directory recordsDavid Tardon
Change-Id: I9d1a812e1d1771d8d3fc022869984dcb623f2055 Reviewed-on: https://gerrit.libreoffice.org/3235 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-07Drop workarounds for Mac OS X SDKs 10.4 and 10.5Tor Lillqvist
Change-Id: Ifa07f9b5613b4a75c5b72178cb276b9c0b495a62
2013-04-05use filelist install method for udkapi and offapiDavid Tardon
... so we can drop ZipUnoApi again. Change-Id: Id5925b8c101cd7cb70614a9a26f328dec92db8fa Reviewed-on: https://gerrit.libreoffice.org/3152 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-05move autocorr.zip to packageDavid Tardon
Change-Id: Ia032d3cb3c41a654ab42b9fe5b2d79bc7ca713f1 Reviewed-on: https://gerrit.libreoffice.org/3150 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-05move palettes.zip to packageDavid Tardon
Change-Id: Ide4e393ff2d735d9cdf01fcb489d65b7659acdbe Reviewed-on: https://gerrit.libreoffice.org/3151 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-05new module i18nlangtagEike Rathke
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist
Just sprinkle #ifdef SOLAR_JAVA into the code instead. In the source for jvmaccess and jvmfwk such ifdefs can be removed as it isn't compiled unless SOLAR_JAVA. Change-Id: Ia8614f8bd6d833582d3b79b5fb75f9153fa79606
2013-04-03Easter Bunny brings new redland tarballsMichael Stahl
upgrade raptor to 2.0.9, rasqal to 0.9.30, redland to 1.0.16: - new raptor depends on libxml2 version 2.6.27 and thus will _not_ build against system libxml2 on Mac OS X 10.4/10.5 - stop delivering raptor-config/rasqal-config, set env vars instead (which unfortunately requires patching configures, TODO: upstream that) - remove redundant configure flags - stop passing -Wl,no-inhibit-exec (causes HP-UX code to be built on Linux) - disable new rasqal build deps: --with-uuid-library=internal --with-digest-library=internal - disable redland "libltdl" nonsense via --disable-modular - fortunately openssl digest support has been removed too - drop raptor-1.4.18.ooo_build.patch, set RAPTOR2_CFLAGS/LIBS instead - drop raptor-1.4.18.autotools.patch: + FreeBSD parts moved to raptor-freebsd.patch.1 + Android parts obsolete + don't know about the MinGW part (TODO) - from drop raptor-1.4.18.mingw.patch dropped the part defining parsers to be built, done via --enable-parsers - drop redland/raptor/raptor-1.4.18.cross.patch: the vsnprintf check is now done at runtime, and expat has been removed - drop raptor-1.4.18.aix.patch,redland-1.0.8.aix.patch: presumably don't need special check for V7BETA since it's released now - drop raptor-1.4.18.rindex.patch, index/rindex no longer used - drop raptor-1.4.18.entities.patch, fixed upstream in 2.0.7 - drop raptor-1.4.18.fixes.patch, fixed upstream in 2.0.9 - drop raptor-1.4.18.{libxml,libxslt}.patch: TODO - drop {raptor-1.4.18,rasqal-0.9.16,redland-1.0.8}.legal.patch: we don't care any more about Sun legal dept. - drop rasqal-0.9.16.ooo_build.patch, set RASQAL_CFLAGS/LIBS instead - drop rasqal-0.9.16.autotools.patch: + FreeBSD parts moved to rasqal-freebsd.patch.1 + Android parts obsolete + MinGW part only for cygwin build - drop redland-1.0.8.autotools.patch: + FreeBSD parts moved to redland-freebsd.patch.1 + Android parts obsolete + don't know about the MinGW part (TODO) - drop redland-1.0.8.ooo_build.patch, hopefully not necessary to disable utils build Change-Id: I9cc44928ba87392d69e809abe2236cec0e4a508a Reviewed-on: https://gerrit.libreoffice.org/3154 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-04-03start deprecating spadmin by removing it from the menusCaolán McNamara
we keep the printer admin tool, just not install the .desktop file for it anymore. Change-Id: I41fcdcca555e16d76fa2de4a929b6ad508b6c066
2013-03-30upgrade icu to 51.1Peter Foley
Change-Id: I1c0d5ca4b2f88ca48225fcdbeb978f27fa91f7a6 Reviewed-on: https://gerrit.libreoffice.org/2953 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Peter Foley <pefoley2@verizon.net>
2013-03-25Export current Writer page as jpg/pngTomaž Vajngerl
This is first step to rework of graphic exporting. The idea is to replace the exporter that works only for Draw/Impress and replace it with a general exporter for any object. With this it will be far easier to export objects as charts. Currently only Writer is supported and only jpg/png. Additionally, this commit introduces a new Export dialog which supports setting the pixel width, height and DPI. Change-Id: I7302b26bd432840d7ef0c3d2d2e13ff150cd2a07
2013-03-23Report Builder should be an optional component in Windows installerAndras Timar
... because when it is installed, it hides the original template based reporting UI, which is preferred by some users. Change-Id: Id758b664d6b06c2c12e32c428b5dbcf7bfaf045d
2013-03-23add longer description in Windows installer to Numbertext extensionAndras Timar
Change-Id: I34b459c3e8b676b47f9ce0da15bfdea5f749ad20
2013-03-18install librpt* in the new gid_Module_Reportbuilder, not into Base...Rene Engelhard
Change-Id: I8e67108caaac379101173d49c957e7ec5c7652e4
2013-03-18readd packinfo_office.txt stuff for Pdfimport/ReporbuilderRene Engelhard
... as otherwise it ends up in gid_Module_Root_Brand, NOT in it's own module (which is intended) Change-Id: Ic3951ccd7471793419b04f4f2fcfe90060c6d71f
2013-03-18fdo#61950 move report builder from bundled extensions to plain codeDavid Ostrovsky
For test sample report from fdo#61726 can be used. Change-Id: Iacf8ddc4cf8ad0a408d72e18ecb7237476afeffe Reviewed-on: https://gerrit.libreoffice.org/2718 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-03-13gbuild: refactor SDK packaging of IDL files:Michael Stahl
- UnoApi: stop delivering IDL files to $(OUTDIR)/idl - add ZipUnoApi to package IDL files for SDK - convert udkapi and offapi to ZipUnoApi and package them in scp2 - odk: remove ugly CustomTarget_idl that uses "find" Change-Id: I8dc4e0e7d0dc51c1abf18f31bfe095760d3c2104
2013-03-12Package fonts to the fonts subpackagePetr Mladek
People were confused that for example LiberationSerif-Regular.ttf was not there. It was partly caused by missing entries and partly by missing comma separators. Change-Id: I6262d46d381bd5ef8e97cd55f367cc4d12c59907
2013-03-12typo: missing End after File gid_File_PymailmergeAndras Timar
Change-Id: Ib95b568fdbfc5c83f07c37ba7a9e31960b6e79fb
2013-03-12fix packaging of PymailmergeAndras Timar
Change-Id: I7b11db0a7ee447db91b4dacff2f64428661d34f8
2013-03-12sync packinfo with scp2Andras Timar
Change-Id: Ie20dab628e089a97c16b91b080eda5e09bbbb46a
2013-03-12actually make new gid_Module_Script_Provider_For_Python being installedRene Engelhard
Change-Id: I3440a45465fa79d3ace0f04fd6036734c9caf00d
2013-03-11Script Provider For Python has to be a in a separate moduleAndras Timar
Change-Id: I6445108c049d6ee67df6b01966e1a047e169227c
2013-03-10adapt config_host.mk.in/scp2/mysqlc to MARIADBCRene Engelhard
Change-Id: Id60fc25405a3879e64bd5f2ff637c655ba7dfc78
2013-03-08fix build with --disable-scripting optionDavid Ostrovsky
Change-Id: I98dbd3e46c81e1dd056d6e88dc1e526b5af456f5 Reviewed-on: https://gerrit.libreoffice.org/2510 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-05update scp2 module for auto installed libs...Rene Engelhard
Change-Id: Id19c8c768bd8be7767d6d224fa5d584381707217
2013-03-03remove stale javafiltersAndras Timar
Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006
2013-03-02remove RebuildShellIconCache CustomAction (it was Win 9x/NT/2K only)Andras Timar
Change-Id: Id856c2279520d9183c8b10967f5b56903d21963f
2013-02-28bin PATCH_SO_NAME crackAndras Timar
In VersionInfo of Windows executables the FileDescription property originally contained 80 times 'x' character. These executables were marked as PATCH_SO_NAME and later the installer maker perl program replaced the xxxxxxxxxxx to the actual file description which was defined in scp2. WHy was it good, I have no idea. The problem was that it happened after postprocess, where we signed the binaries, thus diigital signature became corrupted. It is better to give file descriptions via makefiles. Change-Id: Id5ad4470bb7a6313b33fbba09d72d9a009163a89
2013-02-27odk, scp2: remove the horribly broken "find" in CustomTarget_includeMichael Stahl
... and instead bundle the *_odk_headers zip files. Change-Id: Ice86f8e22d3a6fa46f7cee38193dffdd0479d491
2013-02-25fix helppack creation on windowsPeter Foley
Change-Id: I0242cc0adda1d12a9daac38bebe810aa38d2865b
2013-02-25WIP: Experimental new binary type.rdb formatStephan Bergmann
Move unoidl functionality into a module of its own, as a prerequisite to use it in codemaker etc. (This is intended to ultimately remove modules store and registry, modulo backwards compatibility constraints.) Change-Id: If5274cbd3a595951e6cf7a9664bc542f01833f38
2013-02-25fdo#60924: move writerfilter from scp2 to gbuildBjoern Michaelsen
Change-Id: I17f68196edeb685fb8d3f95616be1199fd5f1de2
2013-02-25fdo#60924: move lwpft from scp2 to gbuildBjoern Michaelsen
Change-Id: Icb3044f1dc8b8a816cc93c9764908532a9cdcec4
2013-02-25fdo#60924: move t602filter from scp2 to gbuildBjoern Michaelsen
Change-Id: Ib655b1177ffb4609bd7c50d54a818de659f284f3
2013-02-25fdo#60924: move wpftwriter from scp2 to gbuildBjoern Michaelsen
Change-Id: I7e12a4ddd68ffb2c2b1cd1730a8ab17c79311fb2
2013-02-25fdo#60924: move lng from scp2 to gbuildBjoern Michaelsen
Change-Id: I006230e190eb4e35f72c598c0016f7a7aa27cc7d
2013-02-25fdo#60924: move fwm from scp2 to gbuildBjoern Michaelsen
Change-Id: Iaced34a334e216ac2f4df783d76fb3003051e3b5
2013-02-25fdo#60924: move fwl from scp2 to gbuildBjoern Michaelsen
Change-Id: I7687af837d116ef7ec444049d941f3ca337aca03
2013-02-25fdo#60924: move fwi from scp2 to gbuildBjoern Michaelsen
Change-Id: Ib7721d6b97b2d5f11f9f6dd05f5bc236c09c4f42
2013-02-25fdo#60924: move fwe from scp2 to gbuildBjoern Michaelsen
Change-Id: I2bb9d4598d31462f9b661ed076046eb643c0a9e5
2013-02-25fdo#60924: move frm from scp2 to gbuildBjoern Michaelsen
Change-Id: I74232178bb8c8a528d03274fbc8c1c9573874421
2013-02-25fdo#60924: move emser from scp2 to gbuildBjoern Michaelsen
Change-Id: Id90ffae1f38b69005ead8bef9fadc54833813184