gnome-shell/js
Florian Müllner f39e693324 overview: Split a public init() function out of the constructor
The Overview does not only hold the different elements visible in
the overview, but is also a central point to manage drag signals.
As objects which are constructed in the overview constructor cannot
access Main.overview (as its constructor has not finished yet), we
use misnamed show/hide methods to work around this limitation, which
are called when entering/leaving the overview.
A better way to handle this problem is to remove the limitation
altogether by splitting the overview constructor between internals,
which remain in the constructor, and more complex objects which
need to access Main.overview, and whose initialization is moved
to a public init() function which is called by main.js after the
overview has been constructed.

https://bugzilla.gnome.org/show_bug.cgi?id=642196
2011-02-16 19:58:17 +01:00
..
misc remove our own Telepathy implementation 2011-02-16 10:10:26 +01:00
perf Use non recursive automake for JS 2010-09-15 18:38:46 +02:00
ui overview: Split a public init() function out of the constructor 2011-02-16 19:58:17 +01:00
Makefile.am remove our own Telepathy implementation 2011-02-16 10:10:26 +01:00