Index: trunk/doc/TODO =================================================================== --- trunk/doc/TODO (revision 15401) +++ trunk/doc/TODO (revision 15402) @@ -13,8 +13,6 @@ + BUG: parametric footprint dialog: do not regen the footprint while the user is editing - revise the timer code [report: sam] +> if not enough, need to reset the timer in lib_param_chg() + BUG: CLI: '-x gerber A.lht --gerberfile=haha' works but '-x gerber --gerberfile=haha A.lht' does not [report: jg] -? BUG: DRC preview windows don't show all padstacks after a shift-tab or ctrl-tab flip - bug_files/drc1.lht [report: Igor2] - -> the bug is still there - the problem with preview widget was that it exposed the correct part of the board, but was showing the opposite side. The patch changed expose area, but the viewport is wrong (see bug_files/drc2.lht). Before the patch there would be only the blue line shown in DRC preview, because it touches the proper DRC error area. [wojciechk8] + BUG: lesstif layer selector doesn't work on silk and mask and paste (composite layers) [report: Karl] + BUG: lesstif: invalidate_all() on config change colors [report: Karl] + BUG: lhtpers table save bug: take bug_files/lhtpers_ta.lht, insert a new point on the bottom edge, save, contour table is ruined by lhtpers [report: gpaubert] @@ -116,6 +114,8 @@ -> should use central data move instead of local implementation -> bug_files/redrawbug1.lht, run autocrop() - BUG: gtk2_gl: RTT/arc_sizes.lht - arc corner case render bug [report: Wed] +? BUG: DRC preview windows don't show all padstacks after a shift-tab or ctrl-tab flip - bug_files/drc1.lht [report: Igor2] + -> the bug is still there - the problem with preview widget was that it exposed the correct part of the board, but was showing the opposite side. The patch changed expose area, but the viewport is wrong (see bug_files/drc2.lht). Before the patch there would be only the blue line shown in DRC preview, because it touches the proper DRC error area. [wojciechk8] ? BUG: macrofab xy: 5 mil offset [report: celem] -> pcb-rnd seems to do everything properly, no idea why macrofab distorts the result - BUG: undo operation while drawing a multiple segment line doesn't change segment attached to the crosshair [report:wojciechk8]