aboutsummaryrefslogtreecommitdiffstats
path: root/gui/designwidget.cc
Commit message (Collapse)AuthorAgeFilesLines
* Moved to new signal slot syntaxMiodrag Milanovic2018-08-031-3/+2
|
* clangformatMiodrag Milanovic2018-08-021-3/+3
|
* gui: fix race condition when selecting elements during plavementSergiusz Bazanski2018-08-011-12/+45
|
* gui: lock arch when accessing/building treemodelSergiusz Bazanski2018-08-011-2/+13
|
* gui: move tree model into own namespaceSergiusz Bazanski2018-08-011-11/+11
|
* gui: restore menu for new tree modelSergiusz Bazanski2018-08-011-47/+50
|
* gui: restore property navigation in treeSergiusz Bazanski2018-08-011-5/+5
|
* gui: restore lookup into tree after new modelSergiusz Bazanski2018-08-011-9/+18
|
* Merge branch 'master' into q3k/treemodel-fastSergiusz Bazanski2018-08-011-7/+23
|\
| * Implement simple searchMiodrag Milanovic2018-07-301-5/+21
| |
* | gui: lazy loading of tree modelSergiusz Bazanski2018-07-311-69/+69
|/
* double click on tree, zoom on selected objectMiodrag Milanovic2018-07-291-2/+3
|
* add proper info on model changesMiodrag Milanovic2018-07-281-8/+10
|
* fix select multiple, and reinit modelMiodrag Milanovic2018-07-281-11/+11
|
* Clean highlight selection if removed from treeMiodrag Milanovic2018-07-281-0/+12
|
* Move all to tree modelMiodrag Milanovic2018-07-281-280/+64
|
* gui: allow selecting pipsSergiusz Bazanski2018-07-271-0/+8
|
* gui: ctrl click to select multiple elementsSergiusz Bazanski2018-07-271-7/+7
|
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/clickitySergiusz Bazanski2018-07-261-8/+15
|\
| * Added back select on property listMiodrag Milanovic2018-07-261-8/+15
| |
* | gui: implement basic cursor pickingSergiusz Bazanski2018-07-261-0/+7
| |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrSergiusz Bazanski2018-07-261-54/+76
|\|
| * clangformat and GraphicElement::style commentsClifford Wolf2018-07-261-8/+6
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Add getWireType()/getPipType() APIClifford Wolf2018-07-261-0/+2
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * highlight operation on multiple itemsMiodrag Milanovic2018-07-261-53/+51
| |
| * clangformatEddie Hung2018-07-251-4/+3
| |
| * made select multiple to workMiodrag Milanovic2018-07-251-0/+13
| |
| * Add ability for multiple selection, enable for select only items that make senseMiodrag Milanovic2018-07-251-0/+12
| |
* | gui: clickable bels, WIPSergiusz Bazanski2018-07-261-0/+7
|/
* Disable pips for now on ECP5 just to be able to work on other partsMiodrag Milanovic2018-07-241-0/+2
|
* make update of tree for nets and cells partialMiodrag Milanovic2018-07-231-24/+54
|
* Proper highlight/selected cleanup on context re-initMiodrag Milanovic2018-07-231-0/+1
|
* Added Bel port info to GUIMiodrag Milanovic2018-07-221-0/+8
|
* Move to new apiMiodrag Milanovic2018-07-221-12/+3
|
* 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>
* make new context work againMiodrag Milanovic2018-07-201-0/+3
|
* Start adding bitstream reading for ice40Miodrag Milanovic2018-07-201-10/+1
|
* 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-181-0/+16
|
* removed not used and buggy featuresMiodrag Milanovic2018-07-181-5/+0
|
* Make at least 50 of pips available in uphill/downhillMiodrag Milanovic2018-07-151-10/+21
|
* Added splash screen info while loadingMiodrag Milanovic2018-07-151-0/+5
|
* added highlight groupsMiodrag Milanovic2018-07-151-41/+124
|
* added browsing historyMiodrag Milanovic2018-07-151-0/+56
|
* make linked items clickableMiodrag Milanovic2018-07-151-15/+43
|
* add select on property pane, and action to double clickMiodrag Milanovic2018-07-151-17/+41
|
* show selected item from property window as well, cleanupMiodrag Milanovic2018-07-151-254/+183
|
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrSergiusz Bazanski2018-07-141-19/+29
|\