summaryrefslogtreecommitdiffstats
path: root/instsetoo_native
Commit message (Collapse)AuthorAgeFilesLines
* Create test packages even when SDK is disabledPetr Mladek2012-02-081-4/+4
| | | | | Also fixed order in the other makefile target to make it clear that it differs in the SDK
* more wJRE cleanupAndras Timar2012-01-061-1/+1
|
* add version suffix (beta1) to about dialogPetr Mladek2011-12-161-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
* UntabifyTor Lillqvist2011-12-131-187/+187
|
* We don't use any 'pooling' when packagingTor Lillqvist2011-12-131-6/+0
|
* instsetoo_native: try to fix tinderbox:Michael Stahl2011-12-121-1/+1
| | | | 3e2aec1a5437a930325e3eb715cec3a61497d92d removed a closing parenthesis
* OxygenOffice doesn't bundle JRE eitherTor Lillqvist2011-12-122-73/+1
|
* change PRODUCTNAME back to LOdev, because prev. change broke Linux packagingAndras Timar2011-12-121-3/+3
|
* fix problems with generation of download nameAndras Timar2011-12-111-7/+7
|
* The common_build stuff is surely obsoleteTor Lillqvist2011-12-111-1/+0
|
* enhance VersionInfo resource of Windows excutablesAndras Timar2011-12-101-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
* Bump version to 3.6 (3.6.0, 360, 360m1)Tor Lillqvist2011-12-081-43/+43
|
* There is no LibreOffice with bundled JRE and won't beTor Lillqvist2011-12-083-67/+1
|
* dont do fancy stuff with files that are in zips instsetoo_native for nowBjoern Michaelsen2011-12-071-4/+1
|
* remove NSIS supportAndras Timar2011-12-063-74/+1
|
* wizards: completely work python wizard packaging and registrationMichael Meeks2011-12-051-45/+0
| | | | | Also improve exception handling and error printing in pythonloader Allow registration of explicit .py components - the only method that works
* Set the python fax wizard as the default oneXisco Fauli2011-12-051-1/+1
|
* Add the rest of the files to scp2Xisco Fauli2011-12-051-0/+44
|
* Hello world (python) as a componentXisco Fauli2011-12-051-0/+1
|
* allow to install desktop integration in Linux dev buildPetr Mladek2011-12-051-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.
* online update: We were missing the update service URL.Jan Holesovsky2011-12-021-0/+5
|
* our product is always opensourceAndras Timar2011-12-011-6/+0
|
* create installation set for testsPetr Mladek2011-12-013-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
* delete the space after 'qtz', tooAndras Timar2011-12-011-1/+1
| | | | | otherwize double space will occur in the variable and it will be replaced to ',,' instead of ',' -> build fails
* bump product version to 3.5.0-beta1, release number stays at 0Petr Mladek2011-11-291-8/+8
|
* Do not create extra installation set for UREPetr Mladek2011-11-281-2/+2
| | | | Caused confusion. Was not uploaded to mirrors anyway.
* Cleanup: remove unused artwork, consolidate remaining.Thorsten Behrens2011-11-2486-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
* fix SDK database version numberAndras Timar2011-11-161-2/+2
|
* Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann2011-11-152-6/+4
| | | | | With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
* make Default install/Custom install help text a bit more specificAndras Timar2011-11-151-2/+2
|
* OOo reference version for extension dependencies is still at 3.4.Stephan Bergmann2011-11-091-0/+1
|
* remove unused variablesAndras Timar2011-11-081-20/+0
|
* add patch creation profile file for LibreOfficeAndras Timar2011-11-081-1/+1
|
* Undo basis/brand split: removed obsoleted BASISROOTNAME.Stephan Bergmann2011-10-271-3/+0
|
* convert testautomation to gbuild and add to tail_buildPeter Foley2011-10-071-1/+1
|
* remove checks for unused BUILD_SPECIAL environment variableAndras Timar2011-09-281-9/+0
|
* typo fixAndras Timar2011-09-181-1/+1
|
* do not build key id pseudolanguage for release buildsAndras Timar2011-09-171-1/+6
|
* build multi language dev-installer on windowsAndras Timar2011-09-171-1/+9
|
* remove unused BrOffice filesAndras Timar2011-09-172-134/+0
|
* change key id pseudolanguage code from kid to qtzAndras Timar2011-09-174-4/+4
| | | | | kid is language code of Koshin. It is better to use a code from the ISO 639 private range.
* enable to replace the vendor name in Windows installer, bnc#571489Andras Timar2011-09-071-1/+1
|
* Do run make_installer.pl also for WNTGCC (making an "archive")Tor Lillqvist2011-08-311-5/+6
|
* uno.py is in bin on Windows, and in lib elsewhere, what fun.Jan Holesovsky2011-08-241-0/+5
|
* Do not attempt to create installation set when cross-compiling MinGW.Jan Holesovsky2011-08-241-1/+5
|
* Fix uno.py delivery.Jan Holesovsky2011-08-241-2/+2
|
* Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky2011-07-281-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
| * bump product version to 3.4.2-rc3, release number to 203Petr Mladek2011-07-251-8/+8
| |
| * bump product version to 3.4.2-rc2, release number to 202Petr Mladek2011-07-191-8/+8
| |
| * bump product version to 3.4.2-rc1, release number to 201Petr Mladek2011-07-121-14/+14
| |