summaryrefslogtreecommitdiff
path: root/gr-wxgui
AgeCommit message (Expand)Author
2009-10-29Basic terminal window that takes raw text on input msgq and appends itJohnathan Corgan
2009-10-29Add placeholder panel for console, use old style window sizeJohnathan Corgan
2009-10-29Created skeleton wxgui term window componentJohnathan Corgan
2009-10-29Merge branch 'flattopwindow' of http://gnuradio.org/git/jblumJohnathan Corgan
2009-10-28Added window option to wxgui fft and waterfall sink.Josh Blum
2009-10-21Merge branch 'vrt' of http://gnuradio.org/git/jblumJohnathan Corgan
2009-10-18added v offset option to scopeJosh Blum
2009-10-15Merge commit '25a8' from git@gnuradio.org:jblumJohnathan Corgan
2009-10-14fix so all handlers get called on eventJosh Blum
2009-10-12fix so all handlers get called on eventJosh Blum
2009-10-12Merge commit '38d5389f3054164a2f04d6e4e8fe381aa5ee03fc' into vrtJosh Blum
2009-10-09use clean numbers for waterfall ref and rangeJosh Blum
2009-10-09tweaks to scope autoscalingJosh Blum
2009-10-09registered key to hide/show control panel in wxgui windowsJosh Blum
2009-10-08using gr copy in the wxgui connect, added gr copy to grc xmlJosh Blum
2009-10-08point label transpareny, horizontal offset, and toggle on/off capabilityJosh Blum
2009-10-07simplify some paramsJosh Blum
2009-10-07moved the wxgui connect helper functions into the wrapper classJosh Blum
2009-10-07making use of update ui eventJosh Blum
2009-10-07setup special wxgui connect on sinks, needs testingJosh Blum
2009-10-07working special connect for fftsinkJosh Blum
2009-10-06work on a special connect function that registers a callbackJosh Blum
2009-10-06added bind to visible event function to callback when visibility changes with...Josh Blum
2009-09-29added access methods for gps stuffJosh Blum
2009-09-14fixed bool converter in forms to work with non bool optionsJosh Blum
2009-09-09set text box bg color on changeJosh Blum
2009-09-09Round the slider's value, but not the internal representation.Josh Blum
2009-09-04Merge branch 'grc' from http://gnuradio.org/git/jblum.git into masterJohnathan Corgan
2009-09-02waterfall and fft use a common autoscale functionJosh Blum
2009-09-02Fix so that the waterfall texture is initialized with a buffer of the same size.Josh Blum
2009-08-31Modified log power fft block so ref scale is peak to peak.Josh Blum
2009-08-28Recursive resolution of virtual sources.Josh Blum
2009-08-22automatic store for empty traces on enableJosh Blum
2009-08-22added traces to fft windowJosh Blum
2009-08-14Added git ignore files auto created from svn:ignore properties.git
2009-07-17fixed fft reordingjblum
2009-07-16There is no y per div, but there is a dynamic range.jblum
2009-07-11Implements ticket:401 and ticket:402.jcorgan
2009-07-10Refactor msgq thread classes to use gru.msgq_runnerjcorgan
2009-07-06Merged r11309:11357 from grc branch.jblum
2009-06-26cast choices to a list because .index method DNE in python2.5 for tuplejblum
2009-06-23Merging r11186:11273 from grc branch.jblum
2009-06-13Defined a gr_sysconfdir in Makefile.commonjblum
2009-06-13Merged wxgui/forms branch r11124:11183jblum
2009-05-29removed defunct base_value parameter from numbersinkjblum
2009-05-27Merged r11123:11148 from jcorgan/np into trunk.jcorgan
2009-05-23Change wxgui style default now so 'auto' tries for OpenGL sinks and falls bac...jcorgan
2009-05-15Added arg to start non gl scope in xy mode.jblum
2009-05-06numbersink fix for when average=True on initjblum
2009-04-19Merged r10875:10880 from jcorgan/t161 into trunk. Implements ticket:161, all...jcorgan