Better icons.

Add a "checking" state to show it's doing something.


SVN revision: 23446
master
Christopher Michael 18 years ago
parent 008ccca44d
commit c2dd83f97c
  1. BIN
      checking.png
  2. 3
      e_mod_main.c
  3. 20
      mail.edc
  4. BIN
      module.eap
  5. BIN
      module_icon.png
  6. BIN
      newmail.png

Binary file not shown.

@ -490,6 +490,9 @@ _mail_cb_check(void *data)
ci = _mail_config_item_get(inst->gcc->id);
if (!ci->boxes) return 1;
edje_object_signal_emit(inst->mail->mail_obj, "check_mail", "");
for (l = ci->boxes; l; l = l->next)
{
Config_Box *cb;

@ -6,6 +6,7 @@ images
{
image: "module_icon.png" COMP;
image: "newmail.png" COMP;
image: "checking.png" COMP;
}
collections
@ -50,7 +51,16 @@ collections
{
normal: "newmail.png";
}
}
}
description
{
state: "checking" 0.0;
inherit: "default" 0.0;
image
{
normal: "checking.png";
}
}
}
part
{
@ -129,6 +139,14 @@ collections
transition: SINUSOIDAL 0.5;
target: "logo";
}
program
{
name: "go_check";
signal: "check_mail";
action: STATE_SET "checking" 0.0;
transition: SINUSOIDAL 0.5;
target: "logo";
}
program
{
name: "go_no";

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save