Re: [E-devel] Edje Text in box with dynamic hints

2011-07-23 Thread The Rasterman
On Sat, 23 Jul 2011 22:47:31 +0200 Hugo Camboulive said: you basically can't. there isn't a way to force a recalc when using boxes in edje. as i said to you before - they were not implemented completely - well tables were not, and i had to fix up the implementation to do the e17 calendar bit for

[E-devel] elm tooltip's big bug

2011-07-23 Thread Mike Blumenkrantz
ELM tooltip has a rather obvious bug: if the tooltip is larger than the window it is anchored to, it get clipped to the window. This is because the tooltip gets affixed to the same evas that its anchor is on, so it cannot freely expand. I have started working on a fix, involving using a buffer can

Re: [E-devel] E SVN: andreas IN trunk/BINDINGS/cxx/ecorexx: include/ecorexx src

2011-07-23 Thread Andreas Volz
Am Sat, 23 Jul 2011 08:14:55 +0200 (CEST) schrieb Vincent Torri: > > > On Fri, 22 Jul 2011, Enlightenment SVN wrote: > > > Log: > > Ecorexx::Timer design changed to have a factory and provide destroy > > function to wrap C interface better than before also used sigc++ > > slots as callback prov

Re: [E-devel] Edje Text in box with dynamic hints

2011-07-23 Thread Hugo Camboulive
Well, how can you center two pieces of text "as one" then? It does not sound like a very extravagant request to me ^^ Could you force recalculating on a specific demand? On Sat, Jul 23, 2011 at 6:16 AM, Carsten Haitzler wrote: > On Thu, 21 Jul 2011 14:58:53 +0200 Hugo Camboulive < > hugo.camboul.

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

2011-07-23 Thread The Rasterman
On Sat, 23 Jul 2011 13:30:57 +0900 ChunEon Park said: we can't... because we'd break a stable api. :) > Thank you for replying me. > But I think, the usage look doesn't better to users while using the evas_map > APIs still. For example, > Even a user wrote a function to rotate any objects by us

Re: [E-devel] [Patch] Add XIM module for ecore_imf

2011-07-23 Thread Jihoon Kim
Hi, Naruto. I've tested in elementary_test > entry menu after applying my edje patch related to client_window_set. However, I couldn't see the preedit string in the entry widget while I was typing. In addition, sometimes segmentation fault was occured. Here is backtrace of GDB. (gdb) bt #0 0x00

Re: [E-devel] [Patch] Add XIM module for ecore_imf

2011-07-23 Thread Naruto TAKAHASHI
Hi, Vencent. (I forgeted adding e-devel ML address to Cc. So send again.) > split your patch in 3 patches (the 3 things above). Or at least 2 patches > (one for the warnings, the other for the fixes). I split my patch to 2 paches. one for warnings, the other for fixes. Thanks. 2011/7/23 Vincen

Re: [E-devel] segfault of edje_cc during compilation of elementary

2011-07-23 Thread Tomas Cech
Hi, On Sat, Jul 23, 2011 at 03:10:15AM +0200, Cedric BAIL wrote: >Hi, > >On Sat, Jul 23, 2011 at 12:55 AM, Tomas Cech wrote: >> Hi, >> >> On Fri, Jul 22, 2011 at 11:44:53AM +0200, Tomas Cech wrote: >>> >>> On Fri, Jul 22, 2011 at 01:20:32AM +0200, Cedric BAIL wrote: Hi, On Thu

Re: [E-devel] [Patch] Add XIM module for ecore_imf

2011-07-23 Thread Vincent Torri
hey On Sat, 23 Jul 2011, Naruto TAKAHASHI wrote: Hi JihoonKim, and EFL developers. I attach a patch for fixing some XIM module bugs. - fix showing previous preedit string bug. - delete compile warning(thanks JihoonKim) - fix some sequence issue to send preedit changed event and commit ev

Re: [E-devel] [Patch] Add XIM module for ecore_imf

2011-07-23 Thread Naruto TAKAHASHI
Hi JihoonKim, and EFL developers. I attach a patch for fixing some XIM module bugs. - fix showing previous preedit string bug. - delete compile warning(thanks JihoonKim) - fix some sequence issue to send preedit changed event and commit event.(thanks JihoonKim) Please review this patch?