commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r11192 - in gnuradio/branches/developers/jblum/grc/grc


From: jblum
Subject: [Commit-gnuradio] r11192 - in gnuradio/branches/developers/jblum/grc/grc: . gui
Date: Sun, 14 Jun 2009 00:38:15 -0600 (MDT)

Author: jblum
Date: 2009-06-14 00:38:15 -0600 (Sun, 14 Jun 2009)
New Revision: 11192

Modified:
   gnuradio/branches/developers/jblum/grc/grc/gui/FileDialogs.py
   gnuradio/branches/developers/jblum/grc/grc/todo.txt
Log:
removed support of .xml extension for saved flow graphs

Modified: gnuradio/branches/developers/jblum/grc/grc/gui/FileDialogs.py
===================================================================
--- gnuradio/branches/developers/jblum/grc/grc/gui/FileDialogs.py       
2009-06-14 04:42:34 UTC (rev 11191)
+++ gnuradio/branches/developers/jblum/grc/grc/gui/FileDialogs.py       
2009-06-14 06:38:15 UTC (rev 11192)
@@ -36,7 +36,6 @@
        filter = gtk.FileFilter()
        filter.set_name('Flow Graph Files')
        filter.add_pattern('*'+Preferences.file_extension())
-       filter.add_pattern('*.xml') #TEMP
        return filter
 
 ##the filter for image files

Modified: gnuradio/branches/developers/jblum/grc/grc/todo.txt
===================================================================
--- gnuradio/branches/developers/jblum/grc/grc/todo.txt 2009-06-14 04:42:34 UTC 
(rev 11191)
+++ gnuradio/branches/developers/jblum/grc/grc/todo.txt 2009-06-14 06:38:15 UTC 
(rev 11192)
@@ -1,4 +1,10 @@
 ##################################################
+# TODO
+##################################################
+* templates in FileDialogs for MessageDialogHelper markup
+* dictionary find/replace in expr_utils, replaces expr_prepend
+
+##################################################
 # Blocks
 ##################################################
 * probe: also non-float outputs
@@ -40,4 +46,3 @@
 ##################################################
 * require pygtk 2.12 for treeview tooltips
   * remove try/except in BlockTreeWindow.py
-* remove support for saved flow graphs ending in .xml





reply via email to

[Prev in Thread] Current Thread [Next in Thread]