Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | clangformat | Miodrag Milanovic | 2018-10-27 | 6 | -56/+74 | |
| | | ||||||
| * | Cleanup | Miodrag Milanovic | 2018-10-27 | 3 | -30/+15 | |
| | | ||||||
| * | simplify and move arround | Miodrag Milanovic | 2018-10-27 | 3 | -85/+58 | |
| | | ||||||
| * | Split tree models and make other features work with it | Miodrag Milanovic | 2018-10-27 | 4 | -143/+221 | |
| | | ||||||
| * | make grid cover device only, do not zoom in if there are no elements | Miodrag Milanovic | 2018-10-27 | 1 | -4/+7 | |
| | | ||||||
* | | Fix method override in gui | Miodrag Milanovic | 2018-11-05 | 3 | -3/+3 | |
| | | ||||||
* | | Fix lpf button action | Miodrag Milanovic | 2018-11-03 | 1 | -0/+1 | |
| | | ||||||
* | | Added image generator and regenerate icons | Miodrag Milanovic | 2018-11-03 | 7 | -0/+6 | |
| | | ||||||
* | | Added LPF support and all chip models available for select | Miodrag Milanovic | 2018-11-03 | 4 | -6/+50 | |
|/ | ||||||
* | fix edge case | Miodrag Milanovic | 2018-10-27 | 1 | -1/+1 | |
| | ||||||
* | No gain in optimizing this, but lead to wrong display | Miodrag Milanovic | 2018-10-26 | 1 | -10/+4 | |
| | ||||||
* | Merge pull request #96 from YosysHQ/imgui | Miodrag Milanović | 2018-10-26 | 3 | -4/+62 | |
|\ | | | | | Imgui integration | |||||
| * | Fix tooltip position when doing screenshot | Miodrag Milanovic | 2018-10-24 | 2 | -1/+6 | |
| | | ||||||
| * | Added cell and net info in hint | Miodrag Milanovic | 2018-10-24 | 1 | -1/+10 | |
| | | ||||||
| * | Fix propagating events | Miodrag Milanovic | 2018-10-24 | 1 | -0/+11 | |
| | | ||||||
| * | Display hint on mouse over | Miodrag Milanovic | 2018-10-24 | 2 | -0/+21 | |
| | | ||||||
| * | dummy imgui processing | Miodrag Milanovic | 2018-10-24 | 1 | -4/+10 | |
| | | ||||||
| * | Make imgui and qtgui compile on older qt as well, opengl 3.2 required | Miodrag Milanovic | 2018-10-24 | 1 | -1/+7 | |
| | | ||||||
* | | update last_render in case of change of any element, not just number of them | Miodrag Milanovic | 2018-10-26 | 1 | -4/+18 | |
| | | | | | | | | optimize for hover/select/highlight where number matters | |||||
* | | do not invalidate buffer, leave as is | Miodrag Milanovic | 2018-10-25 | 1 | -7/+1 | |
| | | ||||||
* | | proper update of empty decal | Miodrag Milanovic | 2018-10-25 | 1 | -4/+2 | |
|/ | ||||||
* | gui: improved FPGAViewWidget::paintGL() performance | Mateusz Zalega | 2018-10-23 | 4 | -86/+166 | |
| | | | | | | | | | Profiling revealed that memcpy() in QOpenGLBuffer::allocate() had been taking the most time during paintGL() calls. I've been able to take the CPU usage down to about 1/4 of its previous values by caching elements in VBOs and updating them only after subsequent calls to renderGraphicElement(). Signed-off-by: Mateusz Zalega <mateusz@appliedsourcery.com> | |||||
* | Recalculate max zoom level depending of arch | Miodrag Milanovic | 2018-10-14 | 2 | -7/+9 | |
| | ||||||
* | clangformat | David Shah | 2018-09-30 | 2 | -12/+10 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | gui: Fix another zero-decal issue | David Shah | 2018-09-25 | 1 | -1/+3 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | Apply GUI fix from @mmicko | David Shah | 2018-09-25 | 1 | -1/+3 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | Added hover on properties as well, fixes #64 | Miodrag Milanovic | 2018-08-22 | 2 | -0/+21 | |
| | ||||||
* | Hover on items in tree | Miodrag Milanovic | 2018-08-22 | 5 | -6/+67 | |
| | ||||||
* | Fix hover when cursor leaves view, fixes #63 | Miodrag Milanovic | 2018-08-22 | 2 | -0/+9 | |
| | ||||||
* | gui: fix #57 | Serge Bazanski | 2018-08-19 | 1 | -3/+17 | |
| | ||||||
* | fix zoom on elements, fixes #61 | Miodrag Milanovic | 2018-08-19 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #47 from YosysHQ/settings_propagate | Clifford Wolf | 2018-08-18 | 2 | -2/+2 | |
|\ | | | | | Use settings for placer1 and router1 | |||||
| * | Save settings and give nicer names to some | Miodrag Milanovic | 2018-08-10 | 2 | -2/+2 | |
| | | ||||||
* | | Add arch attributes display to GUI | Clifford Wolf | 2018-08-18 | 1 | -0/+15 | |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Make loading works nice and use settings | Miodrag Milanovic | 2018-08-08 | 6 | -27/+29 | |
| | ||||||
* | Use settings for json and pcf | Miodrag Milanovic | 2018-08-08 | 2 | -2/+1 | |
| | ||||||
* | Merge branch 'master' of github.com:YosysHQ/nextpnr into constids | Clifford Wolf | 2018-08-08 | 8 | -140/+63 | |
|\ | ||||||
| * | cleanup | Miodrag Milanovic | 2018-08-08 | 4 | -12/+0 | |
| | | ||||||
| * | clangformat | Miodrag Milanovic | 2018-08-08 | 6 | -8/+12 | |
| | | ||||||
| * | move load/save proj to base | Miodrag Milanovic | 2018-08-08 | 4 | -39/+40 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into common_main | Miodrag Milanovic | 2018-08-08 | 1 | -6/+6 | |
| |\ | | | | | | | | | | | | | | | | # Conflicts: # ecp5/main.cc # ice40/main.cc | |||||
| * | | Use ProjectHandler from gui as well | Miodrag Milanovic | 2018-08-06 | 1 | -86/+9 | |
| | | | ||||||
| * | | Disable menu options on json load | Miodrag Milanovic | 2018-08-05 | 3 | -6/+13 | |
| | | | ||||||
* | | | Get rid of PortPin and BelType (ice40, generic, docs) | Clifford Wolf | 2018-08-08 | 1 | -4/+4 | |
| |/ |/| | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | API change: Use CellInfo* and NetInfo* as cell/net handles (common, ice40) | Clifford Wolf | 2018-08-05 | 1 | -6/+6 | |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Utility calls static | Miodrag Milanovic | 2018-08-04 | 2 | -2/+2 | |
| | ||||||
* | Move ArchArgs to BaseWindow | Miodrag Milanovic | 2018-08-04 | 7 | -11/+7 | |
| | ||||||
* | Chip selection ui for ECP5 | Miodrag Milanovic | 2018-08-04 | 2 | -1/+52 | |
| | ||||||
* | not needed anymore | Miodrag Milanovic | 2018-08-04 | 1 | -7/+0 | |
| | ||||||
* | add write bitstream | Miodrag Milanovic | 2018-08-04 | 5 | -2/+77 | |
| |