gnome-shell:wip/loc-apps

Last commit made on 2016-02-11
Get this branch:
git clone -b wip/loc-apps https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/loc-apps
Repository:
lp:gnome-shell

Recent commits

11db28b... by Zeeshan Ali

tmp

614f37b... by Zeeshan Ali

location: dconf-based

779b1ae... by Mario Sánchez Prada

slider: Emit a 'drag-begin' signal when starting to drag

We are already emitting a 'drag-end' signal when no more dragging
is happening, so it makes sense to emit a 'drag-begin' too when
starting, so that apps interested in implementing different logic
between those two events can easily do it without needing to deal
with the underlying 'button-press-event' signal for the actor.

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

346ffd1... by Lubomir Rintel

NetworkAgent: correctly identify the VPN secret requests

The non-interactive requests for 'vpn' settings are forwarded to the UI because
it is able to talk to the auth helpers. However, the VPN requests are identified
by the connection type instead of setting type. That is incorrect and the UI
is not prepared to handle such requests; tries to construct a dialog and fails
miserably:

  Gjs-Message: JS LOG: Invalid connection type: vpn

  (gnome-shell:13133): Gjs-WARNING **: JS ERROR: Error: No property 'text' in property list (or its value was undefined)
  NetworkSecretDialog<._init@resource:///org/gnome/shell/ui/components/networkAgent.js:60
  wrapper@resource:///org/gnome/gjs/modules/lang.js:169
  _Base.prototype._construct@resource:///org/gnome/gjs/modules/lang.js:110
  Class.prototype._construct/newClass@resource:///org/gnome/gjs/modules/lang.js:204
  NetworkAgent<._handleRequest@resource:///org/gnome/shell/ui/components/networkAgent.js:724
  wrapper@resource:///org/gnome/gjs/modules/lang.js:169
  NetworkAgent<._newRequest@resource:///org/gnome/shell/ui/components/networkAgent.js:715
  wrapper@resource:///org/gnome/gjs/modules/lang.js:169

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

558b51f... by Balázs Meskó

Updated Hungarian translation

ef18b7e... by Alexander Shopov

Updated Bulgarian translation

0044e22... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

Bump version to 3.19.4

Update NEWS.

c25c143... by Rui Matos

st-widget: Avoid passing NULL to atk_object_get_role()

This never worked since the code landed but apparently no-one noticed
until now.

The intent here is to return the accessible's default role if none has
been explicitly set on the StWidget instance.

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

b87da87... by Rui Matos

st-widget: Fix a potentially infinite recursion

Commit ffe4eaf00d8780bdc6fb3d7aca3eda847e887007 changed this code to
call st_widget_get_accessible_role() instead of using the value
directly which would be an infinite recursion if that function didn't
have a bug. As it is, this just resulted in

CRITICAL **: atk_object_get_role: assertion 'ATK_IS_OBJECT
(accessible)' failed

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

f9258bb... by Stas Solovey

Updated Russian translation