Ming Han Teh
c52ccc76a3
build: Fix dependencies for debian-based distros
...
https://bugzilla.gnome.org/show_bug.cgi?id=659770
2011-11-05 13:52:36 +01:00
Florian Müllner
be1c4f26b5
magnifier: Use enum from gsettings-desktop-schemas
...
gsettings-desktop-schemas installs a public header file for enum
types in schemas - use those instead of mirroring the types in JS.
https://bugzilla.gnome.org/show_bug.cgi?id=662238
2011-11-04 23:28:53 +01:00
Rui Matos
a6ee6739e0
ctrlAltTab: fix popup's allocation when primary.x != 0
...
As in commit 3944df1bd2
but for ctrlAltTab's
popup.
https://bugzilla.gnome.org/show_bug.cgi?id=662502
2011-11-04 18:45:16 +00:00
Daniel Mustieles
54a8ad8bc6
Updated Spanish translation
2011-11-04 13:42:20 +01:00
Fran Diéguez
2541bfcdf2
Updated Galician translations
2011-11-04 12:57:07 +01:00
Giovanni Campagna
d7d5da0301
NetworkMenu: fix logic for updating wifi icon
...
Previously, we connected to notify::strength only if there was
already a signal connected, and the AP changed (thus, by induction,
we never connected). As a result, the icon became stale and different
from that shown inside the menu (which is correctly updated).
https://bugzilla.gnome.org/show_bug.cgi?id=650007
2011-11-04 10:19:20 +01:00
Rui Matos
d2bd9efc25
keyboard: fix exception: global.current_event_time is not a function
2011-11-04 01:40:30 +00:00
Rui Matos
779b18bf48
messageTray: don't steal focus when popping under the pointer
...
We must look for the actor under the pointer in the whole message tray and not
just in the notification. This will avoid us to capture focus when a
notification comes up with the pointer on the whole tray area.
https://bugzilla.gnome.org/show_bug.cgi?id=661358
2011-11-04 01:40:30 +00:00
Colin Walters
618a53b34f
build: Fix when bluetooth is disabled
2011-11-03 21:27:50 -04:00
Colin Walters
f4eaadb948
Pass bluetooth directory to g-ir-scanner
...
Rather than relying on the .la file that jhbuild deletes, we
explicitly tell g-ir-scanner to look in this subdirectory.
2011-11-03 18:26:03 -04:00
Colin Walters
ea061b0f46
configure: Turn off -Werror by default
...
We will eventually land jhbuild work to grep for warnings; for now
breaking the build is just too painful.
2011-11-03 14:58:10 -04:00
Ana Risteska
3652e42699
messageTray: Add option to (un)mute conversations
...
Add "Mute"/"Unmute" option to the right click menu for chats to allow muting conversations
without blocking the sender or disabling all non-urgent notifications. Muting a conversation
prevents the pop up of notifications on new messages from the muted source, while these
messages are still available from the summary notification in the message tray.
https://bugzilla.gnome.org/show_bug.cgi?id=659962
2011-11-03 12:18:34 -04:00
Florian Müllner
398489f661
popup-menu: Add minimal handling of open/close to Sections
...
SubMenuMenuItems close automatically with their parent, however
closing fails when the parent item is a MenuSection, as those
currently ignore any open()/close() requests.
At some minimal handling by emitting the 'open-state-changed' signal,
so children like SubMenuMenuItems work as expected.
https://bugzilla.gnome.org/show_bug.cgi?id=661029
2011-11-03 15:36:57 +01:00
Giovanni Campagna
70fc13500d
Network Menu: fix pulling out the first element from the More... submenu.
...
PopupMenu.firstMenuItem returns a PopupMenuItem, not an apObj. We
need to retrive the latter using the _apObj property.
Also, somehow the property from the number of elements in a menu
was changed from .length to .numMenuItems, and this broke the
destruction of the menu upon emptying it.
https://bugzilla.gnome.org/show_bug.cgi?id=659277
2011-11-03 13:12:03 +01:00
Jasper St. Pierre
18541c447e
messageTray: Reduce the scroll view fade
...
https://bugzilla.gnome.org/show_bug.cgi?id=662226
2011-10-31 13:45:57 -04:00
Jasper St. Pierre
3294a6e1a7
theme: Lighten up the sent message color, clean up
...
Properly apply "received" style and drop unused border-radius styles
now that the messages have no background color
https://bugzilla.gnome.org/show_bug.cgi?id=658096
2011-10-31 12:41:48 -04:00
Marek Černocký
38563c38e8
Updated Czech translation
2011-10-30 14:33:55 +01:00
Jasper St. Pierre
a465c5f996
theme: Add a selected-color to the polkit and network auth dialogs
...
https://bugzilla.gnome.org/show_bug.cgi?id=662969
2011-10-29 19:16:02 -04:00
Florian Müllner
1760ba1279
st-texture-cache: Fix colored symbolic icons
...
Commit b7bf712b97
broke colored symbolic icons by never including
the requested colors in the texture load request.
https://bugzilla.gnome.org/show_bug.cgi?id=662998
2011-10-29 19:33:30 +02:00
Giovanni Campagna
3d3c9546a2
NetworkMenu: don't query DBus properties of removed objects
...
Calling nm_access_point_get_ssid() in the handler of the
access-point-removed signal can result in DBus request, which will
then fail because the object was already removed at the server side.
Instead, use a difference function to retrieve the access point
object (the network), that compares directly by object identity.
https://bugzilla.gnome.org/show_bug.cgi?id=651378
2011-10-28 22:18:21 +02:00
Jasper St. Pierre
203c5db5eb
extensionSystem: Remove duplciated version check
...
This piece of accidentally duplicated code made sure that the OUT_OF_DATE
status was never set.
https://bugzilla.gnome.org/show_bug.cgi?id=662967
2011-10-28 16:12:52 -04:00
Jasper St. Pierre
cf44234323
extensionSystem: Fix rebasing of extensions
...
We need to remove the extension from the order after it's disabled
https://bugzilla.gnome.org/show_bug.cgi?id=662704
2011-10-27 17:21:54 -04:00
Jasper St. Pierre
cc94076ffb
extensionSystem: Fix deferred loading of extensions
...
We need to show the list of installed extensions on EGO, so we can't defer
loading by not creating the extension meta.
https://bugzilla.gnome.org/show_bug.cgi?id=662704
2011-10-27 17:21:49 -04:00
Kristjan SCHMIDT
8d137eae5b
Updated Esperanto translation
2011-10-26 19:08:47 +02:00
Daniel Nylander
51fa9ae513
Updated Swedish translation
2011-10-26 11:55:58 +02:00
Matej Urbančič
9951c92459
Updated Slovenian translation
2011-10-25 21:17:43 +02:00
Matej Urbančič
ee77e5d582
Updated Slovenian translation
2011-10-25 21:00:45 +02:00
Jasper St. Pierre
d74721f229
main: Mute the browser plugin
2011-10-25 13:15:05 -04:00
Jasper St. Pierre
1aa97b19f7
Stop using APIs deprecated in Clutter master
...
https://bugzilla.gnome.org/show_bug.cgi?id=662627
2011-10-24 17:18:26 -04:00
Jasper St. Pierre
95de48e986
ShellApp: Junk last_used_time
...
Instead of saving the last_used_time per-app, grab the maximum time for all
windows. The logic is less hard to keep track of, and it solves some edge
case issues where windows that no longer exist update the user time, even
if none of the other windows have been used recently.
https://bugzilla.gnome.org/show_bug.cgi?id=660650
2011-10-24 16:22:32 -04:00
Arash Mousavi
a147d0428d
Updated Persian translation
2011-10-24 21:12:21 +03:30
Muhammet Kara
90b3f7b7f6
Updated Turkish translation
2011-10-24 20:38:49 +03:00
Jasper St. Pierre
c80acfda08
shell: Remove shell-arrow
...
It was unused and used deprecated Clutter APIs.
2011-10-24 12:35:01 -04:00
Florian Müllner
8a39145e3c
Replace deprecated GDK functions
...
https://bugzilla.gnome.org/show_bug.cgi?id=662245
2011-10-24 18:31:22 +02:00
Florian Müllner
b62f5ef07d
telepathy-client: Replace shell_util_new_from_string
...
The function has been removed in commit 786cfbd397
, but one user
was overlooked when replacing it.
https://bugzilla.gnome.org/show_bug.cgi?id=661231
2011-10-24 16:37:15 +02:00
Kjartan Maraas
bd5c6c5cd6
Updated Norwegian bokmål translation
2011-10-24 09:36:56 +02:00
Daniel Mustieles
f874a57439
Updated Spanish translation
2011-10-23 20:30:39 +02:00
Jorge González
6a4525e554
Updated Spanish translation
2011-10-23 13:55:23 +02:00
Praveen Illa
d553a5bdc0
Updated Telugu Translation
2011-10-23 12:14:31 +05:30
Algimantas Margevičius
80076965a7
Updated Lithuanian translation
2011-10-22 22:57:07 +03:00
Yaron Shahrabani
84e8d38d4c
Updated Hebrew translation.
2011-10-22 11:53:15 +02:00
Yaron Shahrabani
33f3f9d997
Updated Hebrew translation.
2011-10-22 11:16:40 +02:00
Jasper St. Pierre
be72b1d066
st-texture-cache: Unref each texture when we destroy the async load data
...
We ref the textures when we add them to the list, so we should unref
them when we destroy the list.
2011-10-21 17:43:11 -04:00
Florian Müllner
dc5d2b83ef
user-menu: Hide "Switch user" on single user machines
...
Ignoring remote logins, the "Switch user" action is meaningless for
single user setups. Do not show it in that case.
https://bugzilla.gnome.org/show_bug.cgi?id=657011
2011-10-21 22:41:04 +02:00
Alexander Shopov
3dabe645c2
Updated Bulgarian translation
2011-10-21 23:36:04 +03:00
Piotr Drąg
e9ede362dc
Add context to ambiguous strings in end session dialogs
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=658664
2011-10-21 22:29:13 +02:00
Jason Siefken
01357aca35
lookingGlass: make it look consistent with the rest of the Shell
...
https://bugzilla.gnome.org/show_bug.cgi?id=650900
2011-10-21 14:54:13 -04:00
Jason Siefken
c944dd6768
theme: Fix indentation
...
https://bugzilla.gnome.org/show_bug.cgi?id=650900
2011-10-21 14:54:05 -04:00
Jason Siefken
ff01ed5e4b
lookingGlass: add Ctrl+PageUp/PageDown key shortcuts for switching tabs
...
The view selector in the overview does it too, so why not here?
https://bugzilla.gnome.org/show_bug.cgi?id=652223
2011-10-21 14:51:55 -04:00
Jasper St. Pierre
d23c374326
Revert "Add Ctrl+PageUp/PageDown key shortcuts for switching tabs"
...
This reverts commit a69ebc8a68
.
This was accidentally the old change.
2011-10-21 14:50:49 -04:00