CVS Update: app (branch: trunk)

Dan Winship xorg-commit at cvs.freedesktop.org
Tue May 2 19:57:10 EEST 2006


CVSROOT:	/cvs/xorg
Module name:	app
Changes by:	danw at kemper.freedesktop.org	06/05/02 16:57:10

Log message:
  	* plugins/gconf-dump.c: rewrite to make compiz.schema regeneration
  	a little easier, and to make it possible to generate schema files
  	for third-party plugins. Include plugin descriptions and
  	dependency information in the schema.
  
  	* plugins/Makefile.am: add a rule to generate compiz.schemas
  
  	* plugins/compiz.schemas: regen
  
  	* plugins/cube.c, plugins/decoration.c, plugins/fade.c,
  	plugins/gconf.c, plugins/minimize.c, plugins/wobbly.c:
  	s/expose/scale/ in dependencies

Modified files:
      app/compiz/:
        ChangeLog 
      app/compiz/plugins/:
        Makefile.am compiz.schemas cube.c decoration.c fade.c 
        gconf-dump.c gconf.c minimize.c wobbly.c 
      app/compiz/src/:
        plugin.c 
  
  Revision      Changes    Path
  1.157         +15 -0     app/compiz/ChangeLog
  http://webcvs.freedesktop.org/xorg/app/compiz/ChangeLog
  1.9           +15 -6     app/compiz/plugins/Makefile.am
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/Makefile.am
  1.16          +494 -183  app/compiz/plugins/compiz.schemas
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/compiz.schemas
  1.15          +1 -1      app/compiz/plugins/cube.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/cube.c
  1.16          +1 -1      app/compiz/plugins/decoration.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/decoration.c
  1.6           +1 -1      app/compiz/plugins/fade.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/fade.c
  1.7           +237 -116  app/compiz/plugins/gconf-dump.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/gconf-dump.c
  1.9           +1 -25     app/compiz/plugins/gconf.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/gconf.c
  1.6           +1 -1      app/compiz/plugins/minimize.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/minimize.c
  1.10          +1 -1      app/compiz/plugins/wobbly.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/wobbly.c
  1.2           +1 -1      app/compiz/src/plugin.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/plugin.c




More information about the xorg-commit mailing list