[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

compiz-fusion-plugins-extra: Changes to 'refs/tags/0.7.8'



Tag '0.7.8' created by Guillaume Seguin <guillaume@segu.in> at 2008-09-23 11:34 +0000

Compiz Fusion 0.7.8 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkjY1EYACgkQFGCg8MK49G7+3wCgwjGa3vbhlCLNPhfUgTvk0PlZ
gL8An1NCX3GjuKJtVc6QYDXcchNucqIo
=QjTu
-----END PGP SIGNATURE-----

Changes since 0.7.6:
C-F Language team (5):
      new translations and updates
      new translations and updates
      l10n updates
      l10n updates
      l10n updates

Danny Baumann (39):
      Initialize ts->win correctly.
      Only call matchExpHandlerChanged when not shutting down.
      Properly initialize variable.
      Plug memory leak.
      Plug another memory leak.
      Plug memory leak.
      Fix memory leak.
      Add _key postfix to activate_demands_attention key option for consistency.
      Fix nasty pixmap leak.
      Fix typo.
      Fix damage issues for tab switch animation time of 0.
      Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/plugins/group
      Exclude dock, desktop and override_redirect windows from widget layer.
      Track core changes.
      Don't handle override_redirect windows ... we definitely don't want trailfocus to be active for menus etc.
      Load showdesktop after fade.
      Clear out movement variables correctly.
      Fixed animationaddon build system.
      Added animation plugin dependency.
      Fix typo in animation name.
      Added animation plugin dependency.
      Only install header, pkgconfig and metadata if plugin is also installed.
      Fini display options.
      Track core changes.
      Track core changes.
      Track core changes.
      Track core changes.
      Merge branch 'master' of git+ssh://maniac@git.compiz-fusion.org/git/fusion/plugins/animationaddon
      Track core changes.
      Track core changes.
      Track core changes.
      Track core changes.
      Track core changes.
      Track core changes.
      Track core changes.
      Properly check for scalefilter prerequisites.
      Merge branch 'master' of git+ssh://maniac@git.compiz-fusion.org/git/fusion/plugins-extra
      Allow panels to be in the widget layer again.
      Fix potential memleak.

Dennis Kasprzyk (5):
      Track core changes
      Track core changes
      Track core changes
      Track core changes
      Create valid pkg_config file.

Erkin Bahceci (10):
      Dummy commit
      Added animationaddon to build system.
      Fix uninitialized variable.
      Fix libGLU undefined symbol error in animationaddon.
      Remove unnecessary includes.
      Remove unnecessary variable.
      Check window validity.
      Reorder subgroups in metadata.
      Appease gentoo's memcpy macro.
      Track libcompizconfig changes.

Guillaume Seguin (13):
      * Bump version to 0.7.7
      Fix schemas filename (.schema => .schemas) in CMake buildsystem
      * Drop intltool-* from EXTRA_DIST and friends for building tarballs
      * Fix Makefile.am for bcopified plugins
      * Don't distribute .xml and schemas files
      * Distribute all .xml.in files
      * Include animation_tex.h in dist
      * Fix some Makefiles
      * Fix typo
      * Include animation_tex.h in animationaddon sources
      * Include animationaddon.h in SOURCES
      Revert "fix include compiz-animationaddon.h" (this is not useful)
      * Bump version to 0.7.8

Jigish Gohil (1):
      fix include compiz-animationaddon.h

Repos Merger (2):
      Merge branch 'master' of /home/git/fusion/plugins-extra
      Merge branch 'master' of /home/git/fusion/plugins-extra

ThJaeger@gmail.com (1):
      Add add_particle action. This makes it possible to draw fire using the dbus interface.

Thomas Jaeger (1):
      Remove bad union - fixes overlapping

Tomas Carnecky (1):
      Make sure to find bcop.pc if the user selects a custom prefix.

---
 Makefile.am                         |   23 
 VERSION                             |    2 
 cmake/CompizFusion.cmake            |   30 
 compiz-animationaddon.pc.in         |   12 
 configure.ac                        |   17 
 include/Makefile.am                 |    8 
 include/compiz-animationaddon.h     |  221 +
 metadata/Makefile.am                |   94 
 metadata/animationaddon.xml.in      |  508 +++
 metadata/extrawm.xml.in             |    2 
 metadata/firepaint.xml.in           |    4 
 metadata/showdesktop.xml.in         |    7 
 metadata/widget.xml.in              |    5 
 po/LINGUAS                          |    2 
 po/POTFILES.in                      |    1 
 po/ar.po                            | 1023 ++++---
 po/bn.po                            |  879 +++---
 po/ca.po                            |  949 ++++--
 po/cs.po                            | 4837 ++++++++++++++++++++++++++++++++++
 po/de.po                            | 1117 +++++--
 po/el.po                            | 1610 ++++++-----
 po/en_GB.po                         | 1251 +++++---
 po/es.po                            | 2101 ++++++++------
 po/eu.po                            | 2425 +++++++++--------
 po/fa.po                            |  648 ++--
 po/fi.po                            | 1377 +++++----
 po/fr.po                            | 1213 +++++---
 po/gl.po                            | 1063 ++++---
 po/gu.po                            | 1071 ++++---
 po/he.po                            | 5101 ++++++++++++++++++++++++++++++++++++
 po/hi.po                            | 1071 ++++---
 po/hu.po                            | 1108 ++++---
 po/it.po                            | 1129 ++++---
 po/ja.po                            | 1084 ++++---
 po/ko.po                            | 1418 +++++-----
 po/nb.po                            | 1044 ++++---
 po/nl.po                            | 1048 ++++---
 po/pl.po                            | 2241 ++++++++-------
 po/pt.po                            | 1119 ++++---
 po/pt_BR.po                         | 1098 +++++--
 po/ru.po                            | 1246 +++++---
 po/sv.po                            | 1079 ++++---
 po/tr.po                            |  949 ++++--
 po/zh_CN.po                         | 2684 +++++++++---------
 src/3d/Makefile.am                  |    9 
 src/Makefile.am                     |    1 
 src/addhelper/Makefile.am           |    9 
 src/animationaddon/CMakeLists.txt   |    6 
 src/animationaddon/Makefile.am      |   35 
 src/animationaddon/airplane3d.c     |  867 ++++++
 src/animationaddon/animation_tex.h  |  222 +
 src/animationaddon/animationaddon.c |  705 ++++
 src/animationaddon/animationaddon.h |  381 ++
 src/animationaddon/beamup.c         |  295 ++
 src/animationaddon/burn.c           |  456 +++
 src/animationaddon/domino.c         |  276 +
 src/animationaddon/explode3d.c      |  113 
 src/animationaddon/fold3d.c         |  239 +
 src/animationaddon/glide3.c         |   84 
 src/animationaddon/leafspread.c     |  107 
 src/animationaddon/particle.c       |  372 ++
 src/animationaddon/polygon.c        | 1663 +++++++++++
 src/animationaddon/skewer.c         |  227 +
 src/bench/Makefile.am               |    9 
 src/bicubic/bicubic.c               |    6 
 src/crashhandler/Makefile.am        |    9 
 src/cubeaddon/Makefile.am           |    9 
 src/cubeaddon/cubeaddon.c           |   25 
 src/extrawm/Makefile.am             |    9 
 src/extrawm/extrawm.c               |    2 
 src/fadedesktop/Makefile.am         |    9 
 src/fadedesktop/fadedesktop.c       |    4 
 src/firepaint/Makefile.am           |    9 
 src/firepaint/firepaint.c           |   42 
 src/gears/Makefile.am               |    9 
 src/group/Makefile.am               |   12 
 src/group/cairo.c                   |   16 
 src/group/group-internal.h          |    7 
 src/group/group.c                   |    1 
 src/group/init.c                    |    7 
 src/group/queues.c                  |    6 
 src/group/tab.c                     |   10 
 src/loginout/Makefile.am            |    9 
 src/maximumize/Makefile.am          |   12 
 src/maximumize/maximumize.c         |    1 
 src/mblur/Makefile.am               |    9 
 src/notification/notification.c     |   93 
 src/reflex/Makefile.am              |    9 
 src/scalefilter/Makefile.am         |   20 
 src/scalefilter/scalefilter.c       |    7 
 src/shelf/Makefile.am               |    9 
 src/shelf/shelf.c                   |    2 
 src/showdesktop/Makefile.am         |    9 
 src/showdesktop/showdesktop.c       |    2 
 src/showmouse/Makefile.am           |    9 
 src/splash/Makefile.am              |    9 
 src/splash/splash.c                 |    8 
 src/trailfocus/Makefile.am          |    9 
 src/trailfocus/trailfocus.c         |   12 
 src/wallpaper/Makefile.am           |    9 
 src/wallpaper/wallpaper.c           |    2 
 src/widget/Makefile.am              |    9 
 src/widget/widget.c                 |   65 
 103 files changed, 38009 insertions(+), 14492 deletions(-)
---


Reply to: