Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved to new signal slot syntax | Miodrag Milanovic | 2018-08-03 | 5 | -50/+47 |
* | clangformat | Miodrag Milanovic | 2018-08-02 | 5 | -28/+23 |
* | Add names to toolbars | Miodrag Milanovic | 2018-08-02 | 1 | -4/+4 |
* | Document and cleanup | Miodrag Milanovic | 2018-08-02 | 4 | -105/+120 |
* | Move common logic to basewindow | Miodrag Milanovic | 2018-08-02 | 6 | -265/+292 |
* | Make worker generic | Miodrag Milanovic | 2018-08-02 | 4 | -109/+27 |
* | Move generic resources to top level | Miodrag Milanovic | 2018-08-02 | 10 | -8/+8 |
* | Merge pull request #13 from YosysHQ/fix-windows-ctrl-c | Miodrag Milanović | 2018-08-02 | 1 | -0/+13 |
|\ | |||||
| * | Handle CTRL-C for windows build | Miodrag Milanovic | 2018-08-02 | 1 | -0/+13 |
* | | Fix for macOS segfault | Miodrag Milanovic | 2018-08-02 | 1 | -1/+2 |
* | | Rename GUI "Graphics" tab to "Device" | Clifford Wolf | 2018-08-02 | 1 | -1/+1 |
* | | Fix destructor for tree Item, fixes clang build as well | Miodrag Milanovic | 2018-08-02 | 1 | -1/+1 |
|/ | |||||
* | Properly delete element from unordered_map | Miodrag Milanovic | 2018-08-02 | 1 | -5/+7 |
* | gui: treemodel: unregister from parent when we get destroyed | Sergiusz Bazanski | 2018-08-01 | 1 | -1/+8 |
* | gui: fix race condition when selecting elements during plavement | Sergiusz Bazanski | 2018-08-01 | 1 | -12/+45 |
* | 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 |