Re: [E-devel] E SVN: hermet trunk/elementary/src/lib

2012-04-09 Thread ChunEon Park
Hi. Yes, some part of code may be simplified. I will look at your code later. and will ask you to push it if the change is working well with the last revision. Thank you for picking it. -Regards, Hermet- -Original Message- From: "Gustavo Cha

Re: [E-devel] [Patch][Elementary] Removal of unnecessary comparison statement for list of sub-objects not being NULL in elm_win widget

2012-04-09 Thread Daniel Juyung Seo
Hello Shinwoo, this was already committed by Woohyun Jung. http://trac.enlightenment.org/e/changeset/69972 Thanks. Daniel Juyung Seo (SeoZ) On Tue, Apr 10, 2012 at 9:39 AM, Kim Shinwoo wrote: > Change Description: >   Removed the unnecessary comparison for sub-object list not being > NULL as it

[E-devel] [Patch][Elementary] Removal of unnecessary comparison statement for list of sub-objects not being NULL in elm_win widget

2012-04-09 Thread Kim Shinwoo
Change Description: Removed the unnecessary comparison for sub-object list not being NULL as it has been done already earlier Signed-Off-By: RAJEEV RANJAN elm_win.patch Description: Binary data -- Better than sec? Not

Re: [E-devel] E SVN: hermet trunk/elementary/src/lib

2012-04-09 Thread Gustavo Chaves
On Mon, Apr 9, 2012 at 10:56 AM, Gustavo Chaves wrote: > > > On Fri, Apr 6, 2012 at 3:19 AM, Enlightenment SVN < > no-re...@enlightenment.org> wrote: > >> Log: >> elementary/win - [E-devel] [Patch][Elementary] Patch for elm_win to fix >> the focus chain issue in case of a widget added as a normal

Re: [E-devel] E SVN: hermet trunk/elementary/src/lib

2012-04-09 Thread Gustavo Chaves
On Fri, Apr 6, 2012 at 3:19 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > elementary/win - [E-devel] [Patch][Elementary] Patch for elm_win to fix > the focus chain issue in case of a widget added as a normal sub-object, not > a resizable object > > Current Issue: > Currentl

Re: [E-devel] First look: Qt 5 makes JavaScript a first-class citizen for app development (16 points)

2012-04-09 Thread Gustavo Sverzut Barbieri
On Sun, Apr 8, 2012 at 11:56 PM, Sanjeev BA wrote: > FYI... > > *First look: Qt 5 makes JavaScript a first-class citizen for app > development (16 points)* > HACKER NEWS | APRIL 9, 2012 > http://pulse.me/s/7Y2qH > > The Qt development toolkit is undergoing a major overhaul. The developers > behind

Re: [E-devel] virtualbox GL blacklist

2012-04-09 Thread The Rasterman
On Mon, 9 Apr 2012 11:19:44 +0200 Cedric BAIL said: > On Mon, Apr 9, 2012 at 9:19 AM, Carsten Haitzler wrote: > > On Wed, 4 Apr 2012 11:13:33 +0200 Thanatermesis > > said: > >> E17 segfaults in the first run on virtualbox, when is running the wizard > >> module checking for GL capabilities. > >

Re: [E-devel] [Question][Windows] Shift/Alt/Ctrl key press operation

2012-04-09 Thread The Rasterman
On Mon, 9 Apr 2012 16:59:43 +0900 Kim Shinwoo said: so looking at the code then it needs to TRACK the down state and only send the up IF u get a 2nd down for that key (ie a repeat) so FIRST send the fake up then send the new down. it doesnt do that :( > Yeap, Mr. Vincent is right. The message wh

Re: [E-devel] [Patch][elementary] elc_popup.c - add hide callback

2012-04-09 Thread ChunEon Park
Popup does not need to restack the notify because the layer of notify will be sync with the popup's, evas internally. Consider it later please. -Regards, Hermet- -Original Message- From: "Kim Shinwoo" To: "Enlightenment develo

Re: [E-devel] virtualbox GL blacklist

2012-04-09 Thread Cedric BAIL
On Mon, Apr 9, 2012 at 9:19 AM, Carsten Haitzler wrote: > On Wed, 4 Apr 2012 11:13:33 +0200 Thanatermesis > said: >> E17 segfaults in the first run on virtualbox, when is running the wizard >> module checking for GL capabilities. >> >> The GL of virtualbox seems at this state a bit buggy, it seem

Re: [E-devel] New evas image cache server

2012-04-09 Thread The Rasterman
On Thu, 5 Apr 2012 10:17:42 +0200 Cedric BAIL said: > On Thu, Apr 5, 2012 at 1:29 AM, Gustavo Sverzut Barbieri > wrote: > > On Wed, Apr 4, 2012 at 7:23 PM, Vincent Torri > > wrote: > >> On Wed, Apr 4, 2012 at 7:34 PM, Rafael Antognolli > >> wrote: > >> Some questions : > >>  * what about the C

Re: [E-devel] New evas image cache server

2012-04-09 Thread The Rasterman
On Thu, 5 Apr 2012 14:56:15 -0300 Gustavo Sverzut Barbieri said: > On Thu, Apr 5, 2012 at 6:24 AM, David Seikel wrote: > > On Thu, 5 Apr 2012 19:00:15 +1000 David Seikel > > wrote: > > > >> On Thu, 5 Apr 2012 10:17:42 +0200 Cedric BAIL > >> wrote: > >> > >> > On Thu, Apr 5, 2012 at 1:29 AM, Gu

Re: [E-devel] New evas image cache server

2012-04-09 Thread The Rasterman
On Thu, 5 Apr 2012 06:41:56 +0200 Vincent Torri said: > On Thu, Apr 5, 2012 at 1:29 AM, Gustavo Sverzut Barbieri > wrote: > > > > as for fork()/exec, we asked you what was better to use to help > > Windows. No idea if you recall, but we did ask you as our initial hope > > was to go with "fork()"

Re: [E-devel] [Patch] elm_cnp notify_handler patch

2012-04-09 Thread The Rasterman
On Tue, 03 Apr 2012 18:37:07 +0900 Minseok Kim said: > When pasting data to entry, notify_handler_text sent incorrect string. > Because notify_handler_text received string including garbage value. > Thus I cut string as its data length. this missed freeing the string in if (sel-datacb) {} where

Re: [E-devel] [Question][Windows] Shift/Alt/Ctrl key press operation

2012-04-09 Thread Kim Shinwoo
Yeap, Mr. Vincent is right. The message which I described comes by holding down the key(Shift or Alt). 2012/4/9 Vincent Torri : > On Mon, Apr 9, 2012 at 9:46 AM, Carsten Haitzler wrote: >> On Wed, 4 Apr 2012 19:06:41 +0900 Kim Shinwoo said: >> >>> Thanks for your response, The KEY_DOWN/UP events

Re: [E-devel] [Question][Windows] Shift/Alt/Ctrl key press operation

2012-04-09 Thread Vincent Torri
On Mon, Apr 9, 2012 at 9:46 AM, Carsten Haitzler wrote: > On Wed, 4 Apr 2012 19:06:41 +0900 Kim Shinwoo said: > >> Thanks for your response, The KEY_DOWN/UP events depend on >> implementation of the ecore_win32_event as you know. >> But the message is different between X11 and Windows. When I hol

Re: [E-devel] [Question][Windows] Shift/Alt/Ctrl key press operation

2012-04-09 Thread The Rasterman
On Wed, 4 Apr 2012 19:06:41 +0900 Kim Shinwoo said: > Thanks for your response, The KEY_DOWN/UP events depend on > implementation of the ecore_win32_event as you know. > But the message is different between X11 and Windows. When I hold down > the 'space' key, the message comes as bellows. > >

Re: [E-devel] E SVN: raster trunk/elementary/src/lib

2012-04-09 Thread Michael Blumenkrantz
On Mon, 9 Apr 2012 00:43:21 -0700 "Enlightenment SVN" wrote: > Log: > why strlen wat u are about to ewalk thru anyway WHEN U ALREADY KNOW > THE LENGTH! use actual known length. > > > > Author: raster > Date: 2012-04-09 00:43:21 -0700 (Mon, 09 Apr 2012) > New Revision: 6996

Re: [E-devel] E SVN: woohyun trunk/elementary/src/lib

2012-04-09 Thread The Rasterman
On Mon, 2 Apr 2012 15:22:22 +0900 Daniel Juyung Seo said: actually it should not use strlen() there at all. the fix in svn was even "bad" (though wouldnt have segv'd) > This is wrong. > > Daniel Juyung Seo (SeoZ) > > On Mon, Apr 2, 2012 at 3:20 PM, Sebastian Dransfeld > wrote: > > On 04/02/20

Re: [E-devel] [patch] edje multisense example

2012-04-09 Thread The Rasterman
On Sat, 31 Mar 2012 16:54:55 +0900 Jérôme Pinot said: almost all right. missing adding duck.wav to makefile.am in examples so it passes distcheck :) i added that for you. in svn. tnx! :) > Hi, > > Here is a try to have a working edje multisense example to fill up the > doc blank. edje-multisens

Re: [E-devel] [Patch][elementary] elc_popup.c - add hide callback

2012-04-09 Thread Kim Shinwoo
Thanks for your response. But if the popup is the smart.parent of the notify, it does not change its layer by using the RESTACK callback. Because evas_object_layer_set() returns promptly, if the object has smart.parent. 2012/4/9 ChunEon Park : > Rather than your patch, > I recommend you make the

Re: [E-devel] virtualbox GL blacklist

2012-04-09 Thread The Rasterman
On Wed, 4 Apr 2012 11:13:33 +0200 Thanatermesis said: > E17 segfaults in the first run on virtualbox, when is running the wizard > module checking for GL capabilities. > > The GL of virtualbox seems at this state a bit buggy, it seems to be a kind > of overlay to the real graphic card, it does s