aboutsummaryrefslogtreecommitdiffstats
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* make colors configurable, changed to grayMiodrag Milanovic2018-07-122-7/+28
* changed order of scale and translate, makes it zoom at centerMiodrag Milanovic2018-07-121-2/+2
* Add Groups APIClifford Wolf2018-07-121-0/+10
* added progress bar for future useMiodrag Milanovic2018-07-122-0/+8
* disable actions and make them accesibleMiodrag Milanovic2018-07-112-4/+13
* margins fixMiodrag Milanovic2018-07-111-1/+3
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-07-111-4/+25
|\
| * Fix layoutMiodrag Milanovic2018-07-111-4/+25
* | Add ctx->place() APIClifford Wolf2018-07-112-3/+1
* | Add ctx->route() APIClifford Wolf2018-07-112-4/+2
|/
* GUI preparation for search and browse historyMiodrag Milanovic2018-07-117-0/+37
* Merge branch 'ice40gfx' into 'master'Clifford Wolf2018-07-111-5/+25
|\
| * Add GUI Decals APIClifford Wolf2018-07-111-0/+20
| * Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into ice40gfxClifford Wolf2018-07-104-0/+8
| |\
| * | Increase max zoom, decrease line widthDavid Shah2018-07-091-3/+3
| * | Reduce line width, adding some switchboxesDavid Shah2018-07-091-3/+3
* | | reversed Y coordinate in guiMiodrag Milanovic2018-07-111-1/+1
* | | cmake: Post-rebase ecp5 fixesDavid Shah2018-07-111-0/+0
* | | ecp5: Add stub for UIDavid Shah2018-07-113-0/+98
| |/ |/|
* | Added ICE40_HX1K_ONLY check in gui and mainMiodrag Milanovic2018-07-101-0/+4
* | Set family specific parameters for GUIMiodrag Milanovic2018-07-103-0/+4
|/
* cleared a warning and add note for pythonMiodrag Milanovic2018-07-081-8/+8
* Added selection of chip and pacakge on new projet in GUIMiodrag Milanovic2018-07-072-10/+67
* Added rest of properties to all sections in GUIMiodrag Milanovic2018-07-072-2/+122
* clang format and some cleanupMiodrag Milanovic2018-07-064-96/+85
* all nets and cells info visible in propertiesMiodrag Milanovic2018-07-061-74/+189
* Cleanup and fix of property viewMiodrag Milanovic2018-07-061-9/+3
* more properties added for netsMiodrag Milanovic2018-07-052-4/+70
* made current properties read onlyMiodrag Milanovic2018-07-052-6/+9
* display properties for nets and cells and simplify typesMiodrag Milanovic2018-07-051-35/+27
* Display nets and cells as wellMiodrag Milanovic2018-07-055-1/+60
* no messages on console if all is fine with openglMiodrag Milanovic2018-07-051-1/+1
* Proper tree in tree view for bels, wires and pipsMiodrag Milanovic2018-07-051-20/+72
* Disable warning from qt5 andMiodrag Milanovic2018-07-051-2/+2
* make GUI compile on MSVCMiodrag Milanovic2018-07-051-4/+4
* Fixed OpenGL issues noticed on mingw intel/nvidiaMiodrag Milanovic2018-07-031-1/+3
* Rename "dummy" arch to "generic"Clifford Wolf2018-06-293-2/+2
* Improving the SA+legalisation flowDavid Shah2018-06-291-1/+2
* Tidying up the SA placerDavid Shah2018-06-291-1/+2
* fix build without pythonMiodrag Milanovic2018-06-291-13/+19
* clangformat cleanupMiodrag Milanovic2018-06-286-25/+17
* adapted python-console for easier useMiodrag Milanovic2018-06-283-93/+33
* remove emb.ccMiodrag Milanovic2018-06-282-11/+0
* compile in needed helpers and fix warningsMiodrag Milanovic2018-06-281-1/+11
* reinit python tabMiodrag Milanovic2018-06-273-8/+34
* disable new and open while tasks are runningMiodrag Milanovic2018-06-273-2/+13
* Make GUI use recreated contextMiodrag Milanovic2018-06-2612-70/+126
* Preps for more UI functionalityMiodrag Milanovic2018-06-268-24/+70
* Added Save ASC optionMiodrag Milanovic2018-06-266-3/+59
* Fix some memory leaksMiodrag Milanovic2018-06-251-1/+0