summaryrefslogtreecommitdiff
path: root/gr-wxgui/python/wxgui
Commit message (Collapse)AuthorAgeFilesLines
* wxgui: removedJohnathan Corgan2016-09-0841-11607/+0
|
* cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-3/+0
| | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality.
* Fix gnuradio for wxPython3/GTK+3Scott Talbert2015-01-301-0/+4
| | | | MemoryDC needs to have a bitmap selected before using it
* wxgui+grc: stop bypassing hier_block2 proxy classSebastian Koslowski2014-12-301-1/+1
|
* wxgui: white space fixes in common.pySebastian Koslowski2014-12-301-215/+226
|
* wxgui: corrected errors in wxgui fftsink_gl sample re-orderingMichael Ossmann2014-10-151-2/+2
|
* wxgui: use complex_to_mag_squared instead of complex_to_mag in wxgui ↵Michael Ossmann2014-10-151-6/+6
| | | | fftsink_nongl
* corrected wx fft vertical label from amplitude to powerMichael Ossmann2014-10-151-1/+1
|
* Fix for #647 - GUI Tabs do not switch on WX GUI Scope sink channels on OSXLudovic LANGE2014-08-171-2/+2
| | | | | | | With this patch, the bug is not showing anymore. It was only tested by me on Mac OS X - not on Linux nor other platforms. The possible regressions introduced by fix should be limited to the notebook chooser forms only.
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-0714-41/+41
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* wxgui: Make sure to only start the flow graph once all init is doneSylvain Munaut2013-12-201-12/+10
| | | | | | | | | | | Currently we start the flow graph in the stdframe constructor. However at that point, the frame isn't attached to the app and it's not "shown" yet which means some UI operations can still fail. This is a race condition which happens on OSX. You can reproduce it on linux as well by adding a sleep(1) after starting the flow graph. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* wx: Only call XInitThreads for linuxSylvain Munaut2013-12-201-2/+1
| | | | | | | | Turns out OSX also returns 'posix' for os.name. This limits it to linux only. Note that it's purely cosmetic because on OSX it would just print a warning but not prevent anything from working. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* wxgui: CPack fixNicholas Corgan2013-11-041-3/+3
| | | | | * CPack wasn't including most wxgui files in Windows packages * Making CPack component registration consistent with other modules fixes problem
* wxgui: ensure flowgraph shutdown before app exitSylvain Munaut2013-10-251-0/+1
| | | | Also updates qtgui
* wxgui: Allow Linux/X11 apps to be thread-safeSylvain Munaut2013-10-131-0/+9
| | | | Call XInitThreads as first Xlib call
* running python slider.py now works againMarcus Müller2013-10-121-4/+4
|
* Fix missing module imports in error caseJohnathan Corgan2013-09-071-0/+1
|
* wxgui: Prevent a crash at displaying the tooltip when the graph is not yet ↵Miklos Maroti2013-07-201-0/+1
| | | | populated
* Merge branch 'maint'Johnathan Corgan2013-06-226-3/+13
| | | | | Conflicts: gnuradio-core/src/lib/runtime/gr_tpb_thread_body.cc
* uninstalled import: Adding overlooked exception handling around imports.Ben Reynwar2013-06-141-1/+6
|
* Merge branch 'maint'Johnathan Corgan2013-06-131-1/+4
|
* Merge branch 'maint'Johnathan Corgan2013-06-056-13/+3
| | | | | | Conflicts: gr-audio/lib/alsa/audio_alsa_sink.cc gr-audio/lib/alsa/audio_alsa_source.cc
* Merged in 'next' branch.Ben Reynwar2013-05-106-3/+13
|
* Merged next into uninstalled import branch.Ben Reynwar2013-04-029-51/+80
|
* wxgui: Enabling uninstalled python imports.Ben Reynwar2013-03-0841-0/+11539