From 9ac7db79d130893116bf3fc063b867f9c8cfcf4e Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Wed, 04 Jun 2008 17:23:14 +0000 Subject: Landed the graphical frontend for the control panel - use a MVC to split the model from the view - the model is used by the command line interface and the graphical frontend - this commit depends on the sugar-toolkit commit 4bdddfd20d8cb3f76ff03ab196dd5229f166bd75 - added src/view/devices/speaker.py to POTFILES.in --- (limited to 'data/icons') diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am new file mode 100644 index 0000000..625e78b --- /dev/null +++ b/data/icons/Makefile.am @@ -0,0 +1,11 @@ +sugardir = $(pkgdatadir)/data/icons + +sugar_DATA = \ + module-about_me.svg \ + module-about_my_xo.svg \ + module-date_and_time.svg \ + module-frame.svg \ + module-language.svg \ + module-network.svg + +EXTRA_DIST = $(sugar_DATA) diff --git a/data/icons/module-about_me.svg b/data/icons/module-about_me.svg new file mode 100644 index 0000000..7abe926 --- /dev/null +++ b/data/icons/module-about_me.svg @@ -0,0 +1,7 @@ + + +]> + + + \ No newline at end of file diff --git a/data/icons/module-about_my_xo.svg b/data/icons/module-about_my_xo.svg new file mode 100644 index 0000000..cf3528e --- /dev/null +++ b/data/icons/module-about_my_xo.svg @@ -0,0 +1,6 @@ + + +]> + + \ No newline at end of file diff --git a/data/icons/module-date_and_time.svg b/data/icons/module-date_and_time.svg new file mode 100644 index 0000000..605dbeb --- /dev/null +++ b/data/icons/module-date_and_time.svg @@ -0,0 +1,19 @@ + + +]> + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/icons/module-frame.svg b/data/icons/module-frame.svg new file mode 100644 index 0000000..caf4f6a --- /dev/null +++ b/data/icons/module-frame.svg @@ -0,0 +1,22 @@ + + + + ]> + + + + + + + + + diff --git a/data/icons/module-language.svg b/data/icons/module-language.svg new file mode 100644 index 0000000..ce04cb4 --- /dev/null +++ b/data/icons/module-language.svg @@ -0,0 +1,59 @@ + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/icons/module-network.svg b/data/icons/module-network.svg new file mode 100644 index 0000000..a750a38 --- /dev/null +++ b/data/icons/module-network.svg @@ -0,0 +1,32 @@ + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v0.9.1