aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/query.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'ChangeLog'.ChangeLognobody2002-11-251-1733/+0
* converted to BonoboObject. (impl_Cal_get_query): bonobo_object_unref theRodrigo Moya2002-11-081-4/+7
* converted to BonoboObject. (impl_Cal_get_query): bonobo_object_unref theRodrigo Moya2002-11-071-39/+39
* cal-client/cal-listener.hRodrigo Moya2002-11-021-1/+0
* Fixes #32371Rodrigo Moya2002-10-231-3/+5
* Should fix once for all #24210Rodrigo Moya2002-09-261-20/+49
* unref the QueryListener object. (query_construct): create anRodrigo Moya2002-09-241-1/+18
* 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
* new function. (query_backend_get_uids): new function. (query_backend_new):Rodrigo Moya2002-08-061-2/+10
* keep a reference to the Query object, to avoid crashes when the queriesRodrigo Moya2002-06-041-4/+6
* #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
* new method.Rodrigo Moya2002-04-121-0/+1
* (committed by Damon)Federico Mena Quintero2001-12-081-25/+42
* If a query is not in progress, just retag the whole thing. An event mayFederico Mena Quintero2001-10-311-41/+41
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* added setDefaultTimezone() method.Damon Chaplin2001-10-231-1/+7
* there may be cases when the backend will return an invalid component fromRodrigo Moya2001-10-181-1/+1
* util function to get address (itip_addresses_get_default): get only theJP Rosevear2001-10-101-8/+9
* added a timeout to refresh the list every 10 minutes. Not ideal, as theDamon Chaplin2001-09-181-1/+71
* Fixes bug #7879, a query may receive an update notification from theFederico Mena Quintero2001-08-291-28/+98
* added new e-sexp operator. We don't currently use it though.Damon Chaplin2001-08-221-1/+42
* added new backend method to get the component given a UID.Damon Chaplin2001-08-101-14/+3
* The calendar search bar widget now includes a drop-down menu of availableFederico Mena Quintero2001-08-021-7/+30
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-111-0/+7
* added virtual method to get a VTIMEZONE component given a TZID. We needDamon Chaplin2001-07-031-13/+8
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-1/+22
* Connect to the "changed" signal of the categories entry so that they willFederico Mena Quintero2001-04-181-2/+2
* Create the ESearchBar thingy. (search_bar_query_changed_cb): Build theFederico Mena Quintero2001-04-161-7/+272
* New function to restart a query for the day view. (query_obj_updated_cb):Federico Mena Quintero2001-04-131-12/+182
* Engine for live queries to calendars. A query object watches a CalBackendFederico Mena Quintero2001-03-301-0/+780