Florian Müllner
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
Florian Müllner
b422b6f06e
keybindings: Silence a compiler warning
...
https://bugzilla.gnome.org/show_bug.cgi?id=682993
2012-08-29 23:20:49 +02:00
Jasper St. Pierre
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
Jasper St. Pierre
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
Jasper St. Pierre
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
Alexander Larsson
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
Nilamdyuti Goswami
935e820a1d
Implemented FUEL entries to Assamese translation
2012-08-28 00:39:44 +05:30
Milo Casagrande
f4125b95ca
[l10n] Updated Italian translation.
2012-08-26 21:50:23 +02:00
Jasper St. Pierre
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
Yuri Myasoedov
6d67ee3965
Updated Russian translation
2012-08-24 22:22:01 +04:00
A S Alam
991ea50038
update Punjabi Translation
2012-08-22 09:00:03 +05:30
Piotr Drąg
885a6afdcd
Updated Polish translation
2012-08-22 03:03:52 +02:00
Dirgita
0106f8bab1
Updated Indonesian translation
2012-08-21 22:07:52 +07:00
Florian Müllner
d27bccd0ba
Bump version to 3.5.90
...
Update NEWS
2012-08-21 15:33:30 +02:00
Sandeep Sheshrao Shedmake
c66488210c
Updated Marathi Translations
2012-08-17 10:22:02 +05:30
Florian Müllner
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
Florian Müllner
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
Owen W. Taylor
7a2a6e2675
MetaWindowGroup: Fix bad merge
...
I accidentally committed merge indicators: fix compilation.
2012-08-15 22:46:23 -04:00
Owen W. Taylor
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
Owen W. Taylor
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
Khaled Hosny
1c8d45e89c
Updated Arabic translation
2012-08-14 23:59:54 +02:00
Florian Müllner
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
Javier Jardón
07dd4d3f93
configure.in: Remove gnome-doc-utils unneded dependency
2012-08-10 03:24:10 +09:00
Muhammet Kara
22370bef09
[l10n]Updated Turkish translation
2012-08-09 16:58:30 +03:00
Sweta Kothari
f8d443b5b8
Updated gujarati file
2012-08-08 12:40:56 +05:30
Sweta Kothari
f22ecd1c57
Updated gujarati file
2012-08-08 12:12:50 +05:30
Florian Müllner
b85be9312b
Bump version to 3.5.5
...
Update NEWS
2012-08-07 01:33:19 +02:00
Tom Beckmann
cd0870730f
window-group: Translate background's visible region as necessary
...
Currently when the window group is moved, the visible region set
on the background actor no longer matches the actually visible
region, resulting in flickering around window actors.
Fix by translating the visible region with the window group.
https://bugzilla.gnome.org/show_bug.cgi?id=681221
2012-08-07 01:28:09 +02:00
Fran Diéguez
d6be75ae99
Updated Galician translations
2012-07-31 02:02:49 +02:00
Kjartan Maraas
c1be7f1a60
Updated Norwegian bokmål translation
2012-07-25 16:30:18 +02:00
Yaron Shahrabani
fccd5fd4ca
Updated Hebrew translation.
2012-07-24 22:26:32 +03:00
Мирослав Николић
1e5ef70fe3
Updated Serbian translation
2012-07-22 09:25:23 +02:00
Matej Urbančič
1347a06e38
Updated Slovenian translation
2012-07-19 10:13:34 +02:00
Chao-Hsiung Liao
b5d5934e5a
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2012-07-17 15:17:42 +08:00
Florian Müllner
64b1c0f953
Bump version to 3.5.4
...
Update NEWS
2012-07-16 23:23:50 +02:00
Florian Müllner
10d53fc7d2
window: Do not restore tiling on unmaximize
...
When we consider tiling a special case of maximization, it makes
more sense to always unmaximize to the normal state rather than
restoring a previous tile state.
https://bugzilla.gnome.org/show_bug.cgi?id=677565
2012-07-16 22:18:47 +02:00
Florian Müllner
eb1292ea99
window: Handle changes of the attach-modal-dialogs preference
...
Currently we decide whether a modal dialog should be attached or not
when mapping it, i.e. we don't pick up preference changes that happen
while the dialog is up. It's not really a big deal given that modal
dialogs are usually transitory, but it's easy enough to add a bit of
extra polish ...
https://bugzilla.gnome.org/show_bug.cgi?id=679904
2012-07-16 22:15:13 +02:00
Jasper St. Pierre
e257580b94
workspace: Respect the not_this_one parameter passed in
...
In the case of focus-follows-mouse, we need to ensure that we
do not select a certain window after closing another one.
https://bugzilla.gnome.org/show_bug.cgi?id=675982
2012-07-16 15:21:54 -04:00
Daniel Mustieles
42261156ec
Updated Spanish translation
2012-07-16 16:45:58 +02:00
Nilamdyuti Goswami
89e31f0d9d
Assamese translation updated
2012-07-16 12:58:48 +05:30
Ihar Hrachyshka
c805e397fd
Updated Belarusian translation.
2012-07-15 11:35:32 +03:00
Matthias Clasen
760a36aeee
Reduce amount of markup in translated messages
...
Markup in messages is fragile and tends to break in translations.
This patch reduces the amount of markup as far as possible.
https://bugzilla.gnome.org/show_bug.cgi?id=679660
2012-07-14 20:48:29 -04:00
Debarshi Ray
5d57a2594d
constraints: Remove unused variable
2012-07-14 15:03:54 +02:00
Florian Müllner
1a5132d391
shadow-factory: Don't use a top-fade on attached modals
...
https://bugzilla.gnome.org/show_bug.cgi?id=674499
2012-07-14 03:30:56 +02:00
Florian Müllner
0fe0534c85
constraints: Center modal dialogs on their parent
...
... rather than attaching them to the parent's title bar.
https://bugzilla.gnome.org/show_bug.cgi?id=674499
2012-07-14 03:30:56 +02:00
Nilamdyuti Goswami
fe942049da
Assamese translation reviewed
2012-07-13 15:03:11 +05:30
Jasper St. Pierre
e6ed29f0e2
keybindings: Use G_DEFINE_BOXED_TYPE
...
https://bugzilla.gnome.org/show_bug.cgi?id=673824
2012-07-13 00:00:42 -04:00
Yaron Shahrabani
15f11f879d
Updated Hebrew translation.
2012-07-10 22:44:18 +03:00
Kjartan Maraas
f517eaf81e
Updated Norwegian bokmål translation
2012-07-10 07:58:09 +02:00
Pavel Vasin
255347f876
constraints: fix mem leak in meta_window_constrain()
...
MetaFrameBorders leaked when orig_borders != NULL and
window->fullscreen == TRUE
https://bugzilla.gnome.org/show_bug.cgi?id=679153
2012-07-08 11:56:31 -04:00