aboutsummaryrefslogtreecommitdiffstats
path: root/gui/fpgaviewwidget.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* Merge branch 'ice40gfx' into 'master'Clifford Wolf2018-07-111-5/+25
|\ | | | | | | | | Ice40gfx See merge request SymbioticEDA/nextpnr!7
| * Add GUI Decals APIClifford Wolf2018-07-111-0/+20
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Increase max zoom, decrease line widthDavid Shah2018-07-091-3/+3
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * Reduce line width, adding some switchboxesDavid Shah2018-07-091-3/+3
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | reversed Y coordinate in guiMiodrag Milanovic2018-07-111-1/+1
|/
* clang format and some cleanupMiodrag Milanovic2018-07-061-1/+1
|
* no messages on console if all is fine with openglMiodrag Milanovic2018-07-051-1/+1
|
* Disable warning from qt5 andMiodrag Milanovic2018-07-051-2/+2
|
* clangformat cleanupMiodrag Milanovic2018-06-281-4/+2
|
* Make GUI use recreated contextMiodrag Milanovic2018-06-261-15/+17
|
* clangformat cleanupMiodrag Milanovic2018-06-231-32/+17
|
* OpenGL 3.1, VAO/VBOSergiusz Bazanski2018-06-221-15/+69
|
* Small fixes.Sergiusz Bazanski2018-06-221-10/+10
|
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/glSergiusz Bazanski2018-06-221-2/+2
|\
| * fixed namespace for gui sectionMiodrag Milanovic2018-06-221-0/+4
| |
| * Make arch specific main windowMiodrag Milanovic2018-06-211-2/+2
| |
* | Reimplement FPGAWidget in modern OpenGL.Sergiusz Bazanski2018-06-221-97/+295
|/
* Rename Design to Context, derive from Arch instead of instantiatingClifford Wolf2018-06-181-4/+4
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* nice way to get main windowMiodrag Milanovic2018-06-101-3/+13
|
* Draw fpga modelMiodrag Milanovic2018-06-101-13/+42
|
* Propagate design to widgetMiodrag Milanovic2018-06-101-0/+2
|
* clang format for gui related filesMiodrag Milanovic2018-06-061-41/+22
|