Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'redist_slack' into 'master' | David Shah | 2018-08-01 | 1 | -2/+1 |
|\ | |||||
| * | Merge branch 'redist_slack' of gitlab.com:SymbioticEDA/nextpnr into redist_slack | Eddie Hung | 2018-07-31 | 3 | -1/+7 |
| |\ | |||||
| * | | Revert "always assign budget before placing" | Eddie Hung | 2018-07-30 | 1 | -2/+1 |
* | | | gui: fix crash on ecp5 gui, fix quadtree tests to not get broken by clangformat | Sergiusz Bazanski | 2018-08-01 | 1 | -0/+6 |
* | | | clangformat | Sergiusz Bazanski | 2018-08-01 | 3 | -78/+50 |
* | | | gui: cosmetics | Sergiusz Bazanski | 2018-08-01 | 1 | -1/+0 |
* | | | gui: fix zoom outbound not happening with fast startup time | Sergiusz Bazanski | 2018-08-01 | 2 | -8/+10 |
* | | | gui: treemodel: bail early on empty children updates in IdStringList | Sergiusz Bazanski | 2018-08-01 | 1 | -2/+16 |
* | | | gui: lock arch when accessing/building treemodel | Sergiusz Bazanski | 2018-08-01 | 3 | -3/+23 |
* | | | gui: cosmetics | Sergiusz Bazanski | 2018-08-01 | 1 | -2/+2 |
* | | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/treemodel-fast | Sergiusz Bazanski | 2018-08-01 | 2 | -0/+4 |
|\ \ \ | | |/ | |/| | |||||
| * | | add graphics toolbar to all targets | Miodrag Milanovic | 2018-07-31 | 2 | -0/+4 |
* | | | gui: restore search | Sergiusz Bazanski | 2018-08-01 | 2 | -11/+57 |
* | | | 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 | 4 | -195/+144 |
|\| | | |||||
| * | | ecp5: Disable Pip list in GUI for now | David Shah | 2018-07-31 | 1 | -1/+3 |
| |/ | |||||
| * | Implement simple search | Miodrag Milanovic | 2018-07-30 | 4 | -5/+43 |
* | | 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 | 3 | -2/+6 |
|\| | |||||
| * | double click on tree, zoom on selected object | Miodrag Milanovic | 2018-07-29 | 3 | -2/+6 |
* | | 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 |
* | gui: unselect on click and zoom fixes | Sergiusz Bazanski | 2018-07-27 | 2 | -7/+26 |
* | gui: deunionize PickedElement to support arches with typedefd Ids | Sergiusz Bazanski | 2018-07-27 | 2 | -37/+69 |
* | gui: allow building for ECP5 and on Windows | Sergiusz Bazanski | 2018-07-27 | 2 | -5/+25 |
* | gui: allow selecting pips | Sergiusz Bazanski | 2018-07-27 | 5 | -0/+14 |
* | gui: do not allow selecting FRAMEs | Sergiusz Bazanski | 2018-07-27 | 1 | -1/+1 |
* | gui: don't keep stale hover selections | Sergiusz Bazanski | 2018-07-27 | 1 | -1/+7 |
* | gui: ctrl click to select multiple elements | Sergiusz Bazanski | 2018-07-27 | 5 | -22/+28 |
* | gui: rejigger maximum zoom out | Sergiusz Bazanski | 2018-07-27 | 1 | -1/+1 |
* | gui: implement zoom to selection | Sergiusz Bazanski | 2018-07-27 | 3 | -49/+84 |
* | gui: clang-format | Sergiusz Bazanski | 2018-07-27 | 4 | -137/+135 |
* | gui: implement zoom to outbounds | Sergiusz Bazanski | 2018-07-27 | 2 | -35/+128 |
* | 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: after review of quadtree by msgctl, tougher tests | Sergiusz Bazanski | 2018-07-26 | 1 | -5/+15 |
* | | gui: implement basic cursor picking | Sergiusz Bazanski | 2018-07-26 | 5 | -52/+285 |
* | | wip | Sergiusz Bazanski | 2018-07-26 | 2 | -65/+82 |