Commit Graph

3294 Commits

Author SHA1 Message Date
Ivaylo Valkov
da0650fda6 Updated Bulgarian translation 2011-03-27 08:03:48 +03:00
A S Alam
6724133927 update tranlation for Punjabi by A S Alam 2011-03-27 10:03:13 +05:30
Yuri Myasoedov
c0ded8ef5f Updated Russian translation 2011-03-26 23:41:48 +03:00
Wouter Bolsterlee
7382de51dc Updated Dutch translation by Wouter Bolsterlee 2011-03-26 20:43:15 +01:00
Aron Xu
96a1121e6b Update Simplified Chinese translation. 2011-03-27 03:39:01 +08:00
Matej Urbančič
323bbb0692 Updated Slovenian translation 2011-03-26 20:31:54 +01:00
Khaled Hosny
59e235623a Updated Arabic translation 2011-03-26 17:30:39 +02:00
Olav Vitters
40dc85d975 Add description to DOAP file 2011-03-26 13:24:44 +01:00
Aron Xu
6006a42cbb Update Simplified Chinese translation. 2011-03-26 19:08:04 +08:00
Nguyễn Thái Ngọc Duy
c2e0278bd9 Updated Vietnamese translation 2011-03-26 13:58:45 +07:00
Giovanni Campagna
c1ba920c86 BluetoothStatus: depend more on libgnome-bluetooth-applet
Ensure that a dependency is generated even when using --as-needed,
by adding a fake function that calls into the library.

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

Was accidentally removed, as part of the switch to building
a gnome-shell binary, reapplying the original patch. - Owen

https://bugzilla.gnome.org/show_bug.cgi?id=645596
2011-03-25 21:39:22 -04:00
Owen W. Taylor
7b997e9374 statusIconDispatcher: fix trailing comma
Fix a trailing comma in object initializer introduced in
the last patch.
2011-03-25 21:24:42 -04:00
Takao Fujiwara
dfb97c1ed7 statusIconDispatcher: add ibus-ui-gtk to standard implementations
As a stop-gap measure until we have a native input method tray icon,
add ibus-ui-gtk to STANDARD_TRAY_ICON_IMPLEMENTATIONS so that the IBus
status icon shows up in the status area rather than in the message
tray. The message tray location doesn't work for the function of
showing the current input method when switching between windows or
changing input methods.

https://bugzilla.gnome.org/show_bug.cgi?id=641531
2011-03-25 21:20:36 -04:00
Owen W. Taylor
fc49fb2f4f Improve checks for XFixes pointer barriers
Instead of checking on version (which doesn't work when protocol
and libraries are out of sync), just check for the functions we
need.

https://bugzilla.gnome.org/show_bug.cgi?id=645630
2011-03-25 21:13:57 -04:00
Ray Strode
63078fba5b NetworkStatus: Adapt to nm_client_activate_connection api change
It now takes a connection directly instead of the object path associated
with a connection.
2011-03-25 20:38:55 -04:00
Ray Strode
b0176546c2 NetworkStatus: fix vpn indicator
It looks like a part of the code wasn't updated to reflect
a variable name change.
2011-03-25 20:37:29 -04:00
Yaron Shahrabani
a234ba91a4 Updated Hebrew translation. 2011-03-26 00:56:07 +02:00
Dan Winship
526d11809f network: add security icons to WEP/WPA wireless networks
https://bugzilla.gnome.org/show_bug.cgi?id=645647
2011-03-25 18:55:40 -04:00
Owen W. Taylor
3bbdecc6b3 popupMenu: round spacing to an integer
StThemeNode.get_length() doesn't necessarily return an integer pixel
value, and our code produces non-integer positions in that case. So
round the spacing.

https://bugzilla.gnome.org/show_bug.cgi?id=645647
2011-03-25 18:55:40 -04:00
Dan Winship
00fc4a2eb7 gnome-shell.css: fix padding/alignment of menu toggle switches
We do not support scaling background-images, so setting the
toggle-switch size to anything other than the natural size of the
image just results in it getting padding, which makes it look
improperly aligned.

https://bugzilla.gnome.org/show_bug.cgi?id=645647
2011-03-25 18:55:06 -04:00
Dan Winship
924b31233b popupMenu: fix relayout after submenu open/close
Because of the GtkSizeGroup-like trickiness we're doing with
PopupMenuItems, we need to force Clutter to discard its cached size
requests for them any time the menu itself changes size.

https://bugzilla.gnome.org/show_bug.cgi?id=645647
2011-03-25 18:55:06 -04:00
Dan Winship
475161f716 boxpointer: reposition after a size change
If the BoxPointer changes size (eg, when opening the "More" section of
the network menu), reposition it to make sure it's still aligned
correctly and still completely on-screen.

This is not the right fix for this problem (and causes the menu to be
drawn in the wrong position for one frame). The right fix would
involve a ClutterConstraint, but that would be more invasive, and can
happen post-3.0.0.

https://bugzilla.gnome.org/show_bug.cgi?id=645647
2011-03-25 18:55:06 -04:00
Dan Winship
31b12635d1 messageTray: fix clicking on links again
The change to make Notification an StButton (06d2c0af, bug 642978)
broke links, because the link actor would ignore the
button-press-event, allowing the notification actor to receive it and
get a pointer grab, and so the link actor would never see the
button-release-event. Fix that by accepting and discarding the
button-press-event.

https://bugzilla.gnome.org/show_bug.cgi?id=645613
2011-03-25 18:49:27 -04:00
Dan Winship
d2de0865bf telepathyClient: fix duplicate copy of first message in a chat
The chat-history-fill-in code had logic to avoid appending two
messages when a message appeared in both the log and the pending
messages. But it wasn't working because of an incorrect object field
name.

Additionally, the code was previously keeping the copy of the message
from the log, and suppressing the copy from pending. But that meant
that once the previous bug was fixed, it would think it had only shown
old messages, and so it would create a source but not notify it. So
fix it to suppress the log message and show the pending message.

https://bugzilla.gnome.org/show_bug.cgi?id=645612
2011-03-25 18:47:01 -04:00
Daniel Nylander
9b4dbd0e83 Updated Swedish translation 2011-03-25 22:15:24 +01:00
Jorge González
4577cd7497 Updated Spanish translation 2011-03-25 21:36:39 +01:00
Giovanni Campagna
4ebf07c725 NetworkStatus: hide the only connection for wired devices
For wired devices (actually, ethernet devices), hide the connection
list when there is only one connection (either automatic or stored).
The device can be operated with the associated switch.
2011-03-25 20:58:37 +01:00
Giovanni Campagna
da852a94bd NetworkStatus: show "firmware missing" when firmware is not available
Since device state Unavailable is generic and has substates, instead
of using an hack for carrier, introduce some code that checks both
for carrier and firmware-missing when in that device state, and updates
the UI accordingly.
2011-03-25 20:58:37 +01:00
Jorge González
9b51ff7241 Updated Spanish translation 2011-03-25 19:11:59 +01:00
Luca Ferretti
aa0137e7ce Use /org/gnome as starting path for schemas 2011-03-25 12:53:03 -04:00
Rodrigo Padula de Oliveira
3889ae7627 Updated Brazilian Portuguese translation 2011-03-25 11:54:56 -03:00
Colin Walters
c97a8602a1 ShellAppSystem: Only search gnomecc.menu for preferences
settings.menu was removed in gnome-menus commit
b68bcd27f44ce2c494f6e3cd9695890b9c02af04; gnomecc.menu is the intended
replacement.

(On Red Hat Linux derived systems, settings.menu continues to exist)

https://bugzilla.gnome.org/show_bug.cgi?id=645063
2011-03-25 10:35:38 -04:00
Changwoo Ryu
affc9f9058 Updated Korean translation 2011-03-25 21:57:01 +09:00
A S Alam
1582819259 update tranlation for Punjabi by A S Alam 2011-03-25 08:17:30 +05:30
Daniel Korostil
05e8ae33dc Uploaded Ukranian 2011-03-25 00:19:36 +02:00
Daniel Nylander
219d5fb66b Updated Swedish translation 2011-03-24 23:04:46 +01:00
Daniel Nylander
92ff57c0ea Updated Swedish translation 2011-03-24 23:04:46 +01:00
Luca Ferretti
5233429b6f Updated Italian translation 2011-03-24 22:58:22 +01:00
Micro Cai
475cf7179e Add gettext macro to message to enable translation. 2011-03-25 02:16:10 +08:00
Nguyễn Thái Ngọc Duy
f608c65962 Updated Vietnamese translation 2011-03-25 00:31:36 +07:00
Nguyễn Thái Ngọc Duy
6cf0a35b4c po/vi.po: import from damned lies 2011-03-25 00:21:48 +07:00
Bruno Brouard
bac006ebc1 Updated French translation 2011-03-24 13:56:49 +01:00
Bruno Brouard
be5f74e37f Updated French Translation
Contributed by :
Cyril Arnaud, Frédéric Peters, Bruno Brouard
2011-03-24 13:54:58 +01:00
Fran Diéguez
5c29bff23d Updated Galician translations 2011-03-24 09:51:53 +01:00
Aron Xu
68968d2b40 Update Simplified Chinese translation. 2011-03-24 16:09:59 +08:00
Kjartan Maraas
038f4e8bde Updated Norwegian bokmål translation 2011-03-24 09:03:20 +01:00
Kjartan Maraas
f8874fec0f Add file to POTFILES.in 2011-03-24 09:03:19 +01:00
Kjartan Maraas
ee6693e6e3 Don't translate empty string 2011-03-24 09:03:19 +01:00
Kjartan Maraas
bfba97647e Mark strings for translation in the right way 2011-03-24 09:03:19 +01:00
Daniel Nylander
82d5194afe Updated Swedish translation 2011-03-24 08:04:06 +01:00