Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | grc: fix missing actions when OK chosen without apply first | Johnathan Corgan | 2015-04-06 | 1 | -1/+1 | |
| | ||||||
* | grc: new param type 'multiline' for comment entry box | Sebastian Koslowski | 2015-04-03 | 1 | -2/+6 | |
| | ||||||
* | grc: fix apply button, on enable it if needed, update main window on apply | Sebastian Koslowski | 2015-04-03 | 1 | -14/+19 | |
| | ||||||
* | Revert "grc: PropsDialog: apply button and hotkey (Ctrl+Enter)" | Johnathan Corgan | 2015-04-02 | 1 | -16/+3 | |
| | | | | This reverts commit 9b57c33393dda48933fd5968070a4a7cac1290ca. | |||||
* | grc: PropsDialog: apply button and hotkey (Ctrl+Enter) | Sebastian Koslowski | 2015-04-02 | 1 | -3/+16 | |
| | ||||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -6/+6 | |
| | | | | 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). | |||||
* | grc: tabbed probs: fix initial error box height | Sebastian Koslowski | 2014-03-17 | 1 | -1/+1 | |
| | ||||||
* | grc: tabbed props: no more double entries | Sebastian Koslowski | 2014-03-17 | 1 | -11/+6 | |
| | ||||||
* | grc: tabbed PropsDialog | Sebastian Koslowski | 2014-03-15 | 1 | -55/+78 | |
| | ||||||
* | grc: Fix whitespace issue in grc to use proper spaces | Tim O'Shea | 2013-07-09 | 1 | -147/+147 | |
| | | | | Remove all \t's to match the rest of GNU Radio | |||||
* | docs: Modified argument formating in python docstrings in grc. | Ben Reynwar | 2012-08-14 | 1 | -6/+18 | |
| | ||||||
* | Added a run options to the "no gui" generate options. | Josh Blum | 2009-10-03 | 1 | -6/+5 | |
| | | | | | | | | | The user can select between run to completion and prompt for exit. Also fixed the props dialog is changed function to have better hashes. Now we hash a tuple of all "relevant" items which is "order aware". Since xoring the individual hashes proved faulty when 2 params alternated hiding. (cherry picked from commit fd37328c778ea8014e9ea9d932e61e5d229dd012) | |||||
* | Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum" | Johnathan Corgan | 2009-09-25 | 1 | -5/+6 | |
| | | | | This reverts commit 06281feea16143ca97a77348f72e1c6dd0616c57. | |||||
* | Added a run options to the "no gui" generate options. | Josh Blum | 2009-09-25 | 1 | -6/+5 | |
| | | | | | | | | The user can select between run to completion and prompt for exit. Also fixed the props dialog is changed function to have better hashes. Now we hash a tuple of all "relevant" items which is "order aware". Since xoring the individual hashes proved faulty when 2 params alternated hiding. | |||||
* | fixed issue where entry boxes lost focus (mishandling of hide changing) | Josh Blum | 2009-09-14 | 1 | -1/+3 | |
| | ||||||
* | fix for uniformity convention with gtk signal name strings | Josh Blum | 2009-09-13 | 1 | -1/+1 | |
| | ||||||
* | rename variable, use keysyms in props dialog | Josh Blum | 2009-09-10 | 1 | -2/+3 | |
| | ||||||
* | properties dialog with ok/cancel buttons | Josh Blum | 2009-09-09 | 1 | -12/+6 | |
| | ||||||
* | use show signal to perform initial gui update | Josh Blum | 2009-09-08 | 1 | -12/+22 | |
| | ||||||
* | Fixed the usrp and usrp2 probe scripts to work with the new gui param api. | Josh Blum | 2009-09-06 | 1 | -1/+1 | |
| | | | | | 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. | |||||
* | propsdialog tweaks | Josh Blum | 2009-09-06 | 1 | -21/+18 | |
| | ||||||
* | more code cleanup for properties dialog | Josh Blum | 2009-09-05 | 1 | -1/+1 | |
| | ||||||
* | Rework the params/properties dialog and param gui class: | Josh Blum | 2009-09-05 | 1 | -31/+53 | |
| | | | | Better handles dynamic changes and subsequent code cleanup. | |||||
* | renamed params dialog to props dialog | Josh Blum | 2009-09-05 | 1 | -0/+145 | |