71 lines
2.6 KiB
Plaintext
71 lines
2.6 KiB
Plaintext
|
|
Here are some source code maintenance tasks that need to be done, and maybe some
|
|
folks will see these items and volunteer to do them.
|
|
|
|
|
|
*** @todo: grep for @todo and finish off those tasks, scattered throughout the source.
|
|
|
|
|
|
*** use BOARD_ITEM::MenuIcon() in the onrightclick.cpp
|
|
|
|
|
|
*** Use DOXYGEN compatible comments on member functions. As configured,
|
|
Doxygen gives priority to comments in header files over *.cpp files.
|
|
Review the generated docs and start to go through the source and make the
|
|
generated doxygen docs readable and clear using the JavaDoc style comments,
|
|
mostly in the header files. The error and warning output of the doxygen
|
|
compiler can help with this too.
|
|
|
|
|
|
*** Translate comments that are in French to English so there can be a broader
|
|
understanding by new developers.
|
|
|
|
|
|
*** Add tooltip text to all non-obvious controls in every dialog window.
|
|
Need to do this using DialogBlocks.
|
|
|
|
|
|
|
|
2008-Feb-8 Assigned To: Jean-Pierre, per his email
|
|
asked by: Dick Hollenbeck
|
|
================================================================================
|
|
1) Remove the requirement to route tracks or vias for situations where a zone is.
|
|
2) Support connections from zones to vias, and zones to tracks, and zones to pads.
|
|
Review the GEDA source code and other sources to gather ideas before doing 2).
|
|
|
|
|
|
|
|
2008-Feb-8 Assigned To: dick
|
|
asked by: dick
|
|
================================================================================
|
|
specctra:
|
|
Add net class support to pcbnew so that the export to specctra becomes richer.
|
|
A netclass should hold a list of nets, track width, track spacing,
|
|
via drill size and via copper diameter.
|
|
|
|
|
|
2007-Nov-4 Assigned To: nobody
|
|
asked by: jp Charras
|
|
================================================================================
|
|
Use the collector classes in eeschema.
|
|
|
|
|
|
2007-Nov-30 Assigned To: nobody
|
|
asked by: Dick Hollenbeck
|
|
================================================================================
|
|
wxString DateAndTime()
|
|
It seems the above function should be using a more user friendly "local time",
|
|
not gmtime.
|
|
|
|
|
|
2008-Apr-29 Assigned To:
|
|
asked by: Dick Hollenbeck
|
|
================================================================================
|
|
+pcbnew
|
|
When picking new board from the menu, when an existing board is already
|
|
in memory, the number of layers in the new board is not set to the default
|
|
but rather to the number of layers in the previously loaded board, and with
|
|
the default layer names, rather than the layer names of the previously
|
|
loaded board. I think the number of layers should be reduced to the
|
|
default and the default layer names should be used.
|