| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix assert, check should be other way arround | Miodrag Milanovic | 2020-07-06 | 1 | -1/+1 |
* | Major Property improvements for common and iCE40 | David Shah | 2019-08-05 | 1 | -3/+6 |
* | gui: Fix Cells/Nets tab contents. | Marcin KoĆcielnicki | 2019-03-12 | 1 | -4/+4 |
* | Fix reading conflicting wire in GUI for pips, fixes #225 | Miodrag Milanovic | 2019-02-07 | 1 | -2/+6 |
* | clangformat | David Shah | 2018-11-16 | 1 | -15/+21 |
* | Merge pull request #107 from YosysHQ/router_improve | Eddie Hung | 2018-11-13 | 1 | -0/+4 |
|\ |
|
| * | clangformat | Clifford Wolf | 2018-11-11 | 1 | -4/+4 |
| * | Add getConflictingWireWire() arch API, streamline getConflictingXY semantic | Clifford Wolf | 2018-11-11 | 1 | -2/+4 |
| * | Add getConflictingPipWire() arch API, router1 improvements | Clifford Wolf | 2018-11-11 | 1 | -0/+2 |
* | | Show wires in tree for ECP5 as well | Miodrag Milanovic | 2018-11-11 | 1 | -2/+7 |
* | | multiple selection fix | Miodrag Milanovic | 2018-11-11 | 1 | -1/+14 |
* | | Pip visible for all archs | Miodrag Milanovic | 2018-11-11 | 1 | -6/+6 |
* | | Propagate proper ctx, fixes fetchMore | Miodrag Milanovic | 2018-11-11 | 1 | -7/+7 |
* | | change to const auto& | Miodrag Milanovic | 2018-10-30 | 1 | -1/+1 |
* | | Changes to cover issues from code review | Miodrag Milanovic | 2018-10-29 | 1 | -26/+24 |
* | | fix unselect from tree | Miodrag Milanovic | 2018-10-28 | 1 | -4/+2 |
* | | Fix keep selection on multiple trees | Miodrag Milanovic | 2018-10-27 | 1 | -8/+32 |
* | | update properties based on move history | Miodrag Milanovic | 2018-10-27 | 1 | -17/+37 |
* | | clangformat | Miodrag Milanovic | 2018-10-27 | 1 | -36/+54 |
* | | Cleanup | Miodrag Milanovic | 2018-10-27 | 1 | -4/+12 |
* | | simplify and move arround | Miodrag Milanovic | 2018-10-27 | 1 | -11/+51 |
* | | Split tree models and make other features work with it | Miodrag Milanovic | 2018-10-27 | 1 | -57/+130 |
|/ |
|
* | clangformat | David Shah | 2018-09-30 | 1 | -10/+7 |
* | gui: Fix another zero-decal issue | David Shah | 2018-09-25 | 1 | -1/+3 |
* | Apply GUI fix from @mmicko | David Shah | 2018-09-25 | 1 | -1/+3 |
* | Added hover on properties as well, fixes #64 | Miodrag Milanovic | 2018-08-22 | 1 | -0/+20 |
* | Hover on items in tree | Miodrag Milanovic | 2018-08-22 | 1 | -5/+37 |
* | Add arch attributes display to GUI | Clifford Wolf | 2018-08-18 | 1 | -0/+15 |
* | Get rid of PortPin and BelType (ice40, generic, docs) | Clifford Wolf | 2018-08-08 | 1 | -4/+4 |
* | API change: Use CellInfo* and NetInfo* as cell/net handles (common, ice40) | Clifford Wolf | 2018-08-05 | 1 | -6/+6 |
* | Moved to new signal slot syntax | Miodrag Milanovic | 2018-08-03 | 1 | -3/+2 |
* | clangformat | Miodrag Milanovic | 2018-08-02 | 1 | -3/+3 |
* | 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 |