]> Shamusworld >> Repos - architektonas/blob - TODO
Various fixes to Container/Group handling, added DrawArcAction.
[architektonas] / TODO
1 Stuff To Be Implemented/Fixed
2 -----------------------------
3
4  - Add Arc
5  - Add Polygon
6  - Add Ellipse
7  - Add Spline
8  - Add Text
9  - Manipulate Dimension
10  - Object connections
11  - Group selection (kind done, needs more work though)
12  - Take movement code out of Objects and put it into top level Container
13  - Add OSD routines so they don't have to be implemented in Objects
14  - Add OSD to Object creation
15  - Add layers
16  - Add blocks
17  - Add page layout
18  - Add pen color/style/width to Objects
19  - Add fill/hatch to Objects
20  - Fix zooming to be more intuitive
21  - Add other Dimension types, like radial, diametric, leader
22  - Mirror tool
23  - Restrict movement horizontal/vertical tool
24  - Trim tool
25
26
27 Stuff That's Done
28 -----------------
29
30  - Fix snap to grid to honor both states (right now, it's a weird mix of states)