[E-devel] PATCH: ecore_con_url.

2006-05-27 Thread Øystein Haare
A small patch that does 3 things:- Allow https:// Obviously won't work if curl is not compiled with SSL support,perhaps something like this could be put in: int ecore_con_url_supports_https(){    curl_version_info_data *curl_info = curl_version_info(CURLVERSION_NOW);     if(curl_info->features & CU

Re: [E-devel] Ecore_Con (SSL / HTTPS)

2006-05-03 Thread Øystein Haare
Alright...Guess I'll have to look into it some more then...ThanksOn 5/3/06, The Rasterman Carsten Haitzler < [EMAIL PROTECTED]> wrote:On Wed, 3 May 2006 00:26:01 +0200 "Øystein Haare" < [EMAIL PROTECTED]>babbled:> Hi!>> I'm trying to use Ecore_Con with

[E-devel] Ecore_Con (SSL / HTTPS)

2006-05-02 Thread Øystein Haare
Hi!I'm trying to use Ecore_Con with ssl to connect to a https server.1. Is this at all possible? :p2. Do I need to do anything other than having     ECORE_CON_REMOTE_SYSTEM | ECORE_CON_USE_SSL    as the type in ecore_con_server_connect()? I haven't really looked into it that much, just changed the

[E-devel] Module for wireless quality

2005-08-23 Thread Øystein Haare
Is there, or are anyone working on a e17 module for displaying wireless link quality? If not, I might look into writing one... -- Øystein Haare <[EMAIL PROTECTED]> --- SF.Net email is Sponsored by the Better Software Conference

Re: [E-devel] make error in evas

2004-04-06 Thread Øystein Haare
You probably need libpng? On Wed, 2004-04-07 at 09:36, Peter Forsberg wrote: > Hi! First post ever, so please bear over with me. > > I posted this message to this list, 'cause I thought that you would be the > only ones to know what's wrong. My system > > Debian Sarge (Testing), with self-compi

Re: [E-devel] esmart/container patch

2003-11-01 Thread Øystein Haare
Ooops.. evolution attached it twice :( On Sat, 2003-11-01 at 17:57, Øystein Haare wrote: > A small patch to make the container clipper invisible when no elements > are added to the container. -- Oystein Haare Cell: +47 95936353 Mail: [EMAIL PRO

[E-devel] esmart/container patch

2003-11-01 Thread Øystein Haare
A small patch to make the container clipper invisible when no elements are added to the container. -- Oystein Haare diff -ur esmart/src/container/container.c esmart-fixed/src/container/container.c --- esmart/src/container/container.c 2003-10-18 21:18:31.0 +0200 +++ esmart-fixed/src/cont

Re: [E-devel] Edje Ecore SPLIT??

2003-10-04 Thread Øystein Haare
On Sat, 2003-10-04 at 07:26, Arlo wrote: > "At this point in time Imlib2, EVAS, Edb, EET, Ecore, and Edje are > effectively complete. Updates and new features are still being added to > Ecore and Edje" --http://www.enlightenment.org/pages/news.html > > How can Ecore and Edje be effectivley comple