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

ccsm: Changes to 'refs/tags/0.7.6'



Tag '0.7.6' created by Guillaume Seguin <guillaume@segu.in> at 2008-05-31 12:09 +0000

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

iD8DBQBIQT/hFGCg8MK49G4RAre/AJ0aYRlbIUtDufLhT5RIBxFvHb0pFwCeMd0m
S4KUbwHvQzTNC3NSH3mVtIY=
=+Yop
-----END PGP SIGNATURE-----

Changes since 0.7.4:
C-F Language team (2):
      translation updates
      translation updates

Christopher Williams (6):
      Clean up Conflict and Plugin filter code and ensure that the main plugin
      Remove popup dialogs when checking for action conflicts since conflict
      Add support for internal actions to action conflict-handling code
      Flip plugin and setting names in UpdateSetting so that it will actually find setting widgets
      Don't lower edge values in edge conflict handling to unbreak the 'disable conflict' resolution choice
      Improve internal action conflict logic.

Danny Baumann (2):
      Fix typos.
      Fix typos and keep lines shorter than 80 characters.

Guillaume Seguin (4):
      * Bump version to 0.7.5
      Correctly filter uncategorized plugins using categories list on the left
      Fix French translation
      * Bump version to 0.7.6

Patrick Niklaus (15):
      Set the none value of number settings always to the minum value
      Split ActionConflict code into 3 child classes
      Check for action conflicts when enabling a plugin
      Minor coding style fix
      Added Christopher Williams to the authors
      Refactored MainWin code into MainPage, PluginButton, PluginWindow and CategoryBox
      Added some table padding to the category boxes
      Disable check for action conflicts when enabling a plugin, if the plugin conflict is auto resolved
      Removed dummy and added new icon for 24x24
      Fixed translation for desktop file, thanks to Milo Casagrande
      Revert "use background color for viewport background instead of base color, fixes dark themes"
      New 32x32 category icons
      Check info lenght before trying to access one if its items
      Added new cubeaddon icon, removed cubereflex and cubecaps
      Added bicubic filtering icon

Travis Watkins (1):
      use background color for viewport background instead of base color, fixes dark themes

---
 MANIFEST.in                                              |    2 
 VERSION                                                  |    2 
 ccm/Conflicts.py                                         |  286 ++-
 ccm/Constants.py.in                                      |    7 
 ccm/Pages.py                                             |  242 ++
 ccm/Settings.py                                          |   25 
 ccm/Utils.py                                             |   58 
 ccm/Widgets.py                                           |  324 +++
 ccm/Window.py                                            |  445 -----
 ccsm.desktop                                             |    9 
 ccsm.desktop.in                                          |    9 
 images/24x24/apps/ccsm.png                               |binary
 images/scalable/apps/plugin-bicubic.svg                  |  247 ++
 images/scalable/apps/plugin-cubeaddon.svg                |  460 +++++
 images/scalable/apps/plugin-cubecaps.svg                 |  341 ---
 images/scalable/apps/plugin-cubereflex.svg               |  260 --
 images/scalable/categories/plugins-accessibility.svg     |  253 +-
 images/scalable/categories/plugins-all.svg               |  406 ++--
 images/scalable/categories/plugins-desktop.svg           |  610 ++++--
 images/scalable/categories/plugins-effects.svg           |  283 +--
 images/scalable/categories/plugins-extras.svg            |  154 -
 images/scalable/categories/plugins-general.svg           |  226 --
 images/scalable/categories/plugins-image_loading.svg     |  243 +-
 images/scalable/categories/plugins-key_bindings.svg      |  683 -------
 images/scalable/categories/plugins-profiles.svg          |  591 ++----
 images/scalable/categories/plugins-search.svg            | 1327 +++++++++++----
 images/scalable/categories/plugins-uncategorized.svg     |  340 ---
 images/scalable/categories/plugins-utility.svg           |  344 +++
 images/scalable/categories/plugins-window_management.svg |  576 +++++-
 po/POTFILES.in                                           |    1 
 po/ar.po                                                 |   84 
 po/bn.po                                                 |   84 
 po/bn_IN.po                                              |   84 
 po/ca.po                                                 |   92 -
 po/ccsm.pot                                              |   81 
 po/cs.po                                                 |   84 
 po/de.po                                                 |  103 -
 po/el.po                                                 |  112 -
 po/en_GB.po                                              |   84 
 po/es.po                                                 |  102 -
 po/eu.po                                                 |   84 
 po/fi.po                                                 |  288 +--
 po/fr.po                                                 |   84 
 po/gl.po                                                 |   84 
 po/gu.po                                                 |   92 -
 po/hi.po                                                 |   84 
 po/hr.po                                                 |   84 
 po/hu.po                                                 |  112 -
 po/id.po                                                 |   81 
 po/it.po                                                 |  111 -
 po/ja.po                                                 |  108 -
 po/ko.po                                                 |   84 
 po/md.po                                                 |   92 -
 po/nb.po                                                 |   99 -
 po/nl.po                                                 |  119 -
 po/or.po                                                 |   84 
 po/pa.po                                                 |   84 
 po/pl.po                                                 |  142 -
 po/pt.po                                                 |  103 -
 po/pt_BR.po                                              |   92 -
 po/ru.po                                                 |  129 -
 po/sk.po                                                 |  355 ++--
 po/sv.po                                                 |  109 -
 po/tr.po                                                 |   84 
 po/wo.po                                                 |   92 -
 po/zh_CN.po                                              |  151 -
 setup.py                                                 |    5 
 67 files changed, 7147 insertions(+), 5553 deletions(-)
---


Reply to: