Index: trunk/doc/TODO =================================================================== --- trunk/doc/TODO (revision 31860) +++ trunk/doc/TODO (revision 31861) @@ -1,19 +1,19 @@ 0. old, still waiting for ack - -1. For the upcoming release =============================================================================== + CLEANUP: CAM: in ~2020: remove the hackish gerber layer suffix and auto-excellon in favor of CAM [report: Ade] + CLEANUP/BUG: bug_files/gtk_transient.txt: add config options on how gtk transient-for and (a new) raise should work [report: Bdale] + FEATURE: optional: when clicked (or pressed a button on) multiple overlapping objects, offer a view about which one to operate on [report: keantoken] + FEATURE: PolyBool() action to expose our poly bool algebra, e.g. Evan's moon shaped poly example [report: Evan] -- BUG: bug_files/lines - remove zero length objects if they are created as the result of rubber banding [report: Evan] -- FEATURE: user script: bug_files/pstk_autonum.txt (when the footprint design pool note is being written) [report: Igor2] + FEATURE: layers for top and bottom soldermask, if not present in loaded eagle file, i.e. tvbgone3.brd, do not export on creating gerbers, and cannot be added easily to layout via layer prefs, since ability to add a soldermask group is lacking [erich] + BUG: 1. place 0603; 2. select; 3. cut to buffer; 4. undo -> 0603 put back but selection is lost; reason: the flag is removed in the buffer, but not in an undoable way as we don't have undo on buffer [report: miloh] ? BUG: 64 bit coords: make test fails on drc_query thicknesses ml=3953 [report: Evan] -> can't reproduce; are you sure it depends only on 64 bit coords? + BUG: insert tool undo: draw an arc, use insert tool on arc creating two arc objects. then undo. new arc is copied on top of original whole arc. [report: Miloh] -- BUG: 4 pending parametric footprint related bugreports by Piotr (email) + BUG: PolyHatch() is not undoable [report: Majenko] +1. For the upcoming release =============================================================================== +- BUG: bug_files/lines - remove zero length objects if they are created as the result of rubber banding [report: Evan] +- FEATURE: user script: bug_files/pstk_autonum.txt (when the footprint design pool note is being written) [report: Igor2] +- BUG: 4 pending parametric footprint related bugreports by Piotr (email) + 2. For later releases =============================================================================== - CLEANUP: move layer_parse_group_str() from core to io_pcb, probably together with the default stackup setup code [report: Igor2] - CLEANUP/BUG: undo operation while drawing a multiple segment line doesn't change segment attached to the crosshair [report:wojciechk8]