summaryrefslogtreecommitdiff
path: root/gr-wxgui/python
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
|\
| * Merge branch 'master' into nextJohnathan Corgan2013-04-126-3/+13
| |
* | Merged next into uninstalled import branch.Ben Reynwar2013-04-029-51/+80
|\|
| * gr-wxgui: blocks naming fixTim O'Shea2013-04-011-2/+2
| |
| * wxgui: fixing up some sloppiness after merge from master.Tom Rondeau2013-03-201-20/+9
| |
| * Merge branch 'master' into nextTom Rondeau2013-03-201-14/+39
| | | | | | | | | | Conflicts: gr-wxgui/python/fftsink_nongl.py
| * Merge branch 'master' into nextTom Rondeau2013-03-192-1/+6
| | | | | | | | | | | | Conflicts: gr-wxgui/python/fftsink_nongl.py gr-wxgui/python/waterfallsink_nongl.py
| * wxgui: Moved oscope and histogram bases into wxgui.Tom Rondeau2013-03-186-24/+32
| | | | | | | | This makes gr-wxgui more like a normal component that generates a libgnuradio-wxgui.so file.
| * examples: updating many examples for changes in modules and namespaces.Tom Rondeau2013-03-181-1/+2
| |
| * blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-171-1/+2
| | | | | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* | wxgui: Enabling uninstalled python imports.Ben Reynwar2013-03-0841-0/+0
|/
* core: removed all complex_to_<type> blocks from core; using gr-blocks.Tom Rondeau2013-03-065-7/+7
|
* blocks: removing blocks moved into gr-blocks:Tom Rondeau2013-03-066-8/+8
| | | | message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average.
* blocks: removing mute, probe_signal, probe_signal_v, and sample_and_hold.Tom Rondeau2013-03-021-1/+1
|
* blocks: removing throttle, threshold, stretch from gnuradio-core.Tom Rondeau2013-02-248-13/+16
|
* wxgui: changed wxgui directory to be more 3.7-like (src/python -> python).Tom Rondeau2013-02-1141-0/+11536