summaryrefslogtreecommitdiff
path: root/gr-wxgui/src/python/forms/forms.py
Commit message (Collapse)AuthorAgeFilesLines
* wxgui: changed wxgui directory to be more 3.7-like (src/python -> python).Tom Rondeau2013-02-111-675/+0
|
* Merge branch 'master' into nextJohnathan Corgan2013-01-201-1/+2
|\
| * Added PaintDC to 'plotter_base' so WX GL sinks will work under Windows.Balint Seeber2013-01-181-1/+2
| | | | | | | | Changed 'notebook' SetSelection (deprecated) to ChangeSelection.
* | docs: Changed arguments in python docstrings to new formatting style.Ben Reynwar2012-08-141-137/+159
|/
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-14/+14
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* added access methods for gps stuffJosh Blum2009-09-291-2/+6
|
* set text box bg color on changeJosh Blum2009-09-091-4/+8
|
* Round the slider's value, but not the internal representation.Josh Blum2009-09-091-1/+4
| | | | Now, the slider can operate on any step size without killing the precision for other forms.
* Merging r11186:11273 from grc branch.jblum2009-06-231-1/+1
| | | | | | | | | 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
* Merged wxgui/forms branch r11124:11183jblum2009-06-131-0/+641
The forms module is set of wxgui forms wrapped in pubsub aware convenience classes. The forms module will be used by the wxgui window classes (fft, scope, waterfall...) The forms module will be used in grc generated flowgraphs. The forms module will be used by future gui apps (usrp siggen...). Tasks: Moved forms module into wxgui. Modified *_window classes to use the forms module. Added features to forms as required. Removed pubsub aware forms in common.py. Switched grc to use the forms module in wxgui. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11184 221aa14e-8319-0410-a670-987f0aec2ac5