/graphics/jhead/

ution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
Commit message (Collapse)AuthorAgeFilesLines
* Move EPoolv back to Evolution from libedataserver.Matthew Barnes2010-04-013-0/+189
| | | | | MessageList is the only thing still using it. EMemPool is gone now, so it uses CamelMemPool instead (same thing).
* Drop support for migrating from Evolution < 2.0.Matthew Barnes2010-03-307-967/+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.
* Fix mismatched quotes.Matthew Barnes2010-03-293-8/+8
|
* Avoid warning about redefined localtime_rFridrich Štrba2010-03-261-0/+3
|
* [win32] Don't bother with overriding .gnome2 directoryFridrich Strba2010-03-241-5/+6
|
* Bug 613639 - Evolution hard codes .gnome2Matthew Barnes2010-03-232-1/+27
|
* Alter UI conditional syntax to be more familiar cpp style, whichMichael Meeks2010-03-231-14/+13
| | | | avoids the need for intltool changes.
* More API documentation tweaking.Matthew Barnes2010-03-221-0/+1
|
* Demonstrate extending the EExtension API.Matthew Barnes2010-03-222-1/+47
| | | | | | | | | | | | | | | Introduce e_extensible_list_extensions(), which provides extensible objects access to their own extensions, or a subset of them. Convert EShellBackend to an abstract EExtension subtype. EShell will load its extensions with e_extensible_load_extensions(), and then obtain a list of EShellBackend extensions as follows: shell_backends = e_extensible_list_extensions ( E_EXTENSIBLE (shell), E_TYPE_SHELL_BACKEND); Because EShellBackend is abstract, its GType is skipped while traversing the GType hierarchy to find EShell extensions.
* Move "section" documentation out of header files.Matthew Barnes2010-03-2210-30/+30
|