aboutsummaryrefslogtreecommitdiffstats
path: root/gui/designwidget.cc
Commit message (Expand)AuthorAgeFilesLines
* clangformatDavid Shah2018-09-301-10/+7
* gui: Fix another zero-decal issueDavid Shah2018-09-251-1/+3
* Apply GUI fix from @mmickoDavid Shah2018-09-251-1/+3
* Added hover on properties as well, fixes #64Miodrag Milanovic2018-08-221-0/+20
* Hover on items in treeMiodrag Milanovic2018-08-221-5/+37
* Add arch attributes display to GUIClifford Wolf2018-08-181-0/+15
* Get rid of PortPin and BelType (ice40, generic, docs)Clifford Wolf2018-08-081-4/+4
* API change: Use CellInfo* and NetInfo* as cell/net handles (common, ice40)Clifford Wolf2018-08-051-6/+6
* 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
| * Add getWireType()/getPipType() APIClifford Wolf2018-07-261-0/+2
| * 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
* Change DelayInfo semantics to what we actually needClifford Wolf2018-07-211-3/+12
* 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