Roberto Fernandez Bautista
0015574a60
${SHEETNAME} represents the sheet name + introduce ${SHEETPATH}
CHANGED: The text variable ${SHEETNAME} now always represents the name of the
sheet when used anywhere in the schematic editor, including the title block
ADDED: A new text variable ${SHEETPATH} which is replaced with the path to the
current sheet - e.g. "/Sheet 1/Sheet 2".
To ensure backward compatibility, the default drawing sheet now uses
${SHEETPATH}. Custom drawing sheets will need to be manually edited.
4 years ago
Jeff Young
f6287053e5
Naming conventions.
4 years ago
Albin Dennevi
cfea39f967
Updated worksheet templates using v5.99 Drawing Sheet Editor
4 years ago
Albin Dennevi
e631dd087b
Drawing Sheet Templates corrected
4 years ago
Jeff Young
c4cabb38d5
More worksheet -> drawing sheet cleanup.
Fixes https://gitlab.com/kicad/code/kicad/issues/8516
4 years ago
Jeff Young
a3b9e8ddb4
Round 2 of Worksheet -> Drawing Sheet.
5 years ago
Jeff Young
cad5198ab7
Worksheet -> (industry standard) Drawing Sheet.
5 years ago
Marek Roszko
9656bd310b
Remove eda_item and gr_basic from eda_text.h
5 years ago
Marek Roszko
2c86363aa0
Relocate the page_layout includes to a page_layout folder
5 years ago
Jeff Young
bdd44ce88c
Use consistent PageLayout data structure names.
6 years ago
Jeff Young
323bb0f8e1
Moving PageLayout editor to GAL canvas and modern toolset.
7 years ago
Russell Oliver
34b52c91b7
Add empty eeschema page layout for Eagle schematic import.
Fixes: lp:1729722
* https://bugs.launchpad.net/kicad/+bug/1729722
8 years ago
jean-pierre charras
d44494beda
Update code after file renaming
8 years ago
unknown
b70f3c283d
fix page_layout_default_description (missing parenthesis before the keyword "end" in a few lines)
10 years ago
Wayne Stambaugh
0224bc2f58
Fix but reading empty footprints in netlist. (fixes lp:1226283)
* Remove fp_lib token from board and s-expr netlist file format.
* Fix a bunch of Doxygen warnings.
* Remove some extra debug log messages.
12 years ago
jean-pierre charras
28cd996394
Pl_Editor: add some hot keys. Fix some rounding issues.
12 years ago
jean-pierre charras
1f3f11ca0d
Add margin values control in pl_editor, and remove margin definition from class PAGE_INFO.
12 years ago
jean-pierre charras
50743cf3ba
Initial release of pl_editor, the page layout and title block editor.
12 years ago
jean-pierre charras
10352b1df5
Minor fixes. Gerbview: fix a collision name for GetLayout method.
12 years ago
jean-pierre charras
a287f89304
Custom page layout: add support for poly-polygons (useful for logos)
13 years ago
jean-pierre charras
c8c05cb4ee
page layout: if the environment variable KICAD_WKSFILE points a S expr page layout descr, this descr is used instead of internal descr. Mainly for testing purposes.
Eeschema, dialog edit component: minor enhancement (the last selected notebook page is remembered during a session)
13 years ago
jean-pierre charras
7432d4de29
Page layout: add comments, and fix a very minor issue.
Eeschema, dialog netlist: fix a bug when removing a plugin panel, when is is not the last.
dialog netlist:Add a predefined command string for python scripts, when creating a new netlist plugin entry.
13 years ago
jean-pierre charras
66f5b3d3cc
Fix a minor issue in page layout default descr.
13 years ago
Dick Hollenbeck
0f1f0f92f1
downloads-by-cmake now configurable, fix wx2.8 compiler errors
13 years ago
jean-pierre charras
1ec4986422
Add info and comments about page layout description using S expressions
13 years ago
jean-pierre charras
91c3f3bc83
All: use a S expression to describe the page layout (title block and grid references). Work in progress.
This should allow users to define their own page layout.
13 years ago