aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-activity.c
Commit message (Collapse)AuthorAgeFilesLines
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-31/+8
| | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do.
* Bug #610229 - Status bar progress goes beyond 100 percentagepunit2010-04-131-1/+1
|
* Move EActivity and subclasses to e-util.Matthew Barnes2009-11-081-0/+605
Planning to write some asynchronous utility functions in e-util that return EActivity objects.