[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (84ce73a -> d07c986)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (84ce73a -> d07c986) |
Date: |
Wed, 20 Aug 2014 20:18:46 +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 84ce73a cmake: turn off unused-but-set-variable when compiling
swig generated code
new 0dd1581 grc: snap-to-grid (WIP)
new 17766c2 grc: one preferences handler for all bools
new 8886123 grc: toggle action and mod1 modifier for snap-to-grid
new 0070969 grc: fix block height
new 9e9699b Merge remote-tracking branch
'gnuradio-wg-grc/grc_snap_blocks_to_grid'
new b7ea151 cmake: fix typo in FindUHD.
new 8f02178 cmake: add compiler flag only if the compiler supports it
new 999bad7 cmake: remove verbose messages from UseSWIG.
new d07c986 Merge remote-tracking branch 'michaelld/fix_typo'
The 9 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:
cmake/Modules/FindUHD.cmake | 2 +-
cmake/Modules/UseSWIG.cmake | 27 +++++++--------------------
grc/gui/ActionHandler.py | 35 +++++++++++++++++++----------------
grc/gui/Actions.py | 22 +++++++++++++++++++++-
grc/gui/Bars.py | 1 +
grc/gui/Block.py | 18 +++++++++++++++---
grc/gui/Constants.py | 5 ++++-
grc/gui/DrawingArea.py | 4 ++++
grc/gui/FlowGraph.py | 13 +++++++++----
grc/gui/Port.py | 10 +++++-----
grc/gui/Preferences.py | 29 +++++++----------------------
grc/gui/Utils.py | 10 +++++++++-
12 files changed, 102 insertions(+), 74 deletions(-)
- [Commit-gnuradio] [gnuradio] branch master updated (84ce73a -> d07c986),
git <=
- [Commit-gnuradio] [gnuradio] 04/09: grc: fix block height, git, 2014/08/20
- [Commit-gnuradio] [gnuradio] 09/09: Merge remote-tracking branch 'michaelld/fix_typo', git, 2014/08/20
- [Commit-gnuradio] [gnuradio] 08/09: Merge remote-tracking branch 'gnuradio-wg-grc/grc_snap_blocks_to_grid', git, 2014/08/20
- [Commit-gnuradio] [gnuradio] 02/09: grc: one preferences handler for all bools, git, 2014/08/20
- [Commit-gnuradio] [gnuradio] 03/09: grc: toggle action and mod1 modifier for snap-to-grid, git, 2014/08/20
- [Commit-gnuradio] [gnuradio] 07/09: cmake: remove verbose messages from UseSWIG., git, 2014/08/20
- [Commit-gnuradio] [gnuradio] 01/09: grc: snap-to-grid (WIP), git, 2014/08/20
- [Commit-gnuradio] [gnuradio] 05/09: cmake: fix typo in FindUHD., git, 2014/08/20
- [Commit-gnuradio] [gnuradio] 06/09: cmake: add compiler flag only if the compiler supports it, git, 2014/08/20