Matthias Koefferlein
d20aac77c6
Snap indicator when moving point in partial mode (no indicator for edge move yet as edge-to-object mapping isn't implemented yet)
2020-09-13 22:28:02 +02:00
Matthias Koefferlein
655c8c7658
WIP: mouse tracking on instance, box, path and text editor.
2020-09-08 00:06:06 +02:00
Matthias Koefferlein
316cf77175
WIP: Ruler now has a mouse snapping indicator too.
2020-09-07 23:49:42 +02:00
Matthias Koefferlein
df1583b5db
WIP: config options for mouse tracking options.
2020-09-07 23:19:44 +02:00
Matthias Koefferlein
307c10f184
WIP: better highlighting of snap objects.
2020-09-07 22:35:06 +02:00
Matthias Koefferlein
e42136ee27
Editor options: recent layers are created if not there.
2020-09-06 23:03:18 +02:00
Matthias Koefferlein
55f5132514
WIP: fixed visibility of editor options.
2020-09-06 21:26:06 +02:00
Matthias Koefferlein
a9a9f88f92
WIP: further reworking.
2020-09-06 21:10:26 +02:00
Matthias Koefferlein
46b5b87eaf
WIP: refactoring editor options - moved some classes from edt to lay namespace
2020-09-06 18:45:58 +02:00
Matthias Koefferlein
fb90144176
WIP: mouse cursor and snap highlighting
2020-09-05 23:58:10 +02:00
Matthias Koefferlein
70981ab03b
Help dialog: bookmarks are persisted now.
2020-09-05 00:16:21 +02:00
Matthias Koefferlein
6bfed45b5d
WIP: nicer icons, added bookmark button.
2020-09-04 18:23:26 +02:00
Matthias Koefferlein
842501c9e8
WIP: some updates, specifically: width of help browser does not change when the window is resized -> good for bookmarks, history ...
2020-09-04 17:43:56 +02:00
Matthias Koefferlein
fd6e126038
WIP: some refinement of help dialog search function.
2020-09-03 23:54:58 +02:00
Matthias Koefferlein
523f8e41e4
WIP: help browser: on-page search, search box completer
2020-09-03 23:38:55 +02:00
Matthias Koefferlein
97df81f996
WIP: UI preparations for help browser in-page search and bookmarks
2020-09-02 23:58:33 +02:00
Matthias Koefferlein
9c7a9f4c6c
Some refactoring for reducing size of layMainWindow.cc a little.
2020-09-02 23:38:31 +02:00
Matthias Koefferlein
0cc41f43c4
Fixed one more issue with the include implementation.
2020-09-01 22:02:47 +02:00
Matthias Koefferlein
ad6809a084
Fixed a few issues with the include implementation.
2020-09-01 19:57:27 +02:00
Matthias Koefferlein
a20f0d5891
Also provide 'void to self' return values for Python.
2020-08-31 23:55:26 +02:00
Matthias Koefferlein
5608327899
Another cool one: void as C++ return value is translated to returning self for Ruby.
2020-08-31 23:44:02 +02:00
Matthias Koefferlein
4c127b4644
Ruby iterators now automatically return an Enumerator if no block is given - allows very cool code ..
2020-08-31 23:09:37 +02:00
Matthias Koefferlein
77799de043
Added doc for include feature to DRC.
2020-08-31 20:57:06 +02:00
Matthias Koefferlein
a01eb70891
Added tests for include feature, some bug fixes and enhancements.
2020-08-31 20:27:57 +02:00
Matthias Koefferlein
a69d65daa3
Auto-substitution of __FILE__/__LINE__ for include-infested files.
2020-08-31 20:27:57 +02:00
Matthias Koefferlein
9c2914f016
WIP: allow breakpoints for files with includes and inside includes
2020-08-31 20:27:57 +02:00
Matthias Koefferlein
77a9253273
WIP: Provide a generic include file expansion mechanism, basic class.
2020-08-31 20:27:57 +02:00
Matthias Koefferlein
5c6d3775cb
Fixed a compilation issue for a shader program.
2020-08-31 00:45:49 +02:00
Matthias Koefferlein
1dc9d11745
Merge branch 'master' into 2.5d-view-devel
2020-08-30 23:40:54 +02:00
Matthias Koefferlein
be6a351385
Updated testdata after unused vias do no longer show up in imported DEF files.
2020-08-30 23:29:44 +02:00
Matthias Koefferlein
be26c679d8
Merge branch 'master' into lefdef-enhancments
2020-08-30 22:55:45 +02:00
Matthias Koefferlein
4bba58cde1
Merge branch 'master' into usability-enhancements
2020-08-30 14:14:36 +02:00
Matthias Koefferlein
a5d675304c
Fixed an issue with deferred method execution in unit test context.
2020-08-30 13:06:50 +02:00
Matthias Koefferlein
eccbb9884c
Fixed an internal error happening when a librrary isn't registered and destroyed by the GC
2020-08-30 11:35:30 +02:00
Matthias Koefferlein
28cf0853b1
Restored previous behavior for FOREIGN cell resolution.
2020-08-30 02:15:30 +02:00
Matthias Koefferlein
b99cbb50e2
Provide better feedback on invalid layer and property specs in LEF/DEF reader options
2020-08-30 01:57:49 +02:00
Matthias Koefferlein
a6e750b088
Added a configuration option for providing macro substitution layouts (not through UI, only scripting so far)
2020-08-30 01:37:14 +02:00
Matthias Koefferlein
9a4cd629fc
WIP: some little refactoring.
2020-08-30 01:36:17 +02:00
Matthias Koefferlein
d762074bc0
Some refactoring, Cell#dup for convenience
2020-08-29 23:43:05 +02:00
Matthias Koefferlein
2a3fe08e7b
Provide multi-cell copy/move of shapes (GSI binding)
2020-08-29 22:49:38 +02:00
Matthias Koefferlein
a425d522cc
Added multi-cell mapping for transferring multiple cells from one layout to another while including their hierarchy without duplicating cells.
2020-08-29 10:07:17 +02:00
Matthias Koefferlein
213eb9f1e8
Ignore COMP .. statements in LEF/DEF map file, "outline" renamed to "die area"
2020-08-29 08:57:21 +02:00
Matthias Koefferlein
1eea4e32b1
Provide scroll bars for rule-based part of LEF/DEF options.
2020-08-29 08:56:43 +02:00
Matthias Koefferlein
95364ea36e
WIP: image properties now are also 'live' - auto-apply button has been removed.
2020-08-27 21:44:26 +02:00
Matthias Koefferlein
7bf2c7f060
WIP: live ruler properties.
2020-08-27 20:53:33 +02:00
Matthias Koefferlein
25588c10c8
WIP: partial editing now opens general options
2020-08-27 20:32:37 +02:00
Matthias Koefferlein
994731c1f0
WIP: more consistent editor options
2020-08-27 19:28:27 +02:00
Matthias Koefferlein
3003eb96e7
WIP: life updated on most shape properties, some bug fixes.
2020-08-26 00:38:41 +02:00
Matthias Koefferlein
6e860361c0
WIP: show properties - use transient selection if nothing else is selected.
2020-08-24 22:44:17 +02:00
Matthias Koefferlein
ac10c72df4
WIP: immediate update of property changes - instances so far.
2020-08-24 22:40:01 +02:00
Matthias Koefferlein
e36f6913de
Recent file lists for sessions, layer properties and bookmarks.
2020-08-23 23:39:18 +02:00
Matthias Koefferlein
dcc0743969
Buddies: added option to concatenate files with '+'
2020-08-23 21:13:02 +02:00
Matthias Koefferlein
be15e2dbf6
Updated priority of map file purposes according to Stefan's suggestions.
2020-08-23 19:44:38 +02:00
Matthias Koefferlein
98973e345d
Bugfix for command line parser - did not print name of unknown option
2020-08-23 19:41:51 +02:00
Matthias Koefferlein
56dead9662
LEF/DEF component maskshift: some implementation tuning and test updates.
2020-08-23 19:20:53 +02:00
Matthias Koefferlein
af2bfce051
Tests and bug fixes for component maskshift implementation
2020-08-23 18:58:52 +02:00
Matthias Koefferlein
cb1b3655e9
Bugfix in the command line parser: inverted bool options with value have not been inverted.
2020-08-23 01:55:55 +02:00
Matthias Koefferlein
af7d8bba89
WIP: provide a LEF reader mode where all macros are read. For DEF only those macros which are used are read.
2020-08-23 01:29:10 +02:00
Matthias Koefferlein
dcc99060fc
WIP: further preparations for MASKSHIFT components.
2020-08-23 00:40:28 +02:00
Matthias Koefferlein
5b472f33ac
WIP: Bugfix.
2020-08-22 21:58:07 +02:00
Matthias Koefferlein
77164ea879
WIP: preparations for mask shift in components.
2020-08-22 21:15:39 +02:00
Matthias Koefferlein
03c4eb1f6f
Fixed issue with OASIS reader options in buddies
2020-08-22 19:30:59 +02:00
Matthias Koefferlein
608824fb36
Added LEF/DEF options to strm* buddies
2020-08-22 19:09:30 +02:00
Matthias Koefferlein
35249ef0b5
Reading LEF/DEF map files such that MASK is applied to previous entries too.
2020-08-19 23:47:25 +02:00
Matthias Koefferlein
d7fab925a0
Added an option for not reading all LEF files along with DEF files, but only selected ones.
2020-08-19 23:06:46 +02:00
Matthias Koefferlein
3da56815a0
Improved generation of MASKs for geometry-defined VIAs
2020-08-18 23:02:01 +02:00
Matthias Koefferlein
73787eed8a
WIP: recent options of boxes, polygons, styling
2020-08-18 21:44:20 +02:00
Matthias Koefferlein
77ef3e049b
WIP: recent options for paths - now update on layer style change, some bug fixes, change of current layer will immediately change the drawing layer.
2020-08-18 21:09:05 +02:00
Matthias Koefferlein
59d66676b0
WIP: icons for layers
2020-08-18 00:57:04 +02:00
Matthias Koefferlein
263e04c754
WIP: recent editor options also for paths.
2020-08-18 00:39:19 +02:00
Matthias Koefferlein
9a19ced4e0
WIP: recent configurations for instances, some bug fixes there. Views now reset tool if the tab changes.
2020-08-18 00:01:59 +02:00
Matthias Koefferlein
399e4f4fc7
WIP: some enhancements on recent options page, rotate with right mouse button now changes options too.
2020-08-16 09:51:04 +02:00
Matthias Koefferlein
ee5cd9cb63
WIP: first 'recent options' list, dragging a PCell variant into the canvas makes the editor take a PCell with these parameters.
2020-08-15 00:13:17 +02:00
Matthias Koefferlein
9a2c091f65
WIP: completer for cell name (for <10k cells) in instance editor options
2020-08-14 18:58:24 +02:00
Matthias Koefferlein
04f2d3a8c0
WIP: removed 'apply' button on editor options as this is no longer required :)
2020-08-14 02:14:47 +02:00
Matthias Koefferlein
85e68940f2
WIP: interactive controls for generic edit options, bug fix for instance marker - appeared also when editing generic editor options for polygon, box ...
2020-08-14 01:24:46 +02:00
Matthias Koefferlein
e12746526f
Interactive manipulation of PCell parameters on editoptions page.
2020-08-13 01:20:14 +02:00
Matthias Koefferlein
b8c33f1b59
WIP: no-apply for instance properties
2020-08-11 18:44:19 +02:00
Matthias Koefferlein
0ff1a472f5
WIP: don't accept cell drops from wrong technology
2020-08-11 17:47:33 +02:00
Matthias Koefferlein
913a266cd7
WIP: styling.
2020-08-11 17:34:52 +02:00
Matthias Koefferlein
1ea29dd9f3
WIP: avoid a segfault when closing tab while dragging an instance.
2020-08-11 09:44:59 +02:00
Matthias Koefferlein
649d6da1b8
WIP: PCell page indicates now if not a PCell.
2020-08-11 09:17:46 +02:00
Matthias Koefferlein
cf3e79b8f8
WIP: PCell parameters are now remembered also for drag&drop
2020-08-11 08:52:23 +02:00
Matthias Koefferlein
e8668ed092
WIP: PCell parameters are now remembered for each PCell name/library
2020-08-11 08:27:06 +02:00
Matthias Koefferlein
4ffae9668e
WIP: reworked drag&drop from library view into canvas - now will switch to instance mode and take parameters from the instance options rather than popping up a PCell dialog and using mag 1, no mirror, no rotation etc.
2020-08-10 19:51:36 +02:00
Matthias Koefferlein
701f690053
WIP: bugfix - PCell parameter page wasn't updated initially
2020-08-10 10:32:01 +02:00
Matthias Koefferlein
a1443a8018
WIP: 'editor options' now works again, brings dock widget to front if in tab.
2020-08-10 10:00:29 +02:00
Matthias Koefferlein
452aafe8ae
WIP: some refinement
2020-08-08 23:04:44 +02:00
Matthias Koefferlein
4254221e6e
WIP: some refinement
2020-08-08 21:32:21 +02:00
Matthias Koefferlein
cdce2cb151
WIP: put the editor options into a separate dockable widget
2020-08-08 21:10:01 +02:00
Matthias Koefferlein
2714b34104
One bug fix for distribute feature
2020-08-08 14:40:11 +02:00
Matthias Koefferlein
1a191fbee9
Small refactoring
2020-08-08 14:26:33 +02:00
Matthias Koefferlein
9842ff8f1b
WIP: new implementation of distribute algorithm - the previous one wasn't really smart.
2020-08-08 14:11:59 +02:00
Matthias Koefferlein
28520697a3
WIP: distribute feature.
2020-08-08 00:14:48 +02:00
Matthias Koefferlein
8e4e5cde12
WIP: distribute selected objects feature
2020-08-03 23:48:49 +02:00
Matthias Koefferlein
4389196000
Change layer now also acts on the transient selection if nothing else is selected.
2020-08-03 21:50:55 +02:00
Matthias Koefferlein
5bd73bb8bf
'tap' now changes the current layer while editing and also initiates polygons, paths and boxes.
2020-08-03 20:20:25 +02:00
Matthias Koefferlein
1887fd715a
First new implementation of "tap" and some enhancements/bugfixes/refactoring
...
- Layer icons can be obtained now
- Icon dimension is arbitrary
- Scaling icons for layer list
- More robust event handling in case of pop-up menus
(selector)
- "Tap" will noe pop up a menu with all layers below the cursor.
When selected, the current layer is switched.
2020-08-03 10:34:16 +02:00
Matthias Koefferlein
f810eae7a0
New feature: repeat selection
...
1. "Select Next Item" will repeat the selection on the last single-click location
or select the current transient selected (essentially like a single click)
This feature is by default bound to "Space"
2. "Select Next Item too" will do the same, but add to the selection
This feature is by default bound to "Shift+Space"
2020-08-02 17:41:22 +02:00
Matthias Koefferlein
374c8d2c4d
Some refactoring: pulled out the layout functionality from the layout view and put into a plugin.
2020-08-02 17:34:07 +02:00