Using current svn, if a font is "compiled" into a .edj file (edje_cc),
the font is not found by edje_decc, nor is it available when you run
the edje app.
What I found is in edje_decc.c,
line 294
snprintf(out, sizeof(out), "edje/fonts/%s", fn->entry);
and
line 301
snprintf(out, sizeof(out), "%
Patch 1 and 2 were committed and 3rd patch was committed with a small
change. Png files are not being opened with elm_photocam as in
original patch. Because of this change it was not easy to apply patch
5.
I am sending a new patch for that. And patch number 4 was not applied yet.
2010/9/29 Nicolas
2010/9/29 Otávio Pontes :
> Hello,
> I have done some changes to ephoto to add some nice features and to
> fix some bugs. The major features i implemented was adding new
> shortcuts to ephoto and making it possible to see and enter in
> directories in thumb_browser. When I was implementing that I h
On Thu, Sep 23, 2010 at 3:12 PM, Gustavo Sverzut Barbieri
wrote:
>
> from code there is a "spacer" thing that is calculated based on scale
> and has at least 1x1 pixel, so you will have to consider that padding.
>
How do you get the size of this spacer ?
> all in all, to do what you want you pro
2010/9/28 Gustavo Sverzut Barbieri :
> 2010/9/23 Otávio Pontes :
>> 2010/9/22 Gustavo Sverzut Barbieri :
>>> 2010/9/22 Otávio Pontes :
I have added the transition layout into edje too. It displays an
animation when changing box state with different layouts.
I am sending the patch for
Hi all,
Often programs need to use secondary resources such as images, theme,
configuration files and so on. Finding them proves to be a major pain,
particularly when you want it to be relocatable or you want your
development version to take precedence over installed.
Find attached an initial imp
On Wed, 29 Sep 2010, Vincent Torri wrote:
>
>
> On Wed, 29 Sep 2010, Viktor Kojouharov wrote:
>
>> What's with the lonely #ifndef?
>
> yes. I did the commit to fix compilation on openindiana. After the commit,
> i was wondering why it was really needed...
well, i was talking about something els
On Wed, 29 Sep 2010, Viktor Kojouharov wrote:
> What's with the lonely #ifndef?
yes. I did the commit to fix compilation on openindiana. After the commit,
i was wondering why it was really needed...
I'll remove it
Vincent
>
> On Wed, Sep 29, 2010 at 9:37 AM, Enlightenment SVN <
> no-re...@e
What's with the lonely #ifndef?
On Wed, Sep 29, 2010 at 9:37 AM, Enlightenment SVN <
[email protected]> wrote:
> Log:
> NAME_MAX defined to 255 on sun (if not defined).
> Author: caro
> Date: 2010-09-28 23:37:56 -0700 (Tue, 28 Sep 2010)
> New Revision: 52881
>
> Modified: