Re: [E-devel] [BUG REPORT] elm_diskselector : Bad text cutting with non-ASCII characters

2011-05-19 Thread Tom Hacohen
On Thu, 2011-05-19 at 08:30 +0800, Brian Wang wrote: You mean the eina utf8 functions or elm_diskselector? I was talking about those specific two functions you mentioned. -- Tom. -- What Every C/C++ and Fortran

Re: [E-devel] [RFC] ELM GLView

2011-05-19 Thread Sung W. Park
Thanks for your comments. Ok, I've added a focus_hook so it now handles events properly. Now the elmglviewgears handles key events and mouse events. You can rotate it using Left,Right,Up,Down Arrows or use the mouse and drag it. It doesn't actually have a real trackball feature implemented so

Re: [E-devel] [PATCH] Clear the preedit text before inserting text in _edje_entry_text_markup_set

2011-05-19 Thread Tom Hacohen
Dear Jihoon, I don't know this code very good, but calling 'ecore_main_loop_iterate' looks bad to me. Isn't there an ecore_imf_context_abort/clear that can be called before reset so there'll be nothing to commit? If not, we should probably add something, I think that's the way to go... -- Tom.

Re: [E-devel] [Patch] elm_conform patch from Prince

2011-05-19 Thread Daniel Juyung Seo
In SVN! Thanks! I just fixed warnings. Daniel Juyung Seo (SeoZ) On Fri, May 13, 2011 at 6:18 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 04 May 2011 15:57:11 +0900 Daniel Juyung Seo juyung@samsung.com said: +1. commit it :) Dear all, this is revised patch from Prince.

Re: [E-devel] E SVN: tasn trunk/elementary/src/lib

2011-05-19 Thread Leif Middelschulte
2011/5/19 Enlightenment SVN no-re...@enlightenment.org: Log: Elm entry: strndup is not portable, use memcpy. If it's in the context of copying a string, why don't you define strndup as a macro for platforms it's not supported on? BR, Leif  Thanks to vtorri for the notice. Author:      

Re: [E-devel] E SVN: tasn trunk/elementary/src/lib

2011-05-19 Thread Tom Hacohen
On Thu, 2011-05-19 at 18:19 +0200, Leif Middelschulte wrote: 2011/5/19 Enlightenment SVN no-re...@enlightenment.org: Log: Elm entry: strndup is not portable, use memcpy. If it's in the context of copying a string, why don't you define strndup as a macro for platforms it's not supported on?

[E-devel] about packaging/debian directories

2011-05-19 Thread PaulTT
i compile my own debian packages since long ago and i'm happy with that, so i can control the revision i compile and be stable for a while or try new releases or go back to previous state anyway, i also use 'my' debian directories to biuld the packages, i noticed that in packaging/debian, there

Re: [E-devel] about packaging/debian directories

2011-05-19 Thread Gustavo Sverzut Barbieri
Yes, they must be updated or removed. We're doing that with gentoo: we have testing packages in enlightenment's svn until they are merged by upstream. On May 19, 2011 3:05 PM, PaulTT pau...@gmail.com wrote: i compile my own debian packages since long ago and i'm happy with that, so i can control

[E-devel] usage of fopen in edje_cc_out.c

2011-05-19 Thread Vincent Torri
Hey, in data_write_scripts() (in edje_cc_out.c), we call mkstemp(filename) (which basically calls open(filename) with a modified filename), then fopen(filename) (in create_script_file() and compile_script_file(). Instead of fopen(), shouldn't we use fdopen() on the fd returned by mkstemp() ?

Re: [E-devel] about packaging/debian directories

2011-05-19 Thread michael bouchaud
Lutin made a very good packaging on debian http://packages.qa.debian.org/e/eina.html. Maybee it will be a good things to merge this work. The stuff in svn are very old and incomplete. Me too I managed my own debian package but I use the work of Lutin to made the new package. 2011/5/19 Gustavo

Re: [E-devel] E SVN: raster IN trunk/elementary/src: bin lib

2011-05-19 Thread The Rasterman
On Wed, 18 May 2011 11:05:48 +0200 Nicolas Aguirre aguirre.nico...@gmail.com said: 2011/5/18 Nicolas Aguirre aguirre.nico...@gmail.com 2011/5/18 Enlightenment SVN no-re...@enlightenment.org Log: elm grid obj++ Author: raster Date: 2011-05-18 00:15:36 -0700