commit c866fbe3c5dd5cdea13efad8107a7d1a82b5a172 Author: Mario Blättermann Date: 2010-03-02 Fixed some bugs in template data M data/templates/pearl-templates.xml commit ca13ecdc3455f0cca218671dfc9c0a31500a264a Author: Andrej Žnidaršič Date: 2010-02-28 Updated Slovenian translation M po/sl.po commit 7dbee475634553b69ce7dd934608c7a35da59aa2 Author: Mario Blättermann Date: 2010-02-27 Added Staples STAP14 Mailing Labels M data/templates/misc-iso-templates.xml commit e3cb29b2d6c93547112146696b8adb0c35387b6e Author: Joe Hansen Date: 2010-02-23 Updated Danish translation A po/da.po commit de137c4bcf7eb19551ce1478f9929891781ef86f Author: Kenneth Nielsen Date: 2010-02-23 Added da to list of languages M po/LINGUAS commit aa892ac85b64ba0f069cc8d0e178faef4eb3de05 Author: Marek Černocký Date: 2010-02-21 Update Czech translation M help/cs/cs.po commit 4cf933c8d8e1f74e61fac64b3cfd954c51029b4b Author: Jorge González Date: 2010-02-19 Added initial Spanish translation A help/es/es.po commit 31cb90be5f9219e04e06f33c72e4269c03154873 Author: Jorge González Date: 2010-02-19 Added es to DOC_LINGUAS M help/Makefile.am commit ca216db75311bda7b80e08409b33212729d8a8ff Author: Petr Kovar Date: 2010-02-18 Fix Czech translation by Marek Cernocky M po/cs.po commit 59ce2a62e8ff923d6348f84b9e3e0cff59b10e87 Author: Petr Kovar Date: 2010-02-18 Add Czech help translation by Marek Cernocky M help/Makefile.am A help/cs/cs.po A help/cs/figures/main-window-empty.png A help/cs/figures/merge-ex1-1.png A help/cs/figures/merge-ex1-2.png A help/cs/figures/merge-ex1-3.png A help/cs/figures/merge-ex1-4.png A help/cs/figures/merge-ex2-1.png A help/cs/figures/merge-ex2-2.png A help/cs/figures/merge-ex2-3.png A help/cs/figures/merge-ex2-4.png A help/cs/figures/object-editor-sidebar.png A help/cs/figures/print-copies.png A help/cs/figures/print-merge.png commit f428dd10c86b1102e96fe76ff0c62d209d6c2923 Author: Jim Evins Date: 2010-02-15 Create a default frame if missing from template file When parsing a template node, if there is no recognized frame node (e.g. Label-rectangle), a default full-page frame with a 1x1 layout is created. This prevents potential crashes if sharing a user '.glabels' directory with future versions of glabels with new frame types, or in the case of typos for hand generated templates. M libglabels/xml-template.c commit 8ce4aff951c126566870d3417aeadcf385ca5886 Author: Mario Blättermann Date: 2010-02-13 Added URL for Geha Z53 again M data/templates/misc-iso-templates.xml commit c990e078f09bfa3bcee172459e883c1231b458b6 Author: Mario Blättermann Date: 2010-02-13 Removed URL from template due to gettext errors M data/templates/misc-iso-templates.xml commit 610cdbbecd84ed54b2aa082c2781be2f0aae3289 Author: Mario Blättermann Date: 2010-02-13 Added PEARL templates M AUTHORS A data/templates/pearl-templates.xml commit 921c7bc0ab840288787d50ffdde15065f5a610ee Author: Mario Blättermann Date: 2010-02-13 Added Geha Z53 template M AUTHORS M data/templates/misc-iso-templates.xml commit 548abc9542516724ee8029c7186280cb171b085c Author: Petr Kovar Date: 2010-02-11 Update Czech translation by Marek Cernocky M po/cs.po commit a309766e4e90d164e487ebc1978f92fbedbb536c Author: Mario Blättermann Date: 2010-02-09 Updated German translation M po/de.po commit 6ac473f54bf654ebed0e3eaf94769130b74edd1a Author: Mario Blättermann Date: 2010-02-09 Updated German translation M po/de.po commit 01b54d65f1bc32538314f01cbe89d89b2d0baa77 Author: Jim Evins Date: 2010-02-06 Relax libxml limits when parsing label files Glabels bug #2940758. Back port from master: Use XML_PARSE_HUGE parser option so that we can handle large text nodes, such as encoded images. This modification is only applied if libxml 2.7+ is available, as to not introduce new dependencies. M configure.in M src/Makefile.am M src/xml-label.c commit 78329ea6424b52a3e8236b69afebc2eddc6386db Author: Mario Blättermann Date: 2010-01-16 Updated German doc translation M help/de/de.po commit 8bc29ac0910c02eba94f9ccd5042c07cb415b7f3 Author: Petr Kovar Date: 2010-01-13 Updated Czech translation by Marek Cernocky M po/cs.po commit e5ecd2b4e597bf2e509d4c285f59420322dad390 Author: Claude Paroz Date: 2010-01-09 Add fr to DOC_LINGUAS variable M help/Makefile.am commit a4758401a939c804a3a026f5c5bcf2deb1f8f7c1 Author: Claude Paroz Date: 2010-01-09 Add French translation of manual Contributed by Alain Lojewski and Claude Paroz A help/fr/figures/main-window-empty.png A help/fr/figures/merge-ex1-1.png A help/fr/figures/merge-ex1-2.png A help/fr/figures/merge-ex1-3.png A help/fr/figures/merge-ex1-4.png A help/fr/figures/merge-ex2-1.png A help/fr/figures/merge-ex2-2.png A help/fr/figures/merge-ex2-3.png A help/fr/figures/merge-ex2-4.png A help/fr/figures/object-editor-sidebar.png A help/fr/figures/print-copies.png A help/fr/figures/print-merge.png A help/fr/fr.po commit 908f97ce93793c1ad05e15b1ad9c788dab587a17 Author: Matej Urbančič Date: 2009-12-17 Added sl for Slovenian translation M po/LINGUAS commit b0e6dea0d9c9b2ca0e1e1ba0650cbe990bce1c29 Author: Andrej Žnidaršič Date: 2009-12-17 Updated Slovenian translation A po/sl.po commit 8f4713e9aec5e19ad382d6493119f6cea812ced4 Author: Jim Evins Date: 2009-11-18 Fixed focus behavior of view canvas Fixes bug #2899305. Don't just automatically steal focus when entering canvas. Require a click to get focus back. M src/view.c