A fix for pager names. Still broken tho. The dialog to turn names on/off needs to work with the gadget itself AND in the paper popup. Seems code related.

SVN revision: 40416
This commit is contained in:
toma 2009-04-27 15:33:00 +00:00 committed by toma
parent d03f114f73
commit b455d7316a
1 changed files with 14 additions and 5 deletions

View File

@ -2,9 +2,9 @@
// Add group{} locations to all sections. eg. "widget/preview" is found in Wallpaper selector" // Add group{} locations to all sections. eg. "widget/preview" is found in Wallpaper selector"
// Icons: // Icons:
// EFM - All popup icons ... eg, paste copy delete properties // EFM - All popup icons ... eg, paste copy delete properties
// EFM - folders (perhaps?), dynamic mime icons // Icons for Menus modules
// Add Warning Icon to delete confirm dialog in EFM // Icon for Edge Bindings
// Icons for Menus modules (Why do I keep finding myself more work?) // Icon for Modes?
// //
/* /*
@ -7500,6 +7500,14 @@ collections { /* begin the collection of edje groups that are in this file */
color: 255 255 255 255; color: 255 255 255 255;
} }
} }
part { name: "over3";
type: RECT;
mouse_events: 1;
description { state: "default" 0.0;
visible: 1;
color: 255 255 255 0;
}
}
} }
programs { programs {
program { name: "on"; program { name: "on";
@ -7555,14 +7563,14 @@ collections { /* begin the collection of edje groups that are in this file */
program { name: "name_show"; program { name: "name_show";
signal: "mouse,in"; signal: "mouse,in";
source: "mouse_over"; source: "over3";
action: STATE_SET "active" 0.0; action: STATE_SET "active" 0.0;
transition: SINUSOIDAL 0.1; transition: SINUSOIDAL 0.1;
target: "e.text.label"; target: "e.text.label";
} }
program { name: "name_hide"; program { name: "name_hide";
signal: "mouse,out"; signal: "mouse,out";
source: "mouse_over"; source: "over3";
action: STATE_SET "default" 0.0; action: STATE_SET "default" 0.0;
transition: SINUSOIDAL 0.2; transition: SINUSOIDAL 0.2;
target: "e.text.label"; target: "e.text.label";
@ -23048,6 +23056,7 @@ ICON("view-inherit","icon_dummy.png",64) // *** // EFMBUTTON("in
//Standard Status Icons //Standard Status Icons
ICON("dialog-warning","icon_warning.png",128) // "enlightenment/warning" ICON("dialog-warning","icon_warning.png",128) // "enlightenment/warning"
ICON("dialog-error","icon_warning.png",128) // "enlightenment/error" ICON("dialog-error","icon_warning.png",128) // "enlightenment/error"
ICON("dialog-ask","icon_dummy.png",64) // "enlightenment/unknown"
ICON("unknown","icon_dummy.png",64) // *** // "enlightenment/unknown" ICON("unknown","icon_dummy.png",64) // *** // "enlightenment/unknown"
//Standard Application Icons //Standard Application Icons