Re: [E-devel] TO:Vincent. PROBLEMS when setting on Windows

2012-08-27 Thread Cedric BAIL
On Mon, Aug 27, 2012 at 2:50 PM, Vincent Torri vincent.to...@gmail.com wrote:
 On Mon, Aug 27, 2012 at 7:46 AM, Cedric BAIL cedric.b...@free.fr wrote:
 On Mon, Aug 27, 2012 at 2:27 PM, Vincent Torri vincent.to...@gmail.com 
 wrote:
 On Mon, Aug 27, 2012 at 7:18 AM, Cedric BAIL cedric.b...@free.fr wrote:
 On Mon, Aug 27, 2012 at 2:05 PM, Vincent Torri vincent.to...@gmail.com 
 wrote:
 On Mon, Aug 27, 2012 at 6:58 AM, ChunEon Park her...@naver.com wrote:
 It doesn't  mean I would not work for windows port.

 I just wanna investigate  more efficient ways before starting it.

 Cedric also suggested the http://code.google.com/p/angleproject/ for 
 windows port.

 the opengl engine need almost no work. Just port evas_x_main.c (in
 gl_x11). You can use the old gl engine i wrote (i already sent you the
 link some months ago). No need for Angle at all.

 Angle could be useful for the case where you have a working Direct3d
 driver, but no descent OpenGL driver. It is also the only way to write
 EvasGL on top of Direct3d.

 it's another layer. Windows is already slow. If you add a conversion
 it will be even slower.

 Well, sometimes having a smarter higher level help the lower part :-)
 But in that case, you have no choice as EvasGL API basically means you
 need to emulate OpenGL anyway

 sorry, i don't understand. Why do we have to *emulate* OpenGL if we
 *have* OpenGL on Windows ?

Nah, that was for the Direct3D case. You once told me that Driect3D
driver tend to be in better shape than OpenGL, so you wanted a
Direct3D backend. And apparently Chrome and Firefox do agree with you
as they both use an adaption layer in some case (I don't know what
trigger the Angle (OpenGL on top of Direct3D) vs OpenGL directly).
-- 
Cedric BAIL

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] TO:Vincent. PROBLEMS when setting on Windows

2012-08-27 Thread Vincent Torri
On Mon, Aug 27, 2012 at 8:02 AM, Cedric BAIL cedric.b...@free.fr wrote:
 On Mon, Aug 27, 2012 at 2:50 PM, Vincent Torri vincent.to...@gmail.com 
 wrote:
 On Mon, Aug 27, 2012 at 7:46 AM, Cedric BAIL cedric.b...@free.fr wrote:
 On Mon, Aug 27, 2012 at 2:27 PM, Vincent Torri vincent.to...@gmail.com 
 wrote:
 On Mon, Aug 27, 2012 at 7:18 AM, Cedric BAIL cedric.b...@free.fr wrote:
 On Mon, Aug 27, 2012 at 2:05 PM, Vincent Torri vincent.to...@gmail.com 
 wrote:
 On Mon, Aug 27, 2012 at 6:58 AM, ChunEon Park her...@naver.com wrote:
 It doesn't  mean I would not work for windows port.

 I just wanna investigate  more efficient ways before starting it.

 Cedric also suggested the http://code.google.com/p/angleproject/ for 
 windows port.

 the opengl engine need almost no work. Just port evas_x_main.c (in
 gl_x11). You can use the old gl engine i wrote (i already sent you the
 link some months ago). No need for Angle at all.

 Angle could be useful for the case where you have a working Direct3d
 driver, but no descent OpenGL driver. It is also the only way to write
 EvasGL on top of Direct3d.

 it's another layer. Windows is already slow. If you add a conversion
 it will be even slower.

 Well, sometimes having a smarter higher level help the lower part :-)
 But in that case, you have no choice as EvasGL API basically means you
 need to emulate OpenGL anyway

 sorry, i don't understand. Why do we have to *emulate* OpenGL if we
 *have* OpenGL on Windows ?

 Nah, that was for the Direct3D case. You once told me that Driect3D
 driver tend to be in better shape than OpenGL, so you wanted a
 Direct3D backend. And apparently Chrome and Firefox do agree with you
 as they both use an adaption layer in some case (I don't know what
 trigger the Angle (OpenGL on top of Direct3D) vs OpenGL directly).

ha, ok.

But the easiest and fastest way, for now is to have the opengl engine.
As I said, i've already written on, but it's not working anymore due
to the raster's rewrite. But it's easy. Just get my old code, almost
copy paste evas_win32_main.c and adapt evas_engine.c/h. Not a lot of
work, really.

Anyway, if we write a direct3D engine, it should be written only
after the evas internal changes, not before.

Vincent

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL 1.7 release - ATTENTION!!!

2012-08-27 Thread Christopher Michael
On 27/08/12 06:42, Carsten Haitzler (The Rasterman) wrote:
 Hey everyone! report in.

 Do you have any work pending for 1.7 release that MUST be done? I want to cut
 the release ASAP but I want things to be quiet and know what is going to be
 dumped in and when.

 So report in ASAP on any work/patches you have pending for release ... NOW!


Only one set of patches I have pending that I would really like to get 
in svn tomorrow (when I get back to the office) for Copy/Paste in 
Ecore_Wayland.

dh


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [PATCH] elm_index : set it-letter to NULL after eina_stringshare_del

2012-08-27 Thread Brian Wang
Hello all,

In elm_index.c, _item_del_pre_hook calls _item_free, where it-letter
is not set to NULL after eina_stringshare_del.
This will cause invalid access later on.  The attached patch fixes the
problem, which is reproducible in my code before the fix.
Please check if this makes sense.

I am sorry that I was unable come up with a simple test app to
demonstrate the problem.

Thanks in advance.


Brian

-- 
brian
--

Cool-Karaoke - The smallest recording studio, in your palm, open-sourced
http://cool-idea.com.tw/

iMaGiNaTiOn iS mOrE iMpOrTaNt tHaN kNoWlEdGe
Index: src/lib/elm_index.c
===
--- src/lib/elm_index.c (revision 75713)
+++ src/lib/elm_index.c (working copy)
@@ -29,7 +29,10 @@
ELM_INDEX_DATA_GET(WIDGET(it), sd);
 
sd-items = eina_list_remove(sd-items, it);
-   if (it-letter) eina_stringshare_del(it-letter);
+   if (it-letter) {
+  eina_stringshare_del(it-letter);
+  it-letter = NULL;
+   }
 }
 
 static void
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL 1.7 release - ATTENTION!!!

2012-08-27 Thread The Rasterman
On Mon, 27 Aug 2012 07:44:16 +0200 Vincent Torri vincent.to...@gmail.com said:

 On Mon, Aug 27, 2012 at 7:42 AM, Carsten Haitzler ras...@rasterman.com
 wrote:
  Hey everyone! report in.
 
  Do you have any work pending for 1.7 release that MUST be done? I want to
  cut the release ASAP but I want things to be quiet and know what is going
  to be dumped in and when.
 
  So report in ASAP on any work/patches you have pending for release ... NOW!
 
 i've saw several times some API, needed for e17, which was added in the EFL.
 
 What if, after the release, we need again some new API for e17 ?

that's life. i don't care about that atm - i care about people with work they
are in the middle of an bugs they are currently fixing etc.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL 1.7 release - ATTENTION!!!

2012-08-27 Thread The Rasterman
On Mon, 27 Aug 2012 07:20:50 +0100 Christopher Michael cpmicha...@comcast.net
said:

 On 27/08/12 06:42, Carsten Haitzler (The Rasterman) wrote:
  Hey everyone! report in.
 
  Do you have any work pending for 1.7 release that MUST be done? I want to
  cut the release ASAP but I want things to be quiet and know what is going
  to be dumped in and when.
 
  So report in ASAP on any work/patches you have pending for release ... NOW!
 
 
 Only one set of patches I have pending that I would really like to get 
 in svn tomorrow (when I get back to the office) for Copy/Paste in 
 Ecore_Wayland.

ok noted.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Following up on a git based project management tool

2012-08-27 Thread David Seikel
On Mon, 27 Aug 2012 09:06:03 +0900 Carsten Haitzler (The Rasterman)
ras...@rasterman.com wrote:

 On Mon, 27 Aug 2012 02:32:11 +0300 Alex-P. Natsios
 apnats...@gmail.com said:
 
  Greetings!
  
  IMHO,
  
  Gitblit works only over HTTP/HTTPS though, (slow and painful) also
  it requires both JGit (java git implementation) and the regular git
  if you want some special features (like: git-gc).
  its java with groovy hooks ( ugly...)
  it does have 4 access control configs but does not seem to offer any
  flexibility in case you need a different setup (do you?).
  
  Indefero seems interesting but no reason to comment for that
  Carsten's , Rui's and Tom's comments are more than enough for it.
  ( it still feels like less of a mess/maintainance burden/wtvr than
  Gitblit but is relatively new (yet looks active)).
  
  Personally i have used Gitolite in the past and have been very
  happy with it.
  
  It handles commit and management rights for repositories (through a
  git repo). (raster's point 2)
  You can just use any Git Repository viewer out there (like gitweb or
  cgit). (almost fulfilling raster's first point)
  
  4. some kind of wiki documentation
  Users rarely if ever touch wikis and Developers love NOT to go out
  of their SCM and/or favorite text editor to edit some damn wiki.
  ikiwiki is a wiki that supports both SVN and GIT as SCM backends for
  developers with commit access to push their pages and OPENID for
  outsiders to use and contribute with (and uses the latest craze
  known as markdown for styling).
  ( Yes shoot me it's Perl ... O:-) )
  
  3. tracks bugs/todo's
  Some equally lightweight solution? like Flyspray for example.
  
  All these solutions require close to minimal maintainance apart from
  the starting set-everything-up and fairly regular (better safe than
  sorry) update circles
 
 the downside to a split setup is then no synchronisation between
 accounts/logins on each one (or having to make them synced - more
 work). it also means having to theme/customise N things not 1
 thing. :)

I agree.  This is why I spent some time this year rebuilding a private
web site from scratch to be a combined thing instead of lots of little
bits with separate accounts.  Having a bunch of different account
systems is just too cumbersome all around.

It's more of a social web site than a developers one, so I wont mention
the tools I used, they are not relevant here.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL 1.7 release - ATTENTION!!!

2012-08-27 Thread David Seikel
On Mon, 27 Aug 2012 14:42:07 +0900 Carsten Haitzler (The Rasterman)
ras...@rasterman.com wrote:

 Hey everyone! report in.
 
 Do you have any work pending for 1.7 release that MUST be done? I
 want to cut the release ASAP but I want things to be quiet and know
 what is going to be dumped in and when.
 
 So report in ASAP on any work/patches you have pending for
 release ... NOW!

Reporting in as requested.

I'm holding off on more Lua work until after 1.7.  So, nothing to see
here, move along.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL 1.7 release - ATTENTION!!!

2012-08-27 Thread Michael Blumenkrantz
On Mon, 27 Aug 2012 14:42:07 +0900
Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote:

 Hey everyone! report in.
 
 Do you have any work pending for 1.7 release that MUST be done? I want to cut
 the release ASAP but I want things to be quiet and know what is going to be
 dumped in and when.
 
 So report in ASAP on any work/patches you have pending for release ... NOW!
 

nothing going on

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL 1.7 release - ATTENTION!!!

2012-08-27 Thread ChunEon Park
well... have some but nothing should be in definitely.



-Regards, Hermet-
-Original Message-
From: Michael Blumenkrantzmichael.blumenkra...@gmail.com 
To: Enlightenment developer listenlightenment-devel@lists.sourceforge.net; 
Cc: ras...@rasterman.com; 
Sent: 2012-08-27 (월) 17:13:21
Subject: Re: [E-devel] EFL 1.7 release - ATTENTION!!!

On Mon, 27 Aug 2012 14:42:07 +0900
Carsten Haitzler (The Rasterman) raster@rasterman.com wrote:

 Hey everyone! report in.
 
 Do you have any work pending for 1.7 release that MUST be done? I want to cut
 the release ASAP but I want things to be quiet and know what is going to be
 dumped in and when.
 
 So report in ASAP on any work/patches you have pending for release ... NOW!
 

nothing going on

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] elm_index : set it-letter to NULL after eina_stringshare_del

2012-08-27 Thread ChunEon Park
in 74723

thank you.


-Regards, Hermet-
-Original Message-
From: Brian Wangbrian.wang.0...@gmail.com 
To: eenlightenment-devel@lists.sourceforge.net; 
Cc: 
Sent: 2012-08-27 (월) 15:31:16
Subject: [E-devel] [PATCH] elm_index : set it-letter to NULL after 
eina_stringshare_del

Hello all,

In elm_index.c, _item_del_pre_hook calls _item_free, where it-letter
is not set to NULL after eina_stringshare_del.
This will cause invalid access later on.  The attached patch fixes the
problem, which is reproducible in my code before the fix.
Please check if this makes sense.

I am sorry that I was unable come up with a simple test app to
demonstrate the problem.

Thanks in advance.


Brian

-- 
brian
--

Cool-Karaoke - The smallest recording studio, in your palm, open-sourced
http://cool-idea.com.tw/

iMaGiNaTiOn iS mOrE iMpOrTaNt tHaN kNoWlEdGe

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] elm_index : set it-letter to NULL after eina_stringshare_del

2012-08-27 Thread Brian Wang
On Mon, Aug 27, 2012 at 4:23 PM, ChunEon Park her...@naver.com wrote:
 in 74723

 thank you.

Cool!  Thanks. :-)


brian


 
 -Regards, Hermet-
 -Original Message-
 From: Brian Wangbrian.wang.0...@gmail.com
 To: eenlightenment-devel@lists.sourceforge.net;
 Cc:
 Sent: 2012-08-27 (월) 15:31:16
 Subject: [E-devel] [PATCH] elm_index : set it-letter to NULL after 
 eina_stringshare_del

 Hello all,

 In elm_index.c, _item_del_pre_hook calls _item_free, where it-letter
 is not set to NULL after eina_stringshare_del.
 This will cause invalid access later on.  The attached patch fixes the
 problem, which is reproducible in my code before the fix.
 Please check if this makes sense.

 I am sorry that I was unable come up with a simple test app to
 demonstrate the problem.

 Thanks in advance.


 Brian

 --
 brian
 --

 Cool-Karaoke - The smallest recording studio, in your palm, open-sourced
 http://cool-idea.com.tw/

 iMaGiNaTiOn iS mOrE iMpOrTaNt tHaN kNoWlEdGe

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



-- 
brian
--

Cool-Karaoke - The smallest recording studio, in your palm, open-sourced
http://cool-idea.com.tw/

iMaGiNaTiOn iS mOrE iMpOrTaNt tHaN kNoWlEdGe

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [BUG REPORT] Edje Textblock Size Calculation Problem

2012-08-27 Thread Tom Hacohen
Hey,

Added a fix/workaround for your issue: r75730.

The problem is that fit was only added recently and wasn't really tested 
or used. The second problem is that fit kinda changes how edje handles 
textblock and we now need to do fancier stuff like we do for text 
objects, e.g splitting recalc and recalc apply. This is a patch on the 
way to there.

--
Tom.

On 27/08/12 08:47, Brian Wang wrote:
 Hello all,

 I have a textblock with fit: 1 1.  When it first gets loaded, the
 text within the textblock is very small.
 After some time, I change the text and the text size seems to be more correct.
 I guess the geometry calculation of the textblock is somehow broken
 when the window is first created.

 Please find the attached for a simple demonstration of the problem.

 Thanks in advance.


 Brian



 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/



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



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL 1.7 release - ATTENTION!!!

2012-08-27 Thread Tom Hacohen
On 27/08/12 08:42, Carsten Haitzler (The Rasterman) wrote:
 Hey everyone! report in.

 Do you have any work pending for 1.7 release that MUST be done? I want to cut
 the release ASAP but I want things to be quiet and know what is going to be
 dumped in and when.

 So report in ASAP on any work/patches you have pending for release ... NOW!


I have nothing, but I do have pending patches for after the freeze, so 
go on and release it already... :)

--
Tom.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [BUG REPORT] Edje Textblock Size Calculation Problem

2012-08-27 Thread Brian Wang
On Mon, Aug 27, 2012 at 5:00 PM, Tom Hacohen tom.haco...@samsung.com wrote:
 Hey,

 Added a fix/workaround for your issue: r75730.

 The problem is that fit was only added recently and wasn't really tested or
 used. The second problem is that fit kinda changes how edje handles
 textblock and we now need to do fancier stuff like we do for text objects,
 e.g splitting recalc and recalc apply. This is a patch on the way to there.

The fix is good for the both the simple test case and my application.

Thanks!


Brian


 --
 Tom.


 On 27/08/12 08:47, Brian Wang wrote:

 Hello all,

 I have a textblock with fit: 1 1.  When it first gets loaded, the
 text within the textblock is very small.
 After some time, I change the text and the text size seems to be more
 correct.
 I guess the geometry calculation of the textblock is somehow broken
 when the window is first created.

 Please find the attached for a simple demonstration of the problem.

 Thanks in advance.


 Brian




 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/



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





-- 
brian
--

Cool-Karaoke - The smallest recording studio, in your palm, open-sourced
http://cool-idea.com.tw/

iMaGiNaTiOn iS mOrE iMpOrTaNt tHaN kNoWlEdGe

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL 1.7 release - ATTENTION!!!

2012-08-27 Thread Vincent Torri
On Mon, Aug 27, 2012 at 7:42 AM, Carsten Haitzler ras...@rasterman.com wrote:
 Hey everyone! report in.

 Do you have any work pending for 1.7 release that MUST be done? I want to cut
 the release ASAP but I want things to be quiet and know what is going to be
 dumped in and when.

 So report in ASAP on any work/patches you have pending for release ... NOW!

I've a seg fault in eio on Windows.

Vincent

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL 1.7 release - ATTENTION!!!

2012-08-27 Thread ChunEon Park
ah.. When I look the code, naviframe compatibility seems broken. 



Need to fix it before release. 





-Regards, Hermet-

-Original Message-
From: Tom Hacohenlt;tom.haco...@samsung.comgt; 
To: Enlightenment developer 
listlt;enlightenment-devel@lists.sourceforge.netgt;; 
Cc: Carsten Haitzler (The Rasterman)lt;ras...@rasterman.comgt;; 
Sent: 2012-08-27 (월) 18:02:28
Subject: Re: [E-devel] EFL 1.7 release - ATTENTION!!!

On 27/08/12 08:42, Carsten Haitzler (The Rasterman) wrote:
gt; Hey everyone! report in.
gt;
gt; Do you have any work pending for 1.7 release that MUST be done? I want to 
cut
gt; the release ASAP but I want things to be quiet and know what is going to be
gt; dumped in and when.
gt;
gt; So report in ASAP on any work/patches you have pending for release ... NOW!
gt;

I have nothing, but I do have pending patches for after the freeze, so 
go on and release it already... :)

--
Tom.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] [Elementary] elm_datetime widget bug fix : Display AM/PM string(s) in all locales

2012-08-27 Thread Rajeev Ranjan
Hi Daniel, 
  I noticed the point you were raising and yes, we intend to negate the second 
strncmp as well.
Attached is the modified patch with the fix.
Thank you
Regards,
Rajeev

--- Original Message ---
Sender : Rajeev Ranjanrajee...@samsung.com Chief Engineer/SISO-BSG/Samsung 
Electronics
Date : Aug 24, 2012 19:21 (GMT+05:30)
Title : Re: Re: [E-devel] [Patch] [Elementary] elm_datetime widget bug fix : 
Display AM/PM string(s) in all locales

 Hi Daniel,
Following is my reply to your queries.
  --- Original Message ---
  Sender : Daniel Willmann Engineer/SERI-Samsung Linux Platform (SLP)/Samsung 
 Electronics
  Date : Aug 24, 2012 19:06 (GMT+05:30)
  Title : Re: [E-devel] [Patch] [Elementary] elm_datetime widget bug fix : 
 Display AM/PM string(s) in all locales

   Hello,

 On 08/24/2012 02:03 PM, Rajeev Ranjan wrote:
 [Root cause]:
 Some locales don't have AM/PM string since they strictly follow 24 HR 
  format and the this case is not handled in datetime widget.
  
  [Change Description]:
 Datetime widget is modified to display default AM/PM strings incase, 
  if, it is not present in the locale.

  Is that still going to display AM/PM even if the hours are in 24h mode?
  If so I am against this. I quite like my 24h time :-)
 Nope,  it will not show AM/PM if hours are in 24h mode :).
  
  +   // If a locale doesn't support AM/PM strings, set the default values
  +   if ((buf[0] == 0)  (!strncmp(fmt, %p, BUFF_SIZE) || strncmp(fmt, 
  %P, BUFF_SIZE)))
  Here you probably want to negate the second strncmp() as well, so:
  ...  (!strncmp() || !strncmp())
 
 Basically  checking here if AM/PM is not present in the buffer(inside locale 
 string) and user wants AM/PM(by checking format here; will be set in case of 
 12 hour settings), then setting AM/PM based on the current time.
Yes you are right. I intend to negate second strncmp as well.
 
  Regards
  Daniel

 Regards,
 Rajeev

elm_datetime.patch
Description: Binary data
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL 1.7 release - ATTENTION!!!

2012-08-27 Thread The Rasterman
On Mon, 27 Aug 2012 18:09:42 +0900 (KST) ChunEon Park her...@naver.com said:

 ah.. When I look the code, naviframe compatibility seems broken. 

it is? where/how? this needs fixing.

 Need to fix it before release. 
 
 
 
 
 
 -Regards, Hermet-
 
 -Original Message-
 From: Tom Hacohenlt;tom.haco...@samsung.comgt; 
 To: Enlightenment developer
 listlt;enlightenment-devel@lists.sourceforge.netgt;; Cc: Carsten Haitzler
 (The Rasterman)lt;ras...@rasterman.comgt;; Sent: 2012-08-27 (월) 18:02:28
 Subject: Re: [E-devel] EFL 1.7 release - ATTENTION!!!
 
 On 27/08/12 08:42, Carsten Haitzler (The Rasterman) wrote:
 gt; Hey everyone! report in.
 gt;
 gt; Do you have any work pending for 1.7 release that MUST be done? I want
 to cut gt; the release ASAP but I want things to be quiet and know what is
 going to be gt; dumped in and when.
 gt;
 gt; So report in ASAP on any work/patches you have pending for release ...
 NOW! gt;
 
 I have nothing, but I do have pending patches for after the freeze, so 
 go on and release it already... :)
 
 --
 Tom.
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [BUG REPORT] Edje Textblock Size Calculation Problem

2012-08-27 Thread Tom Hacohen
Cool. :)

--
Tom.

On 27/08/12 12:07, Brian Wang wrote:
 On Mon, Aug 27, 2012 at 5:00 PM, Tom Hacohen tom.haco...@samsung.com wrote:
 Hey,

 Added a fix/workaround for your issue: r75730.

 The problem is that fit was only added recently and wasn't really tested or
 used. The second problem is that fit kinda changes how edje handles
 textblock and we now need to do fancier stuff like we do for text objects,
 e.g splitting recalc and recalc apply. This is a patch on the way to there.

 The fix is good for the both the simple test case and my application.

 Thanks!


 Brian


 --
 Tom.


 On 27/08/12 08:47, Brian Wang wrote:

 Hello all,

 I have a textblock with fit: 1 1.  When it first gets loaded, the
 text within the textblock is very small.
 After some time, I change the text and the text size seems to be more
 correct.
 I guess the geometry calculation of the textblock is somehow broken
 when the window is first created.

 Please find the attached for a simple demonstration of the problem.

 Thanks in advance.


 Brian




 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/



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







--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL 1.7 release - ATTENTION!!!

2012-08-27 Thread Daniel Juyung Seo
With regarding to the host of elm bugs, I have two things to fix.
http://trac.enlightenment.org/e/ticket/1195

elm - genlist is shaking while appending an item when the selected
item is not in the viewport.
elm - genlist reordering animation is not smooth

I guess it will take one or two days if I don't get any super urgent job.

Daniel Juyung Seo (SeoZ)

On Mon, Aug 27, 2012 at 2:42 PM, Carsten Haitzler ras...@rasterman.com wrote:
 Hey everyone! report in.

 Do you have any work pending for 1.7 release that MUST be done? I want to cut
 the release ASAP but I want things to be quiet and know what is going to be
 dumped in and when.

 So report in ASAP on any work/patches you have pending for release ... NOW!

 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL 1.7 release - ATTENTION!!!

2012-08-27 Thread ChunEon Park
About content, text_part_set 

maybe this will be fixed by tomorrow.

is it ok?




-Regards, Hermet-
-Original Message-
From: Carsten Haitzlerras...@rasterman.com 
To: ChunEon Parkher...@naver.com; 
Cc: Enlightenment developer listenlightenment-devel@lists.sourceforge.net; 
Sent: 2012-08-27 (월) 18:32:04
Subject: Re: [E-devel] EFL 1.7 release - ATTENTION!!!

On Mon, 27 Aug 2012 18:09:42 +0900 (KST) ChunEon Park hermet@naver.com said:

 ah.. When I look the code, naviframe compatibility seems broken. 

it is? where/how? this needs fixing.

 Need to fix it before release. 
 
 
 
 
 
 -Regards, Hermet-
 
 -Original Message-
 From: Tom Hacohentom.haco...@samsung.com 
 To: Enlightenment developer
 listenlightenment-devel@lists.sourceforge.net; Cc: Carsten Haitzler
 (The Rasterman)ras...@rasterman.com; Sent: 2012-08-27 (월) 18:02:28
 Subject: Re: [E-devel] EFL 1.7 release - ATTENTION!!!
 
 On 27/08/12 08:42, Carsten Haitzler (The Rasterman) wrote:
  Hey everyone! report in.
 
  Do you have any work pending for 1.7 release that MUST be done? I want
 to cut  the release ASAP but I want things to be quiet and know what is
 going to be  dumped in and when.
 
  So report in ASAP on any work/patches you have pending for release ...
 NOW! 
 
 I have nothing, but I do have pending patches for after the freeze, so 
 go on and release it already... :)
 
 --
 Tom.
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] ecore-audio and pulseaudio

2012-08-27 Thread Flávio Ceolin
On Mon, Aug 27, 2012 at 12:15 AM, Carsten Haitzler ras...@rasterman.com wrote:
 On Sun, 26 Aug 2012 23:26:41 -0300 Flávio Ceolin 
 flavio.ceo...@profusion.mobi
 said:

 so it's an envelope with only 2 points. start and end?

Yep, initially yes, but it's possible create support for multiple
points using this api, I know that is worse in both cases performance
and precision of interpolation.

It's easier make this code upstream first and then extend it for
support multiple points than the opposite.


 Hi folks,

 I've been working with pulseaudio for while and now we've implemented
 audio envelopes in PulseAdudio. The code is not upstream yet, but it
 can be found in this repository
 (http://git.profusion.mobi/cgit.cgi/ceolin/pulseaudio/) (branch ramp).

 Using this code is pretty simple, for example, to apply an envelope on
 a sink pa_context_set_sink_volume_ramp_by_index, to apply on a
 sink-input (stream) pa_context_set_sink_input_volume_ramp.

 The audio envelope works in the follow way, the user states the final
 volume, how long this envelope should last and the interpolation type
 (which can be, cubic, logarithm or linear). In the internals
 PulseAudio figures out how many samples are in the estipulated
 interval and then using the interpolation type chosen it changes the
 samples volume until the volume desired. The difference between apply
 an envelope on a sink or sink-input is that when using over the sink
 the envelope is applied in all streams of that sink.

 Some feedback from people (Daniel :) ) working with ecore-audio would be
 great.

 Best Regards,
 Flavio Ceolin

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com


Regards,
Flavio Ceolin

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] can't focus to windows

2012-08-27 Thread Hyoyoung Chang
After remove ~/.e directory, i can reproduce this bug.

reproduce step
1. go to focus setting
2. move radio button from Most recent Window under the Mouse
   to Click Window to Focus
3. press Advanced button
4. go to Miscellaneous tab
5. unset Always pass click events to programs
6. check Click raises the window
   check Click focuses the window

is there anyone who gets this bug? is it just me or?

On Sun, Aug 26, 2012 at 10:19 PM, Carsten Haitzler ras...@rasterman.com wrote:
 On Sun, 26 Aug 2012 22:11:50 +0900 Hyoyoung Chang hyoyo...@gmail.com said:

 set click to focus here. i'm clicking things and focus is going there. i don't
 know what's wrong on your end, but it's working find here.

 it also happened at r75711

 I think i found root causes.

 In focus settings, removing Raise windows on mouse over
 and set Click Window to Focus
 In other setting tab, set only two and remove other things
 Refocus last window on desktop switch, Revert focus when it is lost

 some below my explanation is wrong about overrided redirected
 but you can see that focus isn't moving to clicked window.

 On Sun, Aug 26, 2012 at 8:48 PM, Rui Miguel Silva Seabra r...@1407.org 
 wrote:
  Since your fixes, I can alt+tab to illume-home however much I can, but
  it never gets selected.
 
  It shouldn't even appear, though :)
 
  Rui
 
  On Sun, 26 Aug 2012 20:07:27 +0900
  Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote:
 
  On Sun, 26 Aug 2012 19:46:06 +0900 Hyoyoung Chang
  hyoyo...@gmail.com said:
 
   Dear all,
  
   After I updated recent e, i found that i can't click any border
   windows. And I can't touch at all firefox or chome(which are using
   override redirected window)
  
   I think it's caused by r75540
 
  focus is looking just fine to me. click to focus as wellas pointer. i
  can focus everything - this patch included. this only affects clicks
  being passed onto the app on the first click that focuses it. and
  no... firefox and chrome dont use override-redirect windows... as
  those dont get borders (titles) or get focused by the wm - they
  bypass the wm entirely.
 
   --- a/trunk/e/src/bin/e_border.c
   +++ b/trunk/e/src/bin/e_border.c
   @@ -6512,8 +6512,10 @@ _e_border_cb_grab_replay(void *data
   __UNUSED__,
  
   if (type != ECORE_EVENT_MOUSE_BUTTON_DOWN) return
   ECORE_CALLBACK_DONE; ev = event;
   -   if ((e_config-pass_click_on) ||
   (e_config-always_click_to_raise) ||
   -   (e_config-always_click_to_focus))
   +   if ((e_config-pass_click_on)
   +//   || (e_config-always_click_to_raise)
   +//   || (e_config-always_click_to_focus)
   +  )
  
  
   I changed focus setting as like below
   1. click raises the window
   2. click focuses the window
  
   Is it a bug or should I change focus setting?
  
   Thanks
  
   --
   Live Security Virtual Conference
   Exclusive live event will cover all the ways today's security and
   threat landscape has changed and how IT managers can respond.
   Discussions will include endpoint security, mobile security and the
   latest in malware threats.
   http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
   ___ enlightenment-devel
   mailing list enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
 
 
 
  --
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and
  threat landscape has changed and how IT managers can respond. Discussions
  will include endpoint security, mobile security and the latest in malware
  threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. 

[E-devel] Conditionnal compilation in Edje

2012-08-27 Thread david . oboeuf
Hello,

I wonder if it is possible (expected) to have a conditionnal compilation in 
edje, for example with flags in edje file (like an #ifdef in C)?

Cordially

David Oboeuf

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Conditionnal compilation in Edje

2012-08-27 Thread Tom Hacohen
On 27/08/12 18:30, david.obo...@aliceadsl.fr wrote:
 Hello,

 I wonder if it is possible (expected) to have a conditionnal compilation in 
 edje, for example with flags in edje file (like an #ifdef in C)?

 Cordially


Edje has a C-like (exactly?) preprocessor. Just use #ifdef, #define and 
whatever else you might come up with.

--
Tom.


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Conditionnal compilation in Edje

2012-08-27 Thread Michael Blumenkrantz
On Mon, 27 Aug 2012 18:33:06 +0300
Tom Hacohen tom.haco...@samsung.com wrote:

 On 27/08/12 18:30, david.obo...@aliceadsl.fr wrote:
  Hello,
 
  I wonder if it is possible (expected) to have a conditionnal compilation in
  edje, for example with flags in edje file (like an #ifdef in C)?
 
  Cordially
 
 
 Edje has a C-like (exactly?) preprocessor. Just use #ifdef, #define and 
 whatever else you might come up with.
 
 --
 Tom.
 
 

epp is a C preprocessor.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Conditionnal compilation in Edje

2012-08-27 Thread Tom Hacohen
On 27/08/12 18:37, Michael Blumenkrantz wrote:
 On Mon, 27 Aug 2012 18:33:06 +0300
 Tom Hacohen tom.haco...@samsung.com wrote:

 On 27/08/12 18:30, david.obo...@aliceadsl.fr wrote:
 Hello,

 I wonder if it is possible (expected) to have a conditionnal compilation in
 edje, for example with flags in edje file (like an #ifdef in C)?

 Cordially


 Edje has a C-like (exactly?) preprocessor. Just use #ifdef, #define and
 whatever else you might come up with.

 --
 Tom.



 epp is a C preprocessor.


I wasn't sure if it was a complete standard compliant version because I 
remember for some reason it was based on some old version. Anyhow, cool, 
thanks for the info.

--
Tom.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Conditionnal compilation in Edje

2012-08-27 Thread david . oboeuf

Thanks for your answer

- Mail original -
De: Michael Blumenkrantz michael.blumenkra...@gmail.com
À: Enlightenment developer list enlightenment-devel@lists.sourceforge.net
Envoyé: Lundi 27 Août 2012 17:37:43
Objet: Re: [E-devel] Conditionnal compilation in Edje

On Mon, 27 Aug 2012 18:33:06 +0300
Tom Hacohen tom.haco...@samsung.com wrote:

 On 27/08/12 18:30, david.obo...@aliceadsl.fr wrote:
  Hello,
 
  I wonder if it is possible (expected) to have a conditionnal compilation in
  edje, for example with flags in edje file (like an #ifdef in C)?
 
  Cordially
 
 
 Edje has a C-like (exactly?) preprocessor. Just use #ifdef, #define and 
 whatever else you might come up with.
 
 --
 Tom.
 
 

epp is a C preprocessor.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] edje: backward-compatible to BLOCK_HANDLE select_mode.

2012-08-27 Thread Eduardo Lima (Etrunko)
Hi Alex,

Why is this needed? And could you please add the BLOCK_HANDLE entry in
the documentation?

Best regards, Etrunko.

On Mon, Aug 27, 2012 at 2:40 AM,  zhiwen...@linux.intel.com wrote:
 From: Alex Wu zhiwen...@linux.intel.com

 ---
  trunk/edje/src/bin/edje_cc_handlers.c |1 +
  1 file changed, 1 insertion(+)

 diff --git a/trunk/edje/src/bin/edje_cc_handlers.c 
 b/trunk/edje/src/bin/edje_cc_handlers.c
 index eb91ed4..b0b2c26 100644
 --- a/trunk/edje/src/bin/edje_cc_handlers.c
 +++ b/trunk/edje/src/bin/edje_cc_handlers.c
 @@ -3627,6 +3627,7 @@ st_collections_group_parts_part_select_mode(void)
 current_part-select_mode = parse_enum(0,
  DEFAULT, EDJE_ENTRY_SELECTION_MODE_DEFAULT,
  EXPLICIT, 
 EDJE_ENTRY_SELECTION_MODE_EXPLICIT,
 +BLOCK_HANDLE, 
 EDJE_ENTRY_SELECTION_MODE_DEFAULT,
  NULL);
  }

 --
 1.7.9.5


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



-- 
Eduardo de Barros Lima ◤✠◢
ebl...@gmail.com

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] can't focus to windows

2012-08-27 Thread The Rasterman
On Mon, 27 Aug 2012 23:39:32 +0900 Hyoyoung Chang hyoyo...@gmail.com said:

aaah thats the exact settings. fixed in svn. :)

 After remove ~/.e directory, i can reproduce this bug.
 
 reproduce step
 1. go to focus setting
 2. move radio button from Most recent Window under the Mouse
to Click Window to Focus
 3. press Advanced button
 4. go to Miscellaneous tab
 5. unset Always pass click events to programs
 6. check Click raises the window
check Click focuses the window
 
 is there anyone who gets this bug? is it just me or?
 
 On Sun, Aug 26, 2012 at 10:19 PM, Carsten Haitzler ras...@rasterman.com
 wrote:
  On Sun, 26 Aug 2012 22:11:50 +0900 Hyoyoung Chang hyoyo...@gmail.com said:
 
  set click to focus here. i'm clicking things and focus is going there. i
  don't know what's wrong on your end, but it's working find here.
 
  it also happened at r75711
 
  I think i found root causes.
 
  In focus settings, removing Raise windows on mouse over
  and set Click Window to Focus
  In other setting tab, set only two and remove other things
  Refocus last window on desktop switch, Revert focus when it is lost
 
  some below my explanation is wrong about overrided redirected
  but you can see that focus isn't moving to clicked window.
 
  On Sun, Aug 26, 2012 at 8:48 PM, Rui Miguel Silva Seabra r...@1407.org
  wrote:
   Since your fixes, I can alt+tab to illume-home however much I can, but
   it never gets selected.
  
   It shouldn't even appear, though :)
  
   Rui
  
   On Sun, 26 Aug 2012 20:07:27 +0900
   Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote:
  
   On Sun, 26 Aug 2012 19:46:06 +0900 Hyoyoung Chang
   hyoyo...@gmail.com said:
  
Dear all,
   
After I updated recent e, i found that i can't click any border
windows. And I can't touch at all firefox or chome(which are using
override redirected window)
   
I think it's caused by r75540
  
   focus is looking just fine to me. click to focus as wellas pointer. i
   can focus everything - this patch included. this only affects clicks
   being passed onto the app on the first click that focuses it. and
   no... firefox and chrome dont use override-redirect windows... as
   those dont get borders (titles) or get focused by the wm - they
   bypass the wm entirely.
  
--- a/trunk/e/src/bin/e_border.c
+++ b/trunk/e/src/bin/e_border.c
@@ -6512,8 +6512,10 @@ _e_border_cb_grab_replay(void *data
__UNUSED__,
   
if (type != ECORE_EVENT_MOUSE_BUTTON_DOWN) return
ECORE_CALLBACK_DONE; ev = event;
-   if ((e_config-pass_click_on) ||
(e_config-always_click_to_raise) ||
-   (e_config-always_click_to_focus))
+   if ((e_config-pass_click_on)
+//   || (e_config-always_click_to_raise)
+//   || (e_config-always_click_to_focus)
+  )
   
   
I changed focus setting as like below
1. click raises the window
2. click focuses the window
   
Is it a bug or should I change focus setting?
   
Thanks
   
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond.
Discussions will include endpoint security, mobile security and the
latest in malware threats.
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___ enlightenment-devel
mailing list enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
   
  
  
  
  
   --
   Live Security Virtual Conference
   Exclusive live event will cover all the ways today's security and
   threat landscape has changed and how IT managers can respond. Discussions
   will include endpoint security, mobile security and the latest in malware
   threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
  --
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and
  threat landscape has changed and how IT managers can respond. Discussions
  will include endpoint security, mobile security and the latest in malware
  threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 
 
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)

Re: [E-devel] E SVN: sachiel trunk/emotion/src/modules/generic

2012-08-27 Thread Cedric BAIL
On Mon, Aug 27, 2012 at 9:34 PM, Enlightenment SVN
no-re...@enlightenment.org wrote:
 Log:
 emotion: free channels only if there's channel to free
   No need to free channels if there's no channels to be freed.

   By: Leandro Dorileo dori...@profusion.mobi

Shouldn't free(NULL) just work ?
-- 
Cedric BAIL

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/src/bin

2012-08-27 Thread Gustavo Sverzut Barbieri
On Monday, August 27, 2012, Enlightenment SVN wrote:

 Log:
 hyoyoung is right. put settings back. those were for a different thing
   were click ALWAYS raises window even if on sloppy/pointer.



And we're broken again. You should add an if() for the click to focus case




 Author:   raster
 Date: 2012-08-27 16:19:14 -0700 (Mon, 27 Aug 2012)
 New Revision: 75744
 Trac: http://trac.enlightenment.org/e/changeset/75744

 Modified:
   trunk/e/src/bin/e_border.c

 Modified: trunk/e/src/bin/e_border.c
 ===
 --- trunk/e/src/bin/e_border.c  2012-08-27 22:05:51 UTC (rev 75743)
 +++ trunk/e/src/bin/e_border.c  2012-08-27 23:19:14 UTC (rev 75744)
 @@ -6546,8 +6546,8 @@
 if (type != ECORE_EVENT_MOUSE_BUTTON_DOWN) return ECORE_CALLBACK_DONE;
 ev = event;
 if ((e_config-pass_click_on)
 -//   || (e_config-always_click_to_raise)
 -//   || (e_config-always_click_to_focus)
 +   || (e_config-always_click_to_raise) // this works even if not on
 click-to-focus
 +   || (e_config-always_click_to_focus) // this works even if not on
 click-to-focus
)
   {
  E_Border *bd;



 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net javascript:;
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn



-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: sachiel trunk/emotion/src/modules/generic

2012-08-27 Thread Daniel Juyung Seo
it should just work.

Daniel Juyung Seo (SeoZ)
On Aug 28, 2012 8:25 AM, Cedric BAIL cedric.b...@free.fr wrote:

 On Mon, Aug 27, 2012 at 9:34 PM, Enlightenment SVN
 no-re...@enlightenment.org wrote:
  Log:
  emotion: free channels only if there's channel to free
No need to free channels if there's no channels to be freed.
 
By: Leandro Dorileo dori...@profusion.mobi

 Shouldn't free(NULL) just work ?
 --
 Cedric BAIL


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] EFM use wallpapers/E theme backgrounds for background?

2012-08-27 Thread Jeff Hoogland
Is it possible to have EFM use the same as your normal wallpapers
currently? Or do you have to pick a separate image?

-- 
~Jeff Hoogland http://jeffhoogland.com/
Thoughts on Technology http://jeffhoogland.blogspot.com/, Tech Blog
Bodhi Linux http://bodhilinux.com/, Enlightenment for your Desktop
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/src/bin

2012-08-27 Thread The Rasterman
On Mon, 27 Aug 2012 20:58:17 -0300 Gustavo Sverzut Barbieri
barbi...@profusion.mobi said:

 On Monday, August 27, 2012, Enlightenment SVN wrote:
 
  Log:
  hyoyoung is right. put settings back. those were for a different thing
were click ALWAYS raises window even if on sloppy/pointer.
 
 
 
 And we're broken again. You should add an if() for the click to focus case

actually those options are there for making clicks ALWAYS rais or focus
(regardless if u use click to focus or not). with click to focus your focus
goes to the window on first click AND its raised anyway regardless what these
options do. so these are needed because otherwise clicks NEVER go to windows if
u disabled the pass clicks features (as the pass click is pass the first click
and every click then is the first click).

  Author:   raster
  Date: 2012-08-27 16:19:14 -0700 (Mon, 27 Aug 2012)
  New Revision: 75744
  Trac: http://trac.enlightenment.org/e/changeset/75744
 
  Modified:
trunk/e/src/bin/e_border.c
 
  Modified: trunk/e/src/bin/e_border.c
  ===
  --- trunk/e/src/bin/e_border.c  2012-08-27 22:05:51 UTC (rev 75743)
  +++ trunk/e/src/bin/e_border.c  2012-08-27 23:19:14 UTC (rev 75744)
  @@ -6546,8 +6546,8 @@
  if (type != ECORE_EVENT_MOUSE_BUTTON_DOWN) return ECORE_CALLBACK_DONE;
  ev = event;
  if ((e_config-pass_click_on)
  -//   || (e_config-always_click_to_raise)
  -//   || (e_config-always_click_to_focus)
  +   || (e_config-always_click_to_raise) // this works even if not on
  click-to-focus
  +   || (e_config-always_click_to_focus) // this works even if not on
  click-to-focus
 )
{
   E_Border *bd;
 
 
 
  --
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and
  threat landscape has changed and how IT managers can respond. Discussions
  will include endpoint security, mobile security and the latest in malware
  threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  ___
  enlightenment-svn mailing list
  enlightenment-...@lists.sourceforge.net javascript:;
  https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
 
 
 
 -- 
 Gustavo Sverzut Barbieri
 http://profusion.mobi embedded systems
 --
 MSN: barbi...@gmail.com
 Skype: gsbarbieri
 Mobile: +55 (19) 9225-2202
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel