summaryrefslogtreecommitdiff
path: root/grc/src/platforms/python/FlowGraph.py
Commit message (Collapse)AuthorAgeFilesLines
* Merging r11186:11273 from grc branch.jblum2009-06-231-162/+0
| | | | | | | | | Fixes, features, and reorganization for grc. Minor fixes and features for wxgui forms. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 221aa14e-8319-0410-a670-987f0aec2ac5
* Restored the eval cache. Use a hash of the code+namespace rather than a copy ↵jblum2009-06-011-8/+7
| | | | | | of the code + namespace objects which causes issue. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11169 221aa14e-8319-0410-a670-987f0aec2ac5
* Disabled eval cache, seems to fix odd problem with importing numpy, and ↵jblum2009-06-011-4/+4
| | | | | | evaluating seemingly innocent strings. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11168 221aa14e-8319-0410-a670-987f0aec2ac5
* eval fixjblum2009-05-291-1/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11165 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged grc developer branch r10679:10938jblum2009-05-011-17/+11
| | | | | | | | | | | | Misc fixes and internal changes. Added help menu for usage tips. Added drag and drop for blocks. Removed callback controls, adopted forms. Any type can have enumerated options. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10941 221aa14e-8319-0410-a670-987f0aec2ac5
* cache evaluated statements, do not parse huge vectors for displayjblum2009-01-111-3/+19
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10205 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r9481:9518 on jblum/grc_reorganize into trunk. Reorganized grc source ↵jblum2008-09-071-0/+152
under gnuradio.grc module. Trunk passes make distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9525 221aa14e-8319-0410-a670-987f0aec2ac5