| Commit message (Expand) | Author | Age | Files | Lines |
* | [grc] fixes from recent commits (merges #1473) | Håkon Vågsether | 2017-09-30 | 1 | -2/+5 |
* | [grc] additional fixes from merging bokeh-gui (#1434) | Sebastian Koslowski | 2017-09-30 | 1 | -5/+2 |
* | Merge branch 'next' into python3 | Johnathan Corgan | 2017-09-25 | 1 | -2/+5 |
|\ |
|
| * | grc: Avoid use of different style/color icons. | Ron Economos | 2017-08-26 | 1 | -2/+5 |
* | | grc: added yaml/mako support | Sebastian Koslowski | 2017-06-29 | 1 | -1/+1 |
* | | grc: gtk3: Small fixes for PR 1299 | Seth Hitefield | 2017-05-11 | 1 | -2/+3 |
* | | Merge branch 'next' into python3 | Johnathan Corgan | 2017-05-03 | 1 | -0/+3 |
|\| |
|
| * | grc: Add window icon for main window | Paul Wicks | 2017-04-05 | 1 | -0/+3 |
* | | grc: gtk3: Converted actions to Gio.Action instead of Gtk.Action | Seth Hitefield | 2017-05-03 | 1 | -8/+17 |
* | | grc: refactor: Added logging | Seth Hitefield | 2016-09-23 | 1 | -0/+5 |
* | | grc: refactor: Moved the notebook and console into separate classes. | Seth Hitefield | 2016-09-23 | 1 | -37/+27 |
* | | grc: refactor: Moved preferences to Config.py | Seth Hitefield | 2016-09-23 | 1 | -16/+16 |
* | | grc: refactor: Cleaned up imports | Seth Hitefield | 2016-09-22 | 1 | -6/+1 |
* | | grc: gtk3: Converted to Gtk.Application (ActionHandler) and Gtk.ApplicationWi... | Seth Hitefield | 2016-09-22 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'upstream/next' into gtk3 | Sebastian Koslowski | 2016-09-12 | 1 | -6/+15 |
|\| |
|
| * | grc: backwards compatibility fix for pygtk 2.16 (centos6) | Michael De Nil | 2016-09-09 | 1 | -6/+15 |
* | | grc: gtk3: minor gui flowgraph cleanup | Sebastian Koslowski | 2016-08-30 | 1 | -2/+2 |
* | | grc: gtk3: fixup dialogs | Glenn Richardson | 2016-08-09 | 1 | -4/+4 |
* | | grc: refactor: Port, Param, Options init clean-up | Sebastian Koslowski | 2016-07-29 | 1 | -9/+1 |
* | | grc-refactor: Block: remove key getters | Sebastian Koslowski | 2016-07-13 | 1 | -1/+1 |
* | | grc: py3k compat using python-modernize | Sebastian Koslowski | 2016-06-09 | 1 | -2/+4 |
* | | grc-refactor: replace some unnecessary getters | Sebastian Koslowski | 2016-06-01 | 1 | -38/+36 |
* | | grc: gtk3: remove canvas size and enable zooming | Sebastian Koslowski | 2016-05-31 | 1 | -2/+2 |
* | | grc: remove all Cheetah templates from GUI | Sebastian Koslowski | 2016-05-30 | 1 | -51/+18 |
* | | gtk3: add flowgraph draw code and other gtk3 fixes (WIP) | Sebastian Koslowski | 2016-05-24 | 1 | -16/+12 |
* | | grc: Main window opens with pygobject and gtk3. Still throws tons of errors. | Seth Hitefield | 2016-05-24 | 1 | -24/+31 |
|/ |
|
* | grc: Renamed reports window to console. | Seth Hitefield | 2016-05-20 | 1 | -22/+22 |
* | grc: Added the variable editor panel | Seth Hitefield | 2016-05-18 | 1 | -21/+99 |
* | grc: remove 'Showing: ...' messages | Sebastian Koslowski | 2016-05-18 | 1 | -1/+0 |
* | grc-refactor: Platform.py | Sebastian Koslowski | 2016-02-17 | 1 | -2/+4 |
* | grc-refactor: move Messages to core | Sebastian Koslowski | 2016-02-17 | 1 | -13/+11 |
* | grc: Fixed issue where the recent file list includes files that do not exist. | Seth Hitefield | 2015-12-07 | 1 | -1/+1 |
* | grc: added recently opened flowgraph submenu and toolbar button dropdown menu | Glenn Richardson | 2015-11-16 | 1 | -4/+6 |
* | grc: add File->New submenu with generate modes preset, Bar.py refactoring | Sebastian Koslowski | 2015-10-01 | 1 | -2/+8 |
* | grc: fixup Actions*.py | Sebastian Koslowski | 2015-10-01 | 1 | -1/+1 |
* | grc: close unsaved pages first (for cancel save option) | Sebastian Koslowski | 2015-04-02 | 1 | -4/+7 |
* | grc: Default button in save dialog is now 'save' instead of 'close without sa... | Ethan Trewhitt | 2015-04-02 | 1 | -1/+1 |
* | grc: Reworked save confirmation dialog to allow cancel option | Ethan Trewhitt | 2015-04-02 | 1 | -8/+18 |
* | grc: update all flowgraphs when hiding port labels | Sebastian Koslowski | 2014-10-01 | 1 | -6/+6 |
* | grc: Reloading blocks forces reload for all open flow graphs. | Seth Hitefield | 2014-08-26 | 1 | -0/+9 |
* | Removing trailing/extra whitespaces before release (for master). | Tom Rondeau | 2014-07-07 | 1 | -13/+13 |
* | grc: minor edits. removed extra whitespace | Sebastian Koslowski | 2014-06-13 | 1 | -1/+1 |
* | grc: Fixed scroll functionality in GRC. | Seth Hitefield | 2014-06-13 | 1 | -2/+1 |
* | Merge branch 'maint' | Johnathan Corgan | 2014-01-27 | 1 | -4/+2 |
|\ |
|
| * | grc: fix report window auto-scrolling | Sebastian Koslowski | 2014-01-18 | 1 | -4/+2 |
* | | grc: switched to ToggleActions; made visibility settings persistent | Sebastian Koslowski | 2013-11-24 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'maint' | Johnathan Corgan | 2013-11-07 | 1 | -2/+2 |
|\ |
|
| * | grc: make backspace chars work in TextDisplay | Sebastian Koslowski | 2013-11-07 | 1 | -2/+2 |
* | | filter-based block tree search | Sebastian Koslowski | 2013-10-24 | 1 | -1/+1 |
|/ |
|
* | grc: Fix whitespace issue in grc to use proper spaces | Tim O'Shea | 2013-07-09 | 1 | -271/+271 |