[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10076 - in gnuradio/trunk: config grc
From: |
jblum |
Subject: |
[Commit-gnuradio] r10076 - in gnuradio/trunk: config grc |
Date: |
Wed, 26 Nov 2008 17:17:33 -0700 (MST) |
Author: jblum
Date: 2008-11-26 17:17:32 -0700 (Wed, 26 Nov 2008)
New Revision: 10076
Modified:
gnuradio/trunk/config/grc_grc.m4
gnuradio/trunk/grc/todo.txt
Log:
grc gtk version check
Modified: gnuradio/trunk/config/grc_grc.m4
===================================================================
--- gnuradio/trunk/config/grc_grc.m4 2008-11-26 23:51:43 UTC (rev 10075)
+++ gnuradio/trunk/config/grc_grc.m4 2008-11-27 00:17:32 UTC (rev 10076)
@@ -46,6 +46,17 @@
fi
dnl ########################################
+ dnl # test gtk version
+ dnl ########################################
+ AC_MSG_CHECKING([for GTK version >= 2.10.0])
+ if test `${PYTHON} -c "import gtk; print gtk.pygtk_version >= (2, 10, 0)"`
= 'True'; then
+ AC_MSG_RESULT([yes])
+ else
+ AC_MSG_RESULT([no])
+ passed=no
+ fi
+
+ dnl ########################################
dnl # platform dependency pythonw
dnl ########################################
dnl FIXME: move this test to Python config m4
Modified: gnuradio/trunk/grc/todo.txt
===================================================================
--- gnuradio/trunk/grc/todo.txt 2008-11-26 23:51:43 UTC (rev 10075)
+++ gnuradio/trunk/grc/todo.txt 2008-11-27 00:17:32 UTC (rev 10076)
@@ -14,7 +14,6 @@
-param editor, expand entry boxes in focus
-change param dialog to panel within main window
-command line option for additional block wrappers
--hotkeys in action descriptions
-log slider gui control
-icons for certain blocks, + for add
-zoom in/out (cairo vector graphics) (use scroll wheel as control)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10076 - in gnuradio/trunk: config grc,
jblum <=