[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/06: grc: making qt-gui the default (Feat
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/06: grc: making qt-gui the default (Feature #634) |
Date: |
Wed, 1 Oct 2014 19:32:59 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit 1cc5fcde337a3b10d6be4a71c26780cce0648c69
Author: Sebastian Koslowski <address@hidden>
Date: Sat Jan 18 23:33:06 2014 +0100
grc: making qt-gui the default (Feature #634)
---
grc/blocks/options.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/grc/blocks/options.xml b/grc/blocks/options.xml
index 0c3a804..c1c94e4 100644
--- a/grc/blocks/options.xml
+++ b/grc/blocks/options.xml
@@ -58,17 +58,17 @@ else: self.stop(); self.wait()</callback>
<param>
<name>Generate Options</name>
<key>generate_options</key>
- <value>wx_gui</value>
+ <value>qt_gui</value>
<type>enum</type>
<option>
- <name>WX GUI</name>
- <key>wx_gui</key>
- </option>
- <option>
<name>QT GUI</name>
<key>qt_gui</key>
</option>
<option>
+ <name>WX GUI</name>
+ <key>wx_gui</key>
+ </option>
+ <option>
<name>No GUI</name>
<key>no_gui</key>
</option>
- [Commit-gnuradio] [gnuradio] branch master updated (029079c -> d598e49), git, 2014/10/01
- [Commit-gnuradio] [gnuradio] 05/06: Merge branch 'maint', git, 2014/10/01
- [Commit-gnuradio] [gnuradio] 06/06: Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg', git, 2014/10/01
- [Commit-gnuradio] [gnuradio] 04/06: grc: move font size definition in Constants.py, git, 2014/10/01
- [Commit-gnuradio] [gnuradio] 01/06: grc: making qt-gui the default (Feature #634),
git <=
- [Commit-gnuradio] [gnuradio] 03/06: grc: switch timestamp in grc files from modified to created, git, 2014/10/01
- [Commit-gnuradio] [gnuradio] 02/06: grc: show fg return code if not 0 (Bug #726), git, 2014/10/01