gnome-shell/js/ui
Milan Bouchet-Valat 2799327c84 Migrate to GSettings
Use GSettings for all Shell configuration. GConf is kept to read
configuration from external programs (Metacity, Nautilus and Magnifier),
but ShellGConf is removed because it's mostly useless for the few calls
we still have. Also get rid of unused GConf code in ShellAppSystem.

A basic GConf schema is still used to override Metacity defaults and
configure Magnifier in a system-wide fashion. GConf is also used as
GSettings backend via the GSETTINGS_BACKEND environment variable.
All of this will be removed when these programs have been ported
to GSettings and able to use dconf.

GLib 2.25.9 is required. Schemas are converted to the new XML format,
and compiled at build time in data/ so that the Shell can be run from
the source tree. This also requires setting the GSETTINGS_SCHEMA_DIR
environment variable both when running installed or from source tree,
in src/gnome-shell.in and src/gnome-shell-clock-preferences.in.

https://bugzilla.gnome.org/show_bug.cgi?id=617917
2010-06-18 20:27:41 +02:00
..
altTab.js Revert "[appSwitcher] Remove unneeded workaround" 2010-06-17 17:17:57 +02:00
appDisplay.js [appDisplay] port from ShellMenu to PopupMenu 2010-06-10 15:04:48 -04:00
appFavorites.js Migrate to GSettings 2010-06-18 20:27:41 +02:00
boxpointer.js [boxPointer] implement the other arrowSide values 2010-06-08 12:19:42 -04:00
calendar.js Migrate to GSettings 2010-06-18 20:27:41 +02:00
chrome.js De-duplicate "actor contains actor" code 2010-06-11 10:05:46 -04:00
dash.js [dash] remove a bunch of dead code in the dash 2010-06-15 12:00:41 -04:00
dnd.js [dnd] Add monitoring hooks for motion/drop events 2010-06-16 20:56:09 +02:00
docDisplay.js [dash] remove a bunch of dead code in the dash 2010-06-15 12:00:41 -04:00
environment.js [environment] use St.describe_actor for Clutter.Actor.prototype.toString 2010-06-17 13:19:50 -04:00
extensionSystem.js Migrate to GSettings 2010-06-18 20:27:41 +02:00
genericDisplay.js [dash] remove a bunch of dead code in the dash 2010-06-15 12:00:41 -04:00
lightbox.js [Lightbox] Use a fade effect to smooth the transition 2010-06-09 17:07:10 +02:00
link.js [lookingGlass] Remove Properties tab, replace with popup object inspector 2010-05-17 09:30:55 -04:00
lookingGlass.js Migrate to GSettings 2010-06-18 20:27:41 +02:00
magnifier.js Migrate to GSettings 2010-06-18 20:27:41 +02:00
magnifierDBus.js minor js cleanups 2010-05-19 13:26:41 -04:00
main.js Migrate to GSettings 2010-06-18 20:27:41 +02:00
Makefile.am [popupMenu] split this out from panel.js 2010-06-10 15:04:42 -04:00
messageTray.js Relayout on monitor layout changes 2010-06-04 15:20:04 +02:00
notificationDaemon.js Don't use double quotes for things that don't need to be translated 2010-05-13 16:00:38 -04:00
overview.js [Lightbox] Use a fade effect to smooth the transition 2010-06-09 17:07:10 +02:00
panel.js Migrate to GSettings 2010-06-18 20:27:41 +02:00
placeDisplay.js Migrate to GSettings 2010-06-18 20:27:41 +02:00
popupMenu.js [popupMenu] Fix wrong positioning when showing for the first time 2010-06-12 18:15:52 +02:00
runDialog.js Migrate to GSettings 2010-06-18 20:27:41 +02:00
scripting.js [perf] Include monitor layout in performance reports 2010-05-21 12:34:10 -04:00
search.js Don't use double quotes for things that don't need to be translated 2010-05-13 16:00:38 -04:00
shellDBus.js Don't use double quotes for things that don't need to be translated 2010-05-13 16:00:38 -04:00
statusMenu.js [statusMenu] Use user status icons from icon theme 2010-06-11 14:50:50 +02:00
telepathyClient.js De-duplicate "actor contains actor" code 2010-06-11 10:05:46 -04:00
tweener.js [perf] add tweener.framePrepareStart/Done events 2010-05-26 15:37:27 -04:00
windowAttentionHandler.js Add missing semicolons noted by jslint 2010-03-15 09:50:05 -04:00
windowManager.js Update GnomeShellPlugin according to recent changes in MutterPlugin 2010-06-17 01:44:44 +04:00
workspace.js Fade in alt-tab popup, adjust timings 2010-06-16 20:55:26 +02:00
workspacesView.js Migrate to GSettings 2010-06-18 20:27:41 +02:00
workspaceSwitcherPopup.js Fade in alt-tab popup, adjust timings 2010-06-16 20:55:26 +02:00