* rename gtk2 => gtk
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 8 Aug 2006 09:32:29 +0000 (09:32 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 8 Aug 2006 09:32:29 +0000 (09:32 +0000)
commit2188de8f73d159e6de29692e05970243e5b88289
treebae737ac41abbc94419d8fde0751fb3b764f8775
parent4bcb88671521e0996f1d9886cfa3715bfefdd1a5
* rename gtk2 => gtk
* remove some unneeded code
* update build system

pmo-trunk-r468
148 files changed:
configure.ac
docs/reference/tmpl/modest-main-window.sgml
docs/reference/tmpl/modest-tny-account-store.sgml
src/Makefile.am
src/gtk/Makefile.am [new file with mode: 0644]
src/gtk/modest-account-assistant.c [new file with mode: 0644]
src/gtk/modest-account-assistant.h [new file with mode: 0644]
src/gtk/modest-account-view-window.c [new file with mode: 0644]
src/gtk/modest-account-view-window.h [new file with mode: 0644]
src/gtk/modest-edit-msg-window.c [new file with mode: 0644]
src/gtk/modest-edit-msg-window.h [new file with mode: 0644]
src/gtk/modest-icon-names.h [new file with mode: 0644]
src/gtk/modest-main-window.c [new file with mode: 0644]
src/gtk/modest-main-window.h [new file with mode: 0644]
src/gtk/modest-store-widget.c [new file with mode: 0644]
src/gtk/modest-store-widget.h [new file with mode: 0644]
src/gtk/modest-transport-widget.c [new file with mode: 0644]
src/gtk/modest-transport-widget.h [new file with mode: 0644]
src/gtk/modest-ui.c [new file with mode: 0644]
src/gtk/pixmaps/internet-mail.svg [new file with mode: 0644]
src/gtk/pixmaps/qgn_addr_icon_user_group.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_gene_attacpap.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_gene_fldr_clp.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_gene_fldr_cls.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_gene_fldr_exp.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_gene_fldr_opn.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_drafts.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_editor.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_hdr.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_hdr_encrypted.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_hdr_encrypted_high.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_hdr_encrypted_low.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_hdr_high.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_hdr_high_unread.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_hdr_low.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_hdr_low_unread.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_hdr_signed.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_hdr_signed_high.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_hdr_signed_low.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_hdr_unread.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_hdr_unread_encrypted.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_hdr_unread_encrypted_high.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_hdr_unread_encrypted_low.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_hdr_unread_signed.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_hdr_unread_signed_high.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_hdr_unread_signed_low.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_inbox.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail_deleted.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail_encrypted_read.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail_encrypted_read_high.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail_encrypted_read_low.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail_encrypted_unread.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail_encrypted_unread_high.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail_encrypted_unread_low.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail_high.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail_high_unread.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail_low.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail_low_unread.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail_signed_read.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail_signed_read_high.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail_signed_read_low.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail_signed_unread.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail_signed_unread_high.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail_signed_unread_low.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_mail_unread.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_outbox.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_sent.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messagin_viewer.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messaging_high.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_list_messaging_low.png [new file with mode: 0644]
src/gtk/pixmaps/qgn_widg_datedit.png [new file with mode: 0644]
src/gtk2/Makefile.am [deleted file]
src/gtk2/modest-account-assistant.c [deleted file]
src/gtk2/modest-account-assistant.h [deleted file]
src/gtk2/modest-account-view-window.c [deleted file]
src/gtk2/modest-account-view-window.h [deleted file]
src/gtk2/modest-edit-msg-window.c [deleted file]
src/gtk2/modest-edit-msg-window.h [deleted file]
src/gtk2/modest-icon-names.h [deleted file]
src/gtk2/modest-main-window.c [deleted file]
src/gtk2/modest-main-window.h [deleted file]
src/gtk2/modest-store-widget.c [deleted file]
src/gtk2/modest-store-widget.h [deleted file]
src/gtk2/modest-transport-widget.c [deleted file]
src/gtk2/modest-transport-widget.h [deleted file]
src/gtk2/modest-ui.c [deleted file]
src/gtk2/pixmaps/internet-mail.svg [deleted file]
src/gtk2/pixmaps/qgn_addr_icon_user_group.png [deleted file]
src/gtk2/pixmaps/qgn_list_gene_attacpap.png [deleted file]
src/gtk2/pixmaps/qgn_list_gene_fldr_clp.png [deleted file]
src/gtk2/pixmaps/qgn_list_gene_fldr_cls.png [deleted file]
src/gtk2/pixmaps/qgn_list_gene_fldr_exp.png [deleted file]
src/gtk2/pixmaps/qgn_list_gene_fldr_opn.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_drafts.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_editor.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_hdr.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_hdr_encrypted.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_hdr_encrypted_high.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_hdr_encrypted_low.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_hdr_high.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_hdr_high_unread.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_hdr_low.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_hdr_low_unread.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_hdr_signed.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_hdr_signed_high.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_hdr_signed_low.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_hdr_unread.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_hdr_unread_encrypted.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_hdr_unread_encrypted_high.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_hdr_unread_encrypted_low.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_hdr_unread_signed.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_hdr_unread_signed_high.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_hdr_unread_signed_low.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_inbox.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail_deleted.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail_encrypted_read.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail_encrypted_read_high.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail_encrypted_read_low.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail_encrypted_unread.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail_encrypted_unread_high.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail_encrypted_unread_low.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail_high.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail_high_unread.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail_low.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail_low_unread.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail_signed_read.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail_signed_read_high.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail_signed_read_low.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail_signed_unread.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail_signed_unread_high.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail_signed_unread_low.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_mail_unread.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_outbox.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_sent.png [deleted file]
src/gtk2/pixmaps/qgn_list_messagin_viewer.png [deleted file]
src/gtk2/pixmaps/qgn_list_messaging_high.png [deleted file]
src/gtk2/pixmaps/qgn_list_messaging_low.png [deleted file]
src/gtk2/pixmaps/qgn_widg_datedit.png [deleted file]
src/modest-editor-window.c [deleted file]
src/modest-editor-window.h [deleted file]
src/modest-viewer-window.c [deleted file]
src/modest-viewer-window.h [deleted file]
src/widgets/Makefile.am
src/widgets/modest-msg-view.h