]> Shamusworld >> Repos - architektonas/blob - TODO
43ee39b51d1f9836be78f9a8a1f6ae099fab71e5
[architektonas] / TODO
1 Stuff To Be Implemented/Fixed
2 -----------------------------
3
4  - Add Polygon
5  - Add Ellipse
6  - Add Spline
7  - Add Text
8  - Manipulate Dimension
9  - Object connections
10  - Group selection (kind done, needs more work though)
11  - Take movement code out of Objects and put it into top level Container (actually
12    I think this should be more of the state code handling. Have to see.)
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  - Fix Arc manipulator. Idea: split edge handles so that the inner half controls
26    arc sizing, outer half controls rotation. That way you can grab either handle
27    and know what it's supposed to do.
28  - Fix loading and saving code
29  - Add Drawing Properties dialog (separate from Application Settings)
30
31
32 Stuff That's Done
33 -----------------
34
35  - Fix snap to grid to honor both states (right now, it's a weird mix of states)
36    [Shamus 2013-08-11]
37  - Add Arc [Shamus 2013-08-14]
38  - Fix snap to grid to allow picking up of handles when they are not on a grid
39    point. [Shamus 2013-08-18]
40
41