* Migration to GtkUIManager almost completed
authorSergio Villar Senin <svillar@igalia.com>
Tue, 9 Jan 2007 10:36:51 +0000 (10:36 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Tue, 9 Jan 2007 10:36:51 +0000 (10:36 +0000)
commitb22ec780fbe4629d4200f40b8fdced00f50990f8
tree85e320bbb775bbf7fd238ae4114dd319beeee596
parentda5fad8fe11720e0fa7ee47a460954451fa5bc36
* Migration to GtkUIManager almost completed
* Added a modest-ui.xml file with the interface description
* Moved modest-icon-names.h modest-edit-msg-window.h modest-main-window.h to widgets/
* Moved modest-ui.c to src/
* ModestUI now manages all the UI signals
* ModestWidgetFactory is now just a factory

pmo-trunk-r588
53 files changed:
docs/reference/Makefile.am
docs/reference/modest-docs.sgml
docs/reference/modest-sections.txt
docs/reference/tmpl/modest-account-mgr.sgml
docs/reference/tmpl/modest-conf.sgml
docs/reference/tmpl/modest-error.sgml
docs/reference/tmpl/modest-folder-view.sgml
docs/reference/tmpl/modest-header-view.sgml
docs/reference/tmpl/modest-icon-names.sgml
docs/reference/tmpl/modest-mail-operation.sgml
docs/reference/tmpl/modest-main-window.sgml
docs/reference/tmpl/modest-msg-view.sgml
docs/reference/tmpl/modest-store-widget.sgml
docs/reference/tmpl/modest-text-utils.sgml
docs/reference/tmpl/modest-tny-account-store.sgml
docs/reference/tmpl/modest-toolbar.sgml
docs/reference/tmpl/modest-ui.sgml
docs/reference/tmpl/modest-unused.sgml
docs/reference/tmpl/modest-widget-factory.sgml
src/Makefile.am
src/gtk/Makefile.am
src/gtk/modest-account-assistant.c
src/gtk/modest-edit-msg-window.c
src/gtk/modest-edit-msg-window.h [deleted file]
src/gtk/modest-icon-names.h [deleted file]
src/gtk/modest-main-window.c
src/gtk/modest-main-window.h [deleted file]
src/gtk/modest-store-widget.c
src/gtk/modest-ui.c [deleted file]
src/maemo/modest-edit-msg-window.h [deleted file]
src/maemo/modest-icon-names.h [deleted file]
src/maemo/modest-main-window.c
src/maemo/modest-main-window.h [deleted file]
src/maemo/modest-ui.c [deleted file]
src/modest-error.h
src/modest-mail-operation.c
src/modest-main.c
src/modest-text-utils.h
src/modest-tny-account-store.c
src/modest-tny-platform-factory.c
src/modest-ui.c [new file with mode: 0644]
src/modest-ui.h
src/modest-widget-factory.c
src/modest-widget-factory.h
src/ui/modest-ui.xml [new file with mode: 0644]
src/widgets/Makefile.am
src/widgets/modest-edit-msg-window.h [new file with mode: 0644]
src/widgets/modest-folder-view.c
src/widgets/modest-header-view.c
src/widgets/modest-header-view.h
src/widgets/modest-icon-names.h [new file with mode: 0644]
src/widgets/modest-main-window.h [new file with mode: 0644]
tests/check_text-utils.c