Matthias Koefferlein
e460314090
Deploying more SVG based icons
2022-09-11 22:02:10 +02:00
Matthias Koefferlein
4a241cc36c
Deploying first high-res icons, enabled high-dpi icon scaling
2022-09-11 21:07:48 +02:00
Matthias Koefferlein
25c5b2f057
Refactoring of resources -> separate folders for doc and icons
2022-09-11 11:09:14 +02:00
Matthias Köfferlein
9ebb923d83
Issue 1144 ( #1150 )
...
* [CONSIDER MERGING] Clarification and typo fixed in DRC doc.
* Avoids a segfault during drawing: make sure the cell bbox update is not triggered in the drawing thread before it is stopped
* Fixed #1144 (wrong layer taken on copy layer)
2022-09-05 20:31:13 +02:00
Matthias Köfferlein
f6c5062c71
Issue 1143 ( #1149 )
...
* [CONSIDER MERGING] Clarification and typo fixed in DRC doc.
* Fixed issue #1143 (technology default DBU not taken)
2022-09-05 20:30:57 +02:00
Matthias Koefferlein
070ef54c66
Avoid a segfault with layout views without manager
2022-09-03 23:05:08 +02:00
Matthias Koefferlein
8dd002bd0f
More enhancements to support LayoutView as widget
2022-09-03 22:53:01 +02:00
Matthias Koefferlein
a9ef337c3b
Layer toolbox is a view component now - that means it changes with the view.
2022-09-03 18:28:17 +02:00
Matthias Koefferlein
f788818d12
Some more refactoring - further abstracting layout view from container widget
2022-09-03 01:48:50 +02:00
Matthias Koefferlein
3c53950eaa
Rework needed for LayoutView management
...
The application got unstable on exit under various conditions
(e.g. LayoutView created in script). Reason was the ownership
management of LayoutView which interfered with Qt widget
lifetime management.
The solution now is based on a clean widget/view hierarchy
and a consistent plugin parent/child relationship.
In addition, a new class is enabled which allows creating
a true QWidget (rather QFrame) for a LayoutView again.
2022-09-02 00:47:21 +02:00
Matthias Koefferlein
0248834afb
Qt4 compatibility
2022-09-01 19:35:18 +02:00
Matthias Koefferlein
50f6a1c270
Employ Qt 5.15 to hide LVS tabs in netlist browser
2022-09-01 00:26:27 +02:00
Matthias Koefferlein
d48792a942
Trying to establish first log abilities to LVS compare
2022-08-10 00:41:19 +02:00
Matthias Koefferlein
b1cbafbac0
WIP: netlist browser log viewer
2022-08-09 01:11:28 +02:00
Matthias Koefferlein
83946620d9
[Consider merging] fixed a bug in netlist browser reload
2022-08-09 01:11:03 +02:00
Matthias Koefferlein
2569527c3c
WIP: Schematic netlist participates in net highlighting if applicable
2022-08-08 23:27:22 +02:00
Matthias Koefferlein
1e3ce081d4
WIP: bugfixed schematic netlist view
2022-08-08 22:23:01 +02:00
Matthias Koefferlein
51b521f2b7
WIP: enabling schematic view of netlist - needs debugging
2022-08-07 23:41:29 +02:00
Matthias Koefferlein
de026fac86
WIP: debugging
2022-08-07 23:10:09 +02:00
Matthias Koefferlein
16341bdd1b
WIP: bug fixing
2022-08-07 22:29:02 +02:00
Matthias Koefferlein
8029302e08
WIP: started integrating log view in netlist browser
2022-08-07 22:02:22 +02:00
Matthias Koefferlein
2e7524a0fe
WIP: added tree model for log view for netlist browser
2022-08-07 19:41:56 +02:00
klayoutmatthias
0401f3b89c
Fixed a non-problem that pops up with iterator assertions
2022-07-26 08:28:22 +02:00
Matthias Köfferlein
b1661d3c5e
Issue 1106 ( #1107 )
...
* Help browser problem mitigation: on Qt6 (?), QTextBrowser appears to be reloading images relative to the new URL on a URL change. This caused 'missing resource' exceptions. As long as the root cause of this problem is not know, the exceptions are turned into log errors now.
* Fixed issue 1106
2022-07-17 19:59:29 +02:00
Matthias Köfferlein
7a5737d55f
Merge pull request #1087 from KLayout/qtless-canvas2
...
Qtless canvas2
2022-06-14 22:51:57 +02:00
Matthias Koefferlein
1020eb6e99
Basically enabling AbstractMenu in non-Qt mode
...
As a way to trigger actions inside the layout view
and plugins.
Right now, the layout view's menu is only a rudimentary one
as it lacks the top-level menus usually provided by the main window.
2022-06-07 23:28:10 +02:00
Matthias Koefferlein
184c66b781
Provide a default configuration for LayoutView also in the non-Qt case
2022-06-02 23:55:40 +02:00
Matthias Köfferlein
4cbd28fd23
First implementation of issue-1075 fix: when editing a layer spec, the PCell parameters are analyzed and PCells are rewritten accordingly. ( #1088 )
2022-05-31 00:22:32 +02:00
Matthias Koefferlein
b95027a21b
Refactoring: lay::PixelBuffer, BitmapBuffer -> tl, added image functions to RdbItem in GSI
2022-05-31 00:20:47 +02:00
Matthias Koefferlein
62bbef53ac
Refactoring: layColor -> tlColor
2022-05-30 23:21:32 +02:00
Matthias Koefferlein
377e0f0249
Further reducing dependency of ui headers files generated for other modules
2022-05-29 12:06:21 +02:00
Matthias Koefferlein
bd5303f214
Removed a generated header dependency between modules
2022-05-29 12:06:10 +02:00
Matthias Koefferlein
29b3718b2d
Further reducing dependency on Qt, fixed tests
2022-05-29 10:11:16 +02:00
Matthias Koefferlein
e26afab4e5
Further reducing dependency of ui headers files generated for other modules
2022-05-27 16:49:05 +02:00
Matthias Koefferlein
218117d6b6
Removed a generated header dependency between modules
2022-05-27 08:31:47 +02:00
Matthias Koefferlein
03761768cf
Enabled headless LayoutView. Works.
2022-05-26 01:51:09 +02:00
Matthias Koefferlein
3f4fe62dc5
Merge branch 'master' into qtless-canvas
2022-05-23 20:42:39 +02:00
Matthias Koefferlein
d8f51a5ef0
Qt4 compatibility
2022-05-16 00:07:31 +02:00
Matthias Koefferlein
104975a14e
WIP: fixed pymod
2022-05-15 19:34:46 +02:00
Matthias Koefferlein
856635bc82
WIP: debugging, enabled pymod builds ...
2022-05-15 18:45:07 +02:00
Matthias Koefferlein
f5b4bbb62c
WIP
2022-05-15 10:31:09 +02:00
Matthias Koefferlein
5fed1648e6
WIP
2022-05-15 00:54:15 +02:00
Matthias Koefferlein
332daf836e
WIP: split laybasic into layui and layview to separate Qt and non-Qt part even more
2022-05-15 00:47:59 +02:00