summaryrefslogtreecommitdiff
path: root/instsetoo_native/util
AgeCommit message (Collapse)Author
2012-08-16Fix Windows dev-install for --enable-release-build, --with-lang=... etc.Stephan Bergmann
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
2012-07-24Kill FORCE2ARCHIVE.Jan Holesovsky
Change-Id: Ie72dcc8ef9e82da1f0aa328648f20f9ed4a20482
2012-07-16fdo#51890: Display themed progress meter instead of the native oneStefan Knorr (astron)
Change-Id: Ia72f46763de40205b1a8a9bb94839bb420933443
2012-06-19No need to strip archive setsStephan Bergmann
...and we are not stripping other PKGFORMATs, either. Change-Id: I0d0bc3620a15a35bc08de89260420032074791d2
2012-06-19switch to the new version schemePetr Mladek
use 3.7.0.0.alpha0 where possible; use the suffix "+" in the about dialog to signalize non-release builds Change-Id: If09c78cd30b10e54c46f737a695e0194039c7efc
2012-06-05bump product version to 3.7.0-alpha0+Petr Mladek
keep the package version on 3.6.98, so we could restart release number from 0 for Betas and RCs Change-Id: I7a862a202d2080dcc924362e4deb0e026c940a34
2012-05-31bump product version to 3.6.0-alpha1+Petr Mladek
Change-Id: I94bc00f8a1e646b476f20b3ad954eaae19fef6cb
2012-05-24fdo#50162 merge rtlbootstrap.mk into configure.inDavid Ostrovsky
Change-Id: I241be2704a069ec1f6be5861084039569673cc12
2012-05-09partially revert 6d1f7fadc06bb57b175d5f4b94147373fc07f8a8Andras Timar
Change-Id: I I I0bfc367a3b2c551509b383fc4f6dcaa3cb8661f8
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-03-23old products are unconditionally removed, clean up unused codeAndras Timar
2012-03-20remove unused License Agreement dialog from MSIAndras Timar
2012-03-20remove unused xpdinstaller moduleAndras 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-02-24remove unused parameter EVALAndras 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-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
2011-12-05Hello world (python) as a componentXisco Fauli
2011-12-05allow to install desktop integration in Linux dev buildPetr Mladek
The desktop integration searched for the package name by the dash "-" delimiter on many locations. It was not easy to add support for package names with the dash. In addition, there was an inconsistence. Most package names used the "libo-dev" prefix name but the ure packages used "lodev". It was installed into the prefix /opt/lo-dev. So, I remaned everything to "lodev". It removed the inconsistence and solved solution with the dash.
2011-12-02online update: We were missing the update service URL.Jan Holesovsky
2011-12-01our product is always opensourceAndras Timar
2011-12-01create installation set for testsPetr 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-12-01delete the space after 'qtz', tooAndras Timar
otherwize double space will occur in the variable and it will be replaced to ',,' instead of ',' -> build fails
2011-11-29bump product version to 3.5.0-beta1, release number stays at 0Petr Mladek
2011-11-28Do not create extra installation set for UREPetr Mladek
Caused confusion. Was not uploaded to mirrors anyway.
2011-11-24Cleanup: remove unused artwork, consolidate remaining.Thorsten Behrens
* the *.ico files were simply copied around, for the msi templates, and then later customized by copying nologobanner/install onto them * now holding only one copy of the icons, removed later-deleted other *.bmp files
2011-11-16fix SDK database version numberAndras Timar
2011-11-15Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann
With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-09OOo reference version for extension dependencies is still at 3.4.Stephan Bergmann
2011-11-08remove unused variablesAndras Timar
2011-11-08add patch creation profile file for LibreOfficeAndras Timar