* all:
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Sun, 28 Jan 2007 13:50:10 +0000 (13:50 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Sun, 28 Jan 2007 13:50:10 +0000 (13:50 +0000)
commit31bb0518a45f4ca59a30a650475d3a3f9ff87610
tree81c8dd2096b5fc4095f9fa4c458f331c9a1c78b6
parentd57f2c3462ad26c4758c033f91b2289ff8455137
* all:
- move all singletons (such as account mgr, conf, widget factory)
  to ModestSingletons, and they are accessed through to
  ModestRuntime. This removes the need for many classes to
  keep the singletons in their *Private, and move around the
  same ptrs to functions.

ModestRuntime keeps maintains these singletons, and also takes
  care of the stuff that was previously in ModestDebug and
  ModestInit, and some of the other initialization in modest-main,
  which is significantly cleaned-up as well

pmo-trunk-r743
30 files changed:
src/Makefile.am
src/gtk/modest-account-view-window.c
src/gtk/modest-edit-msg-window.c
src/gtk/modest-main-window.c
src/modest-debug.c [deleted file]
src/modest-debug.h [deleted file]
src/modest-icon-factory.c
src/modest-init.c [deleted file]
src/modest-init.h [deleted file]
src/modest-main.c
src/modest-runtime.c [new file with mode: 0644]
src/modest-runtime.h [new file with mode: 0644]
src/modest-singletons.c [new file with mode: 0644]
src/modest-singletons.h [new file with mode: 0644]
src/modest-text-utils.c
src/modest-tny-account-store.c
src/modest-tny-account-store.h
src/modest-tny-folder.h
src/modest-tny-platform-factory.c
src/modest-tny-platform-factory.h
src/modest-ui-priv.h
src/modest-ui.c
src/modest-ui.h
src/modest-widget-factory.c
src/modest-widget-factory.h
src/widgets/modest-edit-msg-window.h
src/widgets/modest-main-window.h
src/widgets/modest-window-priv.h
src/widgets/modest-window.c
src/widgets/modest-window.h