summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Make the spacing in test five lines to better test for double-newlines.Danilo Segan2012-01-271-0/+1
| |
| * Strip beginning and ending whitespace and preserve paragraphs for gsettings. ↵Danilo Segan2012-01-273-3/+69
|/ | | | Fix submitted by Ryan Lortie.
* Fix quoting of XGETTEXT variable when setting MSGMERGE and GENPOT in ↵Danilo Šegan2011-12-101-2/+2
| | | | Makefile. Patch contributed by Matthias Klose.
* Up the version to 0.50.0.Danilo Segan2011-10-081-1/+1
|
* Add support for GSettings, based on Ryan 'desrt' Lortie's code. Well, better ↵Danilo Segan2011-10-088-5/+91
|\ | | | | | | late than never, right? Ok, very late. Fixes #580526.
| * Add mention to the man page.Danilo Segan2011-10-082-1/+3
| |
| * Use the same readXml tree parsing for gsettings gschema.xml files like used ↵Danilo Segan2011-10-081-52/+43
| | | | | | | | for XML file support.
| * Apply patch from Ryan with a few fixes and a test case.Danilo Segan2011-10-087-4/+97
|/
* Provide a parameter --no-translations for use in INTLTOOL_XML_NOMERGE_RULE ↵Danilo Segan2011-10-082-7/+17
| | | | to avoid instability problems with /tmp which can contain PO files. Fixes #398576.
* Use xgettext built-in scheme support for .scm files and add support to ↵Danilo Segan2011-10-087-98/+42
|\ | | | | | | `intltool-update -m` for detecting missing .scm files. Fixes #790574.
| * Remove references to test.scm*.Danilo Segan2011-10-083-34/+0
| |
| * Remove all code for scheme extraction since xgettext can handle it now.Danilo Segan2011-10-084-99/+21
| |
| * Switch to native scm support.Danilo Segan2011-10-081-2/+1
| |
| * Nicer code for multiline string quotes.Danilo Segan2011-10-081-1/+3
| |
| * Add support for detecting scm strings in intltool-update -m.Danilo Segan2011-10-081-5/+18
| |
* | Keep the order of messages on extraction with intltool-extract. Fixes #520986.Danilo Segan2011-10-0816-68/+76
|\ \
| * | Keep the original ordering of messages and update tests to reflect it.Danilo Segan2011-10-0816-68/+76
| |/
* | Remove all .cvsignore files.Danilo Segan2011-10-087-74/+0
|/
* Reduce the amount of quoting when finding the Perl version number, as ↵Danilo Segan2011-10-081-1/+1
| | | | proposed in bug 639857 by naddy mips inka de.
* Fixes bug #860192: Ignore hidden directories and folders when detecting ↵Danilo Segan2011-09-271-0/+4
|\ | | | | | | missing files in intltool-update. Debian patch for debbugs #560704.
| * Ignore hidden directories and folders when detecting missing files in ↵Danilo Segan2011-09-271-0/+4
|/ | | | intltool-update. Debian patch for debbugs #560704 submitted by Michael Moorman.
* Use xgettext as found by configure for different operations in the installed ↵Danilo Segan2011-07-061-2/+2
|\ | | | | | | Makefile for packages. Fix by Monty Taylor.
| * Fixes the Makefile to use the XGETTEXT found by configure when callingMonty Taylor2010-07-261-2/+2
| | | | | | | | | | intltool-update. This is important on Solaris, because solaris xgettext sucks.
* | Improve detection of left-out files by fixing multi-line python strings ↵Danilo Segan2011-07-061-3/+8
| | | | | | | | handling and handling of multiple strings in a single line and inline # comments.
* | Get rid of the ANSI boldification of certain warnings in intltool-updateRodney Dawes2010-08-061-6/+6
|/
* Avoid warnings in isNotValidMissing when PACKAGE/VERSION variables are not ↵Danilo Šegan2010-03-241-1/+5
| | | | known from makefiles.
* Prepare for 0.41.1 release.Danilo Šegan2010-03-241-1/+1
|
* Clean up test/*/Makefile.am files: add generated files to CLEANFILES and new ↵Danilo Šegan2010-03-242-3/+18
| | | | test case to EXTRA_DIST.
* Fix .py.in detection.Danilo Šegan2010-03-191-1/+1
|
* Fix #493403: let 'intltool-update -m' pick up .py(.in)+ files as well. Patch ↵Danilo Šegan2010-03-191-1/+1
| | | | by Fujiwara.
* Fix some typos and errors.Danilo Šegan2010-03-192-2/+3
|
* Fix trailing whitespace in intltool-update.in.Danilo Šegan2010-03-191-52/+52
|
* Fix #406810: make intltool-extract script detection work on Windows. Patch ↵Danilo Šegan2010-03-191-18/+16
| | | | by Sam Thursfield.
* Fix #515577: merge small README fixes from Pablo Castellano.Danilo Šegan2010-03-191-3/+3
|\
| * Updated READMEPablo Castellano2010-02-011-3/+3
| |
* | Fix #409781: add context support to glade file extraction.Danilo Šegan2010-03-184-6/+49
|\ \
| * | Add support for context to glade format support.Danilo Šegan2010-03-183-8/+14
| | |
| * | Add a test case for gtkbuilder context extraction.Danilo Šegan2010-03-183-0/+37
|/ /
* | Fix #514295: intltool-update maintenance check should work with builddir != ↵Danilo Šegan2010-03-181-32/+35
|\ \ | | | | | | | | | srcdir.
| * | And pass the list by reference to the AddToListIfMissing and fix some ↵Danilo Šegan2010-03-181-16/+16
| | | | | | | | | | | | whitespace.
| * | Merge trunk.Danilo Šegan2010-03-181-1/+1
| |\ \ | |/ / |/| |
* | | Fix up problem with r702 fix: spurious $ in the regex.Danilo Šegan2010-03-181-1/+1
| |/ |/|
| * Take $list as reference in AddFileToListIfMissing.Danilo Šegan2010-03-181-2/+2
| |
| * Fix bug 514295: intltool-update -m failure 'make check' when building with ↵Danilo Šegan2010-03-171-22/+25
|/ | | | builddir != srcdir.
* Fix bug #498292: improve detection of files containing gettext calls in ↵Danilo Šegan2009-12-191-1/+1
|\ | | | | | | intltool-update to reduce number of false positives.
| * Improve regular expression for detecting whether a file contains different ↵Danilo Šegan2009-12-191-1/+1
|/ | | | gettext calls: don't detect anything that is not known to be one.
* Up version to 0.41.0 for releaseintltool-0-41-0Rodney Dawes2009-07-151-1/+1
|
* Remove references to dead mailing listsRodney Dawes2009-07-1511-33/+23
| | | | | Update bug reporting references to launchpad Fix HACKING to promote using branches for submitting changes
* Remove intltool-unicodifyRodney Dawes2009-07-122-177/+1
|\
| * Remove intltool-unicodifyRodney Dawes2009-07-112-177/+1
| |