Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: Terminate instead of kill with Terminate button | Kartik Patel | 2017-07-31 | 1 | -2/+2 |
| | |||||
* | grc: all actions moved to ActionHandler | Kartik Patel | 2017-02-07 | 1 | -6/+13 |
| | | | | grc: minor code edits | ||||
* | grc: 'Save a copy' feature added | Kartik Patel | 2017-01-26 | 1 | -1/+19 |
| | |||||
* | grc: Add 'Create Duplicate' feature | Kartik Patel | 2017-01-26 | 1 | -2/+4 |
| | |||||
* | Merge remote-tracking branch 'skoslowski/fix_1089' into maint | Johnathan Corgan | 2016-11-12 | 1 | -1/+2 |
|\ | |||||
| * | grc: fix initial setting of generate mode (issue #1089) | Sebastian Koslowski | 2016-11-12 | 1 | -1/+2 |
| | | |||||
* | | grc: respect display scaling for block positions, canvas size and props dialog | Sebastian Koslowski | 2016-10-26 | 1 | -3/+5 |
|/ | |||||
* | Revert "Merge remote-tracking branch 'skoslowski/dpi_fix' into maint" | Johnathan Corgan | 2016-10-25 | 1 | -5/+3 |
| | | | | | This reverts commit afadc5cb5564cb9b6136db046adccde5856edf57, reversing changes made to 915f1b02408a6a4f2ce2ffb2d9336643745aa939. | ||||
* | grc: respect display scaling for block positions, canvas size and props dialog | Sebastian Koslowski | 2016-10-21 | 1 | -3/+5 |
| | |||||
* | grc: fix handling of initially opened files | Sebastian Koslowski | 2016-07-26 | 1 | -8/+5 |
| | | | | | File paths passed as argument were never converted to absolute paths. So the generator defaulted to /tmp since the directory write check failed (empty dirname) | ||||
* | grc: separate core and OOT block trees via the category of each block | Sebastian Koslowski | 2016-05-27 | 1 | -3/+2 |
| | | | | | | | Each block get assigned a module based on the root of its category. The category is set via a block_tree.xml or else from its <category> tag. The category root is only interpreted as module name if it is in square brackets. Else the default module 'Others' is used. | ||||
* | grc: fix flow graph execution (amends ActionHandler refactoring) | Sebastian Koslowski | 2016-05-23 | 1 | -3/+9 |
| | |||||
* | grc: Renamed reports window to console. | Seth Hitefield | 2016-05-20 | 1 | -24/+14 |
| | |||||
* | grc: Variable editor tweaks. | Seth Hitefield | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | grc: Added the variable editor panel | Seth Hitefield | 2016-05-18 | 1 | -34/+74 |
| | |||||
* | grc: some action handler refactoring, add flow_graph.update() wrapper | Sebastian Koslowski | 2016-05-18 | 1 | -145/+155 |
| | |||||
* | grc: optionally hide all variable blocks | Sebastian Koslowski | 2016-05-18 | 1 | -5/+7 |
| | |||||
* | grc: block alignment tools | Glenn Richardson | 2016-05-18 | 1 | -0/+10 |
| | |||||
* | grc-refactor: CMake fixes, start-up script cleaned up | Sebastian Koslowski | 2016-04-15 | 1 | -2/+0 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into refactoring | Sebastian Koslowski | 2016-04-15 | 1 | -0/+3 |
|\ | |||||
| * | grc: add select all action | Sebastian Koslowski | 2016-04-04 | 1 | -0/+3 |
| | | |||||
* | | grc-refactor: remove (hopefully) all deps to GR in core/ and gui/ | Sebastian Koslowski | 2016-04-05 | 1 | -14/+14 |
| | | |||||
* | | grc-refactor: move gui prefs to gui | Sebastian Koslowski | 2016-04-05 | 1 | -53/+6 |
| | | |||||
* | | grc-refactor: Platform.py | Sebastian Koslowski | 2016-02-17 | 1 | -1/+2 |
| | | |||||
* | | grc-refactor: move Messages to core | Sebastian Koslowski | 2016-02-17 | 1 | -13/+10 |
| | | |||||
* | | grc-refactor: rename grc/model/ to grc/core/ | Sebastian Koslowski | 2016-02-17 | 1 | -2/+2 |
| | | |||||
* | | grc-refactor: fixes, type-testing-flags, FlowGraph.py, (more) | Sebastian Koslowski | 2016-02-17 | 1 | -1/+1 |
| | | |||||
* | | grc-refactor: Moved code from grc.model.base to grc.model | Seth Hitefield | 2016-02-17 | 1 | -1/+2 |
| | | |||||
* | | grc-refactor: clean-up grc directory | Sebastian Koslowski | 2016-02-17 | 1 | -3/+2 |
| | | |||||
* | | grc-refactor: move grc.base to grc.python.base | Sebastian Koslowski | 2016-02-17 | 1 | -3/+6 |
|/ | |||||
* | grc: user-selectable transparent bg screen shots | Sebastian Koslowski | 2016-02-05 | 1 | -4/+4 |
| | |||||
* | grc: optional transparent bg in screen shots | Sebastian Koslowski | 2016-02-05 | 1 | -2/+2 |
| | |||||
* | grc: #fff as canvas bg color | Sebastian Koslowski | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | grc: fix 'Parser errors' menu item | Sebastian Koslowski | 2015-12-30 | 1 | -5/+5 |
| | |||||
* | grc: Fixed issue where the recent file list includes files that do not exist. | Seth Hitefield | 2015-12-07 | 1 | -3/+3 |
| | |||||
* | grc: added recently opened flowgraph submenu and toolbar button dropdown menu | Glenn Richardson | 2015-11-16 | 1 | -1/+8 |
| | |||||
* | grc: update PropsDialog on external param change | Sebastian Koslowski | 2015-11-11 | 1 | -4/+8 |
| | |||||
* | grc: open and update params from external editor | Sebastian Koslowski | 2015-11-11 | 1 | -0/+4 |
| | |||||
* | grc: simple dialog for selecting QSS theme for QT GUI apps | Glenn Richardson | 2015-10-01 | 1 | -2/+13 |
| | |||||
* | grc: add File->New submenu with generate modes preset, Bar.py refactoring | Sebastian Koslowski | 2015-10-01 | 1 | -2/+5 |
| | |||||
* | grc: Flowgraph complexity. Shows under options block when enabled. | Seth Hitefield | 2015-09-26 | 1 | -21/+22 |
| | |||||
* | grc: show cmdline when xterm is used | Sebastian Koslowski | 2015-08-21 | 1 | -1/+0 |
| | |||||
* | grc: add warning for invalid xterm setting (fixes #828) | Sebastian Koslowski | 2015-08-13 | 1 | -0/+5 |
| | |||||
* | grc: clean-up ActionHandler.py imports | Sebastian Koslowski | 2015-08-13 | 1 | -12/+12 |
| | |||||
* | grc: add QT GUI hier blocks (#727) | Sebastian Koslowski | 2015-07-17 | 1 | -1/+1 |
| | |||||
* | grc: add user settings for canvas default size and canvas font size (+ ↵ | Sebastian Koslowski | 2015-07-17 | 1 | -1/+3 |
| | | | | clean-ups) | ||||
* | grc: only show code preview tab after user enables it | Sebastian Koslowski | 2015-07-17 | 1 | -0/+4 |
| | |||||
* | grc: Added ability to bypass blocks (Suggested by Chris Headley). | Seth Hitefield | 2015-06-11 | 1 | -13/+29 |
| | | | | | Only for blocks that have a single source and sink of the same type. Feature can be disabled per block using the 'disable_bypass' flag in the block definition. | ||||
* | grc: add applied parameter changes to undo history | Sebastian Koslowski | 2015-04-09 | 1 | -5/+5 |
| | |||||
* | grc: add toggle switch to hide comments | Sebastian Koslowski | 2015-04-03 | 1 | -2/+6 |
| |