523e431ece
tests: Add transition test
...
https://bugzilla.gnome.org/show_bug.cgi?id=658092
2011-09-15 13:27:12 -04:00
768c4a0dd5
Updated Punjabi Translation
2011-09-15 20:49:58 +05:30
fd25cf30ff
messageTray: fix a warning
...
Check for click in keyboardBox rather than Main.keyboard.actor, since
the latter won't exist when the keyboard is hidden.
https://bugzilla.gnome.org/show_bug.cgi?id=658598
2011-09-15 08:34:29 -04:00
1d14488a4f
telepathyClient: notify only once per account for connection error
...
https://bugzilla.gnome.org/show_bug.cgi?id=659050
2011-09-15 10:10:22 +02:00
6e32c97c43
Updated Bulgarian translation
2011-09-15 07:16:02 +03:00
020fe35d98
Bump version to 3.1.91.1
...
Update NEW
3.1.91.1
2011-09-14 18:55:52 -04:00
e0cf946611
Switch to dist-xz
...
'xz' is now the default tarball format for GNOME, so build
our tarballs that way.
2011-09-14 18:55:52 -04:00
a42ae6fe3a
tests/Makefile.am: add missing file to DISTCHECK
2011-09-14 18:55:52 -04:00
196ab6a7c3
Updated Galician translations
2011-09-14 23:08:17 +02:00
f3235882f3
Updated Spanish translation
2011-09-14 21:34:46 +02:00
0518d69b72
panel: Fix corner highlight
...
The style of the top bar's corners is bound to the style of the
corresponding button; we used to hardcode this association, but
as the login mode does have a different layout, the button is now
determined programmatically.
Unfortunately, some containers take the text direction into account
when ordering their children, while some don't, so the current
code returned the wrong button in RTL locales.
https://bugzilla.gnome.org/show_bug.cgi?id=658983
2011-09-14 21:26:58 +02:00
c9ba94d4d8
Updated Belarusian translation.
2011-09-14 22:03:24 +03:00
50e4a40bb2
Updated French translation
...
Contributed by Luc Guillemin, Luc Pionchon, Bruno Brouard and Claude
Paroz
2011-09-14 18:35:53 +02:00
351421c158
updated Tamil translation
2011-09-14 21:16:19 +05:30
c3ac2df9ca
Updated Polish translation
2011-09-14 16:45:06 +02:00
7c4f632e06
Updated Brazilian Portuguese translation. Reviewed by Henrique P. Machado <hpmachado@gnome.org> and myself.
2011-09-14 11:17:31 -03:00
a4eb3c17eb
end-session-dialog: Use correct plural forms for timeouts
...
All end-session dialogs need to use ngettext for their timeout
strings, fix this.
https://bugzilla.gnome.org/show_bug.cgi?id=639987
2011-09-14 15:43:22 +02:00
e81cee3949
network-status: Remove colloquialism in string
...
s/You're/You are/
https://bugzilla.gnome.org/show_bug.cgi?id=645037
2011-09-14 15:43:22 +02:00
e943dcafa4
power-status: Mark number with percentage for translation
...
Some locales expect the percentage sign before the number while
others use a different character, so mark it for translation.
https://bugzilla.gnome.org/show_bug.cgi?id=644097
2011-09-14 15:43:21 +02:00
a324c390f0
Updated Spanish translation
2011-09-14 11:57:09 +02:00
1cf64b5471
workspace: Fix activating windows from xdnd operations
...
Commit e5bc3a2ba8
changed the hierarchy of WindowClone, which
broke activating windows on hover during xdnd operations. To
avoid intrusive changes, just hide the new actor from picks so
that DND operations pick the actor actually meant to represent
the corresponding window.
https://bugzilla.gnome.org/show_bug.cgi?id=658640
2011-09-14 10:00:46 +02:00
234a4f3a1b
hindi update
2011-09-14 10:30:21 +05:30
e69d561e8e
updated Tamil translation
2011-09-14 05:41:44 +05:30
b8f2abcbfa
Updated Polish translation
2011-09-14 00:47:39 +02:00
189617dfb2
Updated POTFILES.in
2011-09-14 00:43:08 +02:00
c4bfb1e400
l10n: Updated Italian translation
2011-09-14 00:09:48 +02:00
7db92ad5d9
extensionSystem: Add an explicit approval dialog
...
Pop up a dialog when trying to install an extension so that users are aware
they are installing one. This is a security precaution in the case that an XSS
exploit has been found on the website, which could cause someone to inject a
<script> tag and silently install an extension.
https://bugzilla.gnome.org/show_bug.cgi?id=658612
2011-09-13 12:34:49 -04:00
fa593a3e15
extensionSystem: Use the system cert list
...
libsoup won't check for a valid cert by default, so copy some logic from
glib-networking to check against the system cert list. Additionally, allow a
fallback for developers, ~/.local/share/extensions.gnome.org.crt, for easy
local development of the website.
https://bugzilla.gnome.org/show_bug.cgi?id=658870
2011-09-13 12:34:48 -04:00
8424236daa
theme/gdm: Set a width to the prompt entry
...
Otherwise it'll keep growing.
https://bugzilla.gnome.org/show_bug.cgi?id=658921
2011-09-13 12:18:45 -04:00
5c14be28f3
updated Tamil translation
2011-09-13 17:39:29 +05:30
9ef80f6ac6
update Simplified Chinese (zh_CN) translation
2011-09-13 11:59:04 +08:00
daf81b5cae
Updated Korean translation
2011-09-13 12:06:53 +09:00
7b407dda91
browser-plugin: some buildsys fixes
...
* fix installation folder
* include headers files
* add Makefile to AC_CONFIG_FILES
2011-09-12 16:23:40 -04:00
4c50293f06
Updated Norwegian bokmål translation
2011-09-12 20:53:27 +02:00
02b8804b96
extensionSystem: Always enable an extension for a user
...
When the user installs an extension, we always enable it. Change the
'enabled-extensions' key, if necessary, to reflect this.
https://bugzilla.gnome.org/show_bug.cgi?id=658612
2011-09-12 14:37:20 -04:00
7928f90cf6
extensionSystem: Add "UninstallExtension" DBus method
...
For those who like their system pure, this provides the ability to purge a
pesky extension and its precious place on your disk space, and in your
"Local Extension" list.
https://bugzilla.gnome.org/show_bug.cgi?id=658612
Conflicts:
js/ui/extensionSystem.js
2011-09-12 14:37:20 -04:00
d5e6ea6ebd
extensionSystem: Replace manifest system with a more direct approach
...
For security reasons, we shouldn't allow the Shell to download and install
any extension URL.
https://bugzilla.gnome.org/show_bug.cgi?id=658612
2011-09-12 14:37:20 -04:00
52273b6c03
Move sweettooth-plugin into gnome-shell tree, rebrand
...
This is a direct import from http://github.com/magcius/sweettooth-plugin .
All the source code is the same, as it had no branding. Everything else is
just renaming and modifying the "build system" to work with gnome-shell's
existing one.
https://bugzilla.gnome.org/show_bug.cgi?id=658070
2011-09-12 14:37:20 -04:00
b3d663b758
Updated Swedish translation
2011-09-12 20:27:17 +02:00
c0028694d4
Updated Latvian translation.
2011-09-11 21:40:52 +03:00
3b0110849c
Updated British English translation
2011-09-11 15:02:51 +01:00
7b1deba590
Network: destroy notifications when the connection completes
...
When you finish reconnecting, we should remove any Connection Lost
or Connection Failed notification.
https://bugzilla.gnome.org/show_bug.cgi?id=658049
2011-09-11 12:36:16 +02:00
7a91f318f0
Updated Portuguese translation
2011-09-11 10:46:18 +01:00
2dfde89008
Updated Indonesian translation
2011-09-11 16:03:45 +07:00
23146c00ba
Updated Spanish translation
2011-09-11 10:44:36 +02:00
cdd95fbbdc
update PunjabiTranslation
2011-09-10 15:12:37 +05:30
01064af20e
Updated Spanish translation
2011-09-10 11:12:45 +02:00
01a9c3fc8e
Updated Spanish translation
2011-09-10 10:52:26 +02:00
c1734b279b
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2011-09-10 15:02:02 +08:00
b00dc31b55
Updated galician translations
2011-09-10 03:37:32 +02:00