Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | proper fix | Miodrag Milanovic | 2018-07-17 | 1 | -3/+2 | |
* | | Refactor renderer thread | Sergiusz Bazanski | 2018-07-20 | 2 | -27/+64 | |
* | | WIP. | Serge Bazanski | 2018-07-17 | 3 | -95/+207 | |
|/ | ||||||
* | remove non working code | Miodrag Milanovic | 2018-07-17 | 1 | -0/+2 | |
* | QT 5.5 does not have this feature and it is version in Ubuntu 16.04 | Miodrag Milanovic | 2018-07-17 | 1 | -0/+4 | |
* | Added check for yosys availability | Miodrag Milanovic | 2018-07-17 | 3 | -5/+13 | |
* | add tooltip for folder | Miodrag Milanovic | 2018-07-16 | 1 | -0/+1 | |
* | Added Yosys tab with interactive console | Miodrag Milanovic | 2018-07-16 | 7 | -1/+328 | |
* | Fix MSVC build | Miodrag Milanovic | 2018-07-16 | 1 | -4/+4 | |
* | Make at least 50 of pips available in uphill/downhill | Miodrag Milanovic | 2018-07-15 | 1 | -10/+21 | |
* | Added splash screen info while loading | Miodrag Milanovic | 2018-07-15 | 7 | -6/+39 | |
* | added highlight groups | Miodrag Milanovic | 2018-07-15 | 5 | -47/+173 | |
* | added browsing history | Miodrag Milanovic | 2018-07-15 | 2 | -0/+61 | |
* | make linked items clickable | Miodrag Milanovic | 2018-07-15 | 3 | -25/+57 | |
* | add select on property pane, and action to double click | Miodrag Milanovic | 2018-07-15 | 5 | -28/+54 | |
* | show selected item from property window as well, cleanup | Miodrag Milanovic | 2018-07-15 | 2 | -256/+201 | |
* | remove selected on context change | Miodrag Milanovic | 2018-07-14 | 1 | -0/+1 | |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Sergiusz Bazanski | 2018-07-14 | 13 | -167/+134 | |
|\ | ||||||
| * | display selected object from tree | Miodrag Milanovic | 2018-07-14 | 6 | -4/+41 | |
| * | simplified Icon allocation | Miodrag Milanovic | 2018-07-14 | 3 | -83/+50 | |
| * | use itemSelectionChanged, keyboard selection works | Miodrag Milanovic | 2018-07-14 | 2 | -3/+7 | |
| * | join python and info into one tab | Miodrag Milanovic | 2018-07-14 | 9 | -42/+13 | |
* | | 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 | |
|\ |