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

2011-07-16 Thread Jihoon Kim
Hi, Naruto. As I told you last Friday on IRC, I guess there are some bugs in your xim immodule. For example, in case that I'd like to input '私の' (watasino), the preedit string was got from your immodule like below '私のしの'. In addition, there are some sequence issue to send preedit changed event an

Re: [E-devel] E SVN: discomfitor trunk/elementary/src/bin

2011-07-16 Thread Mike Blumenkrantz
On Sat, 16 Jul 2011 07:45:41 -0700 "Enlightenment SVN" wrote: > Log: > elm_config gains a new feature: multitheme selection! themes are added in the > order of selection, so to use an overlay for a theme you would select the > "base" theme first, then the "overlay" part. then just click use theme

Re: [E-devel] E SVN: discomfitor trunk/packaging/gentoo/media-libs/elementary

2011-07-16 Thread Mike Blumenkrantz
On Sat, 16 Jul 2011 07:27:33 -0700 "Enlightenment SVN" wrote: > Log: > add quicklaunch USE, fix up metadata > > > Author: discomfitor > Date: 2011-07-16 07:27:33 -0700 (Sat, 16 Jul 2011) > New Revision: 61425 > Trac: http://trac.enlightenment.org/e/changeset/61425 > > M

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/mixer

2011-07-16 Thread Christopher Michael
On 07/16/11 08:52, Tom Hacohen wrote: > On 16/07/11 01:00, Christopher Michael wrote: >> Please, for the love of all things sacred& holy, do NOT run that on the new >> ecore code !!! It makes it very hard to read& change the code ;) >> >> Dh >> >> >> Sent from my iPod >> >> On Jul 15, 2011, at 3

[E-devel] header size...

2011-07-16 Thread Mike Blumenkrantz
With the recent infusion (profusion?) of documentation, our header sizes have become, imo, WAAY too big. They are entirely impossible to navigate, and this is a problem that will only get worse. As an example, the elm .h file is over 10k lines already, and I have to scroll quite a bit to find

Re: [E-devel] E SVN: discomfitor trunk/ecore/src/lib/ecore_con

2011-07-16 Thread Mike Blumenkrantz
On Sat, 16 Jul 2011 06:07:40 -0700 "Enlightenment SVN" wrote: > Log: > switch over all buffers to use binbufs > > > Author: discomfitor > Date: 2011-07-16 06:07:39 -0700 (Sat, 16 Jul 2011) > New Revision: 61423 > Trac: http://trac.enlightenment.org/e/changeset/61423 > e

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/mixer

2011-07-16 Thread Tom Hacohen
On 16/07/11 15:54, Mike Blumenkrantz wrote: > you mean the params on each line? blame raster, that's what he wanted. > That, and also putting the params in those awful "columns" this gets ugly the moment you add stuff (especially to structures), and it's stupid to reindent everything in the same

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/mixer

2011-07-16 Thread Mike Blumenkrantz
On Sat, 16 Jul 2011 15:52:03 +0300 Tom Hacohen wrote: > On 16/07/11 01:00, Christopher Michael wrote: > > Please, for the love of all things sacred & holy, do NOT run that on the > > new ecore code !!! It makes it very hard to read & change the code ;) > > > > Dh > > > > > > Sent from my iPod

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/mixer

2011-07-16 Thread Tom Hacohen
On 16/07/11 01:00, Christopher Michael wrote: > Please, for the love of all things sacred & holy, do NOT run that on the new > ecore code !!! It makes it very hard to read & change the code ;) > > Dh > > > Sent from my iPod > > On Jul 15, 2011, at 3:26 PM, "Enlightenment SVN" > wrote: > >>

[E-devel] EFL 1.1 on Windows

2011-07-16 Thread Vincent Torri
Hey Today, I have fixed the EFL so that Elementary is working on Windows again. It seems that, at least for advertising, it would be nice if the 1.1 release is announced with the Windows support. For those who try and run the EFL on Windows, if you see some problems, please open a ticket in t

Re: [E-devel] epp does not remove \r at the end of lines

2011-07-16 Thread Vincent Torri
On Sat, 16 Jul 2011, Ulrich Eckhardt wrote: > > "diff" tries to be convenient, just like many text-based tools, so it hides > different line-endings from you. "hexdump" works with bytes and doesn't try to > make things easy for text files but gives you the whole truth. so if i run hexdump -C fi

Re: [E-devel] E SVN: discomfitor trunk/ecore/src/examples

2011-07-16 Thread Mike Blumenkrantz
On Sat, 16 Jul 2011 01:01:20 -0700 "Enlightenment SVN" wrote: > Log: > clean up ecore-con server example: HTTP requires a seperator (\r\n in this > case) following each header line and a double separator between headers and > body. additionally, content-length must be EXACTLY the length of the bo

Re: [E-devel] epp does not remove \r at the end of lines

2011-07-16 Thread Ulrich Eckhardt
On Saturday 16 July 2011 09:11:15 Vincent Torri wrote: [hexdump] > what's the difference with > > diff -u file1 file2 > > ? "diff" tries to be convenient, just like many text-based tools, so it hides different line-endings from you. "hexdump" works with bytes and doesn't try to make things eas

Re: [E-devel] elementary_test on WindowsXP

2011-07-16 Thread Vincent Torri
Hey, >> 1. The elementary_test (based on Rev 61152) shows with black screen. but, >> the elementary_test of early of June (Rev 59900) shows properly. > > problem in edje :) actually, it was in eet. Fixed in svn Vincent ---

Re: [E-devel] epp does not remove \r at the end of lines

2011-07-16 Thread Vincent Torri
On Sat, 16 Jul 2011, Ulrich Eckhardt wrote: > On Saturday 16 July 2011 01:04:29 Vincent Torri wrote: >> On Fri, 15 Jul 2011, Ulrich Eckhardt wrote: >>> Does it have multiple lines at all? >> >> what do you mean ? > > What is the file content? Is it > - multiple lines terminated by CR or CRLF? m