aboutsummaryrefslogtreecommitdiffstats
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* Save settings and give nicer names to someMiodrag Milanovic2018-08-102-2/+2
* Make loading works nice and use settingsMiodrag Milanovic2018-08-086-27/+29
* Use settings for json and pcfMiodrag Milanovic2018-08-082-2/+1
* Merge branch 'master' of github.com:YosysHQ/nextpnr into constidsClifford Wolf2018-08-088-140/+63
|\
| * cleanupMiodrag Milanovic2018-08-084-12/+0
| * clangformatMiodrag Milanovic2018-08-086-8/+12
| * move load/save proj to baseMiodrag Milanovic2018-08-084-39/+40
| * Merge remote-tracking branch 'origin/master' into common_mainMiodrag Milanovic2018-08-081-6/+6
| |\
| * | Use ProjectHandler from gui as wellMiodrag Milanovic2018-08-061-86/+9
| * | Disable menu options on json loadMiodrag Milanovic2018-08-053-6/+13
* | | Get rid of PortPin and BelType (ice40, generic, docs)Clifford Wolf2018-08-081-4/+4
| |/ |/|
* | API change: Use CellInfo* and NetInfo* as cell/net handles (common, ice40)Clifford Wolf2018-08-051-6/+6
|/
* Utility calls staticMiodrag Milanovic2018-08-042-2/+2
* Move ArchArgs to BaseWindowMiodrag Milanovic2018-08-047-11/+7
* Chip selection ui for ECP5Miodrag Milanovic2018-08-042-1/+52
* not needed anymoreMiodrag Milanovic2018-08-041-7/+0
* add write bitstreamMiodrag Milanovic2018-08-045-2/+77
* Unify interfaces for guiMiodrag Milanovic2018-08-034-4/+28
* Moved to new signal slot syntaxMiodrag Milanovic2018-08-035-50/+47
* clangformatMiodrag Milanovic2018-08-025-28/+23
* Add names to toolbarsMiodrag Milanovic2018-08-021-4/+4
* Document and cleanupMiodrag Milanovic2018-08-024-105/+120
* 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