summaryrefslogtreecommitdiff
path: root/grc/gui/PropsDialog.py
Commit message (Collapse)AuthorAgeFilesLines
...
* grc: fix missing actions when OK chosen without apply firstJohnathan Corgan2015-04-061-1/+1
|
* grc: new param type 'multiline' for comment entry boxSebastian Koslowski2015-04-031-2/+6
|
* grc: fix apply button, on enable it if needed, update main window on applySebastian Koslowski2015-04-031-14/+19
|
* Revert "grc: PropsDialog: apply button and hotkey (Ctrl+Enter)"Johnathan Corgan2015-04-021-16/+3
| | | | This reverts commit 9b57c33393dda48933fd5968070a4a7cac1290ca.
* grc: PropsDialog: apply button and hotkey (Ctrl+Enter)Sebastian Koslowski2015-04-021-3/+16
|
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-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 heightSebastian Koslowski2014-03-171-1/+1
|
* grc: tabbed props: no more double entriesSebastian Koslowski2014-03-171-11/+6
|
* grc: tabbed PropsDialogSebastian Koslowski2014-03-151-55/+78
|
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-147/+147
| | | | Remove all \t's to match the rest of GNU Radio
* docs: Modified argument formating in python docstrings in grc.Ben Reynwar2012-08-141-6/+18
|
* Added a run options to the "no gui" generate options.Josh Blum2009-10-031-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 Corgan2009-09-251-5/+6
| | | | This reverts commit 06281feea16143ca97a77348f72e1c6dd0616c57.
* Added a run options to the "no gui" generate options.Josh Blum2009-09-251-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 Blum2009-09-141-1/+3
|
* fix for uniformity convention with gtk signal name stringsJosh Blum2009-09-131-1/+1
|
* rename variable, use keysyms in props dialogJosh Blum2009-09-101-2/+3
|
* properties dialog with ok/cancel buttonsJosh Blum2009-09-091-12/+6
|
* use show signal to perform initial gui updateJosh Blum2009-09-081-12/+22
|
* Fixed the usrp and usrp2 probe scripts to work with the new gui param api.Josh Blum2009-09-061-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 tweaksJosh Blum2009-09-061-21/+18
|
* more code cleanup for properties dialogJosh Blum2009-09-051-1/+1
|
* Rework the params/properties dialog and param gui class:Josh Blum2009-09-051-31/+53
| | | | Better handles dynamic changes and subsequent code cleanup.
* renamed params dialog to props dialogJosh Blum2009-09-051-0/+145