[E-devel] [Patch] Small patch for elm_slider (scrolling pop + push)

2011-03-15 Thread WooHyun Jung
Hello ~ I made small patch for elm_slider. I think scrolling should be freezed (not held) when dragging is started. This is because scrolling can go on with elm_widget_scroll_hold_push. Anybody can check about this ? Thanks. elm_slider.patch Description: Binary data

[E-devel] [Patch] els_scroller - freeze

2011-03-15 Thread Jae Hwan Kim
Hello all I have two question. First, in the function _smart_event_mouse_up of the els_scroller of the elementary, it seems that the second !sd-freeze is not neccesary. Is it right? Or is there any reason why it is compared again? The following is the part of the code.

Re: [E-devel] E SVN: tasn trunk/evas/src/lib/include

2011-03-15 Thread Mike Blumenkrantz
On Tue, 15 Mar 2011 07:23:08 -0700 Enlightenment SVN no-re...@enlightenment.org wrote: Log: Evas common: Use _GNU_SOURCE instead of __USE_GNU. Thanks to aissen for letting us know. Author: tasn Date: 2011-03-15 07:23:07 -0700 (Tue, 15 Mar 2011) New Revision: 57764

Re: [E-devel] E SVN: tasn trunk/evas/src/lib/include

2011-03-15 Thread Tom Hacohen
So we should just remove it? Even better, please do. I just replaced the bad use of __USE_GNU which is internal. -- Tom. On Tue, 2011-03-15 at 12:23 -0400, Mike Blumenkrantz wrote: On Tue, 15 Mar 2011 07:23:08 -0700 Enlightenment SVN no-re...@enlightenment.org wrote: Log: Evas common:

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

2011-03-15 Thread Vincent Torri
On Tue, 15 Mar 2011, Enlightenment SVN wrote: Log: Efreet: Add some logging why not using eina_log ? Vincent Author: englebass Date: 2011-03-15 10:07:19 -0700 (Tue, 15 Mar 2011) New Revision: 57769 Trac: http://trac.enlightenment.org/e/changeset/57769 Modified:

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

2011-03-15 Thread Sebastian Dransfeld
On 03/15/2011 06:12 PM, Vincent Torri wrote: On Tue, 15 Mar 2011, Enlightenment SVN wrote: Log: Efreet: Add some logging why not using eina_log ? Because I needed quick and dirty logging to track down the Mac OS X issue, and eina logging is still not enabled here which is the same

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

2011-03-15 Thread Gustavo Sverzut Barbieri
You dont need any enablement to use eina_log, just use the global macros and you'll get it. Of couse it would be desirable to have one domain for efreet On Tuesday, March 15, 2011, Sebastian Dransfeld s...@tango.flipp.net wrote: On 03/15/2011 06:12 PM, Vincent Torri wrote: On Tue, 15 Mar

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

2011-03-15 Thread Tom Hacohen
On Tue, Mar 15, 2011 at 7:54 PM, Sebastian Dransfeld s...@tango.flipp.netwrote: Because I needed quick and dirty logging to track down the Mac OS X issue, and eina logging is still not enabled here which is the same reason as last time. Do you have an auto script to check for added

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

2011-03-15 Thread Sebastian Dransfeld
On 03/15/2011 07:15 PM, Tom Hacohen wrote: On Tue, Mar 15, 2011 at 7:54 PM, Sebastian Dransfeld s...@tango.flipp.net mailto:s...@tango.flipp.net wrote: Because I needed quick and dirty logging to track down the Mac OS X issue, and eina logging is still not enabled here which is the

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

2011-03-15 Thread Tom Hacohen
Because I don't do the testing, someone else is. And that person is no coder. - What's wrong with a patch? Maybe it's just me, but I don't think debugging should happen through SVN. :) -- Tom. On Tue, Mar 15, 2011 at 8:24 PM, Sebastian Dransfeld s...@tango.flipp.netwrote: On 03/15/2011 07:15

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

2011-03-15 Thread Sebastian Dransfeld
Code gone, I'll never do it again. S. On 03/15/2011 07:32 PM, Tom Hacohen wrote: Because I don't do the testing, someone else is. And that person is no coder. - What's wrong with a patch? Maybe it's just me, but I don't think debugging should happen through SVN. :) -- Tom. On Tue, Mar

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

2011-03-15 Thread Mike Blumenkrantz
On Tue, 15 Mar 2011 19:51:26 +0100 Sebastian Dransfeld s...@tango.flipp.net wrote: Code gone, I'll never do it again. S. On 03/15/2011 07:32 PM, Tom Hacohen wrote: Because I don't do the testing, someone else is. And that person is no coder. - What's wrong with a patch? Maybe

Re: [E-devel] E SVN: titan IN trunk/devs: . okra

2011-03-15 Thread Vincent Torri
On Tue, 15 Mar 2011, Enlightenment SVN wrote: Log: Rename myself as okra. iirc raster told me that the name used to check out as dev is the one in devs/. Isn't that a problem if you rename it ? Vincent Author: titan Date: 2011-03-15 14:44:41 -0700 (Tue, 15 Mar 2011) New

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

2011-03-15 Thread Tom Hacohen
:))) discomfitor: no one is fighting (or at least I wasn't). On Tue, Mar 15, 2011 at 8:51 PM, Sebastian Dransfeld s...@tango.flipp.netwrote: Code gone, I'll never do it again. S. On 03/15/2011 07:32 PM, Tom Hacohen wrote: Because I don't do the testing, someone else is. And that person

Re: [E-devel] E SVN: titan IN trunk/devs: . okra

2011-03-15 Thread Tom Hacohen
He wants to rename himself from titan to okra, so I guess it's exactly what he wants... On Wed, Mar 16, 2011 at 12:06 AM, Vincent Torri vto...@univ-evry.fr wrote: On Tue, 15 Mar 2011, Enlightenment SVN wrote: Log: Rename myself as okra. iirc raster told me that the name used to check

Re: [E-devel] E SVN: titan IN trunk/devs: . okra

2011-03-15 Thread Stephen Houston
On 03/15/2011 05:10 PM, Tom Hacohen wrote: He wants to rename himself from titan to okra, so I guess it's exactly what he wants... On Wed, Mar 16, 2011 at 12:06 AM, Vincent Torrivto...@univ-evry.fr wrote: On Tue, 15 Mar 2011, Enlightenment SVN wrote: Log: Rename myself as okra. iirc

Re: [E-devel] E SVN: titan IN trunk/devs: . okra

2011-03-15 Thread Stephen Houston
Check that. It works now. Good. On 03/15/2011 05:10 PM, Tom Hacohen wrote: He wants to rename himself from titan to okra, so I guess it's exactly what he wants... On Wed, Mar 16, 2011 at 12:06 AM, Vincent Torrivto...@univ-evry.fr wrote: On Tue, 15 Mar 2011, Enlightenment SVN wrote: Log:

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

2011-03-15 Thread Vincent Torri
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 efreet. See efreet_private.h lines 72 and after and efreet.c line 36. On the other hand, it's enabled in efreet_mime (see

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

2011-03-15 Thread The Rasterman
On Wed, 16 Mar 2011 00:08:28 +0200 Tom Hacohen t...@stosb.com said: i don't see a problem with quick and dirty printfs in trunk when working on an issue. if you want more permanent logging abilities - eina_log is probably good as u can turn it on and off at will. :))) discomfitor: no one is

[E-devel] epp

2011-03-15 Thread Daniel McLellan
I am trying to compile E17 for openindiana using suncc. There seems to have been an issue with the c preprocessor; I have noted the new epp but I am unaware of how to cause detection for operation. Please advise. Thanks, raijin

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

2011-03-15 Thread Sebastian Dransfeld
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 efreet. See efreet_private.h lines 72 and after and efreet.c line 36. On the other