Re: [E-devel] [Eina PATCH] Fix directory listing in eina_file_direct_ls()

2013-02-04 Thread Paulo Alcantara
Gustavo Sverzut Barbieri writes: > This would be a PITA. And it would be slower on FS that provide dt_type. Indeed. So I'm going to replace eina_file_direct_ls() with eina_file_stat_ls() in some places that depends on file type (e.g., elementary_config). How about it ? -- Paulo Alcantara,

Re: [E-devel] [Eina PATCH] Fix directory listing in eina_file_direct_ls()

2013-02-04 Thread Gustavo Sverzut Barbieri
On Monday, February 4, 2013, Paulo Alcantara wrote: > Cedric BAIL > writes: > > > No, this is the expected behavior. You should have used > eina_file_stat_ls(). > > eina_file_direct_ls() is called in several places - which means that all > callers won't get any file type correctly. > > So, should

Re: [E-devel] [PATCH ecore_wayland] Export API to c++, add wl_registry and global accessors

2013-02-04 Thread Eoff, Ullysses A
Ah crap! I cloned ecore_wl_outputs_get() as a template for ecore_wl_globals_get()…. unfortunately, ecore_wl_outputs_get() is wrong (http://trac.enlightenment.org/e/ticket/2252). Therefore, here’s an updated patch that fixes the issue for ecore_wl_globals_get(). U. Artie From: Christopher Mic

Re: [E-devel] [Eina PATCH] Fix directory listing in eina_file_direct_ls()

2013-02-04 Thread Paulo Alcantara
Cedric BAIL writes: > No, this is the expected behavior. You should have used eina_file_stat_ls(). eina_file_direct_ls() is called in several places - which means that all callers won't get any file type correctly. So, should I replace all eina_file_direct_ls() calls with eina_file_stat_ls() ?

Re: [E-devel] [Eina PATCH] Fix directory listing in eina_file_direct_ls()

2013-02-04 Thread Cedric BAIL
On Tue, Feb 5, 2013 at 12:46 AM, Paulo Alcantara wrote: > XFS and other filesystems that do not support d_type field in dirent > structure will get unexpected behavior when using eina_file_direct_ls() > - since it relies on d_type to determine file types. > > Thus, an eina_file_statat() call is re

Re: [E-devel] [PATCH ecore_wayland] Export API to c++, add wl_registry and global accessors

2013-02-04 Thread Christopher Michael
Looks good. This can go in. Thanks :-) dh "Eoff, Ullysses A" wrote: >Thanks, I've attached an updated patch with docs, changelog, and news. > >U. Artie Eoff > > >>-Original Message- >>From: wayland-efl-boun...@linux.intel.com [mailto:wayland-efl- >>boun...@linux.intel.com] On Behalf Of

Re: [E-devel] [PATCH ecore_wayland] Export API to c++, add wl_registry and global accessors

2013-02-04 Thread Eoff, Ullysses A
Thanks, I've attached an updated patch with docs, changelog, and news. U. Artie Eoff >-Original Message- >From: wayland-efl-boun...@linux.intel.com [mailto:wayland-efl- >boun...@linux.intel.com] On Behalf Of Eduardo Lima (Etrunko) >Sent: Monday, February 04, 2013 1:00 PM >To: Enlightenme

Re: [E-devel] [PATCH ecore_wayland] Export API to c++, add wl_registry and global accessors

2013-02-04 Thread Eduardo Lima (Etrunko)
What about adding some docs (since @1.8) and also Changelog/News entries? On Mon, Feb 4, 2013 at 6:49 PM, Eoff, Ullysses A wrote: > Add #ifdef __cpluscplus to Ecore_Wayland.h so the API can be used by C++ > programs. Add accessors for the wl_registry and the globals list. > > U. Artie Eoff > >

[E-devel] [PATCH ecore_wayland] Export API to c++, add wl_registry and global accessors

2013-02-04 Thread Eoff, Ullysses A
Add #ifdef __cpluscplus to Ecore_Wayland.h so the API can be used by C++ programs. Add accessors for the wl_registry and the globals list. U. Artie Eoff ecore_wayland.diff Description: ecore_wayland.diff -- Everyone h

Re: [E-devel] [PATCH/RFC evas] Stop initializing and shutting Fontconfig down

2013-02-04 Thread Tom Hacohen
Cool, thanks! On Mon, Feb 4, 2013 at 4:07 PM, Bruno Dilly wrote: > On Mon, Feb 4, 2013 at 1:51 PM, Tom Hacohen wrote: > > Could you please backport it as well? > > > > Sure, it's done. > Thanks > > > > > On Mon, Feb 4, 2013 at 3:39 PM, Bruno Dilly > wrote: > > > >> On Fri, Feb 1, 2013 at 8:28

Re: [E-devel] e5: Buildbot slave migration

2013-02-04 Thread Stefan Schmidt
Hello. On 04/02/13 15:58, Lionel Orry wrote: > > On Mon, Feb 4, 2013 at 3:57 PM, Stefan Schmidt > wrote: >> Hello. >> >> On 31/01/13 20:08, Lionel Orry wrote: >>> I know my voice does not count much, but I talked about jenkins too a >>> while ago and even made a try myself: >>> https://github.com

Re: [E-devel] [PATCH evas] Rename evas_font_zero_presure().

2013-02-04 Thread Bruno Dilly
On Wed, Jan 30, 2013 at 1:25 PM, Raphael Kubo da Costa wrote: > There's an obvious typo in the function name, so appease my OCD and > rename it. Applied, thanks > > > -- > Everyone hates slow websites. So do we. > Make y

Re: [E-devel] [PATCH/RFC evas] Stop initializing and shutting Fontconfig down

2013-02-04 Thread Bruno Dilly
On Mon, Feb 4, 2013 at 1:51 PM, Tom Hacohen wrote: > Could you please backport it as well? > Sure, it's done. Thanks > > On Mon, Feb 4, 2013 at 3:39 PM, Bruno Dilly wrote: > >> On Fri, Feb 1, 2013 at 8:28 PM, Tom Hacohen wrote: >> > Ok, just had a short chat with Behdad. >> > He says that you

Re: [E-devel] e5: Buildbot slave migration

2013-02-04 Thread Lionel Orry
Hi Stefan, On Mon, Feb 4, 2013 at 3:57 PM, Stefan Schmidt wrote: > Hello. > > On 31/01/13 20:08, Lionel Orry wrote: >> I know my voice does not count much, but I talked about jenkins too a >> while ago and even made a try myself: >> https://github.com/chickenkiller/jenkins-efl >> I worked quite n

Re: [E-devel] [Patch] fixed Ctxpopup _arrow_update

2013-02-04 Thread Leandro Dorileo
Hi, On Wed, Jan 30, 2013 at 04:17:51AM +, Bora Hwang wrote: > Dear all, > > In elc_ctxpopup.c, there's something wrong when calculating the position of > arrow. > According to the previous code, arrow cannot be shown in the right position > when it should not be displayed in the middle of th

Re: [E-devel] [PATCH/RFC evas] Stop initializing and shutting Fontconfig down

2013-02-04 Thread Tom Hacohen
Could you please backport it as well? On Mon, Feb 4, 2013 at 3:39 PM, Bruno Dilly wrote: > On Fri, Feb 1, 2013 at 8:28 PM, Tom Hacohen wrote: > > Ok, just had a short chat with Behdad. > > He says that you are right and fontconfig should not be init and > shutdown. > > I disagree with this des

[E-devel] [Eina PATCH] Fix directory listing in eina_file_direct_ls()

2013-02-04 Thread Paulo Alcantara
XFS and other filesystems that do not support d_type field in dirent structure will get unexpected behavior when using eina_file_direct_ls() - since it relies on d_type to determine file types. Thus, an eina_file_statat() call is required in eina_file_direct_ls() only if the file type had not been

Re: [E-devel] [PATCH/RFC evas] Stop initializing and shutting Fontconfig down

2013-02-04 Thread Bruno Dilly
On Fri, Feb 1, 2013 at 8:28 PM, Tom Hacohen wrote: > Ok, just had a short chat with Behdad. > He says that you are right and fontconfig should not be init and shutdown. > I disagree with this design choice, but apparently > that's how it is in fontconfig so arguing against it or disagreeing will >

Re: [E-devel] [PATCH edbus] Update EDBUS_VERSION_MINOR

2013-02-04 Thread Bruno Dilly
On Wed, Jan 23, 2013 at 11:46 AM, Raphael Kubo da Costa wrote: > Hello there, > > The attached patch bumps EDBUS_VERSION_MINOR from 6 to 8 to make it the > same as the other minor version numbers in trunk/efl (I'm assuming it > was not bumped due to an oversight). Applied, thanks > > > -

Re: [E-devel] e5: Call for VM

2013-02-04 Thread Stefan Schmidt
Hello. On 30/01/13 11:32, Bertrand Jacquin wrote: > Hi, > > For e5 buildbot/whatever we will need different OS and architecture to > test. So if some volunteer are free to build some, we can gladly host > them. > > Needed OS : > > - Windows XP x86 > - Windows XP x86_64 > - Windows Vista x86_

Re: [E-devel] e5: Buildbot slave migration

2013-02-04 Thread Stefan Schmidt
Hello. On 31/01/13 20:08, Lionel Orry wrote: > I know my voice does not count much, but I talked about jenkins too a > while ago and even made a try myself: > https://github.com/chickenkiller/jenkins-efl > I worked quite nicely. If you want to take some pieces of it... Cool. Thanks for sharing it

Re: [E-devel] GIT Migration Update - Everything is up and running (but still not used)

2013-02-04 Thread Tom Hacohen
e-commits most likely, but e-bob will most likely work as well. On Mon, Feb 4, 2013 at 2:40 PM, Daniel Willmann wrote: > On 04/02/13 14:29, Tom Hacohen wrote: > > And we also need to set up the hooks to send mails to e-svn. > e-git? :-) > e-changes? > Keep the name to remind us of our roots (I k

Re: [E-devel] GIT Migration Update - Everything is up and running (but still not used)

2013-02-04 Thread Daniel Willmann
On 04/02/13 14:29, Tom Hacohen wrote: > And we also need to set up the hooks to send mails to e-svn. e-git? :-) e-changes? Keep the name to remind us of our roots (I know that would be e-cvs or e-patches-sent-by-mail-and-managed-by-hand)? --

Re: [E-devel] GIT Migration Update - Everything is up and running (but still not used)

2013-02-04 Thread Tom Hacohen
And we also need to set up the hooks to send mails to e-svn. On Mon, Feb 4, 2013 at 1:38 PM, Daniel Willmann wrote: > On 04/02/13 00:40, David Seikel wrote: > > On Mon, 4 Feb 2013 00:29:38 + Daniel Willmann > > wrote: > >> On Sat, 2 Feb 2013 19:00:24 +1000 > >> David Seikel wrote: > > >>>

Re: [E-devel] GIT Migration Update - Everything is up and running (but still not used)

2013-02-04 Thread Daniel Willmann
On 04/02/13 00:40, David Seikel wrote: > On Mon, 4 Feb 2013 00:29:38 + Daniel Willmann > wrote: >> On Sat, 2 Feb 2013 19:00:24 +1000 >> David Seikel wrote: >>> Can we get write access to these? >> >> They are not kept in sync and will become writable only when we switch >> away from SVN (whi

Re: [E-devel] GIT Migration Update - Everything is up and running (but still not used)

2013-02-04 Thread Daniel Juyung Seo
Hello Tom, this is my report. I tested build, elementary_test, and E17. 1. Clean Ubuntu 12.04 OK 2. Clean Ubuntu 12.10 OK 3. Ubuntu 12.04 + latest EFL installed. Build break. /usr/local/lib/libevas.so.1: undefined reference to `eina_seed' /usr/local/lib/libedje.so.1: undefined reference to `EO_