Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gui: fix #57 | Serge Bazanski | 2018-08-19 | 1 | -3/+17 |
* | fix zoom on elements, fixes #61 | Miodrag Milanovic | 2018-08-19 | 1 | -1/+1 |
* | gui: fix zoom outbound not happening with fast startup time | Sergiusz Bazanski | 2018-08-01 | 1 | -6/+10 |
* | gui: unselect on click and zoom fixes | Sergiusz Bazanski | 2018-07-27 | 1 | -6/+24 |
* | gui: deunionize PickedElement to support arches with typedefd Ids | Sergiusz Bazanski | 2018-07-27 | 1 | -9/+18 |
* | gui: allow selecting pips | Sergiusz Bazanski | 2018-07-27 | 1 | -0/+2 |
* | gui: do not allow selecting FRAMEs | Sergiusz Bazanski | 2018-07-27 | 1 | -1/+1 |
* | gui: don't keep stale hover selections | Sergiusz Bazanski | 2018-07-27 | 1 | -1/+7 |
* | gui: ctrl click to select multiple elements | Sergiusz Bazanski | 2018-07-27 | 1 | -5/+11 |
* | gui: implement zoom to selection | Sergiusz Bazanski | 2018-07-27 | 1 | -42/+47 |
* | gui: clang-format | Sergiusz Bazanski | 2018-07-27 | 1 | -66/+65 |
* | gui: implement zoom to outbounds | Sergiusz Bazanski | 2018-07-27 | 1 | -21/+85 |
* | gui: implement basic cursor picking | Sergiusz Bazanski | 2018-07-26 | 1 | -46/+221 |
* | wip | Sergiusz Bazanski | 2018-07-26 | 1 | -46/+71 |
* | Merge branch 'master' into q3k/clickity | Sergiusz Bazanski | 2018-07-26 | 1 | -349/+151 |
|\ | |||||
| * | gui: move polyline/lineshader to gui/lineshader.{h,cc} | Sergiusz Bazanski | 2018-07-26 | 1 | -211/+0 |
| * | gui: refactor FPGAViewWidget even more slightly | Sergiusz Bazanski | 2018-07-26 | 1 | -7/+9 |
| * | gui: refactor FPGAViewWidget slightly | Sergiusz Bazanski | 2018-07-26 | 1 | -130/+142 |
| * | common: rename GraphicElement::{style,type} enums, add _MAX members | Sergiusz Bazanski | 2018-07-26 | 1 | -10/+10 |
* | | Merge branch 'master' into q3k/clickity | Sergiusz Bazanski | 2018-07-26 | 1 | -4/+4 |
|\| | |||||
| * | gui: style fixes | Sergiusz Bazanski | 2018-07-26 | 1 | -4/+4 |
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Sergiusz Bazanski | 2018-07-26 | 1 | -14/+25 |
|\| | |||||
| * | added buttons for new zoom operations | Miodrag Milanovic | 2018-07-26 | 1 | -14/+25 |
* | | gui: clickable bels, WIP | Sergiusz Bazanski | 2018-07-26 | 1 | -15/+59 |
|/ | |||||
* | Fix for zero length case | Miodrag Milanovic | 2018-07-25 | 1 | -0/+2 |
* | Change G_FRAME color to be significantly darker than G_ACTIVE | Clifford Wolf | 2018-07-24 | 1 | -1/+1 |
* | Add G_ARROW (for now same look as G_LINE) | Clifford Wolf | 2018-07-24 | 1 | -2/+2 |
* | Proper highlight/selected cleanup on context re-init | Miodrag Milanovic | 2018-07-23 | 1 | -0/+3 |
* | QTimer::start(std::chrono::duration -> int) | Sergiusz Bazanski | 2018-07-21 | 1 | -2/+2 |
* | Use UI lock for yielding | Sergiusz Bazanski | 2018-07-20 | 1 | -2/+2 |
* | clang-format and uncomment debug | Sergiusz Bazanski | 2018-07-20 | 1 | -11/+10 |
* | Refactor renderer thread | Sergiusz Bazanski | 2018-07-20 | 1 | -24/+7 |
* | WIP. | Serge Bazanski | 2018-07-17 | 1 | -60/+160 |
* | Added check for yosys availability | Miodrag Milanovic | 2018-07-17 | 1 | -4/+1 |
* | Fix MSVC build | Miodrag Milanovic | 2018-07-16 | 1 | -4/+4 |
* | added highlight groups | Miodrag Milanovic | 2018-07-15 | 1 | -4/+32 |
* | add select on property pane, and action to double click | Miodrag Milanovic | 2018-07-15 | 1 | -3/+3 |
* | remove selected on context change | Miodrag Milanovic | 2018-07-14 | 1 | -0/+1 |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Sergiusz Bazanski | 2018-07-14 | 1 | -20/+32 |
|\ | |||||
| * | display selected object from tree | Miodrag Milanovic | 2018-07-14 | 1 | -1/+19 |
* | | Revert "Make GUI nice and smooth." | Sergiusz Bazanski | 2018-07-14 | 1 | -52/+102 |
|/ | |||||
* | Make GUI nice and smooth. | Sergiusz Bazanski | 2018-07-13 | 1 | -102/+52 |
* | Style. | Sergiusz Bazanski | 2018-07-13 | 1 | -37/+20 |
* | invert palette for fpga viewer | Miodrag Milanovic | 2018-07-13 | 1 | -0/+10 |
* | Add coloring per graphics element style | Miodrag Milanovic | 2018-07-13 | 1 | -29/+71 |
* | Remove legacy graphics API | Sergiusz Bazanski | 2018-07-12 | 1 | -26/+26 |
* | Updates from clang-format | Clifford Wolf | 2018-07-12 | 1 | -10/+6 |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/fix-zoom | Sergiusz Bazanski | 2018-07-12 | 1 | -7/+14 |
|\ | |||||
| * | make colors configurable, changed to gray | Miodrag Milanovic | 2018-07-12 | 1 | -7/+14 |
* | | Fix zoom in fpgawidget | Sergiusz Bazanski | 2018-07-12 | 1 | -57/+52 |
|/ |