[E-devel] [ELEMENTARY] Entry scrolled patch.

2010-02-08 Thread Stéphane BAULAND
Hi ! As gustavo ask, i removed all scroller + entries from test_entry.c in elementary testsuite. I replaced them by scrolled_entry. Here is the patch, See you. Index: src/bin/test_entry.c === --- src/bin/test_entry.c (revision

[E-devel] Battery module patch.

2008-09-02 Thread Stéphane BAULAND
Hi, This patch is just a simple patch. I had problem using the battery module, it wasn't working for me. I was bored and i look to sources of badget... The problem comes from the name of the device. For me the battery path is : /sys/class/power_supply/C1FD/ and the module was looking to a name

Re: [E-devel] [e-users] [E17] Place modules on desktop

2007-08-23 Thread Stéphane Bauland
Carsten Haitzler (The Rasterman) wrote: On Thu, 23 Aug 2007 04:44:22 +0200 Stéphane Bauland [EMAIL PROTECTED] babbled: Christopher Michael wrote: Andreas Volz wrote: Am Sun, 19 Aug 2007 18:56:50 +0200 schrieb Andreas Volz: Hello, currently it's only

Re: [E-devel] [e-users] [E17] Place modules on desktop

2007-08-22 Thread Stéphane Bauland
Christopher Michael wrote: Andreas Volz wrote: Am Sun, 19 Aug 2007 18:56:50 +0200 schrieb Andreas Volz: Hello, currently it's only possible to place modules in the panels. I remember the time when it was possible to place modules free in size and position on the desktop

[E-devel] E17 configure.in desktop icon patch

2007-08-21 Thread Stéphane Bauland
Hi guays. I was bored of having desktop icons (eh?!), and I think people who don't want them could choose directly when compiling. So i write this patch to add a --enable/disable-desktop-icon that compile or not enlightenment using edbus/ehal. By the way, the default value is yes. So, if you

Re: [E-devel] E17 configure.in desktop icon patch

2007-08-21 Thread Stéphane Bauland
Виктор Кожухаров wrote: Ð� вÑ�, 2007-08-21 в 21:21 +0200, Stéphane Bauland МапОÑ�а: Hi guays. I was bored of having desktop icons (eh?!), and I think people who don't want them could choose directly when compiling. So i write this patch to add a --enable/disable-desktop-icon

Re: [E-devel] website url rewrite

2007-07-12 Thread Stéphane Bauland
Chady Kassouf wrote: Hi, In order to make the new website's URLs easier to use, I'd like to propose using mod_rewrite and having some rewrite rules to make the URIs more readable. Something along the lines of: IfModule mod_rewrite.c #RewriteEngine On #RewriteCond %{REQUEST_FILENAME} !-f

[E-devel] WEB NEWS PATCH.

2007-05-08 Thread Stéphane Bauland
Hi all, As i said to raster, i finished the news repository code. It works as raster wants : 1) Extract the tarball in www/p/ directory. 2) Apply the patch ( you need to apply it from www/ i guess...) 3) News are stored in www/p/news/{en,fr,jp,de}/ with this format :

Re: [E-devel] WEB NEWS PATCH.

2007-05-08 Thread Stéphane Bauland
Luchezar Petkov wrote: Stéphane Bauland wrote: Hi all, ... Have a good day. See you And what about RSS/Atom feeds? Hehe good idea ! I will wait to raster to apply this one and make a new patch

Re: [E-devel] E CVS: proto devilhorns

2007-04-28 Thread Stéphane Bauland
Enlightenment CVS wrote: Enlightenment CVS committal Author : devilhorns Project : e17 Module : proto Dir : e17/proto/extrackt Modified Files: configure.in Log Message: Pkg-config patch from Lutin for extrackt. Works.

Re: [E-devel] E CVS: www titan

2007-04-24 Thread Stéphane Bauland
Michael Jennings wrote: On Monday, 23 April 2007, at 23:46:16 (+0200), St?phane Bauland wrote: s/cahce/cache : see you As I was saying on #E, now is not the time to nit-pick every little grammar flub or typo. Now is the time to get content (verbiage, images, etc.) in place.

Re: [E-devel] E CVS: www titan

2007-04-23 Thread Stéphane Bauland
Enlightenment CVS wrote: Enlightenment CVS committal Author : titan Project : web Module : www Dir : web/www/p/about/dev Modified Files: en-body Log Message: Revert everything I did. Forget that I even touched www.

Re: [E-devel] E CVS: libs/ecore englebass

2007-04-06 Thread Stéphane Bauland
Enlightenment CVS wrote: Enlightenment CVS committal Author : englebass Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_evas Modified Files: ecore_evas.c ecore_evas_private.h ecore_evas_x.c Log Message: Don't use an idler to delete the evas. This wont work

[E-devel] Enlightenment Website Format Patch

2007-03-26 Thread Stéphane Bauland
Hi everybody. 1) I just make a simple patch for web. It's a format one. I saw you use many of unquoted/simple quote variables. The patch just make the website uses double quotes. 2) Maybe a tabulation on sources could be great. 3)I'm translating pages to french. I'll send you files when it

Re: [E-devel] E CVS: libs/ecore pfritz

2007-03-13 Thread Stéphane Bauland
Hi! 1) Why ecore_str_vector_free was removed ? 2) Do you think 2/3 optionals string's functions could be good to have in ecore ? - ecore_str_strdup_printf(format, ...) - ecore_str_memcpy(void *, size) see you Peter Wehrfritz wrote: Long and messy. Find better version attached. And as a

Re: [E-devel] E CVS: libs/ecore pfritz

2007-03-13 Thread Stéphane Bauland
Vincent Torri wrote: On Tue, 13 Mar 2007, Stéphane Bauland wrote: Hi! 1) Why ecore_str_vector_free was removed ? now, you only need to free the returned pointer. There's no need for a function to do that :) I let the others comment the 2nd question :) Vincent Hehe ! I got a memory

Re: [E-devel] E CVS: libs/ecore pfritz || LEAK PATCH

2007-03-13 Thread Stéphane Bauland
Vincent Torri wrote: On Tue, 13 Mar 2007, Stéphane Bauland wrote: Hi! 1) Why ecore_str_vector_free was removed ? now, you only need to free the returned pointer. There's no need for a function to do that :) I let the others comment the 2nd question :) Vincent Ok ok i solve memory leak

Re: [E-devel] E CVS: libs/ecore pfritz

2007-03-13 Thread Stéphane Bauland
Michael Jennings wrote: On Tuesday, 13 March 2007, at 01:53:57 (+0100), Peter Wehrfritz wrote: Thanks committed. It is indeed much faster. I changed it slightly, because your version had some problems with empty strings. I intentionally left out the sanity checks at the beginning

[E-devel] Ecore_Str new feature...

2007-03-12 Thread Stéphane Bauland
Hi people. I needed a function to split a string into a list. My first func used Ecore_List * as return value, and dourse said me that's not really good. He said me to return a char ** so i did it. And i put it under ecore_str. The patch have two functions. The one to allocate the array of

Re: [E-devel] Ecore_Str new feature...

2007-03-12 Thread Stéphane Bauland
Brian Mattern wrote: On Mon, Mar 12, 2007 at 12:41:41PM +0100, Stéphane Bauland wrote: + * @param max_tokens The maximum number of strings to split string into. If this is less than 1, the string is split completely. + if ( max_tokens 1 ) max_tokens = 100

Re: [E-devel] E CVS: libs/ecore pfritz

2007-03-12 Thread Stéphane Bauland
Enlightenment CVS wrote: Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore Modified Files: Ecore_Str.h ecore_str.c Log Message: add ecore_str_split(), thanks to rookmoot

Re: [E-devel] Ecore_Proto Module developpement

2007-03-11 Thread Stéphane Bauland
client based on telepathy could be really kewl. Maybe i will port eim to telepathy but not now. On 3/11/07, *Stéphane Bauland* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Gervais Mulongoy wrote: Hello Stephane: i think it might be best to actually port telepathy

Re: [E-devel] Ecore_Proto Module developpement

2007-03-11 Thread Stéphane Bauland
Michael Jennings wrote: On Sunday, 11 March 2007, at 15:53:28 (+0100), St?phane Bauland wrote: Ok! In fact, ecore_proto is not an abstraction layer to im protocol. It needs to support all type of protocol (ie. im, ftp, http, sftp, etc...) So we dont need telepathy. Okay, first

Re: [E-devel] some enlightenment.org pages need updates

2007-03-09 Thread Stéphane Bauland
Gustavo Sverzut Barbieri wrote: Hi guys, As a newbie I found some difficulties to find libraries, applications and even docs on website, since some pages doesn't match current design or there are broken links. hi ! Enlightenment is getting is 'own' (?) server and they think about a new

Re: [E-devel] Theming with ETK

2007-01-05 Thread Stéphane Bauland
ptomaine wrote: Hello, all. Is there any doc or example on theming with etk? I can see a lot of etk_widget_theme_* functions, but really can't understand the way to use them. :(( Regards, ptomaine// - Take Surveys.

[E-devel] Ecore-config ecore libs

2006-08-24 Thread Stéphane Bauland
Hi all, I was looking at the ecore-config to get only the ecore-config --libs-* i need to a project. The project is based on ecore, it used ecore_exe, ecore_file i could use : ecore-config --libs-file for ecore_file, but ecore_exe depends of ecore --libs.. my problem is i dont need others

Re: [E-devel] cvs, servers and stuff.

2006-08-17 Thread Stéphane Bauland
Hisham Mardam Bey wrote: On 8/17/06, Lyle Kempler [EMAIL PROTECTED] wrote: Personally I don't get why we're not creating nightly diffs and a tarball once a week and letting people use that (it's not exactly difficult to script). I highly doubt most users care about checkins in the last

Re: [E-devel] Fw: [e-users] compiling ecore on a system running 2.4.x kernel

2006-08-17 Thread Stéphane Bauland
Stafford Horne wrote: Hello, I had this conversation on the E Users list and got no response. Basically some users are complaining that ecore doesn't build on some systems unless you disable ecore-fb. My opinion is that we should disable ecore-fb by default until someone fixes the

Re: [E-devel] cvs, servers and stuff.

2006-08-15 Thread Stéphane Bauland
And what do you think about opening some mirrors ? I know that raster enjoys knowing the numbers of people using the cvs, etc... Maybe, mirrors could give statistics and works togethers... An other possibility is to make the official source's tree under cvs, and make a git mirror, an other

Re: [E-devel] E CVS: proto rhapsodhy

2006-08-15 Thread Stéphane Bauland
Made a patch 1. able it to compile fine. 2. adding a modules icons. (actualy pointing to NULL, i need to finish the libentrance_modules.so :)) icon is in : 48x48/mimetypes/package-x-generic.png ? Makefile ? Makefile.in ? aclocal.m4 ? autom4te.cache ? compile ? config.guess ? config.h

Re: [E-devel] Network connection from a different thread

2006-08-02 Thread Stéphane Bauland
Andrew Sevcsik wrote: Hi list. I tried to connect to a jabber server from a different thread, while i was in the ecore_evas main loop. I tried it in Ruby (XMPP4R and jabber4r libraries), and in C (Loudmouth library). Loudmouth has an implented connect function, wich is done in a different

[E-devel] Emphasis problem + BIG BIG OUPS RASTER !!

2006-06-11 Thread Stéphane Bauland
I'am sorry raster, i saw you apply my patch and it was wrong for the app-config file. The problem is for a configure.in too, you check the libmpd = 0.12.3 and the correct version is 0.12.0. That's why i send you this mail. ___ enlightenment-devel

[E-devel] Gadcon kewl feature to add (ideas..)

2006-05-25 Thread Stéphane Bauland
Hey raster! and the others ! I get an special feature to add to gadcon :). My idea is to put an option on it to said it that it could be show or hide. When the mouse goes in it, it'll be showed. And if the mouse go out of it - hide. Don't realy know if my explanation is good and if you are

Re: [E-devel] Build evfs on FreeBSD...

2006-04-27 Thread Stéphane Bauland
Anders Troback wrote: I tire to maintain a script that builds e17 from cvs on FreeBSD, for some time now the evfs wont build, I get this: gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I../../.. -I../../../src/include -I /usr/devel/enlightenment/current/include -I/usr/include -I/usr/local/include