[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 06/25: grc: remove some dead code in FlowGr
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 06/25: grc: remove some dead code in FlowGraph.what_is_selected() |
Date: |
Fri, 27 May 2016 19:14:58 +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 b9eaafa90f4e42f156bb5b9e87d21c16b1b4f4c7
Author: Sebastian Koslowski <address@hidden>
Date: Tue May 10 22:00:42 2016 +0200
grc: remove some dead code in FlowGraph.what_is_selected()
---
grc/gui/FlowGraph.py | 7 -------
1 file changed, 7 deletions(-)
diff --git a/grc/gui/FlowGraph.py b/grc/gui/FlowGraph.py
index 67e28c5..02d5197 100644
--- a/grc/gui/FlowGraph.py
+++ b/grc/gui/FlowGraph.py
@@ -530,13 +530,6 @@ class FlowGraph(Element, _Flowgraph):
selected_element = element.what_is_selected(coor, coor_m)
if not selected_element:
continue
- # hidden disabled connections, blocks and their ports can not be
selected
- if Actions.TOGGLE_HIDE_DISABLED_BLOCKS.get_active() and (
- selected_element.is_block and not
selected_element.get_enabled() or
- selected_element.is_connection and not
selected_element.get_enabled() or
- selected_element.is_port and not
selected_element.get_parent().get_enabled()
- ):
- continue
#update the selected port information
if selected_element.is_port:
if not coor_m: selected_port = selected_element
- [Commit-gnuradio] [gnuradio] 14/25: Revert "grc: fix callback evaluation", (continued)
- [Commit-gnuradio] [gnuradio] 14/25: Revert "grc: fix callback evaluation", git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 18/25: modtool: Added version support for OOTs, git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 19/25: grc-refactor: minor clean-up of callback generator code, git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 15/25: grc: fix flow graph execution (amends ActionHandler refactoring), git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 10/25: grc: Variable editor tweaks., git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 25/25: Merge remote-tracking branch 'dkozel/uhd_lo_api', git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 16/25: Added controls for importing, exporting, and sharing LOs, git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 17/25: grc-refactor: fix custom canvas font sizes, git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 08/25: grc: Added the variable editor panel, git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 09/25: grc: Added context menu to variable editor, git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 06/25: grc: remove some dead code in FlowGraph.what_is_selected(),
git <=
- [Commit-gnuradio] [gnuradio] 23/25: Merge remote-tracking branch 'mbr0wn/modtool/versioning', git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 02/25: grc: block alignment tools, git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 03/25: grc: minor fixes/clean-ups, git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 05/25: grc: some action handler refactoring, add flow_graph.update() wrapper, git, 2016/05/27