klayout/src/plugins/streamers/gds2/db_plugin
Matthias Koefferlein 937e557564 Implemented a fix for issue #2191 (LIBNAME not saved)
The fix consists of moving that options into the case-specific
options like DBU, instead of having it in the format-specific,
default writer options. So they can be specified on a per-case
basis and taken from the current layout by default.

Specifically:
* SaveLayoutOptions#gds2_libname is deprecated and replaced
  by SaveLayoutOptions#libname
* -ol (buddy tools) is no longer format specific
* The GDS writer takes SaveLayoutOptions#libname, and
  if empty, substitutes by the current libname. As last
  resort, "LIB" is used, because LIBNAME cannot be an
  empty string.
* The libname got removed from the global writer options UI
* In the "Save As" options dialog, it now is part of the global
  options and initialized with the current layout's libname.
2025-10-19 13:36:07 +02:00
..
contrib Updating copyright to 2025 2025-01-04 19:28:56 +01:00
dbGDS2.cc Implemented a fix for issue #2191 (LIBNAME not saved) 2025-10-19 13:36:07 +02:00
dbGDS2.h Updating copyright to 2025 2025-01-04 19:28:56 +01:00
dbGDS2Format.h Implemented a fix for issue #2191 (LIBNAME not saved) 2025-10-19 13:36:07 +02:00
dbGDS2Reader.cc Updating copyright to 2025 2025-01-04 19:28:56 +01:00
dbGDS2Reader.h Updating copyright to 2025 2025-01-04 19:28:56 +01:00
dbGDS2ReaderBase.cc Introducing a check whether DBU is compatible with a given one in most readers (except PCB) 2025-07-05 21:13:19 +02:00
dbGDS2ReaderBase.h Updating copyright to 2025 2025-01-04 19:28:56 +01:00
dbGDS2Writer.cc Updating copyright to 2025 2025-01-04 19:28:56 +01:00
dbGDS2Writer.h Updating copyright to 2025 2025-01-04 19:28:56 +01:00
dbGDS2WriterBase.cc Implemented a fix for issue #2191 (LIBNAME not saved) 2025-10-19 13:36:07 +02:00
dbGDS2WriterBase.h Implemented a fix for issue #2191 (LIBNAME not saved) 2025-10-19 13:36:07 +02:00
db_plugin.pro WIP: fixed some build issues, removed some link dependencies which causes issues on Windows. 2018-06-19 20:31:55 +02:00
gsiDeclDbGDS2.cc Implemented a fix for issue #2191 (LIBNAME not saved) 2025-10-19 13:36:07 +02:00