aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/shell/tmpl/e-util.sgml
Commit message (Collapse)AuthorAgeFilesLines
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-0/+24
| | | | | | GObject now does property bindings itself. Requires GLib >= 2.26.
* Fix places where "~/.evolution" is hard-coded.Matthew Barnes2010-07-091-9/+0
| | | | | Also replace "$USER_DATA_DIR/cache" path constructions with e_get_user_cache_dir().
* Fix compiler warnings.Matthew Barnes2010-04-211-0/+11
|
* Drop support for migrating from Evolution < 2.0.Matthew Barnes2010-03-301-28/+0
| | | | | | | There's too much ancient, crufty code there that we can't realistically support anymore. A workaround for those poor users still on 1.x is to upgrade to some 2.x release first, then upgrade again to 3.x. An error dialog explaining this will be shown at startup.
* Simplify the search UI for express mode.Matthew Barnes2010-03-271-0/+8
| | | | | | | | | | | | | | | For express mode: - Move the search bar up to the toolbar. - Hide the "filter" combo box and lock down the first item. - Hide the "scope" combo box and lock down the first item. (This is the combo box with "Current Folder" only in the mailer.) - EShellView owns the search bar widget now instead of EShellContent. - Insert several nasty hacks that will likely come back to bite me.
* Update API documentation.Matthew Barnes2010-02-101-2/+2
| | | | Also, start fixing some Gtk-Doc warnings. There's a lot.
* Add a --geometry command-line option.Matthew Barnes2009-11-261-13/+0
| | | | | Applies the user's window geometry string to the first main window. Suggested in bug #529565.
* BugĀ 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-10/+0
|
* Update API documentation.Matthew Barnes2009-11-151-0/+28
|
* Simplify clipboard handling in calendar.Matthew Barnes2009-11-121-17/+0
|
* Kill e-cursor(s) (both of them).Matthew Barnes2009-11-101-30/+0
|
* Convert some "Save As" actions to run asynchronously.Matthew Barnes2009-11-081-10/+0
| | | | | | | | | | 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.
* Remove redundant URI/filename conversion functions.Matthew Barnes2009-11-061-18/+0
| | | | | Use g_filename_to_uri() instead of e_util_filename_to_uri(). Use g_filename_from_uri() instead of e_util_uri_to_filename().
* Developer documentation improvements.Matthew Barnes2009-09-231-0/+493