Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-10 | fdo#48411 Find install location during help pack install | Andras Timar | |
2012-04-02 | PRODUCTNAME is not defined in this context, we need BRANDPACKAGEVERSION | Andras Timar | |
2012-03-23 | remove old product from MSI's CustomAction table | Andras Timar | |
2012-03-23 | old products are unconditionally removed, clean up unused code | Andras Timar | |
2012-03-23 | remove unused DatabaseFolder dialog from MSI | Andras Timar | |
2012-03-20 | fix control order in MSI, this time for real | Andras Timar | |
2012-03-20 | fix control order in MSI | Andras Timar | |
2012-03-20 | Revert "remove last traces of serial number check from MSI" | Andras Timar | |
This reverts commit 90ec7ecb86f4cc2005ac1c5a7e70b19fbdc02426. | |||
2012-03-20 | remove last traces of serial number check from MSI | Andras Timar | |
2012-03-20 | remove last traces of serial number check from MSI | Andras Timar | |
2012-03-20 | remove unused License Agreement dialog from MSI | Andras Timar | |
2012-03-20 | remove unused xpdinstaller module | Andras Timar | |
2012-03-20 | amended UI text in MSI | Andras Timar | |
2012-03-20 | LibreOffice installer does not need Serial number | Andras Timar | |
2012-03-20 | remove unused Language selection dialog from MSI | Andras Timar | |
2012-03-20 | remove unused BrOffice files | Andras Timar | |
2012-03-19 | Don't build helppack installers if --without-help | Tor 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-06 | we always use relative paths in ddf files | Andras Timar | |
2012-03-06 | remove unused SETSTATICPATH variable | Andras Timar | |
2012-03-06 | Added option to hide external link buttons on Start Center | Szabolcs Dezsi | |
This option is useful for Intel AppUp builds. On the other hand, unused STARTCENTER_LAYOUT_STYLE option was removed. | |||
2012-03-06 | more documentation and cleanups for various modules. | Michael Meeks | |
2012-02-24 | remove unused parameter EVAL | Andras Timar | |
2012-02-24 | fdo#44717 More helpful text when installer detects a running soffice.bin | Andras Timar | |
2012-02-08 | Create test packages even when SDK is disabled | Petr Mladek | |
Also fixed order in the other makefile target to make it clear that it differs in the SDK | |||
2012-01-06 | more wJRE cleanup | Andras Timar | |
2011-12-16 | add version suffix (beta1) to about dialog | Petr 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-13 | Untabify | Tor Lillqvist | |
2011-12-13 | We don't use any 'pooling' when packaging | Tor Lillqvist | |
2011-12-12 | instsetoo_native: try to fix tinderbox: | Michael Stahl | |
3e2aec1a5437a930325e3eb715cec3a61497d92d removed a closing parenthesis | |||
2011-12-12 | OxygenOffice doesn't bundle JRE either | Tor Lillqvist | |
2011-12-12 | change PRODUCTNAME back to LOdev, because prev. change broke Linux packaging | Andras Timar | |
2011-12-11 | fix problems with generation of download name | Andras Timar | |
2011-12-11 | The common_build stuff is surely obsolete | Tor Lillqvist | |
2011-12-10 | enhance VersionInfo resource of Windows excutables | Andras 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-08 | Bump version to 3.6 (3.6.0, 360, 360m1) | Tor Lillqvist | |
2011-12-08 | There is no LibreOffice with bundled JRE and won't be | Tor Lillqvist | |
2011-12-07 | dont do fancy stuff with files that are in zips instsetoo_native for now | Bjoern Michaelsen | |
2011-12-06 | remove NSIS support | Andras Timar | |
2011-12-05 | wizards: completely work python wizard packaging and registration | Michael Meeks | |
Also improve exception handling and error printing in pythonloader Allow registration of explicit .py components - the only method that works | |||
2011-12-05 | Set the python fax wizard as the default one | Xisco Fauli | |
2011-12-05 | Add the rest of the files to scp2 | Xisco Fauli | |
2011-12-05 | Hello world (python) as a component | Xisco Fauli | |
2011-12-05 | allow to install desktop integration in Linux dev build | Petr 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-02 | online update: We were missing the update service URL. | Jan Holesovsky | |
2011-12-01 | our product is always opensource | Andras Timar | |
2011-12-01 | create installation set for tests | Petr 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-01 | delete the space after 'qtz', too | Andras Timar | |
otherwize double space will occur in the variable and it will be replaced to ',,' instead of ',' -> build fails | |||
2011-11-29 | bump product version to 3.5.0-beta1, release number stays at 0 | Petr Mladek | |
2011-11-28 | Do not create extra installation set for URE | Petr Mladek | |
Caused confusion. Was not uploaded to mirrors anyway. | |||
2011-11-24 | Cleanup: 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 |