Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gui: treemodel: cleanups | Sergiusz Bazanski | 2018-08-01 | 2 | -168/+217 |
* | gui: treemodel: simplify class hierarchy | Sergiusz Bazanski | 2018-08-01 | 2 | -32/+18 |
* | gui: move tree model into own namespace | Sergiusz Bazanski | 2018-08-01 | 4 | -66/+74 |
* | gui: fix warnings | Sergiusz Bazanski | 2018-08-01 | 2 | -20/+5 |
* | 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 | 2 | -16/+94 |
* | gui: clickable tree, better sorting | Sergiusz Bazanski | 2018-08-01 | 1 | -34/+84 |
* | gui: make new tree model clickable | Sergiusz Bazanski | 2018-08-01 | 2 | -27/+27 |
* | Merge branch 'master' into q3k/treemodel-fast | Sergiusz Bazanski | 2018-08-01 | 24 | -327/+542 |
|\ | |||||
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-07-31 | 1 | -0/+5 |
| |\ | |||||
| | * | Update README.md | Clifford Wolf | 2018-07-31 | 1 | -0/+5 |
| * | | Use icestorm timing information | Clifford Wolf | 2018-07-31 | 1 | -27/+42 |
| |/ | |||||
| * | ecp5: Add Bel graphics | David Shah | 2018-07-31 | 4 | -12/+103 |
| * | ecp5: Disable Pip list in GUI for now | David Shah | 2018-07-31 | 1 | -1/+3 |
| * | Add binary search to getBelPinWire() and getBelPinType() | Clifford Wolf | 2018-07-31 | 3 | -16/+43 |
| * | Implement simple search | Miodrag Milanovic | 2018-07-30 | 4 | -5/+43 |
| * | Towards better ice40 timing data | Clifford Wolf | 2018-07-30 | 1 | -7/+21 |
| * | Use DelayInfo for cell timing instead of delay_t | David Shah | 2018-07-30 | 7 | -16/+16 |
| * | python: Remove more dead files | David Shah | 2018-07-30 | 2 | -23/+0 |
| * | cmake: Set --fast and --slow chipdb.py arguments | David Shah | 2018-07-30 | 2 | -3/+24 |
| * | Add ice40 chipdb.py --fast/--slow | Clifford Wolf | 2018-07-30 | 1 | -0/+30 |
| * | Add iCE40 fast/slow delay fields to chipdb | Clifford Wolf | 2018-07-30 | 3 | -5/+29 |
| * | ice40: Improving legalisation move statistics | David Shah | 2018-07-30 | 1 | -2/+5 |
| * | ice40: Print legalisation statistics | David Shah | 2018-07-30 | 1 | -0/+39 |
| * | python: Remove obsolete python_mod_test.py | David Shah | 2018-07-30 | 1 | -7/+0 |
| * | cmake: Remove nextpnrpy so modules | David Shah | 2018-07-30 | 1 | -10/+1 |
| * | Improve ice40/benchmark | Clifford Wolf | 2018-07-30 | 2 | -11/+35 |
| * | Update README.md | Clifford Wolf | 2018-07-30 | 1 | -4/+5 |
| * | Update README.md | Clifford Wolf | 2018-07-30 | 1 | -3/+14 |
* | | gui: lazy loading of tree model | Sergiusz Bazanski | 2018-07-31 | 4 | -256/+414 |
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into treemodel | Sergiusz Bazanski | 2018-07-30 | 7 | -78/+149 |
|\| | |||||
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | David Shah | 2018-07-30 | 5 | -302/+513 |
| |\ | |||||
| | * | double click on tree, zoom on selected object | Miodrag Milanovic | 2018-07-29 | 3 | -2/+6 |
| | * | Merge branch 'treemodel' into 'master' | Miodrag Milanović | 2018-07-29 | 4 | -302/+509 |
| | |\ | |||||
| * | | | common: Fix getNetinfoRouteDelay when net has no driver | David Shah | 2018-07-30 | 1 | -0/+2 |
| |/ / | |||||
| * | | Update README.md wrt ECP5 | David Shah | 2018-07-29 | 1 | -1/+6 |
| * | | Update README.md | Clifford Wolf | 2018-07-29 | 1 | -77/+137 |
| * | | python interpreter is mandatory in any case | Miodrag Milanovic | 2018-07-29 | 1 | -1/+1 |
| * | | fix randtag bug in router1 | Clifford Wolf | 2018-07-29 | 1 | -1/+1 |
* | | | gui: sort tree elements somewhat smarter | Sergiusz Bazanski | 2018-07-30 | 1 | -7/+35 |
| |/ |/| | |||||
* | | Added sorting | Miodrag Milanovic | 2018-07-29 | 2 | -14/+38 |
* | | add proper info on model changes | Miodrag Milanovic | 2018-07-28 | 2 | -8/+27 |
* | | 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 | 2 | -8/+12 |
* | | Move all to tree model | Miodrag Milanovic | 2018-07-28 | 4 | -303/+463 |
|/ | |||||
* | json: Fixing ports set to 'x' | David Shah | 2018-07-27 | 1 | -18/+3 |
* | ecp5: Fix typo | David Shah | 2018-07-27 | 1 | -1/+1 |
* | ecp5: Fix chipdb builder | David Shah | 2018-07-27 | 1 | -1/+2 |
* | Merge branch 'q3k/clickity' into 'master' | Serge Bazanski | 2018-07-27 | 17 | -116/+1192 |
|\ |