summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* download some unusual image mimetypes by defaultCaolán McNamara2012-03-201-3/+4
|
* update to point to moved openoffice.org bugzillaCaolán McNamara2012-03-201-1/+1
|
* cgms are image/cgmCaolán McNamara2012-03-201-0/+1
|
* Add options to bin/find-german-comments to help weed out false positivesTom Thorogood2012-03-141-1/+43
|
* attachmentid should be stable across mime-type changesCaolán McNamara2012-03-071-1/+1
|
* Add option to only list filenamesPhilipp Weissenbacher2012-03-071-3/+15
| | | | | | | | This adds the argument -f (--filenames-only), which only prints the filenames of files containing German comments. I personally scan the whole file for German strings anyway, as we do not find German strings with less than 4 chars. So there's not so much use in printing the found strings.
* bin/distro-install*: source config_host.mk instead of Env.Host.shPetr Mladek2012-02-294-4/+28
| | | | thanks Stefan Bergman for improving the sed pattern
* add convwatch.pyMichael Stahl2012-02-271-0/+424
|
* get-bugzilla-attachments-by-mimetype: add retry:Michael Stahl2012-02-131-2/+13
| | | | | Sadly the Apache OO bugzilla is rather unreliable and connections time out a lot; retry connections to work around that.
* get-bugzilla-attachments-by-mimetype: don't do images:Michael Stahl2012-02-131-0/+4
| | | | | What a stupid idea; what the heck do i do now with 5G of jpegs and pngs on my disk?
* get-bugzilla-attachments-by-mimetype: more mimetypesMichael Stahl2012-02-131-2/+104
|
* get-bugzilla-attachments-by-mimetype: deduplicateMichael Stahl2012-02-131-15/+14
|
* get-bugzilla-attachments-by-mimetype: fix itMichael Stahl2012-02-131-1/+2
|
* Surely these are mostly *not* used during the buildTor Lillqvist2012-02-081-2/+2
|
* Add and expand more readme files for module documentationMichael Meeks2012-02-081-0/+9
|
* lo-pack-sources: do not duplicate the generated files in the archive dirPetr Mladek2011-12-191-83/+26
| | | | | the storing in archive directory was non-standard solution => gets removed also the code was simplified and clean up a bit
* lo-pack-sources: generate cleaner source tarballs using "git archive"Petr Mladek2011-12-191-56/+8
| | | | | | | | | there is not longer needed the manualy created blacklist of copied files; also no need to remove symlinks from clone subdir use "tar --checkpoint-action=exec="echo -n \".\"" instead of "awk '{ ORS=\"\" ; if (++nlines\%50 == 0) printf \".\"; fflush() }'"; we are interested into the return code from tar, e.g. not-enough disk space
* trivial pkgconfig fixesMichael Meeks2011-12-161-2/+2
|
* when creating linked clone with branch, make sure to ff to the current stateChristian Lohmaier2011-12-161-0/+4
| | | | | | | | | | | the git-new-workdir helper is mostly useful to have one pristine clone where the updates get pulled into & from that you create working copies. As pulling to that master copy only updates the current branch (usually master), checking out a different branch using git-new-workdir will result in "your branch is behind the remote branch by xx commits" when there have been commits after the branch was first checked out locally. Thus this change adds a fast-forwarding merge when a branch is given.
* lo-pack-sources: allow to generate .xz source tarballs by defaultPetr Mladek2011-12-131-55/+79
| | | | | | | | | Add --bzip2 and --xz options to select the compression. Both options can be used togetger to generate both types of tarballs in one call. XZ compession is used by default. Also renamed "lo*build" strings to "lo*core" to fit the current name of the top level source directory.
* horrendous hack to stubify a libraryMichael Meeks2011-12-091-0/+262
| | | | | | | | We dump the library's symbols we're trying to stubify, and then assemble another library that looks just like it, except with all of it's innards sucked out. We also use pkgconfig to find all the relevant dependencies and to build an entire library tree.
* Remove testtoolloaderAugust Sodora2011-12-071-4/+0
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-061-8/+4
|
* lo-pack-sources: unused function set_config_version()Miklos Vajna2011-12-031-38/+0
|
* typo fix: explicitely -> explicitlyLior Kaplan2011-12-011-1/+1
|
* fix test: s/==/=/Rene Engelhard2011-11-291-1/+1
|
* Remove basisVERSION from distro scripts as it is not used anymore.Tomas Chvatal2011-11-144-106/+106
|
* add script to download documents from various bugzillasCaolán McNamara2011-11-141-0/+141
|
* gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks2011-11-071-3/+0
| | | | | | | 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
* lo-pack-sources: update for the current list of repositoriesPetr Mladek2011-10-271-13/+14
|
* lo-pack-sources: remove unused functionsMiklos Vajna2011-10-271-60/+0
|
* Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann2011-10-241-1/+0
| | | | BaseInstallation.
* Undo basis/brand split: moved ini files from basis program/ to brand program/.Stephan Bergmann2011-10-201-1/+1
| | | | | Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged version inis.
* define bash completion also for 'loffice' wrapper (bnc#719656)Petr Mladek2011-10-191-23/+29
|
* add lo-xlate-lang (formerly openoffice-xlate-lang in libreoffice-build)Rene Engelhard2011-10-151-0/+210
|
* Use PREFIXDIR each time possible to allow installing where /usr is not the ↵Baptiste Daroussin2011-09-191-13/+13
| | | | prefix
* Remove config.parmsPeter Foley2011-09-181-1/+0
| | | | | The functionality provided by config.parms (saving the arguments given to configure) has been superseded by autogen.lastrun.
* Env.Set.sh -> Env.Host.shTomas Chvatal2011-09-174-4/+4
|
* Fixup non-respecting DESTDIR for DOCDIR chmod.Tomáš Chvátal2011-09-081-1/+1
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* Initial commit of file fuzzer toolMarc-Andre Laverdiere2011-09-051-0/+59
|
* use /usr/bin/libreoffice symlinkPetr Mladek2011-08-231-4/+17
| | | | it is used by UNO to find the installed LO
* distro-install-desktop-integration: use "sed -i"Tomas Chvatal2011-08-231-14/+10
| | | | | | use the more elegant "sed -i" instead of "sed+mv" Signed-off-by: Petr Mladek <pmladek@suse.cz>
* distro-install-desktop-integration: create temp files in $TMPDIRPetr Mladek2011-08-231-1/+1
| | | | | | do not hardcode /tmp Signed-off-by: scarabeus@gentoo.org
* lo-commit-stat: update list of available repositoriesPetr Mladek2011-08-151-5/+2
|
* Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky2011-07-288-0/+1404
|\ | | | | | | | | | | | | | | | | | | | | 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
| * distro-install-desktop-integration: put $PREFIXDIR/bin/soffice into file listPetr Mladek2011-07-191-0/+1
| | | | | | | | | | | | 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>
| * distro-install-desktop-integration: do not pack libreoffice-base.desktop twicePetr Mladek2011-07-191-1/+1
| | | | | | | | | | | | 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>
| * distro-install-desktop-integration: work with normal userPetr Mladek2011-07-191-2/+2
| | | | | | | | | | | | | | | | | | + 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>
| * better support for distro packagingPetr Mladek2011-07-117-0/+1298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * bin/unpack-sources: new helper script for packaging LOPetr Mladek2011-07-111-0/+105
| | | | | | | | | | | | | | | | | | 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>