version set to Release Candidate 1.
This commit is contained in:
parent
60171f7ae0
commit
d64ab5d62f
12
TODO.txt
12
TODO.txt
|
@ -69,18 +69,6 @@ from folks with less than that minimum.
|
|||
|
||||
PCBNew
|
||||
------
|
||||
P0) JP Charras:
|
||||
We should need to separate color handling from visibility handling:
|
||||
Visibilty variables nus be owned by the current board.
|
||||
(Modedit and Board editor must have separate visibility options:
|
||||
Modedit should have always all items and layers visibles)
|
||||
Colors options must be left global
|
||||
(Modedit and Board editor must have common color options)
|
||||
|
||||
P1) Fix the color box which shows which layer is selected, or change tool tip.
|
||||
It is not tracking layer changes. Look into WinEDA_PcbFrame::syncLayerBox(),
|
||||
which is probably where fix should go.
|
||||
>> JP Charras: For me this is now working.
|
||||
|
||||
Dick:
|
||||
P2) Write accessors for all items in PCB_VISIBLE such as grid control, so that
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
#endif
|
||||
|
||||
#ifndef KICAD_BUILD_VERSION
|
||||
#define KICAD_BUILD_VERSION "(2010-01-25)"
|
||||
#define KICAD_BUILD_VERSION "(2010-02-09)"
|
||||
#endif
|
||||
|
||||
#define VERSION_STABILITY "unstable"
|
||||
#define VERSION_STABILITY "RC1"
|
||||
|
||||
/** Function GetBuildVersion()
|
||||
* Return the build date and version
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
release version:
|
||||
16 feb 2009
|
||||
O9 feb 2010
|
||||
files (.zip,.tgz):
|
||||
kicad-2009-02-16-final
|
||||
kicad-2009-02-09-RC1
|
||||
|
|
Loading…
Reference in New Issue