Warning, /graphics/kgraphviewer/TODO is written in an unsupported language. File is not indexed.

0001 Current bugs;
0002 * kge: save should not ask to reload due to the change
0003 * [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: 
0004  
0005 
0006 
0007 URGENT (for 2.x)
0008   * [DONE] should be able to set background color
0009   * loading of big and huge graphes (currently, there is performance problems
0010     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 ;
0011   * progress bar for the layout in background
0012   * define print zone with the mouse
0013   * add a speed factor (speed vector) to dragging scroll as in ZGRViewer
0014   * all configuration data stored for each file (zoom, position, page setup,
0015     layout program used, ...)
0016   * more i18n
0017   * more export options
0018   * [COMPLETE?] progressive support of more and more dot attributes and values ;
0019   * [DONE] port to KDE 4
0020   * [DONE] layout in background (thread to don't block the interface)
0021 
0022 
0023   * Is there a way to let kgraphviewer reposition the graph on the
0024    target (or source) of some edge? (eg, I am looking on node 'a'
0025    and there is an edge a->b, I want to click on the edge and
0026    then the graph is repositioned to 'b')
0027   * Where can I configure the zoom steps? 
0028   * birdseye view in a separate window?
0029 
0030 REALLY NEEDED ?
0031   * [PARTLY DONE, see kgrapheditor and syanot] graph editing facilities ;
0032   * [PARTLY DONE, see syanot] non-dot formats supported ;
0033   * [TO CHECK] saving to dot format (regenerate the initial file or equivalent).
0034   * [NO] use the Qanava library ?
0035   * [NO] integration in kate and konqueror ;
0036     (so a change in the kate view of the graph would relayout and reload the
0037     file). Started through the editor changes
0038   * [NO] menu to open the file in kate OR to open a katepart inside the kgraphviewer
0039     window (see kgrapheditor)