Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-22 | The packaging was missing uno_cppuhelpergcc33.dll on MinGW. | Jan Holesovsky | |
2011-12-20 | evoab is gid_File_Lib_Evoab since long(er), not gid_File_Lib_Evoab_2 | Rene Engelhard | |
2011-12-19 | fix names of libraries for MinGW, also remove onlinecheck.dll | Matúš Kukan | |
2011-12-18 | remove obsolete (OxygenOffice-style) Lightproof integration | Andras Timar | |
2011-12-16 | actually add gid_File_Lib_VisioImport to gid_Module_Optional_Grfflt | Rene Engelhard | |
2011-12-16 | Fix typo and clean up. | Stephan Bergmann | |
2011-12-15 | Potential fix for gbuild salhelper on MinGW problem. | Stephan Bergmann | |
2011-12-13 | add grammar checker to descriptions | Andras Timar | |
2011-12-12 | add Sinhala spelling dictionary | Andras Timar | |
2011-12-08 | Stub Corel Draw importer | Fridrich Štrba | |
2011-12-08 | add Aragonese spelling dictionary | Andras Timar | |
2011-12-07 | Remove oooimprovement | August Sodora | |
2011-12-07 | Python mailmerge stuff is now inside mailmerge.zip | Thorsten Behrens | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-12-06 | Unbreak the packaging | Fridrich Štrba | |
2011-12-06 | scp2: evidently fax.zip was renamed to pyfax.zip | Michael Stahl | |
2011-12-05 | Prevent the testtool from building | August Sodora | |
2011-12-05 | wizards: completely work python wizard packaging and registration | Michael Meeks | |
Also improve exception handling and error printing in pythonloader Allow registration of explicit .py components - the only method that works | |||
2011-12-05 | Set the python fax wizard as the default one | Xisco Fauli | |
2011-12-05 | Add the rest of the files to scp2 | Xisco Fauli | |
2011-12-05 | add directories to basic/program and makefiles | Xisco Fauli | |
2011-12-05 | Hello world (python) as a component | Xisco Fauli | |
2011-12-02 | another attempt to define test dirs on MAC | Petr Mladek | |
sigh, it is hard to fix build on MAC without MAC | |||
2011-12-02 | define missing directories for smoketest on MAC | Petr Mladek | |
note that the smoketest is not packaged for MAC at this stage | |||
2011-12-01 | fix gid_Test_Dir_Common_Ure parent for MAC OS | Andras Timar | |
2011-12-01 | create installation set for tests | Petr 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-01 | add exectuable rights for libraries on Linux | Petr 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-30 | rename, and bundle the postgresql driver if it is enabled | Michael Meeks | |
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 |