On Mon, Nov 15, 2010 at 10:39 PM, Gustavo Sverzut Barbieri
wrote:
> Just to bring up this thread again. Anyone else did code about it?
>
> I know my is still ugly and need s proper images, Anyone willing to
> help with that? It's an easy and fun task.
>
> If anyone else wrote code for it, please
On Fri, 19 Nov 2010 06:06:32 -0200
Bruno Dilly wrote:
> On Mon, Nov 15, 2010 at 10:39 PM, Gustavo Sverzut Barbieri
> wrote:
> > Just to bring up this thread again. Anyone else did code about it?
> >
> > I know my is still ugly and need s proper images, Anyone willing to
> > help with that? It's
Hi All,
I was wondering if somebody is following the on-going discussion
about exploiting the group scheduling[1] kernel feature (available
since 2.6.24) to increase "user desktop experience" (I'm not saying
that e17 is slow, on the contrary it makes bite the dust to gnome/kde
on my system :-).
B
We already have code to launch processes at lower prio, we could
easily extend to do cgroup as well
On Friday, November 19, 2010, Andrea Suisani wrote:
> Hi All,
>
> I was wondering if somebody is following the on-going discussion
> about exploiting the group scheduling[1] kernel feature (availab
Hi Gustavo,
On 11/19/2010 11:53 AM, Gustavo Sverzut Barbieri wrote:
> We already have code to launch processes at lower prio, we could
> easily extend to do cgroup as well
Good to know !
/me going to look at actual code
Andrea
> On Friday, November 19, 2010, Andrea Suisani wrote:
>> Hi All,
>
Hello.
I would like to ask about creating child window in elementary.
I remember that elm_win_add() could recieve a parent window then it created
a child window.
Now, it just has parent-child relation and those are all top level windows.
Could we create a child window in el
On Tue, Nov 16, 2010 at 1:39 AM, Gustavo Sverzut Barbieri
wrote:
> Just to bring up this thread again. Anyone else did code about it?
>
> I know my is still ugly and need s proper images, Anyone willing to
> help with that? It's an easy and fun task.
>
> If anyone else wrote code for it, please a
This time it's valgrind leaks and errors!
==30933== 79 bytes in 1 blocks are definitely lost in loss record 18 of 59
==30933==at 0x4028904: malloc (vg_replace_malloc.c:236)
==30933==by 0x459EDB4: eet_decipher (eet_cipher.c:1194)
==30933==by 0x4591306: eet_read_cipher (eet_lib.c:1863)
=
It's possible that I may be causing this in my code, but if someone who knows
stringshare/rbtree could double check that would be great. Calling
eina_shutdown() in my app is causing this segv:
Program received signal SIGSEGV, Segmentation fault.
0xb7ad7de9 in eina_rbtree_delete (root=0x9876123e,
On Fri, 19 Nov 2010 17:30:25 -0500
Mike Blumenkrantz wrote:
> It's possible that I may be causing this in my code, but if someone who knows
> stringshare/rbtree could double check that would be great. Calling
> eina_shutdown() in my app is causing this segv:
>
> Program received signal SIGSEGV,
On Tue, Nov 16, 2010 at 11:28 AM, Marco Trevisan (Treviño)
wrote:
>
> These small patches allow a better cookie handling in eve.
>
Applied with minor tweaks.
Thanks,
Leandro
--
Beautiful is writing same markup. Intern
2010/11/19 정석재 :
>
>
> Hello.
>
>
> I would like to ask about creating child window in elementary.
>
> I remember that elm_win_add() could recieve a parent window then it created
> a child window.
>
> Now, it just has parent-child relation and those are all top level windows.
>
> Could
Hi all !
I'm tring to use the new canned styles for the layout widget,
IMO the new macro to set standard parts use wrong names,
please follow the following code code:
// add a new layout widget
ly = elm_layout_add(parent);
// set the canned style for the layout (apps with titlebar style)
elm_layo
2010. 11. 20. 오전 9:38 Dave Andreoli 작성:
> 2010/11/19 정석재 :
>>
>>
>> Hello.
>>
>>
>> I would like to ask about creating child window in elementary.
>>
>> I remember that elm_win_add() could recieve a parent window then it created
>> a child window.
>>
>> Now, it just has parent-child
On Fri, 19 Nov 2010 12:33:25 + (GMT) 정석재 said:
create a 2nd toplevel e_win (make it override-redirect)
then ecore_x_window_reparent(second_win, first_win, x, y);
the windows here would be the x window id's, not the evas objects. get with
elm_win_xwindow_get()
beware - u cant have alpha chann
15 matches
Mail list logo