Jasper St. Pierre
3f15a41006
network: Use one notification globally for connection status
...
Rather than one per device.
https://bugzilla.gnome.org/show_bug.cgi?id=706098
2013-08-29 12:10:32 -04:00
Jasper St. Pierre
e1c4cfd7eb
network: Update for new APIs
...
New network manager APIs mean we don't have to do any scanning
through the active networks and synchronize state ourselves.
https://bugzilla.gnome.org/show_bug.cgi?id=706098
2013-08-29 12:10:32 -04:00
Victor Ibragimov
a326f40bbf
Tajik translation updated
2013-08-29 11:19:42 +05:00
Aurimas Černius
09c2fff8fc
Updated Lithuanian translation
2013-08-28 23:32:03 +03:00
Alejandro Piñeiro
a4c1eb12b4
a11y: calendar: full date string should be navigable
...
Also moved the set of label_actor of the menu some lines before,
to improve readability.
https://bugzilla.gnome.org/show_bug.cgi?id=706903
2013-08-28 19:13:33 +02:00
Alejandro Piñeiro
4e80758970
a11y: calendar: Month name should be navigable
...
https://bugzilla.gnome.org/show_bug.cgi?id=706903
2013-08-28 16:23:09 +02:00
Alejandro Piñeiro
40ae408b3b
a11y: calendar: add accessible name for next/prev month buttons
...
https://bugzilla.gnome.org/show_bug.cgi?id=706903
2013-08-28 16:23:05 +02:00
Alejandro Piñeiro
84d8d4f622
a11y: using generic accessible at slider
...
Needed in order to fill the AtkValue implementation using
signal callbacks (ala ShellGenericContainer).
https://bugzilla.gnome.org/show_bug.cgi?id=648623
2013-08-28 16:05:54 +02:00
Alejandro Piñeiro
5c04840312
a11y: add a generic accessible
...
Using the same idea that shell-generic-container. It implements
AtkValue with a dummy implementation based on signals. Javascript
code would connect to that and returns the proper value.
https://bugzilla.gnome.org/show_bug.cgi?id=648623
2013-08-28 16:05:54 +02:00
Alejandro Piñeiro
bd28d5c48a
a11y: add the possibility to set the accessible object of a widget
...
In the common case, the accessible object is created by the
own widget. In some cases it is needed to specify a custom
accessible, as some of the logic will be implemented on the
javascript code (extend functionality using Components vs Hierarchy).
https://bugzilla.gnome.org/show_bug.cgi?id=648623
2013-08-28 16:05:54 +02:00
Allan Day
f176d890c0
Increase padding between system status icons
...
Makes the icons easier to read, and increases the size of the
click target a bit.
https://bugzilla.gnome.org/show_bug.cgi?id=706796
2013-08-28 14:36:50 +01:00
Emmanuele Bassi
3b158a96b7
build: Ensure that we provide CFLAGS and LIBS for Wayland builds
...
We need to use PKG_CHECK_MODULES, not PKG_CHECK_EXISTS. We make it
non-fatal by passing a final argument to the m4 macro.
2013-08-28 11:12:23 +01:00
Victor Ibragimov
dcd0b2bf66
Tajik translation updated
2013-08-28 10:38:46 +05:00
Jasper St. Pierre
edd1c89ea1
configure: Make wayland entirely optional
2013-08-27 23:59:16 -04:00
Jasper St. Pierre
32d858dce3
configure: Remove a badly defined and unused variable
2013-08-27 23:59:16 -04:00
Dušan Kazik
1e4bb53a34
Updated slovak translation
2013-08-27 22:44:51 +02:00
Kjartan Maraas
f5f94097bf
Updated Norwegian bokmål translation
2013-08-27 20:19:55 +02:00
Daniel Mustieles
77a3218db3
Updated Spanish Translation
2013-08-27 19:48:08 +02:00
Daniel Mustieles
c3ed40905a
Updated Spanish translation
2013-08-27 19:44:54 +02:00
Ray Strode
268ac0bde8
theme: add bottom badding for login dialog hint
...
Since we're getting rid of the top padding, we need to add what we
take away to the bottom padding to keep the size the same.
https://bugzilla.gnome.org/show_bug.cgi?id=706670
2013-08-27 10:31:26 -04:00
Ray Strode
88e3f6af47
authPrompt: give message label an initial style
...
This commit consolidates the styles of the various
message types into one 'login-dialog-message' style
and then adds additional styles on top to cover the
differences.
This allows us to give the message label an initial
style so that is padded properly before any messages
are displayed.
https://bugzilla.gnome.org/show_bug.cgi?id=706670
2013-08-27 10:20:16 -04:00
Giovanni Campagna
21a85832b3
Implementing building two separate binaries for x11 and wayland
...
Build gnome-shell for x11, and gnome-shell-wayland for wayland
(as well as the associated libgnome-shell and libgnome-shell-wayland).
The first one links to libmutter, the second to libmutter-wayland.
libgnome-shell and libgnome-shell-wayland are now compiled from
libgnome-shell-base (with all sources that are independent of mutter),
libgnome-shell-menu (with the copy-pasted gtk sources), plus the
sources that use mutter API
https://bugzilla.gnome.org/show_bug.cgi?id=705497
2013-08-27 09:46:01 +02:00
Giovanni Campagna
254efdd122
Remove the jhbuild wrapper script
...
It's mostly equivalent to "jhbuild run gnome-shell", which is
the preferred way. Also, running from the source tree can't be
supported at this point, and the wrapper is getting in the way
of having two binaries, one for wayland and one for X11.
https://bugzilla.gnome.org/show_bug.cgi?id=705497
2013-08-27 09:46:01 +02:00
Fran Diéguez
62ac6e74d9
Updated Galician translations
2013-08-27 02:55:06 +02:00
Jasper St. Pierre
2c2268b39d
gnome-shell-plugin: Fix unused variable warning
2013-08-26 20:06:34 -04:00
Jasper St. Pierre
41aa14eaf0
gdm: Remove constraints from authPrompt / loginDialog as well
...
https://bugzilla.gnome.org/show_bug.cgi?id=706843
2013-08-26 19:05:15 -04:00
Jasper St. Pierre
1f50f4658d
unlockDialog: Remove clutter constraints from the code
...
These cause annoying allocation cycle warnings, and it's simpler to
just express our desired layout in terms of nested containers.
Adapt the theme to match as well.
https://bugzilla.gnome.org/show_bug.cgi?id=706843
2013-08-26 19:05:15 -04:00
Seán de Búrca
d31481fd8b
Updated Irish translation
2013-08-26 16:35:25 -06:00
Jasper St. Pierre
80ab28bc3a
loginDialog: Fade in the gdm auth prompt on login
2013-08-26 18:17:35 -04:00
Jasper St. Pierre
48b7ebe1c0
loginDialog: Remove useless style class manipulation
...
StWidget already does this for us.
2013-08-26 18:17:35 -04:00
Jasper St. Pierre
c59cf18337
loginDialog: Provide a finish method
...
The screenShield expects to be able to call finish on the dialog.
2013-08-26 18:04:20 -04:00
Jasper St. Pierre
b7b1260540
screenShield: Don't fade in the lock dialog
...
We slide the shield over it, so the animation is rarely seen, and
since no other actor is under the lock screen, the not-cleared stage
can show through, causing weird issues when trying to blend.
https://bugzilla.gnome.org/show_bug.cgi?id=706841
2013-08-26 17:52:57 -04:00
Seán de Búrca
897c5634b0
Fix autogen with latest gnome-common
...
Side-by-side use of IT_PROG_INTLTOOL and AM_GNU_GETTEXT is unsupported and breaks build.
2013-08-26 14:50:28 -06:00
Aurimas Černius
78e3a05e14
Updated Lithuanian translation
2013-08-26 22:54:19 +03:00
Jasper St. Pierre
1bb6367b79
schema: Remove some now unused gsettings keys
2013-08-26 13:42:11 -04:00
Enrico Nicoletto
f5512ef21b
Updated Brazilian Portuguese translation
2013-08-26 12:02:09 -03:00
Matthias Clasen
a0fa9937ba
Add a variant of the Restart dialog for offline updates
...
Detect when an offline update is pending, and show a more
suitable message in the Restart dialog.
https://bugzilla.gnome.org/show_bug.cgi?id=706612
2013-08-26 10:46:45 -04:00
Jasper St. Pierre
ef2345ea85
system: Add a way to suspend from the system menu
...
When we implemented the new designs, we lost the ability to suspend
from the system menu. Re-enable this ability by re-adding the hidden
"Alt" shortcut item.
https://bugzilla.gnome.org/show_bug.cgi?id=706612
2013-08-26 10:02:44 -04:00
Jasper St. Pierre
dd8fd09470
endSessionDialog: Split into two sections
...
https://bugzilla.gnome.org/show_bug.cgi?id=706612
2013-08-26 10:02:44 -04:00
Jasper St. Pierre
a779e2aeca
endSessionDialog: Don't stop the timer when we have inhibitors
...
https://bugzilla.gnome.org/show_bug.cgi?id=706612
2013-08-26 10:02:44 -04:00
Jasper St. Pierre
aaaf25d578
endSessionDialog: Convert to the standard _sync pattern
...
... for starting and stopping the timer. This helps clean up the
state transitions in the code when caring about multiple things.
https://bugzilla.gnome.org/show_bug.cgi?id=706612
2013-08-26 10:02:44 -04:00
Jasper St. Pierre
2e65c852c3
endSessionDialog: List other users and sessions in with the inhibitors
...
Instead of in a separate dialog. This does not meet the designs right
now, but it's a good first start.
https://bugzilla.gnome.org/show_bug.cgi?id=706612
2013-08-26 10:02:44 -04:00
Giovanni Campagna
1b206fe94c
Dash: don't show a tooltip over an application with a popup menu
...
If the popup menu associated with the application icon is open,
make sure that the tooltip is hidden.
https://bugzilla.gnome.org/show_bug.cgi?id=705611
2013-08-26 13:52:49 +02:00
Baurzhan Muftakhidinov
8b93c97a09
Update Kazakh translation
2013-08-25 22:08:57 +06:00
Benjamin Steinwender
6247b55fc3
Updated German translation
2013-08-25 00:30:01 +02:00
Enrico Nicoletto
12d9d49fa4
Updated Brazilian Portuguese translation
2013-08-23 21:26:10 -03:00
Adel Gadllah
aef3f097e4
build: Switch to 3.10 moduleset
2013-08-23 23:40:03 +02:00
Jasper St. Pierre
1a415d5fa7
userWidget: Actually respect the iconSize parameter
...
The iconSize parameter was only being respected if it was the
default icon fallback.
https://bugzilla.gnome.org/show_bug.cgi?id=706681
2013-08-23 13:25:11 -04:00
Jasper St. Pierre
e4d46aee97
endSessionDialog: Remove the interactivity of the end session dialog
...
This was always sort of a hidden feature, and with the new designs
it's going to get unclear about what's clickable, and what's not.
https://bugzilla.gnome.org/show_bug.cgi?id=706612
2013-08-23 13:25:11 -04:00
Jasper St. Pierre
d3a88e59b9
src: Eliminate compiler warnings
2013-08-23 12:34:42 -04:00