Re: [E-devel] E SVN: raster trunk/eet

2012-03-29 Thread The Rasterman
On Thu, 29 Mar 2012 16:41:45 +1000 David Seikel said: > On Sun, 25 Mar 2012 21:38:01 -0700 "Enlightenment SVN" > wrote: > > > Log: > > eet changelog/news update/sync > > > > > > > > Author: raster > > Date: 2012-03-25 21:38:01 -0700 (Sun, 25 Mar 2012) > > New Revision: 6962

Re: [E-devel] E SVN: raster trunk/eet

2012-03-29 Thread David Seikel
On Thu, 29 Mar 2012 16:14:39 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 29 Mar 2012 16:41:45 +1000 David Seikel > said: > > > On Sun, 25 Mar 2012 21:38:01 -0700 "Enlightenment SVN" > > wrote: > > > > > Log: > > > eet changelog/news update/sync > > > > > > > > > > > > Autho

Re: [E-devel] [patch] bugfix infinite loop in _elm_win_obj_callback_del

2012-03-29 Thread The Rasterman
On Wed, 28 Mar 2012 17:37:38 +0900 Hyoyoung Chang said: i dont think that will do it. i put in 2 commits (1 to evas, 1 to elm) that fix this a different way, that works much more nicely :) > Dear all, > > SeungGyun and I found infinite loop in _elm_win_obj_callback_del. > It calls evas_object_d

[E-devel] [patch] elm_genlist - bugfix losting content_objs at flip_realize

2012-03-29 Thread Hyoyoung Chang
Dear all I made a patch about flip_realize. Currently flip feature uses content_objs, so it should keep its content_objs. However it's lost at _item_flips_realize(). So i fixed to initialize with its content_objs. Thanks Index: elementary/src/lib/elm_genlist.c

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

2012-03-29 Thread The Rasterman
On Wed, 28 Mar 2012 16:16:54 +0900 Kim Shinwoo said: what is this is_keystroke stuff an why should it fire a key up (on wince/32) during a key press? > ah.. yes, you right the patch to fire the key-up event no the mouse-up > event. :) > > 2012/3/28 Vincent Torri : > > On Wed, Mar 28, 2012 at 4:

Re: [E-devel] introducinggggggggggggggg

2012-03-29 Thread Cedric BAIL
On Wed, Mar 28, 2012 at 10:29 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Mar 28, 2012 at 4:59 PM, Vincent Torri > wrote: >> On Wed, Mar 28, 2012 at 9:22 PM, Gustavo Sverzut Barbieri >> wrote: >> > On Wed, Mar 28, 2012 at 2:26 PM, Michael Blumenkrantz < >> > michael.blumenkra...@gmail.com> wr

Re: [E-devel] [patch] elm_genlist - bugfix losting content_objs at flip_realize

2012-03-29 Thread Daniel Juyung Seo
Good patch! Thanks in SVN! http://trac.enlightenment.org/e/changeset/69725 Daniel Juyung Seo (SeoZ) On Thu, Mar 29, 2012 at 4:56 PM, Hyoyoung Chang wrote: > Dear all > > I made a patch about flip_realize. > Currently flip feature uses content_objs, so it should keep its content_objs. > However i

[E-devel] [patch] eina doxygen doc

2012-03-29 Thread Jérôme Pinot
Hi, Here is a patch that fix several links in the eina doxygen doc. Most of the problems come from unescaped special characters. Following is the build log diff. Patch is attached. --- /tmp/eina.log 2012-03-29 14:43:55.741564765 +0900 +++ /tmp/eina2.log 2012-03-29 17:16:02.521686541

[E-devel] [patch] eet doxygen doc

2012-03-29 Thread Jérôme Pinot
Hi, Here is a small fix for eet doxygen doc, escaping a # that shutdown a build warning. buil log diff: --- /tmp/eet.log2012-03-29 14:44:31.328066781 +0900 +++ /tmp/eet2.log 2012-03-29 17:59:00.743413215 +0900 @@ -462,7 +463,6 @@ /tmp/eet/src/lib/Eet.h:2500: warning: Member eet_d

[E-devel] can not compile examples if deps are missing

2012-03-29 Thread Vincent Torri
hey as an example, on Windows, no Ethumb (but can be the case on linux too), hence: thumb_example_01.c:30:4: error: unknown type name ‘Ethumb_Client’ I can fix that but I don't know what you prefer : no compilation (i.e. Makefile.am fix) or guards in the file ? Vincent

Re: [E-devel] Fwd: E SVN: discomfitor trunk/web/www/p/download

2012-03-29 Thread The Rasterman
On Mon, 26 Mar 2012 21:01:26 +1030 Simon said: > Hi all, > I've been using this opensuse repo for a few months without any issues > maybe its worth adding. > http://download.opensuse.org/repositories/X11:/Enlightenment:/Nightly/ > Cheers > Simon i've added that into the page. tnx! -- ---

[E-devel] [patch] evas doxyfile deprecated values

2012-03-29 Thread Jérôme Pinot
The doxyfile of evas contains some variables that have been deprecated a long time ago (6 years for some of them). Here is a patch that fix this build warning: make -C doc doc make[1]: Entering directory `/tmp/evas/doc' rm -rf html/ latex/ man/ xml/ evas-1.2.0-alpha-doc.tar* doxygen warning: Tag `

Re: [E-devel] [patch] evas doxyfile deprecated values

2012-03-29 Thread Jihoon Kim
Thanks, in SVN. On Thursday, March 29, 2012, Jérôme Pinot wrote: > The doxyfile of evas contains some variables that have been deprecated a > long time ago (6 years for some of them). Here is a patch that fix this > build warning: > > make -C doc doc > make[1]: Entering directory `/tmp/evas/doc'

Re: [E-devel] [Question][Ecore_Thread] active thread count is -1?

2012-03-29 Thread The Rasterman
On Mon, 26 Mar 2012 18:01:53 +0900 Sohyun Kim said: > Hi > I have a question about Ecore_Thread. > > When I added Ecore_Thread using ecore_thread_feedback_run() while setting > try_no_queue parameter to EINA_TRUE, > I found active thread count is 0. > However, after the thread is ended, the acti

Re: [E-devel] Elm_datetime open source patch : Datetime enhancements

2012-03-29 Thread The Rasterman
On Wed, 28 Mar 2012 20:00:49 +0900 (KST) ChunEon Park said: commit it - not too bad. still think defaults should allow ANY year... (ie negatives as minimum) :) > I just delivered Sumanth's patch. > Please someone review the patch. > > > > > Can you please reivew and push the patch to open so

[E-devel] [patch] evas doxygen doc (1)

2012-03-29 Thread Jérôme Pinot
There are a lot of small things to fix in the evas doc. Here is a first batch. Fixes are trivial and obvious. Just a question about the first hunk, I removed the that replaced valid email for companies because it makes doxygen complain about the unknown tag and, well, it doesn't give any informati

Re: [E-devel] [patch] eina doxygen doc

2012-03-29 Thread The Rasterman
On Thu, 29 Mar 2012 17:49:21 +0900 Jérôme Pinot said: oh nicely done! in svn! :) > Hi, > > Here is a patch that fix several links in the eina doxygen doc. Most of > the problems come from unescaped special characters. > > Following is the build log diff. Patch is attached. > > > --- /tmp/ein

Re: [E-devel] [patch] evas doxygen doc (1)

2012-03-29 Thread The Rasterman
On Thu, 29 Mar 2012 20:20:22 +0900 Jérôme Pinot said: and thanks again - the thing is "to be decided" email address. i have yet to know/figure out an email address contact for these entities :) > There are a lot of small things to fix in the evas doc. Here is a first > batch. Fixes are trivial

Re: [E-devel] [patch] eet doxygen doc

2012-03-29 Thread The Rasterman
On Thu, 29 Mar 2012 18:07:43 +0900 Jérôme Pinot said: again - nice work. in svn! :) > Hi, > > Here is a small fix for eet doxygen doc, escaping a # that shutdown a > build warning. > > buil log diff: > > > --- /tmp/eet.log 2012-03-29 14:44:31.328066781 +0900 > +++ /tmp/eet2.log 2012

[E-devel] Suggestion: Fingersize based minimum part size setting in edje

2012-03-29 Thread SHILPA ONKAR SINGH
Hi All, We have a idea/suggestion and need your opinion. Currently we have a way to set minimum size of widget based on finger size through .c But we don’t have any recommended way to set minimum size of a part of a widget’s edc through .c For example minimum size of dragable parts of a widget

Re: [E-devel] E SVN: onefang IN trunk/eet: . src/lib

2012-03-29 Thread Vincent Torri
On Thu, Mar 29, 2012 at 1:18 PM, Enlightenment SVN wrote: > Log: > Added a new macro for adding variable arrays of basic types. >  EET_DATA_DESCRIPTOR_ADD_BASIC_VAR_ARRAY > > > > Author:       onefang > Date:         2012-03-29 04:18:52 -0700 (Thu, 29 Mar 2012) > New Revision: 69745 > Trac:      

Re: [E-devel] E SVN: onefang IN trunk/eet: . src/lib

2012-03-29 Thread David Seikel
On Thu, 29 Mar 2012 14:50:28 +0200 Vincent Torri wrote: > On Thu, Mar 29, 2012 at 1:18 PM, Enlightenment SVN > wrote: > > Log: > > Added a new macro for adding variable arrays of basic types. > >  EET_DATA_DESCRIPTOR_ADD_BASIC_VAR_ARRAY > > > > > > > > Author:       onefang > > Date:         201

Re: [E-devel] E SVN: onefang IN trunk/eet: . src/lib

2012-03-29 Thread Vincent Torri
On Thu, Mar 29, 2012 at 3:00 PM, David Seikel wrote: > On Thu, 29 Mar 2012 14:50:28 +0200 Vincent Torri > wrote: > >> On Thu, Mar 29, 2012 at 1:18 PM, Enlightenment SVN >> wrote: >> > Log: >> > Added a new macro for adding variable arrays of basic types. >> >  EET_DATA_DESCRIPTOR_ADD_BASIC_VAR_A

[E-devel] [patch] evas doxygen doc (2)

2012-03-29 Thread Jérôme Pinot
Other part of the obvious fixes. Comment: there is a reference to evas-load-error-str.c in the evas_load_error_str doc, but this file doesn't exist anymore so I made the doc link to evas-images.c which use several times this function. -- Jérôme Pinot http://ngc891.blogdns.net/ Index: evas/src/l

[E-devel] [patch] eina doc leftover

2012-03-29 Thread Jérôme Pinot
Forgot this one -- Jérôme Pinot http://ngc891.blogdns.net/ Index: eina/src/include/eina_value.h === --- eina/src/include/eina_value.h (revision 69750) +++ eina/src/include/eina_value.h (working copy) @@ -1721,7 +1721,7 @@

Re: [E-devel] E SVN: cedric IN trunk/PROTO/exotic/src: include lib/coyote

2012-03-29 Thread Vincent Torri
On Thu, Mar 29, 2012 at 3:53 PM, Enlightenment SVN wrote: > Log: > exotic: make it possible to overwrite free. > > > Author:       cedric > Date:         2012-03-29 06:53:11 -0700 (Thu, 29 Mar 2012) > New Revision: 69755 > Trac:         http://trac.enlightenment.org/e/changeset/69755 > > Modified:

Re: [E-devel] Suggestion: Fingersize based minimum part size setting in edje

2012-03-29 Thread The Rasterman
On Thu, 29 Mar 2012 12:37:20 + (GMT) SHILPA ONKAR SINGH said: this is already done by swallowing invisible rectangles, and elm setting a min size on them (ie finger size). :) > Hi All, > > We have a idea/suggestion and need your opinion. > > Currently we have a way to set minimum size of w

Re: [E-devel] [patch] evas doxygen doc (2)

2012-03-29 Thread Jonas M. Gastal
On Thursday 29 March 2012 22:33:36 Jérôme Pinot wrote: > Other part of the obvious fixes. > > Comment: there is a reference to evas-load-error-str.c in > the evas_load_error_str doc, but this file doesn't exist > anymore so I made the doc link to evas-images.c which use > several times this functi

Re: [E-devel] E SVN: cedric IN trunk/PROTO/exotic/src: include lib/coyote

2012-03-29 Thread Cedric BAIL
On Thu, Mar 29, 2012 at 3:57 PM, Vincent Torri wrote: > On Thu, Mar 29, 2012 at 3:53 PM, Enlightenment SVN > wrote: >> Log: >> exotic: make it possible to overwrite free. >> >> >> Author:       cedric >> Date:         2012-03-29 06:53:11 -0700 (Thu, 29 Mar 2012) >> New Revision: 69755 >> Trac:  

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

2012-03-29 Thread Kim Shinwoo
Umm.. because the key event works like that on the Ubuntu. You can check by adding two callbacks to one object for key_down and key_up. When you hold down the key which makes WM_CHAR/SYSCHAR message, both callbacks will be called. And the is_keystroke is true, if WM_CHAR/SYSCHAR message fires. 201

Re: [E-devel] E SVN: devilhorns IN trunk/e/src/modules: . wl_drm wl_screenshot wl_shell

2012-03-29 Thread Christopher Michael
On 03/28/2012 10:54 PM, Carsten Haitzler (The Rasterman) wrote: > On Wed, 28 Mar 2012 18:43:18 -0700 "Enlightenment SVN" > said: > > you broke e17 build! you didnt add the configure.ac bits! > Ooops :( Yes, I purposely did not commit the configure.ac bits, however the module/Makefile.am should

Re: [E-devel] elm_calendar_ first_day_of_week API

2012-03-29 Thread Bruno Dilly
Hey Michael, really nice feature! Good stuff. Thank you for your patch. A few comments after a quick review: - when you've moved code to _fill_weekdays, var "weekday" declaration was left behind. - I don't think it will work fine when used together to weedays_names_set (please check this, but y

[E-devel] Internationalization

2012-03-29 Thread Guilherme Silveira
Hi all, I have some text in edc file, but i need internationalization in the theme.. Any tip how can i do that? Regards, -- Guilherme Silveira E-mail: xgu...@gmail.com -- This SF email is sponsosred by: Try Windows Azur

Re: [E-devel] elm_calendar_ first_day_of_week API

2012-03-29 Thread michael bouchaud
2012/3/29 Bruno Dilly > Hey Michael, > > really nice feature! Good stuff. Thank you for your patch. > > A few comments after a quick review: > - when you've moved code to _fill_weekdays, var "weekday" declaration > was left behind. > Yes I see it after send it. Removed :) > - I don't think i

Re: [E-devel] Internationalization

2012-03-29 Thread michael bouchaud
You can't translate strings in the edc file for now. But you can call some edje_object_part_text_set with gettext stuff in c. 2012/3/29 Guilherme Silveira > Hi all, > > I have some text in edc file, but i need internationalization in the > theme.. > Any tip how can i do that? > > Regards, > > --

Re: [E-devel] E SVN: sachiel IN trunk/eina: . src/lib

2012-03-29 Thread Michael Blumenkrantz
On Thu, 29 Mar 2012 10:46:17 -0700 "Enlightenment SVN" wrote: > Log: > Hack to avoid freeing old data when calling eina_hash_set() with new_data == > NULL. Let's have a minute of silence for all the innocent children that died > because of this very grave error. > > Author: sachiel > Date

[E-devel] Shell script to create Windows installer

2012-03-29 Thread Vincent Torri
Hey I have written a rough script (which can be highly improved) which builds the NSIS installer for the current svn tree (useful to test the Windows port before a release), all that in linux . Here is what it basically does: 1) it installs the dependencies in a subdir 2) it checks out the EFL f

Re: [E-devel] Internationalization

2012-03-29 Thread Guilherme Silveira
This not sound like good for me... I will have a lot of work.. Thanks.. ;/ 2012/3/29 michael bouchaud > You can't translate strings in the edc file for now. But you can call some > edje_object_part_text_set with gettext stuff in c. > > 2012/3/29 Guilherme Silveira > > > Hi all, > > > > I have s

Re: [E-devel] E SVN: gastal trunk/elementary/src/examples

2012-03-29 Thread Vincent Torri
On Thu, Mar 29, 2012 at 10:55 PM, Enlightenment SVN wrote: > Log: > Remove warnings about unused parameters in examples. > > Author:       gastal > Date:         2012-03-29 13:55:55 -0700 (Thu, 29 Mar 2012) > New Revision: 69769 > Trac:         http://trac.enlightenment.org/e/changeset/69769 > > M

Re: [E-devel] E SVN: gastal trunk/elementary/src/examples

2012-03-29 Thread Vincent Torri
On Thu, Mar 29, 2012 at 10:58 PM, Vincent Torri wrote: > On Thu, Mar 29, 2012 at 10:55 PM, Enlightenment SVN > wrote: >> Log: >> Remove warnings about unused parameters in examples. >> >> Author:       gastal >> Date:         2012-03-29 13:55:55 -0700 (Thu, 29 Mar 2012) >> New Revision: 69769 >>

Re: [E-devel] can not compile examples if deps are missing

2012-03-29 Thread Jonas M. Gastal
On Thursday 29 March 2012 11:10:19 Vincent Torri wrote: > hey > > as an example, on Windows, no Ethumb (but can be the case on linux too), > hence: > > thumb_example_01.c:30:4: error: unknown type name ‘Ethumb_Client’ > > I can fix that but I don't know what you prefer : no compilation (i.e. > M

Re: [E-devel] Internationalization

2012-03-29 Thread Cedric BAIL
On Thu, Mar 29, 2012 at 9:32 PM, Guilherme Silveira wrote: > This not sound like good for me... > I will have a lot of work.. There is the beginning of the infra in Edje. You just need time to add all the rest of the code. Current estimation is about 1 month of work to make it up to the right lev

[E-devel] python-ecore.x.screensaver

2012-03-29 Thread Kai Huuhko
I'm trying to access the screensaver related functions (event_available_get, event_listen_set) in python-ecore.x but they are simply not there (according to dir(ecore.x)). Could someone please check that ecore.x.screensaver is correctly included and installed in the python-ecore make process. Thank

[E-devel] Infinite loop ...

2012-03-29 Thread michael bouchaud
Hi, we have a bug in the genlist widget, or ... If you want delete an item from an genlist when the user select it. You have some complaints from valgrind and if you close the window, the process never end. See attachment Best regards -- Michaël Bouchaud #include char *itcLabelGetCb(void *dat

Re: [E-devel] Internationalization

2012-03-29 Thread The Rasterman
On Thu, 29 Mar 2012 13:33:33 -0300 Guilherme Silveira said: > Hi all, > > I have some text in edc file, but i need internationalization in the theme.. > Any tip how can i do that? > > Regards, why do you need it "in theme" ? you have an application using the theme and it already has an interna

Re: [E-devel] Infinite loop ...

2012-03-29 Thread Hyoyoung Chang
I checked this issue. In evas_free(), infinite loop is occurred while (del) { del = 0; EINA_INLIST_FOREACH(e->layers, lay) { Evas_Object *o; evas_layer_pre_free(lay); EINA_INLIST_FOREACH(lay->objects, o) {

Re: [E-devel] E SVN: gastal trunk/elementary/src/examples

2012-03-29 Thread Daniel Juyung Seo
Wow, it works nicely on my machine, Ubuntu 11.04. Thanks Gastal. Daniel Juyung Seo (SeoZ) On Fri, Mar 30, 2012 at 5:59 AM, Vincent Torri wrote: > On Thu, Mar 29, 2012 at 10:58 PM, Vincent Torri > wrote: >> On Thu, Mar 29, 2012 at 10:55 PM, Enlightenment SVN >> wrote: >>> Log: >>> Remove warni

[E-devel] [patch] elm_genlist - renaming internal variables from "edit_" to "deco_"

2012-03-29 Thread Hyoyoung Chang
Dear all, After edit mode naming is changed, some legacy naming is remained. I changed naming to follow API naming changes. "edit_" -> "deco_" and also some explicit edc part names are changed. Some naming are remained as is, I'll fix at next patches. Thanks. Index: elementary/src/lib/elm_genli

[E-devel] [Patch][eina_module] Add eina_module_resident() API

2012-03-29 Thread Bluezery
Hello, I want to add new eina_module_resident() API in eina_modules. This function makes the module never be unloaded before process is closed. This is needed in which case a module should not be closed. For example, if a module uses static GObject, closing and reopening it cause crashes. Because