Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gui: fix race condition when selecting elements during plavement | Sergiusz Bazanski | 2018-08-01 | 1 | -12/+45 |
| | |||||
* | gui: lock arch when accessing/building treemodel | Sergiusz Bazanski | 2018-08-01 | 1 | -2/+13 |
| | |||||
* | gui: move tree model into own namespace | Sergiusz Bazanski | 2018-08-01 | 1 | -11/+11 |
| | |||||
* | gui: restore menu for new tree model | Sergiusz Bazanski | 2018-08-01 | 1 | -47/+50 |
| | |||||
* | gui: restore property navigation in tree | Sergiusz Bazanski | 2018-08-01 | 1 | -5/+5 |
| | |||||
* | gui: restore lookup into tree after new model | Sergiusz Bazanski | 2018-08-01 | 1 | -9/+18 |
| | |||||
* | Merge branch 'master' into q3k/treemodel-fast | Sergiusz Bazanski | 2018-08-01 | 1 | -7/+23 |
|\ | |||||
| * | Implement simple search | Miodrag Milanovic | 2018-07-30 | 1 | -5/+21 |
| | | |||||
* | | gui: lazy loading of tree model | Sergiusz Bazanski | 2018-07-31 | 1 | -69/+69 |
|/ | |||||
* | double click on tree, zoom on selected object | Miodrag Milanovic | 2018-07-29 | 1 | -2/+3 |
| | |||||
* | add proper info on model changes | Miodrag Milanovic | 2018-07-28 | 1 | -8/+10 |
| | |||||
* | fix select multiple, and reinit model | Miodrag Milanovic | 2018-07-28 | 1 | -11/+11 |
| | |||||
* | Clean highlight selection if removed from tree | Miodrag Milanovic | 2018-07-28 | 1 | -0/+12 |
| | |||||
* | Move all to tree model | Miodrag Milanovic | 2018-07-28 | 1 | -280/+64 |
| | |||||
* | gui: allow selecting pips | Sergiusz Bazanski | 2018-07-27 | 1 | -0/+8 |
| | |||||
* | gui: ctrl click to select multiple elements | Sergiusz Bazanski | 2018-07-27 | 1 | -7/+7 |
| | |||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/clickity | Sergiusz Bazanski | 2018-07-26 | 1 | -8/+15 |
|\ | |||||
| * | Added back select on property list | Miodrag Milanovic | 2018-07-26 | 1 | -8/+15 |
| | | |||||
* | | gui: implement basic cursor picking | Sergiusz Bazanski | 2018-07-26 | 1 | -0/+7 |
| | | |||||
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Sergiusz Bazanski | 2018-07-26 | 1 | -54/+76 |
|\| | |||||
| * | clangformat and GraphicElement::style comments | Clifford Wolf | 2018-07-26 | 1 | -8/+6 |
| | | | | | | | | 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> | ||||
| * | highlight operation on multiple items | Miodrag Milanovic | 2018-07-26 | 1 | -53/+51 |
| | | |||||
| * | 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 | 1 | -0/+7 |
|/ | |||||
* | Disable pips for now on ECP5 just to be able to work on other parts | Miodrag Milanovic | 2018-07-24 | 1 | -0/+2 |
| | |||||
* | make update of tree for nets and cells partial | Miodrag Milanovic | 2018-07-23 | 1 | -24/+54 |
| | |||||
* | Proper highlight/selected cleanup on context re-init | Miodrag Milanovic | 2018-07-23 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | 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> | ||||
* | 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 |
| | |||||
* | 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 | 1 | -0/+16 |
| | |||||
* | removed not used and buggy features | Miodrag Milanovic | 2018-07-18 | 1 | -5/+0 |
| | |||||
* | 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 | 1 | -0/+5 |
| | |||||
* | added highlight groups | Miodrag Milanovic | 2018-07-15 | 1 | -41/+124 |
| | |||||
* | added browsing history | Miodrag Milanovic | 2018-07-15 | 1 | -0/+56 |
| | |||||
* | make linked items clickable | Miodrag Milanovic | 2018-07-15 | 1 | -15/+43 |
| | |||||
* | add select on property pane, and action to double click | Miodrag Milanovic | 2018-07-15 | 1 | -17/+41 |
| | |||||
* | show selected item from property window as well, cleanup | Miodrag Milanovic | 2018-07-15 | 1 | -254/+183 |
| | |||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Sergiusz Bazanski | 2018-07-14 | 1 | -19/+29 |
|\ | |||||
| * | display selected object from tree | Miodrag Milanovic | 2018-07-14 | 1 | -2/+13 |
| | | |||||
| * | simplified Icon allocation | Miodrag Milanovic | 2018-07-14 | 1 | -15/+10 |
| | |