Giovanni Campagna
b6749f4b60
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
2011-02-06 12:11:04 +01:00
Giovanni Campagna
ad27b9eda5
VolumeStatus: change the definition of high/medium/low
...
Do it the same way as gnome-settings-daemon, so that OSD does not
look "out-of-sync" with the status icon.
https://bugzilla.gnome.org/show_bug.cgi?id=641538
2011-02-06 12:03:12 +01:00
Ivar Smolin
fd8572d44a
[l10n] Updated Estonian translation
2011-02-06 10:09:16 +02:00
Adel Gadllah
32d59861a0
shell_global_maybe_gc: Call gjs_context_maybe_gc instead of JS_MaybeGC
...
This handles native glibc memory allocations better see:
https://bugzilla.gnome.org/show_bug.cgi?id=640790
Also bump the minimum gjs version to 0.7.11
https://bugzilla.gnome.org/show_bug.cgi?id=640781
2011-02-06 00:25:45 +01:00
Fran Diéguez
5bd40ff416
Updated Galician translations
2011-02-06 00:15:24 +01:00
Luca Ferretti
d1c3d8cadc
Updated Italian translation
2011-02-05 16:36:57 +01:00
Luca Ferretti
49f270b02b
l10n: add searchDisplay.js to POTFILES.in
2011-02-05 16:32:08 +01:00
Yaron Shahrabani
9148dfba34
Updated Hebrew translation.
2011-02-05 16:55:08 +02:00
Yaron Shahrabani
ff89090a09
Updated Hebrew translation.
2011-02-05 16:49:54 +02:00
Yaron Shahrabani
ca7b03852d
Updated Hebrew translation.
2011-02-05 14:11:44 +02:00
Ivar Smolin
9735e40e24
[l10n] Updated Estonian translation
2011-02-05 13:10:07 +02:00
Daniel Mustieles
40d8758aae
Updated Spanish translation
2011-02-05 10:09:01 +01:00
A S Alam
73bd499d97
update Translation for Punjabi
2011-02-05 08:07:08 +05:30
Ray Strode
59191bc4b7
statusMenu: temporarily drop Suspend menu item
...
It doesn't currently work, so hide it for now.
It's not clear it's going to stay around long term,
anyway. If it doesn't we can delete the code, then.
Otherwise, we can add the code back when we have
something that works.
https://bugzilla.gnome.org/show_bug.cgi?id=636680
2011-02-04 17:25:20 -05:00
Ray Strode
3173401cc2
css: don't hard code search entry height
...
When commit 961fdd861f
landed
text in the overview search entry field started getting clipped.
This is because the default font size changed but the entry is a
hard coded pixel height.
This commit drops the hard coding, so the entry can automatically
size itself to the proper height.
https://bugzilla.gnome.org/show_bug.cgi?id=641537
2011-02-04 15:15:06 -05:00
Jason D. Clinton
9c53ae61f4
configure.ac: Require GTK+ 2.99.3 for the tray API changes
...
https://bugzilla.gnome.org/show_bug.cgi?id=641359
2011-02-04 12:15:22 -06:00
Yaron Shahrabani
20de1ca772
Updated Hebrew translation.
2011-02-04 09:31:19 +02:00
Chao-Hsiung Liao
5259656ce1
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2011-02-04 13:15:03 +08:00
Florian Müllner
00df20c618
window-clone: Fix signal connections when the window is closed
...
Commit 91d8a32f25
let WindowClone forward the size-changed signal
of the "real" window, disconnecting the signal handler when the
clone is destroyed. In case the clone was destroyed due to the
MetaWindowActor being closed, this results in a warning
(gsignal.c:2392: instance `0x2a3fac0' has no handler with id `2955').
Handle the case where the original window is destroyed before its
clone.
2011-02-03 19:38:57 +01:00
Khaled Hosny
7637afe7dc
Updated Arabic translation
2011-02-03 17:36:16 +02:00
Pierre Yager
b864f68c19
build: Fix Ubuntu/Debian build dependencies
...
Some more packages are required to satisfy the e-d-s dependency.
2011-02-03 14:10:03 +01:00
Luca Ferretti
0c12f1d2ee
Updated Italian translation
2011-02-03 12:19:36 +01:00
Luca Ferretti
f3e687eac8
calendar: clean up l10n for time format and labels (close bug #641245 )
...
Add translation context and comments in order to be more helpful to translators.
Also mark a couple of strings as translatable.
2011-02-03 12:12:57 +01:00
Fran Diéguez
3653f7c6c1
Updated Galician translations
2011-02-03 10:51:17 +01:00
A S Alam
ac92d0678b
update Punjabi Translation by A S Alam
2011-02-03 08:27:11 +05:30
Kjartan Maraas
bd9e6a3bdf
Updated Norwegian bokmål translation.
2011-02-02 20:34:34 +01:00
Luca Ferretti
2ce93ce39e
l10n: add new calendar to POTFILES.in
2011-02-02 13:03:19 +01:00
Maxim Ermilov
5b95ccae5f
boxpointer: fix multi monitor support
...
https://bugzilla.gnome.org/show_bug.cgi?id=641195
2011-02-02 02:37:43 +03:00
Maxim Ermilov
0310f07eab
modalDialog: remove old actions from _actionKeys in setButtons
...
https://bugzilla.gnome.org/show_bug.cgi?id=640781
2011-02-01 23:41:28 +03:00
Maxim Ermilov
e3acaa05be
Remove st_container_remove_all & rewrite st_container_destroy_children
...
1. Both functions leaked the nodes in priv->children
2. st_container_remove_all wasn't properly updating first_child and last_child
3. remove_all() is almost never right since it won't cause signal handlers
on the children to be removed. In the rare cases where it might be needed
the caller can simply use clutter_container_remove().
https://bugzilla.gnome.org/show_bug.cgi?id=640781
2011-02-01 23:41:21 +03:00
Maxim Ermilov
91d8a32f25
workspace: make WindowClone forward the 'size-changed' event
...
https://bugzilla.gnome.org/show_bug.cgi?id=640781
2011-02-01 23:41:16 +03:00
Maxim Ermilov
457c7adf59
workspacesView: dispose _scrollAdjustment in _onDestroy
...
https://bugzilla.gnome.org/show_bug.cgi?id=640781
2011-02-01 23:41:11 +03:00
Maxim Ermilov
8ebdb7f493
workspacesView: remove duplicate connection to same signal
2011-02-01 23:41:05 +03:00
Hellyna Ng
6c55ca59b0
Group chat sources on the left in the message tray
...
This will make it easier for users to get back to their chats.
https://bugzilla.gnome.org/show_bug.cgi?id=617234
2011-02-01 15:29:14 -05:00
Hellyna Ng
0e4a47c0aa
Enables navigation using arrow keys in notifications with buttons.
...
Users can now use the keyboard and mouse to navigate with buttons
interchangeably, instead of entirely using only mouse.
https://bugzilla.gnome.org/show_bug.cgi?id=630937
2011-02-01 15:12:00 -05:00
Owen W. Taylor
33100cd204
Bump version to 2.91.6
2011-02-01 14:08:29 -05:00
Mattias Põldaru
39a8243f27
[l10n] Updated Estonian translation
2011-02-01 19:35:37 +02:00
Florian Müllner
5f50922d32
Build: Correct version numbers for eds-3.0/1.2
...
The respective version numbers got swapped in commit 703092f
.
2011-02-01 16:37:17 +01:00
Owen W. Taylor
1137ca0fce
main.js: fix variable naming style for css_stylesheet
...
Change css_stylesheet to cssStylesheet in various places.
2011-02-01 10:13:35 -05:00
Sardem FF7
36f3429ad2
Better API for extensions changing CSS
...
Rename the setter to reflect the fact that it's the stylesheet which is
changing
Add a getter to allow some useful checks
2011-02-01 10:13:35 -05:00
Florian Müllner
703092f2c9
build: Default to libedataserverui-3.0 instead of 1.2
...
The official GNOME moduleset builds evolution and e-d-s against
GTK+-3, so libedataserverui-1.2 is no longer part of the release.
As GNOME Shell can actually be build with either version, prefer
libedataserverui-3.0 if it is available and allow falling back
to 1.2. if it isn't.
https://bugzilla.gnome.org/show_bug.cgi?id=641085
2011-02-01 16:12:11 +01:00
Sardem FF7
fd75c7c7b4
Add an alternate bubble arrow drawing
...
When the bubble is near the screen border, draw a half arrow at the
corner of the bubble.
https://bugzilla.gnome.org/show_bug.cgi?id=639979
2011-02-01 10:07:05 -05:00
Vincent Untz
8abbd5dacb
tray: Fix handling of SYSTEM_TRAY_CANCEL_MESSAGE
...
We were not looking at the right field for the message ID: the ID is in
the 4th field for BEGIN_MESSAGE, but 2nd field for CANCEL_MESSAGE.
2011-02-01 12:13:47 +01:00
Vincent Untz
ed0fa7e1b7
tray: Stop using gdk_display_add_client_message_filter()
...
It just got removed in GTK+ 3, and we actually don't need it since we
look for ClientMessage in na_tray_manager_window_filter() anyway.
2011-02-01 12:13:12 +01:00
Fran Diéguez
15f1245927
Updating Galician translations
2011-02-01 02:45:13 +01:00
David Zeuthen
25434e42d0
calendar: Fix grid non-US week layouts
...
http://people.freedesktop.org/~david/calendar-grid-non-US-locale-collapse-bug.png
This was discovered when working on bug 641049:
https://bugzilla.gnome.org/show_bug.cgi?id=641049
Signed-off-by: David Zeuthen <davidz@redhat.com>
2011-01-31 15:53:56 -05:00
Florian Müllner
d6749589e8
calendar: Fix event list for week starts other than Sunday
...
In non-US locales, Monday is generally considered the first day
of the week. Take this into account when building the event
lists displayed under "This week"/"Next week".
https://bugzilla.gnome.org/show_bug.cgi?id=641049
Signed-off-by: David Zeuthen <davidz@redhat.com>
2011-01-31 15:47:05 -05:00
Adel Gadllah
8fea88879a
calendar: Fix prev/next buttons to not skip months
...
When the current day does not exist in the next/prev month (like 31 Feb),
the next/prev buttons end up skipping the month.
Fix that by going to the last day of the month instead.
https://bugzilla.gnome.org/show_bug.cgi?id=641067
2011-01-31 21:31:17 +01:00
Florian Müllner
d9e778f501
Calendar: Fix UTC/local mixup
...
See https://bugzilla.gnome.org/show_bug.cgi?id=632109#c56
Signed-off-by: David Zeuthen <davidz@redhat.com>
2011-01-31 11:52:27 -05:00
David Zeuthen
885b6ffaef
Calendar: Implement new mockup
...
https://bugzilla.gnome.org/show_bug.cgi?id=632109
Signed-off-by: David Zeuthen <davidz@redhat.com>
2011-01-31 11:52:27 -05:00