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 ras...@rasterman.com On Fri, 21 May 2010 11:19:57 +0800 whtuhtc tu whtu...@gmail.com said: More specific, when a AP initialize, it seems wm sould be informed and give the AP a window. where

[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] 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 resize

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 b...@geexbox.org 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

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 ras...@rasterman.com 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 The Rasterman
On Mon, 24 May 2010 11:05:26 +0200 Benjamin Zores b...@geexbox.org said: On Mon, May 24, 2010 at 10:57 AM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 24 May 2010 10:41:41 +0200 Benjamin Zores b...@geexbox.org said: simple answer: no. why? because until 1.0 we are NOT

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 tomha...@gmail.com: Hi all, http://exchange.enlightenment.org/ is now a 500 error. Can someone please fix this? :| Toma. --

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 jonathan.at...@gmail.com or : evas_object_image_file_set 1 time and then when you rezise : evas_object_resize 2010/5/24 Vincent Torri vto...@univ-evry.fr On Mon, 24 May 2010, whtuhtc tu wrote: Hi, If I want to

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 vto...@univ-evry.fr 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?

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) sachi...@gmail.com wrote: On Mon, May 24, 2010 at 8:41 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  Implement elm index sorted insert   - Name index item as Elm_Index_Item   - Add some other index functions:     + Item

Re: [E-devel] Evas and Arabic support

2010-05-24 Thread Tom Hacohen
On Mon, May 24, 2010 at 5:13 AM, Pigeon pig...@pigeond.net 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,

[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 limits.h

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 rfons...@profusion.mobi 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

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 rfons...@profusion.mobi 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

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 drankina...@suddenlinkmail.com 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

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: 1)

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 bdi...@profusion.mobi wrote: On Mon, May 24, 2010 at 12:06 AM, Iván Briano (Sachiel) sachi...@gmail.com wrote: On Mon, May 24, 2010 at 8:41 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  Implement elm index sorted insert   - Name

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 jonathan.at...@gmail.com sorry, this is evas_object_image_filled_set 2010/5/24

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 whtu...@gmail.com 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