summaryrefslogtreecommitdiff
path: root/instsetoo_native
AgeCommit message (Collapse)AuthorFilesLines
2012-02-24remove unused parameter EVALAndras Timar1-3/+0
2012-02-24fdo#44717 More helpful text when installer detects a running soffice.binAndras Timar1-1/+1
2012-02-08Create test packages even when SDK is disabledPetr Mladek1-4/+4
Also fixed order in the other makefile target to make it clear that it differs in the SDK
2012-01-06more wJRE cleanupAndras Timar1-1/+1
2011-12-16add version suffix (beta1) to about dialogPetr Mladek1-6/+9
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 Lillqvist1-187/+187
2011-12-13We don't use any 'pooling' when packagingTor Lillqvist1-6/+0
2011-12-12instsetoo_native: try to fix tinderbox:Michael Stahl1-1/+1
3e2aec1a5437a930325e3eb715cec3a61497d92d removed a closing parenthesis
2011-12-12OxygenOffice doesn't bundle JRE eitherTor Lillqvist2-73/+1
2011-12-12change PRODUCTNAME back to LOdev, because prev. change broke Linux packagingAndras Timar1-3/+3
2011-12-11fix problems with generation of download nameAndras Timar1-7/+7
2011-12-11The common_build stuff is surely obsoleteTor Lillqvist1-1/+0
2011-12-10enhance VersionInfo resource of Windows excutablesAndras Timar1-5/+5
+ 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 Lillqvist1-43/+43
2011-12-08There is no LibreOffice with bundled JRE and won't beTor Lillqvist3-67/+1
2011-12-07dont do fancy stuff with files that are in zips instsetoo_native for nowBjoern Michaelsen1-4/+1
2011-12-06remove NSIS supportAndras Timar3-74/+1
2011-12-05wizards: completely work python wizard packaging and registrationMichael Meeks1-45/+0
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 Fauli1-1/+1
2011-12-05Add the rest of the files to scp2Xisco Fauli1-0/+44
2011-12-05Hello world (python) as a componentXisco Fauli1-0/+1
2011-12-05allow to install desktop integration in Linux dev buildPetr Mladek1-10/+11
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 Holesovsky1-0/+5
2011-12-01our product is always opensourceAndras Timar1-6/+0
2011-12-01create installation set for testsPetr Mladek3-3/+130
+ 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 Timar1-1/+1
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 Mladek1-8/+8
2011-11-28Do not create extra installation set for UREPetr Mladek1-2/+2
Caused confusion. Was not uploaded to mirrors anyway.
2011-11-24Cleanup: remove unused artwork, consolidate remaining.Thorsten Behrens86-15/+6
* 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 Timar1-2/+2
2011-11-15Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann2-6/+4
With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-15make Default install/Custom install help text a bit more specificAndras Timar1-2/+2
2011-11-09OOo reference version for extension dependencies is still at 3.4.Stephan Bergmann1-0/+1
2011-11-08remove unused variablesAndras Timar1-20/+0
2011-11-08add patch creation profile file for LibreOfficeAndras Timar1-1/+1
2011-10-27Undo basis/brand split: removed obsoleted BASISROOTNAME.Stephan Bergmann1-3/+0
2011-10-07convert testautomation to gbuild and add to tail_buildPeter Foley1-1/+1
2011-09-28remove checks for unused BUILD_SPECIAL environment variableAndras Timar1-9/+0
2011-09-18typo fixAndras Timar1-1/+1
2011-09-17do not build key id pseudolanguage for release buildsAndras Timar1-1/+6
2011-09-17build multi language dev-installer on windowsAndras Timar1-1/+9
2011-09-17remove unused BrOffice filesAndras Timar2-134/+0
2011-09-17change key id pseudolanguage code from kid to qtzAndras Timar4-4/+4
kid is language code of Koshin. It is better to use a code from the ISO 639 private range.
2011-09-07enable to replace the vendor name in Windows installer, bnc#571489Andras Timar1-1/+1
2011-08-31Do run make_installer.pl also for WNTGCC (making an "archive")Tor Lillqvist1-5/+6
2011-08-24uno.py is in bin on Windows, and in lib elsewhere, what fun.Jan Holesovsky1-0/+5
2011-08-24Do not attempt to create installation set when cross-compiling MinGW.Jan Holesovsky1-1/+5
2011-08-24Fix uno.py delivery.Jan Holesovsky1-2/+2
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky1-0/+8
Conflicts: Makefile.in configure.in instsetoo_native/util/makefile.mk instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/inc/minor.mk
2011-07-25bump product version to 3.4.2-rc3, release number to 203Petr Mladek1-8/+8