Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
| * | proper fix | Miodrag Milanovic | 2018-07-17 | 1 | -3/+2 | |
| | | ||||||
* | | Refactor renderer thread | Sergiusz Bazanski | 2018-07-20 | 2 | -27/+64 | |
| | | ||||||
* | | WIP. | Serge Bazanski | 2018-07-17 | 3 | -95/+207 | |
|/ | ||||||
* | remove non working code | Miodrag Milanovic | 2018-07-17 | 1 | -0/+2 | |
| | ||||||
* | QT 5.5 does not have this feature and it is version in Ubuntu 16.04 | Miodrag Milanovic | 2018-07-17 | 1 | -0/+4 | |
| | ||||||
* | Added check for yosys availability | Miodrag Milanovic | 2018-07-17 | 3 | -5/+13 | |
| | ||||||
* | add tooltip for folder | Miodrag Milanovic | 2018-07-16 | 1 | -0/+1 | |
| | ||||||
* | Added Yosys tab with interactive console | Miodrag Milanovic | 2018-07-16 | 7 | -1/+328 | |
| | ||||||
* | Fix MSVC build | Miodrag Milanovic | 2018-07-16 | 1 | -4/+4 | |
| | ||||||
* | Make at least 50 of pips available in uphill/downhill | Miodrag Milanovic | 2018-07-15 | 1 | -10/+21 | |
| | ||||||
* | Added splash screen info while loading | Miodrag Milanovic | 2018-07-15 | 7 | -6/+39 | |
| | ||||||
* | added highlight groups | Miodrag Milanovic | 2018-07-15 | 5 | -47/+173 | |
| | ||||||
* | added browsing history | Miodrag Milanovic | 2018-07-15 | 2 | -0/+61 | |
| | ||||||
* | make linked items clickable | Miodrag Milanovic | 2018-07-15 | 3 | -25/+57 | |
| | ||||||
* | add select on property pane, and action to double click | Miodrag Milanovic | 2018-07-15 | 5 | -28/+54 | |
| | ||||||
* | show selected item from property window as well, cleanup | Miodrag Milanovic | 2018-07-15 | 2 | -256/+201 | |
| | ||||||
* | 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 | 13 | -167/+134 | |
|\ | ||||||
| * | display selected object from tree | Miodrag Milanovic | 2018-07-14 | 6 | -4/+41 | |
| | | ||||||
| * | simplified Icon allocation | Miodrag Milanovic | 2018-07-14 | 3 | -83/+50 | |
| | | ||||||
| * | use itemSelectionChanged, keyboard selection works | Miodrag Milanovic | 2018-07-14 | 2 | -3/+7 | |
| | | ||||||
| * | join python and info into one tab | Miodrag Milanovic | 2018-07-14 | 9 | -42/+13 | |
| | | ||||||
* | | Revert "Make GUI nice and smooth." | Sergiusz Bazanski | 2018-07-14 | 2 | -132/+121 | |
| | | | | | | | | This reverts commit a8c84e90a39c54174dd24b5b76bd17aed8311481. | |||||
* | | Revert "Move read methods to ReadMethods, remove some legacy access to Arch" | Sergiusz Bazanski | 2018-07-14 | 1 | -14/+12 | |
|/ | | | | This reverts commit 3352ff4abbcac563e08d78ed8aa77728d00284a8. | |||||
* | Move read methods to ReadMethods, remove some legacy access to Arch | Sergiusz Bazanski | 2018-07-14 | 1 | -12/+14 | |
| | ||||||
* | Make GUI nice and smooth. | Sergiusz Bazanski | 2018-07-13 | 2 | -121/+132 | |
| | ||||||
* | Made python console use edit line and better | Miodrag Milanovic | 2018-07-13 | 8 | -10/+249 | |
| |