Matthias Koefferlein
cb918203c7
Adding the ruler options widget and disabling editor options in viewer mode
2026-05-24 00:17:25 +02:00
Matthias Koefferlein
e42bb63e8a
Renaming 'editor options' to 'tool options'
2026-05-24 00:13:51 +02:00
Matthias Köfferlein
0eed5d6ea5
Merge pull request #2354 from KLayout/wip
...
Wip
2026-05-20 19:06:25 +02:00
Matthias Koefferlein
5d60cfe27d
Persisting settings of search features (see discussion 2868)
2026-04-30 21:35:48 +02:00
Matthias Koefferlein
423df1e7e2
Fixing issue #2335
...
Now, the editor options are also shown in selection mode.
Also, the logic was enhanced that decides whether to show
the editor options or not.
2026-04-26 22:43:13 +02:00
Abdelhakim Qbaich
ec4485a264
try/catch macro in ::action_triggered
2026-04-05 18:57:18 -04:00
Matthias Koefferlein
8a594c1626
Doc update
2026-03-01 15:32:21 +01:00
Matthias Koefferlein
56fdbca1f5
Updating copyright to 2026
2026-02-07 17:12:53 +01:00
Matthias Koefferlein
5298a99250
Fixing Python builds
2026-02-07 09:45:56 +01:00
Matthias Koefferlein
2221efd96e
Trying to fix Windows builds
2026-02-06 17:45:05 +01:00
Matthias Koefferlein
91ab72e8e5
Toolkit widget solution enhanced
...
- Bring text and path options to front when changing mode
- Path width and text string can be configure in toolkit widget
- Enter key finishes move and partial move
2026-02-02 22:05:45 +01:00
Matthias Koefferlein
a6eb598abd
Some refactoring: global editor option pages are requested from the plugins explicitly. So the generic editor options are not added automatically.
2026-02-02 00:09:29 +01:00
Matthias Koefferlein
8300e2ee57
Added Enter to finish shape edits, added numerical entries for paths and polygons
2026-01-19 22:41:52 +01:00
Matthias Koefferlein
659feb468c
Fixing a small glitch when notifications and toolbox widgets interact
2026-01-18 22:12:47 +01:00
Matthias Koefferlein
c2c941078d
Enabling toolkit widgets for rulers
2026-01-17 01:05:56 +01:00
Matthias Koefferlein
900ac4bc0f
Refactoring, displaying move vector also in partial mode
2026-01-15 13:34:52 +01:00
Matthias Koefferlein
9fe22869ed
Enabling Qt-less builds
2026-01-15 01:41:09 +01:00
Matthias Koefferlein
49f608c7eb
Improving Qt binding solution for RBA::EditorOptionsPage
2026-01-14 23:23:15 +01:00
Matthias Koefferlein
ca9a3198f5
WIP: some refactoring
2026-01-14 12:48:51 +01:00
Matthias Koefferlein
cca73a8ebb
WIP, some refactoring and bug fixing. Move toolkit widget works
2026-01-14 00:27:53 +01:00
Matthias Koefferlein
e058c47c02
WIP
2026-01-13 18:29:32 +01:00
Matthias Koefferlein
15a5f7f7c2
WIP
2026-01-13 02:13:13 +01:00
Matthias Koefferlein
0b9a0c3af1
WIP, e.g. avoiding sticky selection when aborting 'move' by chosing a different mode
2026-01-12 17:05:42 +01:00
Matthias Koefferlein
c738cf7255
WIP
2026-01-12 15:45:17 +01:00
Matthias Köfferlein
4f30ad36db
Merge pull request #2242 from KLayout/bugfix/issue-2234
...
Bugfix/issue 2234
2025-12-07 22:28:51 +01:00
Matthias Koefferlein
389a0996fd
Messages can have priorities now. The net tracer uses higher-priority messages to make the 'click on second/first point' message more persistent. The have infinite lifetime now.
2025-12-03 22:11:54 +01:00
Matthias Koefferlein
bc835adf64
Fixed issue #2221 (restoring 'save' behavior on 'save all')
...
'save all' now behaves like 'save' on all layouts by respecting
the application-wide writer options.
In addition, a weird feature was fixed: when using 'save' for the
first time, old versions were freezing the writer options and changing the
application-wide options did not have an effect on views after
they were saved the first time.
Now, this behavior only applies to "save as" and a popup is shown
in the top of the layout view indicating that from now on the
special options apply. This way, special options can be picked
in "save as" and they will remain valid during the next "save".
2025-11-27 21:57:13 +01:00
Matthias Koefferlein
dd9b38a92f
Refactoring of Python module build system, now based on configuration files mostly.
2025-11-09 17:46:25 +01:00
Matthias Köfferlein
295ce2a340
Merge pull request #2186 from KLayout/feature/issue-2174
...
Fixed issue #2174 - two new events
2025-10-19 19:45:15 +02:00
Matthias Koefferlein
3ca88ebfcb
Fixed issue #2174 - two new events
...
1.) LayoutView#on_current_layer_changed(iter)
"iter" is the iterator pointing to the new current layer
Is called after the current layer (the highlighted layer)
changed.
2.) LayoutView#on_selected_layers_changed
Is called after the selected layer set changed.
2025-10-18 15:46:10 +02:00
Matthias Koefferlein
17f4397f1b
Refining solution
2025-09-28 20:17:52 +02:00
Matthias Koefferlein
292f6f84c6
Fixing issue #2162 (crash on selection + query)
...
Problem was that changing the active cellview index by clicking
on a specific item in the properties dialog cause a "clear_selection".
That interfered with the code of the properties dialog that
expects a static selection.
Fixed by disabling the events that lead to "clear_selection".
Side effect is that under these circumstances the active_cellview_changed
event is not triggered which also prevents side effects due to
scripts hooking into that event.
2025-09-28 16:14:11 +02:00
Matthias Koefferlein
7fd01a64f6
WIP: adding tab key to move tool (calls 'move by' menu), enhancing 'move_to' and 'move_by' dialogs.
2025-09-07 23:54:40 +02:00
Matthias Koefferlein
340c1ef6e9
Some refactoring, editor options are shown more consistently now
...
Specifically, in move mode, now the editor options
are shown too. This makes sense as some of these
options there are also effective in move mode.
2025-08-30 18:39:41 +02:00
Matthias Koefferlein
6cccb81293
Implemented solution for #2057 (nanometer scalebar)
...
The scale bar switches to nm below 0.1µm. Correspondingly
it will switch to mm above 100µm.
2025-05-25 21:28:11 +02:00
Matthias Koefferlein
2bd82af6fe
Provide a solution of feature request #2024
...
- There is a new configuration page entry called
"Min spacing" for the grid. The default value is 4.
The value specifies the grid min spacing in
units of UI font height.
- A bugfix is included: the ruler now is drawn after
the grid, hence is not hidden by it (specifically
in checkerboard pattern mode)
- To allow bigger grid spacing, the ruler now
is allowed to grow bigger than before.
2025-04-26 16:52:39 +02:00
Matthias Koefferlein
2e150980d5
Bugfix: 'Save all' was not updating the dirty state in the panel tabs
2025-03-02 22:12:18 +01:00
Matthias Koefferlein
5d57cb5eed
Updating copyright to 2025
2025-01-04 19:32:33 +01:00
Matthias Koefferlein
5578b01f03
Some refactoring with the goal to support "move by" with "clone interactive"
2024-11-23 23:38:53 +01:00
Matthias Koefferlein
c917831eb0
Fixed issue #1857 (crash when closing window with properties dialog open)
2024-09-15 17:00:31 +02:00
Matthias Koefferlein
7470023d38
Deploying font_resolution somewhat further, but not using it for now
2024-08-03 22:47:10 +02:00
Matthias Koefferlein
3290d0ab21
Introducing font resolution
...
With the subresolution mode, the "Default" fonts get very small.
Hence, a separate font resolution is provided which
applies to "Default" font rendering only.
2024-08-03 21:10:25 +02:00
Matthias Koefferlein
cd69f29508
Basic feature implemented. Needs improvement.
2024-08-03 09:55:59 +02:00
Matthias Koefferlein
a323bb98ba
Bugfix - missed return value.
2024-07-20 00:54:48 +02:00
Matthias Koefferlein
915cc53195
Convenience: copy cells now has an option to mute the dialog (shallow/deep) and the dialog is only shown if there are subcells
2024-07-20 00:03:43 +02:00
Matthias Koefferlein
d248bfddf3
Updating copyright to new year
2024-01-01 17:06:23 +01:00
Matthias Koefferlein
2a5b019730
Bonus track: 'visibility follows selection'
2023-12-14 23:11:16 +01:00
Matthias Koefferlein
3736b59156
it's -> its
2023-07-30 14:46:58 +02:00
Matthias Koefferlein
f31efad0ef
Removed a duplicate QLayout on the LayoutView
2023-05-18 16:09:06 +02:00
Matthias Koefferlein
d40ed70fb9
Implemented a solution for issue #1348 (Reload Files popup prevents closing KLayout): now the reload notification is shown as a notification bar at the top of the layout view
2023-05-13 18:44:20 +02:00