Giovanni Campagna
c4b40926bd
Remove all references to localedir from metadata.json
...
It is not used anymore, now that translations are bundled with
the extension. Also, in the zip files it ended up with my home
folder, which is not nice.
Cherry-picked from master, added code to load translation from
within the extension folder.
2011-11-28 16:20:24 +01:00
Giovanni Campagna
00bb650c6c
Add 3.2 tags to supported version
...
This is the stable release, so we support all of GNOME Shell
stable cycle without updates.
(As said earlier, dock and alternate-tab have issues, so they're
not marked 3.2 but just 3.2.0)
2011-10-03 17:33:28 +01:00
Giovanni Campagna
23ecaf9b84
windowsNavigator: fix a bunch of typos related to disable
...
Same as native-window-placement (code was copy-pasted).
2011-08-22 22:52:10 +02:00
Giovanni Campagna
61e62987fb
windowsNavigator: port to new extension API
...
main() has been replaced by init(), enable() and disable()
2011-08-18 16:22:47 +02:00
Giovanni Campagna
fa4ac23a4d
windowNavigator: fix workspace switching
...
Apparently, clutter_event_get_key_unicode() is not reliable for
numeric keys, and fails above 2. Let's use clutter_event_get_key_symbol()
and fix it.
2011-08-01 17:25:24 +02:00
Maxim Ermilov
0ecccc7868
windowsNavigator: correct restore focus
...
previously it conflict with runDialog
2011-03-26 18:48:26 +03:00
Maxim Ermilov
e0f27e9496
windowsNavigator: fix work with 2.91.92 on multimonitor
2011-03-26 18:48:22 +03:00
Maxim Ermilov
3825069e52
windowsNavigator: support current gnome-shell
...
workspace._getVisibleClones was removed.
2011-03-13 00:47:10 +03:00
Giovanni Campagna
fbbe5ba764
Add url property in the metadata
...
GNOME Shell emits a warning when "url" is absent in metadata.json,
adding it costs nothing. Links to the GIT repository because I
found no better page to reference.
2011-02-26 16:41:52 +01:00
Giovanni Campagna
aaf2057725
Build system: generate metadata.json
...
Instead of hardcoding metadata.json, generate it from .in files,
adding installation prefixes, current target version and configured
uuid.
2011-02-07 22:52:42 +01:00
Giovanni Campagna
1dc3866aa3
Update for new GNOME Shell release
...
Mark that all published extensions support 2.91.6
2011-02-01 21:52:26 +01:00
Maxim Ermilov
1f2b0d0ec5
windowsNavigator: Allow keyboard selection of windows and workspaces in overlay mode
...
Bind alt-[1,2,3..9] "switch window on current workspace"
Bind ctrl-[1,2,3..9] switch workspace
https://bugzilla.gnome.org/show_bug.cgi?id=601393
2011-01-19 00:47:26 +03:00