Giovanni Campagna
b907e44fdf
windowsNavigator: update for gnome-shell changes
...
Update for the new way to layout window overlays
2013-02-04 23:52:17 +01:00
Giovanni Campagna
9d9ef27317
WindowsNavigator: fix with recent shell
...
Recently WindowsNavigator would just crash the shell upon entering
the overview. I'm not sure where the bug was, probably it was due to
the new window layout code.
2012-11-20 16:37:20 +01:00
Giovanni Campagna
5ca52e89d5
windowsNavigator: update for gnome-shell changes
...
The ViewSelector was refactored for modekill feature. Update
accordingly.
2012-08-22 16:19:33 +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
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
Giovanni Campagna
dfca68062c
build system: add additional automatic metadata
...
Add "gettext-domain", "extension-id" (containing the base part of the
UUID) and "gschemabase" (which, combined with "extension-id", gives
the GSettings schema) to metadata.json, autogenerated by the build
system.
2012-02-08 18:00:56 +01:00
Giovanni Campagna
8bc650ae19
windowsNavigator: improve the appearance of tooltips
...
Based on a patch by Simon Friis Vindum <simonfv@mail.com >
2012-02-06 21:18:39 +01:00
Giovanni Campagna
037a65c3d1
windowsNavigator: allows input from the keypad
...
Based on a patch by Simon Friis Vindum <simonfv@mail.com >
2012-02-06 16:42:34 +01:00
Giovanni Campagna
6442791482
windowsNavigator: fix switching with azerty keyboards
...
Some keyboard layouts (in particular, azerty / french) require
pressing shift to obtain numerals. Therefore we should not cancel
the switch when shift is pressed.
Also, we should accept indifferently left or right modifiers.
2011-12-01 17:05:29 +01:00
Giovanni Campagna
10aec91ebb
Bump version to 3.3.2
...
To go with GNOME Shell 3.3.2, bump configure.ac, update NEWS and
mark all extensions to be only compatible with the unstable release.
2011-11-22 09:11:46 +01:00
Giovanni Campagna
7a6777f703
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.
2011-11-20 00:40:20 +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