summaryrefslogtreecommitdiff
path: root/instsetoo_native
AgeCommit message (Collapse)Author
2012-05-07fix condition for SetupCompleteSuccessAndras Timar
Change-Id: Ia134204af1747f570e3048b47c2e12415ceb56b3
2012-05-07don't refer to a deleted controlAndras Timar
Change-Id: I61f54a76096f3d2390c16fb1715aa95761e761e5
2012-05-07remove unused checkboxes from Windows installerAndras Timar
Change-Id: I51eea9c45b893f56dece99e8d01e385c96051f8d
2012-05-03fdo#48812 change Customer Information to User Information (in MSI UI)Andras Timar
2012-04-29make gbuild the default assumption of build.plBjoern 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-27fdo#48087 get real version numbers from executables for the File table of MSIAndras Timar
This is only a partial fix to the bug, the second part will be the creation and population of MsiFileHash table.
2012-04-26fdo#39643: Remove --disable-strip-solver configure optionDavid Ostrovsky
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-26remove unused icons from Windows installerAndras Timar
2012-04-25fdo#47779 installer dialog header background should be whiteAndras Timar
2012-04-10fdo#48411 Find install location during help pack installAndras Timar
2012-04-02PRODUCTNAME is not defined in this context, we need BRANDPACKAGEVERSIONAndras Timar
2012-03-23remove old product from MSI's CustomAction tableAndras Timar
2012-03-23old products are unconditionally removed, clean up unused codeAndras Timar
2012-03-23remove unused DatabaseFolder dialog from MSIAndras Timar
2012-03-20fix control order in MSI, this time for realAndras Timar
2012-03-20fix control order in MSIAndras Timar
2012-03-20Revert "remove last traces of serial number check from MSI"Andras Timar
This reverts commit 90ec7ecb86f4cc2005ac1c5a7e70b19fbdc02426.
2012-03-20remove last traces of serial number check from MSIAndras Timar
2012-03-20remove last traces of serial number check from MSIAndras Timar
2012-03-20remove unused License Agreement dialog from MSIAndras Timar
2012-03-20remove unused xpdinstaller moduleAndras Timar
2012-03-20amended UI text in MSIAndras Timar
2012-03-20LibreOffice installer does not need Serial numberAndras Timar
2012-03-20remove unused Language selection dialog from MSIAndras Timar
2012-03-20remove unused BrOffice filesAndras Timar
2012-03-19Don't build helppack installers if --without-helpTor Lillqvist
Or should it be --without-helppack-integration that affects it? Or both? Why do we need both these switches? And what does that irritating "integration" thing mean again? Does --without-helppack-integration mean "yes, do build helppacks, but don't integrate them"?
2012-03-06we always use relative paths in ddf filesAndras Timar
2012-03-06remove unused SETSTATICPATH variableAndras Timar
2012-03-06Added option to hide external link buttons on Start CenterSzabolcs Dezsi
This option is useful for Intel AppUp builds. On the other hand, unused STARTCENTER_LAYOUT_STYLE option was removed.
2012-03-06more documentation and cleanups for various modules.Michael Meeks
2012-02-24remove unused parameter EVALAndras Timar
2012-02-24fdo#44717 More helpful text when installer detects a running soffice.binAndras Timar
2012-02-08Create test packages even when SDK is disabledPetr Mladek
Also fixed order in the other makefile target to make it clear that it differs in the SDK
2012-01-06more wJRE cleanupAndras Timar
2011-12-16add version suffix (beta1) to about dialogPetr Mladek
configurable at build time via ABOUTBOXPRODUCTVERSIONSUFFIX in instsetoo_native/util/openoffice.lst configurable at runtime via registry/data/org/openoffice/Setup.xcu and ooSetupVersionAboutBoxSuffix property
2011-12-13UntabifyTor Lillqvist
2011-12-13We don't use any 'pooling' when packagingTor Lillqvist
2011-12-12instsetoo_native: try to fix tinderbox:Michael Stahl
3e2aec1a5437a930325e3eb715cec3a61497d92d removed a closing parenthesis
2011-12-12OxygenOffice doesn't bundle JRE eitherTor Lillqvist
2011-12-12change PRODUCTNAME back to LOdev, because prev. change broke Linux packagingAndras Timar
2011-12-11fix problems with generation of download nameAndras Timar
2011-12-11The common_build stuff is surely obsoleteTor Lillqvist
2011-12-10enhance VersionInfo resource of Windows excutablesAndras Timar
+ added ProductName (a required parameter), It is LibreOffice + CompanyName is configurable, it is $(OOO_VENDOR), that is set --with-vendor configure switch. If not set, then CompanyName is empty string which is fine, too. + Binary file version and FileVersion string show the same value, and version number is sane: main version + subversion + microversion + build number, such as 3.5.0.0 + LegalCopyright text is the same as in the About box, year range can be set in minor.mk - removed archaic and overcomplicated version number calculating macros - removed version.lst, copied relevant content to minor.mk - removed binary RCDATA resources, I don't think they were of any use
2011-12-08Bump version to 3.6 (3.6.0, 360, 360m1)Tor Lillqvist
2011-12-08There is no LibreOffice with bundled JRE and won't beTor Lillqvist
2011-12-07dont do fancy stuff with files that are in zips instsetoo_native for nowBjoern Michaelsen
2011-12-06remove NSIS supportAndras Timar
2011-12-05wizards: completely work python wizard packaging and registrationMichael Meeks
Also improve exception handling and error printing in pythonloader Allow registration of explicit .py components - the only method that works
2011-12-05Set the python fax wizard as the default oneXisco Fauli
2011-12-05Add the rest of the files to scp2Xisco Fauli