Re: [E-devel] [Patch][elementary_test] test_list

2012-04-17 Thread ChunEon Park
Found problems here In the test code, you missed NULL check for selected_item_get. elm_list_selected_item_get(li); // if (!li) < NEED this ex) static void _prev_bt_clicked(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__) { Elm_Object_

Re: [E-devel] xrandr and screen lock

2012-04-17 Thread Noorul Islam Kamal Malmiyoda
On Tue, Apr 17, 2012 at 12:27 PM, Noorul Islam Kamal Malmiyoda wrote: > Hello all, > > I have been using external monitor 7 - 8 months before and everything > was working fine with xrandr. After a gap of 8 months, I got a new > monitor and screen lock is not unlocking after entering correct > pass

Re: [E-devel] Eobj - Request for review/comments

2012-04-17 Thread The Rasterman
On Tue, 17 Apr 2012 09:50:19 +0300 Tom Hacohen said: i don't see the point. it's just a pointer to something. it's fine as-is. in this way of doing an api we no longer can use the const attribute to say anything about the object here. there isn't a lot of point either. > Dear, > > One more flaw

Re: [E-devel] Eobj - Request for review/comments

2012-04-17 Thread Tom Hacohen
On 17/04/12 10:55, Carsten Haitzler (The Rasterman) wrote: > i don't see the point. it's just a pointer to something. it's fine as-is. in > this way of doing an api we no longer can use the const attribute to say > anything about the object here. there isn't a lot of point either. I find it nice t

Re: [E-devel] [Patch][elementary_test] test_list

2012-04-17 Thread Kim Shinwoo
Thanks for your response. Even though the list item - lit - is NULL, the elm_list_item_prev/next(); does not occur error message. But other APIs such as elm_list_item_bring_in(); complains if its parameter is NULL. So I checked NULL before using it. Should I check the NULL before using elm_list_it

Re: [E-devel] [Patch][elementary_test] test_list

2012-04-17 Thread ChunEon Park
Sorry, I didn't look at it carefully. Anyhow, please make it to not print any err/warning messages. Thank you. -Regards, Hermet- -Original Message- From: "Kim Shinwoo" To: "Enlightenment developer list"

Re: [E-devel] xrandr and screen lock

2012-04-17 Thread The Rasterman
On Tue, 17 Apr 2012 12:27:40 +0530 Noorul Islam Kamal Malmiyoda said: > Hello all, > > I have been using external monitor 7 - 8 months before and everything > was working fine with xrandr. After a gap of 8 months, I got a new > monitor and screen lock is not unlocking after entering correct > pa

Re: [E-devel] [Patch][elm_diskselector] resolving a segmentation fault

2012-04-17 Thread Daniel Juyung Seo
yes changelog and news.are not used for elementary because elementary 1.0 is not released. they will be needed after the release. thanks. On Apr 17, 2012 10:28 AM, "cnook" wrote: > Dear All, Hello. > > If the diskselector item has only icon and does not have label, it makes a > segmentation fault

Re: [E-devel] [Patch][elm_diskselector] resolving a segmentation fault

2012-04-17 Thread Kim Shinwoo
Aha! Thanks for your response! 2012/4/17 Daniel Juyung Seo : > yes changelog and news.are not used for elementary because elementary 1.0 > is not released. > they will be needed after the release. > thanks. > On Apr 17, 2012 10:28 AM, "cnook" wrote: > >> Dear All, Hello. >> >> If the diskselector

Re: [E-devel] [Patch][elementary_test] test_list

2012-04-17 Thread Kim Shinwoo
Oops! it gives warning messages? 2012/4/17 ChunEon Park : > Sorry, I didn't look at it carefully. > Anyhow, please make it to not print any err/warning messages. > > > Thank you. > > > > -Regards, Hermet- > > > -Original Message- > From: "Kim Shinwoo"<

Re: [E-devel] [Patch][elementary_test] test_list

2012-04-17 Thread The Rasterman
On Tue, 17 Apr 2012 13:35:19 +0900 cnook said: > Dear All, Hello. > > I had added test code for the elementary. but I made a pause it because of > some reasons and just started again. > Today I have attached a patch for the elm_list which does not have test > code for the API elm_list_item_prev(

Re: [E-devel] Bug in elementary-python Entry

2012-04-17 Thread The Rasterman
On Tue, 10 Apr 2012 17:11:12 +0300 Kai Huuhko said: ok - in. a quick read seems it looks right, but i really can't test it atm. :( so in. let's see if there are screams and wails of agony. :) > Attached is a patch to add handling for Hover with the Entry anchor, and > updated test script. > >

Re: [E-devel] [Patch][elementary_test] test_list

2012-04-17 Thread Kim Shinwoo
hehe~ I like grid! hmm.. If you want... I will be back with the box! 2012/4/17 Carsten Haitzler : > On Tue, 17 Apr 2012 13:35:19 +0900 cnook said: > >> Dear All, Hello. >> >> I had added test code for the elementary. but I made a pause it because of >> some reasons and just started again. >> Toda

[E-devel] queue 2

2012-04-17 Thread Michaël Bouchaud
Hi :) Now for elsa, a greater. I have experienced some race condition with x11 connection. I need to release x11 connection when the wm has took the hand on it for time, I catch ECORE_X_EVENT_WINDOW_CREATE. But for this I need to manage the root window (ecore_x_window_manage I'm wrong ?). If I'm st

[E-devel] Fwd: queue 1

2012-04-17 Thread Michaël Bouchaud
-- Forwarded message -- From: Michaël Bouchaud Date: 2012/4/18 Subject: queue 1 To: Enlightenment users discussion & support < enlightenment-us...@lists.sourceforge.net> Hi all, I come here about release, I want made some changes to elm_calendar in future. Here is the problem abo

Re: [E-devel] Fwd: queue 1

2012-04-17 Thread Daniel Juyung Seo
Hello, I agree with this change but I'm sad that Elm_Object_Select_Mode is not reusable here :( If we need to add Elm_Calendar_Select_Mode enum, I recommend to rename them. So my suggestion is typedef enum { ELM_CALENDAR_SELECT_MODE_ALWAYS, ELM_CALENDAR_SELECT_MODE_NONE, ELM_CALENDAR_SELE

Re: [E-devel] queue 2

2012-04-17 Thread The Rasterman
On Wed, 18 Apr 2012 00:12:07 +0200 Michaël Bouchaud said: aaah... well... there is no GUARANTEED way to know a wm has started managing the root window. there are things you can do that will work in MOSt caes, but ecore_x_window_manage is NOT one of them as this makes you a window manager. you wil

[E-devel] Detecting corrupt eet files.

2012-04-17 Thread David Seikel
Does eet use a checksum or anything to detect if eet files got corrupted? If so, how does the app find out about it? eet_data_read() returning NULL? If not, is there an easy way to checksum all the data, so I can do it myself? Using the serialization stuff, with lists, variable arrays, sub stru

[E-devel] [Patch][Genlist] fix the bug in _elm_genlist_item_del_notserious

2012-04-17 Thread chanwook jung
Dear all, I made a patch to fix the bug in _elm_genlist_item_del_notserious. If relcount is not 0 or walking is not 0, return. Thanks, Joey. genlist_del.diff Description: Binary data -- Better than sec? Nothing is bette

[E-devel] [BUG REPORT] edc 'inherit' keyword causing problems

2012-04-17 Thread Brian Wang
Hello all, I am not sure if this is intended. However, it used to work. Case : A part with multiple states (sizes) State #1 : default State #2 : inherit State #1, with different size (different rel1, rel2) --> State #2 seems to fail to change the rel1 and rel2 properties. Please see the attache