* changed visibility of characters in password dialog (hildon + gtk-glade)
[modest] / src / gtk-glade / modest-ui.c
2006-06-22 Silvan Marco Fin* changed visibility of characters in password dialog...
2006-06-21 Silvan Marco Fin* added better support for passwords
2006-06-20 Florian Boor* Add common "AW:" to list of ignored subject prefixes.
2006-06-20 Florian Boor* Add update method to ModestTnyFolderTreeView.
2006-06-19 Florian Boor* Implement account change and add signals and data.
2006-06-15 Florian Boor* Update several UI bits to use internal pointers inste...
2006-06-13 Nils Faerber* code cleanup -> coding style
2006-06-13 Silvan Marco Fin* some cleanup in modest-ui-wizzard.c/h
2006-06-12 Nils Faerber* split up gtk-glade/modest-ui.c into several modules...
2006-06-10 Dirk-Jan C. Binnema* ModestTnyStoreAction doesn't have to be a GObject...
2006-06-09 Arne Zellentin* sending of attachments works but has lots of bugs
2006-06-09 Florian Boor* Enable sending mails again.
2006-06-09 Silvan Marco Fin* fixed warning
2006-06-09 Arne Zellentin* menu View->Attachments now controls whether attachmen...
2006-06-09 Silvan Marco Fin* install_test_account no longer used in modest-main.c
2006-06-08 Nils Faerber* Properly clear text-buffer for new mail in editor...
2006-06-08 Nils Faerber* dirty fix, mysterious problem with confirmation dialog
2006-06-08 Nils Faerber* added editor modified user confirmation dialog
2006-06-08 Arne Zellentin* whether attachment images are displayed inline is...
2006-06-08 Nils Faerber* minor cleanup
2006-06-08 Silvan Marco Fin* some cleanup in modest-ui-wizard and modest-ui
2006-06-08 Nils Faerber* cleanup, removed unused variables to make -Wall happy
2006-06-08 Nils Faerber* further editor_window integration, new_mail, reply...
2006-06-08 Nils Faerber* bug fixes for editor window usage
2006-06-08 Arne Zellentin* fixed swapped width/heigth. Please fix it in your...
2006-06-08 Nils Faerber* More implementation for modest-editor-window, added...
2006-06-08 Silvan Marco Fin* decided against the wizard to modify existing account...
2006-06-08 Silvan Marco Fin* fixed some more typos
2006-06-08 Florian Boor* Introduce ModestTnyStoreActions, simple update function.
2006-06-08 Nils Faerber* create new object class modest-editor-window as abstr...
2006-06-08 Silvan Marco Fin* some renaming in the glade file
2006-06-08 Silvan Marco Fin* renamed callback function to new_wizard_account
2006-06-07 Silvan Marco Fin* typo
2006-06-07 Silvan Marco Fin* missing free() added to on_account_selector_selection...
2006-06-07 Nils Faerber* renamed modest_ui_show_edit_window() to modest_ui_new...
2006-06-07 Arne Zellentin* register edit win only once. this allows quitting...
2006-06-07 Silvan Marco Fin* enabled stepping through wizzard dialog
2006-06-06 Nils Faerber* shrinked reply-to and forward into one function
2006-06-06 Silvan Marco Fin* removed signal connection for "close_window" item...
2006-06-06 Nils Faerber* message forward first cleanups...
2006-06-06 Nils Faerber* first rough cut at message forwarding
2006-06-06 Silvan Marco Fin* modest-ui-wizzard.c/h added
2006-06-06 Nils Faerber* clear message view on folder change (effectively...
2006-06-06 Nils Faerber* implemented some toolbar button set_sensitive TRUE...
2006-06-06 Nils Faerber* made window management work with edit window - modest...
2006-06-06 Nils Faerber* fixed window close signals so that window decoration...
2006-06-06 Florian Boor* Implement marking messages as deleted and show delete...
2006-06-02 Dirk-Jan C. Binnema* add compact display as default, some icons
2006-05-31 Dirk-Jan C. Binnema* all:
2006-05-31 Dirk-Jan C. Binnema* improve header-view a bit. make columns reorderable. o
2006-05-30 Arne Zellentin* moved identity-related functionality from modest...
2006-05-30 Arne Zellentin* moded find_body_part from modest-tny-msg-view to...
2006-05-29 Arne Zellentin* moved most of the quote code from modest-ui to (new...
2006-05-26 Dirk-Jan C. Binnema* move folder tree decoration to ModestTnyFolderTreeView
2006-05-26 Arne Zellentin* began work on quoting html messages. I use an ugly...
2006-05-24 Arne Zellentin* began work on identities storage. right now, this...
2006-05-24 Arne Zellentin* moved most quote-related funtions to (new) modest...
2006-05-24 Arne Zellentin* (quote) some cleanup, should work correctly on UTF...
2006-05-22 Arne Zellentin* (reply) rewrote the quote code. now feature-complete...
2006-05-22 Arne Zellentin* (reply) fixed some memleaks; cleanup
2006-05-21 Florian Boor* Implement searching and sorting with GtkTreeView...
2006-05-19 Silvan Marco Fin* So, now I think I finally got all changes from Arne...
2006-05-19 Silvan Marco Fin* I hate revision control systems
2006-05-19 Arne Zellentin* reply and quote code complete (feature-wise), less...
2006-05-19 Arne Zellentin* oops, revert to previous version
2006-05-19 Arne Zellentin* reply and quote code complete (feature-wise), less...
2006-05-19 Silvan Marco Fin* advanced setup dialog now shows different accounts...
2006-05-19 Arne Zellentin* added reply: quote message. still buggy but shouldn...
2006-05-18 Florian Boor* Move tree column creation from UI implementations...
2006-05-18 Silvan Marco Fin* account setup dialog is now handled correctly after...
2006-05-18 Silvan Marco Fin* advanced account setup dialog bound to menu
2006-05-16 Arne Zellentin* the message view is now a scrollwindow which is linke...
2006-05-16 Silvan Marco Fin* fixed some typos / comments
2006-05-16 Nils Faerber* removed not longer needed fake password dialog
2006-05-16 Arne Zellentin* began work on the reply dialog (non functional as...
2006-05-16 Silvan Marco Fin* password dialog implemented and bound to "password_re...
2006-05-12 Dirk-Jan C. Binnema* some small fixes in the glade file
2006-05-10 Florian BoorInstall glade file.
2006-05-10 Dirk-Jan C. Binnema* initial code dump into SVN; needs some work