Re: [E-devel] about cmake

2012-03-03 Thread Vincent Torri
On Sat, Mar 3, 2012 at 7:20 PM, Tom Hacohen wrote: > > I'm sorry for not being clear enough in my previous email, I said > shipping FindEina.cmake and the such would be nice (they are like > pkg-config for cmake) as other developers who write code create their > projects using cmake (me for exampl

[E-devel] Spello in eet doc

2012-03-03 Thread Jérôme Pinot
A small typo in eet doc: Index: eet/src/lib/Eet.h === --- eet/src/lib/Eet.h (revision 68652) +++ eet/src/lib/Eet.h (working copy) @@ -30,7 +30,7 @@ Eet is extremely fast, small and simple. Eet files can be very small and

Re: [E-devel] [patch] elm_genlist - add item flip set/get

2012-03-03 Thread Hyoyoung Chang
As discussed in irc, i modified and removed draggable in flip mode. @@ -975,6 +975,8 @@ _mouse_move(void*data, if (ady < 0) ady = -dy; minw /= 2; minh /= 2; + if (it->flipped) + return; if ((adx > minw) || (ady > minh)) { it->dragging = EINA_TRUE; What

Re: [E-devel] about cmake

2012-03-03 Thread Lionel Orry
On Sun, Mar 4, 2012 at 12:02 AM, Tom Hacohen wrote: > On 04/03/12 00:31, Lionel Orry wrote: >> Hi Tom, >> >> in case you want to widen your choices, attached is a wscript file to >> build Ecrire using the Waf build system. You only need python , the >> waf script from here: >> http://code.google.c

Re: [E-devel] about cmake

2012-03-03 Thread Tom Hacohen
On 04/03/12 00:31, Lionel Orry wrote: > Hi Tom, > > in case you want to widen your choices, attached is a wscript file to > build Ecrire using the Waf build system. You only need python , the > waf script from here: > http://code.google.com/p/waf/downloads/detail?name=waf-1.6.11 (rename > to 'waf'

Re: [E-devel] Windows EFL leaking Handles

2012-03-03 Thread Vincent Torri
On Sat, Mar 3, 2012 at 10:03 PM, HariHara Sudhan wrote: > I found this explanation on msdn. Seems like a solution. > > http://msdn.microsoft.com/en-us/library/aa919861.aspx > > I am not sure where I should add this code. well, that's Windows CE API, not Windows XP one. Vincent -

Re: [E-devel] about cmake

2012-03-03 Thread Lionel Orry
Hi Tom, in case you want to widen your choices, attached is a wscript file to build Ecrire using the Waf build system. You only need python , the waf script from here: http://code.google.com/p/waf/downloads/detail?name=waf-1.6.11 (rename to 'waf' then chmod a+x) and the wscript in ecrire root sour

[E-devel] Resolution warning at startup

2012-03-03 Thread Andreas Volz
Hi, since some time I get this strange warning at startup: http://imagebin.org/index.php?mode=image&id=201880 Here shown in a Xephyr session. Any ideas why and how to prevent this? regards Andreas -- Technical Blog -

Re: [E-devel] Windows EFL leaking Handles

2012-03-03 Thread HariHara Sudhan
I found this explanation on msdn. Seems like a solution. http://msdn.microsoft.com/en-us/library/aa919861.aspx I am not sure where I should add this code. On Sat, Mar 3, 2012 at 1:44 PM, HariHara Sudhan wrote: > Please find attached the test case for checking ddraw bug. > > > > > > On Sat, M

Re: [E-devel] (no subject)

2012-03-03 Thread Michael Blumenkrantz
On Sat, 3 Mar 2012 23:02:58 +0900 Bluezery wrote: > 2012/3/3 Michael Blumenkrantz : > > On Sat, 3 Mar 2012 13:19:24 +0900 > > Bluezery wrote: > > > >> Hello, > >> > >> This patch is for reading socks version5 proxy from global variables. > >> This is almost same as previous socks version4. > >>

[E-devel] Emotion buffer size patch

2012-03-03 Thread Davide Andreoli
Hi, here is a patch for emotion, it add a new function to retrive the status of the buffer while playing online stream. It is implemented only for the gstreamer backend, the xine one do not play at all here. What about the generic one? ** * @brief Get the percentual size of the buffering cache. *

Re: [E-devel] about cmake

2012-03-03 Thread Tom Hacohen
On 03/03/12 20:10, Vincent Torri wrote: > that's my last mail about cmake: > > 0) If you read my previous message, i talked about cmake in the core > EFL. I know that Ecrire is not part of them... thank you... I know you talked about it in the core efl, but as we both pointed out, ecrire is not p

Re: [E-devel] Fwd: [nox: [PATCH] build fix for emotion with libxine 1.2.x]

2012-03-03 Thread Cedric BAIL
On Sat, Mar 3, 2012 at 1:52 AM, thomasg wrote: > The attached patch fixes build for emotion with libxine 1.2.x. > I only forward this for nox, who is not subscribed (and seems to have > trouble getting in the moderation queue). > All credits to him. This patch is already in. cippp pointed it to m

Re: [E-devel] E SVN: tasn IN trunk/ecrire: . cmake cmake/Modules data po src/bin

2012-03-03 Thread Tom Hacohen
On 03/03/12 16:28, Vincent Torri wrote: > why adding cmake ? You're going to maintain 2 build systems that only > the devs will use (the tarballs will just contain the Makefile, so...) Nope. I decided I want to give cmake a better chance, and I thought that my pet project is a good place to do it.

Re: [E-devel] about cmake

2012-03-03 Thread Tom Hacohen
On 03/03/12 16:35, Vincent Torri wrote: > i've already had that kind of discussion before about cmake (see last > Tom's commit), and I want to be clear: > > if cmake hits svn in the core EFL, i'll leave the project. I actually > don't care about ecrire (i won't look at that code now, that's all)

Re: [E-devel] LDFLAGS with -Wl,-z,defs

2012-03-03 Thread Thanatermesis
Hum... I have not see any change in the timeline and I still having the same problem here (at least for libevas, which is the one that i just tried) Thanatermesis 2012/2/27 Carsten Haitzler > On Sun, 26 Feb 2012 20:13:45 +0100 Thanatermesis < > thanatermesis.e...@gmail.com> > said: > > compile

Re: [E-devel] E SVN: seoz IN trunk/elementary/src: bin lib

2012-03-03 Thread Daniel Juyung Seo
Hello Barbieri, On Sat, Mar 3, 2012 at 6:14 PM, Gustavo Sverzut Barbieri wrote: > Hi Dan, > > Could you also export this callback in the introspection? See the other > widgets for callback description. Sure, that's on my todo list. And I even added below comment already. // XXX: use evas_objec

[E-devel] about cmake

2012-03-03 Thread Vincent Torri
Hey i've already had that kind of discussion before about cmake (see last Tom's commit), and I want to be clear: if cmake hits svn in the core EFL, i'll leave the project. I actually don't care about ecrire (i won't look at that code now, that's all) Vincent ---

Re: [E-devel] E SVN: tasn IN trunk/ecrire: . cmake cmake/Modules data po src/bin

2012-03-03 Thread Vincent Torri
why adding cmake ? You're going to maintain 2 build systems that only the devs will use (the tarballs will just contain the Makefile, so...) Vincent On Sat, Mar 3, 2012 at 2:43 PM, Enlightenment SVN wrote: > Log: > Ecrire: Add cmake. > >  Everything works except for gettext (I'm using some usele

Re: [E-devel] (no subject)

2012-03-03 Thread Bluezery
2012/3/3 Michael Blumenkrantz : > On Sat, 3 Mar 2012 13:19:24 +0900 > Bluezery wrote: > >> Hello, >> >> This patch is for reading socks version5 proxy from global variables. >> This is almost same as previous socks version4. >> discomfitor can help to review this patch. >> >> Thanks. >> > hmm I co

Re: [E-devel] E SVN: tasn IN trunk/ecrire: . cmake cmake/Modules data po src/bin

2012-03-03 Thread David Seikel
On Sat, 3 Mar 2012 05:43:09 -0800 "Enlightenment SVN" wrote: > Log: > Ecrire: Add cmake. > > Everything works except for gettext (I'm using some useless plugin). > FindEina/Edje/etc modules are good but not perfect. We should ship > them with core EFL anyway. It may be useful for others.

Re: [E-devel] Windows EFL leaking Handles

2012-03-03 Thread HariHara Sudhan
OK done. I will check and configure with -g option. I will send you the new output. Thanks for the help. On Sat, Mar 3, 2012 at 4:07 PM, Vincent Torri wrote: > On Sat, Mar 3, 2012 at 11:33 AM, HariHara Sudhan wrote: > > The whole of EFL? no. > > > > I don't have a version handy with the -g op

Re: [E-devel] Windows EFL leaking Handles

2012-03-03 Thread HariHara Sudhan
What I mean is rotate the windows desktop by 90 degree or 180 degrees. Either by using the EnumDisplaySettings function or by using the ctrl+alt+arrrow keys on the keyboard or by setting an option in their graphic cards management utility. Like ATI catalyst or Nvidia control center. or by using

Re: [E-devel] Windows EFL leaking Handles

2012-03-03 Thread Vincent Torri
On Sat, Mar 3, 2012 at 11:33 AM, HariHara Sudhan wrote: > The whole of EFL? no. > > I don't have a version handy with the -g option. > > Can you try it instead (if you have it), or I will have to compile and try. when debugging, you have to compile the libraries (here, the EFL) and the test progr

Re: [E-devel] Windows EFL leaking Handles

2012-03-03 Thread HariHara Sudhan
The whole of EFL? no. I don't have a version handy with the -g option. Can you try it instead (if you have it), or I will have to compile and try. On Sat, Mar 3, 2012 at 3:57 PM, Vincent Torri wrote: > On Sat, Mar 3, 2012 at 9:06 AM, HariHara Sudhan wrote: > > See attached file. This is t

Re: [E-devel] Windows EFL leaking Handles

2012-03-03 Thread Vincent Torri
On Sat, Mar 3, 2012 at 9:14 AM, HariHara Sudhan wrote: > Please find attached the test case for checking ddraw bug. one question : what do you mean by "changing the screen orientation" ? Vincent -- Virtualization & Clou

Re: [E-devel] Windows EFL leaking Handles

2012-03-03 Thread Vincent Torri
On Sat, Mar 3, 2012 at 9:06 AM, HariHara Sudhan wrote: > See attached file. This is the output from the codeproject application. hmm, useless. Are you sure that you compiled the EFL with -g ? If yes, that program is of no use Vincent -

Re: [E-devel] : Elementary: Elm_colorpalette - New widget patch

2012-03-03 Thread Gustavo Sverzut Barbieri
What is your take on my initial review? Merging this with color selector and automatically change between modes, with an option to fix a mode. This would provide us with more flexibility. For instance most of palette users (apps) will need to handle color selection. Then there is code to write to

Re: [E-devel] E SVN: seoz IN trunk/elementary/src: bin lib

2012-03-03 Thread Gustavo Sverzut Barbieri
Hi Dan, Could you also export this callback in the introspection? See the other widgets for callback description. On Saturday, March 3, 2012, Enlightenment SVN wrote: > Log: > elm multibuttonentry: Revised codes. > 1. fixed formatting. > 2. renamed smart callback "shrank" -> "contracted" > I

Re: [E-devel] E SVN: discomfitor trunk/elementary/src/bin

2012-03-03 Thread Christopher Michael
On 03/03/2012 02:29 AM, Daniel Juyung Seo wrote: > Hello, > > On Fri, Mar 2, 2012 at 5:34 AM, Leif Middelschulte > wrote: >> Since the order is important, why not use single select and dnd to >> sort the list? Like this, the reason for multiselect isn't >> communicated at all. Only people who kno

Re: [E-devel] Windows EFL leaking Handles

2012-03-03 Thread HariHara Sudhan
Please find attached the test case for checking ddraw bug. On Sat, Mar 3, 2012 at 1:36 PM, HariHara Sudhan wrote: > See attached file. This is the output from the codeproject application. > > I also went to ecore and printed to see how ecore was calling evil time. > Maybe those handles are n

Re: [E-devel] Windows EFL leaking Handles

2012-03-03 Thread HariHara Sudhan
See attached file. This is the output from the codeproject application. I also went to ecore and printed to see how ecore was calling evil time. Maybe those handles are not being closed? Clueless at this point. I will send you the ddraw test case in sometime. On Sat, Mar 3, 2012 at 12:49 PM,