index
:
gsoc2013-evolution
archive-integration
archive-integration-review
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
calendar
/
pcs
/
cal-backend.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
DOH, fixed reversed test for the presence of the icalcomp's parent. This
Federico Mena Quintero
2000-11-25
1
-0
/
+1
*
Use the new libical external iterators (icalcomponent_begin_component()
Federico Mena Quintero
2000-11-25
1
-1
/
+2
*
Pulling up stuff from the 0.6 branch
JP Rosevear
2000-10-21
1
-7
/
+31
*
Remove pilot cruft. All pilot stuff is in the conduits now and uses the
JP Rosevear
2000-10-16
1
-24
/
+4
*
Take CalObjType as a param because its impossible to determine after a
JP Rosevear
2000-10-12
1
-5
/
+9
*
The element is "pilot_id" not "pilotid". Update both maps (compute_pid):
JP Rosevear
2000-10-11
1
-1
/
+6
*
Add since field to context
JP Rosevear
2000-09-21
1
-1
/
+1
*
Make the log file name relevant to the actual calendar file, rather than
JP Rosevear
2000-09-21
1
-4
/
+4
*
Oops
JP Rosevear
2000-09-21
1
-1
/
+1
*
Use a local sax handler.
JP Rosevear
2000-09-21
1
-28
/
+5
*
Properly assign the CalObjChange type. (cal_backend_log_sax_parse): Delete
JP Rosevear
2000-09-21
1
-57
/
+47
*
New utility function (cal_backend_load): use above (cal_backend_create):
JP Rosevear
2000-09-20
1
-21
/
+35
*
Add some other cases where a slow sync is in order (pre_sync): Pre load
JP Rosevear
2000-09-20
1
-5
/
+375
*
Remove bogus #include.
Ettore Perazzoli
2000-09-13
1
-1
/
+1
*
Added a get_objects_in_range() method. Takes in a time range and the type
Federico Mena Quintero
2000-08-09
1
-12
/
+14
*
New files for the iCalendar file backend.
Federico Mena Quintero
2000-08-03
1
-1
/
+2
*
server code to service these:
Seth Alves
2000-06-29
1
-0
/
+23
*
Added a get_n_objects() method.
Federico Mena Quintero
2000-06-09
1
-0
/
+19
*
New function to add today's alarms for a single object.
Federico Mena Quintero
2000-05-12
1
-0
/
+29
*
Removed unused arguments. Load the initial alarms here. (load_alarms): New
Federico Mena Quintero
2000-05-12
1
-0
/
+22
*
+ * calendar/pcs/cal-backend.c (cal_backend_add_cal): Return nothing
Matthew Loper
2000-05-10
1
-1
/
+1
*
CalBackendClass now is just an interface for calendar backends; this is an
Federico Mena Quintero
2000-05-09
1
-895
/
+38
*
for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV.
Damon Chaplin
2000-05-05
1
-2
/
+2
*
set attendee and contact address correctly.
Seth Alves
2000-05-01
1
-14
/
+28
*
fix memory leak (save_to_vcal): same (save): same (cal_backend_load): same
Seth Alves
2000-04-28
1
-0
/
+5
*
Renamed from backend_destroy_cb. Now we use it for the "last_client_gone"
Federico Mena Quintero
2000-04-26
1
-6
/
+23
*
don't save on destroy.
Seth Alves
2000-04-26
1
-3
/
+2
*
fixed code to populate the todo clist
Seth Alves
2000-04-20
1
-1
/
+3
*
don't call save from here because in all cases the caller of remove_object
Seth Alves
2000-04-20
1
-1
/
+1
*
calls gnome_calendar_open instead of checking on disk and calling load or
Seth Alves
2000-04-20
1
-0
/
+2
*
removed implicit save, since we don't want to save as we load from disk.
Seth Alves
2000-04-18
1
-1
/
+2
*
Renamed library from libcalutil to libcal-util, to be consistent with
Federico Mena Quintero
2000-04-17
1
-1
/
+1
*
create and save an actual vcalendar instead of a list of vcal objects.
Seth Alves
2000-04-11
1
-40
/
+56
*
catch cal_loaded signal on the cal client. (gnome_calendar_load_cb):
Seth Alves
2000-04-10
1
-21
/
+114
*
Use ical_object_to_string().
Federico Mena Quintero
2000-03-28
1
-71
/
+3
*
replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendar
Seth Alves
2000-03-09
1
-1
/
+1
*
moved CalendarFormat type def here
Seth Alves
2000-02-18
1
-7
/
+129
*
Implemented.
Federico Mena Quintero
2000-02-17
1
-6
/
+46
*
Implemented.
Federico Mena Quintero
2000-02-12
1
-1
/
+138
*
Connect to the Cal's destroy signal. (cal_backend_remove_cal): Killed
Federico Mena Quintero
2000-02-11
1
-38
/
+144
*
Added get_uids() method to get a list of UIDs based on object types.
Federico Mena Quintero
2000-02-09
1
-0
/
+71
*
New struct to wrap instances of calendar objects for recurrencies and
Federico Mena Quintero
2000-02-08
1
-10
/
+119
*
New function to create the base VObject for a calendar.
Federico Mena Quintero
2000-02-04
1
-1
/
+45
*
Sync to laptop - Federico
Arturo Espinosa
2000-02-03
1
-24
/
+64
*
Added the get_object() method.
Federico Mena Quintero
2000-02-02
1
-0
/
+27
*
Changed the namespace from GNOME::Calendar to Evolution::Calendar.
Federico Mena Quintero
2000-01-29
1
-1
/
+1
*
Added the gnome-pilot and capplet checks; they will likely be reworked for
Federico Mena Quintero
2000-01-25
1
-6
/
+7
*
New function to remove a calendar client interface object from a backend.
Federico Mena Quintero
2000-01-24
1
-1
/
+48
*
Take in a GnomeVFSURI, not a string.
Federico Mena Quintero
2000-01-22
1
-13
/
+8
*
Moved the calendar backend here. This is the actual calendar-handling
Federico Mena Quintero
2000-01-19
1
-0
/
+344