Added:
branches/e17/bits/conf_edgebindings.edc
branches/e17/bits/iconmime2.edc
Modified:
branches/e17/TODO
branches/e17/bits/background.edc
branches/e17/bits/configure_toolbar.edc
branches/e17/bits/fileman.edc
branches/e17/bits/iconmime.edc
branches/e17/bits/icons.edc
branches/e17/images.edc
branches/e17/main.edc
Log:
..
Modified: branches/e17/TODO
==============================================================================
--- branches/e17/TODO (original)
+++ branches/e17/TODO Mon Jul 6 12:15:39 2009
@@ -39,6 +39,13 @@
Screen Resolution Settings icons including the "Check" mark.
-about_e.edc: ugly design, use [TABS]
-init.edc: better design
+border: shade / images
+
+== ? ==
+
+icon_efm_vol_mounted.png
+icon_efm_vol_unmounted.pnrg
+icon_efm_usbmedia.png
== Improve ==
pager: states/anim for urgent windows on a desktop
Modified: branches/e17/bits/background.edc
==============================================================================
--- branches/e17/bits/background.edc (original)
+++ branches/e17/bits/background.edc Mon Jul 6 12:15:39 2009
@@ -147,3 +147,67 @@
}
}
+group {
+ name: "e/desktop/background/scrollframe";
+
+ parts {
+ part {
+ name: "clipper";
+ type: RECT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ }
+ }
+
+ part {
+ name: "e.swallow.content";
+ type: SWALLOW;
+ clip_to: "clipper";
+
+ description {
+ state: "default" 0.0;
+ rel1.offset: 0 0;
+
+ rel2 {
+ relative: 0.0 0.0;
+ offset: -1 -1;
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/desktop/background/scrollframe";
+
+ parts {
+ part {
+ name: "clipper";
+ type: RECT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ }
+ }
+
+ part {
+ name: "e.swallow.content";
+ type: SWALLOW;
+ clip_to: "clipper";
+
+ description {
+ state: "default" 0.0;
+ rel1.offset: 0 0;
+
+ rel2 {
+ relative: 0.0 0.0;
+ offset: -1 -1;
+ }
+ }
+ }
+ }
+}
+
Added: branches/e17/bits/conf_edgebindings.edc
==============================================================================
--- (empty file)
+++ branches/e17/bits/conf_edgebindings.edc Mon Jul 6 12:15:39 2009
@@ -0,0 +1,217 @@
+
+group {
+name: "e/modules/conf_edgebindings/selection";
+parts {
+part { name: "e.swallow.background";
+type: SWALLOW;
+mouse_events: 0;
+description { state: "default" 0.0;
+min: 210 150;
+rel1.offset: 4 4;
+rel2 {
+relative: 0.5 1;
+offset: -2 -5;
+}
+}
+}
+
+part { name: "e.edge.top_left";
+type: RECT;
+description { state: "default" 0.0;
+rel1 {
+to: "e.swallow.background";
+}
+rel2 {
+relative: 0 0;
+offset: 20 20;
+to: "e.swallow.background";
+}
+color: 255 0 0 150;
+}
+}
+
+part { name: "e.edge.top";
+type: RECT;
+description { state: "default" 0.0;
+rel1 {
+offset: 20 0;
+to: "e.swallow.background";
+}
+rel2 {
+relative: 1 0;
+offset: -20 15;
+to: "e.swallow.background";
+}
+color: 255 255 0 150;
+}
+}
+
+part { name: "e.edge.top_right";
+type: RECT;
+description { state: "default" 0.0;
+rel1 {
+relative: 1 0;
+offset: -20 0;
+to: "e.swallow.background";
+}
+rel2 {
+relative: 1 0;
+offset: 0 20;
+to: "e.swallow.background";
+}
+color: 255 0 0 150;
+}
+}
+
+part { name: "e.edge.right";
+type: RECT;
+description { state: "default" 0.0;
+rel1 {
+relative: 1 0;
+offset: -15 20;
+to: "e.swallow.background";
+}
+rel2 {
+relative: 1 1;
+offset: 0 -20;
+to: "e.swallow.background";
+}
+color: 255 255 0 150;
+}
+}
+
+part { name: "e.edge.bottom_right";
+type: RECT;
+description { state: "default" 0.0;
+rel1 {
+relative: 1 1;
+offset: -20 -20;
+to: "e.swallow.background";
+}
+rel2 {
+relative: 1 1;
+offset: 0 0;
+to: "e.swallow.background";
+}
+color: 255 0 0 150;
+}
+}
+
+part { name: "e.edge.bottom";
+type: RECT;
+description { state: "default" 0.0;
+rel1 {
+relative: 0 1;
+offset: 20 -15;
+to: "e.swallow.background";
+}
+rel2 {
+relative: 1 1;
+offset: -20 0;
+to: "e.swallow.background";
+}
+color: 255 255 0 150;
+}
+}
+
+part { name: "e.edge.bottom_left";
+type: RECT;
+description { state: "default" 0.0;
+rel1 {
+relative: 0 1;
+offset: 0 -20;
+to: "e.swallow.background";
+}
+rel2 {
+relative: 0 1;
+offset: 20 0;
+to: "e.swallow.background";
+}
+color: 255 0 0 150;
+}
+}
+
+part { name: "e.edge.left";
+type: RECT;
+description { state: "default" 0.0;
+rel1 {
+relative: 0 0;
+offset: 0 20;
+to: "e.swallow.background";
+}
+rel2 {
+relative: 0 1;
+offset: 15 -20;
+to: "e.swallow.background";
+}
+color: 255 255 0 150;
+}
+}
+
+part { name: "e.swallow.slider";
+type: SWALLOW;
+description { state: "default" 0.0;
+rel1 {
+relative: 1 1;
+offset: 5 4;
+to_x: "e.swallow.background";
+to_y: "e.text.description";
+}
+rel2 {
+relative: 1 1;
+offset: -5 -5;
+to_y: "e.swallow.background";
+}
+}
+}
+
+part { name: "e.text.description";
+type: TEXTBLOCK;
+mouse_events: 0;
+scale: 1;
+description { state: "default" 0.0;
+rel1 {
+relative: 1 0;
+offset: 5 4;
+to_x: "e.swallow.background";
+}
+rel2 {
+relative: 1 1;
+offset: -5 -45;
+}
+text {
+style: "dialog_style";
+min: 1 1;
+}
+}
+}
+
+part { name: "e.text.selection";
+type: TEXT;
+effect: SOFT_SHADOW;
+mouse_events: 0;
+description { state: "default" 0.0;
+align: 0.5 0.5;
+rel1 {
+relative: 1 1;
+offset: 5 5;
+to: "e.edge.top_left";
+}
+rel2 {
+relative: 0 0;
+offset: -5 -5;
+to: "e.edge.bottom_right";
+}
+color: 224 224 224 255;
+color3: 0 0 0 64;
+text {
+font: "Sans:style=Bold";
+size: 12;
+align: 0.5 0.5;
+fit: 1 1;
+}
+}
+}
+}
+}
+
Modified: branches/e17/bits/configure_toolbar.edc
==============================================================================
--- branches/e17/bits/configure_toolbar.edc (original)
+++ branches/e17/bits/configure_toolbar.edc Mon Jul 6 12:15:39 2009
@@ -6,7 +6,7 @@
part {
name: "base";
type: IMAGE;
- mouse_events: 0;
+ mouse_events: 1;
description {
state: "default" 0.0;
@@ -71,7 +71,8 @@
part {
name: "left_arrow";
type: IMAGE;
- mouse_events: 0;
+ mouse_events: 1;
+ //~ scale: 1;
description {
state: "default" 0.0;
@@ -98,7 +99,8 @@
part {
name: "right_arrow";
type: IMAGE;
- mouse_events: 0;
+ mouse_events: 1;
+ //~ scale: 1;
description {
state: "default" 0.0;
@@ -123,6 +125,25 @@
}
part {
+ name: "e.dragable.hbar";
+ type: RECT;
+ mouse_events: 0;
+
+ dragable {
+ x: 1 1 0;
+ y: 0 0 0;
+ confine: "base";
+ }
+
+ description {
+ state: "default" 0.0;
+ visible: 0;
+ rel1.to: "base";
+ rel2.to: "base";
+ }
+ }
+
+ part {
name: "event";
type: RECT;
mouse_events: 1;
@@ -156,7 +177,6 @@
FOCUS("focus_out", "e,state,unfocused", "default")
*/
-/*
program {
name: "sb_hbar_show";
signal: "e,action,show,hbar";
@@ -176,7 +196,22 @@
target: "left_arrow";
target: "right_arrow";
}
-*/
+
+ program {
+ name: "sb_left";
+ signal: "mouse,down,1";
+ source: "left_arrow";
+ action: DRAG_VAL_STEP -1.0 0.0;
+ target: "e.dragable.hbar";
+ }
+
+ program {
+ name: "sb_right";
+ signal: "mouse,down,1";
+ source: "right_arrow";
+ action: DRAG_VAL_STEP 1.0 0.0;
+ target: "e.dragable.hbar";
+ }
}
}
@@ -185,7 +220,7 @@
parts {
part {
- name: "label2";
+ name: "label";
type: TEXT;
mouse_events: 0;
scale: 1;
@@ -363,6 +398,7 @@
action: STATE_SET "selected" 0.0;
target: "bg";
target: "e.text.label";
+ target: "label";
}
program {
@@ -372,6 +408,7 @@
action: STATE_SET "default" 0.0;
target: "bg";
target: "e.text.label";
+ target: "label";
}
program {
Modified: branches/e17/bits/fileman.edc
==============================================================================
--- branches/e17/bits/fileman.edc (original)
+++ branches/e17/bits/fileman.edc Mon Jul 6 12:15:39 2009
@@ -19,6 +19,7 @@
//~ "e/fileman/desktop/overlay" /* available */
//~ "e/fileman/desktop/list/drop_in" /* available */
//~ "e/fileman/desktop/list/drop_between" /* available */
+//~ "e/fileman/default/progress" /* available */
group {
name: "e/fileman/default/window/main";
@@ -5562,4 +5563,275 @@
}
}
+/*
+
+group { name: "e/fileman/default/progress";
+min: 250 40;
+images {
+image: "icon_efm_file_del.png" COMP;
+}
+parts {
+part { name: "bg";
+type: IMAGE;
+mouse_events: 0;
+description { state: "default" 0.0;
+image.normal: "bt_dis_base.png";
+image.border: 5 5 5 5;
+}
+description { state: "need_attention" 0.0;
+inherit: "default" 0.0;
+color: 200 0 0 150;
+}
+}
+part { name: "shadow";
+type: IMAGE;
+mouse_events: 0;
+description { state: "default" 0.0;
+image.normal: "bt_dis_shine.png";
+image.border: 5 5 5 5;
+rel1.to: "bg";
+rel2.to: "bg";
+}
+}
+part { name: "icon";
+mouse_events: 0;
+scale: 1;
+description { state: "default" 0.0;
+min: 32 32;
+max: 32 32;
+align: 0.01 0.5;
+rel1.to: "bg";
+rel2.to: "bg";
+image.normal: "icon_efm_dnd_ask.png";
+}
+description { state: "copy" 0.0;
+inherit: "default" 0.0;
+image.normal: "icon_efm_dnd_copy.png";
+}
+description { state: "move" 0.0;
+inherit: "default" 0.0;
+image.normal: "icon_efm_dnd_move.png";
+}
+description { state: "delete" 0.0;
+inherit: "default" 0.0;
+image.normal: "icon_efm_file_del.png";
+}
+}
+part { name: "gauge_bg";
+type: IMAGE;
+scale: 1;
+mouse_events: 0;
+description { state: "default" 0.0;
+rel1.to: "icon";
+rel1.relative: 1.0 0.60;
+rel2.to: "bg";
+rel2.relative: 1.0 1.0;
+rel2.offset: -4 -5;
+image.normal: "inset_sunk.png";
+image.border: 6 6 6 6;
+}
+}
+part { name: "gauge_confine";
+type: RECT;
+scale: 1;
+mouse_events: 0;
+description { state: "default" 0.0;
+rel1.to: "gauge_bg";
+rel1.offset: 1 1;
+rel2.to: "gauge_bg";
+rel2.offset: -2 -2;
+color: 0 255 0 0;
+}
+}
+part { name: "e.gauge.bar";
+mouse_events: 0;
+scale: 1;
+type: RECT;
+description { state: "default" 0.0;
+min: 0 0;
+color: 55 55 55 100;
+}
+dragable {
+x: 1 1 0;
+y: 0 0 0;
+confine:"gauge_confine";
+}
+}
+
+part { name: "e.text.info";
+type: TEXT;
+mouse_events: 0;
+scale: 1;
+description { state: "default" 0.0;
+rel1 {
+relative: 1.0 0.0;
+to_x: "icon";
+to_y: "bg";
+}
+rel2 {
+relative: 0.0 0.6;
+to_x: "bt_abort";
+to_y: "icon";
+}
+color: 0 0 0 255;
+text {
+font: "Sans";
+size: 10;
+align: 0.0 0.5;
+text_class: "fileman_icon";
+}
+}
+}
+
+part { name: "bt_abort";
+type: IMAGE;
+mouse_events: 0;
+description { state: "default" 0.0;
+align: 1.0 0.5;
+min: 19 19;
+max: 19 19;
+aspect: 1.0 1.0;
+aspect_preference: VERTICAL;
+rel1 {
+ relative: 1.0 0.0;
+ to_x: "e.text.info";
+ to_y: "bg";
+ }
+ rel2 {
+ relative: 0.99 1.0;
+ to_x: "bg";
+ to_y: "e.text.info";
+ }
+ image.normal: "bd_button_close_shadow.png";
+ }
+ }
+
+ part { name: "bt_abort_unfoc";
+ type: IMAGE;
+ mouse_events: 0;
+ description { state: "default" 0.0;
+ visible: 1;
+ color: 255 255 255 255;
+ rel1.to: "bt_abort";
+ rel2.to: "bt_abort";
+ image.normal: "bd_button_close_unfocused.png";
+ }
+ description { state: "active" 0.0;
+ inherit: "default" 0.0;
+ visible: 0;
+ color: 255 255 255 0;
+ rel1.offset: 0 1;
+ rel2.offset: -1 0;
+ }
+ }
+
+ part { name: "bt_abort_foc";
+ type: IMAGE;
+ mouse_events: 0;
+ description { state: "default" 0.0;
+ visible: 0;
+ color: 255 255 255 0;
+ rel1.to: "bt_abort";
+ rel2.to: "bt_abort";
+ image.normal: "bd_button_close_focused.png";
+ }
+ description { state: "active" 0.0;
+ inherit: "default" 0.0;
+ visible: 1;
+ color: 255 255 255 255;
+ rel1.offset: 0 1;
+ rel2.offset: -1 0;
+ }
+ }
+
+ part { name: "e.event.abort";
+ type: RECT;
+ mouse_events: 1;
+ description { state: "default" 0.0;
+ rel1.to: "bt_abort";
+ rel2.to: "bt_abort";
+ color: 0 0 0 0;
+ }
+ }
+ }
+
+ programs {
+
+ program { name: "set_need_attention";
+ signal: "e,action,set,need_attention";
+ source: "e";
+ action: STATE_SET "need_attention" 0.0;
+ transition: SINUSOIDAL 1.0;
+ target: "bg";
+ after: "need_loop";
+ }
+
+ program { name: "need_loop";
+ action: STATE_SET "default" 0.0;
+ transition: SINUSOIDAL 1.0;
+ target: "bg";
+ after: "set_need_attention";
+ }
+
+ program { name: "set_normal";
+ signal: "e,action,set,normal";
+ source: "e";
+ action: STATE_SET "default" 0.0;
+ transition: SINUSOIDAL 1.0;
+ target: "bg";
+ }
+
+ program { name: "set_icon_unknow";
+ signal: "e,action,icon,unknow";
+ source: "e";
+ action: STATE_SET "default" 0.0;
+ target: "icon";
+ }
+
+ program { name: "set_icon_copy";
+ signal: "e,action,icon,copy";
+ source: "e";
+ action: STATE_SET "copy" 0.0;
+ target: "icon";
+ }
+
+ program { name: "set_icon_move";
+ signal: "e,action,icon,move";
+ source: "e";
+ action: STATE_SET "move" 0.0;
+ target: "icon";
+ }
+
+ program { name: "set_icon_delete";
+ signal: "e,action,icon,delete";
+ source: "e";
+ action: STATE_SET "delete" 0.0;
+ target: "icon";
+ }
+
+ program { name: "bt_abort_down";
+ signal: "mouse,down,*";
+ source: "e.event.abort";
+ action: STATE_SET "active" 0.0;
+ target: "bt_abort_unfoc";
+ target: "bt_abort_foc";
+ }
+
+ program { name: "bt_abort_up";
+ signal: "mouse,up,*";
+ source: "e.event.abort";
+ action: STATE_SET "default" 0.0;
+ target: "bt_abort_unfoc";
+ target: "bt_abort_foc";
+ }
+
+ program { name: "bt_abort_click";
+ signal: "mouse,clicked,*";
+ source: "e.event.abort";
+ action: SIGNAL_EMIT "e,fm,operation,abort" "";
+ }
+ }
+ }
+
+*/
Modified: branches/e17/bits/iconmime.edc
==============================================================================
--- branches/e17/bits/iconmime.edc (original)
+++ branches/e17/bits/iconmime.edc Mon Jul 6 12:15:39 2009
@@ -1,3 +1,97 @@
+
+/* FreeDesktop.Org Icons
+ *
http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
+ *
+ * In the comment you can find the old e icon name.
+ *
+ * Icons marked with *** are not mentioned in the spec, but we still try to
+ * follow the naming convention.
+ *
+ * TO ADD A NEW ICON:
+ * 1. Search for a name in the spec OR
+ * 2. Search for a name in kde (oxigen) and gnome (tango - human) icon set
OR
+ * 3. Try to follow the naming convention
+ */
+
+# ifdef ICON
+# undef ICON
+# endif
+#define ICON(NAME, FILE) \
+group { \
+ name: "e/icons/"NAME ; \
+ parts { \
+ part { \
+ name: "icon"; \
+ type: IMAGE; \
+ repeat_events: 0; \
+ description { \
+ state: "default" 0.0; \
+ max: 24 24; \
+ image { \
+ normal: FILE; \
+ } \
+ } \
+ } \
+ } \
+}
+
+#define ICONMIME(NAME, FILE) ICON("mimetypes/"NAME, FILE)
+
+//ICON("preferences-desktop-shelf","icons/icon_shelf.png")
// *** // "enlightenment/shelf"
+ICON("preferences-desktop-shelf-bottom-desk","icons/icon_shelf_bottom_desk.png")
//
*** // "enlightenment/shelf_bottom_desk" +
+ICON("preferences-desktop-shelf-custom","icons/icon_shelf_custom.png")
// *** // "enlightenment/shelf_custom" +
+ICON("preferences-desktop-shelf-dock","icons/icon_shelf_dock.png")
// *** // "enlightenment/shelf_dock" +
+ICON("preferences-desktop-shelf-menu-bar","icons/icon_shelf_menu_bar.png")
// *** // "enlightenment/shelf_menu_bar" +
+ICON("preferences-desktop-shelf-panel","icons/icon_shelf_panel.png")
// *** // "enlightenment/shelf_panel" +
+ICON("preferences-desktop-shelf-top-desk","icons/icon_shelf_top_desk.png")
// *** // "enlightenment/shelf_top_desk" +
+
+ICON("preferences-position-bottom","icons/icon_shelf_bottom.png")
// *** // "enlightenment/shelf_position_bottom" +
+ICON("preferences-position-bottom-left","icons/icon_shelf_bottom_left.png")
// *** // "enlightenment/shelf_position_bottom_left" +
+ICON("preferences-position-bottom-right","icons/icon_shelf_bottom_right.png")
// *** // "enlightenment/shelf_position_bottom_right" +
+ICON("preferences-position-top","icons/icon_shelf_top.png")
// *** // "enlightenment/shelf_position_top" +
+ICON("preferences-position-top-left","icons/icon_shelf_top_left.png")
// *** // "enlightenment/shelf_position_top_left" +
+ICON("preferences-position-top-right","icons/icon_shelf_top_right.png")
// *** // "enlightenment/shelf_position_top_right" +
+ICON("preferences-position-left","icons/icon_shelf_left.png")
// *** // "enlightenment/shelf_position_left" +
+ICON("preferences-position-left-top","icons/icon_shelf_left_top.png")
// *** // "enlightenment/shelf_position_left_top" +
+ICON("preferences-position-left-bottom","icons/icon_shelf_left_bottom.png")
// *** // "enlightenment +/shelf_position_left_bottom"
+ICON("preferences-position-right","icons/icon_shelf_right.png")
// *** // "enlightenment/shelf_position_right" +
+ICON("preferences-position-right-top","icons/icon_shelf_right_top.png")
// *** // "enlightenment/shelf_position_right_top" +
+ICON("preferences-position-right-bottom","icons/icon_shelf_right_bottom.png")
// *** // "enlightenment/shelf_position_right_bottom" +
+
+# ifdef ICON
+# undef ICON
+# endif
+#define ICON(NAME, FILE) \
+group { \
+ name: "e/icons/"NAME ; \
+ parts { \
+ part { \
+ name: "icon"; \
+ type: IMAGE; \
+ repeat_events: 0; \
+ description { \
+ state: "default" 0.0; \
+ max: 16 16; \
+ image { \
+ normal: FILE; \
+ } \
+ } \
+ } \
+ } \
+}
+
+# ifdef ICONMIME
+# undef ICONMIME
+# endif
+#define ICONMIME(NAME, FILE) ICON("mimetypes/"NAME, FILE)
+ICON("edit-copy","icons/icon_efm_copy.png") //
EFMBUTTON("copy" +
+ICON("edit-cut","icons/icon_efm_cut.png") //
EFMBUTTON("cut" +
+ICON("edit-paste","icons/icon_efm_paste.png") //
EFMBUTTON("paste" +
+ICON("edit-delete","icons/icon_efm_delete.png") //
EFMBUTTON("delete" +
+ICON("edit-rename","icons/icon_efm_rename.png") //
EFMBUTTON("rename" +
+
+/* End of FreeDesktop.Org icons */
+
# ifdef ICON
# undef ICON
# endif
@@ -17,181 +111,11 @@
} \
}
+# ifdef ICONMIME
+# undef ICONMIME
+# endif
#define ICONMIME(NAME, FILE, SIZE) ICON("mimetypes/"NAME, FILE, SIZE)
-/* FreeDesktop.Org Icons
- *
http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
- *
- * In the comment you can find the old e icon name.
- *
- * Icons marked with *** are not mentioned in the spec, but we still try to
- * follow the naming convention.
- *
- * TO ADD A NEW ICON:
- * 1. Search for a name in the spec OR
- * 2. Search for a name in kde (oxigen) and gnome (tango - human) icon set
OR
- * 3. Try to follow the naming convention
- */
-
-//Standard Action Icons
-//ICON("help-about","logo_black_128.png",64)
// "enlightenment/about"
-//ICON("list-add","icon_add.png",64)
// "widget/add"
-//ICON("list-remove","icon_del.png",64)
// "widget/del"
-//ICON("go-up","icon_up_arrow.png",64)
// "widget/up_arrow" "widget/up_dir"
-//ICON("go-down","icon_down_arrow.png",64)
// "widget/down_arrow"
-//ICON("go-next","icon_right_arrow.png",64)
// "widget/new_dialog"
-//ICON("go-previous","icon_left_arrow.png",64) // none
-//ICON("bookmark-new","icon_add_fav.png",64)
// "widget/add_fav"
-//ICON("edit-swap","icon_swap.png",64) // ***
// "widget/swap"
-ICON("edit-copy","icons/icon_efm_copy.png",16) //
EFMBUTTON("copy" +
-ICON("edit-cut","icons/icon_efm_cut.png",16) //
EFMBUTTON("cut" +
-ICON("edit-paste","icons/icon_efm_paste.png",16) //
EFMBUTTON("paste" +
-ICON("edit-delete","icons/icon_efm_delete.png",16) //
EFMBUTTON("delete" +
-ICON("edit-rename","icons/icon_efm_rename.png",16) //
EFMBUTTON("rename" +
-//ICON("edit-select-all","icon_efm_select.png",16) //
EFMBUTTON("select"
-
-ICON("document-open","icons/icon_efm_open.png",16)
// "widget/open" EFMBUTTON("open") EFMBUTTON("new") +
-ICON("document-new","icons/icon_new.png",64)
// "widget/new" +
-ICON("document-properties","icons/icon_efm_properties.png",16) //
EFMBUTTON("properties" +
-//ICON("folder-new","icon_efm_new_dir.png",16) //
EFMBUTTON("new_dir"
-//ICON("view-sort","icon_efm_sort.png",16) // *** //
EFMBUTTON("sort",
-//ICON("view-order","icon_efm_sort.png",16) // *** //
EFMBUTTON("ordering"
-//ICON("view-hidden-files","icon_efm_view.png",16) // *** //
EFMBUTTON("hidden_files"
-//ICON("configure","icon_config.png",64)
// "widget/config"
-ICON("system-run","icons/icon_run.png",64)
// "enlightenment/run" +
-ICON("system-shutdown","icons/icon_halt.png",128)
// "enlightenment/halt" +
-ICON("system-restart","icons/icon_reboot.png",128)
// "enlightenment/reboot" +
-ICON("system-suspend","icons/icon_suspend.png",128)
// "enlightenment/suspend" +
-ICON("system-suspend-hibernate","icons/icon_hibernate.png",128)
// "enlightenment/hibernate" +
-ICON("system-log-out","icons/icon_logout.png",128)
// "enlightenment/logout" +
-ICON("system-restart","icons/icon_reset.png",128)
// "enlightenment/reset" "widget/reset" +
-ICON("system-lock-screen","icons/icon_desklock_menu.png",128)
// "enlightenment/desklock_menu" +
-//ICON("window-close","icon_close.png",64)
// "widget/close"
-//ICON("dialog-ok-apply","icon_check.png",64)
// "enlightenment/check"
-//ICON("transform-scale","icon_resize.png",64)
// "widget/resize"
-//ICON("transform-move","icons/icon_autoscroll.png",64)
// "enlightenment/autoscroll"
-ICON("view-refresh","icons/icon_efm_refresh.png",16) //
EFMBUTTON("refresh" +
-//ICON("view-inherit","icon_dummy.png",64) // *** //
EFMBUTTON("inherit"
-
-//Standard Status Icons
-ICON("dialog-warning","icons/icon_warning.png",128)
// "enlightenment/warning" +
-ICON("dialog-error","icons/icon_warning.png",128)
// "enlightenment/error" +
-//ICON("unknown","icon_dummy.png",64) // ***
// "enlightenment/unknown"
-
-//Standard Application Icons
-ICON("preferences-desktop","icons/icon_desktops.png",64)
// "enlightenment/desktops"
+
-ICON("preferences-desktop-theme","icons/icon_theme.png",64)
// "enlightenment/themes"
+
-ICON("preferences-desktop-wallpaper","icons/icon_wallpaper.png",64)
// "enlightenment/background"
+
-ICON("preferences-desktop-color","icons/icon_colors.png",64)
// "enlightenment/colors"
+
-ICON("preferences-desktop-font","icons/icon_fonts.png",64)
// "enlightenment/fonts"
+
-ICON("preferences-desktop-screensaver","icons/icon_screensaver.png",64)
// "enlightenment/screensaver"
+
-ICON("preferences-desktop-display","icons/icon_screen_setup.png",64)
// "enlightenment/screen_setup"
+
-ICON("preferences-desktop-keyboard","icons/icon_keys.png",64)
// "enlightenment/keys"
+
-ICON("preferences-desktop-pointer","icons/icon_mouse.png",64)
// *** // "enlightenment/mouse" +
-ICON("preferences-desktop-mouse","icons/icon_mouse_clean.png",64)
// "enlightenment/mouse_clean"
+
-//ICON("preferences-desktop-mouse-left","icon_mouse_left.png",64) //
*** // "enlightenment/mouse_left"
-//ICON("preferences-desktop-mouse-right","icon_mouse_right.png",64) //
*** // "enlightenment/mouse_right"
-//ICON("preferences-desktop-mouse-middle","icon_mouse_middle.png",64) //
*** // "enlightenment/mouse_middle"
-//ICON("preferences-desktop-mouse-wheel","icon_mouse_wheel.png",64) //
*** // "enlightenment/mouse_wheel"
-//ICON("preferences-desktop-mouse-extra","icon_mouse_extra.png",64) //
*** // "enlightenment/mouse_extra"
-ICON("preferences-desktop-locale","icons/icon_intl.png",64)
// "enlightenment/intl"
+
-ICON("preferences-desktop-mixer","icons/icon_mixer.png",64)
// "enlightenment/mixer"
+
-
-//ICON("preferences-desktop-shelf","icons/icon_shelf.png",64)
//
*** // "enlightenment/shelf"
-ICON("preferences-desktop-shelf-bottom-desk","icons/icon_shelf_bottom_desk.png",64)//
***
// "enlightenment/shelf_bottom_desk" +
-ICON("preferences-desktop-shelf-custom","icons/icon_shelf_custom.png",64)
//
*** // "enlightenment/shelf_custom" +
-ICON("preferences-desktop-shelf-dock","icons/icon_shelf_dock.png",64)
//
*** // "enlightenment/shelf_dock" +
-ICON("preferences-desktop-shelf-menu-bar","icons/icon_shelf_menu_bar.png",64)
//
*** // "enlightenment/shelf_menu_bar" +
-ICON("preferences-desktop-shelf-panel","icons/icon_shelf_panel.png",64)
//
*** // "enlightenment/shelf_panel" +
-ICON("preferences-desktop-shelf-top-desk","icons/icon_shelf_top_desk.png",64)
//
*** // "enlightenment/shelf_top_desk" +
-ICON("preferences-desktop-window-remember","icons/icon_window_remembers.png",64)
//
*** // "enlightenment/window_remembers" +
-
-ICON("preferences-position-bottom","icons/icon_shelf_bottom.png",64)
//
*** // "enlightenment/shelf_position_bottom" +
-ICON("preferences-position-bottom-left","icon_shelf_bottom_left.png",64)
//
*** // "enlightenment/shelf_position_bottom_left" +
-ICON("preferences-position-bottom-right","icons/icon_shelf_bottom_right.png",64)
//
*** // "enlightenment/shelf_position_bottom_right" +
-ICON("preferences-position-top","icons/icon_shelf_top.png",64)
//
*** // "enlightenment/shelf_position_top" +
-ICON("preferences-position-top-left","icons/icon_shelf_top_left.png",64)
//
*** // "enlightenment/shelf_position_top_left" +
-ICON("preferences-position-top-right","icons/icon_shelf_top_right.png",64)
//
*** // "enlightenment/shelf_position_top_right" +
-ICON("preferences-position-left","icons/icon_shelf_left.png",64)
//
*** // "enlightenment/shelf_position_left" +
-ICON("preferences-position-left-top","icons/icon_shelf_left_top.png",64)
//
*** // "enlightenment/shelf_position_left_top" +
-ICON("preferences-position-left-bottom","icons/icon_shelf_left_bottom.png",64)
//
*** // "enlightenment +/shelf_position_left_bottom"
-ICON("preferences-position-right","icons/icon_shelf_right.png",64)
//
*** // "enlightenment/shelf_position_right" +
-ICON("preferences-position-right-top","icons/icon_shelf_right_top.png",64)
//
*** // "enlightenment/shelf_position_right_top" +
-ICON("preferences-position-right-bottom","icons/icon_shelf_right_bottom.png",64)
//
*** // "enlightenment/shelf_position_right_bottom" +
-
-ICON("preferences-window-manipulation","icons/icon_window_manipulation.png",64)
//
*** // "enlightenment/window_manipulation" +
-ICON("preferences-window-maximize","icons/icon_window_manipulation.png",64)
//
*** // "enlightenment/window_maximize" +
-ICON("preferences-window-stacking","icons/icon_winlist.png",64)
//
*** // "enlightenment/window_stacking" +
-ICON("preferences-window-geometry","icons/icon_window_manipulation.png",64)
//
*** // "enlightenment/window_geometry" +
-ICON("preferences-windows-lost","icons/icon_lost_windows.png",64)
//
*** // "enlightenment/lost_windows" +
-
-//ICON("preferences-gradient","icon_gradient.png",64) // ***
// "enlightenment/gradient"
-//ICON("preferences-focus","icon_window_focus.png",64) // ***
// "enlightenment/focus"
-//ICON("preferences-engine","icon_engine.png",64) // ***
// "enlightenment/engine"
-//ICON("preferences-dialogs","icon_dummy.png",64) // ***
// "enlightenment/dialogs"
-//ICON("preferences-interaction","icon_interaction.png",64) // ***
// "enlightenment/interaction"
-//ICON("preferences-imc","icon_imc.png",64) // ***
// "enlightenment/imc"
-//ICON("preferences-desklock","icons/icon_desklock.png",64) //
*** // "enlightenment/desklock"
-//ICON("preferences-icon-theme","icon_icon_theme.png",64) // ***
// "enlightenment/icon_theme"
-//ICON("preferences-transitions","icon_transitions.png",64) // ***
// "enlightenment/transitions"
-//ICON("preferences-toolbar","icon_toolbar.png",64) // ***
// "enlightenment/toolbar"
-//ICON("preferences-profiles","icon_profiles.png",64) // ***
// "enlightenment/profiles"
-//ICON("preferences-startup","icon_startup.png",64) // ***
// "enlightenment/startup"
-//ICON("preferences-winlist","icon_winlist.png",64) // ***
// "enlightenment/winlist"
-//ICON("preferences-menus","icon_menus.png",64) // ***
// "enlightenment/menus"
-//ICON("preferences-menu-settings","icon_menu_settings.png",64) // ***
// "enlightenment/menu_settings"
-//ICON("preferences-advanced","icon_advanced.png",64) // ***
// "enlightenment/advanced"
-//ICON("preferences-behavior","icon_behavior.png",64) // ***
// "enlightenment/behavior"
-//ICON("preferences-appearance","icon_appearance.png",64) // ***
// "enlightenment/appearance"
-//ICON("preferences-extensions","icon_extensions.png",64) // ***
// "enlightenment/extensions"
-//ICON("preferences-file-icons","icon_file_icons.png",64) // ***
// "enlightenment/file_icons"
-//ICON("preferences-pager","icon_pager.png",64) // ***
// "enlightenment/pager"
-//ICON("preferences-scale","icon_scale.png",64) // ***
// "enlightenment/scale"
-//ICON("preferences-directories","icon_directories.png",64) // ***
// "enlightenment/directories"
-
-//ICON("preferences-screen-normal","icon_screen_normal.png",64) // ***
// "enlightenment/screen_normal"
-//ICON("preferences-screen-around","icon_screen_around.png",64) // ***
// "enlightenment/screen_around"
-//ICON("preferences-screen-left","icon_screen_left.png",64) // ***
// "enlightenment/screen_left"
-//ICON("preferences-screen-right","icon_screen_right.png",64) // ***
// "enlightenment/screen_right"
-//ICON("preferences-screen-vflip","icon_screen_vflip.png",64) // ***
// "enlightenment/screen_vflip"
-//ICON("preferences-screen-hflip","icon_screen_hflip.png",64) // ***
// "enlightenment/screen_hflip"
-
-//ICON("preferences-applications","icon_applications.png",64)
//
*** // "enlightenment/applications"
-//ICON("preferences-applications-add","icon_applications_new.png",64)
//
*** // "enlightenment/add_application"
-//ICON("preferences-applications-ibar","icon_applications_ibar.png",64)
//
*** // "enlightenment/ibar_applications"
-//ICON("preferences-applications-restart","icon_applications_restart.png",64)
//
*** // "enlightenment/restart_applications"
-//ICON("preferences-applications-startup","icon_applications_startup.png",64)
//
*** // "enlightenment/startup_applications"
-
-//ICON("preferences-plugin","icon_modules.png",64)
// "enlightenment/modules"
-//ICON("preferences-system","icon_configuration.png",64)
// "enlightenment/configuration" "enlightenment/settings"
-//ICON("preferences-system-windows","icon_windows.png",64)
// "enlightenment/windows" "enlightenment/showhide"
-//ICON("preferences-system-performance","icon_performance.png",64)
// "enlightenment/performance"
-//ICON("preferences-system-power-management","icon_power_management.png",64)
// "enlightenment/power_management"
-//ICON("preferences-system-screen-resolution","icon_screen_resolution.png",64)//
***
// "enlightenment/screen_resolution"
-ICON("system-file-manager","icons/icon_efm_folder.png",64)
// "enlightenment/fileman"
-//ICON("application-exit","icon_logout.png",64)
// "enlightenment/exit"
-//ICON("enlightenment","logo_white_128.png",64)
//
*** // "enlightenment/e"
-
-//Standard Emblem Icons
-//ICON("emblem-symbolic-link","icon_dummy.png",64) //
EFMBUTTON("symlink"
-
-//Standard Place Icons
-ICON("folder","icons/icon_efm_folder.png",64)
// "fileman/folder" +
-ICON("user-home","icons/icon_efm_home.png",64)
// "fileman/home" +
-ICON("user-temp","icons/icon_efm_tmp.png",64) // ***
// "fileman/tmp" +
-ICON("user-desktop","icons/icon_efm_desktop.png",64)
// "fileman/desktop" +
-//ICON("user-bookmarks","icon_favorites.png",64)
// "enlightenment/favorites"
-ICON("folder-image","icons/icon_wallpaper.png",64)
// "enlightenment/picture"
-ICON("network-website","icons/icon_globe.png",64)
// "enlightenment/website" +
-//ICON("system","icons/icon_system.png",64) // ***
// "enlightenment/system"
-
-//Standard Device Icons
-ICON("computer","icons/icon_efm_root.png", 64)
// "fileman/root" +
-ICON("drive-harddisk","icons/icon_efm_hdd.png", 128)
// "fileman/hd" "fileman/hdd" +
-ICON("drive-optical","icons/icon_efm_cd.png", 128)
// "fileman/??" +
-ICON("media-flash","icons/icon_efm_flash.png", 128)
// "fileman/??" +
-
-/* End of FreeDesktop.Org icons */
ICONMIME("inode/chardevice","icons/icon_efm_file.png",128)
ICONMIME("inode/blockdevice","icons/icon_efm_file.png",128)
Added: branches/e17/bits/iconmime2.edc
==============================================================================
--- (empty file)
+++ branches/e17/bits/iconmime2.edc Mon Jul 6 12:15:39 2009
@@ -0,0 +1,382 @@
+# ifdef ICON
+# undef ICON
+# endif
+#define ICON(NAME, FILE, SIZE) \
+group { name: "e/icons/"NAME ; \
+ max: SIZE SIZE; \
+ parts { \
+ part { name: "icon"; \
+ repeat_events: 1; \
+ description { state: "default" 0.0; \
+ aspect: 1.0 1.0; \
+ aspect_preference: BOTH; \
+ image.image: FILE COMP; \
+ image.normal: FILE ; \
+ } \
+ } \
+ } \
+}
+
+#define ICONMIME(NAME, FILE, SIZE) ICON("mimetypes/"NAME, FILE, SIZE)
+
+/* FreeDesktop.Org Icons
+ *
http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
+ *
+ * In the comment you can find the old e icon name.
+ *
+ * Icons marked with *** are not mentioned in the spec, but we still try to
+ * follow the naming convention.
+ *
+ * TO ADD A NEW ICON:
+ * 1. Search for a name in the spec OR
+ * 2. Search for a name in kde (oxigen) and gnome (tango - human) icon set
OR
+ * 3. Try to follow the naming convention
+ */
+
+//Standard Action Icons
+//ICON("help-about","logo_black_128.png",64)
// "enlightenment/about"
+//ICON("list-add","icon_add.png",64)
// "widget/add"
+//ICON("list-remove","icon_del.png",64)
// "widget/del"
+//ICON("go-up","icon_up_arrow.png",64)
// "widget/up_arrow" "widget/up_dir"
+//ICON("go-down","icon_down_arrow.png",64)
// "widget/down_arrow"
+//ICON("go-next","icon_right_arrow.png",64)
// "widget/new_dialog"
+//ICON("go-previous","icon_left_arrow.png",64) // none
+//ICON("bookmark-new","icon_add_fav.png",64)
// "widget/add_fav"
+//ICON("edit-swap","icon_swap.png",64) // ***
// "widget/swap"
+ICON("edit-copy","icons/icon_efm_copy.png",16) //
EFMBUTTON("copy" +
+ICON("edit-cut","icons/icon_efm_cut.png",16) //
EFMBUTTON("cut" +
+ICON("edit-paste","icons/icon_efm_paste.png",16) //
EFMBUTTON("paste" +
+ICON("edit-delete","icons/icon_efm_delete.png",16) //
EFMBUTTON("delete" +
+ICON("edit-rename","icons/icon_efm_rename.png",16) //
EFMBUTTON("rename" +
+//ICON("edit-select-all","icon_efm_select.png",16) //
EFMBUTTON("select"
+
+ICON("document-open","icons/icon_efm_open.png",16)
// "widget/open" EFMBUTTON("open") EFMBUTTON("new") +
+ICON("document-new","icons/icon_new.png",64)
// "widget/new" +
+ICON("document-properties","icons/icon_efm_properties.png",16) //
EFMBUTTON("properties" +
+//ICON("folder-new","icon_efm_new_dir.png",16) //
EFMBUTTON("new_dir"
+//ICON("view-sort","icon_efm_sort.png",16) // *** //
EFMBUTTON("sort",
+//ICON("view-order","icon_efm_sort.png",16) // *** //
EFMBUTTON("ordering"
+//ICON("view-hidden-files","icon_efm_view.png",16) // *** //
EFMBUTTON("hidden_files"
+//ICON("configure","icon_config.png",64)
// "widget/config"
+ICON("system-run","icons/icon_run.png",64)
// "enlightenment/run" +
+ICON("system-shutdown","icons/icon_halt.png",128)
// "enlightenment/halt" +
+ICON("system-restart","icons/icon_reboot.png",128)
// "enlightenment/reboot" +
+ICON("system-suspend","icons/icon_suspend.png",128)
// "enlightenment/suspend" +
+ICON("system-suspend-hibernate","icons/icon_hibernate.png",128)
// "enlightenment/hibernate" +
+ICON("system-log-out","icons/icon_logout.png",128)
// "enlightenment/logout" +
+ICON("system-restart","icons/icon_reset.png",128)
// "enlightenment/reset" "widget/reset" +
+ICON("system-lock-screen","icons/icon_desklock_menu.png",128)
// "enlightenment/desklock_menu" +
+//ICON("window-close","icon_close.png",64)
// "widget/close"
+//ICON("dialog-ok-apply","icon_check.png",64)
// "enlightenment/check"
+//ICON("transform-scale","icon_resize.png",64)
// "widget/resize"
+//ICON("transform-move","icons/icon_autoscroll.png",64)
// "enlightenment/autoscroll"
+ICON("view-refresh","icons/icon_efm_refresh.png",16) //
EFMBUTTON("refresh" +
+//ICON("view-inherit","icon_dummy.png",64) // *** //
EFMBUTTON("inherit"
+
+//Standard Status Icons
+ICON("dialog-warning","icons/icon_warning.png",128)
// "enlightenment/warning" +
+ICON("dialog-error","icons/icon_warning.png",128)
// "enlightenment/error" +
+//ICON("unknown","icon_dummy.png",64) // ***
// "enlightenment/unknown"
+
+//Standard Application Icons
+ICON("preferences-desktop","icons/icon_desktops.png",64)
// "enlightenment/desktops"
+
+ICON("preferences-desktop-theme","icons/icon_theme.png",64)
// "enlightenment/themes"
+
+ICON("preferences-desktop-wallpaper","icons/icon_wallpaper.png",64)
// "enlightenment/background"
+
+ICON("preferences-desktop-color","icons/icon_colors.png",64)
// "enlightenment/colors"
+
+ICON("preferences-desktop-font","icons/icon_fonts.png",64)
// "enlightenment/fonts"
+
+ICON("preferences-desktop-screensaver","icons/icon_screensaver.png",64)
// "enlightenment/screensaver"
+
+ICON("preferences-desktop-display","icons/icon_screen_setup.png",64)
// "enlightenment/screen_setup"
+
+ICON("preferences-desktop-keyboard","icons/icon_keys.png",64)
// "enlightenment/keys"
+
+ICON("preferences-desktop-pointer","icons/icon_mouse.png",64)
// *** // "enlightenment/mouse" +
+ICON("preferences-desktop-mouse","icons/icon_mouse_clean.png",64)
// "enlightenment/mouse_clean"
+
+//ICON("preferences-desktop-mouse-left","icon_mouse_left.png",64) //
*** // "enlightenment/mouse_left"
+//ICON("preferences-desktop-mouse-right","icon_mouse_right.png",64) //
*** // "enlightenment/mouse_right"
+//ICON("preferences-desktop-mouse-middle","icon_mouse_middle.png",64) //
*** // "enlightenment/mouse_middle"
+//ICON("preferences-desktop-mouse-wheel","icon_mouse_wheel.png",64) //
*** // "enlightenment/mouse_wheel"
+//ICON("preferences-desktop-mouse-extra","icon_mouse_extra.png",64) //
*** // "enlightenment/mouse_extra"
+ICON("preferences-desktop-locale","icons/icon_intl.png",64)
// "enlightenment/intl"
+
+ICON("preferences-desktop-mixer","icons/icon_mixer.png",64)
// "enlightenment/mixer"
+
+
+
+//ICON("preferences-desktop-shelf","icons/icon_shelf.png",64)
//
*** // "enlightenment/shelf"
+//ICON("preferences-desktop-shelf-bottom-desk","icons/icon_shelf_bottom_desk.png",64)//
***
// "enlightenment/shelf_bottom_desk" +
+//ICON("preferences-desktop-shelf-custom","icons/icon_shelf_custom.png",64)
//
*** // "enlightenment/shelf_custom" +
+//ICON("preferences-desktop-shelf-dock","icons/icon_shelf_dock.png",64)
//
*** // "enlightenment/shelf_dock" +
+//ICON("preferences-desktop-shelf-menu-bar","icons/icon_shelf_menu_bar.png",64)
//
*** // "enlightenment/shelf_menu_bar" +
+//ICON("preferences-desktop-shelf-panel","icons/icon_shelf_panel.png",64)
//
*** // "enlightenment/shelf_panel" +
+//ICON("preferences-desktop-shelf-top-desk","icons/icon_shelf_top_desk.png",64)
//
*** // "enlightenment/shelf_top_desk" +
+//ICON("preferences-desktop-window-remember","icons/icon_window_remembers.png",64)
//
*** // "enlightenment/window_remembers" +
+
+//ICON("preferences-position-bottom","icons/icon_shelf_bottom.png",24)
//
*** // "enlightenment/shelf_position_bottom" +
+//ICON("preferences-position-bottom-left","icon_shelf_bottom_left.png",64)
//
*** // "enlightenment/shelf_position_bottom_left" +
+//ICON("preferences-position-bottom-right","icons/icon_shelf_bottom_right.png",64)
//
*** // "enlightenment/shelf_position_bottom_right" +
+//ICON("preferences-position-top","icons/icon_shelf_top.png",64)
//
*** // "enlightenment/shelf_position_top" +
+//ICON("preferences-position-top-left","icons/icon_shelf_top_left.png",64)
//
*** // "enlightenment/shelf_position_top_left" +
+//ICON("preferences-position-top-right","icons/icon_shelf_top_right.png",64)
//
*** // "enlightenment/shelf_position_top_right" +
+//ICON("preferences-position-left","icons/icon_shelf_left.png",64)
//
*** // "enlightenment/shelf_position_left" +
+//ICON("preferences-position-left-top","icons/icon_shelf_left_top.png",64)
//
*** // "enlightenment/shelf_position_left_top" +
+//ICON("preferences-position-left-bottom","icons/icon_shelf_left_bottom.png",64)
//
*** // "enlightenment +/shelf_position_left_bottom"
+//ICON("preferences-position-right","icons/icon_shelf_right.png",64)
//
*** // "enlightenment/shelf_position_right" +
+//ICON("preferences-position-right-top","icons/icon_shelf_right_top.png",64)
//
*** // "enlightenment/shelf_position_right_top" +
+//ICON("preferences-position-right-bottom","icons/icon_shelf_right_bottom.png",64)
//
*** // "enlightenment/shelf_position_right_bottom" +
+
+ICON("preferences-window-manipulation","icons/icon_window_manipulation.png",64)
//
*** // "enlightenment/window_manipulation" +
+ICON("preferences-window-maximize","icons/icon_window_manipulation.png",64)
//
*** // "enlightenment/window_maximize" +
+ICON("preferences-window-stacking","icons/icon_winlist.png",64)
//
*** // "enlightenment/window_stacking" +
+ICON("preferences-window-geometry","icons/icon_window_manipulation.png",64)
//
*** // "enlightenment/window_geometry" +
+ICON("preferences-windows-lost","icons/icon_lost_windows.png",64)
//
*** // "enlightenment/lost_windows" +
+
+//ICON("preferences-gradient","icon_gradient.png",64) // ***
// "enlightenment/gradient"
+//ICON("preferences-focus","icon_window_focus.png",64) // ***
// "enlightenment/focus"
+//ICON("preferences-engine","icon_engine.png",64) // ***
// "enlightenment/engine"
+//ICON("preferences-dialogs","icon_dummy.png",64) // ***
// "enlightenment/dialogs"
+//ICON("preferences-interaction","icon_interaction.png",64) // ***
// "enlightenment/interaction"
+//ICON("preferences-imc","icon_imc.png",64) // ***
// "enlightenment/imc"
+//ICON("preferences-desklock","icons/icon_desklock.png",64) //
*** // "enlightenment/desklock"
+//ICON("preferences-icon-theme","icon_icon_theme.png",64) // ***
// "enlightenment/icon_theme"
+//ICON("preferences-transitions","icon_transitions.png",64) // ***
// "enlightenment/transitions"
+//ICON("preferences-toolbar","icon_toolbar.png",64) // ***
// "enlightenment/toolbar"
+//ICON("preferences-profiles","icon_profiles.png",64) // ***
// "enlightenment/profiles"
+//ICON("preferences-startup","icon_startup.png",64) // ***
// "enlightenment/startup"
+//ICON("preferences-winlist","icon_winlist.png",64) // ***
// "enlightenment/winlist"
+//ICON("preferences-menus","icon_menus.png",64) // ***
// "enlightenment/menus"
+//ICON("preferences-menu-settings","icon_menu_settings.png",64) // ***
// "enlightenment/menu_settings"
+//ICON("preferences-advanced","icon_advanced.png",64) // ***
// "enlightenment/advanced"
+//ICON("preferences-behavior","icon_behavior.png",64) // ***
// "enlightenment/behavior"
+//ICON("preferences-appearance","icon_appearance.png",64) // ***
// "enlightenment/appearance"
+//ICON("preferences-extensions","icon_extensions.png",64) // ***
// "enlightenment/extensions"
+//ICON("preferences-file-icons","icon_file_icons.png",64) // ***
// "enlightenment/file_icons"
+//ICON("preferences-pager","icon_pager.png",64) // ***
// "enlightenment/pager"
+//ICON("preferences-scale","icon_scale.png",64) // ***
// "enlightenment/scale"
+//ICON("preferences-directories","icon_directories.png",64) // ***
// "enlightenment/directories"
+
+//ICON("preferences-screen-normal","icon_screen_normal.png",64) // ***
// "enlightenment/screen_normal"
+//ICON("preferences-screen-around","icon_screen_around.png",64) // ***
// "enlightenment/screen_around"
+//ICON("preferences-screen-left","icon_screen_left.png",64) // ***
// "enlightenment/screen_left"
+//ICON("preferences-screen-right","icon_screen_right.png",64) // ***
// "enlightenment/screen_right"
+//ICON("preferences-screen-vflip","icon_screen_vflip.png",64) // ***
// "enlightenment/screen_vflip"
+//ICON("preferences-screen-hflip","icon_screen_hflip.png",64) // ***
// "enlightenment/screen_hflip"
+
+//ICON("preferences-applications","icon_applications.png",64)
//
*** // "enlightenment/applications"
+//ICON("preferences-applications-add","icon_applications_new.png",64)
//
*** // "enlightenment/add_application"
+//ICON("preferences-applications-ibar","icon_applications_ibar.png",64)
//
*** // "enlightenment/ibar_applications"
+//ICON("preferences-applications-restart","icon_applications_restart.png",64)
//
*** // "enlightenment/restart_applications"
+//ICON("preferences-applications-startup","icon_applications_startup.png",64)
//
*** // "enlightenment/startup_applications"
+
+//ICON("preferences-plugin","icon_modules.png",64)
// "enlightenment/modules"
+//ICON("preferences-system","icon_configuration.png",64)
// "enlightenment/configuration" "enlightenment/settings"
+//ICON("preferences-system-windows","icon_windows.png",64)
// "enlightenment/windows" "enlightenment/showhide"
+//ICON("preferences-system-performance","icon_performance.png",64)
// "enlightenment/performance"
+//ICON("preferences-system-power-management","icon_power_management.png",64)
// "enlightenment/power_management"
+//ICON("preferences-system-screen-resolution","icon_screen_resolution.png",64)//
***
// "enlightenment/screen_resolution"
+ICON("system-file-manager","icons/icon_efm_folder.png",64)
// "enlightenment/fileman"
+//ICON("application-exit","icon_logout.png",64)
// "enlightenment/exit"
+//ICON("enlightenment","logo_white_128.png",64)
//
*** // "enlightenment/e"
+
+//Standard Emblem Icons
+//ICON("emblem-symbolic-link","icon_dummy.png",64) //
EFMBUTTON("symlink"
+
+//Standard Place Icons
+ICON("folder","icons/icon_efm_folder.png",64)
// "fileman/folder" +
+ICON("user-home","icons/icon_efm_home.png",64)
// "fileman/home" +
+ICON("user-temp","icons/icon_efm_tmp.png",64) // ***
// "fileman/tmp" +
+ICON("user-desktop","icons/icon_efm_desktop.png",64)
// "fileman/desktop" +
+//ICON("user-bookmarks","icon_favorites.png",64)
// "enlightenment/favorites"
+ICON("folder-image","icons/icon_wallpaper.png",64)
// "enlightenment/picture"
+ICON("network-website","icons/icon_globe.png",64)
// "enlightenment/website" +
+//ICON("system","icons/icon_system.png",64) // ***
// "enlightenment/system"
+
+//Standard Device Icons
+ICON("computer","icons/icon_efm_root.png", 64)
// "fileman/root" +
+ICON("drive-harddisk","icons/icon_efm_hdd.png", 128)
// "fileman/hd" "fileman/hdd" +
+ICON("drive-optical","icons/icon_efm_cd.png", 128)
// "fileman/??" +
+ICON("media-flash","icons/icon_efm_flash.png", 128)
// "fileman/??" +
+
+# ifdef ICON
+# undef ICON
+# endif
+#define ICON(NAME, IMAGE_NAME) \
+group { name: "e/icons/"NAME ; \
+ parts { \
+ part { \
+ name: "icon"; \
+ repeat_events: 1; \
+ description { \
+ state: "default" 0.0; \
+ min: 24 24; \
+ max: 24 24; \
+ image { \
+ normal: IMAGE_NAME ; \
+ } \
+ } \
+ } \
+ } \
+}
+
+# ifdef ICON
+# undef ICON
+# endif
+#define ICONMIME(NAME, IMAGE_NAME) ICON("mimetypes/"NAME, IMAGE_NAME)
+
+ICON("preferences-desktop-shelf","icons/icon_shelf.png")
// *** // "enlightenment/shelf"
+ICON("preferences-desktop-shelf-bottom-desk","icons/icon_shelf_bottom_desk.png")
//
*** // "enlightenment/shelf_bottom_desk" +
+ICON("preferences-desktop-shelf-custom","icons/icon_shelf_custom.png")
// *** // "enlightenment/shelf_custom" +
+ICON("preferences-desktop-shelf-dock","icons/icon_shelf_dock.png")
// *** // "enlightenment/shelf_dock" +
+ICON("preferences-desktop-shelf-menu-bar","icons/icon_shelf_menu_bar.png")
// *** // "enlightenment/shelf_menu_bar" +
+ICON("preferences-desktop-shelf-panel","icons/icon_shelf_panel.png")
// *** // "enlightenment/shelf_panel" +
+ICON("preferences-desktop-shelf-top-desk","icons/icon_shelf_top_desk.png")
// *** // "enlightenment/shelf_top_desk" +
+ICON("preferences-desktop-window-remember","icons/icon_window_remembers.png")
// *** // "enlightenment/window_remembers" +
+
+ICON("preferences-position-bottom","icons/icon_shelf_bottom.png")
// *** // "enlightenment/shelf_position_bottom" +
+ICON("preferences-position-bottom-left","icon_shelf_bottom_left.png")
// *** // "enlightenment/shelf_position_bottom_left" +
+ICON("preferences-position-bottom-right","icons/icon_shelf_bottom_right.png")
// *** // "enlightenment/shelf_position_bottom_right" +
+ICON("preferences-position-top","icons/icon_shelf_top.png")
// *** // "enlightenment/shelf_position_top" +
+ICON("preferences-position-top-left","icons/icon_shelf_top_left.png")
// *** // "enlightenment/shelf_position_top_left" +
+ICON("preferences-position-top-right","icons/icon_shelf_top_right.png")
// *** // "enlightenment/shelf_position_top_right" +
+ICON("preferences-position-left","icons/icon_shelf_left.png")
// *** // "enlightenment/shelf_position_left" +
+ICON("preferences-position-left-top","icons/icon_shelf_left_top.png")
// *** // "enlightenment/shelf_position_left_top" +
+ICON("preferences-position-left-bottom","icons/icon_shelf_left_bottom.png")
// *** // "enlightenment +/shelf_position_left_bottom"
+ICON("preferences-position-right","icons/icon_shelf_right.png")
// *** // "enlightenment/shelf_position_right" +
+ICON("preferences-position-right-top","icons/icon_shelf_right_top.png")
// *** // "enlightenment/shelf_position_right_top" +
+ICON("preferences-position-right-bottom","icons/icon_shelf_right_bottom.png")
// *** // "enlightenment/shelf_position_right_bottom" +
+
+/* End of FreeDesktop.Org icons */
+
+ICONMIME("inode/chardevice","icons/icon_efm_file.png",128)
+ICONMIME("inode/blockdevice","icons/icon_efm_file.png",128)
+ICONMIME("inode/directory-locked","icons/icon_efm_file.png",128)
+ICONMIME("inode/directory","icons/icon_efm_folder.png",128)
+ICONMIME("inode/fifo","icons/icon_efm_file.png",128)
+ICONMIME("inode/socket","icons/icon_efm_file.png",128)
+
+// EFM icons //
+
+#define EFMICON(NAME, FILE, SIZE) \
+group { name: "e/icons/fileman/"NAME; \
+ max: SIZE SIZE; \
+ parts { \
+ part { name: "icon"; \
+ mouse_events: 0; \
+ description { state: "default" 0.0; \
+ aspect: 1.0 1.0; \
+ aspect_preference: BOTH; \
+ image.image: FILE COMP; \
+ image.normal: FILE ; \
+ } \
+ } \
+ } \
+}
+
+//EFMICON("folder","icon_efm_folder.png", 128)
+EFMICON("chrdev","icons/icon_efm_file.png", 128)
+EFMICON("blkdev","icons/icon_efm_file.png", 128)
+EFMICON("fifo","icons/icon_efm_file.png", 128)
+EFMICON("socket","icons/icon_efm_file.png", 128)
+EFMICON("executable","icons/icon_efm_file.png", 128)
+EFMICON("file","icons/icon_efm_file.png", 128)
+//EFMICON("home","icon_efm_home.png", 128)
+//EFMICON("root","icon_efm_root.png", 128)
+//EFMICON("tmp","icon_efm_tmp.png", 128)
+//EFMICON("desktop","icon_efm_desktop.png", 128)
+//EFMICON("hdd","icon_efm_hdd.png", 128)
+//EFMICON("hd","icon_efm_hdd.png", 128)
+
+
+// EFM Mime type icons //
+
+#define MIMEICON(NAME, FILE, SIZE) \
+group { name: "e/icons/fileman/mime/"NAME; \
+ max: SIZE SIZE; \
+ parts { \
+ part { name: "icon"; \
+ mouse_events: 0; \
+ description { state: "default" 0.0; \
+ aspect: 1.0 1.0; \
+ aspect_preference: BOTH; \
+ image.image: FILE COMP; \
+ image.normal: FILE ; \
+ } \
+ } \
+ } \
+}
+
+MIMEICON("application/pdf","icons/icon_mime_pdf.png", 128); // +
+//MIMEICON("application/x-deb","icon_mime_deb.png", 128);
+//MIMEICON("application/x-bzip","icon_mime_package.png", 128);
+//MIMEICON("application/zip","icon_mime_package.png", 128);
+//MIMEICON("application/x-gzip","icon_mime_package.png", 128);
+//MIMEICON("application/x-bzip-compressed-tar","icon_mime_package.png",
128);
+//MIMEICON("application/x-bzip2-compressed-tar","icon_mime_package.png",128);
+//MIMEICON("application/x-compressed-tar","icon_mime_package.png",128);
+//MIMEICON("application/x-tar","icon_mime_package.png", 128);
+//MIMEICON("application/x-rar","icon_mime_package.png", 128);
+
+// Dynamic MIME Icons //
+
+#define MIMEBASE(MIME, FILE, NAME, SIZE) \
+group { name: "e/icons/fileman/mime/"MIME; \
+ max: SIZE SIZE; \
+ parts { \
+ part { name: "base"; \
+ mouse_events: 0; \
+ description { state: "default" 0.0; \
+ aspect: 1.0 1.0; \
+ aspect_preference: BOTH; \
+ image.image: FILE COMP; \
+ image.normal: FILE; \
+ } \
+ } \
+ part { name: "name"; \
+ type: TEXT; \
+ mouse_events: 0; \
+ description { state: "default" 0.0; \
+ rel1.relative: 0.2444 0.6797; \
+ rel2.relative: 0.7478 0.8894; \
+ color: 245 245 245 255; \
+ text { \
+ text: NAME; \
+ font: "Sans:style=Bold"; \
+ size: 4; \
+ fit: 1 1; \
+ min: 1 1; \
+ align: 0.5 0.0; \
+ } \
+ } \
+ } \
+ } \
+}
+
+MIMEBASE("video/mpeg","icons/icon_mime_video_generic.png", ".MPEG", 128);
// +
+MIMEBASE("application/ogg","icons/icon_mime_video_generic.png", ".OGG",
128);
+MIMEBASE("video/x-theora+ogg","icons/icon_mime_video_generic.png", ".OGG",
128);
+MIMEBASE("video/x-msvideo","icons/icon_mime_video_generic.png", ".AVI",
128);
+
+MIMEBASE("image/png","icons/icon_mime_image_generic.png", ".PNG", 128);
+MIMEBASE("image/jpeg","icons/icon_mime_image_generic.png", ".JPEG", 128);
+MIMEBASE("image/gif","icons/icon_mime_image_generic.png", ".GIF", 128);
+MIMEBASE("image/bmp","icons/icon_mime_image_generic.png", ".BMP", 128);
+MIMEBASE("application/x-xcf","icons/icon_mime_image_generic.png", ".XCF",
128);
+
+MIMEBASE("audio/mpeg","icons/icon_mime_audio_generic.png", ".MP3", 128);
+MIMEBASE("audio/x-wav","icons/icon_mime_audio_generic.png", ".WAV", 128);
+MIMEBASE("audio/x-flac","icons/icon_mime_audio_generic.png", ".FLAC", 128);
+MIMEBASE("audio/x-musepack","icons/icon_mime_audio_generic.png", ".MPC",
128);
+
+MIMEBASE("text/css","icons/icon_mime_text_generic.png", ".CSS", 128);
+MIMEBASE("text/html","icons/icon_mime_text_html.png", ".HTML", 128);
+MIMEBASE("text/x-csrc","icons/icon_mime_text_generic.png", ".C", 128);
+MIMEBASE("text/x-chdr","icons/icon_mime_text_generic.png", ".H", 128);
+MIMEBASE("text/x-c++src","icons/icon_mime_text_generic.png", ".C++", 128);
+MIMEBASE("text/x-csharp","icons/icon_mime_text_generic.png", ".C#", 128);
+MIMEBASE("text/x-patch","icons/icon_mime_text_generic.png", ".PATCH", 128);
+MIMEBASE("text/plain","icons/icon_mime_text_generic.png", ".TXT", 128);
+MIMEBASE("application/x-msword","icons/icon_mime_text_generic.png", ".DOC",
128);
+MIMEBASE("application/x-abiword","icons/icon_mime_text_generic.png", ".ABW",
128);
+
+//MIMEBASE("application/x-object","icon_efm_file.png", "", 128);
+//MIMEBASE("application/x-shellscript","icon_applications.png", "", 128);
+
+MIMEBASE("application/x-font-ttf","icons/icon_mime_font_generic.png", ".TTF",
128);
+MIMEBASE("application/x-font-pcf","icons/icon_mime_font_generic.png", ".PCF",
128);
+MIMEBASE("application/x-font-bdf","icons/icon_mime_font_generic.png", ".BDF",
128);
+
Modified: branches/e17/bits/icons.edc
==============================================================================
--- branches/e17/bits/icons.edc (original)
+++ branches/e17/bits/icons.edc Mon Jul 6 12:15:39 2009
@@ -149,9 +149,8 @@
repeat_events: 1; \
description { \
state: "default" 0.0; \
+ min: 24 24; \
max: 24 24; \
- aspect: 1.0 1.0; \
- aspect_preference: BOTH; \
image { \
normal: IMAGE_NAME ; \
} \
Modified: branches/e17/images.edc
==============================================================================
--- branches/e17/images.edc (original)
+++ branches/e17/images.edc Mon Jul 6 12:15:39 2009
@@ -488,70 +488,6 @@
* Contains list of all used icons.
*/
-image: "icon_colors.png" COMP;
-image: "icon_desklock_menu.png" COMP;
-image: "icon_desktops.png" COMP;
-image: "icon_efm_cd.png" COMP;
-image: "icon_efm_copy.png" COMP;
-image: "icon_efm_cut.png" COMP;
-image: "icon_efm_delete.png" COMP;
-image: "icon_efm_desktop.png" COMP;
-image: "icon_efm_file.png" COMP;
-image: "icon_efm_flash.png" COMP;
-image: "icon_efm_folder.png" COMP;
-image: "icon_efm_hdd.png" COMP;
-image: "icon_efm_home.png" COMP;
-image: "icon_efm_open.png" COMP;
-image: "icon_efm_paste.png" COMP;
-image: "icon_efm_properties.png" COMP;
-image: "icon_efm_refresh.png" COMP;
-image: "icon_efm_rename.png" COMP;
-image: "icon_efm_root.png" COMP;
-image: "icon_efm_tmp.png" COMP;
-image: "icon_fonts.png" COMP;
-image: "icon_globe.png" COMP;
-image: "icon_halt.png" COMP;
-image: "icon_hibernate.png" COMP;
-image: "icon_intl.png" COMP;
-image: "icon_keys.png" COMP;
-image: "icon_logout.png" COMP;
-image: "icon_lost_windows.png" COMP;
-image: "icon_mime_audio_generic.png" COMP;
-image: "icon_mime_font_generic.png" COMP;
-image: "icon_mime_image_generic.png" COMP;
-image: "icon_mime_pdf.png" COMP;
-image: "icon_mime_text_generic.png" COMP;
-image: "icon_mime_text_html.png" COMP;
-image: "icon_mime_video_generic.png" COMP;
-image: "icon_mixer.png" COMP;
-image: "icon_mouse_clean.png" COMP;
-image: "icon_mouse.png" COMP;
-image: "icon_new.png" COMP;
-image: "icon_reboot.png" COMP;
-image: "icon_reset.png" COMP;
-image: "icon_run.png" COMP;
-image: "icon_screensaver.png" COMP;
-image: "icon_screen_setup.png" COMP;
-image: "icon_suspend.png" COMP;
-image: "icon_theme.png" COMP;
-image: "icon_wallpaper.png" COMP;
-image: "icon_warning.png" COMP;
-image: "icon_window_manipulation.png" COMP;
-image: "icon_window_remembers.png" COMP;
-image: "icon_winlist.png" COMP;
-
-//~ unconverted
-image: "icons/system-lock-screen.png" COMP;
-image: "icons/dialog-information.png" COMP;
-
-//~ fill and stretch options (screen)
-image: "icons/wallscreen_im0.png" COMP; /* gradient box */
-image: "icons/wallscreen_im1.png" COMP; /* stretch */
-image: "icons/wallscreen_im2.png" COMP; /* center */
-image: "icons/wallscreen_im3.png" COMP; /* fill */
-image: "icons/wallscreen_im4.png" COMP; /* tile */
-image: "icons/wallscreen_im5.png" COMP; /* within */
-
//~ shelf
image: "icons/icon_shelf_bottom_left.png" COMP;
image: "icons/icon_shelf_bottom.png" COMP;
@@ -572,16 +508,6 @@
image: "icons/icon_shelf_panel.png" COMP;
image: "icons/icon_shelf_top_desk.png" COMP;
-//~ custom
-image: "custom/cd_document.png" COMP;
-image: "custom/cd_folder.png" COMP;
-image: "custom/cd_folder_tar.png" COMP;
-image: "custom/cd_font-x-generic.png" COMP;
-image: "custom/cd_gnome-mime-application-pdf.png" COMP;
-image: "custom/cd_image-x-generic.png" COMP;
-image: "custom/cd_text-html.png" COMP;
-image: "custom/cd_text-x-generic.png" COMP;
-
//~ init
image: "icons/preferences-desktop-16.png" COMP;
image: "icons/user-desktop-16.png" COMP;
@@ -590,4 +516,24 @@
image: "icons/icon_efm_dnd_copy.png" COMP;
image: "icons/icon_efm_dnd_ask.png" COMP;
image: "icons/icon_efm_dnd_move.png" COMP;
+image: "icons/icon_efm_cd.png" COMP;
+image: "icons/icon_efm_copy.png" COMP;
+image: "icons/icon_efm_cut.png" COMP;
+image: "icons/icon_efm_delete.png" COMP;
+image: "icons/icon_efm_desktop.png" COMP;
+image: "icons/icon_efm_file.png" COMP;
+image: "icons/icon_efm_flash.png" COMP;
+image: "icons/icon_efm_folder.png" COMP;
+image: "icons/icon_efm_hdd.png" COMP;
+image: "icons/icon_efm_home.png" COMP;
+image: "icons/icon_efm_open.png" COMP;
+image: "icons/icon_efm_paste.png" COMP;
+image: "icons/icon_efm_properties.png" COMP;
+image: "icons/icon_efm_refresh.png" COMP;
+image: "icons/icon_efm_rename.png" COMP;
+image: "icons/icon_efm_root.png" COMP;
+image: "icons/icon_efm_tmp.png" COMP;
+
+//~
+image: "icons/dialog-information.png" COMP;
Modified: branches/e17/main.edc
==============================================================================
--- branches/e17/main.edc (original)
+++ branches/e17/main.edc Mon Jul 6 12:15:39 2009
@@ -46,7 +46,7 @@
#define ENABLE_COLOR_CLASSES 0 /* Work in progress */
//Enable custom icons
-#define ENABLE_CUSTOM_ICONS 0 /* Work in progress */
+//~ #define ENABLE_CUSTOM_ICONS 0 /* Work in progress */
images {
#include "images.edc" /* Includes both icons and regular images */
@@ -86,31 +86,31 @@
collections {
#include "bits/about_detour.edc" /* about this edje */
- #include "bits/about_e.edc" /* about enlightenment */
+ //#include "bits/about_e.edc" /* about enlightenment */
#include "bits/background.edc" /* background group */
//~ #include "bits/battery.edc" /* battery module */
#include "bits/border.edc" /* border group */
#include "bits/button.edc" /* button widget group */
#include "bits/check.edc" /* check widget group */
- #include "bits/clock.edc" /* clock module */
+ //#include "bits/clock.edc" /* clock module */
#include "bits/color_well.edc" /* color well */
#include "bits/configure.edc" /* configure group */
- //~ #include "bits/configure_toolbar.edc" /* configuration toolbar */
+ //#include "bits/configure_toolbar.edc" /* configuration toolbar */
+ //~ #include "bits/conf_edgebindings.edc" /* configure edge bindings */
//~ #include "bits/connman.edc" /* connection manager module*/
//~ #include "bits/cpufreq.edc" /* cpu frequency module */
#include "bits/cslider.edc" /* cslider group */
- #include "bits/desklock.edc" /* desklock group */
+ //#include "bits/desklock.edc" /* desklock group */
#include "bits/deskpreview.edc" /* deskpreview */
#include "bits/dialog.edc" /* dialog group */
- #include "bits/efm_nav.edc" /* extra: efm navigation module */
- #include "bits/efm_toolbar.edc" /* efm toolbar */
+ //#include "bits/efm_nav.edc" /* extra: efm navigation module */
+ //#include "bits/efm_toolbar.edc" /* efm toolbar */
#include "bits/entry.edc" /* entry group */
- #include "bits/exebuf.edc" /* executable buffer popup */
+ //#include "bits/exebuf.edc" /* executable buffer popup */
#include "bits/font_preview.edc" /* hidden */
#include "bits/gadman.edc" /* gadget manager */
#include "bits/frame.edc" /* frame widget group */
#include "bits/ibar.edc" /* ibar & ibox group */
- //~ #include "bits/icons.edc" /* icons definitions */
#include "bits/iconmime.edc" /* icon mime */
#include "bits/ilist.edc" /* icon list */
#include "bits/init.edc" /* init screen */
@@ -132,7 +132,7 @@
#include "bits/spectrum.edc" /* spectrum */
#include "bits/start.edc" /* start menu module */
#include "bits/sys.edc" /* system actions */
- //~ #include "bits/syscon.edc" /* system connection group */
+ #include "bits/syscon.edc" /* system connection group */
#include "bits/tclock.edc" /* extra: tclock module */
//~ #include "bits/temperature.edc" /* temperature module */
#include "bits/textblock.edc" /* textblock definitions group */