Matthias Köfferlein
8d4da8b374
Fixed issue #1603 (weird layout of parameters) ( #1612 )
...
Also fixed a problem with icons that did not get hidden when visibility was changed.
This fix needed some rework of the layout scheme of PCell parameter pages.
Co-authored-by: Matthias Koefferlein <matthias@klayout.de>
2024-02-11 10:35:36 +01:00
Antony Lee
65e41aa270
Fix tabbing order in "Editor Options / Instance / Array Instance" UI.
...
Currently, in the Array Instance sub-UI that appears when inserting a new
array instance, trying to use the "tab" key to move through the entry
widgets results in going through them in a strange order (column step x,
column step y, row step y, row step x, dimension columns, dimension
rows). This patch declares the correct tabbing order for the widgets.
2024-02-04 15:58:37 +01:00
Matthias Koefferlein
2b4a583f05
Update copyright year
2024-01-01 17:27:59 +01:00
Matthias Koefferlein
b128ffc70b
Avoid macro IDE events during update of the recent properties list (that is a problem when script errors are present)
2023-12-23 21:44:06 +01:00
Matthias Koefferlein
86866e52d3
Fixed part of issue #1559 (not snapping to some diagonals)
2023-12-07 20:48:39 +01:00
Matthias Köfferlein
8d51124fd4
Merge pull request #1491 from KLayout/issue-885
...
Issue 885
2023-11-07 21:35:04 +01:00
Matthias Koefferlein
35832923fa
Snapping to grid on partial edit
2023-10-05 23:14:10 +02:00
Matthias Koefferlein
3fbdb065fd
Editor option for controlling snapping (snap to grid while moving), more consistent snap behavior, instance snapping
2023-10-05 22:25:30 +02:00
Matthias Koefferlein
99742581c2
WIP (cleanup)
2023-10-03 19:52:49 +02:00
Matthias Koefferlein
cc346343fb
[consider merging] Avoid a warning about open transaction while moving
2023-10-03 19:52:24 +02:00
Matthias Koefferlein
0a546ef41d
WIP
2023-10-02 23:18:36 +02:00
Matthias Koefferlein
579f5ffca4
Doc updates
2023-09-25 23:33:15 +02:00
Matthias Koefferlein
109696a1e0
Preventing issues with debugger and PCell parameter dialog - callbacks were issued while a breakpoint was triggered
2023-09-10 23:36:54 +02:00
Matthias Koefferlein
3a6fecc71d
Bugfix: cleanup after deleting cells in partial mode - no new top cells appear.
2023-09-03 18:09:39 +02:00
Matthias Koefferlein
b2ab89214d
Better integration of partial mode - for example 'interactive move' now also acts on partial selection
2023-09-03 18:05:34 +02:00
Matthias Koefferlein
4a475a7e21
Bugfix: moving a text with a non-centered vertical alignment now uses the right location
2023-09-02 23:47:40 +02:00
Matthias Köfferlein
0cae7b0f93
Merge pull request #1442 from KLayout/issue-1438
...
Fixed issue #1438 (Provide a configuration option to switch back to o…
2023-08-05 21:09:51 +02:00
Matthias Koefferlein
6014ba9fed
Fixed issue #1438 (Provide a configuration option to switch back to old-style text selection (at origin only)
2023-08-01 21:40:54 +02:00
Matthias Koefferlein
e53d432117
Better support for point-like handles
...
PCells have been featuring point-like handles but
they suffered some issues because they have been
mapped to degenerated boxes:
- hardly visible
- could be destroyed using partial editing
Now, the database offers points, hence it is
possible to store points explicitly, so no
tricks need to be played to make them visible.
Editing has been implemented to some extent,
so it is possible for example to configure
handles in the properties dialogs.
2023-07-29 01:01:50 +02:00
Matthias Koefferlein
6e4ac71442
WIP
2023-07-28 23:48:34 +02:00
Matthias Koefferlein
c831ed15f8
Enhance the selection behavior of partial edit mode: allow selection of edge ends if edges overlap, graphical indicator for selected partial
2023-07-15 00:22:17 +02:00
Matthias Koefferlein
ee19ed06e9
Avoiding segfaults where no manager is present
2023-07-03 22:53:12 +02:00
Matthias Koefferlein
f28236c694
Fixed #1409 (Text edit issue)
2023-07-03 22:18:55 +02:00
Matthias Koefferlein
1422dfb93d
Bugfix, text reference made the program assert
2023-05-11 18:57:24 +02:00
Matthias Koefferlein
0b0f62130c
WIP: refactoring, debugging needed
2023-05-07 23:29:02 +02:00
Matthias Koefferlein
67276c4922
Merge branch 'enhanced-meta-info' into wip2
2023-05-05 23:22:33 +02:00
Matthias Koefferlein
4afa029297
Partial edit mode fixes
...
- do not remove last point of closed paths
- fixed removal of redundant points in polygon/path edit
- on-grid point insertion in paths and polygons for skew angle edges
2023-05-05 23:05:49 +02:00
Matthias Koefferlein
707ebc4114
Copying meta information of cells on various occasions too (e.g. clipboard copy & paste)
2023-04-29 23:27:42 +02:00
Matthias Köfferlein
f413635deb
Merge pull request #1303 from KLayout/issue-1302
...
Implemented solution for issue #1302 (Select filter is not applied in…
2023-03-04 19:32:29 +01:00
Matthias Koefferlein
2236ced5ae
Refining solution for issue-1249: properly reading the edge we project to in single-edge partial move mode
2023-02-27 20:49:45 +01:00
Matthias Koefferlein
82b372ab14
Implemented solution for issue #1302 (Select filter is not applied in partial mode)
2023-02-26 17:07:04 +01:00
Matthias Koefferlein
7903b9d70d
Fixed issue #1294 (grid snap not working in partial mode)
2023-02-16 21:23:59 +01:00
Matthias Koefferlein
cb4501787f
Solved: Partial mode does not support Ctrl+Shift to confine movement direction
2023-01-25 20:41:55 +01:00
Matthias Koefferlein
a85dbd3d31
Updating copyright notice to 2023
2023-01-01 22:27:22 +01:00
Matthias Koefferlein
50616ede58
Implemented solution for issue #1228
...
The "show parameter names" setting is now persisted.
Side effect: changing this setting will now trigger
a configuration update which has some side effects - e.g.
when "lazy update" is configured (parameters are reset).
But that appears to be acceptable.
In addition a second flaw was fixed: errors were not
properly reported by showing the error indicator.
The indicator was hidden immediately after showing it.
2022-12-25 20:44:56 +01:00
Matthias Koefferlein
4543eaabac
Fixed some small flaws in instance properties dialog: sort by cell name, update tree on apply
2022-12-05 23:47:46 +01:00
Matthias Koefferlein
77e9b511cf
Fixed slow 'show only selected' with many layers (reason: too many updates of recent editor options layer list)
2022-12-02 17:32:18 +01:00
Matthias Koefferlein
67690b8ae8
Array properties are not grayed out in read-only mode on instance properties page
2022-11-10 22:18:53 +01:00
Matthias Koefferlein
27e04c61a0
Less compiler warnings
2022-11-02 23:35:18 +01:00
Matthias Koefferlein
54833db00b
Added feature for computing area and perimeter from selection
2022-11-01 13:46:48 +01:00
Matthias Koefferlein
2dc5c98416
Implemented readonly for PCell line-edit parameters as QLineEdit::readOnly
2022-11-01 13:46:36 +01:00
Matthias Koefferlein
548db003ed
Debugged Ruby PCellDeclarationHelper, small enhancements
2022-10-30 10:00:51 +01:00
Matthias Koefferlein
0e5842d36e
Fixed some qrc files, added more attributes to PCellParameterState (tool tip, readonly, icon), added option to show parameter names
2022-10-29 21:20:16 +02:00
Matthias Koefferlein
eb8c96054c
WIP: preparations for callbacks in PCell code
2022-10-28 23:41:31 +02:00
Matthias Koefferlein
e6da3fc22c
WIP: callbacks for PCells
2022-10-27 00:42:28 +02:00
Matthias Koefferlein
dc927717c2
Multi-selection in properties dialog: bugfixing and finalization
2022-10-13 23:45:21 +02:00
Matthias Koefferlein
5e73b0f5f8
WIP: multi-selection properties on instances
2022-10-09 23:23:47 +02:00
Matthias Koefferlein
83d37d4187
Some bug fixes
2022-10-08 10:38:54 +02:00
Matthias Koefferlein
b047a310c2
WIP: multi selection property dialog
2022-10-08 00:52:38 +02:00
Matthias Koefferlein
fb5df27310
WIP: multi selection property dialog
2022-10-08 00:44:18 +02:00