summaryrefslogtreecommitdiff
path: root/grc/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'python3_fix' into nextAndrej Rode2018-06-2439-4761/+4976
|\
| * Merge branch 'python3_fix' into python3_mergeAndrej Rode2018-06-238-25/+36
| |\
| | * Added the Delete key to the delete actionHåkon Vågsether2017-11-091-0/+1
| | * grc: move some of the param checkers to separate fileSebastian Koslowski2017-11-092-2/+6
| | * grc: refactor: move Param cls to core.paramsSebastian Koslowski2017-11-081-3/+1
| | * grc: disable auto-conversion and implement json cacheSebastian Koslowski2017-11-081-2/+2
| | * Merge branch 'merges/next' into merges/python3Sebastian Koslowski2017-10-264-18/+26
| | |\
| | | * Merge branch 'merges/master' into merges/nextSebastian Koslowski2017-10-268-69/+78
| | | |\
| | | | * grc: make props dialog dark-theme friendlySebastian Koslowski2017-10-263-14/+10
| | | | * Added parent (aka 'transient for') references to most (if not all) dialog box...Ethan Trewhitt2017-10-257-55/+68
| * | | | Fixed pasting blocks from clipboardHåkon Vågsether2018-03-221-27/+16
| |/ / /
| * | | [grc] better path handling in generator (merges #1473)Håkon Vågsether2017-09-301-1/+1
| * | | [grc] fixes from recent commits (merges #1473)Håkon Vågsether2017-09-301-2/+5
| * | | [grc] additional fixes from merging bokeh-gui (#1434)Sebastian Koslowski2017-09-301-5/+2
| * | | Merge branch 'next' into python3Johnathan Corgan2017-09-251-2/+5
| |\| |
| * | | grc: gtk3: fix #1290Sebastian Koslowski2017-08-301-0/+3
| * | | Merge remote-tracking branch 'github/pr/1412' into python3Johnathan Corgan2017-08-141-1/+1
| |\ \ \
| | * | | Fixing the generate options chooser from the new flowgraph menu.Håkon Vågsether2017-08-051-1/+1
| * | | | Merge remote-tracking branch 'github/pr/1406' into python3Johnathan Corgan2017-08-141-1/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | grc: Starts on both Python 2 and 3Seth Hitefield2017-07-301-1/+4
| * | | | Merge branch 'next' into python3Johnathan Corgan2017-08-031-2/+3
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | grc: added yaml/mako supportSebastian Koslowski2017-06-2913-156/+168
| * | | | grc: gtk3: Small fixes for PR 1299Seth Hitefield2017-05-113-28/+39
| * | | | Merge branch 'next' into python3Johnathan Corgan2017-05-032-0/+3
| |\ \ \ \
| * | | | | grc: gtk3: Converted actions to Gio.Action instead of Gtk.ActionSeth Hitefield2017-05-0313-696/+876
| * | | | | grc: fix regressions from gtk3 mergeSebastian Koslowski2017-03-222-4/+7
| * | | | | Merge branch 'next' into python3Johnathan Corgan2017-03-163-0/+39
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'gtk3' into python3Sebastian Koslowski2017-03-0938-3754/+3788
| |\ \ \ \ \ \
| | * | | | | | grc: gtk minor fixesSebastian Koslowski2017-03-092-2/+3
| | * | | | | | cmake: add DIRECTORY support to GR_PYTHON_INSTALL and use it for grcSebastian Koslowski2017-01-192-52/+0
| | * | | | | | grc: gtk3: drag to connectSebastian Koslowski2017-01-112-11/+82
| | * | | | | | grc: gtk3: invalid connection all redSebastian Koslowski2017-01-111-8/+9
| | * | | | | | grc: gtk3: curved connectionsSebastian Koslowski2017-01-118-193/+156
| | * | | | | | grc: gtk3: reimplemented custom bg colors for param entry boxesSebastian Koslowski2017-01-116-67/+77
| | * | | | | | grc: gtk3: python3 error, some cmake fixesSebastian Koslowski2017-01-112-0/+27
| | * | | | | | grc: gtk3: fix block layout sizes when zoomingSebastian Koslowski2017-01-117-55/+71
| | * | | | | | grc: gtk3: fix canvas extent after zoomingSebastian Koslowski2017-01-065-19/+19
| | * | | | | | Merge remote-tracking branch 'upstream/next' into gtk3Sebastian Koslowski2016-11-179-43/+38
| | |\ \ \ \ \ \
| | * | | | | | | grc: gtk3: fix multi-block moveSebastian Koslowski2016-09-231-10/+11
| | * | | | | | | grc: refactor: Added loggingSeth Hitefield2016-09-232-0/+13
| | * | | | | | | grc: gtk3: Renamed the ActionHandler to ApplicationSeth Hitefield2016-09-233-6/+3
| | * | | | | | | grc: refactor: Moved the notebook and console into separate classes.Seth Hitefield2016-09-234-42/+108
| | * | | | | | | grc: refactor: Moved preferences to Config.pySeth Hitefield2016-09-239-213/+163
| | * | | | | | | grc: refactor: Cleaned up importsSeth Hitefield2016-09-228-26/+12
| | * | | | | | | grc: gtk3: Converted to Gtk.Application (ActionHandler) and Gtk.ApplicationWi...Seth Hitefield2016-09-222-10/+21
| | * | | | | | | grc: refactor: make gr.prefs() optional (for testing)Sebastian Koslowski2016-09-192-13/+17
| | * | | | | | | grc: gtk3: fix MessageDialog for Variable Panel configSebastian Koslowski2016-09-141-5/+4
| | * | | | | | | grc: refactor: move drawables in subpackageSebastian Koslowski2016-09-138-57/+75
| | * | | | | | | Merge remote-tracking branch 'upstream/next' into gtk3Sebastian Koslowski2016-09-122-9/+15
| | |\ \ \ \ \ \ \
| | * | | | | | | | grc: gtk3: make screnshots as png, pdf and svgSebastian Koslowski2016-09-124-11/+48