summaryrefslogtreecommitdiff
path: root/scp2
AgeCommit message (Collapse)Author
2011-11-21if silent MSI, put LibreOffice starter icon to Program menu folderAndras Timar
2011-11-21only one launcher icon for silent MSIAndras Timar
2011-11-19change URL pointing to openoffice.org domain - fdo#39734Andras Timar
2011-11-17Removing the last remnants of layout - sorry to see it go :-(Jan Holesovsky
2011-11-16leave out redist and readmes from win installdirAndras Timar
and make x64 merge modules optional
2011-11-16add merge modules to scp2Andras Timar
2011-11-15Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann
With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-15removing obsolete layout codeFelix Zhang
2011-11-15don't list Accessories category when it is empty fdo#37135Andras Timar
2011-11-10New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous.Stephan Bergmann
2011-11-09Removed unused URE version ini file.Stephan Bergmann
2011-11-09OOo reference version for extension dependencies is still at 3.4.Stephan Bergmann
2011-11-07gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks
drop un-necessary uno service related fluff, and component instantiation. nominal move to XMultiComponentFactory from XMultiServiceFactory Include fpicker in compilation for gtk3, but more work required here Simplify setting up transient parents for picker dialogs
2011-11-04fix encrypting odf documentsCaolán McNamara
xsec_fw is always built, so always register and install xsec_xmlsec is built when ENABLE_XMLSEC is true, match register and install plugin is built when WITH_MOZILLA is not NO, match register
2011-11-03Give Mac master builds a nice background .dmg image, tooThorsten Behrens
Added a new DevVersionCopy action to scp2, that fires if PRODUCTNAME equals "LibO-dev" - in that case, we use the DS_Store_Dev one.
2011-11-03fdo#42312: Change bsh and js script providers from extensions to optional ↵Stephan Bergmann
modules. Their jar files reference other non-URE jars, so they cannot be extensions. bsh.jar has been moved into the optional module (it used to be installed always, but it looks like only the bsh script provider needs it; also, it had been added to URE_MORE_JAVA_CLASSPATH_URLS if SYSTEM_BSH, which also appears unnecessary as it is mentioned with an absolute file URL in the Class-Path of the script provider jar). js.jar has been included in the optional module (it used to be not installed at all?).
2011-11-02Simplify addition of optional components to URE_MORE_{SERVICES,TYPES}.Stephan Bergmann
Those bootstrap variables now support <XXX>* syntax to include all files (non- recursively) contained in the directory denoted by XXX. Optional components can put their data simply into program/services/ and program/types/.
2011-11-01Made ooinstall more deterministic, fixed Mac OS X Python module dependencies.Stephan Bergmann
2011-10-31Moved CONFIGURATION_LAYERS from soffice to fundamental ini.Stephan Bergmann
...so that unopkg uses it, too.
2011-10-31Cleaned up configmgr initialization.Stephan Bergmann
Added CONFIGURATION_LAYERS bootstrap variable. Removed OOO_CONFIG_REGISTRY[_EXTRA]_DIR bootstrap variables.
2011-10-31Removed obsolete gid_Profile_Soffice_Ini items.Stephan Bergmann
They have been duplicated to gid_Brand_Profile_Soffice_Ini a long time ago.
2011-10-27Remove restriction for Liberation fonts in Windows buildOlivier Hallot
2011-10-27Make subdirectory names unique in the first five charactersTor Lillqvist
Rename "shellnew" to "shlnew", and "2shellnew" then to "2shlnew" for consistency. See code in olenv/bin/modules/installer/windows/directory.pm: create_unique_directorynames(). (Actually I think we don't even create any actual directory for "shellnew" (and "2shellnew" even less), it is just a placeholder... But oh well.)
2011-10-27Undo basis/brand split: removed obsoleted basis directories.Stephan Bergmann
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann
BaseInstallation.
2011-10-24Undo basis/brand split: Removed obsoleted gid_Dir_Program.Stephan Bergmann
2011-10-24Undo basis/brand split: Moved the rest of the WNT-only stuff.Stephan Bergmann
2011-10-24Removed dead code.Stephan Bergmann
2011-10-24Undo basis/brand split: Moved WNT-specific patchlist.txt etc.Stephan Bergmann
2011-10-24Undo basis/brand split: move WNT-specific gid_Dir_Shellnew[Too].Stephan Bergmann
Hope that's all that needs to be done here...
2011-10-24Removed some unused scp2 Directory definitions.Stephan Bergmann
2011-10-24Undo basis/brand split: move unpack_update script from basis to brand.Stephan Bergmann
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 Bergmann
2011-10-24Undo basis/brand split: moved spadmin.bin from basis to brand.Stephan Bergmann
2011-10-24Undo basis/brand split: moved pluginapp.bin from basis to brand.Stephan Bergmann
2011-10-24Undo basis/brand split: moved nsplugin from basis to brand.Stephan Bergmann
2011-10-21Work around a problem creating symlinks in ooinstall.Stephan Bergmann
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 Bergmann
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 Bergmann
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 Bergmann
program/ (merging the two services.rdb files).
2011-10-19Fix the SYSTEM_MOZILLA case.Jan Holesovsky
2011-10-19Undo basis/brand split: merge basis program/resource/ into brand ↵Stephan Bergmann
program/resource/.
2011-10-18Undo basis/brand split: move program/{addin,filter,plugin} from basis to brand.Stephan Bergmann
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 Bergmann
Also removed apparently unused UNO_JAVA_COMPPATH ProfileItem.
2011-10-18Decouple NSS build from the Mozilla build.Jan Holesovsky
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 Bergmann
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 Bergmann
2011-10-17Undo basis/brand split: move help/ from basis to brand.Stephan Bergmann
2011-10-13MinGW does not need the external .dll's.Jan Holesovsky
2011-10-07update external extension namesPeter Foley