gnome-shell:overlay-design02

Last commit made on 2009-06-30
Get this branch:
git clone -b overlay-design02 https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
overlay-design02
Repository:
lp:gnome-shell

Recent commits

e191636... by Colin Walters

Update for review of e57b7ec3359ce39e4fa360c744883fb37a069a49

39e31a3... by Colin Walters

Update for comments on b5988a57fa602ad5c02abe69efa2f66a1646e581

8293f34... by Colin Walters

Update for review of d5a80d306359fc4526b9284c3f9170149e2200c1

858a82f... by Marina Zhurakhinskaya <email address hidden>

Use a separate icon image as a drag actor instead of using the clone of the icon

Clutter no longer allows using a clone of an actor that is not a part of
the scene graph. This is what used to happen when we created a clone for
the icon of the item that was being dragged, and then closed the More panes
with the original item, removing the icon from the scene graph. This was
also when happened when the user hit Esc while dragging, which prompted the
overlay to close, removing the original icon from the scene graph.

Rename getIcon() methods to createIcon() to better reflect on the fact that
a new icon is created each time the method is called (we do use cache in
some cases).

Remove a stray log message in overlay.js

Fixes http://bugzilla.gnome.org/show_bug.cgi?id=585490
and http://bugzilla.gnome.org/show_bug.cgi?id=585489

2ae89f3... by Marina Zhurakhinskaya <email address hidden>

Merge branch 'master' into my-overlay-design

5f0d672... by Marina Zhurakhinskaya <email address hidden>

Add '--disable-default-service' to gconf module autogenargs

This allows us to avoid adding PolicyKit DBus as a dependency.

Closes http://bugzilla.gnome.org/show_bug.cgi?id=586987

cdee026... by Marina Zhurakhinskaya <email address hidden>

Make workspaces accept a drop of AppDisplay.WellDisplayItem

AppDispplay.WellDisplayItem needed to be added along with the
GenericDisplay.GenericDisplayItem as a type of a drop object
that workspaces accept.

340fbfe... by Colin Walters

Avoid duplicating most used applications in the AppDisplay cache

All used applications should be in the database from the menus
anyways.

c577951... by Colin Walters

Fix getMostUsedApps to avoid returning duplicate items

d588b08... by Colin Walters

Fix invalid function signature and a memory leak

Add the missing GParamSpec to on_n_workspaces_changed.

Also, we don't need to re-dup the appid, since it's already dup'd.