[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (029079c -> d598e49)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (029079c -> d598e49) |
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 change to branch master
in repository gnuradio.
from 029079c volk: fixing up output message to print c flags and asm
flags used by Volk next to each other.
new 3e7ecef grc: yet another py26 incompatibility
new 6872f5d grc: fix search entry box for old PyGTK versions
new b7e1699 grc: update all flowgraphs when hiding port labels
new 864629c grc: no icon in search entry box for old PyGTK versions
new f151a07 grc: fix lagging drag and drop
new 894f140 grc: fix missing xterm (Bug #725)
new ca4d8ff grc: fix lagging drag and drop, round two
new 1edeff1 Merge remote-tracking branch
'gnuradio-wg-grc/maint_grcwg' into maint
new a166f43 Merge branch 'maint'
new 1cc5fcd grc: making qt-gui the default (Feature #634)
new 71aad44 grc: show fg return code if not 0 (Bug #726)
new b1ff593 grc: switch timestamp in grc files from modified to
created
new 2563650 grc: move font size definition in Constants.py
new d598e49 Merge remote-tracking branch
'gnuradio-wg-grc/master_grcwg'
The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
grc/base/FlowGraph.py | 20 +++++++++++++-------
grc/base/ParseXML.py | 2 +-
grc/base/Port.py | 15 +++++++++++----
grc/blocks/options.xml | 10 +++++-----
grc/gui/ActionHandler.py | 23 +++++++++++++++--------
grc/gui/Block.py | 13 +++++++------
grc/gui/BlockTreeWindow.py | 11 +++++++----
grc/gui/Constants.py | 7 +++++++
grc/gui/MainWindow.py | 12 ++++++------
grc/gui/Messages.py | 8 +++++---
grc/gui/Param.py | 5 +++--
grc/gui/Port.py | 32 ++++++++++++++++++--------------
grc/python/Generator.py | 6 +++---
13 files changed, 101 insertions(+), 63 deletions(-)
- [Commit-gnuradio] [gnuradio] branch master updated (029079c -> d598e49),
git <=
- [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, 2014/10/01
- [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