summaryrefslogtreecommitdiff
path: root/scp2
AgeCommit message (Collapse)AuthorFilesLines
2012-03-09Define SYSTEM_LCMS2 in scp2 when appropriateFridrich Štrba1-0/+4
2012-03-09Package lcms2 if internal one is usedFridrich Štrba2-0/+27
2012-03-08Check SOLAR_JAVA for gid_Shortcut_Lib_Hsqldb_2Tor Lillqvist1-0/+4
2012-03-08Obey DISABLE_SCRIPTINGTor Lillqvist1-0/+11
2012-03-08need to remove i18npaper from install lib listCaolán McNamara2-3/+0
2012-03-07fix library nameMatúš Kukan1-1/+1
2012-03-06fdo#46508 use ISCHECKFORPRODUCTUPDATES property for online updateAndras Timar1-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.
2012-03-06Resolves: rhbz#799525 put flat odf mimetypes in xsltfilter.desktopCaolán McNamara1-0/+10
2012-03-06Add Bengali (India) UI translationAndras Timar2-4/+16
2012-02-29add Amharic (am) UI translationAndras Timar1-0/+6
2012-02-27pack libstdc++ and libgcc_s only in the new stdlibs subpackage (fdo#46658)Petr Mladek1-2/+0
The older commit moved the gid's definition in the file list but it did not move it in the module list.
2012-02-24fdo#46377 BASISINSTALLLOCATION = INSTALLLOCATIONAndras Timar2-5/+5
2012-02-23glib and gettext are only needed when ENABLE_LIBRSVGKorrawit Pruegsanusak1-3/+2
Although 'gettext' is a 'cross_toolset' dependency, it seems irrelevant. See http://lists.freedesktop.org/archives/libreoffice/2012-February/025771.html
2012-02-23just link to HelpIndexerCaolán McNamara2-12/+0
2012-02-23use different OUString ctor for RTL_TEXTENCODING_UCS4Caolán McNamara3-0/+20
2012-02-23bootstrap replacement c++ help componentCaolán McNamara4-19/+13
2012-02-22Fix build of the optional stdlibs package on LinuxPetr Mladek8-61/+196
2012-02-22Revert "Update header license for Fridrich", as the old license was a more ↵Jesús Corrius1-20/+20
accurate representation of reality. This reverts commit 1dd5b991258424a19dc60b053d044db66fe3ba1a.
2012-02-22put version number in all versioned URE libs' names on MinGWDavid Tardon1-2/+1
It does not make sense to do it for some of them, but not all. It is also inconsistent with other platforms.
2012-02-22Update header license for FridrichJesús Corrius1-20/+20
2012-02-22Separate stdlib package (work in progress)Fridrich Štrba3-30/+60
2012-02-21move binfilter mime types into extra .desktop fileDavid Tardon1-0/+9
2012-02-21Put HEADLESS definition under LIBO namespaceRiccardo Magliocchetti5-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.
2012-02-19remove adabas/adabasuiCaolán McNamara1-2/+0
2012-02-17Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti5-6/+16
The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode.
2012-02-17make gengal work againRene Engelhard1-0/+22
2012-02-17fdo#46167 fix path of shell extension dll in registryAndras Timar1-12/+12
2012-02-17merge feature/gbuild_javaDavid Tardon1-1/+1
2012-02-16put LibreOffice (start center) to Win7 Start menu instead of BaseAndras Timar1-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.
2012-02-15fdo#45530: scp2: java accessibilty bridge cleanup:Michael Stahl1-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.
2012-02-15fdo#45530: Accessibility does not work on WNTMasataka Shinke1-0/+1
2012-02-06Revert "Mac OS X uses .dylib and not .so for python modules."Stephan Bergmann1-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.
2012-02-05WITH_VC_REDIST does not need exporting. it is a SCPDEFS only infoNorbert Thiebaud1-4/+0
2012-02-05replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG usesNorbert Thiebaud1-1/+1
2012-02-05Eliminate un-used DIRECTX5Norbert Thiebaud2-6/+0
2012-02-02Chose xslt filters for default install, not for minimal thoughFridrich Štrba1-1/+1
2012-01-31use LibreOffice instead of OpenOffice.org in registryAndras Timar2-21/+17
it may help to solve file association issues, especially when OpenOffice.org is/was also installed
2012-01-31remove unused VendorNameAndras Timar1-1/+0
2012-01-27Disable Adabas UI *installation*, tooLionel Elie Mamane1-3/+0
2012-01-25Fix file not found: cairocanvas.uno.so in smoketestoo_nativeRiccardo Magliocchetti2-8/+2
2012-01-23fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.Stephan Bergmann8-48/+117
Replaced --enable-ext-postgresql-sdbc with --disable-postgresql-sdbc. Renamed postgresql-sdbc.uno{.ini,rc} to consistent postgresql-sdbc.ini (which made the code a little easier). Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> (cherry picked from commit 3a7ae48b6f610899200ae2800706533f7c4c9f80) Conflicts: configure.in connectivity/source/drivers/postgresql/makefile.mk
2012-01-18fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar9-65/+65
2012-01-18_MSC_VER is compiler define and cpp.lcc needs to be taught about itFridrich Štrba5-23/+19
2012-01-18If COM==_MSC, then OS==WNT and also GUI==WNTFridrich Štrba1-14/+14
2012-01-18Package stlport on Windows when requested (fdo#37561)Fridrich Štrba1-1/+1
2012-01-17add human theme to packagingBjoern Michaelsen2-0/+12
2012-01-16Fix configurable branding.Thorsten Behrens1-10/+2
Bin the submakefile, use direct Zip cp calls. This also fixes the non-working deps towards default_images.
2012-01-14scp2: typo: Serif -> SansMatúš Kukan1-1/+1
2012-01-13scp2: install nsplugin only in case it's buildMatúš Kukan3-2/+6
2012-01-11extensions: remove unused xmx libraryMatúš Kukan2-2/+0