Giovanni Campagna
d060657bf4
systemMonitor: update for gnome-shell master
...
Reparent the message tray menu button so that the indicators
don't cover it.
2013-09-17 10:51:34 +02:00
Giovanni Campagna
858e67d33e
systemMonitor: don't propagate clicks up
...
Otherwise you get gnome-system-monitor and a message tray menu.
2013-06-18 21:36:41 +02:00
Giovanni Campagna
274a6f040c
Update descriptions of extensions
...
Mark classic mode extensions as such, so bug reports don't go
lost in my inbox.
2013-05-20 19:06:59 +02:00
Giovanni Campagna
ea3d27c311
SystemMonitor: left align the indicator container
...
MessageTray.actor now has ClutterBinLayout layout manager, so we need
to tell it esplicitly where to place us.
2012-09-05 00:50:35 +02:00
Giovanni Campagna
dd26111c04
systemMonitor: add tooltips to the indicators
...
Currently it's hard to find what the indicator mean, without any
label. Add a tooltip, shamelessly copied from js/ui/dash.js in
core shell.
2012-08-22 16:13:52 +02:00
Giovanni Campagna
f40e7109e5
systemMonitor: update for gnome-shell changes
...
gnome-shell 3.5.90 has a new, bigger, message-tray. Restyle the
systemMonitor appropriately to blend in.
2012-08-22 16:13:52 +02:00
Giovanni Campagna
9b6374881d
all: port to the new class framework
...
A long due update, since this was merged in gjs and core shell.
We no longer need to mess with __proto__ and prototype, and can
use decent syntax for true object oriented programming.
(This affects all except xrandr-indicator, since I want to port
that to GDBus too, using the new bindings right from the start)
2012-02-10 15:16:46 +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
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
Jasper St. Pierre
2bba98d621
systemMonitor: Properly enable/disable
...
https://bugzilla.gnome.org/show_bug.cgi?id=662705
2011-10-26 14:54:04 -04:00
Jason Siefken
4c5a36e4c0
Added prettier drawing operations and css colors
...
https://bugzilla.gnome.org/show_bug.cgi?id=661443
2011-10-24 16:33:45 +02: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
8351799a16
systemMonitor: fix typo
...
The global box was variable was in fact called _box.
2011-08-22 22:51:44 +02:00
Giovanni Campagna
5d26fc2e71
Merge branch 'master' into extension-live-disable
...
Conflicts:
extensions/apps-menu/extension.js
2011-08-18 15:36:50 +02:00
Giovanni Campagna
ab4436e728
various extensions: port to new ShellAppSystem API
...
shell_app_system_get_app() was renamed to lookup_app(), and
shell_app_activate() was renamed to shell_app_activate_full().
2011-08-17 13:55:27 +02:00
Giovanni Campagna
231e1f610a
systemMonitor: port to new extension API
...
main() has been replaced by init(), enable() and disable()
2011-08-02 23:33:58 +02:00
Maxim Ermilov
30273d09df
systemMonitor: new extension
...
https://bugzilla.gnome.org/show_bug.cgi?id=634080
2011-05-11 00:42:37 +04:00