File: TODO

package info (click to toggle)
dia 0.97.3%2Bgit20160930-9
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 54,372 kB
  • sloc: ansic: 155,065; xml: 16,326; python: 6,641; cpp: 4,935; makefile: 3,833; sh: 540; perl: 137; sed: 19
file content (72 lines) | stat: -rw-r--r-- 2,545 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
TODO:
=====
* eliminate lib/lazyprops.[ch] (convert all objects which use it to
  Standard Properties beforehand).

* clean up all objects from their baggage; bring them as much as
  possible to par with modern, Standard Properties-using objects (this
  should result in much less code and much more consistency).
  -- Still missing four UML objects entirely, and possibly some parts of
     other objects. 

* When creating an object and moving the mouse to resize it. Warp the
  pointer to the handle that is being moved.
  
* Run purify on Dia. I don't have purify, anyone who has it is welcome
  to try!
  
* Make [E]PS export handle transparency.  PS level 3 has transparency, need
  to have the export dialog ask (and check if there's an image that needs
  it). 

* Tab order in properties dialogs. (How do you specify this in gtk?)

* If you hold down shift while moving the handle of an 'Element',
  scale while keeping same proportions.
  
* Is there a better way to calculate font-properties? Rendering 100 pixel high
  fonts is very slow.
  
* Accelerators for buttons in the toolbar.

* resizable groups.

* render_object: better distance_from that can be specified by the
  object programmer.
  
* Vector image object (for maps and stuff). CGM? SVG?

* Add pre-selectable stereotypes to all UML objects with stereotypes.

* Add keyboard shortcuts in the "UML - Class" properties dialog.

* In "UML - Class" properties dialog. Scroll to the end of the
  properties list when new properties are added. Same thing with
  operations. 

* Add some kind of 'plug-in api' so that libraries like uml can add new
  functions to the menus (like: load UMX or export SQL ). This is the
  reason that DiagramData was broken out of Diagram and moved to
  lib/diagramdata.h.
  [ this has partly been done with the export filters interface.  More
    to come with adding menu items and such -- James. ]

* Implement guides.  Probably swipe the guide implementation from
  gimp-1.1.

Interesting Stuff from the real Visio:
======================================
This part contains some stuff that exist in the Windows program
Visio. These are not on my "TODO" list for stuff to be implemented
right now, but they are nice to have around in case someone wants to
work with Dia and needs ideas for new cool stuff.

* Move connection points
* Fill patterns
* line patterns
* shadow color
* object corner types
* Editing of groups in a separate window
* Perspecitve point
* Lockable handles
* Rotate stuff, to complex to be implemented in this version.