Fran Diéguez
548ede7eea
Updated Galician translations
2012-04-30 16:43:12 +02:00
Fran Diéguez
667f72532e
Updated Galician translations
2012-04-30 16:42:21 +02:00
Piotr Drąg
7753a68331
Updated Polish translation
2012-04-30 16:19:37 +02:00
Daniel Mustieles
6728411a52
Updated Spanish translation
2012-04-30 13:17:05 +02:00
Giovanni Campagna
31ff2d4c97
auto-move-windows: make the suspend and hibernate items configurable
...
Desktop users rarely use suspend, and in general hibernate is
more trouble than it's worth to show at all times, so make their
visibility configurable in GSettings.
Supend defaults to true (since that's the GNOME 3 message anyway),
while hibernate is normally false. No UI is provided, since it's
unlikely that changing this is necessary.
2012-04-29 23:26:07 +02:00
Wepmaschda
d355424f22
native-window-placement: add WINDOW_AREA_TOP_GAP and place the windows bottom-center.
...
This keeps window captions and close buttons always visible.
https://bugzilla.gnome.org/show_bug.cgi?id=674338
2012-04-29 22:41:37 +02:00
Bastien Durel
dde7084711
Let user choose the monitor where to show dock
2012-04-29 22:35:24 +02:00
Giovanni Campagna
f77bf60bcb
auto-move-windows/prefs: filter out apps that don't exist
...
Recognize if the desktop file no longer exists and remove its
entry in GSettings, instead of crashing because of a null GAppInfo.
2012-04-29 21:11:00 +02:00
Giovanni Campagna
e3f1091f2d
dock: clip the actor to the primary monitor
...
In particular with the move effect, but also with others, the
dock could end up partially on the neighbor screen when hidden.
2012-04-28 18:28:36 +02:00
Giovanni Campagna
ffb3462d54
gajim: fix for missing FN field
...
The full name is not always present. If so, fallback to nickname
or Jabber ID.
Based on a patch by Łukasz Faber <nnidyu@annwn.eu >
2012-04-26 22:58:04 +02:00
Giovanni Campagna
e1c1fc73e2
windowsNavigator: only access tooltip if it's known to exist
...
Apparently, windowOverlay._text can be null sometimes. In that
case, do nothing instead of crashing.
2012-04-26 22:50:11 +02:00
Giovanni Campagna
5ca9f35a95
places-menu: fix allocation of the icon
...
Because the popup-menu min-width imposed by the theme was bigger
than the natural size of the menu, and because core shell code
cannot deal with that, the icon was not right aligned unless
"Removable devices" was showing.
Hack around that by setting span: -1, which pushes it to end of
the menu item.
2012-04-14 00:41:12 +02:00
Seong-ho Cho
6128102eac
Add Korean translation
2012-04-05 02:52:23 +09:00
Giovanni Campagna
cb6d5357d9
Bump version to 3.4.0
...
GNOME 3.4 is out! Yay for the stable release!
3.4.0
2012-03-29 19:59:11 +02:00
Giovanni Campagna
9fb703ca6b
build: strip micro version if minor is even
...
To avoid manually adding the 3.4 stable version when doing the
release, check in configure if building a stable (even minor) version
and strip micro at that time.
2012-03-29 19:51:13 +02:00
Khaled Hosny
06d2b906e0
Arabic translation
2012-03-28 18:52:45 +02:00
Marek Černocký
98403dfc3b
Updated Czech translation
2012-03-25 18:49:23 +02:00
Bruno Brouard
ec88930f80
Updated French translation
2012-03-24 21:48:36 +01:00
Giovanni Campagna
ee5e54f9f4
Bump version to 3.3.92
...
To go along GNOME Shell 3.3.92
3.3.92
2012-03-24 02:11:24 +01:00
Giovanni Campagna
ed9c17dfdd
native-window-placement: update for gnome-shell API changes
...
St.Widget.get_default_direction() was replaced with
Clutter.get_default_text_direction() as part of the Clutter Apocalypses
2012-03-24 02:06:49 +01:00
Gabor Kelemen
10027b6697
Updated Hungarian translation
2012-03-22 23:53:39 +01:00
A S Alam
27abc7a42b
update Punjabi Translation
2012-03-17 16:52:11 +05:30
Rudolfs Mazurs
3bb56a7a59
Updated Latvian translation.
2012-03-17 00:07:35 +02:00
Piotr Drąg
0e94c81734
Updated Polish translation
2012-03-16 21:19:40 +01:00
Fran Diéguez
7d41bd9fbd
Updated Galician translations
2012-03-16 12:16:13 +01:00
Kjartan Maraas
f12cd9ba39
Updated Norwegian bokmål translation
2012-03-14 18:52:34 +01:00
Timo Jyrinki
182a9cff18
Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint
2012-03-12 11:08:16 +02:00
Cheng-Chia Tseng
9bb5399263
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2012-03-09 20:13:17 +08:00
bhuztez
82bd3efc73
windowsNavigator: do nothing when viewtab is not active
...
The keybindings should only kick-in when the "windows" tab is active,
otherwise it is confusing and could conflict with other combinations.
2012-03-03 02:11:25 +01:00
Daniel Mustieles
0b3f7e37f0
Updated Spanish translation
2012-03-02 14:19:00 +01:00
Giovanni Campagna
2f034bbee2
[l10n] Update Italian translation
2012-03-01 21:12:08 +01:00
Giovanni Campagna
f14ae5f3c9
workspace-indicator: remove debug spew
2012-03-01 21:10:41 +01:00
Giovanni Campagna
1463a6481e
dock: update for gnome-shell API changes
...
Shell.get_event_state() was removed, use direct .get_state()
instead.
2012-03-01 21:05:14 +01:00
Giovanni Campagna
0a9be8fc82
workspace-indicator: drop the "shorter" style class
...
It makes it appear different from other popup menus, which looks
strange.
2012-03-01 21:05:14 +01:00
Giovanni Campagna
75629a468f
build system: move local-install to a make rule
...
This way, "make zip-file && ./local-install.sh" is not needed, you
just do "make local-install". Also, it allows to specify a different
prefix as a make variable.
2012-03-01 21:05:14 +01:00
Mario Blättermann
72a5a3424f
[l10n] Updated German translation
2012-03-01 13:13:26 +01:00
Мирослав Николић
4e35410b7a
Updated Serbian translation
2012-03-01 10:39:25 +01:00
Leandro Toledo
9faa028f1e
Updated Brazilian Portuguese translation
2012-02-28 06:54:42 -03:00
Matej Urbančič
60f8139482
Updated Slovenian translation
2012-02-28 21:54:30 +01:00
Matej Urbančič
e7f7a488c6
Updated Slovenian translation
2012-02-28 21:54:30 +01:00
Daniel Nylander
f0b3e4de0a
Updated Swedish translation
2012-02-28 21:45:44 +01:00
Giovanni Campagna
25ada42ed9
Bump version to 3.3.90
...
To go along GNOME Shell 3.3.90
3.3.90
2012-02-28 19:19:17 +01:00
Giovanni Campagna
ef95c7e4e7
apps-menu: update for Clutter/St API changes
...
Some StContainer API was removed to accomodate clutter deprecations.
Adapt apps-menu to that.
2012-02-28 19:18:22 +01:00
Милош Поповић
9e53a37c08
Updated Serbian translation
2012-02-27 00:17:27 +01:00
Fran Diéguez
b3e783e7a8
Updated Galician translations
2012-02-26 16:21:58 +01:00
Piotr Drąg
9e41c06cd7
Updated POTFILES.in
2012-02-24 19:22:41 +01:00
Giovanni Campagna
7b3650fb68
convenience: use recursive lookup for schemas
...
If the schema is not found in the extension directory, fall back
to the default source, allowing for systemwide installation of
extensions.
2012-02-24 11:23:59 +01:00
Giovanni Campagna
0bb2184efb
workspace-indicator: add preferences dialog
...
Add a simple pref dialog to configure workspace name, similar to
the one available for GNOME 2.
2012-02-24 11:23:59 +01:00
Gabriel Speckhahn
e55101526c
Updated Brazilian Portuguese translation
2012-02-16 12:57:51 -02:00
Matej Urbančič
50b89bb8b5
Updated Slovenian translation
2012-02-17 21:30:41 +01:00