summaryrefslogtreecommitdiff
path: root/scp2
AgeCommit message (Collapse)Author
2012-11-06Goodbye gettext, glib, gdk-pixbuf, pango, libcroco, libgsf and librsvgTor Lillqvist
Now with librsvg no longer used, and liblangtag no longer using glib, a bunch of bundled (in some configurations, always on some platforms) 3rd-party libraries are no longer needed. Initial work by rene, continued by tml. Change-Id: I76edd7aea5452e3487499f0b9ed9f767cf760194
2012-11-06Fix liblangtag name in scp2Fridrich Štrba
Change-Id: I98d90b76dba619b75fd0cdb726678cb98705dc63
2012-11-05cleanup README files.Michael Meeks
Convert DOS -> unix newlines. Cleanup and clarify several files.
2012-11-05add a README filesAlia Almusaireae
Change-Id: I4bd9a7d00df220e2a3deae3cc1b7b0f4a1098e24 Reviewed-on: https://gerrit.libreoffice.org/989 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-10-31fdo#55514 libgmodule is needed tooDavid Tardon
Change-Id: Icee2ffbe18ea732220f174cd4bf433ceb03d128b
2012-10-31fdo#55514 put liblangtag dll into the install setDavid Tardon
Change-Id: I81019488c06d83e80ff63f43d416fa0b74be8e15
2012-10-31fdo#54327 put system nss dlls into the install setDavid Tardon
Change-Id: Ie809bba726c4d17eac25d36381d93ea9781d74be
2012-10-30fdo#55514 put liblangtag dll to install setDavid Tardon
Change-Id: Ia2df651604358c70c0af129b5d60b149d2f1629e
2012-10-30scp2: adapt to curl gbuildificationMiklos Vajna
Change-Id: I51cd4e315f99099b9ee62761f404dbb640bc3106
2012-10-28fdo#55290: use the right native library nameDavid Ostrovsky
It turns out that the native library cannot be renamed after creation. The right name must be used from the beginning, otherwise publishing is failing with the follow error (gacutil -i): "Failure adding assembly to the cache: Invalid file or assembly name. The name of the file must be the name of the assembly plus .dll or .exe." To rectify that create the native lib as cli_cppuhelper.dll, rename the signed assembly to assembly/cli_cppuhelper.dll and teach scp2 to pick up the right one: assembly/cli_cppuhelper.dll (and not cli_cppuhelper.dll). Change-Id: I2073b617cd440865ae4ab838bb801329f2b07194
2012-10-26minizip is not used anymoreDavid Tardon
Change-Id: I0ddc4d343882248d208c9f96366625bcbe6ac4f7
2012-10-25convert java XSL transformer into extensionDavid Tardon
Change-Id: Ided6c480969764073056830722c8996e0df52285
2012-10-23pyletter: remove java letter wizardXisco Fauli
Change-Id: I63a46f027c8e022dee35f57db19b2538be09b1fc
2012-10-23pyletter: pack and register letter wizardXisco Fauli
Change-Id: I4b9e2d22af810db367c705791376c99cb1860172
2012-10-15pyfax.zip has been renamedDavid Tardon
Change-Id: I981ea3a52b8f2bbf3068d19832f1358a340bd96b
2012-10-14pyfax: Remove java codeXisco Fauli
Change-Id: If910b37990677458dcb2c88007ad713b1f208fbe
2012-10-09Killing even the last remenants of rebaseFridrich Štrba
Change-Id: I649275360a1d57aeec03d3cecdb02f5f7ccdd1e8
2012-10-08scp2: rename misleading WITHOUT_EXTENSION_SCRIPTING_BEANSHELL/JAVSCRIPTMichael Stahl
Change-Id: Id8524bcfa3d593584afbad0b5dcc1cc48aa377d7
2012-10-07fix msm suport for VS2012Peter Foley
Change-Id: Ibc816de83eb48163671948ecc84e7653f2b4ec13
2012-10-03Delete german text from registryitem_math.ulfZolnai Tamás
Change-Id: Ic6a6706062bc82d5e4096d0a6aa7b52a8988f1bc
2012-10-03fdo#50936 fix link to license file in SDK documentationAndras Timar
Change-Id: If3a98fceb6fa71ac10626186ef7c094dbc9e47c3
2012-10-03rename THIRDPARTYLICENSEREADME.html to LICENSE.htmlAndras Timar
Change-Id: Idff5f43190f75f4ac8fee8fa989948ca35ca6095
2012-10-02fdo#52268: splash: change color and position of messagesIvan Timofeev
Change-Id: If6c607fc9f0be1f7a71eda8d555399451938c5fc
2012-09-29No need for BITNESS_OVERRIDE in makefilery as CPU etc work fineTor Lillqvist
Change-Id: I59f4d5ad275af62c997723908754112c062a31be
2012-09-28install help xsl files unconditionally, needed for MSP patch creationAndras Timar
Change-Id: Iec60fca2895cffac34290dc8db8954b95dda6606
2012-09-28install ui-previewerCaolán McNamara
2012-09-27No 64-bit QuickTimeTor Lillqvist
Change-Id: Ie287d12c2142342fb89650bf715a2e12edabff78
2012-09-19gbuild: avoid unnecessary Packages while processing scp2 filesMatúš Kukan
This is first in do-not-duplicate-stuff-in-solver patch series. Adds direct include path for gb_ScpPreprocessTarget. Avoids copying .par files by using gb_InstallScriptTarget__get_dirs for include paths. Change-Id: I0a2b76accbbe7f33c83816fb8ad69cc29590e9e2
2012-09-18Some clean-up of mork-related changsStephan Bergmann
And reverted for now the configure error when --enable-mozilla on non-Windows; it is still used for other features, too. Change-Id: I1ce5ff1a7a3d140a1ab7ba1e905166d91229c926
2012-09-18switch build system to mork driver implementationDavid Ostrovsky
On all non windows platforms no mozilla is used any more. On windows it used for O and OE address book access. Once alternative implementation for it exists, mozilla can be stripped there too. Change-Id: I54144005e6a284326b45a34eb958d170e872471e Reviewed-on: https://gerrit.libreoffice.org/637 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2012-09-14remove DONTSHOWINUSERINSTALL style, because it is not interpretedAndras Timar
Change-Id: I146e29a68b04ce227fd2b9568fd2bbcd79b45792
2012-09-11fdo#53520 rename portuguese dictsDavid Tardon
Change-Id: I70cb4856f1db4722e886407d1c2fdf6a73b9a7f3
2012-09-10headless build: build oosplash againRiccardo Magliocchetti
It looks like we want it so revert: dae66b7b1df89d824017c7afb52f66ebfd2b8fe2 4d408cc2f09fcc645d0da736b74f2f5cae86edc4 64a530cfa8e9be44965c9d708dfb642c2df2a59d Change-Id: I7cd410861b28a0556de3375a0865a7baef52bd78
2012-09-10build and deliver internal libexslt. Use LIBEXSLT_LIBS is system xslt is usedPeter Jentsch
Change-Id: I7ab624bc4877af51d4182ab213ef49cd8c5bb2a4
2012-09-09add 'grammar checkers' to dictionary module descriptionAndras Timar
Change-Id: If95b2829fd42143bd191564bb764067fcbe92054
2012-09-09Long URL does not fit into installer dialogAndras Timar
Change-Id: Iebefcca082a733e26072c5cc0ab0510b9eb2c509
2012-09-08fdo#52296 put ShellNew files to program's folderAndras Timar
Change-Id: I501d08fb0be65c7191b807e1d6d6f20026e14860
2012-09-07scp2: Don't deliver oosplash with --enable-headlessRiccardo Magliocchetti
Change-Id: I6e12236d04e7ca19bea396e2aa79cba8280639a1
2012-09-07Let's use static archive instead of shared object for liborcus.Kohei Yoshida
Change-Id: I5e33dac1025b1b3e5f49baf67c80da37d8e2ca5d
2012-09-07Get internal liborcus to build.Kohei Yoshida
Change-Id: Ie08f8b608c5b71e5375793e6cf9054ea75d7732d
2012-09-07fdo#54450 install evolution DB driver correctlyDavid Tardon
Change-Id: I0b6eb67014a61e22981f1f6be488fa762d639554
2012-08-31add "Tango Testing" icon themePetr Mladek
It is enabled by default for dev build. It will be used for reworking the Tango theme by the design team. The them was requested by Stefan Knorr (Astron) <heinzlesspam at gmail dot com> The two intial icons are from Alexander Wilms <alexander dot wilms at zoho dot com> Change-Id: I9205a3164352442a2cdc02e75e58b15b327dfbd3
2012-08-31ENABLE_LIBLANGTAG requires glib libsStephan Bergmann
Change-Id: I37270fd57639af3a566cf05931a6ac489301344b
2012-08-31Do not include cairo lib unless ENABLE_LIBRSVG, among othersStephan Bergmann
(-DENABLE_CAIROCANVAS has apparently been unused.) Change-Id: Ib65ca0e8f5c8badab1f97e31bc61b1a49dabde76
2012-08-30remove unused localizable fileAndras Timar
Change-Id: I332e0553166620a6a90a7858ac33286caa5a4ed3
2012-08-30remove unused dirs from scp2Andras Timar
Change-Id: I4c520ecd7b0d29818b130dd5657ed7616c84496a
2012-08-29Fix MinGW build - libxmlsec builds now.Jan Holesovsky
This also removes patching of the generated 'configure' in libxmlsec; instead, autoreconf is called. Change-Id: I28c1cc38432d195dd0219fb5a0ab0ea1a35f7a32
2012-08-27.odb files do not have thumbnail image (related: fdo#53592)Andras Timar
Change-Id: Ib17bb0a2fc95207da69bfef11b2fab59aefa719d
2012-08-25localize spreadsheet style template names runtimeAndras Timar
Change-Id: I16d45284cfb4ab8d239ea5e9a326160a742c4bf1
2012-08-24translate fax/letter/agenda/report templates runtimeIstvan Turi
Instead of distributing bazillions of localized templates, that contain only a few translatable strings, we try to localize them runtime. This is the initial patch that does the heavy-lifting. It has some rough edges, but the feature will be polished by freezing of LibreOffice 3.7. Change-Id: I535b3bff1f5706afebd21d017c01e2b4745b7cfb