Re: [E-devel] Check if image file is recalsed

2010-05-24 Thread Gustavo Sverzut Barbieri
On Mon, May 24, 2010 at 10:48 PM, whtuhtc tu wrote: > Thanks for the replies. > > If I want to know whether the image is rescaled automatically by EFL such as > when enlarging window which contains image object. How can I do? you can't know about images being rescaled, as this is the image-fill p

Re: [E-devel] Check if image file is recalsed

2010-05-24 Thread whtuhtc tu
Thanks for the replies. If I want to know whether the image is rescaled automatically by EFL such as when enlarging window which contains image object. How can I do? any suggestions? 2010/5/24 Atton Jonathan > sorry, this is evas_object_image_filled_set > > 2010/5/24 Atton Jonathan > > or : >

Re: [E-devel] E SVN: bdilly trunk/TMP/st/elementary/src/lib

2010-05-24 Thread Sachiel
On Mon, May 24, 2010 at 10:48 PM, Bruno Dilly wrote: > On Mon, May 24, 2010 at 12:06 AM, Iván Briano (Sachiel) > wrote: >> On Mon, May 24, 2010 at 8:41 AM, Enlightenment SVN >> wrote: >>> Log: >>>  Implement elm index sorted insert >>>   - Name index item as Elm_Index_Item >>>   - Add some other

Re: [E-devel] e17 segfaulting on change of ibox or favorites or clicking on settings windows

2010-05-24 Thread David C. Rankin
On 05/24/2010 12:11 PM, sda wrote: > hello fellows, > > seems that your help is needed. > > current E-svn segv's only on openSUSE-11.0. this distro is a bit > outdated and i suppose that some backports and fixes (CVE, etc) could be > the reason of our issue. now i have 2 types of segfaults: > >

Re: [E-devel] e17 segfaulting on change of ibox or favorites or clicking on settings windows

2010-05-24 Thread David C. Rankin
On 05/22/2010 10:29 PM, Carsten Haitzler (The Rasterman) wrote: > On Sat, 22 May 2010 21:06:28 -0500 "David C. Rankin" > said: > > quick test - did you build the svg loader for evas? check > PREFIX/lib/evas/modules/loaders > > is there and svg dir? if so... rm -rfthe svg dir and try again. i've

Re: [E-devel] Using evas to resize image

2010-05-24 Thread Gustavo Sverzut Barbieri
On Mon, May 24, 2010 at 5:40 PM, Rafael Fonseca wrote: > Guys, > > I want to use evas to resize an image file. I'm using the attached program, > but it's saving a black rectangle instead of the resized image. Can someone > point me what I'm doing wrong? Nicolas might have found it, but next time

Re: [E-devel] Using evas to resize image

2010-05-24 Thread Nicolas Aguirre
On Mon, May 24, 2010 at 10:40 PM, Rafael Fonseca wrote: > Guys, > > I want to use evas to resize an image file. I'm using the attached program, > but it's saving a black rectangle instead of the resized image. Can someone > point me what I'm doing wrong? > > Thanks. > I don't see any evas_object

[E-devel] Using evas to resize image

2010-05-24 Thread Rafael Fonseca
Guys, I want to use evas to resize an image file. I'm using the attached program, but it's saving a black rectangle instead of the resized image. Can someone point me what I'm doing wrong? Thanks. -- Rafael Fonseca ProFUSION embedded systems http://www.profusion.mobi #include #include #inc

Re: [E-devel] Evas and Arabic support

2010-05-24 Thread Tom Hacohen
On Mon, May 24, 2010 at 5:13 AM, Pigeon wrote: > >I've noticed there are some Arabic related patches to Evas a > few months ago. I'm wondering what is the status of Arabic support, > like including Arabic text input and display. > It should display Arabic correct (mostly, but the word All

Re: [E-devel] E SVN: bdilly trunk/TMP/st/elementary/src/lib

2010-05-24 Thread Bruno Dilly
On Mon, May 24, 2010 at 12:06 AM, Iván Briano (Sachiel) wrote: > On Mon, May 24, 2010 at 8:41 AM, Enlightenment SVN > wrote: >> Log: >>  Implement elm index sorted insert >>   - Name index item as Elm_Index_Item >>   - Add some other index functions: >>     + Item find >>     + Data get/set >>  

Re: [E-devel] Check if image file is recalsed

2010-05-24 Thread Atton Jonathan
or : evas_object_image_file_set 1 time and then when you rezise : evas_object_resize 2010/5/24 Vincent Torri > > > On Mon, 24 May 2010, whtuhtc tu wrote: > > > Hi, > > > > If I want to check if the image file is rescaled by EFL, where can I log > or > > print a message to reminder me? > > To re

Re: [E-devel] Check if image file is recalsed

2010-05-24 Thread Atton Jonathan
sorry, this is evas_object_image_filled_set 2010/5/24 Atton Jonathan > or : > > evas_object_image_file_set 1 time and then when you rezise : > evas_object_resize > > 2010/5/24 Vincent Torri > > >> >> On Mon, 24 May 2010, whtuhtc tu wrote: >> >> > Hi, >> > >> > If I want to check if the image fi

Re: [E-devel] Exchange

2010-05-24 Thread Dave Andreoli
I can confirm also the exhange API is down :( dave 2010/5/24 Tom Haste : > Hi all, > > http://exchange.enlightenment.org/ > > is now a 500 error. Can someone please fix this? :| > > Toma. > > -- > > ___

Re: [E-devel] Request for version upgrade when API changes

2010-05-24 Thread The Rasterman
On Mon, 24 May 2010 11:05:26 +0200 Benjamin Zores said: > On Mon, May 24, 2010 at 10:57 AM, Carsten Haitzler > wrote: > > On Mon, 24 May 2010 10:41:41 +0200 Benjamin Zores said: > > > > simple answer: no. > > why? because until 1.0 we are NOT maintaining ABI or API compatibility. > > that's wha

Re: [E-devel] Request for version upgrade when API changes

2010-05-24 Thread Daniele Ricci
On Mon, May 24, 2010 at 10:57, Carsten Haitzler wrote: > simple answer: no. Raster just said "no" :P (just joking, it's not so hard for me to keep my source in-line with EFL... I'll wait... hopefully). -- daniele_athome -

Re: [E-devel] Request for version upgrade when API changes

2010-05-24 Thread Benjamin Zores
On Mon, May 24, 2010 at 10:57 AM, Carsten Haitzler wrote: > On Mon, 24 May 2010 10:41:41 +0200 Benjamin Zores said: > > simple answer: no. > why? because until 1.0 we are NOT maintaining ABI or API compatibility. that's > what 1.0 is about. no - we will NOT change the .so major version for this a

Re: [E-devel] Request for version upgrade when API changes

2010-05-24 Thread The Rasterman
On Mon, 24 May 2010 10:41:41 +0200 Benjamin Zores said: simple answer: no. why? because until 1.0 we are NOT maintaining ABI or API compatibility. that's what 1.0 is about. no - we will NOT change the .so major version for this as i want to STRICTLY keep so versions in line with library versions.

Re: [E-devel] Request for version upgrade when API changes

2010-05-24 Thread Daniele Ricci
On Mon, May 24, 2010 at 10:41, Benjamin Zores wrote: > Hi, > > I'd like to ask you to consider a version number change/bump when API changes. > One of the biggest issue with EFL (my point of view but shared by > dozens people) is the > API unstability. > > As a developer, I understand and am fine

[E-devel] Request for version upgrade when API changes

2010-05-24 Thread Benjamin Zores
Hi, I'd like to ask you to consider a version number change/bump when API changes. One of the biggest issue with EFL (my point of view but shared by dozens people) is the API unstability. As a developer, I understand and am fine with it but it's just not right for users and distro maintainers as

Re: [E-devel] Check if image file is recalsed

2010-05-24 Thread Vincent Torri
On Mon, 24 May 2010, whtuhtc tu wrote: > Hi, > > If I want to check if the image file is rescaled by EFL, where can I log or > print a message to reminder me? To resize the image itself: evas_object_image_size_set(o, width, height); evas_object_image_fill_set(o, 0, 0, width, height); To resiz

[E-devel] Check if image file is recalsed

2010-05-24 Thread whtuhtc tu
Hi, If I want to check if the image file is rescaled by EFL, where can I log or print a message to reminder me? Are there only evas_object_resize and evas_object_image_fill_set used to rescaled image file? Thanks in advance. whtuhtc --

Re: [E-devel] where does elemenetary_test load default.edj into memory

2010-05-24 Thread whtuhtc tu
Hi Rasterman, Thanks for your explaination, I got the point. whtuhtc 2010/5/21 Carsten Haitzler > On Fri, 21 May 2010 11:19:57 +0800 whtuhtc tu said: > > > More specific, when a AP initialize, it seems wm sould be informed and > give > > the AP a window. where does it happen? > > > > If my un