Re: [E-devel] New EFL release cycle 1.0/1.2/1.6

2012-04-25 Thread Jérôme Pinot
, to provide you with standard widgets and behaviour to make it easy to write GUI applications. Darn, the example.dox files are missing from some release tarballs, so a lot of examples will not be installed. Packagers will have to add back this file from SVN... -- Jérôme Pinot http://ngc891.blogdns.net

[E-devel] [patch] eina_simple_xml example

2012-04-21 Thread Jérôme Pinot
... -- Jérôme Pinot http://ngc891.blogdns.net/ Index: eina/src/include/eina_simple_xml_parser.h === --- eina/src/include/eina_simple_xml_parser.h (revision 70376) +++ eina/src/include/eina_simple_xml_parser.h (working copy) @@ -27,6

Re: [E-devel] Introducing EFL Korean User Group

2012-04-20 Thread Jérôme Pinot
, sometimes in Seoul. Daniel Juyung Seo (SeoZ) On Fri, Apr 20, 2012 at 11:29 AM, Jérôme Pinot ngc...@gmail.com wrote: On 04/19/12 16:21, Daniel Juyung Seo wrote: Dear all, this is Daniel Juyung Seo. I introduce EFL Korean User Group, http://efl.or.kr This group is not a big community

Re: [E-devel] beta time

2012-04-20 Thread Jérôme Pinot
already have a working code but it needs cleaning if it is used for the doc. I can have it ready tomorrow. Do I send it before the beta or should I wait next week? -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description: Digital signature

Re: [E-devel] Introducing EFL Korean User Group

2012-04-20 Thread Jérôme Pinot
On 04/20/12 21:22, Carsten Haitzler wrote: On Fri, 20 Apr 2012 20:49:31 +0900 Jérôme Pinot ngc...@gmail.com said: On 04/20/12 20:11, Carsten Haitzler wrote: On Fri, 20 Apr 2012 20:05:19 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: On Apr 20, 2012 7:46 PM, Jérôme Pinot

Re: [E-devel] Introducing EFL Korean User Group

2012-04-19 Thread Jérôme Pinot
into korean. -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description: Digital signature -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra

Re: [E-devel] [patch] fix exquisite build

2012-04-13 Thread Jérôme Pinot
, Apr 13, 2012 at 2:52 AM, Jérôme Pinot ngc...@gmail.com wrote: On 04/13/12 01:32, Vincent Torri wrote: On Fri, Apr 13, 2012 at 1:28 AM, Jérôme Pinot ngc...@gmail.com wrote: Hi, This patch correct the autofoo files in order to build exquisite. exquisite builds correctly. What is your

Re: [E-devel] [patch] fix exquisite build

2012-04-13 Thread Jérôme Pinot
On 04/13/12 20:21, Carsten Haitzler wrote: On Fri, 13 Apr 2012 08:28:18 +0900 Jérôme Pinot ngc...@gmail.com said: Hi, This patch correct the autofoo files in order to build exquisite. ok - in, but ecore_fb not ecore :) fixed it. :) tnx muchly! :) Ah yeah, thanks for the fix

Re: [E-devel] [patch] update e_dbus doxyfile

2012-04-13 Thread Jérôme Pinot
On 04/13/12 20:26, Carsten Haitzler wrote: On Fri, 13 Apr 2012 08:30:54 +0900 Jérôme Pinot ngc...@gmail.com said: Hi, This patch bring the doxyfile of e_dbus up-to-date. slow friday morning is it then? :) gee! thats a lot... of... mini changes to the comments in a build config

[E-devel] [patch] ecore doxygen doc (3)

2012-04-12 Thread Jérôme Pinot
/examples.dox:242: warning: unable to resolve reference to `ecore_event_example.c' for \ref command -- Jérôme Pinot http://ngc891.blogdns.net/ Index: ecore/doc/examples.dox === --- ecore/doc/examples.dox (revision 70117) +++ ecore/doc

[E-devel] r70118

2012-04-12 Thread Jérôme Pinot
handles use eet_clearcache(). - speculatively * * If the eet file handle is not valid nothing will be done. * * @since 1.0.0 * @ingroup Eet_File_Group + * + * @see eet_clearcache() */ EAPI Eet_Error eet_close(Eet_File *ef); -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc

[E-devel] [patch] fix exquisite build

2012-04-12 Thread Jérôme Pinot
Hi, This patch correct the autofoo files in order to build exquisite. -- Jérôme Pinot http://ngc891.blogdns.net/ Index: exquisite/src/bin/Makefile.am === --- exquisite/src/bin/Makefile.am (revision 70154) +++ exquisite/src

Re: [E-devel] [patch] fix exquisite build

2012-04-12 Thread Jérôme Pinot
On 04/13/12 01:32, Vincent Torri wrote: On Fri, Apr 13, 2012 at 1:28 AM, Jérôme Pinot ngc...@gmail.com wrote: Hi, This patch correct the autofoo files in order to build exquisite. exquisite builds correctly. What is your problem ? The ldflags are not passed to the makefile. Moreover

[E-devel] edje multisense example feedback?

2012-04-04 Thread Jérôme Pinot
. Thanks, -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description: Digital signature -- Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second

[E-devel] [patch] eina doc return type

2012-04-04 Thread Jérôme Pinot
: return type of member eina_prefix_data_get is not documented /tmp/eina/src/include/eina_prefix.h:212: warning: return type of member eina_prefix_locale_get is not documented -- Jérôme Pinot http://ngc891.blogdns.net/ Index: eina/src/include/eina_prefix.h

[E-devel] [patch] eet doc return type

2012-04-04 Thread Jérôme Pinot
eet_sync is not documented /tmp/eet/src/lib/Eet.h:2502: warning: return type of member eet_data_descriptor_stream_new is not documented /tmp/eet/src/lib/Eet.h:2529: warning: return type of member eet_data_descriptor_file_new is not documented -- Jérôme Pinot http://ngc891.blogdns.net/ Index: eet/src

[E-devel] [patch] ecore doc return type (1)

2012-04-04 Thread Jérôme Pinot
: return type of member ecore_file_app_exe_get is not documented /tmp/ecore/src/lib/ecore_x/xcb/ecore_xcb_dpms.c:195: warning: return type of member ecore_x_dpms_timeouts_set is not documented -- Jérôme Pinot http://ngc891.blogdns.net/ Index: ecore/src/lib/ecore_x/Ecore_X.h

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

2012-04-02 Thread Jérôme Pinot
On 04/02/12 08:28, Vincent Torri wrote: in svn, thanks Vincent On Sun, Apr 1, 2012 at 11:35 AM, Jérôme Pinot ngc...@gmail.com wrote: For convenience, I will split the patch in 2 parts. This patch remove doxygen documentation for deprecated widgets: - anchorblock - anchorview

[E-devel] [patch] elementary doxygen doc

2012-04-01 Thread Jérôme Pinot
, Evas_Coord *h) /tmp/elementary/src/lib/elm_web.h:940: warning: The following parameters of elm_web_window_features_region_get(const Elm_Web_Window_Features *wf, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h) are not documented: parameter 'wf' -- Jérôme Pinot http://ngc891.blogdns.net

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

2012-04-01 Thread Jérôme Pinot
add a @ingroup Bg to the typedef Elm_Bg_Option doc and then make the link from elm_bg_option_set Can you correct this or I send an other patch? On Sun, Apr 1, 2012 at 9:02 AM, Jérôme Pinot ngc...@gmail.com wrote: Small fixes and remove anchor{block,view} leftovers : ../doc/shot.sh: line

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

2012-04-01 Thread Jérôme Pinot
On 04/01/12 09:53, Vincent Torri wrote: On Sun, Apr 1, 2012 at 9:49 AM, Jérôme Pinot ngc...@gmail.com wrote: On 04/01/12 09:10, Vincent Torri wrote: just wondering : + * @param option The desired background option (see Elm_Bg_Option ) is there a link to Elm_Bg_Option ? Vincent

[E-devel] [patch] edje doxygen doc

2012-03-31 Thread Jérôme Pinot
Small fixes for edje doxygen doc -- Jérôme Pinot http://ngc891.blogdns.net/ Index: edje/src/lib/edje_cache.c === --- edje/src/lib/edje_cache.c (revision 69808) +++ edje/src/lib/edje_cache.c (working copy) @@ -1,10 +1,6

[E-devel] [patch] efreet doxygen doc

2012-03-31 Thread Jérôme Pinot
3 fixes for efreet doc... -- Jérôme Pinot http://ngc891.blogdns.net/ Index: efreet/src/lib/efreet_uri.h === --- efreet/src/lib/efreet_uri.h (revision 69815) +++ efreet/src/lib/efreet_uri.h (working copy) @@ -40,7 +40,7 @@ EAPI

[E-devel] [patch] emotion doxygen doc

2012-03-31 Thread Jérôme Pinot
) are not documented: parameter 'ih' -- Jérôme Pinot http://ngc891.blogdns.net/ Index: emotion/src/lib/Emotion.h === --- emotion/src/lib/Emotion.h (revision 69823) +++ emotion/src/lib/Emotion.h (working copy) @@ -821,7 +821,7 @@ * * @param

[E-devel] [patch] eeze doxygen doc

2012-03-31 Thread Jérôme Pinot
: warning: The following parameters of eeze_udev_find_by_type(Eeze_Udev_Type type, const char *name) are not documented: parameter 'type' -- Jérôme Pinot http://ngc891.blogdns.net/ Index: eeze/src/lib/Eeze.h === --- eeze/src/lib/Eeze.h

[E-devel] [patch] ethumb doxygen doc

2012-03-31 Thread Jérôme Pinot
/ethumb/src/lib/client/ethumb_client.c:1752: warning: return type of member ethumb_client_frame_set is not documented -- Jérôme Pinot http://ngc891.blogdns.net/ Index: ethumb/src/lib/client/ethumb_client.c === --- ethumb/src/lib/client

[E-devel] [patch] ecore doxygen doc

2012-03-30 Thread Jérôme Pinot
/ecore_xcb_damage.c:129: warning: Unsupported xml/html tag empty found There are more things to fix due to API change but it's not so obvious for me. I will first continue to check/correct trivial things in the others efl doxygen doc. -- Jérôme Pinot http://ngc891.blogdns.net/ Index: ecore/doc

[E-devel] [patch] embryo doxygen doc

2012-03-30 Thread Jérôme Pinot
of embryo_program_run(Embryo_Program *ep, Embryo_Function func) are not documented: - parameter 'func' cp ./img/* html/ rm -rf embryo-1.2.0-alpha-doc.tar* mkdir -p embryo-1.2.0-alpha-doc/doc -- Jérôme Pinot http://ngc891.blogdns.net/ Index: embryo/src/lib/Embryo.h

[E-devel] [patch] eina doxygen doc

2012-03-29 Thread Jérôme Pinot
/include/eina_tiler.h:208: warning: return type of member eina_tiler_rect_add is not documented -- Jérôme Pinot http://ngc891.blogdns.net/ Index: eina/src/include/eina_inarray.h === --- eina/src/include/eina_inarray.h (revision

[E-devel] [patch] eet doxygen doc

2012-03-29 Thread Jérôme Pinot
/src/lib/Eet.h:554: warning: return type of member eet_memopen_read is not documented /tmp/eet/src/lib/Eet.h:579: warning: return type of member eet_close is not documented -- Jérôme Pinot http://ngc891.blogdns.net/ Index: eet/src/lib/Eet.h

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

2012-03-29 Thread Jérôme Pinot
doxygen -u warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 136 of file Doxyfile has become obsolete. To avoid this warning please update your configuration file using doxygen -u As suggested, it would be good to run again doxygen -u Doxyfile.in -- Jérôme Pinot http://ngc891.blogdns.net/ Index: evas/doc

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

2012-03-29 Thread Jérôme Pinot
information either. Was there an explanation about adding this ? Joined is the patch along with the doc build log diff. -- Jérôme Pinot http://ngc891.blogdns.net/ Index: evas/src/lib/Evas.h === --- evas/src/lib/Evas.h (revision 69726

[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

[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

[E-devel] [patch] evas doc typos

2012-03-21 Thread Jérôme Pinot
3 typos in evas doc. -- Jérôme Pinot http://ngc891.blogdns.net/ Index: evas/src/lib/Evas.h === --- evas/src/lib/Evas.h (revision 69535) +++ evas/src/lib/Evas.h (working copy) @@ -2424,7 +2424,7 @@ * of this kind during the freeze

[E-devel] [Patch] Fix extraneous $(DISTDIR) in edje

2012-03-19 Thread Jérôme Pinot
Hi, There are 2 extraneous $(DISTDIR) in eet_snd_reader/Makefile.am which makes the 'make DESTDIR=/foo install' put the lib in the wrong place. Attached is a patch that fix this issue. -- Jérôme Pinot http://ngc891.blogdns.net/ Index: edje/src/modules/eet_snd_reader/Makefile.am

Re: [E-devel] elementary doc build error

2012-03-09 Thread Jérôme Pinot
On 03/02/12 21:50, David Seikel wrote: On Fri, 2 Mar 2012 20:30:11 +0900 Jérôme Pinot ngc...@gmail.com wrote: On 03/02/12 21:13, David Seikel wrote: On Fri, 2 Mar 2012 19:04:31 +0900 Jérôme Pinot ngc...@gmail.com wrote: Building the doxygen doc of elementary doesn't seem to work

[E-devel] elm_entry_editable_set weirdness

2012-03-08 Thread Jérôme Pinot
From the doc: calling this function with editable as EINA_FALSE will prevent the user from inputting text into the entry Right. For keyboard input. But I just saw that it doesn't prevent pasting text with the mouse. Intended behaviour? -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc

[E-devel] Build logs

2012-03-07 Thread Jérôme Pinot
The SVN revision is in the VERSION file. I will update them one or two times per day for one week. -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description: Digital signature -- Virtualization Cloud

[E-devel] anchor{block,view}

2012-03-06 Thread Jérôme Pinot
Shouldn't anchorblock and anchorview marked as deprecated? -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description: Digital signature -- Virtualization Cloud Management Using Capacity Planning Cloud

[E-devel] Another typo in elementary doc

2012-03-06 Thread Jérôme Pinot
: * * @verbatim - * ./confiugre --prefix=$HOME/mysoftware + * ./configure --prefix=$HOME/mysoftware * @endverbatim * * Also remember that autotools buys you some useful commands like: -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description: Digital signature

Re: [E-devel] elementary doc build error

2012-03-06 Thread Jérôme Pinot
On 03/02/12 21:50, David Seikel wrote: On Fri, 2 Mar 2012 20:30:11 +0900 Jérôme Pinot ngc...@gmail.com wrote: On 03/02/12 21:13, David Seikel wrote: On Fri, 2 Mar 2012 19:04:31 +0900 Jérôme Pinot ngc...@gmail.com wrote: Building the doxygen doc of elementary doesn't seem to work

[E-devel] Spello in eet doc

2012-03-03 Thread Jérôme Pinot
, making them perfect for storing data that is written once (or rarely) and read many times, but the program does not want to have to read it all in at once. -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description: Digital signature

[E-devel] elementary doc build error

2012-03-02 Thread Jérôme Pinot
'. Stop. make[2]: Leaving directory `/tmp/elementary/doc/widgets' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/elementary/doc' make: *** [doc] Error 2 This should be handle appropriately, -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description

Re: [E-devel] elementary doc build error

2012-03-02 Thread Jérôme Pinot
On 03/02/12 21:13, David Seikel wrote: On Fri, 2 Mar 2012 19:04:31 +0900 Jérôme Pinot ngc...@gmail.com wrote: Building the doxygen doc of elementary doesn't seem to work anymore. When running 'make doc', the shell launch a loop: /bin/sh -c for ss in flip:preview-00

Re: [E-devel] E17: Bug in mouse pointer shape

2011-12-30 Thread Jérôme Pinot
On 12/30/11 15:09, Cedric BAIL wrote: On Fri, Dec 30, 2011 at 3:03 PM, P Purkayastha ppu...@gmail.com wrote: On Thursday, December 29, 2011 5:29:01 PM UTC+8, Cedric BAIL wrote: On Thu, Dec 29, 2011 at 9:44 AM, Jérôme Pinot ngc...@gmail.com wrote: -Original Message- From: Jérôme

Re: [E-devel] E17: Bug in mouse pointer shape

2011-12-29 Thread Jérôme Pinot
-Original Message- From: Jérôme Pinot [mailto:ngc...@gmail.com] Sent: Wednesday, December 28, 2011 12:37 PM To: e-devel Subject: [E-devel] E17: Bug in mouse pointer shape Hi, I'm seeing a bug there. When I move the mouse pointer to a corner of a window, it changes shape

[E-devel] E17: Bug in mouse pointer shape

2011-12-27 Thread Jérôme Pinot
to the corner shape. Not sure if I am clear. I can send a screenshot if you want. -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description: Digital signature -- Write once. Port to many. Get the SDK and tools

[E-devel] scim-EFL immodule doesn't compile

2011-12-26 Thread Jérôme Pinot
(Ecore_IMF_Context*, void*)': scim_imcontext.cpp:767:100: error: cast from 'void*' to 'Ecore_X_Window' loses precision scim_imcontext.cpp:769:62: error: cast from 'void*' to 'Ecore_X_Window' loses precision make[6]: *** [scim_la-scim_imcontext.lo] Error 1 -- Jérôme Pinot http://ngc891.blogdns.net

Re: [E-devel] scim-EFL immodule doesn't compile

2011-12-26 Thread Jérôme Pinot
at 8:50 PM, Jérôme Pinot wrote: Hi, The new scim-EFL immodule doesn't want to compile on my box: Making all in scim make[6]: Entering directory `/tmp/ecore/src/modules/immodules/scim' CXXscim_la-scim_module.lo CXXscim_la-scim_imcontext.lo

[E-devel] elementary: missing file in doc/

2011-11-29 Thread Jérôme Pinot
Hi, Don't know if it was already reported and/or fixed but doc/shot.sh is not in the beta package of elementary and it's required to build the doc. -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description: Digital signature

[E-devel] eet: examples are not installed

2011-11-17 Thread Jérôme Pinot
Hi, eet 1.5.0-alpha doesn't honor the --enable-install-examples, it does nothing. Passing --enable-build-examples to configure does build AND install examples. This works fine for the others EFL -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description: Digital signature

Re: [E-devel] sound api plan

2011-11-07 Thread Jérôme Pinot
plugin libs (in $prefix/lib/remix) I do not have compat 32-bits libs installed, but in this case, it would become quite a mess. IMHO, both configure.ac (for edje and remix) should be fixed to respect $libdir and install the 64-bits libs in the right place. -- Jérôme Pinot http://ngc891.blogdns.net

Re: [E-devel] sound api plan

2011-11-07 Thread Jérôme Pinot
On 11/08/11 05:54, Vincent Torri wrote: On Tue, 8 Nov 2011, Jérôme Pinot wrote: Hmm, second time through, elementary built fine. Might not be edje_cc doing the segfaulting. actually... where do u have remix installed vs edje? i think edje may be installing the remix plugins

Re: [E-devel] [PATCH] Edje lua API additions

2011-11-06 Thread Jérôme Pinot
, so it's not him the culprit. -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description: Digital signature -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa

[E-devel] evas_gl_common.h: Eet.h not found

2011-06-22 Thread Jérôme Pinot
that /usr/include/eet-1 is not passed properly to the compilator. Something to correct in the Makefiles... -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description: Digital signature -- Simplify data backup

[E-devel] New SlackE17 release for Slackware 13.37

2011-06-03 Thread Jérôme Pinot
code including enlightenment WM: http://sourceforge.net/projects/slacke17/files/slacke17/r59882/ The *.tar should be choosed: they contain all the individual packages and documentations. Web site: http://slacke17.sourceforge.net/ -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc

Re: [E-devel] EEZE

2011-05-24 Thread Jérôme Pinot
/devices/pci:00/:00:1f.2/host1/target1:0:0/1:0:0:0/block/sr0 You probably know it better as /dev/sr0 It's formatted as iso9660! I plugged an USB mouse at the end of the test, as asked. -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description: Digital signature

Re: [E-devel] EEZE

2011-05-24 Thread Jérôme Pinot
system wide on my computer (r59632) but without the test binary*. I built a new one in /tmp using exactly the same code, from r59632. * eeze_udev_test is not installed by default even if it is build. -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description: Digital signature

Re: [E-devel] EEZE

2011-05-24 Thread Jérôme Pinot
On 05/24/11 06:59, Mike Blumenkrantz wrote: On Tue, 24 May 2011 19:37:51 +0900 Jérôme Pinot ngc...@gmail.com wrote: On 05/24/11 06:09, Mike Blumenkrantz wrote: I had plug an external USB hard drive which was detected here: device: /sys/devices/pci:00/:00:1d.7/usb1/1

Re: [E-devel] EEZE

2011-05-23 Thread Jérôme Pinot
!! You plugged in /dev/input/event12! All tests completed, exiting successfully! -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description: Digital signature -- vRanger cuts backup time in half-while

<    1   2