David Shah
fa77a5ae4a
clangformat
...
Signed-off-by: David Shah <dave@ds0.me>
2019-06-24 11:43:01 +01:00
Miodrag Milanovic
9b8d3b7546
option to disable anti aliasing in gui
2019-05-25 08:42:17 +02:00
Miodrag Milanović
0d1c7118e3
Merge pull request #169 from ajeakins/master
...
Fix device view not showing anything on macOS.
2019-05-23 23:53:52 -07:00
Michael Buesch
3d4f1dc60b
gui: Fix warning: catching polymorphic type by value
...
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=]
2019-05-20 22:17:45 +02:00
Adrian Jeakins
d00288198f
Bring back check that GL contexts get the format requested.
2019-05-01 21:32:48 +01:00
David Shah
ede81dc095
generic: Disable GUI as it isn't supported yet
...
Signed-off-by: David Shah <dave@ds0.me>
2019-04-17 11:03:06 +01:00
David Shah
6fffe24177
generic: GUI Python bindings
...
Signed-off-by: David Shah <dave@ds0.me>
2019-04-03 16:08:33 +01:00
David Shah
23f2fff1c8
clangformat
...
Signed-off-by: David Shah <dave@ds0.me>
2019-03-22 10:39:05 +00:00
Miodrag Milanović
cadbf42054
Merge pull request #249 from koriakin/gui-tab-fix
...
gui: Fix Cells/Nets tab contents.
2019-03-12 19:17:22 +01:00
Marcin Kościelnicki
a0ad5bc306
gui: Fix Cells/Nets tab contents.
...
Signed-off-by: Marcin Kościelnicki <marcin@symbioticeda.com>
2019-03-12 18:18:36 +01:00
David Shah
97993e76ea
gui/fpgaviewwidget: Make background opaque
...
Signed-off-by: David Shah <dave@ds0.me>
2019-03-12 14:03:28 +00:00
Sylvain Munaut
9539f57c74
gui: Allow shift+drag to move around the view
...
right & middle clight are really inconvenient when working with a touchpad
in tap-to-click mode
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2019-02-22 12:31:23 +01:00
Miodrag Milanovic
bfc96cc962
Better resize, FPGAViewWidget minimal is now 320x200, fixes #222
2019-02-07 17:42:14 +01:00
Miodrag Milanovic
c6604a4582
Fix reading conflicting wire in GUI for pips, fixes #225
2019-02-07 17:25:14 +01:00
Adrian Jeakins
7f950a1852
Reduce GL shader version for wider compatibility.
2018-12-20 22:28:53 +00:00
Adrian Jeakins
3cdd83a3be
Remove format versioning now this is set at the top level application.
2018-12-20 22:21:10 +00:00
Miodrag Milanovic
e0b4a2eeab
Add GUI for executing python file
2018-12-14 17:20:25 +01:00
Miodrag Milanovic
fdb632f24c
Fix crash exiting nextpnr gui
2018-12-06 08:31:40 +01:00
Adrian Jeakins
38f80b1048
Fix device view not showing anything on macOS.
...
* 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.
2018-12-05 22:27:04 +00:00
Adrian Jeakins
92ddef9fc3
Fix crash starting the GUI on macOS where we must request a core profile.
...
See http://doc.qt.io/qt-5/qabstractopenglfunctions.html
2018-12-04 23:05:06 +00:00
David Shah
b550791d92
Refactor log code and add log file support
...
Signed-off-by: David Shah <dave@ds0.me>
2018-11-21 17:08:45 +00:00
David Shah
9c52afcf5f
clangformat
...
Signed-off-by: David Shah <dave@ds0.me>
2018-11-16 13:25:51 +00:00
Eddie Hung
3b2b15dc4a
Merge pull request #107 from YosysHQ/router_improve
...
Major rewrite of "router1"
2018-11-13 11:39:51 -08:00
Miodrag Milanovic
7bd542ecbe
Make zoom in/out always display content
2018-11-12 10:06:04 +01:00
Clifford Wolf
6002a0a80a
clangformat
...
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-11-11 19:48:15 +01:00
Clifford Wolf
f93129634b
Add getConflictingWireWire() arch API, streamline getConflictingXY semantic
...
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-11-11 17:28:41 +01:00
Miodrag Milanovic
2d35d99ed2
Show wires in tree for ECP5 as well
2018-11-11 13:52:19 +01:00
Miodrag Milanovic
5d11af5a25
multiple selection fix
2018-11-11 13:26:33 +01:00
Clifford Wolf
d2bdb670c0
Add getConflictingPipWire() arch API, router1 improvements
...
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-11-11 11:34:38 +01:00
Miodrag Milanovic
a445ae37ee
Pip visible for all archs
2018-11-11 11:08:34 +01:00
Miodrag Milanovic
b8870bb99c
Propagate proper ctx, fixes fetchMore
2018-11-11 10:53:48 +01:00
Miodrag Milanovic
3cfdb4e0c1
Sorted out zoomout, works for all now
2018-11-11 09:04:20 +01:00
Miodrag Milanović
6b197fde72
Merge pull request #93 from YosysHQ/gui_changes
...
Gui changes
2018-11-10 23:00:34 -08:00
Miodrag Milanovic
636a03d71e
Fix method override in gui
2018-11-05 08:56:01 +01:00
Miodrag Milanovic
27fcaf50d2
Fix lpf button action
2018-11-03 10:03:27 +01:00
Miodrag Milanovic
aed04ae6f2
Added image generator and regenerate icons
2018-11-03 10:02:53 +01:00
Miodrag Milanovic
a0e79c993f
Added LPF support and all chip models available for select
2018-11-03 09:39:43 +01:00
Miodrag Milanovic
0a3ebfbb5b
change to const auto&
2018-10-30 08:07:31 +01:00
Miodrag Milanovic
02edd66ae9
Changes to cover issues from code review
2018-10-29 19:39:52 +01:00
Miodrag Milanovic
3758029227
fix unselect from tree
2018-10-28 14:50:48 +01:00
Miodrag Milanovic
436c2a0444
Fix keep selection on multiple trees
2018-10-27 17:04:08 +02:00
Miodrag Milanovic
f66c5a0094
update properties based on move history
2018-10-27 16:00:47 +02:00
Miodrag Milanovic
cb6baa0f6a
Update grid properly
2018-10-27 12:02:01 +02:00
Miodrag Milanovic
d08fe2109d
clangformat
2018-10-27 12:02:01 +02:00
Miodrag Milanovic
f43ee265e8
Cleanup
2018-10-27 12:02:01 +02:00
Miodrag Milanovic
ba0ab7cb30
simplify and move arround
2018-10-27 12:02:01 +02:00
Miodrag Milanovic
5d5324c073
Split tree models and make other features work with it
2018-10-27 12:02:01 +02:00
Miodrag Milanovic
7386004c60
make grid cover device only, do not zoom in if there are no elements
2018-10-27 12:02:01 +02:00
Miodrag Milanovic
d7614d3d2b
fix edge case
2018-10-27 10:21:29 +02:00
Miodrag Milanovic
455e90b123
No gain in optimizing this, but lead to wrong display
2018-10-26 17:53:07 +02:00