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
16a1c8d2e8
WIP: README updated
2022-08-08 21:41:23 +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
Matthias Koefferlein
c23b00aa7f
[Consider merging] fixed rba and pya test because of argument error message change
2022-08-07 18:12:19 +02:00
Matthias Koefferlein
e1882b0de7
WIP: refactoring of L2N/LVSDB writer
2022-08-07 17:38:06 +02:00
Matthias Koefferlein
0083021220
[Consider merging] Some refactoring of L2N and LVSDB readers for more future compatibility
2022-08-07 00:24:05 +02:00
Matthias Koefferlein
9d36b3c71a
Merge branch 'master' into wip
2022-08-06 18:52:41 +02:00
Matthias Koefferlein
42ddd07bfe
Introducing 'close all' and 'close all except' for macro editor tabs, avoid one additional entry on the edit trace stack when raising an exception
2022-08-02 22:51:32 +02:00
Kazunari Sekigawa
65615274a7
Merge remote-tracking branch 'origin/master' into master-mac-qt6
2022-08-02 06:30:12 +09:00
Matthias Koefferlein
5e3358d6b1
Fixed #1131 fix
2022-08-01 23:11:17 +02:00
Kazunari Sekigawa
7d561e92fa
Merge remote-tracking branch 'origin/master' into master-mac-qt6
2022-08-02 05:47:21 +09:00
Matthias Koefferlein
bfeb60986c
Merge remote-tracking branch 'origin/msvc-building-with-debug'
2022-08-01 19:02:31 +02:00
Matthias Koefferlein
40b4b22f02
Added variants for CellInstArray constructor that take a Cell reference
2022-08-01 19:01:41 +02:00
Matthias Koefferlein
545ff11899
Merge branch 'master' of github.com:KLayout/klayout into wip
2022-08-01 18:50:48 +02:00
Matthias Köfferlein
716369de63
Issue 1126 ( #1128 )
...
* First attempt to fix. Rather experimental.
* Debugging and bug fixing
The basic issue was a missing break
However, correct computation of cache results for instance-to-instance cluster
interaction is implemented
Plus: identical and overlapping instances are no longer ignored except in the
case of exact duplicates. Otherwise these instance generate dead nets which
are not connected elsewhere.
* Added tests, fixed duplicate cells test, added missing files.
* Code simplification (removed invariant from transformation in cluster-to-cluster interaction cache)
* Skipping cell instance duplicates as some real-world testcases mandate so
* Updated test data
2022-08-01 18:50:07 +02:00
Matthias Köfferlein
801ef78990
Fixed issue-1131 (do not show non-existing files in MRU lists) ( #1133 )
...
* Fixed issue-1131 (do not show files in MRU lists which do no longer exist)
The solution consists of an extension of the Action system allowing to
dynamically hide or disable items. This currently works for menu items only.
This feature is used to dynamically *disable* (as of now, not hiding)
items from the four MRU lists corresponding to non-existing files.
In addition, a "clear list" menu has been added to the MRU lists.
* Small enhancement: file names can be URIs
2022-08-01 18:49:42 +02:00
Matthias Köfferlein
e2f9015c26
Fixed issue #1132 by taking the first point of paths and polygons instead of center (center is still taken if the polygon is a rectangle) ( #1134 )
2022-08-01 18:47:20 +02:00
Matthias Koefferlein
429e43fe37
Fixed Qt-less LayoutView (removed QWidget as base class which is no longer true)
2022-07-31 00:11:20 +02:00
Matthias Koefferlein
3c5ca36081
[Consider merging] fixed a potential race condition with invalid Shapes container after clear
2022-07-31 00:10:36 +02:00
Matthias Koefferlein
43101ded7f
More consistent handling of exceptions and their display in the Ruby debugger - without triggering too many breakpoints on rethrow and showing the reason for exceptions arising from argument errors
2022-07-30 19:28:14 +02:00
Matthias Koefferlein
590c4a6b31
Argument numbers/names for Ruby too
2022-07-30 01:32:27 +02:00
Matthias Koefferlein
7d078ed041
Express argument details in Python call errors
2022-07-29 23:58:19 +02:00
Matthias Koefferlein
82fe920ac9
Merge branch 'wip'
2022-07-29 22:31:42 +02:00
klayoutmatthias
1b728f1067
Removed duplicated method declarations in LayoutViewBase
2022-07-28 20:52:19 +02:00
klayoutmatthias
bca7486082
[Consider merging] object lifetime problem with QLatin1String and GSI fixed
2022-07-26 21:02:48 +02:00
klayoutmatthias
5a9e3f9188
[Consider merging] One more iterator issue fixed
2022-07-26 21:02:17 +02:00
klayoutmatthias
0401f3b89c
Fixed a non-problem that pops up with iterator assertions
2022-07-26 08:28:22 +02:00
klayoutmatthias
50a863bb26
[Consider merging] Fixed a potential memory corruption problem
2022-07-26 00:13:26 +02:00
klayoutmatthias
da398e77fd
[Consider merging] avoid a memory corruption issue in Netlist::flatten
2022-07-25 22:03:01 +02:00
klayoutmatthias
167bcbcc5f
Enabling MSVC debug builds with iterator debugging on
2022-07-25 21:06:56 +02:00
Kazunari Sekigawa
2aec9670b2
Merge remote-tracking branch 'origin/master' into master-mac-qt6
2022-07-20 12:54:25 +09:00
Matthias Koefferlein
17f8a92a66
Fixed a memory corruption problem
2022-07-20 00:04:08 +02:00
Kazunari Sekigawa
83551af9e4
Merge remote-tracking branch 'origin/master' into master-mac-qt6
2022-07-18 07:55:03 +09:00
Matthias Koefferlein
7999468bb9
Issue #1122 - avoid error messages which are confusing.
2022-07-18 00:18:10 +02:00
Matthias Koefferlein
24e8db996c
Avoid a segfault on exit
2022-07-18 00:16:56 +02:00
Matthias Köfferlein
6ba372f1a9
Issue 1114 ( #1121 )
...
* Two patches to enable building on MSYS with gcc 12.1
1. Complete explicit instantiations in dbHierProcessor
2. Strict weak ordering is not present for std::type_info
(using "before" on gcc 12.1). We need to work with plain
pointers and use a translation table to associate pointers
with classes.
* Fixed another place where std::type_info got important
Co-authored-by: Matthias Koefferlein <matthias@klayout.de>
2022-07-17 19:59:49 +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
Kazunari Sekigawa
f42c3cd1e3
Merge remote-tracking branch 'origin/master' into master-mac-qt6
2022-07-15 16:48:27 +09:00
Matthias Koefferlein
682cc0e491
More safeguards against crashes in the absence of a Manager object
2022-07-09 20:13:40 +02:00
Kazunari Sekigawa
9cd0017d0d
Merge remote-tracking branch 'origin/master' into master-mac-qt6
2022-07-08 18:41:24 +09:00
Matthias Koefferlein
f7ef538f34
Merge branch 'master' of github.com:KLayout/klayout
2022-07-08 01:35:59 +02:00
Matthias Koefferlein
8cdf060159
Prevent segfaults with rulers when there is no manager object
2022-07-08 01:35:39 +02:00
Matthias Koefferlein
26901454c4
Fixed a doc typo
2022-07-04 13:41:30 +02:00