aboutsummaryrefslogtreecommitdiffstats
path: root/gui
Commit message (Collapse)AuthorAgeFilesLines
* Use proper names in GUIMiodrag Milanovic2020-07-081-12/+12
|
* Support rest of partsMiodrag Milanovic2020-07-081-0/+6
|
* Adding LP4K as wellMiodrag Milanovic2020-07-081-0/+2
|
* Support 4K parts directlyMiodrag Milanovic2020-07-081-0/+2
|
* Fix assert, check should be other way arroundMiodrag Milanovic2020-07-061-1/+1
|
* Simplify and improve chipdb embedding/loading.whitequark2020-06-263-80/+42
|
* old boost supportMiodrag Milanovic2020-04-201-2/+2
|
* cleanupMiodrag Milanovic2020-02-281-1/+1
|
* Add support for pasting multiline code to pythonMiodrag Milanovic2020-02-282-6/+25
|
* gui: Fix sorting order in TreeModel.Vegard Storheil Eriksen2020-02-281-8/+3
|
* gui: Fix undefined behavior in TreeModel.Vegard Storheil Eriksen2020-02-281-1/+1
| | | | | | std::sort() requires the comparison function to return false for even comparison. Returning true results in undefined behavior and a potential segfault.
* Add SVG option to guiMiodrag Milanovic2020-02-274-0/+30
|
* Various warning fixesMiodrag Milanovic2020-01-181-1/+1
|
* Skip same framesMiodrag Milanovic2020-01-113-13/+24
|
* Enable screenshot and recording featureMiodrag Milanovic2020-01-057-2/+102
|
* Merge remote-tracking branch 'origin/master' into mmicko/ecp5_guiMiodrag Milanovic2019-12-282-2/+0
|\
| * json: Remove legacy frontendDavid Shah2019-12-272-2/+0
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | Add options to enable/disable displayed elementsMiodrag Milanovic2019-12-209-16/+105
| |
* | clangformat runMiodrag Milanovic2019-12-081-1/+1
| |
* | Add more zoomMiodrag Milanovic2019-10-201-1/+1
|/
* Major Property improvements for common and iCE40David Shah2019-08-051-3/+6
| | | | Signed-off-by: David Shah <dave@ds0.me>
* add newlineMiodrag Milanovic2019-06-281-1/+1
|
* clangformat runMiodrag Milanovic2019-06-254-17/+18
|
* Merge masterMiodrag Milanovic2019-06-251-2/+2
|\
| * clangformatDavid Shah2019-06-241-2/+2
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | moved some context variables to settingsMiodrag Milanovic2019-06-151-2/+2
| |
* | enable lading of jsons and setting up contextMiodrag Milanovic2019-06-148-33/+24
| |
* | fix titleMiodrag Milanovic2019-06-142-3/+1
| |
* | Remove base config, since deprecatedMiodrag Milanovic2019-06-142-32/+1
| |
* | gui for json write and proper statusesMiodrag Milanovic2019-06-149-34/+81
| |
* | CleanupMiodrag Milanovic2019-06-147-16/+1
| |
* | Remove concept of project and code connectedMiodrag Milanovic2019-06-132-84/+0
|/
* option to disable anti aliasing in guiMiodrag Milanovic2019-05-252-3/+4
|
* Merge pull request #169 from ajeakins/masterMiodrag Milanović2019-05-233-20/+24
|\ | | | | Fix device view not showing anything on macOS.
| * Bring back check that GL contexts get the format requested.Adrian Jeakins2019-05-011-0/+13
| |
| * Reduce GL shader version for wider compatibility.Adrian Jeakins2018-12-201-2/+2
| |
| * Remove format versioning now this is set at the top level application.Adrian Jeakins2018-12-201-14/+0
| |
| * Fix device view not showing anything on macOS.Adrian Jeakins2018-12-052-6/+11
| | | | | | | | | | * Fix line shader when running under the core profile and make version match those elsewhere. * Make surface format version match the openGL functions we are using.
* | gui: Fix warning: catching polymorphic type by valueMichael Buesch2019-05-201-1/+1
| | | | | | | | | | gui/application.cc: In member function ‘virtual bool nextpnr_ice40::Application::notify(QObject*, QEvent*)’: gui/application.cc:56:32: warning: catching polymorphic type ‘class nextpnr_ice40::assertion_failure’ by value [-Wcatch-value=]
* | generic: Disable GUI as it isn't supported yetDavid Shah2019-04-171-8/+5
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | generic: GUI Python bindingsDavid Shah2019-04-031-1/+2
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | clangformatDavid Shah2019-03-221-5/+5
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | Merge pull request #249 from koriakin/gui-tab-fixMiodrag Milanović2019-03-121-4/+4
|\ \ | | | | | | gui: Fix Cells/Nets tab contents.
| * | gui: Fix Cells/Nets tab contents.Marcin Kościelnicki2019-03-121-4/+4
| | | | | | | | | | | | Signed-off-by: Marcin Kościelnicki <marcin@symbioticeda.com>
* | | gui/fpgaviewwidget: Make background opaqueDavid Shah2019-03-121-1/+1
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | gui: Allow shift+drag to move around the viewSylvain Munaut2019-02-221-5/+14
|/ / | | | | | | | | | | | | right & middle clight are really inconvenient when working with a touchpad in tap-to-click mode Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* | Better resize, FPGAViewWidget minimal is now 320x200, fixes #222Miodrag Milanovic2019-02-071-1/+1
| |
* | Fix reading conflicting wire in GUI for pips, fixes #225Miodrag Milanovic2019-02-071-2/+6
| |
* | Add GUI for executing python fileMiodrag Milanovic2018-12-148-0/+45
| |
* | Fix crash exiting nextpnr guiMiodrag Milanovic2018-12-061-0/+1
|/