aboutsummaryrefslogtreecommitdiffstats
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* display type in propertiesMiodrag Milanovic2018-06-231-0/+6
* added PCF loadMiodrag Milanovic2018-06-236-9/+61
* clangformat cleanupMiodrag Milanovic2018-06-2310-153/+63
* Added assign time budget and placement optionMiodrag Milanovic2018-06-236-9/+90
* Added BUILD_GUI, BUILD_PYTHON and BUILD_TESTS cmake options,Miodrag Milanovic2018-06-234-1/+11
* Merge branch 'q3k/gl-vbo' into 'master'Miodrag Milanović2018-06-233-21/+100
|\
| * OpenGL 3.1, VAO/VBOSergiusz Bazanski2018-06-223-21/+100
* | cleaned some warningsMiodrag Milanovic2018-06-231-1/+1
|/
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/glSergiusz Bazanski2018-06-2225-31/+631
|\
| * Added custom QApplication implementationMiodrag Milanovic2018-06-225-23/+109
| * Added creditsMiodrag Milanovic2018-06-2216-0/+304
| * routing flow supported in guiMiodrag Milanovic2018-06-2211-31/+241
* | Small fixes.Sergiusz Bazanski2018-06-221-10/+10
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/glSergiusz Bazanski2018-06-2227-252/+452
|\|
| * fixed namespace for gui sectionMiodrag Milanovic2018-06-2218-34/+88
| * more task controlMiodrag Milanovic2018-06-2211-7/+67
| * terminate on closeMiodrag Milanovic2018-06-221-0/+2
| * Add ability to terminate running tasksMiodrag Milanovic2018-06-223-11/+58
| * Added return code to json parsing and pcf readingMiodrag Milanovic2018-06-211-2/+2
| * Fixed return codes for packer, placer and routerMiodrag Milanovic2018-06-211-13/+15
| * log_error now trows exception, main is covering catchMiodrag Milanovic2018-06-217-34/+22
| * Cleanup parse_json_file API, some other cleanupsClifford Wolf2018-06-211-1/+1
| * Added task manager and worker thread for ice40Miodrag Milanovic2018-06-218-32/+147
| * Add graphics view in tabMiodrag Milanovic2018-06-212-1/+6
| * cleanupMiodrag Milanovic2018-06-214-9/+6
| * Make arch specific main windowMiodrag Milanovic2018-06-2111-214/+149
* | Reimplement FPGAWidget in modern OpenGL.Sergiusz Bazanski2018-06-222-106/+498
* | Contextualize DesignWidgetSergiusz Bazanski2018-06-201-7/+7
|/
* Cleanup of cmake files for easier developmentMiodrag Milanovic2018-06-204-90/+17
* put source changes for qtpropertybrowser back and make build simpleMiodrag Milanovic2018-06-201-36/+0
* Added context menus for python and info tabMiodrag Milanovic2018-06-204-0/+43
* Added custom line editor with historyMiodrag Milanovic2018-06-205-17/+124
* Small gui improvements and open json functionalityMiodrag Milanovic2018-06-194-16/+55
* Rename Design to Context, derive from Arch instead of instantiatingClifford Wolf2018-06-186-23/+23
* Create all without ui file, enables more controlMiodrag Milanovic2018-06-154-173/+93