aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings.Matthew Barnes2010-04-2134-0/+119
* Add gtk-doc tests, but leave them disabled.Matthew Barnes2010-04-011-1/+0
* Add --name-space to MKDB_OPTIONS.Matthew Barnes2010-04-011-2/+1
* Move EPoolv back to Evolution from libedataserver.Matthew Barnes2010-04-012-0/+11
* Update API docs.Matthew Barnes2010-03-301-3/+0
* Drop support for migrating from Evolution < 2.0.Matthew Barnes2010-03-301-28/+0
* Simplify the search UI for express mode.Matthew Barnes2010-03-276-20/+103
* Bug 613639 - Evolution hard codes .gnome2Matthew Barnes2010-03-231-0/+1
* More API documentation tweaking.Matthew Barnes2010-03-2230-5386/+21
* Demonstrate extending the EExtension API.Matthew Barnes2010-03-224-5/+17
* Document EExtensible and EExtension.Matthew Barnes2010-03-225-0/+110
* Prevent future bugs like #612792.Matthew Barnes2010-03-151-2/+0
* Shell and UI manager cleanups.Matthew Barnes2010-03-144-1/+27
* Update API documentation.Matthew Barnes2010-02-106-6/+81
* Implement account-wide search scope in mail.Matthew Barnes2010-02-072-9/+13
* Add a EShellWindow::shell-view-created signal.Matthew Barnes2010-01-232-0/+19
* Coding style and whitespace cleanup.Matthew Barnes2010-01-041-0/+5
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-0/+5
* Refactor the EShell search API.Matthew Barnes2009-12-197-293/+623
* Introduce EMailSidebar into libevolution-mail.Matthew Barnes2009-12-155-43/+59
* Add an EShell:module-directory constructor property.Matthew Barnes2009-12-021-0/+1
* Add private virtual methods to EShellWindowClass.Matthew Barnes2009-12-028-42/+341
* Expand the EMailReader interface so it's easier to use.Matthew Barnes2009-12-022-120/+106
* Update API documentation.Matthew Barnes2009-11-291-4/+0
* Add a --quit command-line option.Matthew Barnes2009-11-261-0/+1
* Add a --geometry command-line option.Matthew Barnes2009-11-264-13/+23
* Kill Evolution's icon cache once and for all.Matthew Barnes2009-11-203-14/+17
* BugĀ 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-174-75/+0
* Add some new Gtk-Doc generated files.Matthew Barnes2009-11-152-0/+259
* Update API documentation.Matthew Barnes2009-11-155-14/+112
* Further tweaks for the command-line importing.Matthew Barnes2009-11-131-0/+1
* Simplify clipboard handling in calendar.Matthew Barnes2009-11-122-17/+15
* Kill more redundant save dialogs and related utilities.Matthew Barnes2009-11-112-31/+28
* Kill e-cursor(s) (both of them).Matthew Barnes2009-11-103-32/+16
* Convert some "Save As" actions to run asynchronously.Matthew Barnes2009-11-084-23/+19
* Remove redundant URI/filename conversion functions.Matthew Barnes2009-11-063-20/+16
* Don't update the message list when right-clicking on a folder.Matthew Barnes2009-10-281-0/+1
* Gtk-Doc updates.Matthew Barnes2009-10-071-0/+1
* Bug 596843 - Link to libraries when building API docsH.Habighorst2009-09-301-88/+9
* Show import progress directly in the assistant window.Matthew Barnes2009-09-262-2/+0
* Rename EShellImporter to EImportAssistant and move it to widgets.Matthew Barnes2009-09-264-19/+1
* Convert the shell importer to a widget class.Matthew Barnes2009-09-264-28/+22
* Developer documentation improvements.Matthew Barnes2009-09-2324-11/+2699
* Fix some mistakes in the EShell documentation.Matthew Barnes2009-09-033-1/+17
* Introduce an EShellView::execute-search signal.Matthew Barnes2009-09-034-8/+16
* Deal with untracked files in git.Matthew Barnes2009-08-261-0/+2
* Fix Gtk-Doc build break.Matthew Barnes2009-08-231-1/+0
* BugĀ 591755 - Gtk-Doc build failure when NM support disabledH.Habighorst2009-08-171-1/+5
* Simplify binding EShellSettings properties to GConf keys.Matthew Barnes2009-08-013-3/+11
* Finish EggSMClient shell integration.Matthew Barnes2009-07-161-0/+3
* Update EShell API docs.Matthew Barnes2009-07-152-4/+9
* Add a "quit-requested" signal to the shutdown protocol.Matthew Barnes2009-07-132-1/+16
* Implement the shutdown protocol and stub in session management.Matthew Barnes2009-07-113-37/+40
* Fix up EShell API documentation.Matthew Barnes2009-07-014-2/+51
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
* Radically reorganize source code.Matthew Barnes2009-06-252-0/+283
* Use key files for tracking widget states.Matthew Barnes2009-06-131-0/+16
* Makefile.am cleanups.Matthew Barnes2009-06-132-15/+1
* Search bar improvements.Matthew Barnes2009-06-092-1/+6
* Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-211-7/+7
* Fix bugs caused by EShellBackend changes.Matthew Barnes2009-05-102-4/+1
* Adapt tasks to EShellBackend changes.Matthew Barnes2009-05-098-51/+265
* Add another .gitignoreMatthew Barnes2009-04-291-0/+15
* Use consistent variable names for GtkUIManagerMatthew Barnes2009-04-252-1/+2
* Manual conflict resolutionMatthew Barnes2009-04-252-2/+1
* Correct documentation.Matthew Barnes2009-02-232-1/+9
* Make filter options for mail labels work again.Matthew Barnes2009-02-232-0/+2
* Documentation tweaks.Matthew Barnes2009-02-191-0/+1
* Rename EShell:online-mode to EShell:online and update docs.Matthew Barnes2009-02-193-6/+37
* Clean up the EMFormat stack. Add some GObject properties to bind to.Matthew Barnes2009-02-191-0/+1
* Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-151-1/+0
* Get mail search bar partially working without help from EFilterBar.Matthew Barnes2009-02-143-45/+38
* Make MailSession available through EShellSettings so composer can use it.Matthew Barnes2009-02-131-0/+2
* Rewrite the mail label code from top to bottom.Matthew Barnes2009-02-082-0/+12
* When invoking Evolution with URIs on the command-line (e.g. mailto:),Matthew Barnes2009-01-293-12/+40
* Make action group management in shell windows more elegant.Matthew Barnes2009-01-273-0/+19
* Add action groups to support lockdown, starting with printing.Matthew Barnes2009-01-274-0/+49
* Miscellaneous stuff.Matthew Barnes2009-01-272-0/+11
* Redesign EPluginUI to accommodate merging and unmerging shell views.Matthew Barnes2009-01-241-0/+1
* Tweak the EShell API.Matthew Barnes2009-01-083-15/+68
* Update EShell documentation.Matthew Barnes2008-12-282-4/+21
* Define a new interface called EMailReader, which implements operationsMatthew Barnes2008-12-272-0/+10
* - Mail: Update the sidebar on folder selection.Matthew Barnes2008-12-163-27/+45
* Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-115-413/+464
* Implement bug #263268 - Contact categories need to be able to be filtered byMatthew Barnes2008-12-045-464/+413
* Documentation improvements.Matthew Barnes2008-11-2011-407/+623
* Progress update:Matthew Barnes2008-11-192-0/+6
* Rearranged some of the addressbook code to try and eliminate some circularMatthew Barnes2008-11-142-9/+9
* Merge revisions 36685:36729 from trunk.Matthew Barnes2008-11-085-454/+404
* Disable parts of my previous calendar work, such that all modules now load!Matthew Barnes2008-10-283-0/+1891
* Fix some compilation errors.Matthew Barnes2008-10-055-9/+35
* Support migration in the new shell design.Matthew Barnes2008-10-054-0/+37
* Tasks is working. Still need to deal with some loose ends and test it all.Matthew Barnes2008-10-0411-22/+347
* Tasks progress. Merge EMemoPreview back into ECalComponentPreview.Matthew Barnes2008-10-0313-113/+499
* Add more EShell API documentation.Matthew Barnes2008-10-023-18/+42
* Continue documenting the new shell API.Matthew Barnes2008-10-016-2248/+129
* Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-302-9/+22
* Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-252-10/+9
* Search UI is kinda sorta working. Still some outstanding issues.Matthew Barnes2008-09-232-2/+8
* Fix some miscellaneous address book bugs.Matthew Barnes2008-09-201-1/+0
* Replace EActivityHandler with a new activity-tracking system that usesMatthew Barnes2008-09-206-146/+143
* Finally got the "Current View" menu under control.Matthew Barnes2008-09-191-1/+0
* Progress update:Matthew Barnes2008-09-181-0/+1
* Massive address book refactoring. Things are mostly working again.Matthew Barnes2008-09-174-14/+66
* Begin documenting the new shell design.Matthew Barnes2008-09-1531-0/+5873