summaryrefslogtreecommitdiffstats
path: root/setup_native/source
Commit message (Collapse)AuthorAgeFilesLines
* changed all 'sh' language to 'sr-Latn'Eike Rathke2013-09-101-2/+2
| | | | Change-Id: Iafadaea87501bc3675eaf2856b5050a7e3ecaa37
* renamed ca-XV to ca-valencia and activated ca-ES-valencia, fdo#59867 relatedEike Rathke2013-09-041-1/+1
| | | | | | | | | | | | | | | Build Catalan-Valencian as ca-valencia instead of ca-XV private-use. Introduced LANGUAGE_CATALAN_VALENCIAN 0x0803 mapping to ca-ES-valencia, preserving old ca-XV and qcv-ES mappings to now LANGUAGE_CATALAN_VALENCIAN and LANGUAGE_OBSOLETE_USER_CATALAN_VALENCIAN 0x8003 to ca-ES-valencia. Removed special !bUserInterfaceSelection treatment from MsLangId::getReplacementForObsoleteLanguage() and added the usual obsolete replacement instead. Change-Id: I2fdd8b0bac55d4b4ae2cbf3c3645f09fefec9b6e
* We don't support Win9x anymore, remove legacy codeJesús Corrius2013-09-021-12/+0
| | | | Change-Id: I12afdc1c25bb09d20fd0698831642b953e08bb63
* prepare to accept partial BCP47 (lll-Ssss-CC-vvvvvvvv)Eike Rathke2013-09-022-4/+13
| | | | Change-Id: I3c65cb43696a829f29ab573b7b6e424a39d1a547
* cppcheck: Array index is used before limits checkJulien Nabet2013-08-311-2/+2
| | | | Change-Id: I531430ce4bc0937a023d3e2849ae07d8f94e3e70
* Unbreak Windows buildFridrich Štrba2013-08-141-2/+2
| | | | Change-Id: Ibeed303ca4b8812cf7deafa1d1ad06f59a73cf8d
* put back DS_StoreSiqi LIU2013-07-301-0/+0
| | | | Change-Id: I10d1203cb81ffd96c5447082884e71cb8b9eb2f7
* resolve conflictsSiqi LIU2013-07-301-0/+0
| | | | Change-Id: If0a7146f51741e3e8250f0aa671a6902119bb6eb
* Setup Firebird installation / scp2 details.Andrzej J.R. Hunt2013-07-161-0/+15
| | | | Change-Id: I03393b08db5878b099a2e71b9b515b707a386e3f
* fb-sdbc: installing lib and resources.Javier Fernandez2013-07-161-15/+0
| | | | Change-Id: I2d7bf2b4308b9e52ebadd0d73f43baf469f506a6
* Firebird: initial implementation of the skeleton driver.Javier Fernandez2013-07-161-0/+15
| | | | Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
* fdo#65541: Proper EPM %requires dependencies, at least for LinuxStephan Bergmann2013-06-248-124/+124
| | | | | | | | | | | | | | | | | | | | | | At least for Linux RPM, the packages built via EPM in module instset_native (with --enable-epm) record intra-installation-set dependencies only by name but without any version numbers, so that one can e.g. freely ask rpm to install a (broken) combination of packages from LibreOffice_4.0.2_Linux_x86-64_rpm.tar.gz and LibreOffice_4.0.3_Linux_x86-64_rpm.tar.gz. The documentation for EPM (e.g., workdir/*/UnpackedTarball/epm/doc/epm- manual.pdf) states that %requires lines can optionally indicate lower and upper version numbers, so the easiest fix appears to be to augment all relevant "requires =" lines in setup_native/source/packinfo/packinfo_*.txt with lower == upper == %PACKAGEVERSION. (There appears to be some confusion in those files between %PACKAGEVERSION and %ABOUTBOXPRODUCTVERSION, but those seem to always get identical values in instsetoo_native/util/openoffice.lst.in.) Change-Id: Iea68beb19f1699cc1eea3dc36fd2f11b8845e390 TODO: The freebsdrequires and solarisrequires lines are not updated. Reviewed-on: https://gerrit.libreoffice.org/4344 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* add dictionaries to ca-XV language packAndras Timar2013-05-141-0/+1
| | | | Change-Id: I1afb4388bbb811a7d296b86a4a8b77758964daaf
* add Icelandic Hunspell dictionary and thesaurusBjörgvin Ragnarsson2013-05-132-0/+16
| | | | | | | | Change-Id: Ibf2cb81f57d123825990c7bde90586b894b9cdcc Change-Id: I7ea382194476eeef7f83caa66c9115ed1da433b2 Reviewed-on: https://gerrit.libreoffice.org/3860 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* remove unused product variables from Windows installerAndras Timar2013-04-302-50/+0
| | | | | | | | | | | | | | | | | OLDPRODUCT2 - it was a workaround for OOo 1.9, obsolete SAMEPRODUCTS - same product have the same ProductCode, so installer detect it anyway under normal circumstances. It is possible that a tester/developer tries to install the same version with different ProductCode over an existing installation (e.g. dailyes or RCs). Then we are in trouble. However, SAMEPRODUCTS was not in use. Moreover, Windows Installer uses only the first three fields of the product version. So we cannot make difference between e.g. 4.0.3.1 and 4.0.3.2, and this is the new versioning scheme. BETAPRODUCTS - LibreOffice have never used different upgrade code (BETAUPGRADECODE) for betas. OLDPRODUCTSPATCH, SAMEPRODUCTSPATCH, NEWPRODUCTSPATCH - related to old Star Division patching mechanism, they were commented out anyway. STUBPRODUCTS, STUBUPGRADECODE - these look useless Change-Id: I77d67b72e18fa6b3ba4182b99e198c42f247cea4
* Missing dependency of librelogo on writerStephan Bergmann2013-03-211-3/+3
| | | | | | | | | | | ...at least due to dependency of librelogo.xcd on writer.xcd, see 82c53d537a05dadf4d7fd7ea41292897bf2d47c7 "Missing dependency." Otherwise, having librelogo installed but not writer will cause an uncaught RuntimeException from configmgr::Components::parseXcdFiles (configmgr/source/components.cxx) early on in soffice.bin. Change-Id: I97565fe5c790ed182bb27fd722c650acf8a8ee08
* one time is enough ;)Rene Engelhard2013-03-181-29/+0
| | | | Change-Id: I298433a242eded15b01a379e7b552d62c44d43f3
* readd packinfo_office.txt stuff for Pdfimport/ReporbuilderRene Engelhard2013-03-181-0/+60
| | | | | | | ... as otherwise it ends up in gid_Module_Root_Brand, NOT in it's own module (which is intended) Change-Id: Ic3951ccd7471793419b04f4f2fcfe90060c6d71f
* fdo#61950 move report builder from bundled extensions to plain codeDavid Ostrovsky2013-03-181-15/+0
| | | | | | | | | For test sample report from fdo#61726 can be used. Change-Id: Iacf8ddc4cf8ad0a408d72e18ecb7237476afeffe Reviewed-on: https://gerrit.libreoffice.org/2718 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
* sync packinfo with scp2Andras Timar2013-03-123-74/+12
| | | | Change-Id: Ie20dab628e089a97c16b91b080eda5e09bbbb46a
* actually make new gid_Module_Script_Provider_For_Python being installedRene Engelhard2013-03-121-1/+1
| | | | Change-Id: I3440a45465fa79d3ace0f04fd6036734c9caf00d
* fdo#62103 only dict of the first lang code is packed into langpackAndras Timar2013-03-111-2/+2
| | | | | | | Therefore we packed Aragonese dictionary into Spanish and Catalan langpacks, instead of Spanish and Catalan dictionaries. Change-Id: I6b7606b8d8f4f30cded583b96d9f9b5f2ef64e9f
* remove stale javafiltersAndras Timar2013-03-034-343/+0
| | | | Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-1/+1
| | | | | | | | Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
* remove RebuildShellIconCache CustomAction (it was Win 9x/NT/2K only)Andras Timar2013-03-022-106/+1
| | | | Change-Id: Id856c2279520d9183c8b10967f5b56903d21963f
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* fix dependencies of the obsolete stdlibs package on linuxPetr Mladek2013-02-201-2/+4
| | | | | | | | | | | | | | | | | | | The old version should get repalced by the ure package. It should also conflict with the new ure package. This commit adds support for %incompat epm tag. It produces conflicts in rpm and deb. It can be defined in setup_native/source/packinfo by linuxincompat. This commit also removes obsolete hack for debian dependencies. libreoffice-bundled conflict is mentioned in the desktop-integration package these day. The hack in epmfile.pm was not used because no package used "replace" tag. Change-Id: I5e9cb89a6108c22c61287fce1ffc6baf3f618d15 Reviewed-on: https://gerrit.libreoffice.org/2260 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* Kill the --without-system-stdlibs optionFridrich Štrba2013-02-191-12/+4
| | | | Change-Id: I54bff2c8593995829857d30b38b8626a8c1a1a4f
* Update Branding for 4.0 (.1)Stefan Knorr2013-02-181-0/+0
| | | | | | | | | (c) Maxim Darak, Mirek Mazel 2013 Change-Id: I30fdb3234152e746e8a2a565310ab1b22115315c Reviewed-on: https://gerrit.libreoffice.org/2236 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
* CustomActions should be statically linked with MSVCRTAndras Timar2013-02-172-4/+4
| | | | Change-Id: I100b7ff7e3aa505098ce8b3333d1aa8faca50370
* fix exported DLL function names for all CustomActionsAndras Timar2013-02-1326-23/+66
| | | | Change-Id: I1c15003acfb4d1c49c990a247629c70c4dcc3bd3
* remove thesaurus indexer CustomActionAndras Timar2013-02-131-201/+0
| | | | | | | | | | | | | | | | | It was never integrated and used. If we made the effort to integrate it, Windows installer would be a few megabytes smaller, because indexes of thesauri would be generated in install time (instead of packaging pre-generated indexes). However, the cons are: * untested * presumably slows down instal process which is slow already * adds complexity to installer which is too complex already * indexes will not be there in case of administrative install (QA) * bad experiences with CustomActions that manipulate the installed application (various, weird permission problems) Change-Id: I3989b835b1250718bc03107a3807d091e7a9aa0e
* It's better to use fclose on a not null handleJulien Nabet2013-02-121-2/+2
| | | | Change-Id: I609270e269a0905818d6a2b4f44cb9a034099346
* stdcall and declspec(dllexport) don't play nicely togetherPeter Foley2013-02-113-2/+6
| | | | Change-Id: I56da76771790cb6824ac3d01072d9143cb580741
* advertised shotrcutsAndras Timar2013-02-113-6/+0
| | | | | | | | | The main goal of this patch was to simplify things. The LibreOffice version that goes to Intel AppUp use advertsied shourtcuts, because it is what Intel AppUp Center requires. We can reduce complexity a bit, if we use advertised shortcuts in normal builds, too. Change-Id: Ia35a753c83cb592137232428ab897a640e7ccc1f
* Fix Resource leak: ddfJulien Nabet2013-02-091-0/+2
| | | | | | | Change-Id: I4361b4f4670a0437c8220d2e7f92f2ffbe0cc479 Reviewed-on: https://gerrit.libreoffice.org/2057 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* convert setup_native to gbuild and add to tail_buildPeter Foley2013-02-0949-999/+28
| | | | | | | Change-Id: Ie12338dada22c59d55d89ed9611bb1a958b04223 Reviewed-on: https://gerrit.libreoffice.org/2063 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
* Add option to set bundle identifier and use it when signingTor Lillqvist2013-02-011-1/+1
| | | | | | Sign also all the dylibs and frameworks in the bundle. Change-Id: I7f67b9d7eda0204b24e2ea2ef44a53fb8db0f8aa
* remove CopyEditionData CustomActionAndras Timar2013-01-303-126/+0
| | | | | | | | It is not entirely clear what this CustomAction was supposed to do, but program\edition directory is not present in LibreOffice, therefore this feature is useless. Change-Id: Icfcd9c5f88da28e171329d951956baaa42908fd0
* remove DotNetCheck CustomActionAndras Timar2013-01-303-178/+0
| | | | | | We do not need to call a dll function for a simple version check. Change-Id: If82b06a61f10dbfe3eb92b6fe495e6d800c57aff
* remove CopyExtensionData CustomActionAndras Timar2013-01-303-119/+1
| | | | | | | | It copied *.oxt from [SourceDir]\extension to TARGETDIR\share\extension\install. One might think that *.oxt files there get installed automagically at first start, but no, it does not happen. This feature looks useless. Change-Id: I5ce583f3b46f5e4e962449790bdce70f99aa135b
* remove CustomAction ExecutePostUninstallScriptAndras Timar2013-01-303-147/+0
| | | | | | | | I think this CustomAction is unnecessary, providing that we do not use Star Division home-made PATCH technology. I have never seen this CustomAction used in any OpenOffice.org/LibreOffice builds. Change-Id: I62f3b5a3ef8a9686f018ca1af52689954262e830
* convert SetAdminInstallProperty CustomAction to type 51Andras Timar2013-01-303-62/+0
| | | | | | It does not make sense to call a dll function to set a single property to 1. Change-Id: I4e3cb35d2d3b644805d1d7573c9bf1dc45befbd4
* we don't build language packs on WindowsAndras Timar2013-01-304-448/+0
| | | | Change-Id: I672886764e9451a983b823ec3666f126b758bd1e
* Revert "fix for fdo#39632 : Consolidate GetMsiProperty()"Andras Timar2013-01-2720-218/+584
| | | | This reverts commit 95ee7d9cd3a0b0f397def8e607759c81feb8c592.
* Revert "chmod 644"Andras Timar2013-01-271-0/+0
| | | | This reverts commit bf8e8e8bd03647632ed0b55c2b983a4d16cee40e.
* still not enough boost_headerMichael Stahl2013-01-271-0/+1
| | | | Change-Id: Ic0ee933fbee7368f0af2573ea33a5ce33f4043c4
* chmod 644Andras Timar2013-01-231-0/+0
| | | | Change-Id: Idc06412b8be705ba0cd5695257fd961864e2ad6a
* fix for fdo#39632 : Consolidate GetMsiProperty()Mathias Michel2013-01-2320-584/+218
| | | | | | | | | | And did it also for GetMsiProp() and *MsiProperty() Reworked some conditions related to that. Change-Id: I1cd082361126db3d9aced3a878b19e7052514864 Reviewed-on: https://gerrit.libreoffice.org/1816 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
* Update default dictionaries set for Lithuanian (related to fdo#59380)Aurimas Fišeras2013-01-221-1/+1
| | | | | | | Change-Id: I42a2032e03035b0e45a800c068879e9820471dfc Reviewed-on: https://gerrit.libreoffice.org/1776 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>