Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-28 | nlpsolver: migrate the build to use native gnumake build | Michael Meeks | |
Remove dmake, build.pl and ant build cruft. Update extension description, cleanup file locations etc. Switch to passive registration. | |||
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-26 | Clean languages not defined on sun_supported_langs variable in configure.in | Lior Kaplan | |
2011-11-25 | add Belarusian, Greek, Scottish Gaelic, and Telugu dictionaries | Andras Timar | |
2011-11-25 | correctly install Latvian dictionary | Petr Mladek | |
the typo caused that the Latvian dictionary was included into core01 package and broke langpacks | |||
2011-11-25 | Clean help pack list based on the current files in the translation repository | Lior Kaplan | |
(translations/source/) | |||
2011-11-25 | Clean language pack translation based on solenv/inc/langlist.mk | Lior Kaplan | |
2011-11-24 | Desktop launcher w/o version number for silent MSI version | Andras Timar | |
2011-11-23 | create this dir so uninstall can remove it | Andras Timar | |
2011-11-21 | if silent MSI, put LibreOffice starter icon to Program menu folder | Andras Timar | |
2011-11-21 | only one launcher icon for silent MSI | Andras Timar | |
2011-11-19 | change URL pointing to openoffice.org domain - fdo#39734 | Andras Timar | |
2011-11-17 | Removing the last remnants of layout - sorry to see it go :-( | Jan Holesovsky | |
2011-11-16 | leave out redist and readmes from win installdir | Andras Timar | |
and make x64 merge modules optional | |||
2011-11-16 | add merge modules to scp2 | Andras Timar | |
2011-11-15 | Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION. | Stephan Bergmann | |
With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively. | |||
2011-11-15 | removing obsolete layout code | Felix Zhang | |
2011-11-15 | don't list Accessories category when it is empty fdo#37135 | Andras Timar | |
2011-11-10 | New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous. | Stephan Bergmann | |
2011-11-09 | Removed unused URE version ini file. | Stephan Bergmann | |
2011-11-09 | OOo reference version for extension dependencies is still at 3.4. | Stephan Bergmann | |
2011-11-07 | gtk: move the file-picker into vcl/ and add Application:: factory hooks | Michael 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-04 | fix encrypting odf documents | Caolá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-03 | Give Mac master builds a nice background .dmg image, too | Thorsten 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-03 | fdo#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-02 | Simplify 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-01 | Made ooinstall more deterministic, fixed Mac OS X Python module dependencies. | Stephan Bergmann | |
2011-10-31 | Moved CONFIGURATION_LAYERS from soffice to fundamental ini. | Stephan Bergmann | |
...so that unopkg uses it, too. | |||
2011-10-31 | Cleaned up configmgr initialization. | Stephan Bergmann | |
Added CONFIGURATION_LAYERS bootstrap variable. Removed OOO_CONFIG_REGISTRY[_EXTRA]_DIR bootstrap variables. | |||
2011-10-31 | Removed obsolete gid_Profile_Soffice_Ini items. | Stephan Bergmann | |
They have been duplicated to gid_Brand_Profile_Soffice_Ini a long time ago. | |||
2011-10-27 | Remove restriction for Liberation fonts in Windows build | Olivier Hallot | |
2011-10-27 | Make subdirectory names unique in the first five characters | Tor 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-27 | Undo basis/brand split: removed obsoleted basis directories. | Stephan Bergmann | |
2011-10-24 | Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵ | Stephan Bergmann | |
BaseInstallation. | |||
2011-10-24 | Undo basis/brand split: Removed obsoleted gid_Dir_Program. | Stephan Bergmann | |
2011-10-24 | Undo basis/brand split: Moved the rest of the WNT-only stuff. | Stephan Bergmann | |
2011-10-24 | Removed dead code. | Stephan Bergmann | |
2011-10-24 | Undo basis/brand split: Moved WNT-specific patchlist.txt etc. | Stephan Bergmann | |
2011-10-24 | Undo basis/brand split: move WNT-specific gid_Dir_Shellnew[Too]. | Stephan Bergmann | |
Hope that's all that needs to be done here... | |||
2011-10-24 | Removed some unused scp2 Directory definitions. | Stephan Bergmann | |
2011-10-24 | Undo 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-24 | Undo basis/brand split: adapt scp2 WkDir. | Stephan Bergmann | |
2011-10-24 | Undo basis/brand split: moved spadmin.bin from basis to brand. | Stephan Bergmann | |
2011-10-24 | Undo basis/brand split: moved pluginapp.bin from basis to brand. | Stephan Bergmann | |
2011-10-24 | Undo basis/brand split: moved nsplugin from basis to brand. | Stephan Bergmann | |
2011-10-21 | Work 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-20 | Undo 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-20 | Undo 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-19 | Undo basis/brand split: moved .rdb files from basis program/ to brand ↵ | Stephan Bergmann | |
program/ (merging the two services.rdb files). | |||
2011-10-19 | Fix the SYSTEM_MOZILLA case. | Jan Holesovsky | |