Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generic: GUI Python bindings | David Shah | 2019-04-03 | 1 | -1/+2 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | clangformat | David Shah | 2019-03-22 | 1 | -5/+5 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #249 from koriakin/gui-tab-fix | Miodrag Milanović | 2019-03-12 | 1 | -4/+4 |
|\ | | | | | gui: Fix Cells/Nets tab contents. | ||||
| * | gui: Fix Cells/Nets tab contents. | Marcin Kościelnicki | 2019-03-12 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Marcin Kościelnicki <marcin@symbioticeda.com> | ||||
* | | gui/fpgaviewwidget: Make background opaque | David Shah | 2019-03-12 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | gui: Allow shift+drag to move around the view | Sylvain Munaut | 2019-02-22 | 1 | -5/+14 |
|/ | | | | | | | right & middle clight are really inconvenient when working with a touchpad in tap-to-click mode Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | Better resize, FPGAViewWidget minimal is now 320x200, fixes #222 | Miodrag Milanovic | 2019-02-07 | 1 | -1/+1 |
| | |||||
* | Fix reading conflicting wire in GUI for pips, fixes #225 | Miodrag Milanovic | 2019-02-07 | 1 | -2/+6 |
| | |||||
* | Add GUI for executing python file | Miodrag Milanovic | 2018-12-14 | 8 | -0/+45 |
| | |||||
* | Fix crash exiting nextpnr gui | Miodrag Milanovic | 2018-12-06 | 1 | -0/+1 |
| | |||||
* | Fix crash starting the GUI on macOS where we must request a core profile. | Adrian Jeakins | 2018-12-04 | 1 | -0/+1 |
| | | | | See http://doc.qt.io/qt-5/qabstractopenglfunctions.html | ||||
* | Refactor log code and add log file support | David Shah | 2018-11-21 | 1 | -1/+0 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | clangformat | David Shah | 2018-11-16 | 6 | -97/+86 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #107 from YosysHQ/router_improve | Eddie Hung | 2018-11-13 | 1 | -0/+4 |
|\ | | | | | Major rewrite of "router1" | ||||
| * | clangformat | Clifford Wolf | 2018-11-11 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Add getConflictingWireWire() arch API, streamline getConflictingXY semantic | Clifford Wolf | 2018-11-11 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Add getConflictingPipWire() arch API, router1 improvements | Clifford Wolf | 2018-11-11 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Make zoom in/out always display content | Miodrag Milanovic | 2018-11-12 | 1 | -1/+1 |
| | | |||||
* | | Show wires in tree for ECP5 as well | Miodrag Milanovic | 2018-11-11 | 1 | -2/+7 |
| | | |||||
* | | multiple selection fix | Miodrag Milanovic | 2018-11-11 | 1 | -1/+14 |
| | | |||||
* | | Pip visible for all archs | Miodrag Milanovic | 2018-11-11 | 1 | -6/+6 |
| | | |||||
* | | Propagate proper ctx, fixes fetchMore | Miodrag Milanovic | 2018-11-11 | 3 | -13/+14 |
| | | |||||
* | | Sorted out zoomout, works for all now | Miodrag Milanovic | 2018-11-11 | 2 | -42/+12 |
| | | |||||
* | | Merge pull request #93 from YosysHQ/gui_changes | Miodrag Milanović | 2018-11-10 | 7 | -213/+323 |
|\ \ | |/ |/| | Gui changes | ||||
| * | change to const auto& | Miodrag Milanovic | 2018-10-30 | 1 | -1/+1 |
| | | |||||
| * | Changes to cover issues from code review | Miodrag Milanovic | 2018-10-29 | 2 | -26/+25 |
| | | |||||
| * | fix unselect from tree | Miodrag Milanovic | 2018-10-28 | 1 | -4/+2 |
| | | |||||
| * | Fix keep selection on multiple trees | Miodrag Milanovic | 2018-10-27 | 1 | -8/+32 |
| | | |||||
| * | update properties based on move history | Miodrag Milanovic | 2018-10-27 | 1 | -17/+37 |
| | | |||||
| * | Update grid properly | Miodrag Milanovic | 2018-10-27 | 2 | -16/+28 |
| | | |||||
| * | clangformat | Miodrag Milanovic | 2018-10-27 | 6 | -56/+74 |
| | | |||||
| * | Cleanup | Miodrag Milanovic | 2018-10-27 | 3 | -30/+15 |
| | | |||||
| * | simplify and move arround | Miodrag Milanovic | 2018-10-27 | 3 | -85/+58 |
| | | |||||
| * | Split tree models and make other features work with it | Miodrag Milanovic | 2018-10-27 | 4 | -143/+221 |
| | | |||||
| * | make grid cover device only, do not zoom in if there are no elements | Miodrag Milanovic | 2018-10-27 | 1 | -4/+7 |
| | | |||||
* | | Fix method override in gui | Miodrag Milanovic | 2018-11-05 | 3 | -3/+3 |
| | | |||||
* | | Fix lpf button action | Miodrag Milanovic | 2018-11-03 | 1 | -0/+1 |
| | | |||||
* | | Added image generator and regenerate icons | Miodrag Milanovic | 2018-11-03 | 7 | -0/+6 |
| | | |||||
* | | Added LPF support and all chip models available for select | Miodrag Milanovic | 2018-11-03 | 4 | -6/+50 |
|/ | |||||
* | fix edge case | Miodrag Milanovic | 2018-10-27 | 1 | -1/+1 |
| | |||||
* | No gain in optimizing this, but lead to wrong display | Miodrag Milanovic | 2018-10-26 | 1 | -10/+4 |
| | |||||
* | Merge pull request #96 from YosysHQ/imgui | Miodrag Milanović | 2018-10-26 | 3 | -4/+62 |
|\ | | | | | Imgui integration | ||||
| * | Fix tooltip position when doing screenshot | Miodrag Milanovic | 2018-10-24 | 2 | -1/+6 |
| | | |||||
| * | Added cell and net info in hint | Miodrag Milanovic | 2018-10-24 | 1 | -1/+10 |
| | | |||||
| * | Fix propagating events | Miodrag Milanovic | 2018-10-24 | 1 | -0/+11 |
| | | |||||
| * | Display hint on mouse over | Miodrag Milanovic | 2018-10-24 | 2 | -0/+21 |
| | | |||||
| * | dummy imgui processing | Miodrag Milanovic | 2018-10-24 | 1 | -4/+10 |
| | | |||||
| * | Make imgui and qtgui compile on older qt as well, opengl 3.2 required | Miodrag Milanovic | 2018-10-24 | 1 | -1/+7 |
| | | |||||
* | | update last_render in case of change of any element, not just number of them | Miodrag Milanovic | 2018-10-26 | 1 | -4/+18 |
| | | | | | | | | optimize for hover/select/highlight where number matters | ||||
* | | do not invalidate buffer, leave as is | Miodrag Milanovic | 2018-10-25 | 1 | -7/+1 |
| | |