KDEEdu/Rocs/Todo: Difference between revisions
< KDEEdu
(→UI) |
|||
Line 1: | Line 1: | ||
= List of Rocs ToDos = | = List of Rocs ToDos = | ||
== Data-Structure == | |||
* TODO: there is a high probability of certain raise conditions (update boarders and iterate on dataList() while one of those data items is removed): maybe a port of all Data-pointers to smart-pointers solve this problem | |||
== Graph Editor == | == Graph Editor == |
Revision as of 09:03, 8 September 2011
List of Rocs ToDos
Data-Structure
- TODO: there is a high probability of certain raise conditions (update boarders and iterate on dataList() while one of those data items is removed): maybe a port of all Data-pointers to smart-pointers solve this problem
Graph Editor
- TODO: add option to automatically give each node a name after creation (e.g., like "a,b,c..." or "1,2,3...")
Load and Save
- TODO: add projects that gather graphs and scripts
- TODO: add a "recently used" option for loading
- TODO: fix loading of graphs
- TODO: re-enable loading of different standard file types for graphs
General Options
- TODO: add switch to allow different edge style for directed edges (current style makes problems to recognize structure of larger graphs)
UI
- TODO: the graph-list takes to much unused space
- TODO: cleanup/restructure File-menu