aboutsummaryrefslogtreecommitdiffstats
path: root/gui/fpgaviewwidget.cc
Commit message (Collapse)AuthorAgeFilesLines
* gui: fix zoom outbound not happening with fast startup timeSergiusz Bazanski2018-08-011-6/+10
|
* gui: unselect on click and zoom fixesSergiusz Bazanski2018-07-271-6/+24
|
* gui: deunionize PickedElement to support arches with typedefd IdsSergiusz Bazanski2018-07-271-9/+18
|
* gui: allow selecting pipsSergiusz Bazanski2018-07-271-0/+2
|
* gui: do not allow selecting FRAMEsSergiusz Bazanski2018-07-271-1/+1
|
* gui: don't keep stale hover selectionsSergiusz Bazanski2018-07-271-1/+7
|
* gui: ctrl click to select multiple elementsSergiusz Bazanski2018-07-271-5/+11
|
* gui: implement zoom to selectionSergiusz Bazanski2018-07-271-42/+47
|
* gui: clang-formatSergiusz Bazanski2018-07-271-66/+65
|
* gui: implement zoom to outboundsSergiusz Bazanski2018-07-271-21/+85
|
* gui: implement basic cursor pickingSergiusz Bazanski2018-07-261-46/+221
|
* wipSergiusz Bazanski2018-07-261-46/+71
|
* Merge branch 'master' into q3k/clickitySergiusz Bazanski2018-07-261-349/+151
|\
| * gui: move polyline/lineshader to gui/lineshader.{h,cc}Sergiusz Bazanski2018-07-261-211/+0
| |
| * gui: refactor FPGAViewWidget even more slightlySergiusz Bazanski2018-07-261-7/+9
| |
| * gui: refactor FPGAViewWidget slightlySergiusz Bazanski2018-07-261-130/+142
| |
| * common: rename GraphicElement::{style,type} enums, add _MAX membersSergiusz Bazanski2018-07-261-10/+10
| |
* | Merge branch 'master' into q3k/clickitySergiusz Bazanski2018-07-261-4/+4
|\|
| * gui: style fixesSergiusz Bazanski2018-07-261-4/+4
| |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrSergiusz Bazanski2018-07-261-14/+25
|\|
| * added buttons for new zoom operationsMiodrag Milanovic2018-07-261-14/+25
| |
* | gui: clickable bels, WIPSergiusz Bazanski2018-07-261-15/+59
|/
* Fix for zero length caseMiodrag Milanovic2018-07-251-0/+2
|
* Change G_FRAME color to be significantly darker than G_ACTIVEClifford Wolf2018-07-241-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add G_ARROW (for now same look as G_LINE)Clifford Wolf2018-07-241-2/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Proper highlight/selected cleanup on context re-initMiodrag Milanovic2018-07-231-0/+3
|
* QTimer::start(std::chrono::duration -> int)Sergiusz Bazanski2018-07-211-2/+2
| | | | The chrono::duration-friendly method is availble from Qt 5.8 only.
* Use UI lock for yieldingSergiusz Bazanski2018-07-201-2/+2
|
* clang-format and uncomment debugSergiusz Bazanski2018-07-201-11/+10
|
* Refactor renderer threadSergiusz Bazanski2018-07-201-24/+7
|
* WIP.Serge Bazanski2018-07-171-60/+160
|
* Added check for yosys availabilityMiodrag Milanovic2018-07-171-4/+1
|
* Fix MSVC buildMiodrag Milanovic2018-07-161-4/+4
|
* added highlight groupsMiodrag Milanovic2018-07-151-4/+32
|
* add select on property pane, and action to double clickMiodrag Milanovic2018-07-151-3/+3
|
* remove selected on context changeMiodrag Milanovic2018-07-141-0/+1
|
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrSergiusz Bazanski2018-07-141-20/+32
|\
| * display selected object from treeMiodrag Milanovic2018-07-141-1/+19
| |
* | Revert "Make GUI nice and smooth."Sergiusz Bazanski2018-07-141-52/+102
|/ | | | This reverts commit a8c84e90a39c54174dd24b5b76bd17aed8311481.
* Make GUI nice and smooth.Sergiusz Bazanski2018-07-131-102/+52
|
* Style.Sergiusz Bazanski2018-07-131-37/+20
|
* invert palette for fpga viewerMiodrag Milanovic2018-07-131-0/+10
|
* Add coloring per graphics element styleMiodrag Milanovic2018-07-131-29/+71
|
* Remove legacy graphics APISergiusz Bazanski2018-07-121-26/+26
| | | | | For now we do not optimize the OpenGL renderer against the new decal API, but this can be done in the future.
* Updates from clang-formatClifford Wolf2018-07-121-10/+6
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/fix-zoomSergiusz Bazanski2018-07-121-7/+14
|\
| * make colors configurable, changed to grayMiodrag Milanovic2018-07-121-7/+14
| |
* | Fix zoom in fpgawidgetSergiusz Bazanski2018-07-121-57/+52
|/
* changed order of scale and translate, makes it zoom at centerMiodrag Milanovic2018-07-121-2/+2
|
* Add Groups APIClifford Wolf2018-07-121-0/+10
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>