gnome-shell branch master, updated. cb4ad9a96366bf6bffcf41d24e3ffa3009164b1c



The branch, master has been updated
       via  cb4ad9a96366bf6bffcf41d24e3ffa3009164b1c (commit)
      from  6676260308b5412a368f6c9ea402af985d193307 (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 cb4ad9a96366bf6bffcf41d24e3ffa3009164b1c
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Thu Feb 26 17:05:35 2009 -0500

    Fix behavior of More... links by adding a Link class
    
    We had problems because the More links were reacting on press but
    other elements were reacting on release. (Often the link would trigger
    *and* an item.) Just connecting to ::button-release-event on
    ClutterText gives a stuck grab (since ClutterText gets the press
    but not the release), so we need more complicated code that we
    encapsulate into a new class.
    
    link.js: new "pseudo-widget" that implements a clickable link.
    overlay.js: Use Link.Link for the More.. links
    
    http://bugzilla.gnome.org/show_bug.cgi?id=573323

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

Summary of changes:
 js/ui/link.js    |   81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 js/ui/overlay.js |   49 +++++++++++++++-----------------
 2 files changed, 104 insertions(+), 26 deletions(-)
 create mode 100644 js/ui/link.js


hooks/post-receive
-- 
Next generation GNOME desktop shell



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