summaryrefslogtreecommitdiff
path: root/scp2
AgeCommit message (Collapse)AuthorFilesLines
2011-12-13add grammar checker to descriptionsAndras Timar1-2/+2
2011-12-12add Sinhala spelling dictionaryAndras Timar4-0/+31
2011-12-08Stub Corel Draw importerFridrich Štrba1-0/+2
2011-12-08add Aragonese spelling dictionaryAndras Timar4-1/+32
2011-12-07Remove oooimprovementAugust Sodora1-2/+0
2011-12-07Python mailmerge stuff is now inside mailmerge.zipThorsten Behrens2-15/+2
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara1-1/+1
2011-12-06Unbreak the packagingFridrich Štrba2-3/+0
2011-12-06scp2: evidently fax.zip was renamed to pyfax.zipMichael Stahl1-1/+1
2011-12-05Prevent the testtool from buildingAugust Sodora6-174/+1
2011-12-05wizards: completely work python wizard packaging and registrationMichael Meeks3-58/+15
Also improve exception handling and error printing in pythonloader Allow registration of explicit .py components - the only method that works
2011-12-05Set the python fax wizard as the default oneXisco Fauli1-1/+1
2011-12-05Add the rest of the files to scp2Xisco Fauli2-6/+67
2011-12-05add directories to basic/program and makefilesXisco Fauli1-0/+41
2011-12-05Hello world (python) as a componentXisco Fauli1-0/+11
2011-12-02another attempt to define test dirs on MACPetr Mladek1-0/+2
sigh, it is hard to fix build on MAC without MAC
2011-12-02define missing directories for smoketest on MACPetr Mladek1-0/+13
note that the smoketest is not packaged for MAC at this stage
2011-12-01fix gid_Test_Dir_Common_Ure parent for MAC OSAndras Timar1-0/+4
2011-12-01create installation set for testsPetr Mladek7-1/+342
+ it currently includes just the smoketest and is available only for Linux + the side effect is that it builds the smoketest before instsetoo_native + it runs it only during dev-install when the variable RUN_SMOKETEST == YES
2011-12-01add exectuable rights for libraries on LinuxPetr Mladek13-202/+205
RPM strips debuginfo packages from libraries only when they have execuateble rights It does not fix permissions of the prebuilt mozilla libraries; scp2 defines the same permissions for all files inside the mozruntime.zip archive. Unfortuantely, it icludes libraries and data files togetger.
2011-11-30rename, and bundle the postgresql driver if it is enabledMichael Meeks4-0/+45
2011-11-28nlpsolver: migrate the build to use native gnumake buildMichael Meeks2-2/+2
Remove dmake, build.pl and ant build cruft. Update extension description, cleanup file locations etc. Switch to passive registration.
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud23-46/+0
2011-11-26Clean languages not defined on sun_supported_langs variable in configure.inLior Kaplan1-630/+0
2011-11-25add Belarusian, Greek, Scottish Gaelic, and Telugu dictionariesAndras Timar4-2/+126
2011-11-25correctly install Latvian dictionaryPetr Mladek1-1/+1
the typo caused that the Latvian dictionary was included into core01 package and broke langpacks
2011-11-25Clean help pack list based on the current files in the translation repositoryLior Kaplan1-180/+0
(translations/source/)
2011-11-25Clean language pack translation based on solenv/inc/langlist.mkLior Kaplan1-180/+0
2011-11-24Desktop launcher w/o version number for silent MSI versionAndras Timar1-1/+5
2011-11-23create this dir so uninstall can remove itAndras Timar1-0/+6
2011-11-21if silent MSI, put LibreOffice starter icon to Program menu folderAndras Timar1-0/+4
2011-11-21only one launcher icon for silent MSIAndras Timar6-0/+12
2011-11-19change URL pointing to openoffice.org domain - fdo#39734Andras Timar1-1/+1
2011-11-17Removing the last remnants of layout - sorry to see it go :-(Jan Holesovsky3-110/+1
2011-11-16leave out redist and readmes from win installdirAndras Timar2-12/+6
and make x64 merge modules optional
2011-11-16add merge modules to scp2Andras Timar1-0/+24
2011-11-15Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann5-23/+3
With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-15removing obsolete layout codeFelix Zhang2-8/+0
2011-11-15don't list Accessories category when it is empty fdo#37135Andras Timar1-0/+3
2011-11-10New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous.Stephan Bergmann1-0/+16
2011-11-09Removed unused URE version ini file.Stephan Bergmann1-57/+0
2011-11-09OOo reference version for extension dependencies is still at 3.4.Stephan Bergmann1-0/+8
2011-11-07gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks1-10/+0
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 McNamara2-7/+3
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 Behrens1-0/+1
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 Bergmann8-52/+34
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 Bergmann3-5/+15
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 Bergmann1-0/+21
2011-10-31Moved CONFIGURATION_LAYERS from soffice to fundamental ini.Stephan Bergmann1-12/+12
...so that unopkg uses it, too.
2011-10-31Cleaned up configmgr initialization.Stephan Bergmann1-0/+12
Added CONFIGURATION_LAYERS bootstrap variable. Removed OOO_CONFIG_REGISTRY[_EXTRA]_DIR bootstrap variables.