[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 14/18: Merge branch 'maint'
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 14/18: Merge branch 'maint' |
Date: |
Tue, 8 Dec 2015 00:31:23 +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 6fed8f82386e3157018f6498aee648d9aa87de76
Merge: 86d551e bf6d4e2
Author: Johnathan Corgan <address@hidden>
Date: Mon Dec 7 15:38:59 2015 -0800
Merge branch 'maint'
grc/gui/Actions.py | 2 +-
grc/gui/Block.py | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --cc grc/gui/Actions.py
index 1322dca,692b9d1..9b32b3e
--- a/grc/gui/Actions.py
+++ b/grc/gui/Actions.py
@@@ -442,14 -422,9 +442,14 @@@ BUSSIFY_SINKS = Action
)
XML_PARSER_ERRORS_DISPLAY = Action(
label='_Parser Errors',
- tooltip='View errors that occured while parsing XML files',
+ tooltip='View errors that occurred while parsing XML files',
stock_id=gtk.STOCK_DIALOG_ERROR,
)
+FLOW_GRAPH_OPEN_QSS_THEME = Action(
+ label='Set Default QT GUI _Theme',
+ tooltip='Set a default QT Style Sheet file to use for QT GUI',
+ stock_id=gtk.STOCK_OPEN,
+)
TOOLS_RUN_FDESIGN = Action(
label='Filter Design Tool',
tooltip='Execute gr_filter_design',
- [Commit-gnuradio] [gnuradio] 08/18: grc: rename embedded python blocks, (continued)
- [Commit-gnuradio] [gnuradio] 08/18: grc: rename embedded python blocks, git, 2015/12/07
- [Commit-gnuradio] [gnuradio] 01/18: polar: channel construction bugfixes in Python code, git, 2015/12/07
- [Commit-gnuradio] [gnuradio] 04/18: polar: added more details in README about usage of channel construction code, git, 2015/12/07
- [Commit-gnuradio] [gnuradio] 02/18: polar: fixed channel construction naming error, git, 2015/12/07
- [Commit-gnuradio] [gnuradio] 07/18: grc: show epy_blocks and epy_module source in generated code preview, git, 2015/12/07
- [Commit-gnuradio] [gnuradio] 15/18: Merge remote-tracking branch 'tom/uhd/sink_ctrlport', git, 2015/12/07
- [Commit-gnuradio] [gnuradio] 16/18: Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg', git, 2015/12/07
- [Commit-gnuradio] [gnuradio] 17/18: Merge remote-tracking branch 'jdemel/polar-bugfixes', git, 2015/12/07
- [Commit-gnuradio] [gnuradio] 13/18: Merge branch 'maint', git, 2015/12/07
- [Commit-gnuradio] [gnuradio] 18/18: Merge remote-tracking branch 'jdemel/polar-systematic', git, 2015/12/07
- [Commit-gnuradio] [gnuradio] 14/18: Merge branch 'maint',
git <=
- [Commit-gnuradio] [gnuradio] 06/18: grc: add embedded python modules, git, 2015/12/07
- [Commit-gnuradio] [gnuradio] 09/18: uhd: Added controlport interface for UHD sink's "command" message handler., git, 2015/12/07
- [Commit-gnuradio] [gnuradio] 12/18: polar: systematic decoder added, git, 2015/12/07
- [Commit-gnuradio] [gnuradio] 03/18: polar: BEC channel construction optimized, git, 2015/12/07
- [Commit-gnuradio] [gnuradio] 10/18: polar: systematic test code added, git, 2015/12/07
- [Commit-gnuradio] [gnuradio] 05/18: grc: some clean-up, git, 2015/12/07
- [Commit-gnuradio] [gnuradio] 11/18: polar: sytematic encoder added, git, 2015/12/07