Matthias Koefferlein
dc2ae953ed
WIP: bug fixes
2023-01-17 02:38:15 +01:00
Matthias Koefferlein
7f2200cab5
WIP: Bug fixes, refactoring
2023-01-17 01:37:10 +01:00
Matthias Koefferlein
99887a15f0
WIP: refactoring, enabling properties for flat processing
2023-01-17 01:00:27 +01:00
Matthias Koefferlein
35fb4ce3db
Updated testdata
2023-01-16 16:58:41 +01:00
Matthias Koefferlein
58ab6ce9fd
WIP: fixed tests, dropped property constraint on XOR and OR (not implemented properly), added 'ignore' property constraint - in the 'no properties' case, properties are passed from the first input.
2023-01-16 16:27:31 +01:00
Matthias Koefferlein
3b4a460581
WIP: Further test updates
2023-01-16 02:29:03 +01:00
Matthias Koefferlein
48b55f142a
WIP: flat region tests, partially working
2023-01-16 02:06:21 +01:00
Matthias Koefferlein
db870614ab
[CONSIDER MERGING] grid check markers are not exactly aligned with vertexes in deep mode
2023-01-16 01:35:08 +01:00
Matthias Koefferlein
70d16425e1
WIP: added tests for as if flat regions
2023-01-16 01:02:30 +01:00
Matthias Koefferlein
765c22e55b
WIP: added missing files
2023-01-16 01:01:57 +01:00
Matthias Koefferlein
bf47805b29
WIP: support for properties in deep andnot, tests
2023-01-16 01:00:03 +01:00
Matthias Koefferlein
fad85e4260
[CONSIDER MERGING] Bugfix: polygon interaction with texts did not capture texts because of vanishing bounding box
2023-01-16 00:59:32 +01:00
Matthias Koefferlein
b7c515bf91
WIP: enabling booleans with property constraints
2023-01-15 20:23:32 +01:00
Matthias Koefferlein
f3e610b6e8
WIP: transfer polygon properties to edges
2023-01-15 15:28:10 +01:00
Matthias Koefferlein
5fa4d62da7
WIP: property support for transformation, filters, processors
2023-01-15 15:03:34 +01:00
Matthias Koefferlein
9f633b813d
WIP: property management for flat shape containers
2023-01-15 13:34:47 +01:00
Matthias Koefferlein
33b5723068
WIP: property mapping between layouts
2023-01-15 11:56:41 +01:00
Matthias Koefferlein
311d9c6eb5
WIP: new net property mode for net builder (name + id)
2023-01-14 23:56:31 +01:00
Matthias Koefferlein
9f632f29d3
WIP: updated test data
2023-01-14 23:46:48 +01:00
Matthias Koefferlein
053269e0b2
WIP: added test
2023-01-14 22:31:48 +01:00
Matthias Koefferlein
467208fb6e
WIP: property-aware meging of deep region
2023-01-14 22:26:42 +01:00
Matthias Koefferlein
2191db0c6d
Merge branch 'master' into network-drc
2023-01-13 22:01:51 +01:00
Matthias Koefferlein
33af2b8fcc
Avoid a segfault after explicitly destroying a custom plugin factory object
2023-01-12 21:03:24 +01:00
Matthias Koefferlein
d79dfec255
Fixed unit tests in non-Qt case
2023-01-12 18:48:43 +01:00
Matthias Koefferlein
4b4556d396
Preparations for 0.28.3
2023-01-12 09:14:40 +01:00
Matthias Köfferlein
c2dc27b0e1
Merge pull request #1248 from KLayout/issue-1247
...
Fixed issue #1247 . Problem was missing cache clean on assignment of s…
2023-01-12 09:08:08 +01:00
Matthias Köfferlein
31e697b1b9
Merge pull request #1246 from KLayout/issue-1245
...
Fixed issue #1245 by using a smarter implementation for the backward …
2023-01-12 09:04:00 +01:00
Matthias Koefferlein
12e34f9282
Fixed issue #1247 . Problem was missing cache clean on assignment of stipple pattern and line styles
2023-01-12 00:11:36 +01:00
Matthias Koefferlein
500fee3ff6
Fixed issue #1245 by using a smarter implementation for the backward compatibility fallback. Added unit tests and new (old) GSI bindings for that purpose.
2023-01-11 23:31:09 +01:00
Matthias Koefferlein
5952974095
Merge branch 'master' of github.com:KLayout/klayout
2023-01-11 21:26:40 +01:00
Matthias Köfferlein
80d087e2ee
Merge pull request #1243 from KLayout/issue-1242
...
Fixed issue #1242 (KLayout 0.28.2 crashes when registering a plugin i…
2023-01-11 21:26:03 +01:00
Matthias Koefferlein
478b838589
WIP: properties for regions, starting with deep regions
2023-01-09 00:05:31 +01:00
Matthias Koefferlein
0ba719ad84
WIP: properties for regions, tests for flat and original layer regions
2023-01-08 22:44:23 +01:00
Matthias Koefferlein
1dfa5abc9a
WIP: introducing properties for FlatRegion and others
2023-01-08 19:27:41 +01:00
Matthias Koefferlein
f9ccb60dd9
WIP: experimental - introducing net DRC, first steps
2023-01-07 23:42:59 +01:00
Matthias Koefferlein
af30695ab3
WIP: experimental - introducing net DRC, first steps
2023-01-07 21:56:25 +01:00
Matthias Koefferlein
ef6f3f182a
Fixed issue #1242 (KLayout 0.28.2 crashes when registering a plugin if a layout exists)
...
Problem was twofold: first, events are triggered during
construction of the plugin which met an uninitialized
pointer. Second, the clearing of existing plugins failed
because of iterating a vector while destroying it's members
erased member of it.
2023-01-04 21:17:12 +01:00
Matthias Koefferlein
8677b38d69
Merge branch 'master' into wip
2023-01-01 22:28:14 +01:00
Matthias Koefferlein
a85dbd3d31
Updating copyright notice to 2023
2023-01-01 22:27:22 +01:00
Matthias Koefferlein
6136e4f8a0
Merge remote-tracking branch 'origin/issue-1240'
2023-01-01 22:23:26 +01:00
Matthias Koefferlein
a3c9b6bc4a
Merge remote-tracking branch 'origin/issue-1238'
2023-01-01 22:23:13 +01:00
Matthias Koefferlein
9e6965751d
Merge branch 'issue-1234'
2023-01-01 22:22:44 +01:00
Matthias Koefferlein
420f8cfdc3
Fixed issue #1240 (Layer is not activated from layer properties file on first creation)
2023-01-01 18:45:37 +01:00
klayoutmatthias
b213479e07
Fixed issue #1238 (Macro IDE: breakpoints not effective on Windows)
2022-12-31 18:51:08 +01:00
Matthias Koefferlein
ca32b34dff
Restored ability to build on Python 2
2022-12-28 23:50:38 +01:00
Matthias Koefferlein
16cd4276b7
Fixed some more small memory leaks
2022-12-28 17:45:24 +01:00
Matthias Koefferlein
de6e1ffd53
Another performance fix for the many layers case
2022-12-28 17:15:51 +01:00
Matthias Koefferlein
1ad7dc0d98
More memory leaks fixed
2022-12-27 23:52:16 +01:00
Matthias Koefferlein
2cd932627c
Fixed some memory leaks
2022-12-27 23:45:43 +01:00
Matthias Koefferlein
8575791fd9
Fixed a potential segfault cause by recursive call of paintEvent
...
This may happen when painting triggers some action that itself
triggers progress reporter (which paints itself).
The solution consists of blocking process_events during painting.
2022-12-27 22:57:14 +01:00