Re: [E-devel] Bang Revival !!

2008-01-12 Thread [EMAIL PROTECTED]

Dave wrote:

 For all of you that like desktop effect ala compiz there is a good
 news.
 
 I make some works on the old bang module, if you don't know bang is
 a compiz derivate packed in e module. So a module that do composite
 using OpenGL.   :) 
 
 .

This might actually inspire me enough to fix my glx issues,
just so I can give it a try and see what it's all about. Very nice. :)

Just as an aside here, and something I've mentioned before:
If anyone ever gets the urge to try and implement 'gl native surfaces'
in evas (via say gl textures), which raster started to stub-in support
for, then as long as one's willing to draw with gl to such surfaces,
you could do all sorts of 3D stuff and have it display (in a gl-engine
evas) as an image object.
What could one do with that..? Well, that'd be up for some
experimentation to discover, but one could at least use it to import
3D objects from disk (there are various formats), and use some known
3D rendering apis (so long as they can draw to a given gl texture),
and go from there... for those who are 3D or OpenGL inclined to
experiment with. There's also 2D stuff like OpenVG, which could be
used (for whatever).

Cool or not, useful or not, it doesn't all have to be at the
'global' desktop-windows level.

   jose.


PS.
Simon, didn't you have something similar at some point?
Maybe called egloo or such?

_
Discount Online Trading - Click Now!
http://thirdpartyoffers.juno.com/TGL2121/fc/Ioyw6i3mJ8Xc8SFAFGVwn1gjLV3tNiIr6i0hdx40xuRDAKarQr72mU/



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Bang Revival !!

2008-01-12 Thread jochen schroeder
hi

great news, however i'm getting an undefined symbol:
XineramaQueryScreens error when trying to load the module. I don't use
xinerama, but i still tried to install all xinerama devel packages but
still get this error.

cheers
jochen



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Bang Revival !!

2008-01-12 Thread Daniel Kasak
On Sat, 2008-01-12 at 07:45 +0100, Dave wrote:

 For all of you that like desktop effect ala compiz there is a good news.
 
 I make some works on the old bang module, if you don't know bang is a 
 compiz derivate packed in e module. So a module that do composite using 
 OpenGL.  :)

Interesting and cool. Just recently I updated my 'itask_ng' repository
( another great module ), and you have some competition :) There's
another project, called 'ecomorph' which is another port of compiz ( and
also comes with the scale plugin ).

Unfortunately on my system, when I load the bang module I get either a
black screen or a white screen. The mouse still works, and changes into
different pointers when I move it over things, but nothing else happens
at all. If I line up a terminal to do 'enlightenment_remote -restart'
after loading bang, E restarts and doesn't reload the bang module.
There's nothing getting logged to STDOUT if I start E from a console,
and there's nothing in my Xorg log either.

I'm on 64bit Gentoo, with a Radeon X700 ( r300 open-source driver ).
I've got DRI / AIGLX working ... ecomorph works, and so does compiz.

Anyway, it's great to hear that people are working on this.

Dan


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Bang Revival !!

2008-01-12 Thread Dave Andreoli
Daniel Kasak ha scritto:
 On Sat, 2008-01-12 at 07:45 +0100, Dave wrote:

   
 For all of you that like desktop effect ala compiz there is a good news.

 I make some works on the old bang module, if you don't know bang is a 
 compiz derivate packed in e module. So a module that do composite using 
 OpenGL.  :)
 

 Interesting and cool. Just recently I updated my 'itask_ng' repository
 ( another great module ), and you have some competition :) There's
 another project, called 'ecomorph' which is another port of compiz ( and
 also comes with the scale plugin ) 
   
 7Unfortunately on my system, when I load the bang module I get either a
 black screen or a white screen. The mouse still works, and changes into
 different pointers when I move it over things, but nothing else happens
 at all. If I line up a terminal to do 'enlightenment_remote -restart'
 after loading bang, E restarts and doesn't reload the bang module.
 There's nothing getting logged to STDOUT if I start E from a console,
 and there's nothing in my Xorg log either.
   
On my ubuntu the module log at home/.xsession-errors
and is very verbose...try to look at that file...
 I'm on 64bit Gentoo, with a Radeon X700 ( r300 open-source driver ).
 I've got DRI / AIGLX working ... ecomorph works, and so does compiz.
   
than bang must work too.
 Anyway, it's great to hear that people are working on this.

 Dan

   


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Show disabled style of entry

2008-01-12 Thread Andreas Volz
Hello,

I tried to patch E to show the disabled state of a text entry. Here are
my patches:

Index: e_entry.c
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_entry.c,v
retrieving revision 1.53
diff -u -u -r1.53 e_entry.c
--- e_entry.c   12 Dec 2007 19:00:47 -  1.53
+++ e_entry.c   12 Jan 2008 18:25:48 -
@@ -292,6 +292,7 @@
  return;

edje_object_signal_emit(entry, e,state,enabled, e);
+   edje_object_signal_emit(sd-editable_object, e,state,enabled,
e); if (sd-focused)
  e_editable_cursor_show(sd-editable_object);
sd-enabled = 1;
@@ -314,6 +315,7 @@
  return;

edje_object_signal_emit(entry, e,state,disabled, e);
+   edje_object_signal_emit(sd-editable_object, e,state,disabled,
e); e_editable_cursor_hide(sd-editable_object);
sd-enabled = 0;
 }


---


Index: default_entry.edc
===
RCS file: /cvs/e/e17/apps/e/data/themes/default_entry.edc,v
retrieving revision 1.14
diff -u -u -r1.14 default_entry.edc
--- default_entry.edc   6 Oct 2006 02:25:57 -   1.14
+++ default_entry.edc   12 Jan 2008 18:27:22 -
@@ -96,8 +96,30 @@
text_class: entry;
}
 }
+description {
+   state: disabled 0.0;
+  inherit:  default 0.0;
+   color: 255 0 0 255;
+}
   }
}
+
+   programs {
+  program {
+ name: disable;
+  signal: e,state,disabled;
+  source: e;
+   action: STATE_SET disabled 0.0;
+  target: e.text.text; 
+}
+  program {
+  name: enable;
+  signal: e,state,enabled;
+  source: e;
+   action: STATE_SET default 0.0;
+  target: e.text.text; 
+ }
+  }
 }
 
 group {


I've chosen red for the inactive color as test. But later I would chose
a light gray. In my eyes this should work, but it doesn't. Any hints
why it doesn't work?

I tested it with edje_viewer and the signal works. I don't understand
it. Maybe the sd-editable_object isn't the correct object to send the
signal?

regards
Andreas

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] e16-0.16.8.11

2008-01-12 Thread Kim Woelders
e16 version 0.16.8.11 is now available for download:
http://sourceforge.net/project/showfiles.php?group_id=2

e16-0.16.8.11:
- Fix rendering issues when using pseudo-transparency.
- Fix translucent moves of non-shaped windows.
- Fix border right click (winops menu) in many themes.
- Fix incorrect tracking of pointer motion when dragging window.
- Fix potential trouble while exiting/restarting.
- Various minor bug fixes and enhancements, see ChangeLog for details.

/Kim


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel