[Formed-commits] r346 - in trunk: . formed/formed/plugins/export

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Apr 6 09:07:02 CEST 2010


Author: roland
Date: 2010-04-06 09:07:02 +0200 (Tue, 06 Apr 2010)
New Revision: 346

Modified:
   trunk/ChangeLog
   trunk/formed/formed/plugins/export/latex.py
Log:
Added filter

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-03-24 15:50:08 UTC (rev 345)
+++ trunk/ChangeLog	2010-04-06 07:07:02 UTC (rev 346)
@@ -1,3 +1,11 @@
+2010-03-30	Roland Geider <roland.geider at intevation.de>
+
+	* formed/formed/plugins/export/latex.py: Added filter
+
+2010-03-25	Roland Geider <roland.geider at intevation.de>
+
+	* formed/formed/plugins/export/xsd.py: Generate valid XML
+
 2010-02-11	Frank Koormann <frank.koormann at intevation.de>
 
 	* formed/formed/plugins/export/xls.py: Allow groups in choices.

Modified: trunk/formed/formed/plugins/export/latex.py
===================================================================
--- trunk/formed/formed/plugins/export/latex.py	2010-03-24 15:50:08 UTC (rev 345)
+++ trunk/formed/formed/plugins/export/latex.py	2010-04-06 07:07:02 UTC (rev 346)
@@ -133,7 +133,7 @@
         #print >> out, "\\multicolumn{4}{p{20cm}}{%%db_%s\n}\\\\ \\hline" % nc.getName()
         #print >> out, "%%db_%s" % nc.getName()
 
-    @checkMode 
+    @checkMode
     def _matchBoolean(self, nc, out):
 #        print >> out, '%s & & \\\\' % esc(nc.getDescription())
 #        print >> out, '\\hline'
@@ -207,7 +207,7 @@
         return _("Exports document as LaTeX document")
 
     def wildcards(self):
-        return _("LaTeX files (*.tex)")
+        return _("LaTeX files (*.tex)|*.tex")
 
     def dialogMessage(self):
         return _("Export as LaTeX document")



More information about the Formed-commits mailing list