aboutsummaryrefslogtreecommitdiffstats
path: root/doc/devel/images/e-config-flow.pic
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2004-11-17 15:04:12 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-11-17 15:04:12 +0800
commit544016faf610fe5f339be059eee57af2cfcbfd3d (patch)
tree2a20836453fd1f7e9fa77877d1874a367ee42faf /doc/devel/images/e-config-flow.pic
parent3fcd1c267b6855465f9c11d79b64c8a704e87148 (diff)
downloadgsoc2013-evolution-544016faf610fe5f339be059eee57af2cfcbfd3d.tar.gz
gsoc2013-evolution-544016faf610fe5f339be059eee57af2cfcbfd3d.tar.zst
gsoc2013-evolution-544016faf610fe5f339be059eee57af2cfcbfd3d.zip
Stupid idiot, I thought i lost these files and remade them.
The menu merging one looks better anyway. svn path=/trunk/; revision=27935
Diffstat (limited to 'doc/devel/images/e-config-flow.pic')
-rw-r--r--doc/devel/images/e-config-flow.pic36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/devel/images/e-config-flow.pic b/doc/devel/images/e-config-flow.pic
new file mode 100644
index 0000000000..a75a8b6087
--- /dev/null
+++ b/doc/devel/images/e-config-flow.pic
@@ -0,0 +1,36 @@
+
+.PS 5
+space=0.7
+[
+ Editor: ellipse "Editor"
+ Pages: box "Pages" at last ellipse + (0,-space)
+ Sections: box "Sections" at last box + (space/4, -space/2) fill 0
+ Items: box "Items" at last box + (space/4, -space/2) fill 0
+ line <-> from Editor.s to Pages.n
+]
+Manager: box dashed ht last [].ht+0.2 wid last[].wid+.2 at last []
+right; move; move
+[
+ EConfig: ellipse "EConfig"
+ EMConfig: ellipse "EMConfig" at last ellipse + (0,-space)
+]
+Config: box dashed ht last [].ht+0.2 wid last[].wid+.2 at last []
+
+EMTargetAccount: ellipse "Account" "Target" at Config.e + (1.5*space, 0)
+Druid: ellipse "Druid" at Config.s + (0,-1.5*space)
+EAccount: ellipse "EAccount" at Config.se + (1.5*space,-1.5*space)
+
+line <-> from Config.s to Druid.n " next, prepare" ljust "create, enable " rjust
+line -> from EAccount.n to EMTargetAccount.s " initialise" ljust " change" ljust
+
+line <-> from EAccount.w to Druid.e "initialise" "changes"
+line <-> from Config.e to EMTargetAccount.w "create" "changed"
+
+line <-> from Manager.e to Config.w "create" "check" "commit" "abort"
+spline <-> from Manager.s \
+ to (Manager.s.x,Druid.s.y) \
+ to (Manager.s.x+space/2,Druid.s.y-space/2) \
+ then to EAccount.s + (-space/2,-space/2) \
+ then to EAccount.s
+.PE
+