lp:gnome-shell

Owned by GNOME3 Team
Get this repository:
git clone https://git.launchpad.net/gnome-shell

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://git.gnome.org/browse/gnome-shell/.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log

Branches

Name Last Modified Last Commit
wip/is-switch-fixes 2013-04-05 16:12:48 UTC
status/keyboard: Disregard the backwards flag for the popup switcher

Author: Rui Matos
Author Date: 2013-04-02 23:14:08 UTC

status/keyboard: Disregard the backwards flag for the popup switcher

This seems to cause more harm than good. It puzzles users looking at
the shortcuts list in g-c-c and it prevents otherwise valid shortcuts
like Shift+Hangul from working.

https://bugzilla.gnome.org/show_bug.cgi?id=695823

wip/gcampax/modal-dialogs 2013-03-04 16:50:18 UTC
WorkspaceThumbnails: show attached modal dialogs togheter with their parents

Author: Giovanni Campagna
Author Date: 2012-11-24 17:49:59 UTC

WorkspaceThumbnails: show attached modal dialogs togheter with their parents

The window clones in the central part of the overview are showing modal
dialogs now, and this creates an inconsistency if the thumbnail doesn't too.
Code is intentionally similar in the two places.

https://bugzilla.gnome.org/show_bug.cgi?id=650843

wip/gcampax/background 2013-02-04 23:11:19 UTC
LayoutManager: implement new design for the startup animation

Author: Giovanni Campagna
Author Date: 2012-12-24 14:46:21 UTC

LayoutManager: implement new design for the startup animation

The design calls for two different startup animations, in the GDM
and in the normal session case.
In both cases, we implement fading from the previous situation
by acquiring the root background pixmap and turning it into a TFP
texture, which is then animated and blended by Clutter as normal.

https://bugzilla.gnome.org/show_bug.cgi?id=682429

3.7.3.1-branch 2012-12-20 16:47:36 UTC
Bump version to 3.7.3.1

Author: Florian Müllner
Author Date: 2012-12-20 16:47:36 UTC

Bump version to 3.7.3.1

Update NEWS.

wip/re-search-v2 2012-12-10 22:44:28 UTC
search: make sure to pass a timestamp to LaunchSearch()

Author: Cosimo Cecchi
Author Date: 2012-12-10 20:47:25 UTC

search: make sure to pass a timestamp to LaunchSearch()

Do not repeat past mistakes while we're still in time.

https://bugzilla.gnome.org/show_bug.cgi?id=690009

wip/classic 2012-11-28 18:25:46 UTC
workspace: Use the schema for the current mode to get 'button-layout'

Author: Debarshi Ray
Author Date: 2012-11-28 18:21:15 UTC

workspace: Use the schema for the current mode to get 'button-layout'

https://bugzilla.gnome.org/show_bug.cgi?id=689234

wip/grab-helper-top-panel 2012-11-26 20:13:04 UTC
popupMenu: Port to GrabHelper

Author: Jasper St. Pierre
Author Date: 2012-03-01 00:09:41 UTC

popupMenu: Port to GrabHelper

https://bugzilla.gnome.org/show_bug.cgi?id=689109

3.7.2.1-branch 2012-11-23 16:59:07 UTC
Bump version to 3.7.2.1

Author: Florian Müllner
Author Date: 2012-11-23 16:59:07 UTC

Bump version to 3.7.2.1

Update NEWS.

wip/media-keys 2012-11-10 16:04:48 UTC
Handle global keybindings in the shell

Author: Giovanni Campagna
Author Date: 2012-06-22 22:37:36 UTC

Handle global keybindings in the shell

Handling global keybindings, such as volume and brightness keys
but also custom keybindings, directly in the compositor is the only way
to deal with grabs and modal operations that could be active (primarily
the overview, for which special policy was introduced in the last
commit)

https://bugzilla.gnome.org/show_bug.cgi?id=613543

wip/gdbus-2 2012-11-02 13:11:10 UTC
NetworkMenu: use async initialization for libnm-glib objects

Author: Giovanni Campagna
Author Date: 2012-09-03 17:57:53 UTC

NetworkMenu: use async initialization for libnm-glib objects

NMClient recently got more heavyweight, with a property holding supported
connections. As fully initializing a NMObject is a recursive operation
and requires multiple DBus calls, switch to async initalization for NMClient
and NMRemoteSettings.

https://bugzilla.gnome.org/show_bug.cgi?id=683288

wip/re-search 2012-11-01 16:58:12 UTC
wip center layout garbage

Author: Jasper St. Pierre
Author Date: 2012-10-15 20:38:03 UTC

wip center layout garbage

screen-shield-next 2012-08-06 19:43:54 UTC
ScreenShield: fix spacing of notifications and sources

Author: Giovanni Campagna
Author Date: 2012-08-06 18:44:07 UTC

ScreenShield: fix spacing of notifications and sources

Reduce padding around persistent sources, and ensure that spacing
around resident notifications is only applied once.
Also, add some padding to the clock.

https://bugzilla.gnome.org/show_bug.cgi?id=681143

wip/screen-shield-rebase1 2012-05-21 16:47:47 UTC
Modal stack: fix handling of destroyed actors

Author: Giovanni Campagna
Author Date: 2012-05-21 16:44:21 UTC

Modal stack: fix handling of destroyed actors

Destroyed modal actors should be completely removed from the modal
stack automatically, including leaving modality if needed.
This allows for destroying modal dialogs without calling close().

wip/input-sources 2012-05-15 00:24:23 UTC
status/keyboard: Adapt to changes in the settings schema

Author: Rui Matos
Author Date: 2012-05-10 23:08:43 UTC

status/keyboard: Adapt to changes in the settings schema

wip/screen-shield 2012-03-26 21:10:29 UTC
Change from St.Group to St.Widget

Author: Marina Zhurakhinskaya
Author Date: 2012-03-26 18:26:24 UTC

Change from St.Group to St.Widget

wip/menus-rebase2 2011-12-20 18:41:08 UTC
build: Split out "private" sources variable that can be easily appended

Author: Colin Walters
Author Date: 2011-12-20 18:41:08 UTC

build: Split out "private" sources variable that can be easily appended

Move the action muxing copy stuff in there.

wip/menus 2011-11-25 20:06:17 UTC
Application Menu: add support for showing GApplication actions

Author: Giovanni Campagna
Author Date: 2011-05-15 16:55:23 UTC

Application Menu: add support for showing GApplication actions

Use the new GApplication support in ShellApp to create the application
menu. Supports plain (no state), boolean and double actions.
Includes a test application (as no other application uses GApplication
for actions)

https://bugzilla.gnome.org/show_bug.cgi?id=621203

wip/gdbus 2011-11-15 13:55:53 UTC
Port client side code to GDBus

Author: Giovanni Campagna
Author Date: 2011-08-16 12:28:53 UTC

Port client side code to GDBus

This continues the series of patches for GDBus porting, affecting
all code that accesses remote DBus objects. This includes modemManager,
automount, autorun (for the hotplug sniffer), calendar, network (for
nm-applet only), power, scripting (for perf monitor interface)

https://bugzilla.gnome.org/show_bug.cgi?id=648651

osk 2011-07-26 17:34:57 UTC
Updated on-screen-keyboard patches (squashed)

Author: Nohemi Fernandez
Author Date: 2011-07-26 17:33:57 UTC

Updated on-screen-keyboard patches (squashed)

goa-client 2011-05-19 18:52:52 UTC
goa: implement marking a message as Starred or Junk

Author: David Zeuthen
Author Date: 2011-05-19 18:51:40 UTC

goa: implement marking a message as Starred or Junk

This works with the latest GOA tree

Signed-off-by: David Zeuthen <davidz@redhat.com>

zeitgeist 2011-04-04 21:02:54 UTC
Use the correct ID for app that is being launched

Author: Seif Lotfy
Author Date: 2011-04-04 21:02:54 UTC

Use the correct ID for app that is being launched

workspace-thumbnails 2011-02-03 04:45:57 UTC
Handle changes in window position for workspace thumbnails

Author: Owen Taylor
Author Date: 2011-02-03 03:54:33 UTC

Handle changes in window position for workspace thumbnails

Connect to the 'position-set' signal of MetaWindowActor and move
actors when the source windows move.

datetime 2011-01-28 19:47:34 UTC
Merge branch 'master' into datetime

Author: David Zeuthen
Author Date: 2011-01-28 19:47:34 UTC

Merge branch 'master' into datetime

overview-relayout 2010-11-28 15:28:51 UTC
Implement Sent signals for Telepathy.

Author: Jasper St. Pierre
Author Date: 2010-11-28 15:14:34 UTC

Implement Sent signals for Telepathy.

This will allow us to update our notifications when
someone uses a different Telepathy client to send
messages.

https://bugzilla.gnome.org/show_bug.cgi?id=635991

message-tray 2010-01-12 22:12:48 UTC
Kill notification-daemon at startup when running in --replace mode

Author: Dan Winship
Author Date: 2010-01-08 15:29:13 UTC

Kill notification-daemon at startup when running in --replace mode

https://bugzilla.gnome.org/show_bug.cgi?id=606755

shell-toolkit 2009-09-30 18:28:18 UTC
[StBoxLayout] initialize variable

Author: Owen Taylor
Author Date: 2009-09-30 16:01:53 UTC

[StBoxLayout] initialize variable

Fix a missing initialization of 'i' when iterating over children.

https://bugzilla.gnome.org/show_bug.cgi?id=595995
http://bugzilla.moblin.org/show_bug.cgi?id=6311

nbtk-introduction 2009-09-22 00:13:00 UTC
lookingGlass: Get font from GConf

Author: Owen Taylor
Author Date: 2009-09-22 00:13:00 UTC

lookingGlass: Get font from GConf

Instead of using "Monospace", pick the users configured monospace font
name up from GConf. (This is a nice touch, but is more done here to
demonstrate that we can do it rather than for any great utility.)

overlay-design02 2009-06-30 19:29:10 UTC
Update for review of e57b7ec3359ce39e4fa360c744883fb37a069a49

Author: Colin Walters
Author Date: 2009-06-30 19:05:17 UTC

Update for review of e57b7ec3359ce39e4fa360c744883fb37a069a49

101128 of 228 results
This repository contains Public information 
Everyone can see this information.

Subscribers