Re: [E-devel] [e-users] new module: systray

2009-03-29 Thread Matthew Morgan
 For those that do not read svn commits mail list, I just added a
 systray module to E-MODULES-EXTRA/systray. It is very basic but should
 be able to replace trayer or stalonetray or any other tray you're
 using outside e17.
 
 It is still ugly as it will be presented as a plain/solid color and
 not respect theme image. Theme must provide inset and plain colors
 in order to specify the desired color. By default I used white for
 inset and light gray for plain so it matches black and white (e17
 default). I plan to implement a hack in order to improve this
 situation, but I don't know when I'll make this.
 
 Please report bugs and suggestions.

I like to use knotes, which has a systray icon, so I updated my e17 and
libs to head and built the new module.  My knotes icon doesn't load in
the systray, though.  It still just floats around like it used to.

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] new module: systray

2009-03-25 Thread muzzle
I'm very glad someone finally did this, thank you very much Gustavo.

On Tue, Mar 24, 2009 at 1:16 PM, Downknew Wise downkneww...@gmail.com wrote:
 Well done!!! Now e is more usable!!!

 It works without crashes with my systray apps:
 emesene
 pidgin
 network manager
 and also gnome-do :)

Hi, just a quick off-topic suggestion: I've found that the e17 execute
panel is as an acceptable gnome-do replacement (at least for launching
other apps), so I just bound it to win-space and got rid of gnome-do.
Has someone tried it? Do you like it? Do you e17 hackers think it
would be possible/desirable to extend the execute-panel to have search
capabilities like gnome-do?

Cheers,

Emme



 2009/3/23 Gustavo Sverzut Barbieri barbi...@profusion.mobi

 For those that do not read svn commits mail list, I just added a
 systray module to E-MODULES-EXTRA/systray. It is very basic but should
 be able to replace trayer or stalonetray or any other tray you're
 using outside e17.

 It is still ugly as it will be presented as a plain/solid color and
 not respect theme image. Theme must provide inset and plain colors
 in order to specify the desired color. By default I used white for
 inset and light gray for plain so it matches black and white (e17
 default). I plan to implement a hack in order to improve this
 situation, but I don't know when I'll make this.

 Please report bugs and suggestions.

 --
 Gustavo Sverzut Barbieri
 http://profusion.mobi embedded systems
 --
 MSN: barbi...@gmail.com
 Skype: gsbarbieri
 Mobile: +55 (19) 9225-2202


 --
 Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
 powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
 easily build your RIAs with Flex Builder, the Eclipse(TM)based development
 software that enables intelligent coding and step-through debugging.
 Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
 ___
 enlightenment-users mailing list
 enlightenment-us...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

 --
 Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
 powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
 easily build your RIAs with Flex Builder, the Eclipse(TM)based development
 software that enables intelligent coding and step-through debugging.
 Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] new module: systray

2009-03-25 Thread Gustavo Sverzut Barbieri
On Wed, Mar 25, 2009 at 5:48 AM, muzzle muz...@gmail.com wrote:
 I'm very glad someone finally did this, thank you very much Gustavo.

 On Tue, Mar 24, 2009 at 1:16 PM, Downknew Wise downkneww...@gmail.com wrote:
 Well done!!! Now e is more usable!!!

 It works without crashes with my systray apps:
 emesene
 pidgin
 network manager
 and also gnome-do :)

 Hi, just a quick off-topic suggestion: I've found that the e17 execute
 panel is as an acceptable gnome-do replacement (at least for launching
 other apps), so I just bound it to win-space and got rid of gnome-do.
 Has someone tried it? Do you like it? Do you e17 hackers think it
 would be possible/desirable to extend the execute-panel to have search
 capabilities like gnome-do?

execute panel = execbuf (run command...)? If so I already know of
some students willing to implement an idea to have execbuf plugins in
the same fashion of kde4 krunner, you'd call plugins to match
strings and report results asynchronously, so you could do calc (= 1 +
2 - shows =3), google queries, amarok/rhythmbox search, query
firefox sqlite db and much more. I forgot to write these ideas on GSoC
page, but someone could do and seems like a good plan.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] new module: systray

2009-03-24 Thread Downknew Wise
Well done!!! Now e is more usable!!!

It works without crashes with my systray apps:
emesene
pidgin
network manager
and also gnome-do :)


2009/3/23 Gustavo Sverzut Barbieri barbi...@profusion.mobi

 For those that do not read svn commits mail list, I just added a
 systray module to E-MODULES-EXTRA/systray. It is very basic but should
 be able to replace trayer or stalonetray or any other tray you're
 using outside e17.

 It is still ugly as it will be presented as a plain/solid color and
 not respect theme image. Theme must provide inset and plain colors
 in order to specify the desired color. By default I used white for
 inset and light gray for plain so it matches black and white (e17
 default). I plan to implement a hack in order to improve this
 situation, but I don't know when I'll make this.

 Please report bugs and suggestions.

 --
 Gustavo Sverzut Barbieri
 http://profusion.mobi embedded systems
 --
 MSN: barbi...@gmail.com
 Skype: gsbarbieri
 Mobile: +55 (19) 9225-2202


 --
 Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
 powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
 easily build your RIAs with Flex Builder, the Eclipse(TM)based development
 software that enables intelligent coding and step-through debugging.
 Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
 ___
 enlightenment-users mailing list
 enlightenment-us...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] new module: systray

2009-03-24 Thread Luca De Marini
Yeah, amazing work and a great step forward for the usability of E ;)

Luca D.M.

2009/3/24 Downknew Wise downkneww...@gmail.com

 Well done!!! Now e is more usable!!!

 It works without crashes with my systray apps:
 emesene
 pidgin
 network manager
 and also gnome-do :)


 2009/3/23 Gustavo Sverzut Barbieri barbi...@profusion.mobi

  For those that do not read svn commits mail list, I just added a
  systray module to E-MODULES-EXTRA/systray. It is very basic but should
  be able to replace trayer or stalonetray or any other tray you're
  using outside e17.
 
  It is still ugly as it will be presented as a plain/solid color and
  not respect theme image. Theme must provide inset and plain colors
  in order to specify the desired color. By default I used white for
  inset and light gray for plain so it matches black and white (e17
  default). I plan to implement a hack in order to improve this
  situation, but I don't know when I'll make this.
 
  Please report bugs and suggestions.
 
  --
  Gustavo Sverzut Barbieri
  http://profusion.mobi embedded systems
  --
  MSN: barbi...@gmail.com
  Skype: gsbarbieri
  Mobile: +55 (19) 9225-2202
 
 
 
 --
  Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
  powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
  easily build your RIAs with Flex Builder, the Eclipse(TM)based
 development
  software that enables intelligent coding and step-through debugging.
  Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
  ___
  enlightenment-users mailing list
  enlightenment-us...@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 

 --
 Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
 powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
 easily build your RIAs with Flex Builder, the Eclipse(TM)based development
 software that enables intelligent coding and step-through debugging.
 Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel