Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2008-10-26 Thread Christopher Michael
I would Agreetho are those in the past that say we have done just that. Isn't that what we do...duplicate code ? :P.well after a while doesn't that code become better?? Long Live E dh (cpm) Enlightenment SVN wrote: > Log: > dont repeat code > > > Author: raster > D

Re: [E-devel] E SVN: mekius trunk/eterm/libast/test

2008-10-26 Thread Christopher Michael
Nice One NiCK dh Enlightenment SVN wrote: > Log: > Fix a bug in perf test. Don't delete strings in use :) > Author: mekius > Date: 2008-10-26 16:27:28 -0700 (Sun, 26 Oct 2008) > New Revision: 37185 > > Modified: > trunk/eterm/libast/test/perf.c > > Modified: trunk/eterm

Re: [E-devel] E SVN: raster IN trunk: OLD/engrave/src e e/config e/config/illume e/data/themes e/data/themes/images e/src/modules e/src/modules/illume e/src/modules/illume/dicts e/src/modules/illume/k

2008-10-26 Thread Christopher Michael
Enlightenment SVN wrote: > Log: > illume moves to e's tree - why? the new wizard and config profiles make it > now a breeze to set up and use provided plp take use of the great tools that are EFL - unlike before. so now it's a wizard or > profile option out-of-the-box. but it is about freedo

Re: [E-devel] E SVN: raster trunk/e/data/themes

2008-10-26 Thread Christopher Michael
kudos 2 the catch !!! Enlightenment SVN wrote: > Log: > bug in splash - didnt start shutdown right. > > > Author: raster > Date: 2008-10-26 22:37:27 -0700 (Sun, 26 Oct 2008) > New Revision: 37198 > > Modified: > trunk/e/data/themes/default.edc > > Modified: trunk/e/dat

Re: [E-devel] E SVN: raster trunk/e/src/bin

2008-10-26 Thread Christopher Michael
happens to the best of us dh Enlightenment SVN wrote: > Log: > oops. i was on drugs that day. wrong call (right parameters!) > good catch > > > Author: raster > Date: 2008-10-26 15:44:57 -0700 (Sun, 26 Oct 2008) > New Revision: 37178 > > Modified: > trunk/e/src/bin/

Re: [E-devel] E SVN: raster trunk/e/data/themes/images

2008-10-26 Thread Christopher Michael
great !! About bx cld b wdr 2 ft all nms dh Enlightenment SVN wrote: > Log: > nicer icons. > > > Author: raster > Date: 2008-10-26 20:02:12 -0700 (Sun, 26 Oct 2008) > New Revision: 37189 > > Modified: > trunk/e/data/themes/images/icon_efm_home.png > trunk/e/data/themes/

Re: [E-devel] E SVN: raster trunk/e/src/bin

2008-10-26 Thread Christopher Michael
Great idea dh Enlightenment SVN wrote: > Log: > add a (disabled) dump call for string dumping. > > > Author: raster > Date: 2008-10-26 17:38:03 -0700 (Sun, 26 Oct 2008) > New Revision: 37187 > > Modified: > trunk/e/src/bin/e_main.c > > Modified: trunk/e/src/bin/e_main.c

Re: [E-devel] can't focus on swallowed part (Gustavo Sverzut Barbieri)

2008-10-26 Thread dongmei zhou
hi, the minimum working sample of the problem and the backtrace : self.meeting = edje.Edje(self.ee.evas, file=self.edje_file, group="sub_menu") self.meeting_icon=edje.Edje(self.ee.evas

Re: [E-devel] E SVN: barbieri IN trunk/evas/src/lib: . canvas

2008-10-26 Thread Gustavo Sverzut Barbieri
On Mon, Oct 27, 2008 at 12:22 AM, Enlightenment SVN <[EMAIL PROTECTED]> wrote: > Log: > add evas_object_box. > > Box is a smart object to help with the common task of laying out lots > of objects. It's very flexibile and one can customize the layout > function on a per-object basis dynamically,

Re: [E-devel] evil trouble

2008-10-26 Thread Vincent Torri
Hey I had to compile the link code with g++, hence putting IID_PersistFile was not possible (at least, i didn't succeed). So I put the code in a separate file like Lars did. I've attached a patch. Please test it. It compiles correctly on my system. VincentIndex: src/lib/evil_uuid.c ===

Re: [E-devel] evil trouble

2008-10-26 Thread Vincent Torri
On Sun, 26 Oct 2008, Lars Munch wrote: > libuuid.a on the other hand is not an import library but a real static > library, hence the error when not detected as an import library. if so, then your approach is better. But instead of adding a new file, i would put it directly in evil_unistd.c, as

Re: [E-devel] evil trouble

2008-10-26 Thread Lars Munch
On Sun, Oct 26, 2008 at 04:59:19PM +0100, Vincent Torri wrote: > > > On Sun, 26 Oct 2008, Lars Munch wrote: > > >IMHO it is not a libtool problem, but the problem is that evil.dll tries > >to link to at static library (uuid in this case), which is generally > >considered bad. > > it is a libtoo

Re: [E-devel] E SVN: englebass trunk/ecore/src/lib/ecore_evas

2008-10-26 Thread Gustavo Sverzut Barbieri
On Sun, Oct 26, 2008 at 5:46 PM, Enlightenment SVN <[EMAIL PROTECTED]> wrote: > Log: > This function returns void > Author: englebass > Date: 2008-10-26 12:45:59 -0700 (Sun, 26 Oct 2008) > New Revision: 37163 > > Modified: > trunk/ecore/src/lib/ecore_evas/ecore_evas.c > > Modified:

Re: [E-devel] evil trouble

2008-10-26 Thread Vincent Torri
On Sun, 26 Oct 2008, Samuel Nicholas wrote: > hay guise > > cause eina has recently been added as a dependancy i was updating my libs and > ran into trouble... so i decided to start from scratch again. > now i have a problem I didn't have before > > when compiling evil: > > *** Warning: linker

Re: [E-devel] can't focus on swallowed part

2008-10-26 Thread Gustavo Sverzut Barbieri
On Sun, Oct 26, 2008 at 5:22 AM, dongmei zhou <[EMAIL PROTECTED]> wrote: > hi all, > > I use the following code to give focus on the swallowed part,but it > can't work . > It still focus on the main_group , why? > > code: > self.main_group.focus =False > > self.main_gro

Re: [E-devel] evil trouble

2008-10-26 Thread Vincent Torri
On Sun, 26 Oct 2008, Lars Munch wrote: > IMHO it is not a libtool problem, but the problem is that evil.dll tries > to link to at static library (uuid in this case), which is generally > considered bad. it is a libtool problem, in a manner or another. Your remark: + * This file defines all the

Re: [E-devel] evil trouble

2008-10-26 Thread Vincent Torri
On Sun, 26 Oct 2008, Joerg Sonnenberger wrote: > On Sun, Oct 26, 2008 at 06:26:01PM +1030, Samuel Nicholas wrote: >> libuuid.a exists at c:/msys/1.0/mingw/lib/ > > Only the static archive or also a shared library? The reason libtool is > complaining is it only finds the former. the problem is t

Re: [E-devel] evil trouble

2008-10-26 Thread Lars Munch
On Sun, Oct 26, 2008 at 06:26:01PM +1030, Samuel Nicholas wrote: > hay guise > > cause eina has recently been added as a dependancy i was updating my > libs and ran into trouble... so i decided to start from scratch again. > now i have a problem I didn't have before > > when compiling evil: > ..

Re: [E-devel] evil trouble

2008-10-26 Thread Joerg Sonnenberger
On Sun, Oct 26, 2008 at 06:26:01PM +1030, Samuel Nicholas wrote: > libuuid.a exists at c:/msys/1.0/mingw/lib/ Only the static archive or also a shared library? The reason libtool is complaining is it only finds the former. Joerg ---

Re: [E-devel] [PATCH] tiny patch eina for FreeBSD

2008-10-26 Thread Joerg Sonnenberger
On Sat, Oct 25, 2008 at 01:18:25PM -0500, Ravenlock wrote: > > eina build failed on FreeBSD, so I made FreeBSD patch. > > In SVN! :) Please invert that patch. CLOCK_PROF is mostly present, the alternative not. E.g. linux clock if present, otherwise CLOCK_PROF or CLOCK_REALTIME as last line of fal

Re: [E-devel] Epdf Bind

2008-10-26 Thread Vincent Torri
On Sun, 26 Oct 2008, André Loureiro wrote: Hi all, I'm begining in the open source world and my first project was create the bind for the epdf library, because that is necessary for my project. I started one month ago and after the long effort I got the simple bind of the epdf library( I than

[E-devel] major changes - e may "break" but please test!

2008-10-26 Thread The Rasterman
ok. i've been doing some heavy surgery on the todo list for e17. i have been hacking away at the first-run wizard. what is this? it is a module - it's job is to load sub-modules (.so files) 1 per page, and run them in sequence. it's job is to ask a few basic questions and set e up for you then lau

[E-devel] Epdf Bind

2008-10-26 Thread André Loureiro
Hi all, I'm begining in the open source world and my first project was create the bind for the epdf library, because that is necessary for my project. I started one month ago and after the long effort I got the simple bind of the epdf library( I thank Gustavo Barbiere for the fixes), with two basi

Re: [E-devel] evil trouble

2008-10-26 Thread Vincent Torri
On Sun, 26 Oct 2008, Samuel Nicholas wrote: > hay guise > > cause eina has recently been added as a dependancy i was updating my libs and > ran into trouble... so i decided to start from scratch again. > now i have a problem I didn't have before [snip] > ive since re-installed my msys/mingw 4

[E-devel] evil trouble

2008-10-26 Thread Samuel Nicholas
hay guise cause eina has recently been added as a dependancy i was updating my libs and ran into trouble... so i decided to start from scratch again. now i have a problem I didn't have before when compiling evil: ... /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -no-undefined -Wl,--e

[E-devel] can't focus on swallowed part

2008-10-26 Thread dongmei zhou
hi all, I use the following code to give focus on the swallowed part,but it can't work . It still focus on the main_group , why? code: self.main_group.focus =False self.main_group.part_object_get("menu_contents").focus =True Thanks!