summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2011-11-14Remove basisVERSION from distro scripts as it is not used anymore.Tomas Chvatal
2011-11-14add script to download documents from various bugzillasCaolán McNamara
2011-11-07gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks
drop un-necessary uno service related fluff, and component instantiation. nominal move to XMultiComponentFactory from XMultiServiceFactory Include fpicker in compilation for gtk3, but more work required here Simplify setting up transient parents for picker dialogs
2011-10-27lo-pack-sources: update for the current list of repositoriesPetr Mladek
2011-10-27lo-pack-sources: remove unused functionsMiklos Vajna
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann
BaseInstallation.
2011-10-20Undo basis/brand split: moved ini files from basis program/ to brand program/.Stephan Bergmann
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged version inis.
2011-10-19define bash completion also for 'loffice' wrapper (bnc#719656)Petr Mladek
2011-10-15add lo-xlate-lang (formerly openoffice-xlate-lang in libreoffice-build)Rene Engelhard
2011-09-19Use PREFIXDIR each time possible to allow installing where /usr is not the ↵Baptiste Daroussin
prefix
2011-09-18Remove config.parmsPeter Foley
The functionality provided by config.parms (saving the arguments given to configure) has been superseded by autogen.lastrun.
2011-09-17Env.Set.sh -> Env.Host.shTomas Chvatal
2011-09-08Fixup non-respecting DESTDIR for DOCDIR chmod.Tomáš Chvátal
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-09-05Initial commit of file fuzzer toolMarc-Andre Laverdiere
2011-08-23use /usr/bin/libreoffice symlinkPetr Mladek
it is used by UNO to find the installed LO
2011-08-23distro-install-desktop-integration: use "sed -i"Tomas Chvatal
use the more elegant "sed -i" instead of "sed+mv" Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-08-23distro-install-desktop-integration: create temp files in $TMPDIRPetr Mladek
do not hardcode /tmp Signed-off-by: scarabeus@gentoo.org
2011-08-15lo-commit-stat: update list of available repositoriesPetr Mladek
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky
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-25Change *Env.Set.sh to Env.Host.shTor Lillqvist
2011-07-19distro-install-desktop-integration: put $PREFIXDIR/bin/soffice into file listPetr Mladek
Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Andreas Radke <a.radke@arcor.de> Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>
2011-07-19distro-install-desktop-integration: do not pack libreoffice-base.desktop twicePetr Mladek
Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Andreas Radke <a.radke@arcor.de> Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>
2011-07-19distro-install-desktop-integration: work with normal userPetr Mladek
+ alllow to overwrite the readonly desktop files + create the compat soffice symlink in DESTDIR Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Andreas Radke <a.radke@arcor.de> Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>
2011-07-11better support for distro packagingPetr Mladek
This is port from the build repo. The main differences are: + splits package-ooo into several scripts (bin/distro-install-*) + renames many variables to avoid OOO prefix and to better fit the variables produced by the current bootstrap configure.in + uses OOO_VENDOR from bootstrap/configure.in to add distro specific hacks; the conditions have been updated only for "Novell, inc." + install most of the desktop integration from sysui using sysui/desktop/share/create_tree.sh + do not install two extra templates: $OOINSTBASE/basis$VERSION/share/template/en-US/forms/resume.ott $OOINSTBASE/basis$VERSION/share/template/en-US/officorr/project-proposal.ott should get merged with other templates + do not install pyunorc-update64; it is needed only when you want to run 32-bit LO on 64-bit system; is anyone using it? + do not call install-dictionaries: + do not call build-galleries: is anyone using them? + do not install ootool and ooconfig is anyone using them? are they still working? Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@gmail.com>
2011-07-11bin/unpack-sources: new helper script for packaging LOPetr Mladek
move the source tarball unpacking from "download" into a separate script that could be called offline during LO packaging Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@gmail.com>
2011-06-06Merge remote-tracking branch 'origin/libreoffice-3-4'Jan Holesovsky
Conflicts: solenv/inc/productversion.mk
2011-05-31Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrapJan Holesovsky
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
Conflicts: configure.in distro-configs/LibreOfficeMacOSX.conf distro-configs/OxygenOfficeLinux.conf distro-configs/OxygenOfficeWin32.conf download instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/bin/modules/installer/download.pm solenv/gbuild/CppunitTest.mk solenv/inc/minor.mk solenv/inc/settings.mk
2011-05-30lo-commit-stat: add --log-dir optionPetr Mladek
allow to generate the log into another directory
2011-05-30lo-commit-stat: add --log-dir optionPetr Mladek
allow to generate the log into another directory
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
Conflicts: Makefile.in Repository.mk autogen.sh bin/lo-commit-stat configure.in distro-configs/LibreOfficeOpenBSD.conf distro-configs/LibreOfficeWin32.conf instsetoo_native/util/openoffice.lst ooo.lst.in scp2/source/ooo/module_langpack.ulf set_soenv.in solenv/bin/ooinstall solenv/gbuild/CppunitTest.mk solenv/gbuild/Library.mk solenv/gbuild/LinkTarget.mk solenv/gbuild/TargetLocations.mk solenv/gbuild/platform/macosx.mk solenv/gbuild/platform/solaris.mk solenv/gbuild/platform/unxgcc.mk solenv/gbuild/platform/windows.mk solenv/inc/minor.mk solenv/inc/settings.mk tail_build/prj/makefile.mk
2011-05-25lo-pack-sources: do not pack fetched stuff into the source tarballPetr Mladek
2011-04-28lo-commit-stat: new --bug-numbers option to print just bug numbersPetr Mladek
2011-04-28lo-commit-stat: new --bug-numbers option to print just bug numbersPetr Mladek
2011-04-26fix typos in messagesAndras Timar
2011-04-26lo-commit-stat: add --rev-list optionPetr Mladek
+ use "git log" again to get weekly commit logs + use "git rev-list" only with --rev-list option; useful to list differences between branches
2011-04-26lo-commit-stat: allow to list commits between branchesPetr Mladek
use "git rev-list --pretty=medium" instead of "git log" to be able to use origin/libreoffice-3-4 ^origin/libreoffice-3-3 to generate list of changes that are in 3.4 but not in 3.3
2011-04-26lo-commit-stat: detect mismatch of branches between reposPetr Mladek
2011-04-26lo-commit-stat: detect mismatch of branches between reposPetr Mladek
2011-04-19fix typos in messagesAndras Timar
2011-04-13lo-commit-stat: add --rev-list optionPetr Mladek
+ use "git log" again to get weekly commit logs + use "git rev-list" only with --rev-list option; useful to list differences between branches
2011-04-11lo-commit-stat: allow to list commits between branchesPetr Mladek
use "git rev-list --pretty=medium" instead of "git log" to be able to use origin/libreoffice-3-4 ^origin/libreoffice-3-3 to generate list of changes that are in 3.4 but not in 3.3
2011-04-11lo-pack-sources: generate bootstrap.ver profilePetr Mladek
FIXME: we should find another way to tell dowload the right version of used sources
2011-04-11lo-pack-sources: new script to generate source tarballsPetr Mladek
based on libreoffice/build/bin/lo-pack-sources; still need some clean up
2011-04-04lo-commit-stat: do stat also from the new "translations" repoPetr Mladek
2011-04-04lo-commit-stat: do stat also from the new "translations" repoPetr Mladek
2011-03-28lo-commit-stat: print summary into log a filePetr Mladek
the generated log file name is: + commit-log-<branch>-<log-suffix>.log by default + bugfixes-<branch>-<suffix>.log with the --bugs option , where <branch is automatically detected; <suffix> is defined by the --log-suffix=<suffix> option
2011-03-01lo-commit-stat: replace "n#" with "bnc#"Petr Mladek
the "bnc#" prefix is required by SUSE package conventions
2011-02-28Removed tinbuild scriptThorsten Behrens
tinbuild is now maintained in a separate repo: http://cgit.freedesktop.org/libreoffice/contrib/buildbot/
2011-02-23Make tinbuild load SMTP modules only on demandThorsten Behrens
Net::SMTP::SSL and Net:SMTP::TLS may not be installed or available on all systems, so we're now only loading that if the corresponding command line option was given.