Whitespace be gone

SVN revision: 37027
This commit is contained in:
toma 2008-10-23 13:53:49 +00:00 committed by toma
parent 8699403c1e
commit 9c7946d77e
1 changed files with 25 additions and 26 deletions

View File

@ -5,7 +5,6 @@
// - ilist e.swallow.icon should use e_ilist_icon_size_set to make a dummy box // - ilist e.swallow.icon should use e_ilist_icon_size_set to make a dummy box
// to compensate when there is no icon there. // to compensate when there is no icon there.
// - Make ibox/ibar use data.item: "selectraise" "on"; so it can do zooms correctly // - Make ibox/ibar use data.item: "selectraise" "on"; so it can do zooms correctly
//
// //
/* /*
@ -36,10 +35,10 @@
* replacement you will need to methodically go through all of this file * replacement you will need to methodically go through all of this file
* and make sure you have replaced/provided everything here. * and make sure you have replaced/provided everything here.
*/ */
/* Specturm used in all the gradient icons /* Specturm used in all the gradient icons
* This needs to be defined outside of the collections * This needs to be defined outside of the collections
* *
* FIXME: this is bad. namespacing! FIXME! * FIXME: this is bad. namespacing! FIXME!
*/ */
spectra { spectra {
@ -458,7 +457,7 @@ collections { /* begin the collection of edje groups that are in this file */
} }
part { name: "e.text.title"; /* this is a text part - the black part { name: "e.text.title"; /* this is a text part - the black
* text on the white title top image */ * text on the white title top image */
type: TEXT; type: TEXT;
mouse_events: 0; mouse_events: 0;
scale: 1; /* allow this part to scale by a scale factor (dpi) */ scale: 1; /* allow this part to scale by a scale factor (dpi) */
description { state: "default" 0.0; description { state: "default" 0.0;
@ -5352,7 +5351,7 @@ collections { /* begin the collection of edje groups that are in this file */
} }
} }
} }
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
/*** MENUS ***/ /*** MENUS ***/
/* this is the background for all menus. it also may optionally display a /* this is the background for all menus. it also may optionally display a
@ -6488,9 +6487,9 @@ collections { /* begin the collection of edje groups that are in this file */
public message(Msg_Type:type, id, ...) { public message(Msg_Type:type, id, ...) {
if ((type == MSG_INT_SET) && (id == 0)) { if ((type == MSG_INT_SET) && (id == 0)) {
new sig; new sig;
sig = getarg(2); sig = getarg(2);
if (sig <= 0) if (sig <= 0)
run_program(PROGRAM:"sig_none"); run_program(PROGRAM:"sig_none");
else if (sig < 33) else if (sig < 33)
@ -11882,7 +11881,7 @@ collections { /* begin the collection of edje groups that are in this file */
} }
} }
} }
} }
programs { programs {
program { name: "go1"; program { name: "go1";
@ -20797,7 +20796,7 @@ group { name: "e/toolbar/default/base";
} }
} }
} }
// FIXME: add e.button.next.label, e.button.back.label, // FIXME: add e.button.next.label, e.button.back.label,
// e.text.title, e.swallow.content // e.text.title, e.swallow.content
// FIXME: add programs that: // FIXME: add programs that:
// action: SIGNAL_EMIT "e,action,back" ""; // action: SIGNAL_EMIT "e,action,back" "";
@ -21184,7 +21183,7 @@ group { name: "e/toolbar/default/base";
target: "e.textblock.about"; target: "e.textblock.about";
after: "showa"; after: "showa";
} }
program { name: "showb"; program { name: "showb";
signal: "show"; signal: "show";
source: ""; source: "";
@ -21198,7 +21197,7 @@ group { name: "e/toolbar/default/base";
target: "e.textblock.authors"; target: "e.textblock.authors";
after: "showb"; after: "showb";
} }
program { program {
name: "button_click"; name: "button_click";
signal: "mouse,down,1"; signal: "mouse,down,1";
@ -21400,7 +21399,7 @@ group { name: "e/toolbar/default/base";
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
/*** ICONS ***/ /*** ICONS ***/
/* /*
TODO: Icons (redo) TODO: Icons (redo)
EFM buttons. (Use same icon style as border icons). EFM buttons. (Use same icon style as border icons).
@ -21759,9 +21758,9 @@ MIMEBASE("application/x-font-pcf","icon_mime_font_generic.png", ".PCF", 128);
MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
// Custom icons with actions or specific behaviours // Custom icons with actions or specific behaviours
images { images {
image: "icon_wallpaper_center_flat.png" COMP; image: "icon_wallpaper_center_flat.png" COMP;
image: "icon_wallpaper_center.png" COMP; image: "icon_wallpaper_center.png" COMP;
image: "icon_wallpaper_screen.png" COMP; image: "icon_wallpaper_screen.png" COMP;
@ -22085,14 +22084,14 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
image: "busy-8.png" COMP; image: "busy-8.png" COMP;
image: "busy-9.png" COMP; image: "busy-9.png" COMP;
} }
script { script {
public is_ready; public is_ready;
public do_end; public do_end;
} }
parts { parts {
/* splash is fullscreen so we want a background of some sort. we have /* splash is fullscreen so we want a background of some sort. we have
* taken the default desktop wallpaper here as it should look nice */ * taken the default desktop wallpaper here as it should look nice */
part { part {
name: "background_image"; name: "background_image";
description { description {
state: "default" 0.0; state: "default" 0.0;
@ -22131,7 +22130,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
// } // }
// } // }
part { part {
name: "e.text.title"; name: "e.text.title";
type: TEXT; type: TEXT;
effect: SOFT_SHADOW; effect: SOFT_SHADOW;
@ -22161,7 +22160,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
} }
} }
} }
part { part {
name: "e.text.version"; name: "e.text.version";
type: TEXT; type: TEXT;
effect: SOFT_SHADOW; effect: SOFT_SHADOW;
@ -22188,7 +22187,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
} }
} }
} }
part { part {
name: "e.text.status"; name: "e.text.status";
type: TEXT; type: TEXT;
effect: SOFT_SHADOW; effect: SOFT_SHADOW;
@ -22214,11 +22213,11 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
size: 10; size: 10;
min: 1 1; min: 1 1;
align: 0.5 0.5; align: 0.5 0.5;
text_class: "init_text"; text_class: "init_text";
} }
} }
} }
part { part {
name: "e.text.disable_text"; name: "e.text.disable_text";
type: TEXT; type: TEXT;
effect: SOFT_SHADOW; effect: SOFT_SHADOW;
@ -22246,7 +22245,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
} }
} }
} }
part { part {
name: "disable_check"; name: "disable_check";
mouse_events: 0; mouse_events: 0;
description { description {
@ -22405,7 +22404,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
name: "ready"; name: "ready";
script { script {
new val; new val;
val = get_int(do_end); val = get_int(do_end);
if (val == 1) if (val == 1)
run_program(PROGRAM:"done2"); run_program(PROGRAM:"done2");
@ -22420,7 +22419,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
source: "e"; source: "e";
script { script {
new val; new val;
val = get_int(is_ready); val = get_int(is_ready);
if (val == 1) if (val == 1)
run_program(PROGRAM:"done2"); run_program(PROGRAM:"done2");
@ -22482,7 +22481,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
group { group {
name: "e/init/extra_screen"; name: "e/init/extra_screen";
parts { parts {
part { part {
name: "background_image"; name: "background_image";
description { description {
state: "default" 0.0; state: "default" 0.0;