Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill more redundant save dialogs and related utilities. | Matthew Barnes | 2009-11-11 | 1 | -1/+1 |
| | |||||
* | Convert some "Save As" actions to run asynchronously. | Matthew Barnes | 2009-11-08 | 1 | -7/+22 |
| | | | | | | | | | | This introduces e-shell-utils for miscellaneous utility functions that integrate with the shell or shell settings. First function is e_shell_run_save_dialog(), which automatically remembers the selected folder in the file chooser dialog. Also, kill some redundant save dialog functions, as well as some write-this-string-to-disk functions that block. | ||||
* | Bug 597533 - e_file_dialog_save() does not pass parent window | Matthew Barnes | 2009-10-07 | 1 | -1/+7 |
| | |||||
* | Typo fix | Andre Klapper | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Bug #420513 - Be able to notify about meeting only new attendees | Milan Crha | 2009-08-11 | 1 | -1/+1 |
| | |||||
* | Radically reorganize source code. | Matthew Barnes | 2009-06-25 | 1 | -0/+654 |
- Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets. |