Re: [E-devel] E CVS: libs/evas raster

2007-10-10 Thread Christian Hunke
Its only the out-commenting of the constants in evas_object_main.c. When you 
just undo this it already works:

http://enlightenment.org/viewvc/e17/libs/evas/src/lib/canvas/evas_object_main.c?r1=1.60&r2=1.61&sortby=date

Just for info.

Regards, Thunder2002 (Christian Hunke)

> -Ursprüngliche Nachricht-
> Von: "Andre Magalhaes" <[EMAIL PROTECTED]>
> Gesendet: 06.10.07 02:49:58
> An: enlightenment-devel@lists.sourceforge.net
> CC: [EMAIL PROTECTED]
> Betreff: Re: [E-devel] E CVS: libs/evas raster


> 
> Hi,
> 
> This patch somehow broke ETK. I just reverted it and it works fine. To
> test just run etk_test and select the tree test, then try to scroll
> the list using the scrollbar button. Nothing happens. I don't have
> time to work on it right now, but if somebody can take a look at it,
> it would be great.
> 
> BR
> 
> On 10/5/07, Enlightenment CVS <[EMAIL PROTECTED]> wrote:
> > Enlightenment CVS committal
> >
> > Author  : raster
> > Project : e17
> > Module  : libs/evas
> >
> > Dir : e17/libs/evas/src/lib/canvas
> >
> >
> > Modified Files:
> > evas_object_gradient.c evas_object_image.c evas_object_line.c
> > evas_object_main.c evas_object_rectangle.c evas_object_smart.c
> >
> >
> > Log Message:
> >
> >
> > 1. default object size to 0x0
> > 2. remove some float numbers (were cast anyway)
> > 3. make smart object mmove/resize only called if the obj changes
> >
> > ===
> > RCS file: /cvs/e/e17/libs/evas/src/lib/canvas/evas_object_gradient.c,v
> > retrieving revision 1.18
> > retrieving revision 1.19
> > diff -u -3 -r1.18 -r1.19
> > --- evas_object_gradient.c  28 Jun 2007 23:22:20 -  1.18
> > +++ evas_object_gradient.c  5 Oct 2007 04:52:09 -   1.19
> > @@ -779,10 +779,10 @@
> > obj->cur.color.g = 255;
> > obj->cur.color.b = 255;
> > obj->cur.color.a = 255;
> > -   obj->cur.geometry.x = 0.0;
> > -   obj->cur.geometry.y = 0.0;
> > -   obj->cur.geometry.w = 32.0;
> > -   obj->cur.geometry.h = 32.0;
> > +   obj->cur.geometry.x = 0;
> > +   obj->cur.geometry.y = 0;
> > +   obj->cur.geometry.w = 0;
> > +   obj->cur.geometry.h = 0;
> > obj->cur.layer = 0;
> > obj->cur.anti_alias = 1;
> > obj->cur.interpolation.color_space = EVAS_COLOR_SPACE_ARGB;
> > @@ -809,8 +809,8 @@
> > o->cur.map.direction = 1;
> > o->cur.fill.x = 0;
> > o->cur.fill.y = 0;
> > -   o->cur.fill.w = 32;
> > -   o->cur.fill.h = 32;
> > +   o->cur.fill.w = 1;
> > +   o->cur.fill.h = 1;
> > o->cur.fill.angle = 0.0;
> > o->cur.fill.spread = EVAS_TEXTURE_REFLECT;
> > o->cur.type.name = strdup("linear");
> > ===
> > RCS file: /cvs/e/e17/libs/evas/src/lib/canvas/evas_object_image.c,v
> > retrieving revision 1.57
> > retrieving revision 1.58
> > diff -u -3 -r1.57 -r1.58
> > --- evas_object_image.c 30 Sep 2007 15:04:51 -  1.57
> > +++ evas_object_image.c 5 Oct 2007 04:52:10 -   1.58
> > @@ -1786,10 +1786,10 @@
> > obj->cur.color.g = 255;
> > obj->cur.color.b = 255;
> > obj->cur.color.a = 255;
> > -   obj->cur.geometry.x = 0.0;
> > -   obj->cur.geometry.y = 0.0;
> > -   obj->cur.geometry.w = 32.0;
> > -   obj->cur.geometry.h = 32.0;
> > +   obj->cur.geometry.x = 0;
> > +   obj->cur.geometry.y = 0;
> > +   obj->cur.geometry.w = 0;
> > +   obj->cur.geometry.h = 0;
> > obj->cur.layer = 0;
> > obj->cur.anti_alias = 0;
> > obj->cur.render_op = EVAS_RENDER_BLEND;
> > @@ -1808,8 +1808,8 @@
> > /* alloc obj private data */
> > o = calloc(1, sizeof(Evas_Object_Image));
> > o->magic = MAGIC_OBJ_IMAGE;
> > -   o->cur.fill.w = 32.0;
> > -   o->cur.fill.h = 32.0;
> > +   o->cur.fill.w = 1;
> > +   o->cur.fill.h = 1;
> > o->cur.smooth_scale = 1;
> > o->cur.border.fill = 1;
> > o->cur.cspace = EVAS_COLORSPACE_ARGB;
> > ===
> > RCS file: /cvs/e/e17/libs/evas/src/lib/canvas/evas_object_line.c,v
> > retrieving revision 1.22
> > retrieving revision 1.23
> > diff -u -3 -r1.22 -r1.23
> > --- evas_object_line.c  28 Jun 2007 23:22:20 - 

Re: [E-devel] E CVS: libs/etk andrunko

2007-07-25 Thread Christian Hunke
> -Ursprüngliche Nachricht-
> Von: edevel 
> Gesendet: 25.07.07 08:17:03
> An: edevel 
> Betreff: Re: [E-devel] E CVS: libs/etk andrunko


> Vincent Torri wrote:
> > On Fri, 20 Jul 2007, Hisham Mardam Bey wrote:
>  Log Message:
>  Added new widget Etk_Mdi_Window.
> >>> MDI ? you mean "multiple document interface" ? windows inside a window ?
> >> Yes.
> > 
> > What is the interest ?
> 
> Diversity
> 
> > imho, designing a gui with a mdi is useless. Better using several windows 
> > than one with several in it.
> 
> Many users prefer photoshop over gimp, and I am sure some prefer
> photoshop due to the MDI design of PS..
> 
> I don't see any reason to make it hard for developers to choose to use
> MDI, if they so choose.

Yes MDI can be very useful in usability. I think this choice should be in hand 
of the developer of a program not of a tookit. So providing MDI support is a 
very good thing. If the developer choose it he can provide possibly bad 
multi-screen support or use a way to provide SDI + MDI with switching or simply 
stay with SDI ;) Some big programs on the market have this switching function 
too.

> 
> -- 
> Cheers,
> Morten
> :wq
> 
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Worldmap with Devs - GPS Coords in info.txt

2007-07-21 Thread Christian Hunke
Hi guys,

today there was an idea of a hackfest in the #etk channel on freenode.net. For 
managing this the idea came up to have an overview where the devs are located 
on the earth. So I searched a bit and found "xplanet" that seems perfect for 
this job. It will get a list of devs with abolute world GPS coords and names 
and create a nice looking world map with the devs on it.

Here is an example:
Small version: http://thunder-development.de/test/etk_developers-small.png
High-Res version: http://thunder-development.de/test/etk_developers.png 
(attention 11mb)

Morlenxus had the idea to have the devs coords inside the info.txt in CVS. So a 
script on the server could fetch all coords out of this files and run xplanet 
to generate the image. At least for the high-res version it could maybe be a 
hard task for a webserver, here it takes 30 sec of 100% load on a Celeron M 1.6 
to generate it. So maybe it would be better to just have the coords in the 
info.txt file, but the collection of them and generation of the image will be 
done from time to time manually.

Would like to hear your opinions :)


Regards Christian 'Thunder2002' Hunke

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Ecore_Evas - EFL Cookbook sample doesnt run

2006-05-07 Thread Christian Hunke
Hi,

i wanted to play around a bit with evas and co., so i wanted to create
a simple canvas first. Compiling the EFL Cookbook sample
(http://enlightenment.sourceforge.net/docs/eflcookbook.html#id2451880)
works. When i try to run it i get this errors but no windows
appears:

*** ECORE ERROR: Ecore Magic Check Failed!!!
*** IN FUNCTION: ecore_evas_title_set()
  Input handle pointer is NULL!
*** NAUGHTY PROGRAMMER!!!
*** SPANK SPANK SPANK!!!
*** Now go fix your code. Tut tut tut!


*** ECORE ERROR: Ecore Magic Check Failed!!!
*** IN FUNCTION: ecore_evas_borderless_set()
  Input handle pointer is NULL!
*** NAUGHTY PROGRAMMER!!!
*** SPANK SPANK SPANK!!!
*** Now go fix your code. Tut tut tut!


*** ECORE ERROR: Ecore Magic Check Failed!!!
*** IN FUNCTION: ecore_evas_show()
  Input handle pointer is NULL!
*** NAUGHTY PROGRAMMER!!!
*** SPANK SPANK SPANK!!!
*** Now go fix your code. Tut tut tut!


*** ECORE ERROR: Ecore Magic Check Failed!!!
*** IN FUNCTION: ecore_evas_get()
  Input handle pointer is NULL!
*** NAUGHTY PROGRAMMER!!!
*** SPANK SPANK SPANK!!!
*** Now go fix your code. Tut tut tut!

Does someone have an idea want can be wrong? Cobra in the irc channel already 
meant that the sample can be maybe a bit old, so want can have be changed and 
needs to be updated?

Greets 
Christian `Thunder2002` Hunke


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel