aboutsummaryrefslogtreecommitdiffstats
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
...
* Move common logic to basewindowMiodrag Milanovic2018-08-026-265/+292
* Make worker genericMiodrag Milanovic2018-08-024-109/+27
* Move generic resources to top levelMiodrag Milanovic2018-08-0210-8/+8
* Merge pull request #13 from YosysHQ/fix-windows-ctrl-cMiodrag Milanović2018-08-021-0/+13
|\
| * Handle CTRL-C for windows buildMiodrag Milanovic2018-08-021-0/+13
* | Fix for macOS segfaultMiodrag Milanovic2018-08-021-1/+2
* | Rename GUI "Graphics" tab to "Device"Clifford Wolf2018-08-021-1/+1
* | Fix destructor for tree Item, fixes clang build as wellMiodrag Milanovic2018-08-021-1/+1
|/
* Properly delete element from unordered_mapMiodrag Milanovic2018-08-021-5/+7
* gui: treemodel: unregister from parent when we get destroyedSergiusz Bazanski2018-08-011-1/+8
* gui: fix race condition when selecting elements during plavementSergiusz Bazanski2018-08-011-12/+45
* Merge branch 'redist_slack' into 'master'David Shah2018-08-011-2/+1
|\
| * Merge branch 'redist_slack' of gitlab.com:SymbioticEDA/nextpnr into redist_slackEddie Hung2018-07-313-1/+7
| |\
| * | Revert "always assign budget before placing"Eddie Hung2018-07-301-2/+1
* | | gui: fix crash on ecp5 gui, fix quadtree tests to not get broken by clangformatSergiusz Bazanski2018-08-011-0/+6
* | | clangformatSergiusz Bazanski2018-08-013-78/+50
* | | gui: cosmeticsSergiusz Bazanski2018-08-011-1/+0
* | | gui: fix zoom outbound not happening with fast startup timeSergiusz Bazanski2018-08-012-8/+10
* | | gui: treemodel: bail early on empty children updates in IdStringListSergiusz Bazanski2018-08-011-2/+16
* | | gui: lock arch when accessing/building treemodelSergiusz Bazanski2018-08-013-3/+23
* | | gui: cosmeticsSergiusz Bazanski2018-08-011-2/+2
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/treemodel-fastSergiusz Bazanski2018-08-012-0/+4
|\ \ \ | | |/ | |/|
| * | add graphics toolbar to all targetsMiodrag Milanovic2018-07-312-0/+4
* | | gui: restore searchSergiusz Bazanski2018-08-012-11/+57
* | | gui: treemodel: cleanupsSergiusz Bazanski2018-08-012-168/+217
* | | gui: treemodel: simplify class hierarchySergiusz Bazanski2018-08-012-32/+18
* | | gui: move tree model into own namespaceSergiusz Bazanski2018-08-014-66/+74
* | | gui: fix warningsSergiusz Bazanski2018-08-012-20/+5
* | | gui: restore menu for new tree modelSergiusz Bazanski2018-08-011-47/+50
* | | gui: restore property navigation in treeSergiusz Bazanski2018-08-011-5/+5
* | | gui: restore lookup into tree after new modelSergiusz Bazanski2018-08-012-16/+94
* | | gui: clickable tree, better sortingSergiusz Bazanski2018-08-011-34/+84
* | | gui: make new tree model clickableSergiusz Bazanski2018-08-012-27/+27
* | | Merge branch 'master' into q3k/treemodel-fastSergiusz Bazanski2018-08-014-195/+144
|\| |
| * | ecp5: Disable Pip list in GUI for nowDavid Shah2018-07-311-1/+3
| |/
| * Implement simple searchMiodrag Milanovic2018-07-304-5/+43
* | gui: lazy loading of tree modelSergiusz Bazanski2018-07-314-256/+414
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into treemodelSergiusz Bazanski2018-07-303-2/+6
|\|
| * double click on tree, zoom on selected objectMiodrag Milanovic2018-07-293-2/+6
* | gui: sort tree elements somewhat smarterSergiusz Bazanski2018-07-301-7/+35
|/
* Added sortingMiodrag Milanovic2018-07-292-14/+38
* add proper info on model changesMiodrag Milanovic2018-07-282-8/+27
* fix select multiple, and reinit modelMiodrag Milanovic2018-07-281-11/+11
* Clean highlight selection if removed from treeMiodrag Milanovic2018-07-282-8/+12
* Move all to tree modelMiodrag Milanovic2018-07-284-303/+463
* gui: unselect on click and zoom fixesSergiusz Bazanski2018-07-272-7/+26
* gui: deunionize PickedElement to support arches with typedefd IdsSergiusz Bazanski2018-07-272-37/+69
* gui: allow building for ECP5 and on WindowsSergiusz Bazanski2018-07-272-5/+25
* gui: allow selecting pipsSergiusz Bazanski2018-07-275-0/+14
* gui: do not allow selecting FRAMEsSergiusz Bazanski2018-07-271-1/+1