[E-devel] Re: E CVS: apps/entrance atmosphere

2003-12-23 Thread Ibukun Olumuyiwa
Curious - these draggables are cool, but why are the BUTTONS draggable? :)

I also noticed that user eets are also draggable for some reason.

On Tue 23 Dec 2003, [EMAIL PROTECTED] wrote:
> Enlightenment CVS committal
> 
> Author  : atmosphere
> Project : e17
> Module  : apps/entrance
> 
> Dir : e17/apps/entrance/data/themes/taillights
> 
> 
> Modified Files:
>   build_theme.sh taillights.edc 
> 
> 
> Log Message:
> I knew there was a reason those system signals were commented out
> 
> How about we try confirmation dialogs :)
> 
> 
> ===
> RCS file: 
> /cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/build_theme.sh,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -3 -r1.1 -r1.2
> --- build_theme.sh22 Dec 2003 19:43:09 -  1.1
> +++ build_theme.sh23 Dec 2003 14:07:48 -  1.2
> @@ -1,7 +1,8 @@
>  #!/bin/sh
>  THEME="taillights"
> -if [ ! -f $THEME.eet ]; then
> - edje_cc -v -id ./images $THEME.edc $THEME.eet
> +if [ -f $THEME.eet ]; then
> +rm -f $THEME.eet
>  fi
> +edje_cc -v -id ./images $THEME.edc $THEME.eet
>  #edje $THEME.eet
>  #sudo cp -f $THEME.eet /usr/share/entrance/themes/
> ===
> RCS file: 
> /cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/taillights.edc,v
> retrieving revision 1.2
> retrieving revision 1.3
> diff -u -3 -r1.2 -r1.3
> --- taillights.edc22 Dec 2003 23:23:13 -  1.2
> +++ taillights.edc23 Dec 2003 14:07:48 -  1.3
> @@ -84,6 +84,19 @@
>  #if DEBUG
>  #include "parts/debug.edc"
>  #endif
> +
> +/**
> + * provides:
> + * confirmation_reboot_clip
> + * confirmation_reboot_yes
> + * confirmation_reboot_no
> + * 
> + * confirmation_halt_clip
> + * confirmation_halt_yes
> + * confirmation_halt_no
> + *
> + */
> +#include "parts/confirmation_dialog.edc"
>   }
>   programs {
>   program {
> @@ -97,6 +110,17 @@
>  #endif
>  
>  /**
> + * emit signals to entrance related to the system, AFTER the user
> + * clicks "Yes" on the confirmation dialog
> + * Also handle showing/hiding of the confirmation dialogs
> + * 
> + * EntranceSystemHalt
> + * EntranceSystemReboot
> + *
> + */
> +#include "programs/confirmation_dialog_programs.edc"
> +
> +/**
>   * handle EntranceSessionList callbacks:
>   * minimize, show, etc 
>   */
> @@ -121,16 +145,12 @@
>  #include "programs/login_area_programs.edc"
>  
>  /** 
> - * emit signals to entrance, related to the system halting 
> - *
> - * EntranceSystemHalt
> + * provide mouse effects to the power button
>   */
>  #include "programs/power_button_programs.edc"
>  
>  /** 
> - * emit signals to entrance, related to the system rebooting
> - *
> - * EntranceSystemReboot
> + * provide mouse effects to the restart button
>   */
>  #include "programs/restart_button_programs.edc"
>  
> @@ -148,6 +168,7 @@
>* maintain
>*/
>  #include "programs/effects_programs.edc"
> +
>   }
>  }
>  /**
> 
> 
> 
> 
> ---
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> ___
> enlightenment-cvs mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

-- 

Ibukun Olumuyiwa
http://xcomputerman.com

"Wisdom is the principal thing; therefore get wisdom: and with all thy
getting get understanding." - Proverbs 4:7


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Re: E CVS: apps/entrance atmosphere

2003-12-23 Thread Corey Donohoe
* Ibukun Olumuyiwa ([EMAIL PROTECTED]) wrote:
> Curious - these draggables are cool, but why are the BUTTONS draggable? :)
by copying to much stuff from other things, and not testing enough :) 
> 
> I also noticed that user eets are also draggable for some reason.
That's in the container, we should decide whether we should or shouldn't
allow the user list to be reordered.  It wouldn't be very hard to do
support reordering/saving

Sort of related to user lists which raster mentioned once is ldap. We
wouldn't want to populate the user list in entrance with all the users
in the directory (perhaps if we filtered out to a certain group or set
of groups), but would allowing for EntranceFace parts(image or eet) to
be fetched from an ldap directory be worth implementing?  

__
Corey Donohoe
[EMAIL PROTECTED]


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel