Index: doc/TODO =================================================================== --- doc/TODO (revision 37353) +++ doc/TODO (revision 37354) @@ -1,7 +1,6 @@ 0. old, still waiting for ack 1. For the upcoming release =============================================================================== -+ FEATURE: expose DOTDIR (~/.pcb-rnd, as ./configured) in the conf tree in so $(rc.path.user_dotdir) would work [report: Ade] - CLEANUP/FEATURE: new breadboard - FEATURE: gfx rotated pixmap scale -> uneven x/y scale can not be done while rendering; change the API so the x/y aspect change is done in software during the rotation (pcb_pixmap_alloc_insert_transformed) and only an even x/y scale is done during rendering (ghid_draw_pixmap) - DOC: pool node on how to use pixmap for breadboading @@ -21,7 +20,7 @@ - BUG: erratic intnoconn {c r} behaviour. See intnoconn-test.rs, exported intnoconn-test-net.net and intnoconn-test.rp using imported net. load the .rp and use {c r}. note shorts flagged by intnoconn sections. move resistor from layout margins onto layout area and use {c r}. shorts no longer found. Seems to be a failure to allocate intnoconn groups to terminals outside the layout area when there is more than one of the same subc using an intnoconn group. Does not happen with intnoconn-test2.rp which uses different coil subcs; see also intnoconn-test-net2.rp; also identical coils but with different intnoconn group numbers seem to behave properly [report: Erich] -> redundant: same as above; doesn't depend on drawing area but location of resistor compared to the coil - BUG: debian packaging: sort control file so diff'ing is easier; propagate the change to all projects [report: Bdale] -- BUG: pcb-rnd bug_files/TODO/rat-layer.rp, step 1) file->revert, click on polygon tool step 2) check message log, if it does not complain tool cannot be used on rat layer, goto step 1) until it does [report: Erich] ++ BUG: pcb-rnd bug_files/TODO/rat-layer.rp, step 1) file->revert, click on polygon tool step 2) check message log, if it does not complain tool cannot be used on rat layer, goto step 1) until it does [report: Erich] 2. For later releases =============================================================================== - BUG: bug_files/TODO/ppc_full.*: poly-clear-poly should respect full-poly flag and apply all islands only if full-poly is set