summaryrefslogtreecommitdiff
path: root/scp2
AgeCommit message (Collapse)Author
2011-12-22The packaging was missing uno_cppuhelpergcc33.dll on MinGW.Jan Holesovsky
2011-12-20evoab is gid_File_Lib_Evoab since long(er), not gid_File_Lib_Evoab_2Rene Engelhard
2011-12-19fix names of libraries for MinGW, also remove onlinecheck.dllMatúš Kukan
2011-12-18remove obsolete (OxygenOffice-style) Lightproof integrationAndras Timar
2011-12-16actually add gid_File_Lib_VisioImport to gid_Module_Optional_GrffltRene Engelhard
2011-12-16Fix typo and clean up.Stephan Bergmann
2011-12-15Potential fix for gbuild salhelper on MinGW problem.Stephan Bergmann
2011-12-13add grammar checker to descriptionsAndras Timar
2011-12-12add Sinhala spelling dictionaryAndras Timar
2011-12-08Stub Corel Draw importerFridrich Štrba
2011-12-08add Aragonese spelling dictionaryAndras Timar
2011-12-07Remove oooimprovementAugust Sodora
2011-12-07Python mailmerge stuff is now inside mailmerge.zipThorsten Behrens
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-06Unbreak the packagingFridrich Štrba
2011-12-06scp2: evidently fax.zip was renamed to pyfax.zipMichael Stahl
2011-12-05Prevent the testtool from buildingAugust Sodora
2011-12-05wizards: completely work python wizard packaging and registrationMichael Meeks
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 Fauli
2011-12-05Add the rest of the files to scp2Xisco Fauli
2011-12-05add directories to basic/program and makefilesXisco Fauli
2011-12-05Hello world (python) as a componentXisco Fauli
2011-12-02another attempt to define test dirs on MACPetr Mladek
sigh, it is hard to fix build on MAC without MAC
2011-12-02define missing directories for smoketest on MACPetr Mladek
note that the smoketest is not packaged for MAC at this stage
2011-12-01fix gid_Test_Dir_Common_Ure parent for MAC OSAndras Timar
2011-12-01create installation set for testsPetr Mladek
+ 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 Mladek
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 Meeks
2011-11-28nlpsolver: migrate the build to use native gnumake buildMichael Meeks
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 Thiebaud
2011-11-26Clean languages not defined on sun_supported_langs variable in configure.inLior Kaplan
2011-11-25add Belarusian, Greek, Scottish Gaelic, and Telugu dictionariesAndras Timar
2011-11-25correctly install Latvian dictionaryPetr Mladek
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 Kaplan
(translations/source/)
2011-11-25Clean language pack translation based on solenv/inc/langlist.mkLior Kaplan
2011-11-24Desktop launcher w/o version number for silent MSI versionAndras Timar
2011-11-23create this dir so uninstall can remove itAndras Timar
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