Re: [E-devel] Mac OS X and library version

2011-03-16 Thread Mike Blumenkrantz
On Thu, 17 Mar 2011 07:28:44 +0100 s...@tango.flipp.net wrote: > Hi, > > Got a complaint from a Mac OS X user that building from trunk fails. The > reason is the v_mic number: > > ld: malformed version number: 2.999 > > After checking I found the reason: > > -current_version number > Spe

Re: [E-devel] Mac OS X and library version

2011-03-16 Thread Vincent Torri
On Thu, 17 Mar 2011, s...@tango.flipp.net wrote: > Hi, > > Got a complaint from a Mac OS X user that building from trunk fails. The > reason is the v_mic number: > > ld: malformed version number: 2.999 > > After checking I found the reason: > > -current_version number > Specifies the curre

[E-devel] Mac OS X and library version

2011-03-16 Thread sd
Hi, Got a complaint from a Mac OS X user that building from trunk fails. The reason is the v_mic number: ld: malformed version number: 2.999 After checking I found the reason: -current_version number Specifies the current version number of the library. The current version of the library

Re: [E-devel] [PATCH] Patch to keep the cursor position regardless of changing edj

2011-03-16 Thread Jihoon Kim
There was some typo in my previous e-mail. The API that I mentioned in the paragraph 1 is 'edje_object_message_signal_process' NOT 'edje_object_signal_emit'. -Original Message- From: Jihoon Kim [mailto:jihoon48@samsung.com] Sent: Thursday, March 17, 2011 2:21 PM To: 'Tom Hacohen' Cc

Re: [E-devel] [PATCH] Patch to keep the cursor position regardless of changing edj

2011-03-16 Thread Jihoon Kim
1. The reason why I call edje_object_signal_emit is that _signal_cursor_changed function was not called in the below situation. elm_entry_cursor_pos_set(en, 5); elm_entry_password_set(en, EINA_TRUE); 2. The APIs such as elm_entry_password_mode_set, elm_entry_single_line_set call _elm_theme_obje

Re: [E-devel] Changing the E Menu

2011-03-16 Thread hannes.janet...@gmail.com
On Thu, Mar 17, 2011 at 1:56 AM, Brian 'morlenxus' Miculcy wrote: > On Thu, Mar 17, 2011 at 01:25:15AM +0100, hannes.janet...@gmail.com wrote: >> On Wed, Mar 16, 2011 at 9:10 PM, Tom Hacohen wrote: >> > On Wed, Mar 16, 2011 at 8:56 PM, Cedric BAIL wrote: >> > >> >>  We do have some nice infra th

Re: [E-devel] Changing the E Menu

2011-03-16 Thread Brian 'morlenxus' Miculcy
On Thu, Mar 17, 2011 at 01:25:15AM +0100, hannes.janet...@gmail.com wrote: > On Wed, Mar 16, 2011 at 9:10 PM, Tom Hacohen wrote: > > On Wed, Mar 16, 2011 at 8:56 PM, Cedric BAIL wrote: > > > >>  We do have some nice infra that should make it possible to include > >> gadget directly inside the men

Re: [E-devel] Changing the E Menu

2011-03-16 Thread hannes.janet...@gmail.com
On Wed, Mar 16, 2011 at 9:10 PM, Tom Hacohen wrote: > On Wed, Mar 16, 2011 at 8:56 PM, Cedric BAIL wrote: > >>  We do have some nice infra that should make it possible to include >> gadget directly inside the menu and have some cool stuff like that. >> But that require some work and I don't think

Re: [E-devel] E SVN: cedric IN trunk/evas: . src/lib/include src/modules/engines/gl_common src/modules/engines/gl_glew src/modules/engines/gl_sdl src/modules/engines/gl_x11

2011-03-16 Thread The Rasterman
On Wed, 16 Mar 2011 22:12:15 +0200 Tom Hacohen said: > On Wed, Mar 16, 2011 at 8:57 PM, Cedric BAIL wrote: > > > Well, I did think about that before doing the commit, but as it only > > change internal function nothing can be seen by our user right now. > > That's why I didn't update the Change

[E-devel] [PATCH] e17, website!

2011-03-16 Thread Leif Middelschulte
Hi all, find attached three patches. Two for the e's randr subsystem and one for the website. e_randr: The first patch prevents a segv when the monitor has no preferred mode. I just went streight forward and set the first mode (in the list of modes) to be the only preferred mode in such a case. T

Re: [E-devel] imlib2 caching can fail

2011-03-16 Thread Kim Woelders
On Sat, 12 Mar 2011 13:36:07 +0100, Jesper Saxtorph wrote: > On Friday 11 March 2011, 18:13:20, Jesper Saxtorph wrote: >> > -Original Message- >> > From: Kim Woelders [mailto:k...@woelders.dk] >> > Sent: 10. marts 2011 20:52 >> > To: Carsten Haitzler >> > Cc: enlightenment-devel@lists.s

Re: [E-devel] [Review] [Patch] Evas - OpenGL and Evas (Part 4)

2011-03-16 Thread Daniel Juyung Seo
Good ! I added you to evas.dox.in as well. You'll see your name on below page later. (It takes time changes to be applied to the web page.) http://docs.enlightenment.org/auto/evas/ Thanks. Daniel Juyung Seo (SeoZ) On Thu, Mar 17, 2011 at 2:39 AM, Cedric BAIL wrote: > Hi again, > > On Wed, Mar 16

Re: [E-devel] Changing the E Menu

2011-03-16 Thread Leif Middelschulte
2011/3/16 Tom Hacohen : > On Wed, Mar 16, 2011 at 8:56 PM, Cedric BAIL wrote: > >>  We do have some nice infra that should make it possible to include >> gadget directly inside the menu and have some cool stuff like that. >> But that require some work and I don't think it should be a blocker >> fo

Re: [E-devel] E SVN: cedric IN trunk/evas: . src/lib/include src/modules/engines/gl_common src/modules/engines/gl_glew src/modules/engines/gl_sdl src/modules/engines/gl_x11

2011-03-16 Thread Tom Hacohen
On Wed, Mar 16, 2011 at 8:57 PM, Cedric BAIL wrote: > Well, I did think about that before doing the commit, but as it only > change internal function nothing can be seen by our user right now. > That's why I didn't update the ChangeLog. If the consensus is to add, > so no problem for me, I will a

Re: [E-devel] Changing the E Menu

2011-03-16 Thread Tom Hacohen
On Wed, Mar 16, 2011 at 8:56 PM, Cedric BAIL wrote: > We do have some nice infra that should make it possible to include > gadget directly inside the menu and have some cool stuff like that. > But that require some work and I don't think it should be a blocker > for a release. It could be just a

Re: [E-devel] E SVN: cedric IN trunk/evas: . src/lib/include src/modules/engines/gl_common src/modules/engines/gl_glew src/modules/engines/gl_sdl src/modules/engines/gl_x11

2011-03-16 Thread Cedric BAIL
On Wed, Mar 16, 2011 at 7:35 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Mar 16, 2011 at 2:32 PM, Enlightenment SVN > wrote: >> Log: >> evas: rename Evas_GL_Context to Evas_Engine_GL_Context > > maybe it will come later with other entries, but this deserves a > ChangeLog entry. And it's better

Re: [E-devel] Changing the E Menu

2011-03-16 Thread Cedric BAIL
On Wed, Mar 16, 2011 at 7:06 PM, Jeff Hoogland wrote: > THAT is something else that needs to be reworked as well. I like all the > options that are there, but a few others should be in the first menu that > are not I think. For instance nine times out of ten when I right click on a > title bar I w

Re: [E-devel] E SVN: cedric IN trunk/evas: . src/lib/include src/modules/engines/gl_common src/modules/engines/gl_glew src/modules/engines/gl_sdl src/modules/engines/gl_x11

2011-03-16 Thread Gustavo Sverzut Barbieri
On Wed, Mar 16, 2011 at 2:32 PM, Enlightenment SVN wrote: > Log: > evas: rename Evas_GL_Context to Evas_Engine_GL_Context maybe it will come later with other entries, but this deserves a ChangeLog entry. And it's better to do it with the patch commit than later. -- Gustavo Sverzut Barbieri htt

Re: [E-devel] Changing the E Menu

2011-03-16 Thread Jeff Hoogland
THAT is something else that needs to be reworked as well. I like all the options that are there, but a few others should be in the first menu that are not I think. For instance nine times out of ten when I right click on a title bar I want the window to "always be on top" I don't think that one sho

Re: [E-devel] Changing the E Menu

2011-03-16 Thread Tom Hacohen
Hehe, actually, we talked about it at cebit. I don't remember what the consensus was, but I also think it should be reworked a bit. Actually, I'm more annoyed by the menu you get when clicking on the titlebar. :) -- Tom. On Wed, Mar 16, 2011 at 7:56 PM, Jeff Hoogland wrote: > So something that h

[E-devel] Changing the E Menu

2011-03-16 Thread Jeff Hoogland
So something that has gotten picked apart in *alot* of Bodhi reviews is the Enlightenment menu. Yes, it is fairly functional, but at the same time I feel it looks like it is straight out of 1995. Has any thought ever been given to redesigning the layout of main menu Enlightenment uses? Does anyone

Re: [E-devel] [Review] [Patch] Evas - OpenGL and Evas (Part 4)

2011-03-16 Thread Cedric BAIL
Hi again, On Wed, Mar 16, 2011 at 5:02 PM, Sung W. Park wrote: > Hi Cedric, > Thanks for the review and the comments.  I'm glad to hear that it worked =) > > On Wed, Mar 16, 2011 at 11:35 PM, Cedric BAIL wrote: >> On Wed, Mar 16, 2011 at 8:26 AM, Sung W. Park wrote: >> > Based on the discussion

Re: [E-devel] [PATCH] Patch to keep the cursor position regardless of changing edj

2011-03-16 Thread Tom Hacohen
Dear Jihoon, Thanks a lot for the patch, I have one question and one comment: Question: In line 89 of the patch, you added: edje_object_message_signal_process(wd->ent); Why is it needed there? Comment: I think all the + elm_entry_cursor_pos_set(obj, wd->cursor_pos); + if (elm_widget_focus_g

Re: [E-devel] [Review] [Patch] Evas - OpenGL and Evas (Part 4)

2011-03-16 Thread Sung W. Park
Hi Cedric, Thanks for the review and the comments. I'm glad to hear that it worked =) On Wed, Mar 16, 2011 at 11:35 PM, Cedric BAIL wrote: > Hi, > > On Wed, Mar 16, 2011 at 8:26 AM, Sung W. Park wrote: > > Based on the discussions and the comments that I've been getting, I'm > > attaching > >

Re: [E-devel] [Review] [Patch] Evas - OpenGL and Evas (Part 4)

2011-03-16 Thread Cedric BAIL
Hi, On Wed, Mar 16, 2011 at 8:26 AM, Sung W. Park wrote: > Based on the discussions and the comments that I've been getting, I'm > attaching > patches for the community to review and test out the code. The patches > implement > the code for the gl_x11 backend.  Other backends can be taken care of

Re: [E-devel] E SVN: englebass trunk/efreet/src/bin

2011-03-16 Thread sd
> > > On Wed, 16 Mar 2011, Sebastian Dransfeld wrote: > >> On 03/15/2011 11:55 PM, Vincent Torri wrote: >>> >>> >>> On Tue, 15 Mar 2011, Enlightenment SVN wrote: >>> Log: Efreet: And revert logging, no longer needed >>> >>> eina_log support is enabled, but it seems that it is disabled in

[E-devel] [PATCH] Patch to keep the cursor position regardless of changing edj

2011-03-16 Thread Jihoon Kim
Hello. Whenever the theme (edj) is changed in entry, the cursor position in entry is reset because elm_entry does not save the cursor position in the entry. This patch is for keeping the cursor position in entry regardless of changing theme (edj). It will save the cursor position in entry and set

[E-devel] [Review] [Patch] Evas - OpenGL and Evas (Part 4)

2011-03-16 Thread Sung W. Park
Hi all, Based on the discussions and the comments that I've been getting, I'm attaching patches for the community to review and test out the code. The patches implement the code for the gl_x11 backend. Other backends can be taken care of later once this has been reviewed. I apologize if this pat