hmm well those are two separate types of notifications then. the first type you mentioned (battery) is an internal e_popup, while the second is a dbus notification through the notification module. so we can have separate handling for those pretty easily imo since their sources are different. but I see your point, this may require some more fine-grained tuning
On Tue, Oct 2, 2012 at 10:09 AM, Sebastian Dransfeld <[email protected]>wrote: > On 10/02/2012 10:57 AM, Michael Blumenkrantz wrote: > > nice change. > > > > imo the solution here is just to make it configurable for the > notification > > module whether you are able to have popups above fullscreen windows > > (default is no). any external popups we can just set to below fullscreen > > always. > > The problem is that it's not either or. I would like to get a > notification that my battery is about to run out, but not that I have a > new mail, f.ex. > > S. > > > > > > On Tue, Oct 2, 2012 at 9:54 AM, Enlightenment SVN < > > [email protected]> wrote: > > > >> Log: > >> e: cleanup layer handling > >> > >> It seems people put random numbers as layers, so it is better to > define > >> available layer numbers. > >> > >> This patch also puts popups below fullscreen windows, as it sucks to > get > >> popups during presentations. A better solution is maybe to put popups > >> above fullscreen, but have a presentation mode to put fullscreen > windows > >> above popups? > >> > >> Author: englebass > >> Date: 2012-10-02 01:54:35 -0700 (Tue, 02 Oct 2012) > >> New Revision: 77293 > >> Trac: http://trac.enlightenment.org/e/changeset/77293 > >> > >> Modified: > >> trunk/e/src/bin/e_border.c trunk/e/src/bin/e_border.h > >> trunk/e/src/bin/e_container.c trunk/e/src/bin/e_container.h > >> trunk/e/src/bin/e_desklock.c trunk/e/src/bin/e_dnd.c > >> trunk/e/src/bin/e_dnd.h trunk/e/src/bin/e_gadcon_popup.c > >> trunk/e/src/bin/e_grab_dialog.c trunk/e/src/bin/e_hints.c > >> trunk/e/src/bin/e_int_border_menu.c trunk/e/src/bin/e_int_shelf_config.c > >> trunk/e/src/bin/e_moveresize.c trunk/e/src/bin/e_popup.c > >> trunk/e/src/bin/e_popup.h trunk/e/src/bin/e_remember.c > >> trunk/e/src/bin/e_shelf.c trunk/e/src/bin/e_shelf.h > trunk/e/src/bin/e_win.c > >> trunk/e/src/bin/e_win.h trunk/e/src/bin/e_zone.c > trunk/e/src/bin/e_zone.h > >> trunk/e/src/modules/conf_display/e_int_config_display.c > >> trunk/e/src/modules/conf_edgebindings/e_int_config_edgebindings.c > >> trunk/e/src/modules/everything/evry.c > >> trunk/e/src/modules/gadman/e_mod_gadman.c > >> trunk/e/src/modules/notification/e_mod_popup.c > >> trunk/e/src/modules/pager/e_mod_main.c > >> trunk/e/src/modules/syscon/e_syscon.c > >> trunk/e/src/modules/tiling/e_mod_tiling.c > >> trunk/e/src/modules/winlist/e_winlist.c > >> trunk/e/src/modules/wizard/e_wizard.c > >> > > > ------------------------------------------------------------------------------ > > Don't let slow site performance ruin your business. Deploy New Relic APM > > Deploy New Relic app performance management and know exactly > > what is happening inside your Ruby, Python, PHP, Java, and .NET app > > Try New Relic at no cost today and get our sweet Data Nerd shirt too! > > http://p.sf.net/sfu/newrelic-dev2dev > > _______________________________________________ > > enlightenment-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > > > ------------------------------------------------------------------------------ > Don't let slow site performance ruin your business. Deploy New Relic APM > Deploy New Relic app performance management and know exactly > what is happening inside your Ruby, Python, PHP, Java, and .NET app > Try New Relic at no cost today and get our sweet Data Nerd shirt too! > http://p.sf.net/sfu/newrelic-dev2dev > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
