summaryrefslogtreecommitdiff
path: root/grc/gui/MainWindow.py
Commit message (Collapse)AuthorAgeFilesLines
* grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-2/+4
|
* grc-refactor: replace some unnecessary gettersSebastian Koslowski2016-06-011-38/+36
|
* grc: gtk3: remove canvas size and enable zoomingSebastian Koslowski2016-05-311-2/+2
|
* grc: remove all Cheetah templates from GUISebastian Koslowski2016-05-301-51/+18
|
* gtk3: add flowgraph draw code and other gtk3 fixes (WIP)Sebastian Koslowski2016-05-241-16/+12
|
* grc: Main window opens with pygobject and gtk3. Still throws tons of errors.Seth Hitefield2016-05-241-24/+31
|
* grc: Renamed reports window to console.Seth Hitefield2016-05-201-22/+22
|
* grc: Added the variable editor panelSeth Hitefield2016-05-181-21/+99
|
* grc: remove 'Showing: ...' messagesSebastian Koslowski2016-05-181-1/+0
|
* grc-refactor: Platform.pySebastian Koslowski2016-02-171-2/+4
|
* grc-refactor: move Messages to coreSebastian Koslowski2016-02-171-13/+11
|
* grc: Fixed issue where the recent file list includes files that do not exist.Seth Hitefield2015-12-071-1/+1
|
* grc: added recently opened flowgraph submenu and toolbar button dropdown menuGlenn Richardson2015-11-161-4/+6
|
* grc: add File->New submenu with generate modes preset, Bar.py refactoringSebastian Koslowski2015-10-011-2/+8
|
* grc: fixup Actions*.pySebastian Koslowski2015-10-011-1/+1
|
* grc: close unsaved pages first (for cancel save option)Sebastian Koslowski2015-04-021-4/+7
|
* grc: Default button in save dialog is now 'save' instead of 'close without ↵Ethan Trewhitt2015-04-021-1/+1
| | | | saving'
* grc: Reworked save confirmation dialog to allow cancel optionEthan Trewhitt2015-04-021-8/+18
|
* grc: update all flowgraphs when hiding port labelsSebastian Koslowski2014-10-011-6/+6
|
* grc: Reloading blocks forces reload for all open flow graphs.Seth Hitefield2014-08-261-0/+9
|
* Removing trailing/extra whitespaces before release (for master).Tom Rondeau2014-07-071-13/+13
| | | | 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: minor edits. removed extra whitespaceSebastian Koslowski2014-06-131-1/+1
|
* grc: Fixed scroll functionality in GRC.Seth Hitefield2014-06-131-2/+1
| | | | Also added clear and scrollback capability for the logging window
* Merge branch 'maint'Johnathan Corgan2014-01-271-4/+2
|\
| * grc: fix report window auto-scrollingSebastian Koslowski2014-01-181-4/+2
| |
* | grc: switched to ToggleActions; made visibility settings persistentSebastian Koslowski2013-11-241-0/+2
|/
* Merge branch 'maint'Johnathan Corgan2013-11-071-2/+2
|\
| * grc: make backspace chars work in TextDisplaySebastian Koslowski2013-11-071-2/+2
| |
* | filter-based block tree searchSebastian Koslowski2013-10-241-1/+1
|/
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-271/+271
| | | | Remove all \t's to match the rest of GNU Radio
* Merge branch 'master' into nextTom Rondeau2013-01-151-0/+3
|\ | | | | | | | | | | | | | | Conflicts: gr-digital/examples/demod/ber_simulation.grc gr-digital/examples/demod/digital_freq_lock.grc gr-digital/examples/demod/pam_sync.grc gr-digital/examples/demod/pam_timing.grc
| * grc: Fixed Bug #485 by gracefully exiting when user sets ↵Martin Braun2013-01-151-0/+3
| | | | | | | | GR_DONT_LOAD_PREFS=1 GRC_BLOCKS_PATH=
* | Merge branch 'master' into nextJohnathan Corgan2012-09-281-1/+4
|\|
| * added the ability to open custom GRC hier block definitions from graphs ↵Tim O'Shea2012-09-281-0/+2
| | | | | | | | using an instance of them
| * adding GRC Reload Block XML actionTim O'Shea2012-09-281-1/+2
| |
* | docs: Modified argument formating in python docstrings in grc.Ben Reynwar2012-08-141-17/+45
|/
* grc: swap store the subprocess object rather than the pid when executingJosh Blum2011-03-131-3/+3
| | | | | For some reason os.kill(p.pid, SIGKILL) does not work on windows. However, the subprocess p.kill() works just fine for both systems.
* Simply Actions module imports, using module prefix.Josh Blum2009-09-131-9/+6
|
* Reworked actions api and actions objects:Josh Blum2009-09-131-10/+10
| | | | | | | 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.
* Merging r11186:11273 from grc branch.jblum2009-06-231-0/+324
Fixes, features, and reorganization for grc. Minor fixes and features for wxgui forms. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 221aa14e-8319-0410-a670-987f0aec2ac5