Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Added back select on property list | Miodrag Milanovic | 2018-07-26 | 1 | -8/+15 | |
| | | ||||||
* | | gui: after review of quadtree by msgctl, tougher tests | Sergiusz Bazanski | 2018-07-26 | 1 | -5/+15 | |
| | | ||||||
* | | gui: implement basic cursor picking | Sergiusz Bazanski | 2018-07-26 | 5 | -52/+285 | |
| | | ||||||
* | | wip | Sergiusz Bazanski | 2018-07-26 | 2 | -65/+82 | |
| | | ||||||
* | | Merge branch 'master' into q3k/clickity | Sergiusz Bazanski | 2018-07-26 | 4 | -550/+623 | |
|\| | ||||||
| * | gui: include linshader.{cc,h} | Sergiusz Bazanski | 2018-07-26 | 2 | -0/+445 | |
| | | ||||||
| * | gui: move polyline/lineshader to gui/lineshader.{h,cc} | Sergiusz Bazanski | 2018-07-26 | 2 | -385/+1 | |
| | | ||||||
| * | gui: refactor FPGAViewWidget even more slightly | Sergiusz Bazanski | 2018-07-26 | 2 | -28/+28 | |
| | | ||||||
| * | gui: refactor FPGAViewWidget slightly | Sergiusz Bazanski | 2018-07-26 | 2 | -137/+150 | |
| | | ||||||
| * | 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 | 3 | -20/+13 | |
|\| | ||||||
| * | gui: style fixes | Sergiusz Bazanski | 2018-07-26 | 3 | -20/+13 | |
| | | ||||||
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Sergiusz Bazanski | 2018-07-26 | 12 | -72/+145 | |
|\| | ||||||
| * | clangformat and GraphicElement::style comments | Clifford Wolf | 2018-07-26 | 3 | -9/+8 | |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | Add getWireType()/getPipType() API | Clifford Wolf | 2018-07-26 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | added buttons for new zoom operations | Miodrag Milanovic | 2018-07-26 | 10 | -17/+67 | |
| | | ||||||
| * | highlight operation on multiple items | Miodrag Milanovic | 2018-07-26 | 2 | -55/+52 | |
| | | ||||||
| * | clangformat | Eddie Hung | 2018-07-25 | 1 | -4/+3 | |
| | | ||||||
| * | made select multiple to work | Miodrag Milanovic | 2018-07-25 | 1 | -0/+13 | |
| | | ||||||
| * | Add ability for multiple selection, enable for select only items that make sense | Miodrag Milanovic | 2018-07-25 | 1 | -0/+12 | |
| | | ||||||
* | | gui: clickable bels, WIP | Sergiusz Bazanski | 2018-07-26 | 5 | -15/+88 | |
| | | ||||||
* | | gui: Add QuadTree and tests | Sergiusz Bazanski | 2018-07-25 | 1 | -0/+387 | |
|/ | ||||||
* | Merge branch 'bba' into 'master' | Clifford Wolf | 2018-07-25 | 1 | -0/+2 | |
|\ | | | | | | | | | bbasm See merge request SymbioticEDA/nextpnr!18 | |||||
| * | Fix for zero length case | Miodrag Milanovic | 2018-07-25 | 1 | -0/+2 | |
| | | ||||||
* | | Disable pips for now on ECP5 just to be able to work on other parts | Miodrag Milanovic | 2018-07-24 | 1 | -0/+2 | |
|/ | ||||||
* | Change G_FRAME color to be significantly darker than G_ACTIVE | Clifford Wolf | 2018-07-24 | 1 | -1/+1 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Add G_ARROW (for now same look as G_LINE) | Clifford Wolf | 2018-07-24 | 1 | -2/+2 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | make update of tree for nets and cells partial | Miodrag Milanovic | 2018-07-23 | 2 | -26/+56 | |
| | ||||||
* | Proper highlight/selected cleanup on context re-init | Miodrag Milanovic | 2018-07-23 | 2 | -0/+4 | |
| | ||||||
* | write frequency info | Miodrag Milanovic | 2018-07-23 | 1 | -0/+1 | |
| | ||||||
* | always assign budget before placing | Miodrag Milanovic | 2018-07-23 | 1 | -2/+2 | |
| | ||||||
* | Added Bel port info to GUI | Miodrag Milanovic | 2018-07-22 | 1 | -0/+8 | |
| | ||||||
* | Move to new api | Miodrag Milanovic | 2018-07-22 | 1 | -12/+3 | |
| | ||||||
* | clangformat | Clifford Wolf | 2018-07-22 | 1 | -1/+1 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | QTimer::start(std::chrono::duration -> int) | Sergiusz Bazanski | 2018-07-21 | 2 | -3/+3 | |
| | | | | The chrono::duration-friendly method is availble from Qt 5.8 only. | |||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into ↵ | Sergiusz Bazanski | 2018-07-21 | 5 | -26/+138 | |
|\ | | | | | | | q3k/lock-2-electric-boogaloo | |||||
| * | Fix minor issue in GUI Wire properties | Clifford Wolf | 2018-07-21 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | Change DelayInfo semantics to what we actually need | Clifford Wolf | 2018-07-21 | 1 | -3/+12 | |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | Fix warnings and status | Miodrag Milanovic | 2018-07-21 | 1 | -2/+2 | |
| | | ||||||
| * | Made save project work as well | Miodrag Milanovic | 2018-07-21 | 4 | -8/+46 | |
| | | ||||||
| * | made open project to work | Miodrag Milanovic | 2018-07-21 | 1 | -2/+73 | |
| | | ||||||
| * | make new context work again | Miodrag Milanovic | 2018-07-20 | 1 | -0/+3 | |
| | | ||||||
| * | Start adding bitstream reading for ice40 | Miodrag Milanovic | 2018-07-20 | 1 | -10/+1 | |
| | | ||||||
* | | Use UI lock for yielding | Sergiusz Bazanski | 2018-07-20 | 1 | -2/+2 | |
| | | ||||||
* | | clang-format and uncomment debug | Sergiusz Bazanski | 2018-07-20 | 3 | -38/+35 | |
| | | ||||||
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into ↵ | Sergiusz Bazanski | 2018-07-20 | 14 | -495/+34 | |
|\| | | | | | | | q3k/lock-2-electric-boogaloo | |||||
| * | Fix click on wire in net section | Miodrag Milanovic | 2018-07-18 | 1 | -1/+1 | |
| | | ||||||
| * | cell and net now can be selected, fixed issue with highlight | Miodrag Milanovic | 2018-07-18 | 1 | -19/+15 | |
| | | ||||||
| * | added clear action for browsing history | Miodrag Milanovic | 2018-07-18 | 4 | -0/+18 | |
| | | ||||||
| * | removed not used and buggy features | Miodrag Milanovic | 2018-07-18 | 13 | -474/+0 | |
| | |