[cairo-compmgr] [GIT] ccm/cairocompmgr.git branch, master, updated. 6fa682d2e642d2f33b375018761a78090a23840d

[ Thread Index | Date Index | More lists.tuxfamily.org/cairo-compmgr Archives ]


This is an automated email from git. It was enerated because a ref
change was pushed to the repository "ccm/cairocompmgr.git".

The branch, master has been updated
       via  6fa682d2e642d2f33b375018761a78090a23840d (commit)
       via  42c52bb767b3c7bc5ac9cb8f2c5ca0c1e486e59b (commit)
      from  b0329e4c8c5d5407874aa84cc6514573bd39875d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6fa682d2e642d2f33b375018761a78090a23840d
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Fri Aug 20 01:00:28 2010 +0200

    [cairo-compmgr] Requires vala 0.9.7

commit 42c52bb767b3c7bc5ac9cb8f2c5ca0c1e486e59b
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Fri Aug 20 00:59:04 2010 +0200

    [cairo-compmgr] Code refactoring
    - Migrate timeline to vala

-----------------------------------------------------------------------

Summary of changes:
 build/plugin.am                                    |    2 +
 configure.ac                                       |    4 +-
 lib/Makefile.am                                    |   37 +-
 lib/ccm-source.c                                   |  140 +++
 lib/ccm-source.h                                   |   52 +
 lib/ccm-timeline.c                                 | 1063 --------------------
 lib/ccm-timeline.h                                 |  147 ---
 lib/ccm-timeline.vala                              |  393 ++++++++
 lib/ccm-timeout-interval.c                         |  107 --
 lib/ccm-timeout-interval.h                         |   47 -
 lib/ccm-timeout-interval.vala                      |  104 ++
 lib/ccm-timeout-pool.c                             |  427 --------
 lib/ccm-timeout-pool.h                             |   45 -
 lib/ccm-timeout-pool.vala                          |  199 ++++
 lib/ccm-timeout.vala                               |  136 +++
 plugins/automate/ccm-automate-dialog.vala          |   26 +-
 plugins/automate/ccm-automate.vala                 |    2 +-
 plugins/automate/ccm-story-board.vala              |    2 +-
 plugins/clone/ccm-clone.vala                       |   14 +-
 plugins/fade/ccm-fade.c                            |   18 +-
 plugins/freeze/ccm-freeze.c                        |    8 +-
 plugins/magnifier/ccm-magnifier.c                  |    4 +-
 plugins/menu-animation/ccm-menu-animation.c        |   12 +-
 plugins/mosaic/ccm-mosaic.vala                     |   44 +-
 plugins/window-animation/ccm-window-animation.vala |   24 +-
 src/ccm-window.c                                   |    7 +-
 vapi/cairo-compmgr.vapi                            |   80 +--
 27 files changed, 1146 insertions(+), 1998 deletions(-)
 create mode 100644 lib/ccm-source.c
 create mode 100644 lib/ccm-source.h
 delete mode 100644 lib/ccm-timeline.c
 delete mode 100644 lib/ccm-timeline.h
 create mode 100644 lib/ccm-timeline.vala
 delete mode 100644 lib/ccm-timeout-interval.c
 delete mode 100644 lib/ccm-timeout-interval.h
 create mode 100644 lib/ccm-timeout-interval.vala
 delete mode 100644 lib/ccm-timeout-pool.c
 delete mode 100644 lib/ccm-timeout-pool.h
 create mode 100644 lib/ccm-timeout-pool.vala
 create mode 100644 lib/ccm-timeout.vala


hooks/post-receive
--
ccm/cairocompmgr.git



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/