Owen W. Taylor
020fe35d98
Bump version to 3.1.91.1
...
Update NEW
2011-09-14 18:55:52 -04:00
Owen W. Taylor
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
Owen W. Taylor
a42ae6fe3a
tests/Makefile.am: add missing file to DISTCHECK
2011-09-14 18:55:52 -04:00
Fran Dieguez
196ab6a7c3
Updated Galician translations
2011-09-14 23:08:17 +02:00
Jorge González
f3235882f3
Updated Spanish translation
2011-09-14 21:34:46 +02:00
Florian Müllner
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
Ihar Hrachyshka
c9ba94d4d8
Updated Belarusian translation.
2011-09-14 22:03:24 +03:00
Claude Paroz
50e4a40bb2
Updated French translation
...
Contributed by Luc Guillemin, Luc Pionchon, Bruno Brouard and Claude
Paroz
2011-09-14 18:35:53 +02:00
Dr.T.Vasudevan
351421c158
updated Tamil translation
2011-09-14 21:16:19 +05:30
Piotr Drąg
c3ac2df9ca
Updated Polish translation
2011-09-14 16:45:06 +02:00
Gabriel F. Vilar
7c4f632e06
Updated Brazilian Portuguese translation. Reviewed by Henrique P. Machado <hpmachado@gnome.org> and myself.
2011-09-14 11:17:31 -03:00
Florian Müllner
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
Florian Müllner
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
Florian Müllner
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
dmustieles
a324c390f0
Updated Spanish translation
2011-09-14 11:57:09 +02:00
Florian Müllner
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
Rajesh Ranjan
234a4f3a1b
hindi update
2011-09-14 10:30:21 +05:30
Dr.T.Vasudevan
e69d561e8e
updated Tamil translation
2011-09-14 05:41:44 +05:30
Piotr Drąg
b8f2abcbfa
Updated Polish translation
2011-09-14 00:47:39 +02:00
Piotr Drąg
189617dfb2
Updated POTFILES.in
2011-09-14 00:43:08 +02:00
Luca Ferretti
c4bfb1e400
l10n: Updated Italian translation
2011-09-14 00:09:48 +02:00
Jasper St. Pierre
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
Jasper St. Pierre
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
Emmanuele Bassi
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
Dr.T.Vasudevan
5c14be28f3
updated Tamil translation
2011-09-13 17:39:29 +05:30
Yinghua Wang
9ef80f6ac6
update Simplified Chinese (zh_CN) translation
2011-09-13 11:59:04 +08:00
Changwoo Ryu
daf81b5cae
Updated Korean translation
2011-09-13 12:06:53 +09:00
Rico Tzschichholz
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
Kjartan Maraas
4c50293f06
Updated Norwegian bokmål translation
2011-09-12 20:53:27 +02:00
Jasper St. Pierre
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
Jasper St. Pierre
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
Jasper St. Pierre
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
Jasper St. Pierre
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
Daniel Nylander
b3d663b758
Updated Swedish translation
2011-09-12 20:27:17 +02:00
Rudolfs Mazurs
c0028694d4
Updated Latvian translation.
2011-09-11 21:40:52 +03:00
Bruce Cowan
3b0110849c
Updated British English translation
2011-09-11 15:02:51 +01:00
Giovanni Campagna
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
Duarte Loreto
7a91f318f0
Updated Portuguese translation
2011-09-11 10:46:18 +01:00
Andika Triwidada
2dfde89008
Updated Indonesian translation
2011-09-11 16:03:45 +07:00
Jorge González
23146c00ba
Updated Spanish translation
2011-09-11 10:44:36 +02:00
A S Alam
cdd95fbbdc
update PunjabiTranslation
2011-09-10 15:12:37 +05:30
Jorge González
01064af20e
Updated Spanish translation
2011-09-10 11:12:45 +02:00
Daniel Mustieles
01a9c3fc8e
Updated Spanish translation
2011-09-10 10:52:26 +02:00
Chao-Hsiung Liao
c1734b279b
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2011-09-10 15:02:02 +08:00
Fran Dieguez
b00dc31b55
Updated galician translations
2011-09-10 03:37:32 +02:00
Piotr Drąg
c5f8c8c77b
Updated Polish translation
2011-09-09 22:55:08 +02:00
Piotr Drąg
9361c7223d
Add context to ambiguous strings in login dialog
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=658414
2011-09-09 22:46:23 +02:00
Javier Jardón
b43cc22704
Make maintainer mode enabled by default
...
See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/
2011-09-09 16:14:58 +01:00
Jasper St. Pierre
8af4fd64c1
telepathyClient: Fix undefined variable
...
https://bugzilla.gnome.org/show_bug.cgi?id=658624
2011-09-09 10:50:11 -04:00
Matthias Clasen
5b39b87199
Fix up a11y settings handling
...
Somebody changed the type of the atk-bridge-location key
from s to ay. Without telling affected parties :-(
https://bugzilla.gnome.org/show_bug.cgi?id=658562
2011-09-08 18:38:29 -04:00