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

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



Tag '0.8.2' created by Guillaume Seguin <guillaume@segu.in> at 2009-03-09 14:44 +0000

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

iEYEABECAAYFAkm1KzMACgkQFGCg8MK49G4m/gCfYFCoiMC3vboF8aKzWUXEwS67
WGsAn1AGDh/mlhdJ24QuYS6+VyhcK89m
=7osb
-----END PGP SIGNATURE-----

Changes since 0.7.8:
C-F Language team (5):
      l10n updates
      l10n updates
      l10n updates
      l10n updates
      l10n updates

Danny Baumann (26):
      Fix typo.
      Only process keypresses that weren't used for enabling or disabling scale.
      Process Enter, Backspace, Escape before other plugins (to suppress input if necessary), but text input after other plugins.
      Hook into focusWindow and prevent focus of non-widget layer windows while widget layer is active.
      - End widget mode when last widget was closed
      Fixed window activation behaviour.
      Update widget status on map and also look at oldManaged variable (for windows currently in the widget layer) when determining whether a window is managed or not.
      Put into Utility category.
      Fix restoring window state.
      Also fix setting window state.
      Ignore text input with modifiers; only Shift is allowed.
      Allow AltGr as modifier in scalefilter.
      w->invisible gets set to FALSE later than the FocusIn may arrive, so use
      Fix typo causing saturation changes not to work.
      Add hu to LINGUAS file.
      Also add ko to LINGUAS file.
      Added shortcut to move window to another (next, or arbitrary via dbus) output device.
      Adapt for text plugin interface changes.
      Adapt for text plugin interface changes.
      The class name of the logout window is ksmserver in KDE 4.2, so better
      Indent properly.
      Added build system for grid.
      Track core changes.
      End scale mode on pressing return when only one window is left instead
      Filter case insensitive by default.
      Indent properly.

Dennis Kasprzyk (1):
      Added button and edge initiate actions.

Eduardo Gurgel Pinho (1):
      Massive import from maximumizeplus

Erkin Bahceci (3):
      Whitespace changes.
      Fix glass tessellation problems.
      Update animationaddon ABI version.

Guillaume Seguin (7):
      * Bump version to 0.7.9
      Give local includes in the include/ directory priority over global ones.
      Drop -fusion- bits
      Fix POTFILES.in
      Remove more fusion
      Fix .pc files tarball inclusion
      * Bump version to 0.8.2

Kevin DuBois (1):
      Add glass tessellation. Use it in explode animation.

Kristian Lyngstol (12):
      Introduce MaxSet - Contains left/right/up/down
      Style cleanups
      Don't grab the screen, just check if someone else has a grab
      Split and clean the core algorithm
      Further split up the maximumize algorithm
      Implement minimumize
      Adjust the metadata language and reset-defaults
      Split out unmaximize
      Cleanups - Split out box-shrinking.
      ... Remove box-shrinking. Auto-minimumize on maximumize takes care of this.
      Reduce code duplication
      Allow shrinking during maximumize - Easier to fit to weird places :)

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

---
 CMakeLists.txt                      |    4 
 VERSION                             |    2 
 cmake/addons.cmake                  |    3 
 configure.ac                        |    7 
 include/compiz-animationaddon.h     |    8 
 metadata/Makefile.am                |    1 
 metadata/animationaddon.xml.in      |   20 
 metadata/extrawm.xml.in             |    4 
 metadata/grid.xml.in                |   58 
 metadata/loginout.xml.in            |    2 
 metadata/maximumize.xml.in          |  148 +-
 metadata/notification.xml.in        |    1 
 metadata/scalefilter.xml.in         |  158 +-
 metadata/showmouse.xml.in           |   12 
 metadata/widget.xml.in              |    5 
 po/LINGUAS                          |    4 
 po/POTFILES.in                      |    1 
 po/ar.po                            | 1290 ++++++++++-------
 po/bn.po                            | 1134 ++++++++++-----
 po/ca.po                            | 1254 +++++++++++------
 po/cs.po                            | 1151 ++++++++++-----
 po/de.po                            | 1372 ++++++++++++------
 po/el.po                            | 1373 ++++++++++++------
 po/en_GB.po                         | 1363 ++++++++++++------
 po/es.po                            | 1421 ++++++++++++-------
 po/eu.po                            | 1310 +++++++++++------
 po/fa.po                            |  981 ++++++++++---
 po/fi.po                            | 2423 ++++++++++++++++++++-------------
 po/fr.po                            | 1492 +++++++++++++-------
 po/gl.po                            | 2309 +++++++++++++++++--------------
 po/gu.po                            | 1344 +++++++++++-------
 po/he.po                            | 1348 +++++++++++-------
 po/hi.po                            | 1349 +++++++++++-------
 po/hu.po                            | 1391 ++++++++++++------
 po/it.po                            | 1478 ++++++++++++--------
 po/ja.po                            | 1637 ++++++++++++----------
 po/ko.po                            | 1364 ++++++++++++------
 po/nb.po                            | 1361 ++++++++++++------
 po/nl.po                            | 1352 ++++++++++++------
 po/pl.po                            | 1426 ++++++++++++-------
 po/pt.po                            | 1690 ++++++-----------------
 po/pt_BR.po                         | 1371 ++++++++++++------
 po/ru.po                            | 1411 ++++++++++++-------
 po/sv.po                            | 1864 ++++++++++++++-----------
 po/tr.po                            | 1270 +++++++++++------
 po/zh_CN.po                         | 2639 ++++++++++++++++++++----------------
 src/Makefile.am                     |    1 
 src/animationaddon/Makefile.am      |    4 
 src/animationaddon/animationaddon.c |    5 
 src/animationaddon/animationaddon.h |    8 
 src/animationaddon/explode3d.c      |    7 
 src/animationaddon/polygon.c        |  443 ++++++
 src/cubeaddon/Makefile.am           |    4 
 src/extrawm/extrawm.c               |  105 +
 src/grid/CMakeLists.txt             |    3 
 src/grid/Makefile.am                |   30 
 src/grid/grid.c                     |  349 ++++
 src/group/cairo.c                   |   73 
 src/group/group-internal.h          |   10 
 src/group/group.c                   |  200 +-
 src/group/init.c                    |   20 
 src/group/tab.c                     |   43 
 src/maximumize/maximumize.c         |  793 +++++++++-
 src/scalefilter/scalefilter.c       |  369 ++---
 src/showdesktop/showdesktop.c       |   18 
 src/showmouse/showmouse.c           |    4 
 src/trailfocus/trailfocus.c         |    4 
 src/widget/widget.c                 |  184 +-
 68 files changed, 29363 insertions(+), 16920 deletions(-)
---


Reply to: