Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed incorrect handling of spaces around = in .ini files. | Michi Henning | 2014-11-24 | 1 | -1/+1 |
| | |||||
* | Added Qt Designer .ui file extraction support using the internal XML parser | David Planella | 2013-05-10 | 1 | -29/+48 |
| | |||||
* | Updated links to Qt translation format specs | David Planella | 2013-05-09 | 1 | -2/+5 |
| | |||||
* | Merged trunk | David Planella | 2013-01-28 | 1 | -1/+1 |
|\ | |||||
| * | Add test case for single quotes, and fix the bug that I discovered | Robert Bruce Park | 2012-08-22 | 1 | -1/+1 |
| | | | | | | | | as a result of adding this test. | ||||
| * | Support translatable='yes' in glade XML | Robert Bruce Park | 2012-08-07 | 1 | -1/+1 |
| | | |||||
* | | Cleaned up qtdesigner code, added comments, updated test case and results | David Planella | 2013-01-28 | 1 | -6/+27 |
| | | |||||
* | | First shot at adding extraction support for Qt Designer .ui files | David Planella | 2012-03-12 | 1 | -1/+30 |
|/ | |||||
* | Ignore whitespace indentation in empty lines. Part of #922685 fix. | Danilo Šegan | 2012-02-05 | 1 | -1/+1 |
| | |||||
* | Bug #923841: support menus in glade files | Ryan Lortie | 2012-01-30 | 1 | -1/+1 |
| | | | | | | | Instead of hardcoding a list (property, atkproperty, col) of tags that we support translatable="yes" on, support it on all tags. This lets us pick up <attribute translatable="yes"> as is used within <menu> of a GtkBuilder file. | ||||
* | Strip beginning and ending whitespace and preserve paragraphs for gsettings. ↵ | Danilo Segan | 2012-01-27 | 1 | -1/+21 |
| | | | | Fix submitted by Ryan Lortie. | ||||
* | Use the same readXml tree parsing for gsettings gschema.xml files like used ↵ | Danilo Segan | 2011-10-08 | 1 | -52/+43 |
| | | | | for XML file support. | ||||
* | Apply patch from Ryan with a few fixes and a test case. | Danilo Segan | 2011-10-08 | 1 | -4/+60 |
| | |||||
* | Use xgettext built-in scheme support for .scm files and add support to ↵ | Danilo Segan | 2011-10-08 | 1 | -50/+4 |
|\ | | | | | | | `intltool-update -m` for detecting missing .scm files. Fixes #790574. | ||||
| * | Remove all code for scheme extraction since xgettext can handle it now. | Danilo Segan | 2011-10-08 | 1 | -50/+4 |
| | | |||||
* | | Keep the original ordering of messages and update tests to reflect it. | Danilo Segan | 2011-10-08 | 1 | -16/+24 |
|/ | |||||
* | Add support for context to glade format support. | Danilo Šegan | 2010-03-18 | 1 | -6/+12 |
| | |||||
* | Remove references to dead mailing lists | Rodney Dawes | 2009-07-15 | 1 | -2/+1 |
| | | | | | Update bug reporting references to launchpad Fix HACKING to promote using branches for submitting changes | ||||
* | 2008-11-16 Rodney Dawes <dobey.pwns@gmail.com> | dobey | 2008-11-17 | 1 | -2/+103 |
| | | | | | | | | | | * intltool-extract.in: Add support for extracting string data from Bioware Aurora Talk Table format files, along with the extra metadata associated with the strings * intltool-update.in: Add support for Bioware Aurora Talk Table format files in POTFILES | ||||
* | 2008-07-25 Wouter Bolsterlee <wbolster@svn.gnome.org> | wbolster | 2008-07-25 | 1 | -1/+27 |
| | | | | | | | | | | | | | | | reviewed by: Rodney Dawes <dobey.pwns@gmail.com> * intltool-extract.in: * intltool-merge.in: * tests/cases/az.po: * tests/cases/fr.po: * tests/selftest.pl.in: Bug 458794 – Context support works only for single context on a msgid. Patch and test case by Dan Winship <danw@gnome.org>. | ||||
* | 2008-04-11 Rodney Dawes <dobey.pwns@gmail.com> | dobey | 2008-04-12 | 1 | -0/+875 |
* configure.in: Up version to 0.39.99 to avoid conflicts with 0.3x.y versions * Makefile.am: Don't distribute the *.in scripts any longer Clean up the sed replacing We don't use *.in.in for scripts any longer, just *.in * intltool.m4: Update the version check to use intltool-update --version instead Check for the intltool scripts in PATH instead of local copies Remove the AC_CONFIG_COMMANDS to create the local script copies * intltool-*.in: * intltool-*.in.in: Rename all the *.in.in scripts to just *.in * intltoolize.in: Only copy Makefile.in.in to a project's distribution Fixes #490620 |