Commit Graph

3828 Commits

Author SHA1 Message Date
Michael Stahl
c56013e97b API CHANGE: odk: remove "store" and "reg" libraries
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-10 16:21:42 +02:00
David Tardon
a41c2e16f6 drop undefined file IDs
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-10 12:10:46 +00:00
David Tardon
98988510ca drop unused directory records
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-10 12:10:25 +00:00
Tor Lillqvist
07c9bb1038 Drop workarounds for Mac OS X SDKs 10.4 and 10.5
Change-Id: Ifa07f9b5613b4a75c5b72178cb276b9c0b495a62
2013-04-07 03:04:31 +03:00
David Tardon
3e8016ddc5 use filelist install method for udkapi and offapi
... 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-05 23:35:45 +00:00
David Tardon
a593069ff9 move autocorr.zip to package
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-05 23:35:14 +00:00
David Tardon
221cd46f47 move palettes.zip to package
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-05 23:31:31 +00:00
Eike Rathke
876c619b94 new module i18nlangtag
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-05 19:10:48 +02:00
Tor Lillqvist
b7525f1f1d Drop jvmaccess and jvmfwk when no SOLAR_JAVA
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-05 00:18:50 +03:00
Michael Stahl
d719c01c2f Easter Bunny brings new redland tarballs
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-03 10:17:08 +00:00
Caolán McNamara
2a5077c107 start deprecating spadmin by removing it from the menus
we keep the printer admin tool, just not install the .desktop
file for it anymore.

Change-Id: I41fcdcca555e16d76fa2de4a929b6ad508b6c066
2013-04-03 09:07:32 +01:00
Peter Foley
ce9bf0f868 upgrade icu to 51.1
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-30 14:23:14 +00:00
Tomaž Vajngerl
6a6519c27a Export current Writer page as jpg/png
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-25 23:50:10 +01:00
Andras Timar
b3644853d6 Report Builder should be an optional component in Windows installer
... because when it is installed, it hides the original template based
reporting UI, which is preferred by some users.

Change-Id: Id758b664d6b06c2c12e32c428b5dbcf7bfaf045d
2013-03-23 11:26:02 +01:00
Andras Timar
50e6c21ad8 add longer description in Windows installer to Numbertext extension
Change-Id: I34b459c3e8b676b47f9ce0da15bfdea5f749ad20
2013-03-23 11:26:01 +01:00
Rene Engelhard
83af55be71 install librpt* in the new gid_Module_Reportbuilder, not into Base...
Change-Id: I8e67108caaac379101173d49c957e7ec5c7652e4
2013-03-18 18:17:31 +01:00
Rene Engelhard
b0213e0bb4 readd packinfo_office.txt stuff for Pdfimport/Reporbuilder
... as otherwise it ends up in gid_Module_Root_Brand, NOT
in it's own module (which is intended)

Change-Id: Ic3951ccd7471793419b04f4f2fcfe90060c6d71f
2013-03-18 18:17:31 +01:00
David Ostrovsky
90a326c702 fdo#61950 move report builder from bundled extensions to plain code
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-18 15:30:44 +00:00
Michael Stahl
3f07029fc2 gbuild: refactor SDK packaging of IDL files:
- 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-13 14:33:55 +01:00
Petr Mladek
230ef3980e Package fonts to the fonts subpackage
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-12 16:12:52 +01:00
Andras Timar
4aaf614250 typo: missing End after File gid_File_Pymailmerge
Change-Id: Ib95b568fdbfc5c83f07c37ba7a9e31960b6e79fb
2013-03-12 13:00:13 +01:00
Andras Timar
0950bb5e9c fix packaging of Pymailmerge
Change-Id: I7b11db0a7ee447db91b4dacff2f64428661d34f8
2013-03-12 12:19:47 +01:00
Andras Timar
73510ca8b3 sync packinfo with scp2
Change-Id: Ie20dab628e089a97c16b91b080eda5e09bbbb46a
2013-03-12 10:21:02 +01:00
Rene Engelhard
3545b0398e actually make new gid_Module_Script_Provider_For_Python being installed
Change-Id: I3440a45465fa79d3ace0f04fd6036734c9caf00d
2013-03-12 00:05:08 +01:00
Andras Timar
28db5d7f27 Script Provider For Python has to be a in a separate module
Change-Id: I6445108c049d6ee67df6b01966e1a047e169227c
2013-03-11 19:52:27 +01:00
Rene Engelhard
ea5909eb57 adapt config_host.mk.in/scp2/mysqlc to MARIADBC
Change-Id: Id60fc25405a3879e64bd5f2ff637c655ba7dfc78
2013-03-10 14:11:23 +01:00
David Ostrovsky
9c34ac28d6 fix build with --disable-scripting option
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-08 04:34:12 +00:00
Rene Engelhard
e141af7d7f update scp2 module for auto installed libs...
Change-Id: Id19c8c768bd8be7767d6d224fa5d584381707217
2013-03-05 21:03:35 +01:00
Andras Timar
a5783fe922 remove stale javafilters
Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006
2013-03-03 19:19:26 +01:00
Andras Timar
c3429a0da6 remove RebuildShellIconCache CustomAction (it was Win 9x/NT/2K only)
Change-Id: Id856c2279520d9183c8b10967f5b56903d21963f
2013-03-02 20:09:25 +01:00
Andras Timar
6851c5fd43 bin PATCH_SO_NAME crack
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-28 13:24:57 +01:00
Michael Stahl
9b16031c5e odk, scp2: remove the horribly broken "find" in CustomTarget_include
... and instead bundle the *_odk_headers zip files.

Change-Id: Ice86f8e22d3a6fa46f7cee38193dffdd0479d491
2013-02-27 01:33:19 +01:00
Peter Foley
c0ef3bb114 fix helppack creation on windows
Change-Id: I0242cc0adda1d12a9daac38bebe810aa38d2865b
2013-02-25 19:20:30 -05:00
Stephan Bergmann
320571bf70 WIP: Experimental new binary type.rdb format
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-25 16:24:44 +01:00
Bjoern Michaelsen
b056580977 fdo#60924: move writerfilter from scp2 to gbuild
Change-Id: I17f68196edeb685fb8d3f95616be1199fd5f1de2
2013-02-25 15:55:06 +01:00
Bjoern Michaelsen
38ea283799 fdo#60924: move lwpft from scp2 to gbuild
Change-Id: Icb3044f1dc8b8a816cc93c9764908532a9cdcec4
2013-02-25 15:55:05 +01:00
Bjoern Michaelsen
3d61a90591 fdo#60924: move t602filter from scp2 to gbuild
Change-Id: Ib655b1177ffb4609bd7c50d54a818de659f284f3
2013-02-25 15:55:05 +01:00
Bjoern Michaelsen
6d1cc9dca3 fdo#60924: move wpftwriter from scp2 to gbuild
Change-Id: I7e12a4ddd68ffb2c2b1cd1730a8ab17c79311fb2
2013-02-25 15:55:05 +01:00
Bjoern Michaelsen
b2d2d57530 fdo#60924: move lng from scp2 to gbuild
Change-Id: I006230e190eb4e35f72c598c0016f7a7aa27cc7d
2013-02-25 15:55:04 +01:00
Bjoern Michaelsen
65875bfafb fdo#60924: move fwm from scp2 to gbuild
Change-Id: Iaced34a334e216ac2f4df783d76fb3003051e3b5
2013-02-25 15:55:04 +01:00
Bjoern Michaelsen
c21d6847a3 fdo#60924: move fwl from scp2 to gbuild
Change-Id: I7687af837d116ef7ec444049d941f3ca337aca03
2013-02-25 15:55:04 +01:00
Bjoern Michaelsen
167458f030 fdo#60924: move fwi from scp2 to gbuild
Change-Id: Ib7721d6b97b2d5f11f9f6dd05f5bc236c09c4f42
2013-02-25 15:55:03 +01:00
Bjoern Michaelsen
28dd47a70b fdo#60924: move fwe from scp2 to gbuild
Change-Id: I2bb9d4598d31462f9b661ed076046eb643c0a9e5
2013-02-25 15:55:03 +01:00
Bjoern Michaelsen
9cc557720f fdo#60924: move frm from scp2 to gbuild
Change-Id: I74232178bb8c8a528d03274fbc8c1c9573874421
2013-02-25 15:55:03 +01:00
Bjoern Michaelsen
500aa64d6c fdo#60924: move emser from scp2 to gbuild
Change-Id: Id90ffae1f38b69005ead8bef9fadc54833813184
2013-02-25 15:55:02 +01:00
Bjoern Michaelsen
d6e09503f7 fdo#60924: move drawinglayer from scp2 to gbuild
Change-Id: I198238f52b232dab4dc1d39fff70eb2dda2ddcfd
2013-02-25 15:55:02 +01:00
Bjoern Michaelsen
3cd951edd6 fdo#60924: move dbaxml from scp2 to gbuild
Change-Id: I4f5edb370a77e9d364e2b1df1271f20f99cef193
2013-02-25 15:55:02 +01:00
Bjoern Michaelsen
de8336cf29 fdo#60924: move dbtools from scp2 to gbuild
Change-Id: I58ed1ba6992b413aad9aa39f77623371a3e7972e
2013-02-25 15:55:02 +01:00
Bjoern Michaelsen
e487f8798b fdo#60924: move odbcbase from scp2 to gbuild
Change-Id: I9e26a6a32a70275174c83d109256dde5c718e42b
2013-02-25 15:55:01 +01:00
Bjoern Michaelsen
c1dda9595d fdo#60924: move file from scp2 to gbuild
Change-Id: Ia75627e720f1edf7dba8aeb4684cdc0e3bfebb33
2013-02-25 15:55:01 +01:00