Colin Walters
f65826b3ba
network: Don't notify on connection lost
...
The design is for applications to do this, basically. Web browsers,
Evolution, Empathy already display something on network status change.
Note though we need an application API in GIO to monitor network state;
see https://bugzilla.gnome.org/show_bug.cgi?id=620932
https://bugzilla.gnome.org/show_bug.cgi?id=658954
2011-09-16 13:57:14 -04:00
Sean Wilson
a869007180
calendar: Improve Layout
...
- align event header with buttons
- button hovers stretch across fully like menus
- better padding for month
- day hover is lighter
https://bugzilla.gnome.org/show_bug.cgi?id=641135
2011-09-16 19:22:12 +02:00
Matthias Clasen
b5fa48f485
status: don't show 'Show Keyboard Layout' on the login screen
...
It does not make a great amount of sense to have this function
on the login screen. And worse, it does not work, since the greeter
is currently a modal dialog, so interaction with the opening
window is impossible.
https://bugzilla.gnome.org/show_bug.cgi?id=659164
2011-09-16 09:45:11 -04:00
Vincent Untz
36d564526c
build: Fix rule to create .service files
...
It was always taking the first .service.in file to create all .service
files: org.gnome.Shell.CalendarServer.service.in was the only one being
used.
https://bugzilla.gnome.org/show_bug.cgi?id=659194
2011-09-16 09:21:14 +02:00
Vincent Untz
063f34b5d3
browser-plugin: Add support for BROWSER_PLUGIN_DIR environment variable
...
This makes it easy to override where the plugin should be installed.
This is based on what totem does.
https://bugzilla.gnome.org/show_bug.cgi?id=659123
2011-09-16 00:17:59 +02:00
Matej Urbančič
9486ca5975
Updated Slovenian translation
2011-09-15 22:44:09 +02:00
Matej Urbančič
63ead272a9
Updated Slovenian translation
2011-09-15 22:37:02 +02:00
Florian Müllner
9dfa2ad84e
app-display: Remove AppIconMenu::popup
...
The signal is just duplicating the parent class' ::open-state-changed
signal, so remove it.
2011-09-15 22:01:58 +02:00
Jasper St. Pierre
523e431ece
tests: Add transition test
...
https://bugzilla.gnome.org/show_bug.cgi?id=658092
2011-09-15 13:27:12 -04:00
A S Alam
768c4a0dd5
Updated Punjabi Translation
2011-09-15 20:49:58 +05:30
Dan Winship
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
Xavier Claessens
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
Ivaylo Valkov
6e32c97c43
Updated Bulgarian translation
2011-09-15 07:16:02 +03:00
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