Jean-Samuel Reynaud
13395d34dd
Action plugins: handle undo/redo feature when running an action plugin.
9 years ago
Jean-Samuel Reynaud
75b08e49cf
Add 2 python action plugins in demos
9 years ago
jean-pierre charras
053dac45c1
complex_hierarchy: minor changes in texts (add info in page frame)
9 years ago
jean-pierre charras
9c49dea741
Update complex hierarchy demo to use current kicad libraries.
9 years ago
jean-pierre charras
430a09a5a0
sch legacy plugin: fix compatibility issues with old library 2.2 version
9 years ago
Wayne Stambaugh
5f2099f0d2
Add simulation demo folder to install target list.
9 years ago
jean-pierre charras
cc2b3583cd
Fix incorrect configs in simulation demos.
9 years ago
Maciej Suminski
0315499137
Added a missing library
9 years ago
Maciej Suminski
e4c7b4af4f
Corrected simulation demos
9 years ago
Maciej Suminski
22f5bceda0
Removed obsolete sim demo folder.
9 years ago
Tomasz Wlostowski
4ecc17385d
sim: more examples
9 years ago
Tomasz Wlostowski
cf9abef23a
demos: some simulation examples [wip]
9 years ago
Maciej Suminski
ef45cd696d
Refresh plots after simulation is relaunched
9 years ago
Maciej Suminski
d5acd7575d
Updated demo schematics for simulation
9 years ago
Tomasz Wlostowski
bfb08fb7c4
test schematic added
9 years ago
jean-pierre charras
9a0d346afa
Minor update: pic_programmer demo: use current (updated) components instead of old ones in schematic and board.
10 years ago
jean-pierre charras
aea1f1be6d
page layout reader: fix a minor issue in parseGraphic method. Update a old (incorrect) .kicad_wks file in demo. page_layout_writer.cpp: remove a few useless spaces in output files.
10 years ago
jean-pierre charras
351752f4e4
Fix Bug #1539889 (empty translated strings which create issues in translation tools)
Add a file deleted by accident in interf_u demo.
10 years ago
jean-pierre charras
75b1df464d
Pcbnew and Gerbview: layer manager: use double click to edit color (as usual to edit someting) and simple click (as previously) to select the layer. Reason: avoid opening the color dialog each time a new layer is selected.
Update interf_u demo to use recent library components..
10 years ago
unknown
274e88d381
Fix Python demo script gen_gerber_and_drill_files_board.py to choose one or 2 drill files when calling SetOptions() if NPTH pads are used.
10 years ago
jean-pierre charras
a988d7a2f1
Demos: minor update in kit-dev-coldfire-xilinx_5213.kicad_pcb
10 years ago
jean-pierre charras
ecad3ad235
Netlist generator: avoid changing the order of parts in libparts section each time libraries are reloaded.
pic_programmer demo: very minor fix and update netlist.
cached_container.cpp: more info when the message "Out of memory" is displayed.
10 years ago
jean-pierre charras
6d8fb6015b
Fix Bug #1512726 (pl_editor can't not load template that have image with (option page1only) )
demo kit-dev-coldfire-xilinx_5213.kicad_pcb: minor 3d shape update
10 years ago
jean-pierre charras
01be350851
Update clipper library version (from 6.21) to the latest (currently 6.4.0 , 2 July 2015) which fixes some bugs.
10 years ago
jean-pierre charras
ae506e8223
polygons in footprint body: fix incorrect calculation of polygons with clearance or outline thickness (fix bug #1511366 )
Clean demos
10 years ago
jean-pierre charras
c94a5dd46f
Footprint wizard: fixes and enhancements in python scripts.
10 years ago
jean-pierre charras
8ff5bc6108
gen_gerber_and_drill_files_board.py script: fix incorrect output folder for drill files.
10 years ago
jean-pierre charras
bb95fcccfc
plotcontroller: add method to get the current plot full file name and the current plot folder full path from Python script.
gen_gerber_and_drill_files_board.py:
* fix to make it compatible with rev 6280.
* allow this script to create files in the current plot folder defined from the board forder, no more only in current working directory.
10 years ago
unknown
ad10218a58
Rename {Set,Get}GerberExtensions() to {Set,Get}GerberProtelExtensions() (better name) in public API.
10 years ago
unknown
3ca82446d8
Fixes in GEDA footprint plugin import.
10 years ago
jean-pierre charras
70b584c5f5
Dialog Pad Properties: fix 2 issues: Bug #1504749 (pad parameter "delta" checking error for non trapezoid pads which do not use this parameter) and SMD pads allowed on all layers
The existing test was disabled for an unknown reason, which is a non sense and more important breaks the DRC.
10 years ago
kinichiro
acc19096c3
Demos: fix 3D models (bug 1500956) kit/pic/sonde/test_xil/video
10 years ago
kinichiro
d797379855
Demos: fix 3D models (bug 1500956) complex_hierarchy/ecc83/flat_hierarchy
10 years ago
Wayne Stambaugh
ce68767fce
Demos: fix 3D models due to library changes. (fixes lp:1500956)
10 years ago
jean-pierre charras
8174e1aefd
3D viewer: speed up the silkscreen layer generation (not perfect, but it help).
10 years ago
jean-pierre charras
0a10813352
Eeschema: BOM dialog: fix some minor issues when displaying messages.
Cvpcb: fix Bug #1470201 (select next/previous unlinked comp and clear links not working well)
demo/complex_hierarchy: use our new schematic symbols.
11 years ago
jean-pierre charras
e25ba1f51e
Demos: make a private library for each demo, to avoid issues when using modified kicad new schematic libraries
11 years ago
jean-pierre charras
699c76ccea
Rework on EXCELLON_WRITER class, to allow gerber and drill files creation from a python script.
added the example gen_gerber_and_drill_files_board.py in demos, which shows how to do that.
Fix a Printf format issue (shown in Debug mode) in Libedit (%d used for a size_t, changed in %zu)
11 years ago
jean-pierre charras
9da39717ae
Add a python script example in demo folder to create various plot files from a board. Fix also some issues in plot controller helper class.
Important note: from a python script one cannot plot the palge layout, because the page layout template file is not stored in the board file, but it is part of the project.
Because when using a python script, the project is not loaded, the page layout template is not known.
Trying to plot it crashes the script.
11 years ago
Maciej Suminski
b85ed89ea5
Corrected a few pads layer settings in 'sonde xilinx' demo.
11 years ago
jean-pierre charras
ff154dba3c
demos/ schematic tidying
11 years ago
jean-pierre charras
c9b9ccd2b6
Fix issue #1429665 (eeschema doesn't recognize .sch file when the LIBS section is empty. But the section is not used, just a comment, therefore can be empty).
Very minor other fixes.
11 years ago
jean-pierre charras
6a19315557
Fix compat with swig 3.03
11 years ago
jean-pierre charras
45fcc04dbf
Update ecc83 demo. default KISYS3DMOD definition on Linux: add /usr/local/kicad/share/kicad/module/package3d test to find a suitable value.
11 years ago
jean-pierre charras
6bae852cb9
Minor fixes: specctra export: skip malformed circles (having a radius = 0) in board outline creation, which can crash 3d-viewer or vrml export.
dialog_fp_lib_table: remember during a session the last open table (global or local).
drawing_tool: fix compil warning
Update demos.
11 years ago
jean-pierre charras
06f59a94ed
eeschema: Find Replace: fix a bug in replace command: sometimes, the string to replace was found, but not replaced if this string contained lower case letters.
11 years ago
jean-pierre charras
3814cdaff1
Pcbnew: Minor fix in hotkeys. Demos: add an example to use a local fp-lib-table and local libs, and update schematics and boards.
11 years ago
jean-pierre charras
3d83434275
Very minor fixes.
11 years ago
jean-pierre charras
ff6d09d22c
Fix some case sensitive filename issues.
11 years ago
jean-pierre charras
5f63becff1
3D viewer: move helper functions from 3d_draw.cpp to 3d_draw_helper_functions.cpp. Add comments in .h sources. Better management of background color. coding style fixes.
11 years ago