Re: [E-devel] [PATCH] efm_path module improvement

2009-06-06 Thread Sergey Semernin
Hello, Gustavo. In message from 7 июня 2009 Gustavo Sverzut Barbieri wrote: > sorry taking so late, but I thought somebody else applied your patch. > Now in svn! You missed new efm_path/images subdir. I was added it because I add 'clear' and 'go' buttons to theme. Also, earlier, I published pa

Re: [E-devel] [PATCH] efm2 hal handling API - full changes

2009-06-06 Thread Sergey Semernin
Hello, All. In message from 7 июня 2009 Gustavo Sverzut Barbieri wrote: > In svn, but I noticed that ejecting my ipod will not make its icon > disappear from efm window. Have'nt iPod now, but other mp3-players, such as Creative Zen ejecting and icon removing correctly... Maybe reason is in HAL

Re: [E-devel] fm2 preview plugin

2009-06-06 Thread Gustavo Sverzut Barbieri
On Tue, Jun 2, 2009 at 2:42 AM, Sergey Semernin wrote: > Hello, All. > > What kind of fm2 preview plugin is mean? Well, if you refer to Release item, it's a very minor stuff and is very costly (large amount of code) to do, so I'd postpone it as much as possible, maybe someone will do it as SoC ano

Re: [E-devel] [PATCH] efm2 hal handling API - full changes

2009-06-06 Thread Gustavo Sverzut Barbieri
In svn, but I noticed that ejecting my ipod will not make its icon disappear from efm window. On Thu, May 28, 2009 at 6:14 AM, Sergey Semernin wrote: > Hello, All. > > This patch contains all my previous modifications efm2 HAL API > (patch from 22/05/09 named 0010-patch-efm-hal-api). > So, this pa

Re: [E-devel] [PATCH] Bug in calculating gadget pop-up position (only in xinerama configuration)

2009-06-06 Thread Gustavo Sverzut Barbieri
in svn, thanks. 2009/5/20 manio : > Hi > I found strange behavior in my configuration (xinerama - two screens with > two zones). When i select a Enlightenment->Restart from menu the popups for > gadgets on desktop doesn't appear or appear wrongly. After some time i've > found that this depends on

Re: [E-devel] exebuf not executing what it should (patch)

2009-06-06 Thread Gustavo Sverzut Barbieri
in svn, thanks. On Tue, May 19, 2009 at 5:07 AM, Tomasz Kontusz wrote: > It looks like this message never mader it to the list, so: > > Hello everyone! > Run Command (module exebuf in e) was acting strange for me. I > have .desktops for Firefox and Firefox - Safe mode (well, at least a > menu entr

Re: [E-devel] [PATCH] efm_path module improvement

2009-06-06 Thread Gustavo Sverzut Barbieri
sorry taking so late, but I thought somebody else applied your patch. Now in svn! On Tue, May 12, 2009 at 8:28 AM, Sergey P. Semernin wrote: > Hello, All! > > Some improvements on efm_path module: >    1. fixed "Location:" label sizing, >    2. added button to clear path entry, >    3. added butto

Re: [E-devel] [patch] expand efreet_uri to handle full uri authority

2009-06-06 Thread Gustavo Sverzut Barbieri
On Thu, May 7, 2009 at 11:30 AM, Viktor Kojouharov wrote: > Hi, > > This patch adds a bunch of tests related to efreet_uri, and enabled > parsing of usernames/passwords/ports along with the rest of the uri > scheme. the encode itself has also been updated to support all of this. > > I wasn't exactl

Re: [E-devel] [PATCH] Ecore timer - bug adding a timer from an idler finished

2009-06-06 Thread Gustavo Sverzut Barbieri
in svn. On Thu, Jun 4, 2009 at 11:15 AM, Rafael Antognolli wrote: > Hi guys, > > I've just found a bug when you try to add a timer from inside an idler > that that is finishing. Attached is a test case that exemplifies the > error (in python, but the error appeared to me in C), and a patch to > fi

Re: [E-devel] Update Eve according to the new WebKit/Efl API

2009-06-06 Thread Gustavo Sverzut Barbieri
commited, thanks. 2009/6/3 André Pedralho : > Hi all, > > follows two patches that allow Eve to run using the newest WebKit/Efl API. > > The first one just changes the names of some vars (all of them > regarding the load progress feature). > > The second one removes the keyboard and mouse feed fun

Re: [E-devel] Error in site packages.enlightenment.org

2009-06-06 Thread Gustavo Sverzut Barbieri
fixed, thanks. On Sat, Jun 6, 2009 at 4:47 AM, Diogo Dutra wrote: > Hi guys, in the site have a little error: > """ > sudo apt-get add repo.key > > or > su root > apt-get add repo.key > """ > It is apt-key and not apt-get, must be: > > sudo apt-key add repo.key > > or > su root > apt-key add repo.

Re: [E-devel] build error of eina when configuring with --disable-magic-debug

2009-06-06 Thread Gustavo Sverzut Barbieri
On Sat, Jun 6, 2009 at 9:32 AM, Albin Tonnerre wrote: > On Sat, Jun 06, 2009 at 02:05:11PM +0200, Vincent Torri wrote : >> >> Hey, >> >> there is an error when configuring eina with --disable-magic-debug. >> Indeed, in that case, eina_magic_string_init is defined to : >> >> do {} while(0) >> >> and

Re: [E-devel] [PATCH] Fix eina build error with --disable-magic-debug, unified patch for my yesterday patches

2009-06-06 Thread Vincent Torri
On Sat, 6 Jun 2009, Cedric BAIL wrote: On Sat, Jun 6, 2009 at 7:42 PM, Peter Wehrfritz wrote: Cedric BAIL schrieb: On Sat, Jun 6, 2009 at 5:48 PM, Albin Tonnerre wrote: On Sat, Jun 06, 2009 at 12:12:49PM -0300, Andre Dieb wrote : This patch contains my other two previous patches:   - [P

Re: [E-devel] [PATCH] Fix eina build error with --disable-magic-debug, unified patch for my yesterday patches

2009-06-06 Thread Albin Tonnerre
On Sat, Jun 06, 2009 at 08:12:23PM +0200, Cedric BAIL wrote : > On Sat, Jun 6, 2009 at 7:43 PM, Albin Tonnerre > wrote: > > On Sat, Jun 06, 2009 at 07:20:39PM +0200, Cedric BAIL wrote : > >> On Sat, Jun 6, 2009 at 5:48 PM, Albin Tonnerre > >> wrote: > >> > On Sat, Jun 06, 2009 at 12:12:49PM -0300

Re: [E-devel] [PATCH] Fix eina build error with --disable-magic-debug, unified patch for my yesterday patches

2009-06-06 Thread Cedric BAIL
On Sat, Jun 6, 2009 at 7:43 PM, Albin Tonnerre wrote: > On Sat, Jun 06, 2009 at 07:20:39PM +0200, Cedric BAIL wrote : >> On Sat, Jun 6, 2009 at 5:48 PM, Albin Tonnerre >> wrote: >> > On Sat, Jun 06, 2009 at 12:12:49PM -0300, Andre Dieb wrote : >> >> This patch contains my other two previous patche

Re: [E-devel] [PATCH] Fix eina build error with --disable-magic-debug, unified patch for my yesterday patches

2009-06-06 Thread Cedric BAIL
On Sat, Jun 6, 2009 at 7:42 PM, Peter Wehrfritz wrote: > Cedric BAIL schrieb: >> On Sat, Jun 6, 2009 at 5:48 PM, Albin Tonnerre >> wrote: >>> On Sat, Jun 06, 2009 at 12:12:49PM -0300, Andre Dieb wrote : >>> This patch contains my other two previous patches:   - [PATCH] Fix eina

Re: [E-devel] [PATCH] Fix eina build error with --disable-magic-debug, unified patch for my yesterday patches

2009-06-06 Thread Peter Wehrfritz
Cedric BAIL schrieb: > On Sat, Jun 6, 2009 at 5:48 PM, Albin Tonnerre > wrote: > >> On Sat, Jun 06, 2009 at 12:12:49PM -0300, Andre Dieb wrote : >> >>> This patch contains my other two previous patches: >>> >>>- [PATCH] Fix eina mempool leak, init error handling, remove consumed >>>

Re: [E-devel] [PATCH] Fix eina build error with --disable-magic-debug, unified patch for my yesterday patches

2009-06-06 Thread Albin Tonnerre
On Sat, Jun 06, 2009 at 07:20:39PM +0200, Cedric BAIL wrote : > On Sat, Jun 6, 2009 at 5:48 PM, Albin Tonnerre > wrote: > > On Sat, Jun 06, 2009 at 12:12:49PM -0300, Andre Dieb wrote : > >> This patch contains my other two previous patches: > >> > >>    - [PATCH] Fix eina mempool leak, init error

Re: [E-devel] [PATCH] Fix eina build error with --disable-magic-debug, unified patch for my yesterday patches

2009-06-06 Thread Cedric BAIL
On Sat, Jun 6, 2009 at 5:48 PM, Albin Tonnerre wrote: > On Sat, Jun 06, 2009 at 12:12:49PM -0300, Andre Dieb wrote : >> This patch contains my other two previous patches: >> >>    - [PATCH] Fix eina mempool leak, init error handling, remove consumed >>    TODO msg >>    - [PATCH] Add checks to eina

Re: [E-devel] [PATCH] Fix eina build error with --disable-magic-debug, unified patch for my yesterday patches

2009-06-06 Thread Andre Dieb
I agree. But maybe we can have more thoughts on this. Anyone? On Sat, Jun 6, 2009 at 12:48 PM, Albin Tonnerre wrote: > On Sat, Jun 06, 2009 at 12:12:49PM -0300, Andre Dieb wrote : > > This patch contains my other two previous patches: > > > >- [PATCH] Fix eina mempool leak, init error handli

Re: [E-devel] [PATCH] Fix eina build error with --disable-magic-debug, unified patch for my yesterday patches

2009-06-06 Thread Albin Tonnerre
On Sat, Jun 06, 2009 at 12:12:49PM -0300, Andre Dieb wrote : > This patch contains my other two previous patches: > >- [PATCH] Fix eina mempool leak, init error handling, remove consumed >TODO msg >- [PATCH] Add checks to eina_module_new > > Also fixes the build error with --disable-m

[E-devel] [PATCH] Fix eina build error with --disable-magic-debug, unified patch for my yesterday patches

2009-06-06 Thread Andre Dieb
This patch contains my other two previous patches: - [PATCH] Fix eina mempool leak, init error handling, remove consumed TODO msg - [PATCH] Add checks to eina_module_new Also fixes the build error with --disable-magic-debug. -- André Dieb Martins Embedded Systems and Pervasive Comput

Re: [E-devel] build error of eina when configuring with --disable-magic-debug

2009-06-06 Thread Albin Tonnerre
On Sat, Jun 06, 2009 at 02:05:11PM +0200, Vincent Torri wrote : > > Hey, > > there is an error when configuring eina with --disable-magic-debug. > Indeed, in that case, eina_magic_string_init is defined to : > > do {} while(0) > > and putting that in a if() is not that good. > The same goes

[E-devel] build error of eina when configuring with --disable-magic-debug

2009-06-06 Thread Vincent Torri
Hey, there is an error when configuring eina with --disable-magic-debug. Indeed, in that case, eina_magic_string_init is defined to : do {} while(0) and putting that in a if() is not that good. I don't know the best way to fix that. Imho, we should implement the function, which returns 1 if

[E-devel] Error in site packages.enlightenment.org

2009-06-06 Thread Diogo Dutra
Hi guys, in the site have a little error: """ sudo apt-get add repo.key or su root apt-get add repo.key """ It is apt-key and not apt-get, must be: sudo apt-key add repo.key or su root apt-key add repo.key -- === Diogo Dutra Albuquerque Meu Curriculum Lattes: http://latte