nextpnr/gui
Vegard Storheil Eriksen bb754441c8 gui: Fix undefined behavior in TreeModel.
std::sort() requires the comparison function to return false for even
comparison. Returning true results in undefined behavior and a potential
segfault.
2020-02-28 03:48:41 +01:00
..
ecp5 clangformat run 2019-06-25 18:19:25 +02:00
generic enable lading of jsons and setting up context 2019-06-14 15:18:35 +02:00
ice40 json: Remove legacy frontend 2019-12-27 10:44:30 +00:00
resources Add SVG option to gui 2020-02-27 09:37:09 +01:00
application.cc clangformat 2019-06-24 11:43:01 +01:00
application.h option to disable anti aliasing in gui 2019-05-25 08:42:17 +02:00
base.qrc Add SVG option to gui 2020-02-27 09:37:09 +01:00
basewindow.cc Add SVG option to gui 2020-02-27 09:37:09 +01:00
basewindow.h Add SVG option to gui 2020-02-27 09:37:09 +01:00
CMakeLists.txt Make imgui and qtgui compile on older qt as well, opengl 3.2 required 2018-10-24 19:00:58 +02:00
create_img.sh add newline 2019-06-28 13:44:01 +02:00
designwidget.cc Major Property improvements for common and iCE40 2019-08-05 14:52:15 +01:00
designwidget.h Changes to cover issues from code review 2018-10-29 19:39:52 +01:00
fpgaviewwidget.cc Skip same frames 2020-01-11 15:48:43 +01:00
fpgaviewwidget.h Skip same frames 2020-01-11 15:48:43 +01:00
line_editor.cc Moved to new signal slot syntax 2018-08-03 10:53:38 +02:00
line_editor.h join python and info into one tab 2018-07-14 14:06:05 +02:00
lineshader.cc clangformat 2018-11-16 13:25:51 +00:00
lineshader.h Reduce GL shader version for wider compatibility. 2018-12-20 22:28:53 +00:00
pyconsole.cc Add GUI for executing python file 2018-12-14 17:20:25 +01:00
pyconsole.h Add GUI for executing python file 2018-12-14 17:20:25 +01:00
pythontab.cc generic: GUI Python bindings 2019-04-03 16:08:33 +01:00
pythontab.h Add GUI for executing python file 2018-12-14 17:20:25 +01:00
quadtree.h clangformat 2018-11-16 13:25:51 +00:00
treemodel.cc gui: Fix undefined behavior in TreeModel. 2020-02-28 03:48:41 +01:00
treemodel.h Propagate proper ctx, fixes fetchMore 2018-11-11 10:53:48 +01:00
worker.cc moved some context variables to settings 2019-06-15 15:23:51 +02:00
worker.h Make worker generic 2018-08-02 18:10:01 +02:00