~cirilo-bernardo/kicad/+git/kicad-oce:3d-plugin

Last commit made on 2016-08-22
Get this branch:
git clone -b 3d-plugin https://git.launchpad.net/~cirilo-bernardo/kicad/+git/kicad-oce
Only Cirilo Bernardo can upload to this branch. If you are Cirilo Bernardo please log in for upload directions.

Branch merges

Branch information

Name:
3d-plugin
Repository:
lp:~cirilo-bernardo/kicad/+git/kicad-oce

Recent commits

b656a81... by Cirilo Bernardo

Added 3D plugin for OCE; this plugin is activated by -DUSE_OCE=ON

7e3aedd... by jean-pierre charras

Slightly modify the way DIALOG_SIM_SETTINGS m_settingsDlg is created in SIM_PLOT_FRAME frame: for an obscure reason, if it is created in ctor SIM_PLOT_FRAME, m_settingsDlg has an annoying issue on Windows: when shown, the parent SIM_PLOT_FRAME is sent to the background. When created outside the ctor, this issue is gone.

2456db3... by jean-pierre charras

Simulator: Make a few strings translatable.

13cfe74... by jean-pierre charras

Simulator dialogs: fix minimal sizes and best sizes.

c0b1e4c... by jean-pierre charras

Do not allow spaces in component name (value field) in component library editor, in dialogs (Edit field, Create component).
In component libraries, a space in name breaks the library, and is not allowed.

7ea120c... by Maciej Suminski

Spice model editor by default looks for libraries in the project directory when there is no library assigned

e1d20dd... by Maciej Suminski

NETLIST_EXPORTER_PSPICE skips removed pins when processing a list of sorted pins.

NETLIST_EXPORTER marks removed duplicates by setting them to NULL in m_SortedComponentPinList vector.

ea59ce4... by jean-pierre charras

sch_legacy_plugin.cpp: fix compil warnings about incorrect return type.

42f6cf3... by Maciej Suminski

Unbind REPORTER from NGSPICE before deleting

fe30985... by Maciej Suminski

Do not delete the NGSPICE singleton