Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-18 | Merge branch 'usrp2-real-fix' of http://gnuradio.org/git/balister into master | Johnathan Corgan | |
2009-09-18 | Merge branch 'grc' of http://gnuradio.org/git/jblum into master | Johnathan Corgan | |
2009-09-18 | Re/evaluate the notebook blocks label because we dont garuntee the ↵ | Josh Blum | |
evaluation priority. Meaning, we cant garuntee that the notebook block will be evaluated before this param, without explicitly calling evaluate on it when the value is needed. | |||
2009-09-18 | put the flow graph errors button into the toolbar | Josh Blum | |
2009-09-18 | added errors dialog to show all error messages in flow graph | Josh Blum | |
2009-09-17 | bugfix: exclude disabled children from consideration in valid condition | Josh Blum | |
2009-09-17 | Add rxdspno parameter to private interface of quadradio. | Eric Blossom | |
This allows control of each Rx DSP pipeline independent of each other. The public interface remains unchanged, but should have the rxdspno parameter added as indicated in the FIXMEs. When that is done, the gr-vrt interface (and any code using it) will need to be updated too. | |||
2009-09-17 | lower lxml version req to 1.3.6 | Josh Blum | |
2009-09-17 | configure.gnu needs to unset more vars from the environment. | Philip Balister | |
This solves a problem running the usrp2/firmware configure script when the USB_* vars are set in the environment. Long term fix is to have the configure.gnu wrapper make sure the quoting is OK for vars passed on. | |||
2009-09-16 | Merge branch 'utils' of http://gnuradio.org/git/trondeau into master | Johnathan Corgan | |
* 'utils' of http://gnuradio.org/git/trondeau: Fixed slider behavior when the end of the file is reached. Handling a few exceptions when no file is loaded. Can now change the size of the symbols. Also fixes some layout issues. Adding ability to change line width and style (only a handful of current styles enabled). Removing plot picker that addd nothing to the interface. Adding a Reload option (Ctrl+R) option to quickly reread the file and reset the state. | |||
2009-09-16 | Fixed slider behavior when the end of the file is reached. | Tom Rondeau | |
2009-09-16 | Handling a few exceptions when no file is loaded. | Tom Rondeau | |
2009-09-15 | Fix doxygen warnings. | Philip Balister | |
2009-09-15 | Merge branch 'grc' of http://gnuradio.org/git/jblum into master | Johnathan Corgan | |
* 'grc' of http://gnuradio.org/git/jblum: fixed issue where entry boxes lost focus (mishandling of hide changing) fixed bool converter in forms to work with non bool options tweaked key handling callbacks fix for uniformity convention with gtk signal name strings Simply Actions module imports, using module prefix. Reworked actions api and actions objects: Move key press extraction logic into actions module. rename variable, use keysyms in props dialog use the keymap's translate_keyboard_state, use the key value rather than name ignore irrelevant modifiers and events pending properties dialog with ok/cancel buttons | |||
2009-09-14 | fixed issue where entry boxes lost focus (mishandling of hide changing) | Josh Blum | |
2009-09-14 | fixed bool converter in forms to work with non bool options | Josh Blum | |
2009-09-13 | updated top-level .gitignore | Eric Blossom | |
2009-09-13 | tweaked key handling callbacks | Josh Blum | |
2009-09-13 | fix for uniformity convention with gtk signal name strings | Josh Blum | |
2009-09-13 | Simply Actions module imports, using module prefix. | Josh Blum | |
2009-09-13 | Reworked actions api and actions objects: | Josh Blum | |
Created standardized Action object for all gui actions. Actions module constants are actual Action objects (not strings). Keypresses, labels, tooltips, stock icons, etc all associate in the Action constructor. Usage of the action's signaling call () eliminated the need for a reference to handle_states. | |||
2009-09-13 | Move key press extraction logic into actions module. | Josh Blum | |
Replaced xml encode with gtk escape text. Added templates for category and docs tool tips. Other various code tweaks in gui modules. | |||
2009-09-11 | add u2_flash_tool to EXTRA_DIST | Eric Blossom | |
2009-09-10 | rename variable, use keysyms in props dialog | Josh Blum | |
2009-09-10 | use the keymap's translate_keyboard_state, use the key value rather than name | Josh Blum | |
2009-09-10 | ignore irrelevant modifiers and events pending | Josh Blum | |
2009-09-09 | properties dialog with ok/cancel buttons | Josh Blum | |
2009-09-09 | Merge branch 'grc' of http://gnuradio.org/git/jblum into master | Johnathan Corgan | |
* 'grc' of http://gnuradio.org/git/jblum: use show signal to perform initial gui update Fixed the usrp and usrp2 probe scripts to work with the new gui param api. propsdialog tweaks more code cleanup for properties dialog Rework the params/properties dialog and param gui class: renamed params dialog to props dialog remove unused imports, copyright date update, tweak Created recursive create labels and shapes method for gui element. replaced dict[rot] storage of areas and lines with a single list for the current rotation standardized the Element inheritance __init__ usage in gui better error msg for empty statements Implement a recursive validation api in the base Element class. | |||
2009-09-09 | Merge branch 'forms' of http://gnuradio.org/git/jblum into master | Johnathan Corgan | |
* 'forms' of http://gnuradio.org/git/jblum: set text box bg color on change Round the slider's value, but not the internal representation. | |||
2009-09-09 | Merge branch 'usrp_siggen' of http://gnuradio.org/git/jblum into master | Johnathan Corgan | |
* 'usrp_siggen' of http://gnuradio.org/git/jblum: only import usrp and usrp2 modules in the setup methods updated digital to use installed usrp options tweaked ampl slider params copied usrp_siggen stuff from experimental gui into gnuradio tree | |||
2009-09-09 | Added missing file to ignores. | Johnathan Corgan | |
2009-09-09 | only import usrp and usrp2 modules in the setup methods | Josh Blum | |
2009-09-09 | updated digital to use installed usrp options | Josh Blum | |
2009-09-09 | tweaked ampl slider params | Josh Blum | |
2009-09-09 | set text box bg color on change | Josh Blum | |
2009-09-09 | Round the slider's value, but not the internal representation. | Josh Blum | |
Now, the slider can operate on any step size without killing the precision for other forms. | |||
2009-09-09 | copied usrp_siggen stuff from experimental gui into gnuradio tree | Josh Blum | |
2009-09-08 | use show signal to perform initial gui update | Josh Blum | |
2009-09-08 | removed qr_fft.py from gr-utils | Eric Blossom | |
2009-09-06 | Fixed the usrp and usrp2 probe scripts to work with the new gui param api. | Josh Blum | |
Also fixed the scripts to work since they were broken by previous changes. Get input in param class now pases a param instance (self) into the object. | |||
2009-09-06 | propsdialog tweaks | Josh Blum | |
2009-09-05 | more code cleanup for properties dialog | Josh Blum | |
2009-09-05 | Rework the params/properties dialog and param gui class: | Josh Blum | |
Better handles dynamic changes and subsequent code cleanup. | |||
2009-09-05 | renamed params dialog to props dialog | Josh Blum | |
2009-09-05 | Add missing cstdio includes for gcc 4.4 compatibility | Johnathan Corgan | |
2009-09-05 | remove unused imports, copyright date update, tweak | Josh Blum | |
2009-09-05 | Created recursive create labels and shapes method for gui element. | Josh Blum | |
Replaces update methods in the gui classes and simplifies calls. The master update method in flow graph calls create labels and shapes. | |||
2009-09-05 | replaced dict[rot] storage of areas and lines with a single list for the ↵ | Josh Blum | |
current rotation | |||
2009-09-05 | standardized the Element inheritance __init__ usage in gui | Josh Blum | |
2009-09-05 | better error msg for empty statements | Josh Blum | |