summaryrefslogtreecommitdiff
path: root/scp2
AgeCommit message (Collapse)Author
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-14remove legacy build.pl prj/build.lst files.Michael Meeks
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-03fix typoDavid Tardon
Change-Id: I1c92bbb3cc01655e38b0059df57650c517176939
2013-03-02remove RebuildShellIconCache CustomAction (it was Win 9x/NT/2K only)Andras Timar
Change-Id: Id856c2279520d9183c8b10967f5b56903d21963f
2013-02-28remove all d.lstMichael Stahl
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
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
2013-02-25fdo#60924: move drawinglayer from scp2 to gbuildBjoern Michaelsen
Change-Id: I198238f52b232dab4dc1d39fff70eb2dda2ddcfd
2013-02-25fdo#60924: move dbaxml from scp2 to gbuildBjoern Michaelsen
Change-Id: I4f5edb370a77e9d364e2b1df1271f20f99cef193
2013-02-25fdo#60924: move dbtools from scp2 to gbuildBjoern Michaelsen
Change-Id: I58ed1ba6992b413aad9aa39f77623371a3e7972e
2013-02-25fdo#60924: move odbcbase from scp2 to gbuildBjoern Michaelsen
Change-Id: I9e26a6a32a70275174c83d109256dde5c718e42b
2013-02-25fdo#60924: move file from scp2 to gbuildBjoern Michaelsen
Change-Id: Ia75627e720f1edf7dba8aeb4684cdc0e3bfebb33
2013-02-25fdo#60924: move dbase from scp2 to gbuildBjoern Michaelsen
Change-Id: I3d0f0320fff1e9b6609bac152ff27552d58d928f
2013-02-25fdo#60924: move dbmm from scp2 to gbuildBjoern Michaelsen
Change-Id: Ibe4c7753c1494cc665f52cefcc65875fd75fe051
2013-02-25fdo#60924: move sdbt from scp2 to gbuildBjoern Michaelsen
Change-Id: Ib5ac31222fb9007336e49b872719c4515d51d5ad
2013-02-25fdo#60924: move dba from scp2 to gbuildBjoern Michaelsen
Change-Id: Iee64a80118e927bfa66d24edb34187f7f7551533
2013-02-25fdo#60924: move cui from scp2 to gbuildBjoern Michaelsen
Change-Id: Iff0150f99336c9650c9d9a9aaf34d0badf32c562
2013-02-25fdo#60924: move ctl from scp2 to gbuildBjoern Michaelsen
Change-Id: If2b1df2e71f6f206bff0951205490283e481c199