gnome-shell/js
Jasper St. Pierre 8f86fd6bae workspacesView: Simplify the workspacesOnlyOnPrimary implementation
Before, workspacesOnlyOnPrimary was implemented in quite a crazy manner:

 * If workspacesOnlyOnPrimary was false, we'd create one WorkspacesView per
   monitor, with the primary one being a bit special.

 * If workspacesOnlyOnPrimary was true, we'd create one WorkspacesView, and
   additional montiors would be handled inside that WorkspacesView as
   "extra workspaces".

This caused numerous bugs as the two modes weren't consistently
implemented, and a lot of code was duplicated between all the modes.
Fix this by always creating WorkspaceViews, even if it only handles
one interface. We do this by having two different WorkspacesView-ish
classes: WorkspacesView handles the traditional combination of lots
of workspces, and a new ExtraWorkspaceView is in control of only one
workspace.
2013-10-30 13:17:39 -04:00
..
extensionPrefs Stringify the xml definitions for E4X removal 2013-10-25 08:57:27 +11:00
gdm Stringify the xml definitions for E4X removal 2013-10-25 08:57:27 +11:00
misc Stringify the xml definitions for E4X removal 2013-10-25 08:57:27 +11:00
perf perf: Update to latest overlay changes 2012-08-20 20:40:01 +02:00
ui workspacesView: Simplify the workspacesOnlyOnPrimary implementation 2013-10-30 13:17:39 -04:00
Makefile.am Merge searchDisplay.js and search.js 2013-10-29 16:02:32 -04:00