Git commit 6bd4dc9c6e7f9470144cf3fd88b1072628aa42a2 by Andreas Cord-Landweh= r. Committed on 30/09/2012 at 21:42. Pushed by cordlandwehr into branch 'master'. Remove UI sketch from ancient times. R +2 -0 README.developer [from: HACKING.txt - 099% similarity] D +0 -757 hacking/diagram_of_the_ui.svg http://commits.kde.org/rocs/6bd4dc9c6e7f9470144cf3fd88b1072628aa42a2 diff --git a/HACKING.txt b/README.developer similarity index 99% rename from HACKING.txt rename to README.developer index a169af8..ae4d208 100644 --- a/HACKING.txt +++ b/README.developer @@ -1,3 +1,5 @@ +Warning: outdated + Ok, for those Willing to hack Rocs: Just quick'n dirty explanation on Qt for those not used to it. = diff --git a/hacking/diagram_of_the_ui.svg b/hacking/diagram_of_the_ui.svg deleted file mode 100644 index 0d6b4f6..0000000 --- a/hacking/diagram_of_the_ui.svg +++ /dev/null @@ -1,757 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - ui_mainwindow.h/cpp - - - - - - - - - ui_mainwindow.h/cpp - - ui_palletebar.h/cpp - - ui_graphscene.h/cpp - - ui_scriptarea.h/cpp - - - - ui_filearea.h/cpp - ui_graphlayers.h/cpp - ui_propretiesarea.h/cpp - - - - ui_mainwindow.h/cpp - - ui_palletebar.h/cpp - - ui_graphscene.h/cpp - - ui_scriptarea.h/cpp - - - - ui_filearea.h/cpp - ui_graphlayers.h/cpp - ui_propretiesarea.h/cpp - - - - ui_mainwindow.h/cpp - - ui_palletebar.h/cpp - - ui_graphscene.h/cpp - - ui_scriptarea.h/cpp - - - - ui_filearea.h/cpp - ui_graphlayers.h/cpp - ui_propretiesarea.h/cpp - - this is the area where the buttonswill stay.it's basically the same code foundon Step.TODO.:port the buttonsto their own filesand provide a Factory for them. - This is the area where the drawingwill be possible, place nodes and conect them with edgesand so on. - this is the area where the scriptingwill occour. - this holds the opened files - this will showor hide graphlayers. - this will changethe graph,node or edgeproperties. - - - - ui_node.h/cpp - ui_edge.h/cpp - - the node and edge UI are controlledvia signals and slots from the model classes 'node.h/cpp' and 'edge.h/cpp' - -