Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-24 | fdo#46355 sort SelectionTree control of Custom Setup with a custom action | Andras Timar | |
Although Microsoft says that SelectionTree control can publish a control event only on Windows Server 2003 and above, the custom action seems to be working under a fully patched Windows XP SP3. Maybe it fails silently on older Windows XPs, not to mention Windows 2000. I did not test those. | |||
2012-04-12 | typo fix in comment | Andras Timar | |
2012-04-12 | pack "en" dictionary only with "en" langpacks | Petr Mladek | |
it is in the main installation tarball anyway; it was put in langpacks that did not have its own dictionary from some strange reason | |||
2012-04-05 | Clean up optional online update module | Stephan Bergmann | |
* The updatecheckui lib is part of that module; should its scp entry also be marked ComponentCondition="ISCHECKFORPRODUCTUPDATES=1"? * unpack_update (and other scripts as well?) need only be generated if ENABLE_ONLINE_UPDATE. * It is inconsistent that there is a distinct onlineupdate.xcd not merged into main.xcd, while the updchk and updatecheckui component files are merged into the global services.rdb. * The updchk res file should also go into (a resource sub-module of) the optional online update module. | |||
2012-03-27 | fix number of chars in strncmp after OpenOffice.org->LibreOffice change | Andras Timar | |
2012-03-27 | typo fix in comment | Andras Timar | |
2012-03-27 | replace OpenOffice.org to LibreOffice in registry keys | Andras Timar | |
2012-03-23 | .txt files don't need executable bits | Michael Stahl | |
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-03-20 | remove unused xpdinstaller module | Andras Timar | |
2012-03-12 | WaE: deprecated conversion from string constant to 'LPTSTR' | David Tardon | |
2012-02-29 | add Amharic (am) UI translation | Andras Timar | |
2012-02-22 | Fix build of the optional stdlibs package on Linux | Petr Mladek | |
2012-02-22 | Separate stdlib package (work in progress) | Fridrich Štrba | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | |
2012-02-01 | cppcheck: unused variables | Korrawit Pruegsanusak | |
also remove commented-out codes | |||
2012-01-24 | Trivial description fix of previous fix (extension -> driver). | Stephan Bergmann | |
2012-01-23 | fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part. | Stephan Bergmann | |
Replaced --enable-ext-postgresql-sdbc with --disable-postgresql-sdbc. Renamed postgresql-sdbc.uno{.ini,rc} to consistent postgresql-sdbc.ini (which made the code a little easier). Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> (cherry picked from commit 3a7ae48b6f610899200ae2800706533f7c4c9f80) Conflicts: configure.in connectivity/source/drivers/postgresql/makefile.mk | |||
2012-01-18 | fdo#37740 remove duplicate icons from soffice.bin/soffice.exe | Andras Timar | |
2012-01-06 | more wJRE cleanup | Andras Timar | |
2012-01-04 | added Kyrgyz (China) [ky-CN] to language list | Eike Rathke | |
2011-12-18 | remove obsolete (OxygenOffice-style) Lightproof integration | Andras Timar | |
2011-12-12 | add Sinhala spelling dictionary | Andras Timar | |
2011-12-08 | add Aragonese spelling dictionary | Andras Timar | |
2011-12-07 | Remove oooimprovement | August Sodora | |
2011-12-06 | remove NSIS support | Andras Timar | |
2011-12-03 | right copyright line for PostgreSQL-SDBC | Lionel Elie Mamane | |
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-11-30 | rename, and bundle the postgresql driver if it is enabled | Michael Meeks | |
2011-11-25 | add Belarusian, Greek, Scottish Gaelic, and Telugu dictionaries | Andras Timar | |
2011-11-25 | Fix linking of the new custom action | Fridrich Štrba | |
2011-11-25 | change logic of IsOfficeRunning custom action fdo#36677 | Andras Timar | |
instead of trying to rename a file or folder in Program Files directory - which is write protected anyway normally - installer checks the process list, if there is a process called "soffice.bin". | |||
2011-11-25 | remove unused defines | Andras Timar | |
2011-11-21 | Trying to fix packaging of SDK | Stephan Bergmann | |
2011-11-16 | Typo WITHOUTDOTPACKAGEVERSION -> WITHOUTDOTPRODUCTVERSION. | Stephan Bergmann | |
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-08 | add patch creation profile file for LibreOffice | Andras Timar | |
2011-11-08 | setup_native: add 64 bit provides to fake-db.rpm | Michael Stahl | |
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-01 | Fix .dmg background image some more. | Thorsten Behrens | |
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: Moved WNT-specific patchlist.txt etc. | Stephan Bergmann | |
2011-10-18 | Undo 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-07 | Undo basis/brand split: merge basis share/ into brand share/. | Stephan Bergmann | |
2011-10-07 | cppcheck reduce scope of var in setup_native/...regactivex.cxx | Pierre-André Jacquod | |
2011-10-04 | WaE: name was marked as #pragma deprecated | Tor Lillqvist | |
2011-09-29 | Don't build l10ntools for non-desktop OSes | Tor Lillqvist | |
2011-09-28 | Uyghur LCID is 1152 not 2200 | Andras Timar | |
2011-09-28 | remove checks for unused BUILD_SPECIAL environment variable | Andras Timar | |