Index: trunk/doc/TODO =================================================================== --- trunk/doc/TODO (revision 13576) +++ trunk/doc/TODO (revision 13577) @@ -6,8 +6,6 @@ + BUG: missing subc snap: + polygon pad center snap [report: jg] + subc centroid/origin snap [report: jg] -- BUG: DRC hilight (select+find) broke: only find shows, clicking the next bug doesn't clear the flags of the previous -- BUG: DRC preview windows don't show anything if generated after shift-tab flip (maybe with tab too?) 2. For later releases =============================================================================== - key rewrite: (base key swap bug (q<->a, y<->z)) @@ -20,6 +18,8 @@ - autoroute.c:961 - autoroute.c:1000 - BUG: subc terminals should be drawn at the end [report: Ade] +- BUG: DRC hilight (select+find) broke: only find shows, clicking the next bug doesn't clear the flags of the previous +- BUG: DRC preview windows don't show anything if generated after shift-tab flip (maybe with tab too?) - BUG: when DRC sizes are saved in user conf, they are overridden from the default.pcb -> should be fixed by removing these from pcb_board_t [report: Alain] Reason: pcb_board_t Bloat, Shrink, minWid, minSlk, minDrill, minRing -> remove them, use values from the config system instead - BUG: undo operation while drawing a multiple segment line doesn't change segment attached to the crosshair [report:wojciechk8]