* src/gnome/modest-account-assistant.[ch]:
authorJose Dapena Paz <jdapena@igalia.com>
Tue, 10 Jun 2008 20:15:48 +0000 (20:15 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Tue, 10 Jun 2008 20:15:48 +0000 (20:15 +0000)
commit9ee9c1e0296c01b8bdf9f97123aad5a5a13e5643
treed6b2ede85f4f03df44c14f2521316af7df7c6275
parent9ac452ac9a046897f12fefbe4223ae274c8a53fb
* src/gnome/modest-account-assistant.[ch]:
* Now it inherits from ModestWizardDialog
* Save account after edition.
* Finish implementation of controls.
* Layout fixes.
* src/gnome/modest-account-view-window.c:
* Use same confirmation dialog for removing accounts we use
  in maemo.
* Make dialog really close when finished.
* Show account wizard on pressing new account.
* Properly start dimming of account view.
* src/gnome/modest-msg-edit-window.c:
* Fix build.
* src/gnome/modest-platform.c:
* Use new account assistant.
* Use new account settings dialog.
* Some build fixes.
* src/gnome/modest-account-settings-dialog.c:
* Remove unused private area.
* Remove scrolled windows in dialog tabs (to avoid the
  strange grey area surronding fields).
* Dim fields that can break message cache.
* src/gnome/modest-main-window.c:
* Save messages paned position.
* src/gnome/modest-gnome-global-settings-dialog.c:
* Remove separator
* Some layout fixes.
* Now we retrieve configuration from modest conf, and we also
  store it back properly.
* Now we properly use the updatable fields in common global
  settings dialog private area.
* Now we set the dialog action buttons using gnome stocks.
* src/widgets/modest-header-view.c:
* Cell renderers fixed size only used in maemo platform.
* Moved src/maemo/easysetup/modest-wizard-dialog.[ch] to
  src/widgets.
* Specific maemo and gnome code (in gnome we use stocks
  buttons).
* src/widgets/modest-global-settings-dialog.c:
* Now dialog buttons are created in specific implementations.
  This way we get maemo buttons or gnome stock buttons depending
  on the platform.
* src/widgets/Makefile.am, src/maemo/easysetup/Makefile.am:
* Now wizard dialog is in widgets directory.
* src/modest-init.c:
* Added default value for msg paned.
* src/maemo/modest-maemo-global-settings-dialog.c:
* Now we create the action buttons in platform implementations.
* src/maemo/easysetup/modest-easysetup-wizard-dialog.h:
* Use the new path for wizard dialog include.

pmo-trunk-r4637
19 files changed:
src/gnome/modest-account-assistant.c
src/gnome/modest-account-assistant.h
src/gnome/modest-account-settings-dialog.c
src/gnome/modest-account-view-window.c
src/gnome/modest-gnome-global-settings-dialog.c
src/gnome/modest-main-window.c
src/gnome/modest-msg-edit-window.c
src/gnome/modest-platform.c
src/maemo/easysetup/Makefile.am
src/maemo/easysetup/modest-easysetup-wizard-dialog.h
src/maemo/easysetup/modest-wizard-dialog.c [deleted file]
src/maemo/easysetup/modest-wizard-dialog.h [deleted file]
src/maemo/modest-maemo-global-settings-dialog.c
src/modest-init.c
src/widgets/Makefile.am
src/widgets/modest-global-settings-dialog.c
src/widgets/modest-header-view.c
src/widgets/modest-wizard-dialog.c [new file with mode: 0644]
src/widgets/modest-wizard-dialog.h [new file with mode: 0644]