Index: trunk/doc/TODO =================================================================== --- trunk/doc/TODO (revision 18817) +++ trunk/doc/TODO (revision 18818) @@ -15,13 +15,14 @@ - BUG: gtk: 'tab' drifts cursor when used repeatedly, video repro: http://scififaster.net/wantitthatway_pcb-rnd.ogg [report: Miloh] + BUG: Locking a subc also locks padstacks but unlocking the subc does not unlock the padstacks [report: Ade] + BUG: Right clicking a subc will toggle the select flag. If the user locks the subc during the right click operation then the select flag can get locked as well. (Propose that right-click should not select object) [report: Ade] - -> right click does not change the selection of subc; assuming it's the property editor that triggered it: it can operate only on selected objects at the moment, can't change it easily. - -> the real bug was this: if you manage to get a lock+select combination on any object (can be loaded from a file in whatever format!), clicking away should remove the selection flag from locked objects too; the meaning of lock shall be: "can't be easily changed by clicking around" + +> right click does not change the selection of subc; assuming it's the property editor that triggered it: it can operate only on selected objects at the moment, can't change it easily. + +> the real bug was this: if you manage to get a lock+select combination on any object (can be loaded from a file in whatever format!), clicking away should remove the selection flag from locked objects too; the meaning of lock shall be: "can't be easily changed by clicking around" + feature: fp_wget cache dir configurable [report: agaran] -- BUG: The lock flag can not be cleared for padstacks ++ BUG: The lock flag can not be cleared for padstacks + in the 'edit flags' -> edit flags refuses to work on locked objects now, to avoid accidentall editing + or 'object properties' dialogs (can be cleared for lines and arcs). [report: Ade] -- BUG: Locked objects can be moved when selected. [Report: Ade] ++ BUG: Locked objects can be moved when selected. [Report: Ade] + +> solution: locked objects are not removed on buffer/move operations (but they are still copied) + BUG: property editor window too tall: add scroll ML/2047 [report: gpaubert] + BUG: unwanted file format change. Reprod: new board; place a rectangle; save as pcb/mainline; place a 1206 from the lib; {f s} -> saved as lihata v5 [report: Richard] + feature: currently if your lht file lacks an outline layer there is no way in the gui to add one [report: Evan]