* Now ModestWindowMgr, methods close_all_windows and register_window now
authorJose Dapena Paz <jdapena@igalia.com>
Tue, 14 Oct 2008 15:36:47 +0000 (15:36 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Tue, 14 Oct 2008 15:36:47 +0000 (15:36 +0000)
commitf68f57e6aa049365b5be5b3a072145403445c97f
tree60f9ec2891efe60cc2a4b660451f63d89d541444
parenta257b9e8b31184a663ccb7676362d4ac2cb1b039
* Now ModestWindowMgr, methods close_all_windows and register_window now
  return a boolean to know if we really did the operation. We can fail
  for example on the cases where a dialog is blocking a window to be
  closed.
* Now we use those booleans to check error conditions, mainly for
  hildon2 window management policies.
* Now we show mandatory the save to drafts information banner, and
  without a parent (then it's not tied to
* New hildon2 implementation for window manager, heavily based on
  stackable windows behavior. This implements the ui specs policy for
  dialogs (close windows unless dialogs are open, then present).
* This policy doesn't provide fullscreen nor toolbar settings.

pmo-trunk-r6045
src/dbus_api/modest-dbus-callbacks.c
src/hildon2/Makefile.am
src/hildon2/modest-hildon2-window-mgr.c [new file with mode: 0644]
src/hildon2/modest-hildon2-window-mgr.h [new file with mode: 0644]
src/hildon2/modest-msg-edit-window.c
src/hildon2/modest-msg-view-window.c
src/modest-singletons.c
src/modest-ui-actions.c
src/widgets/modest-hildon1-window-mgr.c
src/widgets/modest-window-mgr.c
src/widgets/modest-window-mgr.h