summaryrefslogtreecommitdiffstats
path: root/instsetoo_native
Commit message (Collapse)AuthorAgeFilesLines
* use filelist install method for udkapi and offapiDavid Tardon2013-04-051-2/+2
| | | | | | | | | ... so we can drop ZipUnoApi again. Change-Id: Id5925b8c101cd7cb70614a9a26f328dec92db8fa Reviewed-on: https://gerrit.libreoffice.org/3152 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* allow to put files listed in file into installationDavid Tardon2013-04-051-2/+2
| | | | | | | | | | | | | | | | | | | | | With this in place, we can replace most of our Zips by Packages. Extensions and Dictionaries are on the radar as well. To move an installed file from zip to filelist, do: 1. Convert the Zip_foo.mk to Package_foo.mk : - change destination paths of all files to the same ones they have in the installation (you can find that in scp2) - use gb_Package_set_outdir to place the files under $INSTDIR, where they are expected. 2. Change the scp2 record: - change filename to <package-name>.filelist - replace ARCHIVE by FILELIST in Styles - change Dir to FILELIST_DIR. Change-Id: Ie17d0765406081b03dcd44a6a23cf517f2067dd3 Reviewed-on: https://gerrit.libreoffice.org/3149 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* add $OUTDIR/pck to search path for SDK productDavid Tardon2013-03-311-2/+2
| | | | | | | ... so it is possible to drop the copying-to-bin hack in ZipPackage.mk and ZipUnoApi.mk . Change-Id: Ic506e25a21003fca491d0902b5d8f282775da229
* Remove unneeded project and projectroot parametersZolnai Tamás2013-03-251-1/+1
| | | | | | | Plus avoid use of Export::sLanguages member outside of the class. Change-Id: I33702816fdb4980d690cfe8fcd8cc3fbd0df1dd8
* fixes for renaming LOdev builds to LibreOfficeDevLuboš Luňák2013-03-031-9/+9
| | | | Follow-up to 16826147188bd78d67b97863226f903cc24add71 .
* remove minor.mkMatúš Kukan2013-03-021-1/+1
| | | | | | | | | | Hopefully all stays the same except for vcl/unx/gtk/a11y/atkutil.cxx. Change-Id: I49108007ee6d045f045de86c8654efc7ca5fd3d0 Reviewed-on: https://gerrit.libreoffice.org/2491 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
* rename LOdev builds to LibreOfficeDevPetr Mladek2013-03-012-10/+10
| | | | | | | | It is similar change that we did for the release builds. Also fixes make-dev install on Windows. Change-Id: I7d9a4bc2e7b14e79516acdfb90c709dbde1378ab
* fix: BUILDDIR is not always SRCDIRNorbert Thiebaud2013-02-271-1/+1
| | | | Change-Id: I6028fe295e467aa448d8503097be0c80a42908ed
* move instsetoo_native to gbuildBjoern Michaelsen2013-02-271-3/+6
| | | | | | | | Change-Id: Ie4deddc426356636b76ad4fc27552c6d3a1dd815 Reviewed-on: https://gerrit.libreoffice.org/2429 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* instsetoo_native: fix helppack generationAndras Timar2013-02-261-0/+1
| | | | Change-Id: I30778847b23aabccba2275d518eba7f57ffcefd5
* instsetoo_native: fix localizationAndras Timar2013-02-261-6/+6
| | | | Change-Id: I8cb1baecb7034511b8dfcecefc58de2fb3f59061
* instsetoo_native: convert to gbuildPeter Foley2013-02-2413-494/+157
| | | | | | | | | | | | | | | Removes: * instsetoo_native/util/update.xml - gen_update_info.pl can be removed ? On Windows the binary artifacts are created now in: workdir/*/installation/LibreOffice_Dev/native/install/en-US/*.msi Change-Id: I1c82ea9cb9d297cdd0e4f4b9b44606259eeeed49 Reviewed-on: https://gerrit.libreoffice.org/2242 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
* s/the the/the/Tor Lillqvist2013-02-223-3/+3
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* Update Branding for 4.0 (.1)Stefan Knorr2013-02-183-5/+5
| | | | | | | | | (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>
* use correct default values for the splash progressbarPetr Mladek2013-02-011-4/+4
| | | | | | they are not longer forced from configure Change-Id: I8ea37b7233138de2900caf231762eefec0ba6563
* Add option to set bundle identifier and use it when signingTor Lillqvist2013-02-011-0/+6
| | | | | | Sign also all the dylibs and frameworks in the bundle. Change-Id: I7f67b9d7eda0204b24e2ea2ef44a53fb8db0f8aa
* convert SetAdminInstallProperty CustomAction to type 51Andras Timar2013-01-302-0/+2
| | | | | | 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-3027-1921/+2
| | | | Change-Id: I672886764e9451a983b823ec3666f126b758bd1e
* Consolidated branding in configureMathias Michel2013-01-301-0/+2
| | | | | | | | | | Removed individual options (intro* and startcenter* + images) in favor of a folder with graceful fallback. Grouped progress bar intro settings in a text file into the branding folder Change-Id: Ib56b80e43c474a944ac79c0a842d66487e9f91d5 Reviewed-on: https://gerrit.libreoffice.org/1704 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
* installer: remove SHORT_PRODUCTEXTENSIONMichael Stahl2013-01-181-12/+6
| | | | | | | | | | | | | Currently PRODUCTEXTENSION does not have a value, which is unfortunate because some places such as the soffice --help output and utl::DocInfoHelper::GetGeneratorString() which creates the meta:generator for ODF files (via Setup.xcu Product/ooSetupExtension) write an incomplete version number. Since there doesn't appear to be a point in having 2 variables here, remove SHORT_ one and use PRODUCTEXTENSION consistently. Change-Id: I5aac25bcedd785a098cba612643ea68fe19c77f0
* installer: remove SERVICETAG remnants of product registrationMichael Stahl2013-01-181-6/+0
| | | | Change-Id: Ic87bb4666bcc4b28476dbfe2193a8330413547cf
* there is no standalone URE installationMatúš Kukan2013-01-1629-1706/+0
| | | | | | | | ..I hope :-). URE is part of normal installation. - removes script from scp2 and unused stuff from instsetoo_native. - removes also OxygenOffice mentioned in openoffice.lst. Change-Id: I1673c06aa84ae0eb2adda2df78a50a5c5d0761c1
* Generate also the ABOUTBOXPRODUCTVERSIONSUFFIX from the AC_INITTor Lillqvist2013-01-161-3/+3
| | | | Change-Id: I9b7ce03daac7ae223cba1b8741042431aabe7f59
* Remove unused variablesTor Lillqvist2013-01-161-15/+0
| | | | | | POSTVERSIONEXTENSIONUNIX and LONG_PRODUCTEXTENSION are not used anywhere Change-Id: Id1f2db293fff134075b6658b738dc3be8d17a279
* Ignore and distclean generated filesStephan Bergmann2013-01-141-0/+1
| | | | | | | (Modelling .gitignore-per-directory instead of a single one in the root dir after exisiting config/.gitignore. No idea which approach is better.) Change-Id: I0ae90103ada4bfff48e90afcf3903bd3ba909314
* Expand also openoffice.lst for version numbers from configuryTor Lillqvist2013-01-121-49/+49
| | | | Change-Id: I7bad1639488616db3823e25d6508e8e57f2212ef
* use "LibreOffice" instead of "LibO" for final download file namesPetr Mladek2013-01-071-4/+4
| | | | | | | "LibreOffice" is the name of the product and we should promote it. This change has been proposed on the ESC call. Change-Id: I755ea5b2ec7b6357a7fd2c86ec8479737696042b
* Fix the MSVC build with --without-helpTor Lillqvist2012-12-261-1/+4
| | | | | | | It tried to build helppack installer(s) anyway as it looked for "HELP" in BUILD_TYPE and was fooled by the "DBGHELP". Change-Id: I9a271a464a776f4f4dad8ea1bef662966b88f944
* Get rid of (most uses of) GUITor Lillqvist2012-12-252-12/+12
| | | | | | | | | | GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* merge packimages into postprocessMatúš Kukan2012-12-241-1/+1
| | | | | | | Change-Id: Ie00c7cbc012a605e95ceafcad384a67b599fc758 Reviewed-on: https://gerrit.libreoffice.org/1476 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* Make KeyID (qtz) work againAndras Timar2012-12-141-2/+2
| | | | | | | Conflicts: configure.ac Change-Id: I67b2ce4ae647150aeace72c542a5838940d2c058
* fdo#57927: Clarify msi installer only installs subset of dicts by defaultStephan Bergmann2012-12-061-2/+2
| | | | | | ...since this was changed with fdo#53009 in LO 3.6.3. Change-Id: I95b8da1311c666945e9bbe15d22da59add6b6227
* bump product version to 4.1.0.0.alpha0+, build id to 0Petr Mladek2012-12-041-46/+46
| | | | Change-Id: I0a8e86dc862b05e8c92738a565ae1513ea9e60b0
* remove qtz temporarily, until it works again reliablyAndras Timar2012-11-211-1/+1
| | | | Change-Id: I66b117a56d8d545e6d09bfacb897ade383818895
* translations is a source-only moduleAndras Timar2012-11-201-1/+1
| | | | Change-Id: Ib89ccdfe3646f68df6b483c54eb330c0b223c32a
* bump product version to 4.0.0.0.alpha1+, release number to 1Petr Mladek2012-11-201-20/+20
| | | | Change-Id: Iaf5af009ac86909bb293be4ab8ae3902215b3bfd
* re-base on ALv2 code. Includes:Michael Meeks2012-11-1519-25/+337
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches contributed by: Armin Le Grand. #118558# Correcting OLE attributes of LO3.4 at load time by loading as OOo3.3, details see task. http://svn.apache.org/viewvc?view=revision&revision=1195906 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles http://svn.apache.org/viewvc?view=revision&revision=1293316 #119337# Solves the wrong get/setPropertyValue calls in SvxShapeText (and thus in SvxOle2Shape) http://svn.apache.org/viewvc?view=revision&revision=1344156 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 cws mba34issues01: #i117717#: remove wrong assertion http://svn.apache.org/viewvc?view=revision&revision=1172349 Patch contributed by Herbert Duerr goodbye Registration and License dialogs, don't let the door hit you http://svn.apache.org/viewvc?view=revision&revision=1172613 help gcc 4.6.0 on 32bit ubuntu 11.10" http://svn.apache.org/viewvc?view=revision&revision=1245357 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 Revert "sb140: #i117082# avoid unncessary static class data members commit 21d97438e2944861e26e4984195f959a0cce1e41. remove obsolete FreeBSD visibility special case. retain consolidated BSD bridge code, remove OS/2 pieces.
* bump version to 4.0.0.0.alpha0+Petr Mladek2012-11-121-45/+45
| | | | Change-Id: I04cb89d04ebebcaef2276813864f79365f6899fd
* fix msm suport for VS2012Peter Foley2012-10-071-1/+0
| | | | Change-Id: Ibc816de83eb48163671948ecc84e7653f2b4ec13
* use utf-8 instead of legacy code pages in all msi tables (related: fdo#39595)Andras Timar2012-09-2637-48/+35
| | | | Change-Id: Ib2dc00c024762800fdb74ffb376d92a8583d44ad
* followup of bccb30a0Andras Timar2012-09-235-86/+0
| | | | Change-Id: Ibf053d078ad048094527e4e25ee9499dbaacd007
* fdo#52946 We don't need the productname multiple times in install dialogsAndras Timar2012-09-095-168/+82
| | | | Change-Id: Id1e02ff8409a7261a86c0231898265490ddcac1b
* remove SelfReg table from MSIAndras Timar2012-09-0816-42/+0
| | | | | | | | | We did not use it, and it is not recommended to use it. See: http://msdn.microsoft.com/en-us/library/windows/desktop/aa371608%28v=vs.85%29.aspx Installation package authors are strongly advised against using self registration. Change-Id: I1dc9a5b66646c63d2ee9a672f045595e6bbb2f42
* Fix Windows dev-install for --enable-release-build, --with-lang=... etc.Stephan Bergmann2012-08-161-5/+4
| | | | | | | | | | | | | | | Introduced special token LIBO_DEV_INSTALL=TRUE to communicate what install set to build from Makefile.top's dev-install target to instsetoo_native/util/makefile.mk. Somewhat arbitrarily, always use a "release" install set regardless of --enable-release-build (the dev-install set is used for "make check," and it is safer to test "release" install sets in --disable-release-build builds than the other way around, should those builds ever start to deviate significantly). The "always build a defaul-laguage openoffice product" logic had been obsoleted a long time ago already. Change-Id: I64ec87a0b8dc6fe81cab5531c43e29db3f5128af
* remove already removed SetInstallLocation from install sequencesAndras Timar2012-08-132-3/+0
| | | | Change-Id: I9a8e4a39ebc6d5f5a6092c58658f833b0f58d668
* Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann2012-08-101-2/+0
| | | | | | | | | | | | Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 "fdo#51252 Disable copying share/prereg/bundled to avoid startup crashes" removed the use of share/prereg, there is no longer need to generate it in the first place (by calling "unopkg sync" at build or installation time), and so no need for the "unopkg sync" sub- command, either. This also allows to simplify some of the jvmfwk code that was only there so that "unopkg sync" (which can require a JVM) can work in "hostile" environments (during build and installation). Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f
* Kill FORCE2ARCHIVE.Jan Holesovsky2012-07-241-9/+0
| | | | Change-Id: Ie72dcc8ef9e82da1f0aa328648f20f9ed4a20482
* fdo#51890: Display themed progress meter instead of the native oneStefan Knorr (astron)2012-07-161-1/+1
| | | | Change-Id: Ia72f46763de40205b1a8a9bb94839bb420933443
* fdo#52088 use [ProductName] placeholder instead of LibreOfficeAndras Timar2012-07-151-1/+1
| | | | Change-Id: I560139949c89798581ed7631eb5d0b3124c83002
* New Windows installer artworkStefan Knorr (astron)2012-07-032-0/+0
| | | | | | Based on Andrea Soragna's splash screen images. Change-Id: I1aa0a5c5b0b238451c358007d8213c6a4bb3e512