summaryrefslogtreecommitdiff
path: root/scp2
AgeCommit message (Collapse)AuthorFilesLines
2011-10-24Undo basis/brand split: move unpack_update script from basis to brand.Stephan Bergmann1-1/+1
Not sure if this is (still) used anywhere; at least no code seems to ever call it.
2011-10-24Undo basis/brand split: adapt scp2 WkDir.Stephan Bergmann7-8/+8
2011-10-24Undo basis/brand split: moved spadmin.bin from basis to brand.Stephan Bergmann1-1/+1
2011-10-24Undo basis/brand split: moved pluginapp.bin from basis to brand.Stephan Bergmann1-1/+1
2011-10-24Undo basis/brand split: moved nsplugin from basis to brand.Stephan Bergmann1-1/+1
2011-10-21Work around a problem creating symlinks in ooinstall.Stephan Bergmann1-1/+1
It can happen that the ure-link symlink shall be created while its parent directory has not yet been created. The logic in the Perl code is so confusing and beyond fixing, that an easy hack out was to flag the respective directory as always-CREATE, which kind of works around the problem.
2011-10-20Undo basis/brand split: moved Python from basis to brand.Stephan Bergmann4-25/+16
The Windows-only code in pyuno/zipcore/python.cxx may still need fixing.
2011-10-20Undo basis/brand split: moved ini files from basis program/ to brand program/.Stephan Bergmann3-224/+41
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged version inis.
2011-10-19Undo basis/brand split: moved .rdb files from basis program/ to brand ↵Stephan Bergmann5-18/+10
program/ (merging the two services.rdb files).
2011-10-19Fix the SYSTEM_MOZILLA case.Jan Holesovsky1-1/+1
2011-10-19Undo basis/brand split: merge basis program/resource/ into brand ↵Stephan Bergmann3-15/+1
program/resource/.
2011-10-18Undo basis/brand split: move program/{addin,filter,plugin} from basis to brand.Stephan Bergmann1-3/+3
And let $(prog), $(progpath), $(progurl) point to brand program/ instead of basis program/.
2011-10-18Undo basis/brand split: move program/classes/ from basis to brand.Stephan Bergmann3-12/+3
Also removed apparently unused UNO_JAVA_COMPPATH ProfileItem.
2011-10-18Decouple NSS build from the Mozilla build.Jan Holesovsky1-1/+1
This allows xmlsecurity to be built even when --disable-mozilla is provided.
2011-10-18Undo basis/brand split: move presets/ from basis to brand.Stephan Bergmann1-2/+2
Also let utl::Bootstrap::locateBaseInstallation return $BRAND_BASE_DIR instead of $OOO_BASE_DIR, so that things match again.
2011-10-17Undo basis/brand split: fold brand.xcd into main.xcd.Stephan Bergmann1-8/+0
2011-10-17Undo basis/brand split: move help/ from basis to brand.Stephan Bergmann3-18/+2
2011-10-13MinGW does not need the external .dll's.Jan Holesovsky1-1/+1
2011-10-07update external extension namesPeter Foley1-2/+2
2011-10-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann18-90/+66
2011-10-06Undo basis/brand split: move some auxiliary executables from basis to brand.Stephan Bergmann1-7/+7
2011-10-05libtextcat.dll -> libexttextcat.dll.Jan Holesovsky1-1/+1
2011-10-05Don't package this oneFridrich Štrba1-1/+0
2011-10-05Fix Windows build and enable CMIS inconditionallyFridrich Štrba2-4/+0
Since the provider should now build everywhere, enable it inconditionally to catch minor problems
2011-10-05Don't package libcmis that we link staticallyFridrich Štrba1-22/+0
2011-10-04Revert "fix invalid superflous #endif from ↵Bjoern Michaelsen1-0/+2
5bd2890a56125d391b42f34d51e2e0c57b0a80b0" This reverts commit d2f633c5464fd4339e9e804c97596a78bfa58e62.
2011-10-04fix invalid superflous #endif from 5bd2890a56125d391b42f34d51e2e0c57b0a80b0Bjoern Michaelsen1-2/+0
2011-10-04stray endifCaolán McNamara1-1/+0
2011-10-04Added --disable-cmis flag for use while the feature is too unstableCédric Bosdonnat2-4/+6
2011-10-03Disable cmis packaging on Windows for now too.Jan Holesovsky1-0/+6
2011-10-01finished converting scripting to gbuildMatúš Kukan1-8/+8
2011-10-01Cmis: Fixed the installation of the new UCP provider and libcmisCédric Bosdonnat2-0/+22
2011-09-30Kill copy'n'paste.Jan Holesovsky1-171/+3
2011-09-30Add support for bundling the -system .dll's into the MinGW builds.Jan Holesovsky5-32/+179
2011-09-29bump to libexttextcat 3.1.0, enable previously broken languagesCaolán McNamara2-572/+3
2011-09-28remove checks for unused BUILD_SPECIAL environment variableAndras Timar9-131/+0
2011-09-23Undo basis/brand split: move testtool from basis to brand.Stephan Bergmann2-16/+2
2011-09-23Undo basis/brand split: move dynamic libraries from basis to brand.Stephan Bergmann2-9/+5
2011-09-23drop empty .lm filesCaolán McNamara2-16/+0
2011-09-23bump libexttextcat to 3.0.1Caolán McNamara1-5/+1
2011-09-23bump to libexttextcatCaolán McNamara3-8/+4
As an aside we can always use the configuration and data files belonging to the system version now in --with-system-libexttextcat mode, so need for the --data option.
2011-09-22No manifest with MinGW.Jan Holesovsky1-1/+1
2011-09-22new Linux Libertine G font releaseAndras Timar1-7/+9
- new fonts: Linux Libertine Display and Linux Libertine semibold, semibold italic, based on Linux Libertine v5.1.3-2 - combining diacritics - new font features: dbls, hang, itlc, ligc, lith, nfsp, para - feature sups with capitals, diacritics, ligatures, some punctuation marks - extended feature algn - fixed Catalan l - new glyphs for ligature gy, gj, gf, gfi, gfö... - improved glyphs and kerning - proportional numbers in superiors (sups + pnum) - see doc/features.pdf or http://www.numbertext.org/linux/NEWS.pdf
2011-09-21Cleaned up sal_textenc, making it work on Mac OS X.Stephan Bergmann1-1/+1
2011-09-21Correctly use SCP2_OOO_BIN_DIR for libs in basis layer.Stephan Bergmann2-5/+5
2011-09-20For now, keep the Mac OS X duplication of soffice.bin as soffice in ↵Stephan Bergmann1-0/+6
installation sets.
2011-09-20Remove RCS headerThomas Arnhold15-78/+0
2011-09-18convert eventattacher to gbuild and add to tail_buildPeter Foley1-10/+1
2011-09-18convert bean to gbuild and add to tail_buildPeter Foley1-10/+1
2011-09-17add name and description of KeyID langpack/helppackAndras Timar2-0/+12