Commit graph

1092 commits

Author SHA1 Message Date
Andras Timar
7c289cad0a add Amharic language to SelectLanguage custom action
Change-Id: I8562d1289b269ca7f3aa959907641fd70be0770f
2012-05-30 23:51:38 +02:00
Norbert Thiebaud
07b3d083b4 TDE integration
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
2012-05-14 20:09:41 -05:00
Andras Timar
ce1ac0851f error handling in SortTree custom action
Change-Id: I03a06d09e3e84b6cb13bd68e8be4caebb1b9f5ab
2012-05-10 10:46:15 +02:00
Thomas Collerton
9520dbf59f EasyHack fdo#42783: get rid of CPU define/build system variable
Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504
2012-05-09 16:31:31 +02:00
Bjoern Michaelsen
b1c3e8ae28 make gbuild the default assumption of build.pl
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-29 03:50:46 +02:00
Andras Timar
39bb77fd66 fdo#46355 sort SelectionTree control of Custom Setup with a custom action
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-24 21:58:51 +02:00
Andras Timar
cfa4c9c115 typo fix in comment 2012-04-12 11:12:23 +02:00
Petr Mladek
030c4269cb pack "en" dictionary only with "en" langpacks
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-12 09:53:47 +02:00
Stephan Bergmann
7a56eef989 Clean up optional online update module
* 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-04-05 21:10:57 +02:00
Andras Timar
45a222a72b fix number of chars in strncmp after OpenOffice.org->LibreOffice change 2012-03-27 15:56:50 +02:00
Andras Timar
935150a59b typo fix in comment 2012-03-27 15:49:22 +02:00
Andras Timar
99d1eff4a8 replace OpenOffice.org to LibreOffice in registry keys 2012-03-27 15:40:18 +02:00
Michael Stahl
9345437f36 .txt files don't need executable bits 2012-03-23 21:58:18 +01:00
Tor Lillqvist
2a1171929e chmod -x 2012-03-21 13:00:45 +02:00
Andras Timar
d03aead7ed remove unused xpdinstaller module 2012-03-20 16:09:21 +01:00
David Tardon
050228bcba WaE: deprecated conversion from string constant to 'LPTSTR' 2012-03-12 08:53:21 +01:00
Andras Timar
bd2b353f66 add Amharic (am) UI translation 2012-02-29 16:04:56 +01:00
Petr Mladek
98c5fe7cb9 Fix build of the optional stdlibs package on Linux 2012-02-22 15:12:44 +01:00
Fridrich Štrba
91f255df4e Separate stdlib package (work in progress) 2012-02-22 10:12:42 +01:00
Jesús Corrius
7be0cc289d A few safe replacements of pathes->paths 2012-02-01 14:43:37 +01:00
Korrawit Pruegsanusak
7c74443e85 cppcheck: unused variables
also remove commented-out codes
2012-02-01 16:45:50 +07:00
Stephan Bergmann
229eb2e9de Trivial description fix of previous fix (extension -> driver). 2012-01-24 11:08:29 +01:00
Stephan Bergmann
c97d74b5f0 fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.
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 3a7ae48b6f)
Conflicts:
	configure.in
	connectivity/source/drivers/postgresql/makefile.mk
2012-01-23 20:31:57 +01:00
Andras Timar
ceb14e0143 fdo#37740 remove duplicate icons from soffice.bin/soffice.exe 2012-01-18 19:16:06 +01:00
Andras Timar
1204483c13 more wJRE cleanup 2012-01-06 19:16:35 +01:00
Eike Rathke
d0bb67f5df added Kyrgyz (China) [ky-CN] to language list 2012-01-04 14:41:48 +01:00
Andras Timar
058d872a2e remove obsolete (OxygenOffice-style) Lightproof integration 2011-12-18 19:23:24 +01:00
Andras Timar
87becfbd2a add Sinhala spelling dictionary 2011-12-12 16:28:10 +01:00
Andras Timar
9cb0e7af9d add Aragonese spelling dictionary 2011-12-08 13:35:19 +01:00
August Sodora
bd7f838011 Remove oooimprovement 2011-12-07 21:59:28 -05:00
Andras Timar
2ba4a4bf63 remove NSIS support 2011-12-06 19:28:21 +01:00
Lionel Elie Mamane
1f7a03d1c4 right copyright line for PostgreSQL-SDBC 2011-12-03 08:34:24 +01:00
Petr Mladek
8c478c9110 create installation set for tests
+ 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 21:16:47 +01:00
Michael Meeks
51bd0803b3 rename, and bundle the postgresql driver if it is enabled 2011-11-30 13:00:21 +00:00
Andras Timar
2e366cbded add Belarusian, Greek, Scottish Gaelic, and Telugu dictionaries 2011-11-25 23:26:03 +01:00
Fridrich Štrba
b0c3f12261 Fix linking of the new custom action 2011-11-25 13:49:20 +01:00
Andras Timar
c392dfe4ff change logic of IsOfficeRunning custom action fdo#36677
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 09:47:33 +01:00
Andras Timar
3b12413024 remove unused defines 2011-11-25 09:47:31 +01:00
Stephan Bergmann
a4f836dbd8 Trying to fix packaging of SDK 2011-11-21 09:56:21 +01:00
Stephan Bergmann
1a07c3b530 Typo WITHOUTDOTPACKAGEVERSION -> WITHOUTDOTPRODUCTVERSION. 2011-11-16 16:08:43 +01:00
Stephan Bergmann
16aa2c1dd6 Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.
With the basis/brand split undone, they are always the same as
PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-15 18:29:47 +01:00
Andras Timar
f14ceb7714 add patch creation profile file for LibreOffice 2011-11-08 22:37:15 +01:00
Michael Stahl
7a080d0f46 setup_native: add 64 bit provides to fake-db.rpm 2011-11-08 13:02:47 +01:00
Thorsten Behrens
dab7974476 Give Mac master builds a nice background .dmg image, too
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 19:02:55 +01:00
Thorsten Behrens
95da84dbca Fix .dmg background image some more. 2011-11-01 19:06:57 +01:00
Stephan Bergmann
b786a33cfd Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseInstallation. 2011-10-24 13:59:58 +02:00
Stephan Bergmann
3fce44fbe9 Undo basis/brand split: Moved WNT-specific patchlist.txt etc. 2011-10-24 13:59:56 +02:00
Stephan Bergmann
538d29f5a4 Undo basis/brand split: move presets/ from basis to brand.
Also let utl::Bootstrap::locateBaseInstallation return
$BRAND_BASE_DIR instead of $OOO_BASE_DIR, so that things match again.
2011-10-18 09:47:41 +02:00
Stephan Bergmann
2ff63bcdea Undo basis/brand split: merge basis share/ into brand share/. 2011-10-07 22:06:28 +02:00
Pierre-André Jacquod
3251b31319 cppcheck reduce scope of var in setup_native/...regactivex.cxx 2011-10-07 15:57:49 +02:00