[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (3fa56a4 -> 8211786)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (3fa56a4 -> 8211786) |
Date: |
Mon, 27 Jan 2014 20:10:36 +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 3fa56a4 Merge branch 'maint'
new a01b15a grc: adding a page that captures and stores some XML
parsing errors
new f67f761 grc: xml parser errors dialog fixes and refactoring
new 317833b grc: detect block (category) tree files by name (not by
trail and error)
new 7548e46 grc: show xml parser error warning in report window
new 1c3b518 grc: renaming flowgraph errors menu item and xml parser
action
new fa32b7b Merge remote-tracking branch
'gnuradio-wg-grc/grc_xml_error_dialog'
new dbcd4d3 grc: fix report window auto-scrolling
new 9e894bd Merge remote-tracking branch
'gnuradio-wg-grc/grc_report_window_autoscroll_fix' into maint
new be633c8 docs: Netwrok -> Network (satisfy OCD)
new f443dbd Merge remote-tracking branch 'martin/docs-fix2' into maint
new e40e8c2 uhd: Fix possible freeze-up when using lock/unlock
(Solution by Johannes Demel)
new c21cb67 changed URL from old svn / utah.edu to gnuradio.org
doxygen
new 30c7c0e Changing search order for qwt
new 8211786 Merge branch 'maint'
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:
cmake/Modules/FindQwt.cmake | 4 +-
docs/doxygen/other/group_defs.dox | 2 +-
docs/sphinx/source/blocks/networking_tools_blk.rst | 4 +-
gr-trellis/examples/python/README | 2 +-
gr-uhd/lib/usrp_source_impl.cc | 10 +-
gr-uhd/lib/usrp_source_impl.h | 5 +-
grc/base/ParseXML.py | 33 ++++--
grc/base/Platform.py | 113 ++++++++++++---------
grc/gui/ActionHandler.py | 18 +++-
grc/gui/Actions.py | 7 +-
grc/gui/Bars.py | 1 +
grc/gui/CMakeLists.txt | 1 +
grc/gui/MainWindow.py | 6 +-
grc/gui/Messages.py | 6 ++
grc/gui/ParserErrorsDialog.py | 100 ++++++++++++++++++
15 files changed, 240 insertions(+), 72 deletions(-)
create mode 100644 grc/gui/ParserErrorsDialog.py
- [Commit-gnuradio] [gnuradio] branch master updated (3fa56a4 -> 8211786),
git <=
- [Commit-gnuradio] [gnuradio] 06/07: Merge remote-tracking branch 'gnuradio-wg-grc/grc_xml_error_dialog', git, 2014/01/27
- [Commit-gnuradio] [gnuradio] 05/07: grc: renaming flowgraph errors menu item and xml parser action, git, 2014/01/27
- [Commit-gnuradio] [gnuradio] 07/07: Merge branch 'maint', git, 2014/01/27
- [Commit-gnuradio] [gnuradio] 04/07: grc: show xml parser error warning in report window, git, 2014/01/27
- [Commit-gnuradio] [gnuradio] 02/07: grc: xml parser errors dialog fixes and refactoring, git, 2014/01/27
- [Commit-gnuradio] [gnuradio] 01/07: grc: adding a page that captures and stores some XML parsing errors, git, 2014/01/27
- [Commit-gnuradio] [gnuradio] 03/07: grc: detect block (category) tree files by name (not by trail and error), git, 2014/01/27