Re: [E-devel] [Gadgets] cannot remove some modules

2009-01-08 Thread Atton Jonathan
maybe adding a list of "module in the desktop" with a remove button can be a better solution. Something as with the shelf contents configuration. 2009/1/7 Nikolas Arend > Atton Jonathan wrote: > > hello > > > > Some modules (as Settings) cannot be removed when they are add in the > > desktop as

Re: [E-devel] [Gadgets] cannot remove some modules

2009-01-08 Thread Gustavo Sverzut Barbieri
On Thu, Jan 8, 2009 at 9:17 AM, Atton Jonathan wrote: > maybe adding a list of "module in the desktop" with a remove button can be a > better solution. Something as with the shelf contents configuration. I guess it's better to have a way to toggle edit mode and make the frame visible on all objec

Re: [E-devel] [Gadgets] cannot remove some modules

2009-01-08 Thread The Rasterman
On Thu, 8 Jan 2009 10:02:14 -0200 "Gustavo Sverzut Barbieri" babbled: > On Thu, Jan 8, 2009 at 9:17 AM, Atton Jonathan > wrote: > > maybe adding a list of "module in the desktop" with a remove button can be a > > better solution. Something as with the shelf contents configuration. > > I guess i

Re: [E-devel] [Gadgets] cannot remove some modules

2009-01-08 Thread Dave Andreoli
- "Carsten Haitzler (The Rasterman)" ha scritto: > On Thu, 8 Jan 2009 10:02:14 -0200 "Gustavo Sverzut Barbieri" > babbled: > > > On Thu, Jan 8, 2009 at 9:17 AM, Atton Jonathan > > > wrote: > > > maybe adding a list of "module in the desktop" with a remove > button can be a > > > better so

Re: [E-devel] [Gadgets] cannot remove some modules

2009-01-08 Thread Nick Hughart
On Thu, 8 Jan 2009 15:23:11 +0100 (CET) Dave Andreoli wrote: > > - "Carsten Haitzler (The Rasterman)" ha > scritto: > > > On Thu, 8 Jan 2009 10:02:14 -0200 "Gustavo Sverzut Barbieri" > > babbled: > > > > > On Thu, Jan 8, 2009 at 9:17 AM, Atton Jonathan > > > > > wrote: > > > > maybe add

Re: [E-devel] [Gadgets] cannot remove some modules

2009-01-08 Thread Dave Andreoli
- "Nick Hughart" ha scritto: > On Thu, 8 Jan 2009 15:23:11 +0100 (CET) > Dave Andreoli wrote: > > > > > - "Carsten Haitzler (The Rasterman)" ha > > scritto: > > > > > On Thu, 8 Jan 2009 10:02:14 -0200 "Gustavo Sverzut Barbieri" > > > babbled: > > > > > > > On Thu, Jan 8, 2009 at 9

Re: [E-devel] [Gadgets] cannot remove some modules

2009-01-08 Thread Gustavo Sverzut Barbieri
On Thu, Jan 8, 2009 at 1:51 PM, Dave Andreoli wrote: > > - "Nick Hughart" ha scritto: > >> On Thu, 8 Jan 2009 15:23:11 +0100 (CET) >> Dave Andreoli wrote: >> >> > >> > - "Carsten Haitzler (The Rasterman)" ha >> > scritto: >> > >> > > On Thu, 8 Jan 2009 10:02:14 -0200 "Gustavo Sverzut Ba

Re: [E-devel] Announcing EWL 0.5.3

2009-01-08 Thread Hendrik Siedelmann
2009/1/5 Nathan Ingersoll : > I'm pleased to announce the release of EWL version 0.5.3. This release > has some extensive changes, including the following highlights: > > * Version 0.5.3: ... > - Allow the ewl_label widget to be trunctated with '...' Sounds very nice, possible to use

Re: [E-devel] [Gadgets] cannot remove some modules

2009-01-08 Thread Dave Andreoli
- "Gustavo Sverzut Barbieri" ha scritto: > On Thu, Jan 8, 2009 at 1:51 PM, Dave Andreoli > wrote: > > > > - "Nick Hughart" ha scritto: > > > >> On Thu, 8 Jan 2009 15:23:11 +0100 (CET) > >> Dave Andreoli wrote: > >> > >> > > >> > - "Carsten Haitzler (The Rasterman)" > ha > >> > sc

Re: [E-devel] [Gadgets] cannot remove some modules

2009-01-08 Thread Gustavo Sverzut Barbieri
On Thu, Jan 8, 2009 at 4:02 PM, Dave Andreoli wrote: > > - "Gustavo Sverzut Barbieri" ha scritto: > >> On Thu, Jan 8, 2009 at 1:51 PM, Dave Andreoli >> wrote: >> > >> > - "Nick Hughart" ha scritto: >> > >> >> On Thu, 8 Jan 2009 15:23:11 +0100 (CET) >> >> Dave Andreoli wrote: >> >> >> >

Re: [E-devel] Announcing EWL 0.5.3

2009-01-08 Thread Peter Wehrfritz
Hendrik Siedelmann schrieb: > 2009/1/5 Nathan Ingersoll : > >> I'm pleased to announce the release of EWL version 0.5.3. This release >> has some extensive changes, including the following highlights: >> >> * Version 0.5.3: >> > ... > >> - Allow the ewl_label widget to be t

Re: [E-devel] Announcing EWL 0.5.3

2009-01-08 Thread Peter Wehrfritz
Peter Wehrfritz schrieb: I attached a small sample program As always, I forgot to ... #include void destroy_main_window(Ewl_Widget *main_win, void *ev_data, void *user_data) { ewl_widget_destroy(main_win); ewl_main_quit(); return; } int main(int argc, char **argv) { Ewl_Widget *w, *win, *

Re: [E-devel] E SVN: raster trunk/eina/src/lib

2009-01-08 Thread Vincent Torri
On Tue, 6 Jan 2009, Naruto TAKAHASHI wrote: Hi, Michael. thank you, advice. I move "-fno-strict-aliasing" flag to configure.ac. it's a compiler flag, not a preprocesor flag, so should be in a _CFLAGS variable, not a _CPPFLAGS one Vincent Best Regards. -=-=-=-=-=-=-=-=- Naruto TAKAHAS

Re: [E-devel] Announcing EWL 0.5.3

2009-01-08 Thread Hendrik Siedelmann
2009/1/8 Peter Wehrfritz : > Peter Wehrfritz schrieb: >> >> I attached a small sample program > > As always, I forgot to ... > Thanks, but it seems still bugged: With the example you gave it doesn't work most of the time and then sometimes suddenly starts working. Also in ewl_test if I go to the p