GRC Code Organization: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
/grc | /grc | ||
/blocks - '''no pygtk''', these are just yml definitions for built in blocks (e.g. variable, pad, options, note) | /blocks - '''no pygtk''', these are just yml definitions for built in blocks (e.g. variable, pad, options, note) | ||
/converter - ''no pygtk'', this is code to convert from old xml to new yml format | /converter - '''no pygtk''', this is code to convert from old xml to new yml format | ||
/core - | /core - | ||
/gui | /gui | ||
/scripts - contains gnuradio-companion and grcc scripts, which have a few lines of pygtk | /scripts - contains gnuradio-companion and grcc scripts, which have a few lines of pygtk | ||
/tests - ''no pygtk'', just a bunch of test scripts | /tests - '''no pygtk''', just a bunch of test scripts |
Revision as of 17:44, 19 May 2019
These notes are an attempt to figure out how big of a project porting from pygtk to pyqt will be, by identifying which files have pygtk code and how much of it.
/gnuradio /grc /blocks - no pygtk, these are just yml definitions for built in blocks (e.g. variable, pad, options, note) /converter - no pygtk, this is code to convert from old xml to new yml format /core - /gui /scripts - contains gnuradio-companion and grcc scripts, which have a few lines of pygtk /tests - no pygtk, just a bunch of test scripts