summaryrefslogtreecommitdiffstats
path: root/scp2
Commit message (Collapse)AuthorAgeFilesLines
* Clean up optional online update moduleStephan Bergmann2012-04-055-4/+8
| | | | | | | | | | | | | | | * 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.
* fps_kde and fps_kde4 are no moreMatúš Kukan2012-04-031-16/+0
|
* don't install 32-bit shell extensions on 64-bit WindowsAndras Timar2012-03-271-0/+3
|
* .txt files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* Removed unused directoriesStephan Bergmann2012-03-231-11/+0
|
* replace OpenOffice.org to LibreOffice in registry keysAndras Timar2012-03-231-1/+1
|
* chmod -xTor Lillqvist2012-03-212-0/+0
|
* remove unused xpdinstaller moduleAndras Timar2012-03-202-226/+0
|
* Copy/paste typoStephan Bergmann2012-03-191-1/+1
|
* mingw: check for jpeg dllDavid Tardon2012-03-192-0/+14
|
* mingw: check for system iconv dllDavid Tardon2012-03-192-0/+7
| | | | libxslt in Fedora mingw packages depends on it.
* mingw: allow use of system zlibDavid Tardon2012-03-182-0/+10
|
* mingw: avoid hardcoded dll versions and depsDavid Tardon2012-03-182-40/+283
| | | | | | | | | | | | | | | | | | | 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
* fdo#47246: fpicker: merge fop library into fps:Michael Stahl2012-03-141-11/+0
| | | | | 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 :)
* Define SYSTEM_LCMS2 in scp2 when appropriateFridrich Štrba2012-03-091-0/+4
|
* Package lcms2 if internal one is usedFridrich Štrba2012-03-092-0/+27
|
* Check SOLAR_JAVA for gid_Shortcut_Lib_Hsqldb_2Tor Lillqvist2012-03-081-0/+4
|
* Obey DISABLE_SCRIPTINGTor Lillqvist2012-03-081-0/+11
|
* need to remove i18npaper from install lib listCaolán McNamara2012-03-082-3/+0
|
* fix library nameMatúš Kukan2012-03-071-1/+1
|
* fdo#46508 use ISCHECKFORPRODUCTUPDATES property for online updateAndras Timar2012-03-061-1/+8
| | | | | | | | 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.
* Resolves: rhbz#799525 put flat odf mimetypes in xsltfilter.desktopCaolán McNamara2012-03-061-0/+10
|
* Add Bengali (India) UI translationAndras Timar2012-03-062-4/+16
|
* add Amharic (am) UI translationAndras Timar2012-02-291-0/+6
|
* pack libstdc++ and libgcc_s only in the new stdlibs subpackage (fdo#46658)Petr Mladek2012-02-271-2/+0
| | | | | The older commit moved the gid's definition in the file list but it did not move it in the module list.
* fdo#46377 BASISINSTALLLOCATION = INSTALLLOCATIONAndras Timar2012-02-242-5/+5
|
* glib and gettext are only needed when ENABLE_LIBRSVGKorrawit Pruegsanusak2012-02-231-3/+2
| | | | | Although 'gettext' is a 'cross_toolset' dependency, it seems irrelevant. See http://lists.freedesktop.org/archives/libreoffice/2012-February/025771.html
* just link to HelpIndexerCaolán McNamara2012-02-232-12/+0
|
* use different OUString ctor for RTL_TEXTENCODING_UCS4Caolán McNamara2012-02-233-0/+20
|
* bootstrap replacement c++ help componentCaolán McNamara2012-02-234-19/+13
|
* Fix build of the optional stdlibs package on LinuxPetr Mladek2012-02-228-61/+196
|
* Revert "Update header license for Fridrich", as the old license was a more ↵Jesús Corrius2012-02-221-20/+20
| | | | | | accurate representation of reality. This reverts commit 1dd5b991258424a19dc60b053d044db66fe3ba1a.
* put version number in all versioned URE libs' names on MinGWDavid Tardon2012-02-221-2/+1
| | | | | It does not make sense to do it for some of them, but not all. It is also inconsistent with other platforms.
* Update header license for FridrichJesús Corrius2012-02-221-20/+20
|
* Separate stdlib package (work in progress)Fridrich Štrba2012-02-223-30/+60
|
* move binfilter mime types into extra .desktop fileDavid Tardon2012-02-211-0/+9
|
* Put HEADLESS definition under LIBO namespaceRiccardo Magliocchetti2012-02-215-10/+10
| | | | | | | 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.
* remove adabas/adabasuiCaolán McNamara2012-02-191-2/+0
|
* Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti2012-02-175-6/+16
| | | | | The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode.
* make gengal work againRene Engelhard2012-02-171-0/+22
|
* fdo#46167 fix path of shell extension dll in registryAndras Timar2012-02-171-12/+12
|
* merge feature/gbuild_javaDavid Tardon2012-02-171-1/+1
|\
| * add lib prefix to sunjavapluginDavid Tardon2011-12-231-1/+1
| |
* | put LibreOffice (start center) to Win7 Start menu instead of BaseAndras Timar2012-02-161-1/+1
| | | | | | | | | | | | | | | | 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.
* | fdo#45530: scp2: java accessibilty bridge cleanup:Michael Stahl2012-02-151-10/+3
| | | | | | | | | | | | 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.
* | fdo#45530: Accessibility does not work on WNTMasataka Shinke2012-02-151-0/+1
| |
* | Revert "Mac OS X uses .dylib and not .so for python modules."Stephan Bergmann2012-02-061-5/+1
| | | | | | | | | | | | | | | | | | | | | | 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.
* | WITH_VC_REDIST does not need exporting. it is a SCPDEFS only infoNorbert Thiebaud2012-02-051-4/+0
| |
* | replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG usesNorbert Thiebaud2012-02-051-1/+1
| |
* | Eliminate un-used DIRECTX5Norbert Thiebaud2012-02-052-6/+0
| |