Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing old emails and names in copyrights | gatecat | 2021-06-12 | 1 | -1/+1 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Fix compiler warnings introduced by -Wextra | gatecat | 2021-02-25 | 1 | -0/+2 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Skip same frames | Miodrag Milanovic | 2020-01-11 | 1 | -1/+3 |
| | |||||
* | Enable screenshot and recording feature | Miodrag Milanovic | 2020-01-05 | 1 | -1/+7 |
| | |||||
* | Add options to enable/disable displayed elements | Miodrag Milanovic | 2019-12-20 | 1 | -0/+6 |
| | |||||
* | clangformat run | Miodrag Milanovic | 2019-12-08 | 1 | -1/+1 |
| | |||||
* | Add more zoom | Miodrag Milanovic | 2019-10-20 | 1 | -1/+1 |
| | |||||
* | Sorted out zoomout, works for all now | Miodrag Milanovic | 2018-11-11 | 1 | -20/+3 |
| | |||||
* | Update grid properly | Miodrag Milanovic | 2018-10-27 | 1 | -0/+3 |
| | |||||
* | clangformat | Miodrag Milanovic | 2018-10-27 | 1 | -1/+1 |
| | |||||
* | Fix tooltip position when doing screenshot | Miodrag Milanovic | 2018-10-24 | 1 | -0/+2 |
| | |||||
* | Display hint on mouse over | Miodrag Milanovic | 2018-10-24 | 1 | -0/+2 |
| | |||||
* | gui: improved FPGAViewWidget::paintGL() performance | Mateusz Zalega | 2018-10-23 | 1 | -0/+1 |
| | | | | | | | | | Profiling revealed that memcpy() in QOpenGLBuffer::allocate() had been taking the most time during paintGL() calls. I've been able to take the CPU usage down to about 1/4 of its previous values by caching elements in VBOs and updating them only after subsequent calls to renderGraphicElement(). Signed-off-by: Mateusz Zalega <mateusz@appliedsourcery.com> | ||||
* | Recalculate max zoom level depending of arch | Miodrag Milanovic | 2018-10-14 | 1 | -2/+2 |
| | |||||
* | Hover on items in tree | Miodrag Milanovic | 2018-08-22 | 1 | -0/+1 |
| | |||||
* | Fix hover when cursor leaves view, fixes #63 | Miodrag Milanovic | 2018-08-22 | 1 | -0/+1 |
| | |||||
* | gui: fix zoom outbound not happening with fast startup time | Sergiusz Bazanski | 2018-08-01 | 1 | -2/+0 |
| | |||||
* | gui: unselect on click and zoom fixes | Sergiusz Bazanski | 2018-07-27 | 1 | -1/+2 |
| | |||||
* | gui: deunionize PickedElement to support arches with typedefd Ids | Sergiusz Bazanski | 2018-07-27 | 1 | -28/+51 |
| | |||||
* | gui: allow building for ECP5 and on Windows | Sergiusz Bazanski | 2018-07-27 | 1 | -0/+20 |
| | |||||
* | gui: allow selecting pips | Sergiusz Bazanski | 2018-07-27 | 1 | -0/+1 |
| | |||||
* | gui: ctrl click to select multiple elements | Sergiusz Bazanski | 2018-07-27 | 1 | -3/+3 |
| | |||||
* | gui: rejigger maximum zoom out | Sergiusz Bazanski | 2018-07-27 | 1 | -1/+1 |
| | |||||
* | gui: implement zoom to selection | Sergiusz Bazanski | 2018-07-27 | 1 | -4/+7 |
| | |||||
* | gui: clang-format | Sergiusz Bazanski | 2018-07-27 | 1 | -15/+13 |
| | |||||
* | gui: implement zoom to outbounds | Sergiusz Bazanski | 2018-07-27 | 1 | -14/+43 |
| | |||||
* | gui: implement basic cursor picking | Sergiusz Bazanski | 2018-07-26 | 1 | -5/+53 |
| | |||||
* | wip | Sergiusz Bazanski | 2018-07-26 | 1 | -19/+11 |
| | |||||
* | Merge branch 'master' into q3k/clickity | Sergiusz Bazanski | 2018-07-26 | 1 | -201/+27 |
|\ | |||||
| * | gui: move polyline/lineshader to gui/lineshader.{h,cc} | Sergiusz Bazanski | 2018-07-26 | 1 | -174/+1 |
| | | |||||
| * | gui: refactor FPGAViewWidget even more slightly | Sergiusz Bazanski | 2018-07-26 | 1 | -21/+19 |
| | | |||||
| * | gui: refactor FPGAViewWidget slightly | Sergiusz Bazanski | 2018-07-26 | 1 | -7/+8 |
| | | |||||
* | | Merge branch 'master' into q3k/clickity | Sergiusz Bazanski | 2018-07-26 | 1 | -12/+5 |
|\| | |||||
| * | gui: style fixes | Sergiusz Bazanski | 2018-07-26 | 1 | -12/+5 |
| | | |||||
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Sergiusz Bazanski | 2018-07-26 | 1 | -0/+6 |
|\| | |||||
| * | clangformat and GraphicElement::style comments | Clifford Wolf | 2018-07-26 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | added buttons for new zoom operations | Miodrag Milanovic | 2018-07-26 | 1 | -1/+5 |
| | | |||||
* | | gui: clickable bels, WIP | Sergiusz Bazanski | 2018-07-26 | 1 | -0/+20 |
|/ | |||||
* | QTimer::start(std::chrono::duration -> int) | Sergiusz Bazanski | 2018-07-21 | 1 | -1/+1 |
| | | | | The chrono::duration-friendly method is availble from Qt 5.8 only. | ||||
* | clang-format and uncomment debug | Sergiusz Bazanski | 2018-07-20 | 1 | -17/+15 |
| | |||||
* | Refactor renderer thread | Sergiusz Bazanski | 2018-07-20 | 1 | -3/+57 |
| | |||||
* | WIP. | Serge Bazanski | 2018-07-17 | 1 | -25/+37 |
| | |||||
* | added highlight groups | Miodrag Milanovic | 2018-07-15 | 1 | -1/+7 |
| | |||||
* | add select on property pane, and action to double click | Miodrag Milanovic | 2018-07-15 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Sergiusz Bazanski | 2018-07-14 | 1 | -17/+16 |
|\ | |||||
| * | display selected object from tree | Miodrag Milanovic | 2018-07-14 | 1 | -1/+6 |
| | | |||||
* | | Revert "Make GUI nice and smooth." | Sergiusz Bazanski | 2018-07-14 | 1 | -80/+19 |
|/ | | | | This reverts commit a8c84e90a39c54174dd24b5b76bd17aed8311481. | ||||
* | Make GUI nice and smooth. | Sergiusz Bazanski | 2018-07-13 | 1 | -19/+80 |
| | |||||
* | Style. | Sergiusz Bazanski | 2018-07-13 | 1 | -14/+15 |
| | |||||
* | Add coloring per graphics element style | Miodrag Milanovic | 2018-07-13 | 1 | -8/+9 |
| |