| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Make GUI nice and smooth." | Sergiusz Bazanski | 2018-07-14 | 2 | -132/+121 |
* | Revert "Move read methods to ReadMethods, remove some legacy access to Arch" | Sergiusz Bazanski | 2018-07-14 | 1 | -14/+12 |
* | Move read methods to ReadMethods, remove some legacy access to Arch | Sergiusz Bazanski | 2018-07-14 | 1 | -12/+14 |
* | Make GUI nice and smooth. | Sergiusz Bazanski | 2018-07-13 | 2 | -121/+132 |
* | Made python console use edit line and better | Miodrag Milanovic | 2018-07-13 | 8 | -10/+249 |
* | remove maximum size restriction for tree/property | Miodrag Milanovic | 2018-07-13 | 1 | -1/+0 |
* | Add ctx->pack() API | Clifford Wolf | 2018-07-13 | 2 | -3/+1 |
* | Style. | Sergiusz Bazanski | 2018-07-13 | 2 | -51/+35 |
* | Fixed initial title and actions after new | Miodrag Milanovic | 2018-07-13 | 2 | -3/+4 |
* | invert palette for fpga viewer | Miodrag Milanovic | 2018-07-13 | 1 | -0/+10 |
* | Add coloring per graphics element style | Miodrag Milanovic | 2018-07-13 | 2 | -37/+80 |
* | Use command line parameters settings for GUI as well. | Miodrag Milanovic | 2018-07-13 | 9 | -30/+47 |
* | Remove legacy graphics API | Sergiusz Bazanski | 2018-07-12 | 2 | -27/+27 |
* | Updates from clang-format | Clifford Wolf | 2018-07-12 | 4 | -17/+13 |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/fix-zoom | Sergiusz Bazanski | 2018-07-12 | 2 | -7/+28 |
|\ |
|
| * | make colors configurable, changed to gray | Miodrag Milanovic | 2018-07-12 | 2 | -7/+28 |
* | | Fix zoom in fpgawidget | Sergiusz Bazanski | 2018-07-12 | 2 | -62/+62 |
|/ |
|
* | changed order of scale and translate, makes it zoom at center | Miodrag Milanovic | 2018-07-12 | 1 | -2/+2 |
* | Add Groups API | Clifford Wolf | 2018-07-12 | 1 | -0/+10 |
* | added progress bar for future use | Miodrag Milanovic | 2018-07-12 | 2 | -0/+8 |
* | disable actions and make them accesible | Miodrag Milanovic | 2018-07-11 | 2 | -4/+13 |
* | margins fix | Miodrag Milanovic | 2018-07-11 | 1 | -1/+3 |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-07-11 | 1 | -4/+25 |
|\ |
|
| * | Fix layout | Miodrag Milanovic | 2018-07-11 | 1 | -4/+25 |
* | | Add ctx->place() API | Clifford Wolf | 2018-07-11 | 2 | -3/+1 |
* | | Add ctx->route() API | Clifford Wolf | 2018-07-11 | 2 | -4/+2 |
|/ |
|
* | GUI preparation for search and browse history | Miodrag Milanovic | 2018-07-11 | 7 | -0/+37 |
* | Merge branch 'ice40gfx' into 'master' | Clifford Wolf | 2018-07-11 | 1 | -5/+25 |
|\ |
|
| * | Add GUI Decals API | Clifford Wolf | 2018-07-11 | 1 | -0/+20 |
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into ice40gfx | Clifford Wolf | 2018-07-10 | 4 | -0/+8 |
| |\ |
|
| * | | Increase max zoom, decrease line width | David Shah | 2018-07-09 | 1 | -3/+3 |
| * | | Reduce line width, adding some switchboxes | David Shah | 2018-07-09 | 1 | -3/+3 |
* | | | reversed Y coordinate in gui | Miodrag Milanovic | 2018-07-11 | 1 | -1/+1 |
* | | | cmake: Post-rebase ecp5 fixes | David Shah | 2018-07-11 | 1 | -0/+0 |
* | | | ecp5: Add stub for UI | David Shah | 2018-07-11 | 3 | -0/+98 |
| |/
|/| |
|
* | | Added ICE40_HX1K_ONLY check in gui and main | Miodrag Milanovic | 2018-07-10 | 1 | -0/+4 |
* | | Set family specific parameters for GUI | Miodrag Milanovic | 2018-07-10 | 3 | -0/+4 |
|/ |
|
* | cleared a warning and add note for python | Miodrag Milanovic | 2018-07-08 | 1 | -8/+8 |
* | Added selection of chip and pacakge on new projet in GUI | Miodrag Milanovic | 2018-07-07 | 2 | -10/+67 |
* | Added rest of properties to all sections in GUI | Miodrag Milanovic | 2018-07-07 | 2 | -2/+122 |
* | clang format and some cleanup | Miodrag Milanovic | 2018-07-06 | 4 | -96/+85 |
* | all nets and cells info visible in properties | Miodrag Milanovic | 2018-07-06 | 1 | -74/+189 |
* | Cleanup and fix of property view | Miodrag Milanovic | 2018-07-06 | 1 | -9/+3 |
* | more properties added for nets | Miodrag Milanovic | 2018-07-05 | 2 | -4/+70 |
* | made current properties read only | Miodrag Milanovic | 2018-07-05 | 2 | -6/+9 |
* | display properties for nets and cells and simplify types | Miodrag Milanovic | 2018-07-05 | 1 | -35/+27 |
* | Display nets and cells as well | Miodrag Milanovic | 2018-07-05 | 5 | -1/+60 |
* | no messages on console if all is fine with opengl | Miodrag Milanovic | 2018-07-05 | 1 | -1/+1 |
* | Proper tree in tree view for bels, wires and pips | Miodrag Milanovic | 2018-07-05 | 1 | -20/+72 |
* | Disable warning from qt5 and | Miodrag Milanovic | 2018-07-05 | 1 | -2/+2 |