[E-devel] bug in svn commit 57998: no 'move to' submenu when only one vdesk

2011-04-11 Thread Bruno Prémont
Commit 57998 (no 'move to' submenu when only one vdesk, by morlenxus) makes "move to" window submenu disappear even though there are multiple virtual desktops though only vertical ones. Original commit was: Index: e_int_border_menu.c ===

Re: [E-devel] little white rectangle

2011-04-11 Thread Dave Ray
I guess so. It's always been a problem on my OS. Wondering what I can check and patch for this. When I delete ~/.e, and restart e17, the Applications menu is always blank. Something isn't getting installed properly. On Apr 8, 2011, at 4:33 PM, Sebastian Dransfeld wrote: > E points to an non-exi

Re: [E-devel] E SVN: monkeyiq trunk/MISC/gevas2

2011-04-11 Thread Vincent Torri
hey, is it possible to test a program using: * evas * gevas * gtk2 * gtk3 ? I'm wondering how much the cairo interation in gtk3 is slowing down the graphic part Vincent On Thu, 7 Apr 2011, Enlightenment SVN wrote: > Log: > dump & release > > > Author: monkeyiq > Date:

Re: [E-devel] bug in svn commit 57998: no 'move to' submenu when only one vdesk

2011-04-11 Thread Brian 'morlenxus' Miculcy
Fixed, thanks. On Sat, Apr 09, 2011 at 04:24:54PM +0200, Bruno Prémont wrote: > Commit 57998 (no 'move to' submenu when only one vdesk, by morlenxus) > makes "move to" window submenu disappear even though there are multiple > virtual desktops though only vertical ones. > > Original commit was: >

[E-devel] Organised settings panel

2011-04-11 Thread Brian 'morlenxus' Miculcy
As some of you already noticed i work on a better category list for the settings panel. Here is a mockup which should be discussed. I also added a few notes like [old name] => [new name] or bugs i noticed. If someone has a better name for an item or a category go discuss it. :) Kind regards, Bri

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib

2011-04-11 Thread Vincent Torri
maybe it's time to update the NEWS file, with something like Eina 1.1 New features: API additions: Vincent On Mon, 11 Apr 2011, Enlightenment SVN wrote: > Log: > eina: add eina_inlist_sort (merge sort based on eina_list code). > > > Author: cedric > Date:

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib

2011-04-11 Thread Mike Blumenkrantz
On Mon, 11 Apr 2011 12:05:13 +0200 (CEST) Vincent Torri wrote: > > > maybe it's time to update the NEWS file, with something like > > Eina 1.1 > > New features: > > > > API additions: > > > > Vincent > > On Mon, 11 Apr 2011, Enlightenment SVN wrote: > > > Log:

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib

2011-04-11 Thread Cedric BAIL
On Mon, Apr 11, 2011 at 12:13 PM, Mike Blumenkrantz wrote: > On Mon, 11 Apr 2011 12:05:13 +0200 (CEST) > Vincent Torri wrote: >> maybe it's time to update the NEWS file, with something like >> >> Eina 1.1 >> >> New features: >>   >>   >> >> API additions: >>   >>   >> > but we

Re: [E-devel] Proposal to strip "-0"(negative zero) from indicator in Elementary Slider widget

2011-04-11 Thread Tom Hacohen
I think we need to fix the fact that it gets to a negative value... (unless I got you wrong, and then please don't mind me). -- Tom. On Mon, 2011-04-11 at 10:34 +, SUMANTH KRISHNA MANNAM wrote: > >Hi, > Elementary slider widget shows the indicator text based on the format > set >

Re: [E-devel] [Review] [Patch] Evas - OpenGL and Evas (Part 4)

2011-04-11 Thread Sung W. Park
Sounds good. I'll go ahead and start working on getting the EVAS_GL_APIs first then. Before I get started on that though, I thought it would be good to get some image_object semantics straight. I actually had to guess a lot of the image_object API semantics to get it running and I think it'll b

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

2011-04-11 Thread Vincent Torri
changelog ? Vincent On Sun, 10 Apr 2011, Enlightenment SVN wrote: > Log: > Evas textblock: *_markup_prepend should use the passed cursor. > > This fixes a bug that caused evas_object_textblock_text_markup_prepend > to use the object's cursor, instead of the passed cursor when prepending > t

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

2011-04-11 Thread Tom Hacohen
I hate it when you are right. Adding. Thanks, Tom. On Mon, 2011-04-11 at 14:09 +0200, Vincent Torri wrote: > > changelog ? > > Vincent > > On Sun, 10 Apr 2011, Enlightenment SVN wrote: > > > Log: > > Evas textblock: *_markup_prepend should use the passed cursor. > > > > This fixes a bug that

[E-devel] edje with external parts gives segfault

2011-04-11 Thread clement.leger
Hello, While trying to use edje with externals (elm/button), i have encountered errors with segfault when i wanted to deallocate the edje object (evas_object_del). I have seen that it also does that with edje_player and the official examples with external parts. I'm using the latest efl from trunk

Re: [E-devel] edje with external parts gives segfault

2011-04-11 Thread Cedric BAIL
Hello, On Mon, Apr 11, 2011 at 3:44 PM, clement.leger wrote: > While trying to use edje with externals (elm/button), i have encountered > errors with segfault when i wanted to deallocate the edje object > (evas_object_del). > I have seen that it also does that with edje_player and the official >

Re: [E-devel] edje with external parts gives segfault

2011-04-11 Thread Atton Jonathan
I have no problem in Enki and I use elm_external a lot. Are you deleting some objects yourself or you only delete the edje object ? What elm objects are you using ? 2011/4/11 clement.leger > Hello, > > While trying to use edje with externals (elm/button), i have encountered > errors with segfa

Re: [E-devel] edje with external parts gives segfault

2011-04-11 Thread Gustavo Sverzut Barbieri
On Mon, Apr 11, 2011 at 11:01 AM, Cedric BAIL wrote: > Hello, > > On Mon, Apr 11, 2011 at 3:44 PM, clement.leger wrote: >> While trying to use edje with externals (elm/button), i have encountered >> errors with segfault when i wanted to deallocate the edje object >> (evas_object_del). >> I have s

Re: [E-devel] edje with external parts gives segfault

2011-04-11 Thread Daniel Juyung Seo
Just make a sample code and send it to mailing list :) That'll help you a lot. Thanks. Daniel Juyung Seo (SeoZ) On Mon, Apr 11, 2011 at 11:29 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Mon, Apr 11, 2011 at 11:01 AM, Cedric BAIL wrote: > > Hello, > > > > On Mon, Apr 11,

Re: [E-devel] Organised settings panel

2011-04-11 Thread Jeff Hoogland
Speaking of settings configuration - think we can get a short description just like (launcher) and (taskbar) added after ibox and ibar? I know many users find these confusing and I even still mix them up myself on occasion. Cheers, ~Jeff Hoogland On Mon, Apr 11, 2011 at 4:45 AM, Brian 'morlenxus'

Re: [E-devel] Organised settings panel

2011-04-11 Thread Davide Andreoli
I agree with all you suggestion, but not on: [Files] - File Manager => EFM (Starter) - File Icons => EFM Icons Why using EFM? users don't know what EFM actually is. I really prefer the use of the full name. DaveMDS 2011/4/11 Brian 'morlenxus' Miculcy : > As some of you already noticed i wor

Re: [E-devel] Organised settings panel

2011-04-11 Thread Brian 'morlenxus' Miculcy
Well ibar should be renamed to appbar or launcherbar, ibox should be iconifier or something, not sure. I wanted to remove that senseless i'ish from the names but first wanted to finish this task... On Mon, Apr 11, 2011 at 10:55:51AM -0500, Jeff Hoogland wrote: > Speaking of settings configuratio

Re: [E-devel] Organised settings panel

2011-04-11 Thread Brian 'morlenxus' Miculcy
Well the modules are also named efm, and you're already in the files section, so *fm is self explainating i guess. Maybe we can rename it to "e17 Filemanager" or something? On Mon, Apr 11, 2011 at 06:04:23PM +0200, Davide Andreoli wrote: > I agree with all you suggestion, but not on: > > [Files

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

2011-04-11 Thread Vincent Torri
On Mon, 11 Apr 2011, Enlightenment SVN wrote: > Log: > Evas textblock: Fixed double-drawing bug (visible in efm). changelog ? > > Moved the place we merge back items at. It's currently cleaner, more > correct and as mentioned, fixes a double-drawing bug. > > Author: tasn > Date:

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib

2011-04-11 Thread Mike Blumenkrantz
On Mon, 11 Apr 2011 12:26:06 +0200 Cedric BAIL wrote: > On Mon, Apr 11, 2011 at 12:13 PM, Mike Blumenkrantz wrote: > > On Mon, 11 Apr 2011 12:05:13 +0200 (CEST) > > Vincent Torri wrote: > >> maybe it's time to update the NEWS file, with something like > >> > >> Eina 1.1 > >> > >> New features:

Re: [E-devel] little white rectangle

2011-04-11 Thread Dave Ray
I haven't gotten any feedback on this. Where does the Applications menu in e17 get its list of apps? If the Applications menu is blank, where should I look, and when does that information get generated? Something isn't being built or read properly. Thanks in advance. On Apr 8, 2011, at 4:33 PM,

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib

2011-04-11 Thread Vincent Torri
On Mon, 11 Apr 2011, Mike Blumenkrantz wrote: On Mon, 11 Apr 2011 12:26:06 +0200 Cedric BAIL wrote: On Mon, Apr 11, 2011 at 12:13 PM, Mike Blumenkrantz wrote: On Mon, 11 Apr 2011 12:05:13 +0200 (CEST) Vincent Torri wrote: maybe it's time to update the NEWS file, with something like Ein

Re: [E-devel] little white rectangle

2011-04-11 Thread hannes.janet...@gmail.com
On Mon, Apr 11, 2011 at 6:57 PM, Dave Ray wrote: > I haven't gotten any feedback on this. > Where does the Applications menu in e17 get its list of apps? If the > Applications menu is blank, where should I look, and when does that > information get generated? you can choose the menu source with

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

2011-04-11 Thread Tom Hacohen
Nope, that bug was introduced post 1.0. On Mon, Apr 11, 2011 at 7:12 PM, Vincent Torri wrote: > > > On Mon, 11 Apr 2011, Enlightenment SVN wrote: > > > Log: > > Evas textblock: Fixed double-drawing bug (visible in efm). > > changelog ? > > > > > Moved the place we merge back items at. It's curr

Re: [E-devel] little white rectangle

2011-04-11 Thread Dave Ray
settings panel > menus > menu settings has no "advanced" button. Only "client list menu" is there, it doesn't let me create or edit a menu. I looked at the wiki page and I understand how to create a menu. But shouldn't the Applications menu be auto-generated? ~/.config/ does not contain a "menu

Re: [E-devel] little white rectangle

2011-04-11 Thread Vincent Torri
On Mon, 11 Apr 2011, Dave Ray wrote: > settings panel > menus > menu settings > has no "advanced" button. Only "client list menu" is there, it doesn't let me > create or edit a menu. > > I looked at the wiki page and I understand how to create a menu. > > But shouldn't the Applications menu be

Re: [E-devel] little white rectangle

2011-04-11 Thread hannes.janet...@gmail.com
On Mon, Apr 11, 2011 at 7:57 PM, Vincent Torri wrote: > > > On Mon, 11 Apr 2011, Dave Ray wrote: > >> settings panel > menus > menu settings >> has no "advanced" button. Only "client list menu" is there, it doesn't let >> me create or edit a menu. >> dont know. how many years is your e old? or if

Re: [E-devel] Organised settings panel

2011-04-11 Thread hannes.janet...@gmail.com
On Mon, Apr 11, 2011 at 11:45 AM, Brian 'morlenxus' Miculcy wrote: > As some of you already noticed i work on a better category list for the > settings panel. Here is a mockup which should be discussed. I also added a > few notes like [old name] => [new name] or bugs i noticed. > If someone has

Re: [E-devel] little white rectangle

2011-04-11 Thread hannes.janet...@gmail.com
On Mon, Apr 11, 2011 at 8:14 PM, Dave Ray wrote: > On Apr 11, 2011, at 11:04 AM, hannes.janet...@gmail.com wrote: > settings panel > menus > menu settings has no "advanced" button. Only "client list menu" is there, it doesn't let me create or edit a menu. >> dont know. how many

Re: [E-devel] [private] Re: little white rectangle

2011-04-11 Thread hannes.janet...@gmail.com
On Mon, Apr 11, 2011 at 8:12 PM, Vincent Torri wrote: > > > On Mon, 11 Apr 2011, hannes.janet...@gmail.com wrote: > >>> I have some .desktop in ~/.local/share/applications >>> >> >> but thats a different topic :) > > can you explain a bit ? I don't know all that stuff > as I understood the questi

Re: [E-devel] finite() considered obsolete.

2011-04-11 Thread Vincent Torri
On Sat, 9 Apr 2011, David Seikel wrote: > On Thu, 7 Apr 2011 16:40:46 +0200 (CEST) Vincent Torri > wrote: > >> >> >> On Fri, 8 Apr 2011, David Seikel wrote: >> >>> Ecore uses a call to finite(), this call seems to be obsolete. It >>> is replaced by a macro isfinite(). I'm wondering if we shou

Re: [E-devel] finite() considered obsolete.

2011-04-11 Thread David Seikel
On Mon, 11 Apr 2011 21:42:16 +0200 (CEST) Vincent Torri wrote: > > > On Sat, 9 Apr 2011, David Seikel wrote: > > > On Thu, 7 Apr 2011 16:40:46 +0200 (CEST) Vincent Torri > > wrote: > > > >> > >> > >> On Fri, 8 Apr 2011, David Seikel wrote: > >> > >>> Ecore uses a call to finite(), this call s

Re: [E-devel] finite() considered obsolete.

2011-04-11 Thread Vincent Torri
On Tue, 12 Apr 2011, David Seikel wrote: > On Mon, 11 Apr 2011 21:42:16 +0200 (CEST) Vincent Torri > wrote: > >> >> >> On Sat, 9 Apr 2011, David Seikel wrote: >> >>> On Thu, 7 Apr 2011 16:40:46 +0200 (CEST) Vincent Torri >>> wrote: >>> On Fri, 8 Apr 2011, David Seikel wrote: >>>

Re: [E-devel] little white rectangle

2011-04-11 Thread hannes.janet...@gmail.com
On Mon, Apr 11, 2011 at 11:30 PM, Dave Ray wrote: > On Apr 11, 2011, at 11:51 AM, hannes.janet...@gmail.com wrote: > >> On Mon, Apr 11, 2011 at 8:14 PM, Dave Ray wrote: >>> On Apr 11, 2011, at 11:04 AM, hannes.janet...@gmail.com wrote: >>> >> settings panel > menus > menu settings >> has

Re: [E-devel] little white rectangle

2011-04-11 Thread hannes.janet...@gmail.com
On Tue, Apr 12, 2011 at 1:40 AM, Dave Ray wrote: > > On Apr 11, 2011, at 3:43 PM, hannes.janet...@gmail.com wrote: > > There is no /etc/xdg/ directory on my system. Should there be? > thats where system-wide menus live (and are updated when new applicaitons are installed, pa

Re: [E-devel] little white rectangle

2011-04-11 Thread hannes.janet...@gmail.com
On Tue, Apr 12, 2011 at 1:53 AM, hannes.janet...@gmail.com wrote: > On Tue, Apr 12, 2011 at 1:40 AM, Dave Ray wrote: >> >> On Apr 11, 2011, at 3:43 PM, hannes.janet...@gmail.com wrote: >> >> There is no /etc/xdg/ directory on my system. Should there be? >> > > thats where system-w

Re: [E-devel] little white rectangle

2011-04-11 Thread Dave Ray
On Apr 11, 2011, at 4:55 PM, hannes.janet...@gmail.com wrote: > On Tue, Apr 12, 2011 at 1:53 AM, hannes.janet...@gmail.com > wrote: >> On Tue, Apr 12, 2011 at 1:40 AM, Dave Ray wrote: >>> >>> On Apr 11, 2011, at 3:43 PM, hannes.janet...@gmail.com wrote: >>> >>> There is no /etc/xdg/ direc

[E-devel] Help required on EFL Elementary Listbox object

2011-04-11 Thread Venkat Raman Sankaran
I'm trying to develop an EFL elementary based addressbook application , in which i'm plannning to have a photo of a contact person as well as his contact info like name , phone , fax , e-mail and stuffs . It's like , photo to be displayed on left side and contact info on the right side . i'm planni

Re: [E-devel] Help required on EFL Elementary Listbox object

2011-04-11 Thread Gustavo Sverzut Barbieri
On Mon, Apr 11, 2011 at 10:32 PM, Venkat Raman Sankaran wrote: > I'm trying to develop an EFL elementary based addressbook application , in > which i'm plannning to have a photo of a contact person as well as his > contact info like name , phone , fax , e-mail and stuffs . It's like , photo > to b

Re: [E-devel] little white rectangle

2011-04-11 Thread Sebastian Dransfeld
e/src/modules/wizard/page_030.c On 04/11/2011 06:57 PM, Dave Ray wrote: > I haven't gotten any feedback on this. > Where does the Applications menu in e17 get its list of apps? If the > Applications menu is blank, where should I look, and when does that > information get generated? > Something

Re: [E-devel] little white rectangle

2011-04-11 Thread Sebastian Dransfeld
On 04/12/2011 01:53 AM, hannes.janet...@gmail.com wrote: > On Tue, Apr 12, 2011 at 1:40 AM, Dave Ray wrote: >> >> On Apr 11, 2011, at 3:43 PM, hannes.janet...@gmail.com wrote: >> >> There is no /etc/xdg/ directory on my system. Should there be? >> > > thats where system-wide menus

Re: [E-devel] little white rectangle

2011-04-11 Thread Dave Ray
On Apr 11, 2011, at 6:57 PM, Sebastian Dransfeld wrote: > e/src/modules/wizard/page_030.c That explains it, thanks. So on MacOSX I will need to write a script that mimics xdg menu information, if I want anything to show up in this Applications menu. --

Re: [E-devel] little white rectangle

2011-04-11 Thread Sebastian Dransfeld
On 04/12/2011 04:27 AM, Dave Ray wrote: On Apr 11, 2011, at 6:57 PM, Sebastian Dransfeld wrote: e/src/modules/wizard/page_030.c That explains it, thanks. So on MacOSX I will need to write a script that mimics xdg menu information, if I want anything to show up in this Applications menu.

Re: [E-devel] little white rectangle

2011-04-11 Thread Dave Ray
On Apr 11, 2011, at 7:30 PM, Sebastian Dransfeld wrote: > On 04/12/2011 04:27 AM, Dave Ray wrote: >> On Apr 11, 2011, at 6:57 PM, Sebastian Dransfeld wrote: >> >>> e/src/modules/wizard/page_030.c >> >> That explains it, thanks. >> So on MacOSX I will need to write a script that mimics xdg menu i

Re: [E-devel] little white rectangle

2011-04-11 Thread The Rasterman
On Mon, 11 Apr 2011 21:15:35 -0700 Dave Ray said: > On Apr 11, 2011, at 7:30 PM, Sebastian Dransfeld wrote: > > > On 04/12/2011 04:27 AM, Dave Ray wrote: > >> On Apr 11, 2011, at 6:57 PM, Sebastian Dransfeld wrote: > >> > >>> e/src/modules/wizard/page_030.c > >> > >> That explains it, thanks.

Re: [E-devel] little white rectangle

2011-04-11 Thread Sebastian Dransfeld
On 04/12/2011 06:15 AM, Dave Ray wrote: On Apr 11, 2011, at 7:30 PM, Sebastian Dransfeld wrote: On 04/12/2011 04:27 AM, Dave Ray wrote: On Apr 11, 2011, at 6:57 PM, Sebastian Dransfeld wrote: e/src/modules/wizard/page_030.c That explains it, thanks. So on MacOSX I will need to write a scri

Re: [E-devel] little white rectangle

2011-04-11 Thread Dave Ray
On Apr 11, 2011, at 10:07 PM, Sebastian Dransfeld wrote: > On 04/12/2011 06:15 AM, Dave Ray wrote: >> On Apr 11, 2011, at 7:30 PM, Sebastian Dransfeld wrote: >>> On 04/12/2011 04:27 AM, Dave Ray wrote: On Apr 11, 2011, at 6:57 PM, Sebastian Dransfeld wrote: > e/src/modules/wizard/pa

Re: [E-devel] little white rectangle

2011-04-11 Thread Dave Ray
On Apr 11, 2011, at 10:07 PM, Sebastian Dransfeld wrote: > On 04/12/2011 06:15 AM, Dave Ray wrote: >> On Apr 11, 2011, at 7:30 PM, Sebastian Dransfeld wrote: >>> On 04/12/2011 04:27 AM, Dave Ray wrote: On Apr 11, 2011, at 6:57 PM, Sebastian Dransfeld wrote: > e/src/modules/wizard/pag

Re: [E-devel] little white rectangle

2011-04-11 Thread Sebastian Dransfeld
On 04/12/2011 07:47 AM, Dave Ray wrote: > > On Apr 11, 2011, at 10:07 PM, Sebastian Dransfeld wrote: >> On 04/12/2011 06:15 AM, Dave Ray wrote: >>> On Apr 11, 2011, at 7:30 PM, Sebastian Dransfeld wrote: On 04/12/2011 04:27 AM, Dave Ray wrote: > On Apr 11, 2011, at 6:57 PM, Sebastian Drans