Matthias Koefferlein
bbade33d3e
Update Changelog, preparations for 0.27 release
2021-04-21 21:45:47 +02:00
Matthias Koefferlein
ebfa187177
A somewhat more reasonable behavior for moving rulers in the presence of multiple rulers - the ruler highlighted in the transient selection is taken.
2021-04-20 23:00:34 +02:00
Matthias Koefferlein
13536e95b4
Merge branch 'master' of github.com:KLayout/klayout
2021-04-19 22:30:08 +02:00
Matthias Köfferlein
721a4c6246
Merge pull request #776 from KLayout/issue-747
...
No comment skipping in descriptions - fixed #747
2021-04-19 22:29:48 +02:00
Matthias Köfferlein
b917bf4fd6
Merge pull request #775 from KLayout/no-display-for-help-and-version
...
klayout -v and -h now work without a display
2021-04-19 22:29:24 +02:00
Matthias Köfferlein
7ef56c28c8
Merge pull request #774 from KLayout/issue-715
...
Fixes #715 (selection box larger than drawn)
2021-04-19 22:29:11 +02:00
Matthias Köfferlein
e6ab8c2483
Issue 771 ( #773 )
...
* Fixed the issue - Byte array variant was not properly converted to Python/Ruby objects.
* Added tests + properly converting byte arrays to byte array variants in Python.
2021-04-19 22:28:27 +02:00
Matthias Koefferlein
e22bef7abd
Updated changelog.
2021-04-18 20:34:39 +02:00
Matthias Koefferlein
6a77c3ae9a
Another update to fix windows tests (pymod with Python 3.8+3.9)
2021-04-18 15:46:55 +02:00
Matthias Koefferlein
f8b8408adb
No comment skipping in descriptions - fixed #747
2021-04-18 14:36:39 +02:00
Matthias Koefferlein
7a6364506d
klayout -v and -h now work without a display
2021-04-18 14:27:00 +02:00
Matthias Koefferlein
af6f11c2b3
Fixes #715 (selection box larger than drawn)
2021-04-18 14:02:26 +02:00
Matthias Koefferlein
de83fb7e8a
Added missing file.
2021-04-18 12:53:44 +02:00
Matthias Koefferlein
b1943c8b4e
Attempt to mitigate the effects of bpo-36085 in Python 3.8+ on Windows - need to add DLL search paths explicitly.
2021-04-18 10:43:34 +02:00
Matthias Köfferlein
f8e7e3b6e1
Merge pull request #770 from KLayout/lvs-enhancement
...
Lvs enhancement
2021-04-14 23:24:30 +02:00
Matthias Köfferlein
ae133f278e
Merge pull request #769 from KLayout/hierarchical-edges
...
Faster hierarchical edges
2021-04-14 23:24:16 +02:00
Matthias Koefferlein
fe692d99e5
Updated build.bat script with new Qt module selection options
2021-04-14 21:49:12 +02:00
Matthias Koefferlein
6627ecf6b2
Added Qt bindings to lay dependency
2021-04-14 16:56:14 +02:00
Matthias Koefferlein
44e495a77a
Added test
2021-04-13 23:09:03 +02:00
Matthias Koefferlein
6ea04d6c27
Small LVS enhancement: reject backtracking branch if it leads to ambiguous name conflicts
2021-04-13 22:57:08 +02:00
Matthias Koefferlein
a02c2c8eeb
Merge branch 'master' into hierarchical-edges
2021-04-11 22:47:38 +02:00
Matthias Köfferlein
f81b6588b6
Merge pull request #768 from KLayout/issue-757
...
Issue 757
2021-04-11 22:42:15 +02:00
Matthias Köfferlein
09e72d0507
Merge pull request #767 from KLayout/bugfixes
...
Bugfixes
2021-04-11 22:42:01 +02:00
Matthias Köfferlein
01b4c13a49
Merge pull request #764 from KLayout/blend-options-for-buddy-scripts
...
Blend options for buddy scripts
2021-04-11 22:41:44 +02:00
Matthias Koefferlein
e0d2be2ca6
Typo fixed
2021-04-11 09:50:40 +02:00
Matthias Koefferlein
93a6f2baa7
Warning for non-orthogonal array vectors; important bugfix: editing array vectors wasn't working properly in absolute coordinate mode
2021-04-11 09:40:27 +02:00
Matthias Koefferlein
841e6c8726
Merge branch 'bugfixes' into issue-757
2021-04-11 09:10:38 +02:00
Matthias Koefferlein
870fd2e0bd
Fixed some valgrind issues.
2021-04-08 23:30:47 +02:00
Matthias Koefferlein
c4e5310c95
Bugfix: holes and hulls are not neccessarily merged
2021-04-08 00:32:03 +02:00
Matthias Koefferlein
9ec5fb7384
Bugfix: LVS netlist browser did not navigate to device bbox correctly.
2021-04-07 23:52:39 +02:00
Matthias Koefferlein
25b46def17
Disallow zero columns and rows count for AREFs
2021-04-07 23:22:16 +02:00
Matthias Koefferlein
90b131a691
Fixed a warning about open transaction on snap/swap points in ruler properties - undo text is somewhat weak now :(
2021-04-07 23:15:23 +02:00
Matthias Koefferlein
217f957d60
Some more safety against accessing deleted user objects (stored point in temporary UserObject or DUserObject gets destroyed on destruction of the holder) - using C++ move semantics (overdue)
2021-04-07 22:16:52 +02:00
Matthias Koefferlein
d7c79a3d32
Reversed the interpretation of 'good' row/column combination until further clarification.
2021-04-06 22:49:59 +02:00
Matthias Koefferlein
9b7879b2a9
Faster hierarchical edges.
2021-04-06 21:05:02 +02:00
Matthias Koefferlein
9b86ea96d2
Fixed another assertion
2021-04-05 00:30:33 +02:00
Matthias Koefferlein
2c245af13a
Fixed an assertion happining with Qt binding enabled
2021-04-05 00:27:14 +02:00
Matthias Koefferlein
7b9a1ffdee
Made 'rename' blend mode default for buddy scripts
2021-04-04 21:34:43 +02:00
Matthias Koefferlein
ac9aa475ab
Properly handle external classes such as PCellDeclarationHelper in gsi::initialize_expressions
2021-04-04 18:41:35 +02:00
Matthias Koefferlein
85c3128c13
Adding --blend-mode to buddy scripts for mitigating the risk of joining files
2021-04-03 18:26:53 +02:00
Matthias Koefferlein
f9762009c6
Bugfix: don't forget to initialize child classes in gsi expressions.
2021-04-03 18:24:57 +02:00
Matthias Koefferlein
a863bbd0ba
Updated Changelog
2021-04-03 17:31:17 +02:00
Matthias Köfferlein
85448966d8
Merge pull request #763 from KLayout/25d-enhancements
...
25d enhancements
2021-04-03 15:33:57 +02:00
Matthias Köfferlein
09793e8502
Merge pull request #762 from KLayout/issue-757
...
Issue 757
2021-04-03 15:33:47 +02:00
Matthias Köfferlein
d9ab2ed1a6
Merge pull request #761 from KLayout/fill-debugging
...
Fill debugging
2021-04-03 15:33:34 +02:00
Matthias Koefferlein
2862cb4ffd
Marked 2.5d as experimental, wording of an error message
2021-04-03 01:39:19 +02:00
Matthias Koefferlein
b4f2bfdd5c
Enabled Qt4 builds hopefully
2021-04-03 01:24:24 +02:00
Matthias Koefferlein
52754ed418
2.5d view and help integration
2021-04-03 00:37:23 +02:00
Matthias Koefferlein
53f2c0e28f
Doc for 2.5d view
2021-04-03 00:17:28 +02:00
Matthias Koefferlein
9c1ef3c6dd
Enhanced 2.5d navigation
2021-04-02 22:58:39 +02:00