Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-13 | rhbz#809466 change soname of bundled redland libs | David Tardon | |
2012-04-09 | actually add gid_File_Lib_CDRImport to gid_Module_Optional_Grfflt | Rene Engelhard | |
2012-04-05 | Clean up optional online update module | Stephan Bergmann | |
* The updatecheckui lib is part of that module; should its scp entry also be marked ComponentCondition="ISCHECKFORPRODUCTUPDATES=1"? * unpack_update (and other scripts as well?) need only be generated if ENABLE_ONLINE_UPDATE. * It is inconsistent that there is a distinct onlineupdate.xcd not merged into main.xcd, while the updchk and updatecheckui component files are merged into the global services.rdb. * The updchk res file should also go into (a resource sub-module of) the optional online update module. | |||
2012-04-03 | fps_kde and fps_kde4 are no more | Matúš Kukan | |
2012-03-27 | don't install 32-bit shell extensions on 64-bit Windows | Andras Timar | |
2012-03-23 | .txt files don't need executable bits | Michael Stahl | |
2012-03-23 | Removed unused directories | Stephan Bergmann | |
2012-03-23 | replace OpenOffice.org to LibreOffice in registry keys | Andras Timar | |
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-03-20 | remove unused xpdinstaller module | Andras Timar | |
2012-03-19 | Copy/paste typo | Stephan Bergmann | |
2012-03-19 | mingw: check for jpeg dll | David Tardon | |
2012-03-19 | mingw: check for system iconv dll | David Tardon | |
libxslt in Fedora mingw packages depends on it. | |||
2012-03-18 | mingw: allow use of system zlib | David Tardon | |
2012-03-18 | mingw: avoid hardcoded dll versions and deps | David Tardon | |
The idea is to use libo_MINGW_CHECK_DLL for libs that must be available (typically that would be the "main" library, e.g., libxml2 or libcurl) and libo_MINGW_TRY_DLL for possible dependencies (that may not be the same on different systems). All further references to the dlls are exclusively through the configured variables or defines set from these variables (e.g., instead of hardcoding libxml2-2.dll, use $(MINGW_LIBXML2_DLL)). The macros are documented in m4/mingw.m4 . Files that must be changed when adding a new dll: * configure.in * config_host.mk.in * external/mingw-dlls/makefile.mk * scp2/source/ooo/makefile.mk * scp2/source/ooo/mingw_dlls.scp | |||
2012-03-14 | fdo#47246: fpicker: merge fop library into fps: | Michael Stahl | |
Since nobody seems to know why these are separate, merge fop into fps. In case this untested change doesn't work out it should be reverted :) | |||
2012-03-09 | Define SYSTEM_LCMS2 in scp2 when appropriate | Fridrich Štrba | |
2012-03-09 | Package lcms2 if internal one is used | Fridrich Štrba | |
2012-03-08 | Check SOLAR_JAVA for gid_Shortcut_Lib_Hsqldb_2 | Tor Lillqvist | |
2012-03-08 | Obey DISABLE_SCRIPTING | Tor Lillqvist | |
2012-03-08 | need to remove i18npaper from install lib list | Caolán McNamara | |
2012-03-07 | fix library name | Matúš Kukan | |
2012-03-06 | fdo#46508 use ISCHECKFORPRODUCTUPDATES property for online update | Andras Timar | |
ISCHECKFORPRODUCTUPDATES is a de-facto standard for enabling or disabling Online Update feature. We had this property but it was unused for a long time. Now LibreOffice can be installed with msiexec /i LibO<version>.msi ISCHECKFORPRODUCTUPDATES=0 in order to disable Online Update feature. | |||
2012-03-06 | Resolves: rhbz#799525 put flat odf mimetypes in xsltfilter.desktop | Caolán McNamara | |
2012-03-06 | Add Bengali (India) UI translation | Andras Timar | |
2012-02-29 | add Amharic (am) UI translation | Andras Timar | |
2012-02-27 | pack libstdc++ and libgcc_s only in the new stdlibs subpackage (fdo#46658) | Petr Mladek | |
The older commit moved the gid's definition in the file list but it did not move it in the module list. | |||
2012-02-24 | fdo#46377 BASISINSTALLLOCATION = INSTALLLOCATION | Andras Timar | |
2012-02-23 | glib and gettext are only needed when ENABLE_LIBRSVG | Korrawit Pruegsanusak | |
Although 'gettext' is a 'cross_toolset' dependency, it seems irrelevant. See http://lists.freedesktop.org/archives/libreoffice/2012-February/025771.html | |||
2012-02-23 | just link to HelpIndexer | Caolán McNamara | |
2012-02-23 | use different OUString ctor for RTL_TEXTENCODING_UCS4 | Caolán McNamara | |
2012-02-23 | bootstrap replacement c++ help component | Caolán McNamara | |
2012-02-22 | Fix build of the optional stdlibs package on Linux | Petr Mladek | |
2012-02-22 | Revert "Update header license for Fridrich", as the old license was a more ↵ | Jesús Corrius | |
accurate representation of reality. This reverts commit 1dd5b991258424a19dc60b053d044db66fe3ba1a. | |||
2012-02-22 | put version number in all versioned URE libs' names on MinGW | David Tardon | |
It does not make sense to do it for some of them, but not all. It is also inconsistent with other platforms. | |||
2012-02-22 | Update header license for Fridrich | Jesús Corrius | |
2012-02-22 | Separate stdlib package (work in progress) | Fridrich Štrba | |
2012-02-21 | move binfilter mime types into extra .desktop file | David Tardon | |
2012-02-21 | Put HEADLESS definition under LIBO namespace | Riccardo Magliocchetti | |
tml reminds us that use a generic and potentially clash-prone word like HEADLESS as preprocessor defintion is pretty lame. He suggests to put it under the already used LIBO namespace. To sum it up let's do a s/HEADLESS/LIBO_HEADLESS/g. | |||
2012-02-19 | remove adabas/adabasui | Caolán McNamara | |
2012-02-17 | Introduce headless switch for X / cairo / toolkit less build | Riccardo Magliocchetti | |
The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode. | |||
2012-02-17 | make gengal work again | Rene Engelhard | |
2012-02-17 | fdo#46167 fix path of shell extension dll in registry | Andras Timar | |
2012-02-17 | merge feature/gbuild_java | David Tardon | |
2012-02-16 | put LibreOffice (start center) to Win7 Start menu instead of Base | Andras Timar | |
As Asa Dotzler kindly pointed out in his blog, it was a bit awkward to put Base - the less used application - into frequently used program icon area of Windows 7 start menu. It was not a design decision, Sbase preceded Soffice, that was all. Let's use LibreOffice instead of Soffice, and voilà, problem solved. | |||
2012-02-15 | fdo#45530: scp2: java accessibilty bridge cleanup: | Michael Stahl | |
AFAIK java_uno_accessbridge.jar is only required on WNT. Also remove the duplicate old definition of gid_File_Jar_Accessbridge that was effectively disabled by 6fdde9acfd5aebd23400e7101c8ddff80fcdd8fa. | |||
2012-02-15 | fdo#45530: Accessibility does not work on WNT | Masataka Shinke | |
2012-02-06 | Revert "Mac OS X uses .dylib and not .so for python modules." | Stephan Bergmann | |
This reverts commit b53a86a5676d5bcb88ed6e3ac524a3560e713c22. Conflicts: scp2/source/python/file_python.scp I assume that the file *shall* be named .so on Mac OS X after all, and that it actually being named .dylib was a mistake introduced with a09ce46818fd4d5e08b3af9a478501cd8ef5b4fe and reverted with 0b1be1ce0e0ac7b34c4b73d53f4bf32ec5df7290. | |||
2012-02-05 | WITH_VC_REDIST does not need exporting. it is a SCPDEFS only info | Norbert Thiebaud | |
2012-02-05 | replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG uses | Norbert Thiebaud | |