Re: [compiz] window matching interface and the new match option

2007-02-26 Thread Bellegarde Cedric
On Tuesday 27 February 2007 01:43:32 Mike Dransfield wrote: > It would also be very useful if the match string could include a > value as well. This would mean that plugins like blur could > have a list of matches with values and it could apply different > types of blur to different types of windo

Re: [compiz] window matching interface and the new match option

2007-02-26 Thread Mike Dransfield
David Reveman wrote: If you have any window properties that you find useful for matching, please let me know and I'll consider adding them. Whether they get added to the core or not doesn't matter as you can always put the matching in a plugin. Just a couple. PID and/or process name and wi

Re: [compiz] dbus introspection

2007-02-26 Thread Travis Watkins
On 2/26/07, Mike Dransfield <[EMAIL PROTECTED]> wrote: I thought that we were ok for most options because each method is attached to a different object. You should be able to read each option to tell what datatype it is when generating the XML, or am I misunderstanding it? You're right, I forgo

Re: [compiz] dbus introspection

2007-02-26 Thread Mike Dransfield
Travis Watkins wrote: The real solution is to change the API to make it introspection-friendly. Rather than make these changes and submit them I thought it was be a good idea to ask what people thought a good solution would be. The API would ideally have every method take/return the same number a

Re: [compiz] Re: [PATCH]Application-window switcher, and comments for switcher.c

2007-02-26 Thread Christopher Halse Rogers
On 2/27/07, David Reveman <[EMAIL PROTECTED]> wrote: (I assume that you didn't actually want to take this off the list) Quite true. It seems I need to check what gmail is doing more closely, sorry. On Thu, 2007-02-22 at 11:09 +1100, Christopher Halse Rogers wrote: > On 2/21/07, David Revema

Re: [compiz] dbus introspection

2007-02-26 Thread Travis Watkins
On 2/26/07, David Reveman <[EMAIL PROTECTED]> wrote: Awesome, I've been hoping that someone would interested in doing this. The new dbus-python requires it so if I want to write python apps that use it this is needed. :) I'm all for changing the API. If you like to get your current changes in

[compiz] 0.4 release

2007-02-26 Thread David Reveman
I'd like to get a 0.4 release out sometime soon. I created a compiz-0.4 branch some time ago and I've been cherry picking changes from master that I think should go into the 0.4 release. I think the current state of the 0.4 branch is pretty good and I'd like to just get the release out asap so we

Re: [compiz] [PATCH] Transparent windows in minimize plugin

2007-02-26 Thread David Reveman
On Mon, 2007-02-26 at 09:34 +0100, Bellegarde Cedric wrote: > Here is a patch to re-enable transparent windows in minimize plugin. Thanks - David ___ compiz mailing list compiz@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/compiz

Re: [compiz] dbus introspection

2007-02-26 Thread David Reveman
On Mon, 2007-02-26 at 14:36 -0600, Travis Watkins wrote: > I've started work on a rewrite of sorts for the dbus plugin that > changes how it listens/responds to messages to make it possible to > generate introspection data. The main changes are registering every > plugin, screen, option, etc with d

Re: [compiz] Flat file backend (ini)

2007-02-26 Thread David Reveman
On Thu, 2007-02-22 at 16:01 +, Mike Dransfield wrote: > I have written an initial flat file configuration > backend for Compiz. At the moment it is using > FAM for monitoring of files (it can be compiled > without monitoring support for now). Great! > > It is working fine but there are a c

Re: [compiz] Plugin Dependencies

2007-02-26 Thread David Reveman
On Thu, 2007-02-22 at 15:46 +, Ben Reeves wrote: > I'm continuing to work on compiz-settings now. The most common > complaintat the moment is the way it activates plugins, a lot will > fail to activate due to being loaded in the wrong order. At the moment > It has a small db of known plugins an

[compiz] dbus introspection

2007-02-26 Thread Travis Watkins
I've started work on a rewrite of sorts for the dbus plugin that changes how it listens/responds to messages to make it possible to generate introspection data. The main changes are registering every plugin, screen, option, etc with dbus_connection_register_object_path and using libxml2 to generat

Re: [compiz] Re: [PATCH]Application-window switcher, and comments for switcher.c

2007-02-26 Thread David Reveman
(I assume that you didn't actually want to take this off the list) On Thu, 2007-02-22 at 11:09 +1100, Christopher Halse Rogers wrote: > On 2/21/07, David Reveman <[EMAIL PROTECTED]> wrote: > > On Thu, 2007-02-15 at 22:23 +1100, Christopher Halse Rogers wrote: > > > Sorry, this time with the actual

[compiz] window matching interface and the new match option

2007-02-26 Thread David Reveman
There's now an extensible window matching interface in head. Initial commit message: Add extensible match interface. Match objects can be used for window matching but other objects than windows will likely be supported sometime soon. A match object contains a boolean tree of expre

[compiz] [PATCH] Transparent windows in minimize plugin

2007-02-26 Thread Bellegarde Cedric
Here is a patch to re-enable transparent windows in minimize plugin. Cedric --- compiz_git/plugins/minimize.c 2007-02-26 09:29:34.0 +0100 +++ compiz/plugins/minimize.c 2007-02-26 09:25:58.0 +0100 @@ -627,6 +627,9 @@ FragmentAttrib fragment; CompTransform wTransform = *transfor