Giovanni Campagna
8c67a70db0
Add a helper to handle captive portal logins
...
Add a small DBus-activated GtkApplication that embeds a WebKitWebView
and implements some minimal logic to see if the login succeeds.
It will try to connect to a custom NM-provided url (the portal login
page), if one exists, or to www.gnome.org in the normal case of
a portal doing redirect.
https://bugzilla.gnome.org/show_bug.cgi?id=704416
2014-06-26 19:54:58 +02:00
Jasper St. Pierre
e7af257814
Implement window menus in gnome-shell
...
https://bugzilla.gnome.org/show_bug.cgi?id=726352
2014-05-17 15:17:29 -04:00
Zeeshan Ali (Khattak)
d163b92e0b
Add indicator for location service being used
...
If an application is accessing location through geoclue, show an
indicator in the panel for that so that user knows.
https://bugzilla.gnome.org/show_bug.cgi?id=709372
2014-01-28 18:39:12 +00:00
Giovanni Campagna
bfb0235fc6
Remove our custom hashmap implementation
...
gjs uses Spidermonkey 24, which implements Map from the ES6
specification, so we can use that instead.
https://bugzilla.gnome.org/show_bug.cgi?id=722210
2014-01-15 00:55:00 +01:00
Jasper St. Pierre
c2df5939d6
Sort js-resources.gresource.xml
2013-12-04 20:44:22 -05:00
Cosimo Cecchi
1ebb162a00
Load JS from GResource
...
Since gjs can now load JS from a GResource, compile it in the
gnome-shell binary. This should be a bit faster, and make life easier
with JHBuild.
2013-10-30 13:27:16 -04:00