[E-devel] Font Problem (EFL-related)

2010-02-09 Thread Brian Wang
Hello all, I'm using Elementary with recent svn code. This font problem seems new, but I have no clue how it happens. I don't know if my observation is correct, but here it goes: 1. When the app first starts up, I see the string correctly displayed. 2. Then the app gets closed and started again,

Re: [E-devel] e16-1.0.2

2010-02-09 Thread Mike Frysinger
On Sunday 24 January 2010 17:16:55 Kim Woelders wrote: > e16-1.0.2 is available for download: > http://sourceforge.net/projects/enlightenment/files/ someone want to update: http://www.enlightenment.org/p.php?p=download&l=en -mike signature.asc Description: This is a digitally signed message part

[E-devel] Problem: E_MODULES_EXTRA/diskio can't handle more than 4 differently configured instances

2010-02-09 Thread Vadim, Efimov
Hi! I'm using DiskIO module, and it seems to be hardcoded to use only 4 hdd's — you may create 5 module instances and configure them to different hdd's, but fifth instance will always behave like first one, so no more than 4 hdd could be monitored. -

[E-devel] eina_strbuf tests?

2010-02-09 Thread Gustavo Sverzut Barbieri
Hi Sebastian, Given that you added eina_strbuf, how about doing tests in eina/src/tests? The test format is quite simple, and using the coverage support should say how much of it is covered. Most of the tests should be quite straight forward, just remember possible corner cases with head/tail remo

Re: [E-devel] [ELEMENTARY] Entry scrolled patch.

2010-02-09 Thread Gustavo Sverzut Barbieri
in svn On Mon, Feb 8, 2010 at 5:03 PM, Stéphane BAULAND wrote: > Hi ! > > As gustavo ask, i removed all scroller + entries from test_entry.c in > elementary testsuite. I replaced them by scrolled_entry. > > Here is the patch, > > See you. > > --