aboutsummaryrefslogtreecommitdiffstats
path: root/gui
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* make update of tree for nets and cells partialMiodrag Milanovic2018-07-232-26/+56
|
* Proper highlight/selected cleanup on context re-initMiodrag Milanovic2018-07-232-0/+4
|
* write frequency infoMiodrag Milanovic2018-07-231-0/+1
|
* always assign budget before placingMiodrag Milanovic2018-07-231-2/+2
|
* Added Bel port info to GUIMiodrag Milanovic2018-07-221-0/+8
|
* Move to new apiMiodrag Milanovic2018-07-221-12/+3
|
* clangformatClifford Wolf2018-07-221-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* QTimer::start(std::chrono::duration -> int)Sergiusz Bazanski2018-07-212-3/+3
| | | | The chrono::duration-friendly method is availble from Qt 5.8 only.
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into ↵Sergiusz Bazanski2018-07-215-26/+138
|\ | | | | | | q3k/lock-2-electric-boogaloo
| * Fix minor issue in GUI Wire propertiesClifford Wolf2018-07-211-2/+2
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Change DelayInfo semantics to what we actually needClifford Wolf2018-07-211-3/+12
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Fix warnings and statusMiodrag Milanovic2018-07-211-2/+2
| |
| * Made save project work as wellMiodrag Milanovic2018-07-214-8/+46
| |
| * made open project to workMiodrag Milanovic2018-07-211-2/+73
| |
| * make new context work againMiodrag Milanovic2018-07-201-0/+3
| |
| * Start adding bitstream reading for ice40Miodrag Milanovic2018-07-201-10/+1
| |
* | Use UI lock for yieldingSergiusz Bazanski2018-07-201-2/+2
| |
* | clang-format and uncomment debugSergiusz Bazanski2018-07-203-38/+35
| |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into ↵Sergiusz Bazanski2018-07-2014-495/+34
|\| | | | | | | q3k/lock-2-electric-boogaloo
| * Fix click on wire in net sectionMiodrag Milanovic2018-07-181-1/+1
| |
| * cell and net now can be selected, fixed issue with highlightMiodrag Milanovic2018-07-181-19/+15
| |
| * added clear action for browsing historyMiodrag Milanovic2018-07-184-0/+18
| |
| * removed not used and buggy featuresMiodrag Milanovic2018-07-1813-474/+0
| |
| * proper fixMiodrag Milanovic2018-07-171-3/+2
| |
* | Refactor renderer threadSergiusz Bazanski2018-07-202-27/+64
| |
* | WIP.Serge Bazanski2018-07-173-95/+207
|/
* remove non working codeMiodrag Milanovic2018-07-171-0/+2
|
* QT 5.5 does not have this feature and it is version in Ubuntu 16.04Miodrag Milanovic2018-07-171-0/+4
|
* Added check for yosys availabilityMiodrag Milanovic2018-07-173-5/+13
|
* add tooltip for folderMiodrag Milanovic2018-07-161-0/+1
|
* Added Yosys tab with interactive consoleMiodrag Milanovic2018-07-167-1/+328
|
* Fix MSVC buildMiodrag Milanovic2018-07-161-4/+4
|
* Make at least 50 of pips available in uphill/downhillMiodrag Milanovic2018-07-151-10/+21
|
* Added splash screen info while loadingMiodrag Milanovic2018-07-157-6/+39
|
* added highlight groupsMiodrag Milanovic2018-07-155-47/+173
|
* added browsing historyMiodrag Milanovic2018-07-152-0/+61
|
* make linked items clickableMiodrag Milanovic2018-07-153-25/+57
|
* add select on property pane, and action to double clickMiodrag Milanovic2018-07-155-28/+54
|
* show selected item from property window as well, cleanupMiodrag Milanovic2018-07-152-256/+201
|
* remove selected on context changeMiodrag Milanovic2018-07-141-0/+1
|
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrSergiusz Bazanski2018-07-1413-167/+134
|\
| * display selected object from treeMiodrag Milanovic2018-07-146-4/+41
| |
| * simplified Icon allocationMiodrag Milanovic2018-07-143-83/+50
| |
| * use itemSelectionChanged, keyboard selection worksMiodrag Milanovic2018-07-142-3/+7
| |
| * join python and info into one tabMiodrag Milanovic2018-07-149-42/+13
| |
* | Revert "Make GUI nice and smooth."Sergiusz Bazanski2018-07-142-132/+121
| | | | | | | | This reverts commit a8c84e90a39c54174dd24b5b76bd17aed8311481.
* | Revert "Move read methods to ReadMethods, remove some legacy access to Arch"Sergiusz Bazanski2018-07-141-14/+12
|/ | | | This reverts commit 3352ff4abbcac563e08d78ed8aa77728d00284a8.
* Move read methods to ReadMethods, remove some legacy access to ArchSergiusz Bazanski2018-07-141-12/+14
|