Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate base utility libraries into libeutil. | Matthew Barnes | 2012-12-13 | 1 | -230/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Evolution consists of entirely too many small utility libraries, which increases linking and loading time, places a burden on higher layers of the application (e.g. modules) which has to remember to link to all the small in-tree utility libraries, and makes it difficult to generate API documentation for these utility libraries in one Gtk-Doc module. Merge the following utility libraries under the umbrella of libeutil, and enforce a single-include policy on libeutil so we can reorganize the files as desired without disrupting its pseudo-public API. libemail-utils/libemail-utils.la libevolution-utils/libevolution-utils.la filter/libfilter.la widgets/e-timezone-dialog/libetimezonedialog.la widgets/menus/libmenus.la widgets/misc/libemiscwidgets.la widgets/table/libetable.la widgets/text/libetext.la This also merges libedataserverui from the Evolution-Data-Server module, since Evolution is its only consumer nowadays, and I'd like to make some improvements to those APIs without concern for backward-compatibility. And finally, start a Gtk-Doc module for libeutil. It's going to be a project just getting all the symbols _listed_ much less _documented_. But the skeletal structure is in place and I'm off to a good start. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-08-20 | 1 | -2/+2 |
| | |||||
* | Bug #210105 - Error assigning negative scores in filtering | Milan Crha | 2012-02-09 | 1 | -1/+1 |
| | |||||
* | Use CamelSExp instead of ESExp in filter, mail. | Matthew Barnes | 2011-11-15 | 1 | -2/+0 |
| | |||||
* | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 1 | -2/+2 |
| | |||||
* | More whitespace cleanup. | Matthew Barnes | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Cast GtkAdjustment constructor calls to GtkAdjustment | Benjamin Otte | 2010-10-30 | 1 | -2/+2 |
| | | | | | Otherwise gcc will complain about wrong type when comiling against GTK2. This patch can be reverted when compiling against GTK3. | ||||
* | Give MailSession a permanent home. | Matthew Barnes | 2010-10-13 | 1 | -12/+5 |
| | | | | | | | | | | | Global variables in shared libraries are a bad idea. EMailBackend now owns the MailSession instance, which is actually now EMailSession. Move the blocking utility functions in mail-tools.c to e-mail-session.c and add asynchronous variants. Same approach as Camel. Replace EMailReader.get_shell_backend() with EMailReader.get_backend(), which returns an EMailBackend. Easier access to the EMailSession. | ||||
* | Bug #631320 - GtkObject is gone in GTK3 | Milan Crha | 2010-10-07 | 1 | -2/+2 |
| | |||||
* | GObject boilerplate cleanup. | Matthew Barnes | 2010-08-25 | 1 | -33/+9 |
| | | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-04 | 1 | -1/+3 |
| | |||||
* | Cleanup and rename filter classes. | Matthew Barnes | 2009-10-27 | 1 | -0/+261 |