Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
| * | use itemSelectionChanged, keyboard selection works | Miodrag Milanovic | 2018-07-14 | 1 | -2/+6 | |
| | | ||||||
* | | 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 | |
| | ||||||
* | Updates from clang-format | Clifford Wolf | 2018-07-12 | 1 | -5/+5 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | disable actions and make them accesible | Miodrag Milanovic | 2018-07-11 | 1 | -4/+8 | |
| | ||||||
* | margins fix | Miodrag Milanovic | 2018-07-11 | 1 | -1/+3 | |
| | ||||||
* | Fix layout | Miodrag Milanovic | 2018-07-11 | 1 | -4/+25 | |
| | ||||||
* | GUI preparation for search and browse history | Miodrag Milanovic | 2018-07-11 | 1 | -0/+32 | |
| | ||||||
* | cleared a warning and add note for python | Miodrag Milanovic | 2018-07-08 | 1 | -8/+8 | |
| |