summaryrefslogtreecommitdiff
path: root/grc/gui/Bars.py
Commit message (Expand)AuthorAgeFilesLines
* grc: gtk3: Converted actions to Gio.Action instead of Gtk.ActionSeth Hitefield2017-05-031-263/+256
* Merge branch 'next' into python3Johnathan Corgan2017-03-161-0/+2
|\
| * grc: all actions moved to ActionHandlerKartik Patel2017-02-071-1/+1
| * grc: 'Save a copy' feature addedKartik Patel2017-01-261-0/+1
| * grc: Add 'Create Duplicate' featureKartik Patel2017-01-261-0/+1
* | grc: refactor: Moved preferences to Config.pySeth Hitefield2016-09-231-2/+2
* | grc: refactor: Cleaned up importsSeth Hitefield2016-09-221-4/+2
* | grc: gtk3: update various deprecated gtk callsSebastian Koslowski2016-08-031-3/+3
* | grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-1/+2
* | gtk3: add flowgraph draw code and other gtk3 fixes (WIP)Sebastian Koslowski2016-05-241-1/+3
* | grc: Main window opens with pygobject and gtk3. Still throws tons of errors.Seth Hitefield2016-05-241-30/+33
|/
* grc: Renamed reports window to console.Seth Hitefield2016-05-201-3/+3
* grc: Added the variable editor panelSeth Hitefield2016-05-181-0/+4
* grc: optionally hide all variable blocksSebastian Koslowski2016-05-181-0/+1
* grc: block alignment toolsGlenn Richardson2016-05-181-0/+1
* Merge branch 'maint_grcwg' into master_grcwgSebastian Koslowski2016-04-251-2/+2
|\
| * grc: show underscores in recent files menuSebastian Koslowski2016-04-251-2/+2
* | grc: add select all actionSebastian Koslowski2016-04-041-0/+1
|/
* 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-31/+93
* grc: simple dialog for selecting QSS theme for QT GUI appsGlenn Richardson2015-10-011-0/+1
* grc: add File->New submenu with generate modes preset, Bar.py refactoringSebastian Koslowski2015-10-011-41/+71
* grc: Flowgraph complexity. Shows under options block when enabled.Seth Hitefield2015-09-261-0/+2
* grc: only show code preview tab after user enables itSebastian Koslowski2015-07-171-0/+2
* grc: Added ability to bypass blocks (Suggested by Chris Headley).Seth Hitefield2015-06-111-0/+3
* grc: add toggle switch to hide commentsSebastian Koslowski2015-04-031-0/+1
* grc: move context def into Bars.py and add submenuSebastian Koslowski2015-04-021-3/+50
* grc: clean-up toolbarSebastian Koslowski2014-08-261-3/+0
* grc: added save_reports action.Seth Hitefield2014-08-261-0/+2
* Merge remote-tracking branch 'gnuradio-wg-grc/grc_snap_blocks_to_grid'Johnathan Corgan2014-08-201-0/+1
|\
| * grc: toggle action and mod1 modifier for snap-to-gridSebastian Koslowski2014-08-201-0/+1
* | grc: renaming 'Build' menu to 'Run'Sebastian Koslowski2014-08-151-1/+1
|/
* grc: toogle action to disable auto-hiding port labelsSebastian Koslowski2014-07-111-0/+3
* grc: Changed dialog to directly call the SCROLL_LOCK and CLEAR_REPORTS actions.Seth Hitefield2014-06-131-1/+2
* grc: Fixed scroll functionality in GRC.Seth Hitefield2014-06-131-0/+3
* grc: tools menu entry 'more to come'Sebastian Koslowski2014-04-161-0/+2
* grc: new tools menu to execute gr_filter_designSebastian Koslowski2014-04-161-0/+3
* grc: option to hide disabled blocksSebastian Koslowski2014-04-081-0/+1
* grc: renaming flowgraph errors menu item and xml parser actionSebastian Koslowski2014-01-181-1/+1
* grc: adding a page that captures and stores some XML parsing errorsTim O'Shea2014-01-181-0/+1
* grc: switched to ToggleActions; made visibility settings persistentSebastian Koslowski2013-11-241-4/+4
* grc: toggle visibility of report and block tree widgetsSebastian Koslowski2013-11-221-0/+3
* Add 'Find Blocks' action and auto-hide search entry boxSebastian Koslowski2013-10-241-0/+2
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-103/+103
* grc: add bus portsNicholas McCarthy2013-07-081-0/+1
* added the ability to open custom GRC hier block definitions from graphs using...Tim O'Shea2012-09-281-0/+1
* adding GRC Reload Block XML actionTim O'Shea2012-09-281-0/+2
* put the flow graph errors button into the toolbarJosh Blum2009-09-181-0/+1
* added errors dialog to show all error messages in flow graphJosh Blum2009-09-181-0/+3
* Reworked actions api and actions objects:Josh Blum2009-09-131-7/+5