Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reinit python tab | Miodrag Milanovic | 2018-06-27 | 3 | -8/+34 |
| | |||||
* | disable new and open while tasks are running | Miodrag Milanovic | 2018-06-27 | 3 | -2/+13 |
| | |||||
* | Make GUI use recreated context | Miodrag Milanovic | 2018-06-26 | 12 | -70/+126 |
| | |||||
* | Preps for more UI functionality | Miodrag Milanovic | 2018-06-26 | 8 | -24/+70 |
| | |||||
* | Added Save ASC option | Miodrag Milanovic | 2018-06-26 | 6 | -3/+59 |
| | |||||
* | Fix some memory leaks | Miodrag Milanovic | 2018-06-25 | 1 | -1/+0 |
| | |||||
* | display type in properties | Miodrag Milanovic | 2018-06-23 | 1 | -0/+6 |
| | |||||
* | added PCF load | Miodrag Milanovic | 2018-06-23 | 6 | -9/+61 |
| | |||||
* | clangformat cleanup | Miodrag Milanovic | 2018-06-23 | 10 | -153/+63 |
| | |||||
* | Added assign time budget and placement option | Miodrag Milanovic | 2018-06-23 | 6 | -9/+90 |
| | |||||
* | Added BUILD_GUI, BUILD_PYTHON and BUILD_TESTS cmake options, | Miodrag Milanovic | 2018-06-23 | 4 | -1/+11 |
| | |||||
* | Merge branch 'q3k/gl-vbo' into 'master' | Miodrag Milanović | 2018-06-23 | 3 | -21/+100 |
|\ | | | | | | | | | OpenGL 3.1, VAO/VBO See merge request SymbioticEDA/nextpnr!2 | ||||
| * | OpenGL 3.1, VAO/VBO | Sergiusz Bazanski | 2018-06-22 | 3 | -21/+100 |
| | | |||||
* | | cleaned some warnings | Miodrag Milanovic | 2018-06-23 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/gl | Sergiusz Bazanski | 2018-06-22 | 25 | -31/+631 |
|\ | |||||
| * | Added custom QApplication implementation | Miodrag Milanovic | 2018-06-22 | 5 | -23/+109 |
| | | |||||
| * | Added credits | Miodrag Milanovic | 2018-06-22 | 16 | -0/+304 |
| | | |||||
| * | routing flow supported in gui | Miodrag Milanovic | 2018-06-22 | 11 | -31/+241 |
| | | |||||
* | | Small fixes. | Sergiusz Bazanski | 2018-06-22 | 1 | -10/+10 |
| | | |||||
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/gl | Sergiusz Bazanski | 2018-06-22 | 27 | -252/+452 |
|\| | |||||
| * | fixed namespace for gui section | Miodrag Milanovic | 2018-06-22 | 18 | -34/+88 |
| | | |||||
| * | more task control | Miodrag Milanovic | 2018-06-22 | 11 | -7/+67 |
| | | |||||
| * | terminate on close | Miodrag Milanovic | 2018-06-22 | 1 | -0/+2 |
| | | |||||
| * | Add ability to terminate running tasks | Miodrag Milanovic | 2018-06-22 | 3 | -11/+58 |
| | | |||||
| * | Added return code to json parsing and pcf reading | Miodrag Milanovic | 2018-06-21 | 1 | -2/+2 |
| | | |||||
| * | Fixed return codes for packer, placer and router | Miodrag Milanovic | 2018-06-21 | 1 | -13/+15 |
| | | |||||
| * | log_error now trows exception, main is covering catch | Miodrag Milanovic | 2018-06-21 | 7 | -34/+22 |
| | | |||||
| * | Cleanup parse_json_file API, some other cleanups | Clifford Wolf | 2018-06-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Added task manager and worker thread for ice40 | Miodrag Milanovic | 2018-06-21 | 8 | -32/+147 |
| | | |||||
| * | Add graphics view in tab | Miodrag Milanovic | 2018-06-21 | 2 | -1/+6 |
| | | |||||
| * | cleanup | Miodrag Milanovic | 2018-06-21 | 4 | -9/+6 |
| | | |||||
| * | Make arch specific main window | Miodrag Milanovic | 2018-06-21 | 11 | -214/+149 |
| | | |||||
* | | Reimplement FPGAWidget in modern OpenGL. | Sergiusz Bazanski | 2018-06-22 | 2 | -106/+498 |
| | | |||||
* | | Contextualize DesignWidget | Sergiusz Bazanski | 2018-06-20 | 1 | -7/+7 |
|/ | |||||
* | Cleanup of cmake files for easier development | Miodrag Milanovic | 2018-06-20 | 4 | -90/+17 |
| | |||||
* | put source changes for qtpropertybrowser back and make build simple | Miodrag Milanovic | 2018-06-20 | 1 | -36/+0 |
| | |||||
* | Added context menus for python and info tab | Miodrag Milanovic | 2018-06-20 | 4 | -0/+43 |
| | |||||
* | Added custom line editor with history | Miodrag Milanovic | 2018-06-20 | 5 | -17/+124 |
| | |||||
* | Small gui improvements and open json functionality | Miodrag Milanovic | 2018-06-19 | 4 | -16/+55 |
| | |||||
* | Rename Design to Context, derive from Arch instead of instantiating | Clifford Wolf | 2018-06-18 | 6 | -23/+23 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Create all without ui file, enables more control | Miodrag Milanovic | 2018-06-15 | 4 | -173/+93 |
| | |||||
* | Propagate signals | Miodrag Milanovic | 2018-06-15 | 4 | -2/+13 |
| | |||||
* | Added back some size limits for UI | Miodrag Milanovic | 2018-06-14 | 3 | -4/+9 |
| | |||||
* | Split design widget on side | Miodrag Milanovic | 2018-06-14 | 6 | -258/+289 |
| | |||||
* | separate clearProperties | Miodrag Milanovic | 2018-06-14 | 2 | -4/+12 |
| | |||||
* | Cleanup | Miodrag Milanovic | 2018-06-14 | 5 | -7/+6 |
| | |||||
* | Split to classes | Miodrag Milanovic | 2018-06-14 | 7 | -136/+169 |
| | |||||
* | Split per widgets | Miodrag Milanovic | 2018-06-14 | 2 | -360/+414 |
| | |||||
* | Cleanup and preps for further ui work | Miodrag Milanovic | 2018-06-13 | 3 | -62/+48 |
| | |||||
* | Make custom types for elements in tree view | Miodrag Milanovic | 2018-06-13 | 2 | -177/+145 |
| |