1Current bugs;
2* kge: save should not ask to reload due to the change
3* [DONE] If you set the color of an edge, KGraphViewer only changes the color of the arrow instead of the entire edge. I am using the edge attribute:
4
5
6
7URGENT (for 2.x)
8  * [DONE] should be able to set background color
9  * loading of big and huge graphes (currently, there is performance problems
10    around 1000 nodes). Will be done through the use of another layout algorithm. Should the be able to switch to graphviz to display part of thhe graph ;
11  * progress bar for the layout in background
12  * define print zone with the mouse
13  * add a speed factor (speed vector) to dragging scroll as in ZGRViewer
14  * all configuration data stored for each file (zoom, position, page setup,
15    layout program used, ...)
16  * more i18n
17  * more export options
18  * [COMPLETE?] progressive support of more and more dot attributes and values ;
19  * [DONE] port to KDE 4
20  * [DONE] layout in background (thread to don't block the interface)
21
22
23  * Is there a way to let kgraphviewer reposition the graph on the
24   target (or source) of some edge? (eg, I am looking on node 'a'
25   and there is an edge a->b, I want to click on the edge and
26   then the graph is repositioned to 'b')
27  * Where can I configure the zoom steps?
28  * birdseye view in a separate window?
29
30REALLY NEEDED ?
31  * [PARTLY DONE, see kgrapheditor and syanot] graph editing facilities ;
32  * [PARTLY DONE, see syanot] non-dot formats supported ;
33  * [TO CHECK] saving to dot format (regenerate the initial file or equivalent).
34  * [NO] use the Qanava library ?
35  * [NO] integration in kate and konqueror ;
36    (so a change in the kate view of the graph would relayout and reload the
37    file). Started through the editor changes
38  * [NO] menu to open the file in kate OR to open a katepart inside the kgraphviewer
39    window (see kgrapheditor)
40