Re: [E-devel] e17 todo list -> clock+calendar thing done

2011-06-13 Thread The Rasterman
On Tue, 7 Jun 2011 20:33:59 +0200 Quentin Gibeaux said: > Hi Rasterman, i'm one of the students that sent some mails about making > widgets some weeks ago. :) > Your new version of the clock widget reminds me what i was supposed to do in > my course project, i've included an elementary clock in

Re: [E-devel] E SVN: mike_m IN trunk/PROTO/elev8/data: . javascript

2011-06-13 Thread The Rasterman
On Tue, 7 Jun 2011 11:44:45 +0200 Cedric BAIL said: > That's an interesting concept. I would like to take that opportunity > to give feedback from my experience with elixir and its community. :) > First a little background, elixir was created by Freebox S.A.S. to be > a way to create apps on th

Re: [E-devel] E SVN: raster IN trunk/e: data/themes data/themes/images src/modules/clock

2011-06-13 Thread The Rasterman
On Tue, 7 Jun 2011 09:49:40 +0200 Boris Faure said: > On Sun, Jun 5, 2011 at 18:09, Enlightenment SVN > wrote: > > Log: > > DIGITAL CLOCK! see clock settings for how to turn it on blah blah > >  blah. > > I've found a small bug with it. > Let the hour be in the afternoon so that it's not th

Re: [E-devel] [Patch] Entry - Password show last input patch

2011-06-13 Thread The Rasterman
On Mon, 06 Jun 2011 10:31:52 + (GMT) SHILPAONKAR SINGH said: ok. 1. elm would store config in the _elm_config variable (global inside of elm). this struct contains all of elm's config. this struct is filled in either by loading a config file from disk, or by hard-coded values if that fails a

Re: [E-devel] Problems with Evas OpenGL/X11

2011-06-13 Thread The Rasterman
On Tue, 14 Jun 2011 06:35:09 +0200 Ulrich Eckhardt said: i have NEVER found the gl engine to work with alpha channel windows. i tried to make it work several times and it never worked. it works with opengl-es just fine, but glx simply refused to play ball. it never worked for me. > Hi! > > I'm

[E-devel] Problems with Evas OpenGL/X11

2011-06-13 Thread Ulrich Eckhardt
Hi! I'm trying to use the OpenGL renderer of Evas on an X11 display. As a test program, I'm using edje_player. Normally it works, but this doesn't: $ edje_player -e=opengl_x11 ../../test1.edj ERR<5244>:evas-gl_x11 evas_x_main.c:802 eng_best_visual_get() glXChooseFBConfig returned no configs

Re: [E-devel] evas and locks

2011-06-13 Thread Vincent Torri
On Mon, 13 Jun 2011, Carsten Haitzler (The Rasterman) wrote: > On Thu, 2 Jun 2011 09:52:02 +0200 (CEST) Vincent Torri > said: > > well the comments and printfs say whats going on. LKT is try get lock. if it > stays locked for too long it decides there is a deadlock. why is ret ALWAYS > fails. t

Re: [E-devel] evas and locks

2011-06-13 Thread The Rasterman
On Thu, 2 Jun 2011 09:52:02 +0200 (CEST) Vincent Torri said: well the comments and printfs say whats going on. LKT is try get lock. if it stays locked for too long it decides there is a deadlock. why is ret ALWAYS fails. that means something is locking it almost ALWAYS.without unlocking it, so so

Re: [E-devel] [patch] elm_cnp_helper - string iteration bugfix

2011-06-13 Thread Tom Hacohen
On Mon, 2011-06-13 at 21:54 +0900, Hyoyoung Chang wrote: > I've made a patch about elm_cnp_helper. > > Sometimes processing markup text, it exceeds text length. In SVN, thanks. Next time, please include the patch as an attachment. -- Tom. --

[E-devel] [patch] elm_cnp_helper - string iteration bugfix

2011-06-13 Thread Hyoyoung Chang
Dear Elementary developers. I've made a patch about elm_cnp_helper. Sometimes processing markup text, it exceeds text length. Thank you. Index: elementary/src/lib/elm_cnp_helper.c === --- elm_cnp_helper.c (Revis

Re: [E-devel] [patch] elm_cnp_helper - pasting at uri request

2011-06-13 Thread Tom Hacohen
On Mon, 2011-06-13 at 20:41 +0900, Hyoyoung Chang wrote: > I've made a patch about elm_cnp_helper. > When pasting cnp_helper recognizes mark up text as a uri list, then cnp > helper ignore it if it's not starting with "/". > I modified this with if it's not starting with "/" then it's pasting to >

[E-devel] [patch] elm_cnp_helper - pasting at uri request

2011-06-13 Thread Hyoyoung Chang
Dear Elementary developers. I've made a patch about elm_cnp_helper. When pasting cnp_helper recognizes mark up text as a uri list, then cnp helper ignore it if it's not starting with "/". I modified this with if it's not starting with "/" then it's pasting to entry. Thank you. --

Re: [E-devel] E SVN: woohyun trunk/devs/woohyun

2011-06-13 Thread ChunEon Park
Welcome woohyun! Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Enlightenment SVN" To: enlightenment-...@lists.sourceforge.net Cc: Sent: 11-06-13(월) 14:47:35 Subject: E SVN: woohyun