aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-composer-utils.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-12-07 02:14:04 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-12-07 02:14:04 +0800
commitb62186f60c7a2dc232a800c213cedbdf4049c22a (patch)
treeef66f500749ee2ad5d4afb0a97a70f652d866ba8 /mail/em-composer-utils.c
parent29712bb2c4ad967869f489622ac6ff19b0a04506 (diff)
downloadgsoc2013-evolution-b62186f60c7a2dc232a800c213cedbdf4049c22a.tar.gz
gsoc2013-evolution-b62186f60c7a2dc232a800c213cedbdf4049c22a.tar.zst
gsoc2013-evolution-b62186f60c7a2dc232a800c213cedbdf4049c22a.zip
Remove hard coded disable deprecated flags
2003-12-06 JP Rosevear <jpr@ximian.com> * tools/Makefile.am: Remove hard coded disable deprecated flags svn path=/trunk/; revision=23660
Diffstat (limited to 'mail/em-composer-utils.c')
0 files changed, 0 insertions, 0 deletions
a922c37'>added isReadOnly method to Cal interface.Rodrigo Moya2002-10-024-1/+52 * Non-Connector part of #29334 (meeting created by a delegate in theDan Winship2002-09-284-0/+61 * Should fix once for all #24210Rodrigo Moya2002-09-261-20/+49 * Fixes #27961Rodrigo Moya2002-09-251-0/+5 * return a builtin timezone if we don't find the timezone in our component.Rodrigo Moya2002-09-251-7/+16 * unref the QueryListener object. (query_construct): create anRodrigo Moya2002-09-241-1/+18 * fix non-ANSI switch statements.Dan Winship2002-09-231-0/+2 * remove timeout function always and re-add it if the query is in progress.Rodrigo Moya2002-09-231-14/+10 * move success notification code to its own code block, since it was beingRodrigo Moya2002-09-231-27/+34 * remove the query from the cache if it failed. (start_cached_query_cb):Rodrigo Moya2002-09-201-0/+17 * added a list of EComponentListener's to control the lifetime of theRodrigo Moya2002-09-201-1/+36 * More fixes for #24210Rodrigo Moya2002-09-201-64/+233 * provide error message param, give a dialog with the message if we get aJP Rosevear2002-09-054-8/+15 * check for an attendee in the list (comp_to_list): only add the user ifJP Rosevear2002-08-091-1/+1 * Initialize loaded_backends before using it. (Just kills off a harmlessDan Winship2002-08-091-2/+3 * just return the object untouched since we don't send anythingJP Rosevear2002-08-084-0/+87 * new function. (query_backend_get_uids): new function. (query_backend_new):Rodrigo Moya2002-08-063-15/+123 * new class for implementing a backend cache for the calendar queries.Rodrigo Moya2002-08-013-0/+324 * Split pcs-backend-file out of libpcs and build it as a separate (noinst)Dan Winship2002-07-231-2/+5 * Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-187-23/+33 * Sigh, fix for the wombat.idl -> Evolution-Wombat.idl rename here too. AtPeter Williams2002-07-131-1/+1 * Free the uri_string once we're done with it.Jeffrey Stedfast2002-06-131-1/+3 * keep a reference to the Query object, to avoid crashes when the queriesRodrigo Moya2002-06-041-4/+6 * check the value returned by gnome_vfs_uri_to_string before using it.Rodrigo Moya2002-05-251-1/+4 * check the string returned by gnome_vfs_uri_to_string, which can be empty.Rodrigo Moya2002-05-201-0/+4 * added support for CAL_CLIENT_OPEN_PERMISSION_DENIED error code.Rodrigo Moya2002-05-171-0/+16 * added PermissionDenied exception and make it be raised in open,Rodrigo Moya2002-05-174-27/+61 * #include <gtk/gtkmain.h> to avoid warnings.Rodrigo Moya2002-05-031-0/+1 * refactored a bit, to not do things in idle loops.Rodrigo Moya2002-05-021-83/+76 * raise an exception if the backend's method returns NULL, since we can'tRodrigo Moya2002-04-221-0/+5 * new method.Rodrigo Moya2002-04-126-2/+58 * Remove dead files.JP Rosevear2002-04-072-1250/+0 * simple fix for DB3 header inclusion in Mac OS X, by Max HornRodrigo Moya2002-04-021-0/+4 * Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-3/+2 * (committed by Damon)Federico Mena Quintero2001-12-081-25/+42 * recurrence expansion callback for free/busy (create_user_free_busy):JP Rosevear2001-11-121-18/+44 * don't leak the string returned by cal_component_get_as_string nor theRodrigo Moya2001-11-091-1/+7 * If a query is not in progress, just retag the whole thing. An event mayFederico Mena Quintero2001-10-311-41/+41 * new function. (dump_backend): new function.Chris Toshok2001-10-302-0/+25 * Fixing the license text.Ettore Perazzoli2001-10-2817-68/+51 * Get a fresh CORBA_Environment for every CORBA call. Hopefully will fixFederico Mena Quintero2001-10-261-1/+6 * when iterating over the subcomponents, use 'subcomp' rather thanDamon Chaplin2001-10-251-2/+2 * added setDefaultTimezone() method.Damon Chaplin2001-10-235-92/+250 * write out the correct time in the controlJP Rosevear2001-10-231-26/+31 * there may be cases when the backend will return an invalid component fromRodrigo Moya2001-10-181-1/+1 * Return the original key in the hash table if requested.Federico Mena Quintero2001-10-111-18/+35 * fix logic checksJP Rosevear2001-10-101-2/+2 * util function to get address (itip_addresses_get_default): get only theJP Rosevear2001-10-101-8/+9 * deal correctly with URIs to be inserted into the hash table, so that weRodrigo Moya2001-10-101-2/+20 * moved to a common place (cal_backend_file_open): check if "uristr != NULL"Rodrigo Moya2001-10-103-62/+82 * refactor functionality into several function (comp_string): if we areJP Rosevear2001-10-041-1/+1 * replace use of gnome_vfs_uri with e_uriRodrigo Moya2001-10-045-84/+97 * strdup the uid to avoid double free, write out only after everything isJP Rosevear2001-10-021-3/+3 * don't use gnome_vfs_uri_is_local on URIs created withRodrigo Moya2001-10-021-5/+0 * Handle the fields and category we don't sync by making sure we don'tJP Rosevear2001-09-291-3/+9 * added InvalidURI and UnsupportedMethod exceptions to the CalFactoryRodrigo Moya2001-09-271-2/+33 * new protoJP Rosevear2001-09-266-26/+131 * use bonobo-exception stuff to clean codeJP Rosevear2001-09-265-50/+139 * gets a config db (cal_backend_file_destroy): release config dbJP Rosevear2001-09-211-15/+145 * Fixed weird include pathRodrigo Moya2001-09-201-1/+1 * add a new parameter (const char *iid) to specify the OAFIID of the factoryRodrigo Moya2001-09-192-6/+21 * new class for managing multiple calendars, with an API very similar to theRodrigo Moya2001-09-194-47/+76 * added a timeout to refresh the list every 10 minutes. Not ideal, as theDamon Chaplin2001-09-182-21/+88 * [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-151-1/+1 * See if the set of categories changed by using the removed_categories hashFederico Mena Quintero2001-08-301-16/+77 * Fixes bug #7879, a query may receive an update notification from theFederico Mena Quintero2001-08-291-28/+98 * open the tasks folder associated with the calendar being opened, and notRodrigo Moya2001-08-221-1/+1 * added new e-sexp operator. We don't currently use it though.Damon Chaplin2001-08-221-1/+42 * new files to contain utility functions for calendar backendsRodrigo Moya2001-08-217-251/+225 * new functions moved from the CalBackendFile, to allow its use outside ofRodrigo Moya2001-08-212-543/+38 * added new backend method to get the component given a UID.Damon Chaplin2001-08-104-21/+51 * New function to stop further notification from happening.Federico Mena Quintero2001-08-081-1/+2 * added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-071-1/+16 * The calendar search bar widget now includes a drop-down menu of availableFederico Mena Quintero2001-08-022-58/+83 * The Wombat now keeps track of which categories are present in the objectsFederico Mena Quintero2001-08-013-1/+179 * implementedRodrigo Moya2001-07-301-1/+57 * new protoJP Rosevear2001-07-131-18/+2 * renamed updateObject to updateObjects and removed the UID argument, sinceDamon Chaplin2001-07-124-26/+21 * more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-112-0/+12 * Pass the parent vCalendar component as the timezone closure ofFederico Mena Quintero2001-07-111-1/+10 * added virtual method to get a VTIMEZONE component given a TZID. We needDamon Chaplin2001-07-034-18/+66 * cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-035-8/+190 * Renamed the occur field to occur_start; added an occur_end field. This wayFederico Mena Quintero2001-06-271-3/+23 * Initialize libglade.Federico Mena Quintero2001-06-252-10/+24 * Converted to use BonoboXObject.Federico Mena Quintero2001-06-251-1/+1 * Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-2310-10/+10 * new function for the backends to be able to call the getPassword method onRodrigo Moya2001-06-234-3/+88 * changed getFreeBusy method to return a CalObj instead of a sequenceRodrigo Moya2001-06-226-20/+41 * added getFreeBusy methodRodrigo Moya2001-06-205-0/+83 * removed stuff to get builtin timezone info from the server.Damon Chaplin2001-06-201-41/+0 * new dialog for setting the time zone.Damon Chaplin2001-06-141-0/+42 * Convert to bonobo xobjectJP Rosevear2001-05-084-495/+218 * Connect to the "changed" signal of the categories entry so that they willFederico Mena Quintero2001-04-181-2/+2 * Add EXTRA_GNOME_CFLAGS, for gal.Dan Winship2001-04-171-0/+1 * Create the ESearchBar thingy. (search_bar_query_changed_cb): Build theFederico Mena Quintero2001-04-161-7/+272 * Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-141-0/+4 * New function to restart a query for the day view. (query_obj_updated_cb):Federico Mena Quintero2001-04-132-13/+198 * prepend to both changes and change_ids when different and mark asJP Rosevear2001-04-121-2/+2 * Engine for live queries to calendars. A query object watches a CalBackendFederico Mena Quintero2001-03-308-12/+1067 * Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-261-1/+2 * fixed generation of history recordsRodrigo Moya2001-02-241-2/+38 * Added a `registered' field. (cal_factory_oaf_register): New function; nowFederico Mena Quintero2001-02-212-1/+71 * close DB environment. Some compilation warnings removedRodrigo Moya2001-02-171-14/+28