7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-18 16:09:18 +00:00

TODO.txt updated

This commit is contained in:
Miguel Angel Ajo 2012-04-06 22:42:39 +02:00
parent 485ec24f61
commit 7c8bfab5ca

View File

@ -1,13 +1,3 @@
* add MODULE::Add (see BOARD:Add), to make it more clean
* Tell swig to forget automatic object deletion after adding
a BOARD_ITEM to MODULE object (it will be automatically deleted by MODULE,
leading to Segmentation Fault when unloading our python module (double free).
It seems that we must do object.thisown=0 when added, may be adding a wrapper
Add function.
* Implement iterator for NETCLASSES (NETCLASS) see class_netclass.h
* Saving modules to library (in librairi.cpp)