~cirilo-bernardo/kicad/+git/kicad-oce:vrml_export

Last commit made on 2016-09-17
Get this branch:
git clone -b vrml_export 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:
vrml_export
Repository:
lp:~cirilo-bernardo/kicad/+git/kicad-oce

Recent commits

424d98f... by Cirilo Bernardo

Updated VRML exporter and fixed some VRML related bugs

48f916b... by jean-pierre charras

Kicad manger: add .cir netlist files to the list of files to show in project tree.
Simulator: open/save worbook file dialog: the dialog opens the current project folder by default.

e8b2444... by Niki Guldbrand

Remove unused stanalone build in bitmaps_png

* Remove support for building the Bitmap lib standalone,
  which has been broken since the switch from svn.

Signed-off-by: Niki Guldbrand <email address hidden>

6767ea7... by Nick Østergaard

Update the REAMDE.txt to reflect the current structure

The old changelog was archived together with the others in
Documentation/changelogs.

b5237bc... by Niki Guldbrand

Further cleanup post switch to git.

* Remove the obsolete bzr rules file.

Signed-off-by: Niki Guldbrand <email address hidden>

cd94da7... by jean-pierre charras

Spice simulator and netlist generation: use only netnames (outdated option "use net numbers as net names removed" removed)
netlist generation: remove option "replace IC and U ref by X" (broken option).
All component refs are now prefixed by the Spice_Primitive field value.
Therefore the netlist used by Kicad ngsipce simulator and the spice netlist generated from dialog are the same.
(note: like previously, forbidden chars like ( and ) are replaced by _ in netnames)

c689c8c... by Niki Guldbrand

Remove redundant data in defines.

* Using CMAKE_INSTALL_PREFIX in KICAD_* install paths is redundant,
  because they are allready relative to CMAKE_INSTALL_PREFIX when no
  absolute path is given.
  Using an absolute path makes it harder to change the install
  path on the fly, without either rebuilding, or manually editing
  CMakeCache.txt

Signed-off-by: Niki Guldbrand <email address hidden>

6689c7e... by Simon Richter

Include header instead of full source

48c3f57... by Maciej Suminski

Do not include ratsnest_viewitem.cpp in two CMakeLists.

5e9b224... by Maciej Suminski

Fixed SWIG interface

Now Add()/Remove() methods are provided via BOARD_ITEM_CONTAINER
interface.