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,
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
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
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() ?
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
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
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
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
>
>
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
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
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
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
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
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
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
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
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
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
>
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
>
>
> -
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_
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
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
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)?
--
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:
>
> >>>
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
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_
26 matches
Mail list logo