aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-task-widget.c
Commit message (Expand)AuthorAgeFilesLines
* [With this commit, the shell compiles without deprecatedEttore Perazzoli2002-12-201-6/+6
* changed to use a gtkdialog instead of a gnome one.Not Zed2002-12-021-5/+5
* Use bonobo_main_quit() instead of gtk_main_quit(). (shell_weak_notify):Ettore Perazzoli2002-11-151-0/+2
* need to assign priv here, fixes a crash.Chris Toshok2002-11-121-0/+2
* Make separate dispose/finalize overrides of just overriding destroy.Ettore Perazzoli2002-11-121-12/+26
* guard against multiple calls. fixes a crash whenever a task finishes (theChris Toshok2002-11-081-5/+8
* New. (impl_finalize): New. (destroy): Removed. (class_init): InstallEttore Perazzoli2002-11-061-1/+1
* Changed all gtk_object_refs()/gtk_object_unrefs() intoEttore Perazzoli2002-11-041-1/+1
* Renamed from GNOME_Evolution_Shell.oaf.in.Ettore Perazzoli2002-11-041-1/+0
* Fix the license text to make sense.Ettore Perazzoli2001-10-271-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* New member `tooltips' in `ETaskWidgetPrivate'. (init): Init to NULL.Ettore Perazzoli2001-09-201-0/+10
* Removed globals `activity_client', `progress'. (timeout_callback_3): GetEttore Perazzoli2001-09-201-1/+25
* Set the release flag for the newly allocated sequence.Ettore Perazzoli2001-08-081-0/+2
* #include <libgnome/gnome-defs.h> and <libgnome/gnome-i18n.h> instead ofJason Leach2001-07-251-3/+2
* Uhm, set the usize to `1, -1' instead.Ettore Perazzoli2001-07-241-1/+1
* Set the usize for the contained hbox to 0x0.Ettore Perazzoli2001-07-241-0/+2
* Derive ETaskWidget from GtkEventBox instead of GtkFrame so that we canEttore Perazzoli2001-06-241-4/+9
* Implemented an Evolution::Activity interface for keeping track ofEttore Perazzoli2001-06-231-0/+190