aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-activity-client.c
Commit message (Expand)AuthorAgeFilesLines
* Define EVOLUTION_IMAGES using $(imagesdir). Define EVOLUTION_GLADEDIRDan Winship2003-02-061-0/+2
* [With this commit, the shell compiles without deprecatedEttore Perazzoli2002-12-201-12/+14
* changed to use a gtkdialog instead of a gnome one.Not Zed2002-12-021-3/+3
* use e_shell_ marshallers, and make sure STRING parameters map to *_STRING*Chris Toshok2002-11-201-2/+4
* Make separate dispose/finalize overrides of just overriding destroy.Ettore Perazzoli2002-11-121-9/+27
* New. (impl_finalize): New. (destroy): Removed. (class_init): InstallEttore Perazzoli2002-11-061-1/+1
* Replace gtk_signal_emit() with g_signal_emit(). Likewise. Likewise.Ettore Perazzoli2002-11-041-2/+2
* Changed all gtk_object_refs()/gtk_object_unrefs() intoEttore Perazzoli2002-11-041-1/+1
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-021-12/+11
* [Implement an Outlook-style "New" dropdown button. It is basicallyEttore Perazzoli2002-01-241-71/+3
* 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
* Allow a value of -1.0 for @progress [which means "unknown progress"].Ettore Perazzoli2001-09-071-1/+1
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-281-5/+5
* Set the release flag on the returned folder type list too.Ettore Perazzoli2001-08-081-1/+1
* Small stylistical/aesthetical fix.Ettore Perazzoli2001-08-081-2/+2
* Set the release flag on the returned icon to %TRUE.Ettore Perazzoli2001-08-081-0/+2
* Free the CORBA version of the animated icon.Ettore Perazzoli2001-08-081-1/+7
* Unref the listener when done.Not Zed2001-08-071-0/+3
* Added some comments about the possible race condition issues with theEttore Perazzoli2001-07-311-26/+9
* Also update have_pending_update before calling corba, as below.Not Zed2001-07-311-2/+1
* [This should fix #5110, shell crash when switching folders.]Ettore Perazzoli2001-07-311-5/+5
* Remove the source for the timeout *before* invoking the CORBA method, asEttore Perazzoli2001-07-281-7/+30
* Use `g_source_remove()' instead of `gtk_timeout_remove()' here, as we areEttore Perazzoli2001-07-221-1/+3
* Don't assert that there is a handler, so we don't crash if user clicks onEttore Perazzoli2001-07-031-9/+21
* Actually implement the "clicked" signal for the EActivityHandler, andEttore Perazzoli2001-06-251-12/+17
* Added an EvolutionActivityClient object to libeshell, to handleEttore Perazzoli2001-06-241-0/+460