639d5e4710
Updated Danish translation
2012-09-16 13:35:20 +02:00
8c36cf5939
Updated Korean translation
2012-09-15 18:05:02 +09:00
cc107c0eda
Updated Vietnamese translation
2012-09-13 20:38:34 +07:00
c7f70d71f7
Updated Greek translation
2012-09-13 04:47:29 +03:00
9c6ccf96a5
[l10n] Updated German translation
2012-09-09 13:14:23 +02:00
11262b76df
Updated Polish translation
2012-09-08 15:39:38 +02:00
8fcc0db0c1
[l10n]Updated Catalan (Valencian) translation
2012-09-07 16:57:15 +02:00
7c999a9d13
[l10n] Updated Catalan translation
2012-09-07 16:57:09 +02:00
efc55347e0
Updated Thai translation.
2012-09-07 19:47:45 +07:00
5f11158721
Update French translation
2012-09-06 18:35:42 +02:00
88ee5a68d9
Update French translation
2012-09-06 17:40:25 +02:00
e1870a41b1
Updated British English translation
2012-09-05 19:47:27 +01:00
bb74499188
updated Tamil translation
2012-09-05 21:30:29 +05:30
079822c3f4
screen: Allow NULL out arguments in meta_screen_get_size
2012-09-05 16:40:01 +02:00
bfacd9d420
keybindings: Correct annotations for meta_keybindings_set_custom_handler
...
We need @handler to be marked as (allow-none). At the same time,
give the function a more useful docstring.
2012-09-04 17:07:58 -03:00
36361b86d4
Updated Polish translation
2012-09-04 19:34:48 +02:00
7c9c232d14
Updated Hungarian translation
2012-09-04 19:15:09 +02:00
14c460c7fd
Bump version to 3.5.91
...
Update NEWS
3.5.91
2012-09-04 09:10:35 +02:00
0371194191
window-group: Add missing cast
2012-09-04 09:10:35 +02:00
3b0c7c568d
window-group: Remove unused variables
2012-09-04 08:56:48 +02:00
08893400a0
Updated Swedish translation
2012-09-02 10:50:36 +02:00
03cde43646
Updated Lithuanian translation
2012-09-01 22:58:25 +03:00
8617efb544
Updated Vietnamese translation
2012-09-01 22:32:12 +07:00
db4298502e
po/vi: import from Damned Lies
2012-09-01 22:31:43 +07:00
9f90f25e80
Updated Galician translations
2012-09-01 12:33:35 +02:00
1fdde85f53
Updated Portuguese translation
2012-09-01 01:44:01 +01:00
0e529fba00
Updated Greek translation
2012-08-31 16:38:50 +03:00
6a32fa9452
keybindings: Fix unsetting of overlay-key
...
Commit 802c1ac427
fixed updating the overlay key on settings
changes, but missed the case where the setting was set to an
empty value to disable the overlay key altogether.
https://bugzilla.gnome.org/show_bug.cgi?id=682993
2012-08-29 23:20:49 +02:00
b422b6f06e
keybindings: Silence a compiler warning
...
https://bugzilla.gnome.org/show_bug.cgi?id=682993
2012-08-29 23:20:49 +02:00
bc96a14185
window-group: Subtract the unredirected window in stage space
...
meta_window_group_paint tries to carefully figure out which parts of the
scene it can avoid painting. One area it avoids painting is the region of
the screen occupied by an unredirected window (if there's one present).
When subtracting from the visible region, it gets the coordinate spaces
confused, and ends up subtracting the area at the wrong offset. Fix this
by translating the rectangle subtracted from the visible region.
https://bugzilla.gnome.org/show_bug.cgi?id=677116
2012-08-29 15:38:53 -03:00
fbcddbcf3e
window-group: Skip the unredirected window
...
We shouldn't need to process it here.
https://bugzilla.gnome.org/show_bug.cgi?id=677116
2012-08-29 15:23:06 -03:00
dfe8979a90
window-group: Don't create a region when we have an unredirected window
...
We don't do anything with it other than modify an existing region.
https://bugzilla.gnome.org/show_bug.cgi?id=677116
2012-08-29 15:06:09 -03:00
c3a6de749b
Don't include markup in app not responding dialog
...
We escaped the <tt> markup, making it visible in the ui.
2012-08-28 16:42:30 +02:00
935e820a1d
Implemented FUEL entries to Assamese translation
2012-08-28 00:39:44 +05:30
f4125b95ca
[l10n] Updated Italian translation.
2012-08-26 21:50:23 +02:00
d8bc7f7aa1
window-actor: Fix a memory leak
...
We need to free the frame_paint_region here.
https://bugzilla.gnome.org/show_bug.cgi?id=682648
2012-08-25 05:51:01 -03:00
6d67ee3965
Updated Russian translation
2012-08-24 22:22:01 +04:00
991ea50038
update Punjabi Translation
2012-08-22 09:00:03 +05:30
885a6afdcd
Updated Polish translation
2012-08-22 03:03:52 +02:00
0106f8bab1
Updated Indonesian translation
2012-08-21 22:07:52 +07:00
d27bccd0ba
Bump version to 3.5.90
...
Update NEWS
3.5.90
2012-08-21 15:33:30 +02:00
c66488210c
Updated Marathi Translations
2012-08-17 10:22:02 +05:30
6c3985220e
keybindings: Add MetaKeybindingAction for overview-key
...
Currently gnome-shell hardcodes <super> as overlay key when it has
a keyboard grab. In order to fix this, add a corresponding keybinding
action.
https://bugzilla.gnome.org/show_bug.cgi?id=665547
2012-08-16 09:40:47 +02:00
802c1ac427
prefs: Update overlay-key on settings changes
...
When changing the overlay-key setting, the change only takes effect
on restart - there are actually two bugs involved:
(1) the test whether the key has changed is located in the
else part of a test for string settings (and overlay-key happens
to be a string settings ...)
(2) with (1) fixed, a change signal is emitted, which triggers a
reload of all keybindings - unfortunately, the actual value
of overlay-key is only read on startup, so the key is reloaded
using the old value
Fix both issues by replacing the custom handling of the overlay-key
with the regular handling of string preferences.
https://bugzilla.gnome.org/show_bug.cgi?id=681906
2012-08-16 09:40:47 +02:00
7a2a6e2675
MetaWindowGroup: Fix bad merge
...
I accidentally committed merge indicators: fix compilation.
2012-08-15 22:46:23 -04:00
c27b4b7cfc
MetaWindowGroup: Handle painting inside a ClutterClone
...
Look at the current COGL model-view matrix and use that to find
out any offset we are painting at as a result of being inside
a ClutterClone.
https://bugzilla.gnome.org/show_bug.cgi?id=681953
2012-08-15 20:43:19 -04:00
0ab572d511
MetaWindowGroup: fix logic for handling translations
...
Instead of getting the x/y of the MetaBackgroundActor with respect to the
parent, use the same logic that we do for windows, fixing the case
where there is a more complex transformation involved.
https://bugzilla.gnome.org/show_bug.cgi?id=681221
2012-08-15 20:43:07 -04:00
1c8d45e89c
Updated Arabic translation
2012-08-14 23:59:54 +02:00
4e2c2cb1ab
shadows: Adjust values for attached modal dialogs
...
The designers consider the current shadow too dramatic for the new
centered position; adjust the shadow to use the same values as
popup menus.
2012-08-10 16:36:26 +02:00
07dd4d3f93
configure.in: Remove gnome-doc-utils unneded dependency
2012-08-10 03:24:10 +09:00