Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wxgui: removed | Johnathan Corgan | 2016-09-08 | 41 | -11607/+0 |
| | |||||
* | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 1 | -3/+0 |
| | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality. | ||||
* | Fix gnuradio for wxPython3/GTK+3 | Scott Talbert | 2015-01-30 | 1 | -0/+4 |
| | | | | MemoryDC needs to have a bitmap selected before using it | ||||
* | wxgui+grc: stop bypassing hier_block2 proxy class | Sebastian Koslowski | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | wxgui: white space fixes in common.py | Sebastian Koslowski | 2014-12-30 | 1 | -215/+226 |
| | |||||
* | wxgui: corrected errors in wxgui fftsink_gl sample re-ordering | Michael Ossmann | 2014-10-15 | 1 | -2/+2 |
| | |||||
* | wxgui: use complex_to_mag_squared instead of complex_to_mag in wxgui ↵ | Michael Ossmann | 2014-10-15 | 1 | -6/+6 |
| | | | | fftsink_nongl | ||||
* | corrected wx fft vertical label from amplitude to power | Michael Ossmann | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | Fix for #647 - GUI Tabs do not switch on WX GUI Scope sink channels on OSX | Ludovic LANGE | 2014-08-17 | 1 | -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 Rondeau | 2014-07-07 | 14 | -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 done | Sylvain Munaut | 2013-12-20 | 1 | -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 linux | Sylvain Munaut | 2013-12-20 | 1 | -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 fix | Nicholas Corgan | 2013-11-04 | 1 | -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 exit | Sylvain Munaut | 2013-10-25 | 1 | -0/+1 |
| | | | | Also updates qtgui | ||||
* | wxgui: Allow Linux/X11 apps to be thread-safe | Sylvain Munaut | 2013-10-13 | 1 | -0/+9 |
| | | | | Call XInitThreads as first Xlib call | ||||
* | running python slider.py now works again | Marcus Müller | 2013-10-12 | 1 | -4/+4 |
| | |||||
* | Fix missing module imports in error case | Johnathan Corgan | 2013-09-07 | 1 | -0/+1 |
| | |||||
* | wxgui: Prevent a crash at displaying the tooltip when the graph is not yet ↵ | Miklos Maroti | 2013-07-20 | 1 | -0/+1 |
| | | | | populated | ||||
* | Merge branch 'maint' | Johnathan Corgan | 2013-06-22 | 6 | -3/+13 |
| | | | | | Conflicts: gnuradio-core/src/lib/runtime/gr_tpb_thread_body.cc | ||||
* | uninstalled import: Adding overlooked exception handling around imports. | Ben Reynwar | 2013-06-14 | 1 | -1/+6 |
| | |||||
* | Merge branch 'maint' | Johnathan Corgan | 2013-06-13 | 1 | -1/+4 |
| | |||||
* | Merge branch 'maint' | Johnathan Corgan | 2013-06-05 | 6 | -13/+3 |
| | | | | | | Conflicts: gr-audio/lib/alsa/audio_alsa_sink.cc gr-audio/lib/alsa/audio_alsa_source.cc | ||||
* | Merged in 'next' branch. | Ben Reynwar | 2013-05-10 | 6 | -3/+13 |
|\ | |||||
| * | Merge branch 'master' into next | Johnathan Corgan | 2013-04-12 | 6 | -3/+13 |
| | | |||||
* | | Merged next into uninstalled import branch. | Ben Reynwar | 2013-04-02 | 9 | -51/+80 |
|\| | |||||
| * | gr-wxgui: blocks naming fix | Tim O'Shea | 2013-04-01 | 1 | -2/+2 |
| | | |||||
| * | wxgui: fixing up some sloppiness after merge from master. | Tom Rondeau | 2013-03-20 | 1 | -20/+9 |
| | | |||||
| * | Merge branch 'master' into next | Tom Rondeau | 2013-03-20 | 1 | -14/+39 |
| | | | | | | | | | | Conflicts: gr-wxgui/python/fftsink_nongl.py | ||||
| * | Merge branch 'master' into next | Tom Rondeau | 2013-03-19 | 2 | -1/+6 |
| | | | | | | | | | | | | Conflicts: gr-wxgui/python/fftsink_nongl.py gr-wxgui/python/waterfallsink_nongl.py | ||||
| * | wxgui: Moved oscope and histogram bases into wxgui. | Tom Rondeau | 2013-03-18 | 6 | -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 Rondeau | 2013-03-18 | 1 | -1/+2 |
| | | |||||
| * | blocks: converting references to vector source/sink, null source/sink, nop, ↵ | Tom Rondeau | 2013-03-17 | 1 | -1/+2 |
| | | | | | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks. | ||||
* | | wxgui: Enabling uninstalled python imports. | Ben Reynwar | 2013-03-08 | 41 | -0/+0 |
|/ | |||||
* | core: removed all complex_to_<type> blocks from core; using gr-blocks. | Tom Rondeau | 2013-03-06 | 5 | -7/+7 |
| | |||||
* | blocks: removing blocks moved into gr-blocks: | Tom Rondeau | 2013-03-06 | 6 | -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 Rondeau | 2013-03-02 | 1 | -1/+1 |
| | |||||
* | blocks: removing throttle, threshold, stretch from gnuradio-core. | Tom Rondeau | 2013-02-24 | 8 | -13/+16 |
| | |||||
* | wxgui: changed wxgui directory to be more 3.7-like (src/python -> python). | Tom Rondeau | 2013-02-11 | 41 | -0/+11536 |