aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Make log output a little more sensible (comp_from_remote_record): MinorJP Rosevear2000-09-111-0/+9
* Remove catch_ret_val function since its no longer useful. Fix naming ofJP Rosevear2000-09-111-0/+28
* changed to use EDateEdit.Damon Chaplin2000-09-111-0/+31
* Convert "//" style comments (local_record_from_ical_uid): RemoveJP Rosevear2000-09-101-0/+6
* Use cal component pilot stuff properly (find_record_in_repository): RemoveJP Rosevear2000-09-101-0/+42
* Fix the calendar Makefiles so that they #include the `icalversion.h'Ettore Perazzoli2000-09-091-0/+8
* New function with the loading/creation state machine. It is carefullyFederico Mena Quintero2000-09-091-0/+17
* Use icaltime_as_timetJP Rosevear2000-09-091-0/+5
* Fixed some warnings.Christopher James Lahey2000-09-091-0/+6
* TidyJP Rosevear2000-09-091-0/+6
* Fall equinox cleanup!Federico Mena Quintero2000-09-081-0/+44
* Bunch of unicode related changesLauris Kaplinski2000-09-081-0/+7
* Use new cal_component_has_recurrences convenience functionJP Rosevear2000-09-061-0/+26
* Use new convenience functions and only get the recurrence stuff if needed.JP Rosevear2000-09-061-0/+18
* Kill all exdates if there are no dates in the boxJP Rosevear2000-09-061-0/+19
* uses the new TaskEditor dialog.Damon Chaplin2000-09-061-0/+32
* The exdate and rdate lists are a list of icaltimetypes, notJP Rosevear2000-09-061-1/+9
* Append the exdate to the list AFTER we create the date value.JP Rosevear2000-09-061-0/+5
* Free the data, not the list element.JP Rosevear2000-09-061-0/+5
* Compute the event duration using the event start/end times, not theJP Rosevear2000-09-061-0/+6
* Check to see if r->enddate is (time_t)-1 and set to 0 if soJP Rosevear2000-09-061-0/+5
* Get the calendar conduits to compile.Ettore Perazzoli2000-09-031-0/+6
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-021-0/+6
* Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile andChristopher James Lahey2000-09-021-0/+6
* Use gnome_calendar_construct() so that we can check for proper creation ofFederico Mena Quintero2000-09-021-0/+14
* Update for new libical. Conduits should atleast compile again.JP Rosevear2000-09-021-0/+10
* We don't need AC_PROG_RANLIB and AM_PROG_LIBTOOLJP Rosevear2000-09-011-0/+16
* No need to spit a warning if removal fails. (event_editor_destroy): FreeFederico Mena Quintero2000-09-011-0/+19
* Implement delete option (recurrence_toggled): Make an ugly hack to get theJP Rosevear2000-09-011-0/+12
* Event editor destroyed callback to do hash cleanupJP Rosevear2000-08-311-0/+24
* Made it compilable both with gnome-print 0.20 and 0.21+Lauris Kaplinski2000-08-311-0/+4
* Ensure that the child's allocation height is >= 1.Federico Mena Quintero2000-08-311-0/+2
* Oops, set the dtstart/dtend on the component before adding it.Federico Mena Quintero2000-08-301-0/+7
* Make sure the is_utc flag is always FALSE for icaltime_from_timetJP Rosevear2000-08-301-0/+8
* Make sure the is_utc flag is always FALSE for icaltime_from_timetJP Rosevear2000-08-301-0/+11
* Oops, commit changelogJP Rosevear2000-08-301-0/+6
* Now the views monitor the client by themselves; it does not make sense toFederico Mena Quintero2000-08-301-0/+54
* Remove USING_OAF checksDan Winship2000-08-301-0/+7
* Use event_editor_set_event_objectJP Rosevear2000-08-301-0/+14
* These are not UTC timesJP Rosevear2000-08-291-0/+5
* New function. We need this from code that dynamically updates from aFederico Mena Quintero2000-08-291-0/+30
* We no longer need time_from_icaltimetype as libical has the API for thisJP Rosevear2000-08-291-0/+16
* Remove the icalcomponent from the toplevel calendar here.Federico Mena Quintero2000-08-291-0/+10
* Initiliaze tzid to null, only set recurrence rules and exception dates ifJP Rosevear2000-08-281-0/+6
* Write out the calendar object (cal_backend_file_update_object): Remove/addJP Rosevear2000-08-281-0/+8
* Remove gnorba stuffJP Rosevear2000-08-261-0/+12
* Uncomment debug code.JP Rosevear2000-08-261-0/+9
* Don't attempt to free this if its null (calendar_model_duplicate_value):JP Rosevear2000-08-261-0/+26
* Update for libical 0.19JP Rosevear2000-08-251-0/+4
* Fixed some warnings.Christopher James Lahey2000-08-251-0/+6
* Do not alloc the struct icaltimetype but point to one on the stack. MoreJP Rosevear2000-08-251-0/+6
* Make signal names saner (released_event_object_cb): dittoJP Rosevear2000-08-251-0/+19
* Do not alloc the struct icaltimetype but point to one on the stack. MoreFederico Mena Quintero2000-08-241-0/+6
* Remove owner fieldJP Rosevear2000-08-241-0/+8
* Handle summary field (calendar_model_value_is_empty): dittoJP Rosevear2000-08-241-0/+7
* Remove status barJP Rosevear2000-08-241-0/+11
* #include <e-util/e-cursors.h>Federico Mena Quintero2000-08-241-1/+19
* Set vtype of new CalComponent (e_week_view_on_new_appointment): dittoJP Rosevear2000-08-241-0/+8
* Include gnome.h for gettext purposesJP Rosevear2000-08-241-0/+8
* Updated function. (e_calendar_table_open_task): Updated function.Federico Mena Quintero2000-08-241-0/+6
* Updated function. (calendar_model_free_value): Updated function.Federico Mena Quintero2000-08-221-0/+17
* New function. (parse_time): Moved over from the old set_time_t(). ThisFederico Mena Quintero2000-08-221-0/+14
* Use CalObjTypeJP Rosevear2000-08-221-0/+7
* Use CalComponent instead of iCalObject. #if some alarm stuffJP Rosevear2000-08-221-1/+6
* Use CalComponent instead of iCalObject. #if some alarm stuffJP Rosevear2000-08-221-0/+15
* Use CalComponent instead of iCalObject. Work around not having a compareJP Rosevear2000-08-221-0/+37
* Use CalComponent instead of iCalObject. #if some alarm stuffJP Rosevear2000-08-211-0/+5
* Use CalComponent instead of iCalObject. Work around not having a compareJP Rosevear2000-08-211-0/+26
* Update prototypes.JP Rosevear2000-08-191-0/+20
* Use CalComponent instead of iCalObject (cancel_button): dittoJP Rosevear2000-08-181-0/+14
* Rework gnome-cal.c - alarms are a tad broken ATM so this will need moreJP Rosevear2000-08-171-0/+22
* Callback used to mark every event in a month. (mark_month_item): UseJP Rosevear2000-08-161-0/+26
* Sync - FedericoFederico Mena Quintero2000-08-131-0/+5
* *** empty log message ***Seth Alves2000-08-121-0/+5
* stubs for pilot id accessors (cal_component_get_pilot_status):Seth Alves2000-08-121-0/+7
* Generate a prettier string for the geographical position.Federico Mena Quintero2000-08-121-0/+36
* Handle the PERCENT-COMPLETE property. (free_icalcomponent): Likewise.Federico Mena Quintero2000-08-121-0/+17
* Update prototype.Dan Winship2000-08-111-0/+4
* New function. Mostly moved over fromFederico Mena Quintero2000-08-111-0/+9
* Removed. Wheee!Federico Mena Quintero2000-08-111-0/+4
* There. A pretty function to generate recurrence instances atomically soFederico Mena Quintero2000-08-111-0/+8
* Merge with camel-async.Peter Williams2000-08-111-0/+3
* Made the toolbars conform to the user's gnomecc settings for detachableCody Russell2000-08-101-0/+4
* Oops, subtract the new alarm's trigger time from the current time.Federico Mena Quintero2000-08-101-0/+5
* Fixed a warning.Christopher James Lahey2000-08-101-0/+4
* Fixed some warnings.Christopher James Lahey2000-08-091-0/+5
* Added a get_objects_in_range() method. Takes in a time range and the typeFederico Mena Quintero2000-08-091-0/+30
* New function. (cal_component_get_icalcomponent): Ensure that the SEQUENCEFederico Mena Quintero2000-08-081-0/+9
* Big sync. Disable calendar compilation for a few hours - FedericoFederico Mena Quintero2000-08-081-0/+40
* *** empty log message ***Seth Alves2000-08-051-0/+7
* Everywhere unref the remote_uih having done a set_container.Michael Meeks2000-08-041-0/+4
* *** empty log message ***Seth Alves2000-08-031-0/+5
* Fixed a g_return_if_fail that had two parameters and thus wouldn't build.Joe Shaw2000-08-031-0/+6
* updated to match the new ETableModel append_row. This meant we could alsoDamon Chaplin2000-08-031-0/+6
* Emit "model_pre_change" signals as appropriate.Christopher James Lahey2000-08-031-0/+5
* New files for the iCalendar file backend.Federico Mena Quintero2000-08-031-0/+11
* Use CalComponent and the new property types instead of the old iCalObjectFederico Mena Quintero2000-08-021-0/+22
* Removed doc directory, since it is the old gnome-pim docs which aren'tDamon Chaplin2000-08-021-0/+7
* Solaris compile fix. OK on Linux too.Matthew Loper2000-07-271-0/+5
* OK, it seems that we have all the interesting properties for single-userFederico Mena Quintero2000-07-271-0/+21
* Put all the functions used to free returned values all together.Federico Mena Quintero2000-07-271-0/+13
* gui/Makefile.am: Fixed a typo.Jeffrey Stedfast2000-07-271-0/+4
* Added a few xpm files to the EXTRA DIST sectionJeffrey Stedfast2000-07-271-0/+4
* New function. (scan_property): Handle the RDATE property. (scan_period):Federico Mena Quintero2000-07-261-0/+33
* new ECalendarTable to show an ETable view for Todo/Event items.Damon Chaplin2000-07-261-0/+23
* *** empty log message ***Damon Chaplin2000-07-231-0/+8
* Update the components to match the changes in the libeshell API.Ettore Perazzoli2000-07-211-0/+5
* Finish filling the trigger. What a pain, again.Federico Mena Quintero2000-07-201-0/+6
* Added the Turkish desktop entriesFatih Demir2000-07-201-0/+7
* Free the icalcomponent if this is an unattached alarm.Federico Mena Quintero2000-07-191-0/+8
* Docs docs docs - FedericoFederico Mena Quintero2000-07-181-0/+1
* Fixed inline docs. (cal_client_new): Ditto.Federico Mena Quintero2000-07-181-0/+6
* New internal represntation for alarm components. We really don't map themFederico Mena Quintero2000-07-151-0/+15
* oopsSeth Alves2000-07-141-0/+4
* conduit based on the calendar conduit. this conduit syncs a pilot's ToDoDBSeth Alves2000-07-141-0/+5
* Make gnome-print-0.20 mandatory. We will bail out with CVS HEAD versionsFederico Mena Quintero2000-07-131-0/+5
* GnomeFont update.Michael Meeks2000-07-131-0/+5
* fixed various problemsSeth Alves2000-07-131-0/+9
* Handle the COMPLETED property. (free_icalcomponent): Ditto.Federico Mena Quintero2000-07-121-0/+14
* Removed unneeded check for the URI. (load_fn): Be more paranoid about theFederico Mena Quintero2000-07-121-0/+9
* Disable Pilot conduit stuff for now. It's not quite ready yet and itEttore Perazzoli2000-07-111-0/+6
* remove gnomecal.conduitDan Winship2000-07-111-0/+7
* added makefiles for calendar conduitsSeth Alves2000-07-111-0/+8
* Remove "Close calendar" command, which does not make much sense.Ettore Perazzoli2000-07-091-0/+5
* Remove conflict markers - FedericoFederico Mena Quintero2000-07-091-1/+0
* Add mouse wheel scrolling support to the calendar day and week viewsAnders Carlsson2000-07-081-0/+9
* Handle the SEQUENCE property. (free_icalcomponent): Ditto.Federico Mena Quintero2000-07-081-0/+18
* Handle the LAST-MODIFIED property. (free_icalcomponent): Ditto.Federico Mena Quintero2000-07-071-0/+12
* Handle the CREATED property. (free_icalcomponent): Ditto.Federico Mena Quintero2000-07-071-0/+21
* Use &obj instead of &ico in the call to cal_client_get_object(). The ToDoDamon Chaplin2000-07-041-0/+8
* Use CalComponentText instead of CalComponentPropSummary. Removed theFederico Mena Quintero2000-07-041-0/+8
* Renamed from cal_component_free_description_list(). We can share thisFederico Mena Quintero2000-07-041-0/+20
* Handle CATEGORIES. This can appear multiple times, so we maintain a list.Federico Mena Quintero2000-07-031-0/+10
* Handle date/time and timezone pairs. (scan_property): Handle DTSTART andFederico Mena Quintero2000-07-021-0/+16
* Handle the DESCRIPTION property. There can be multiple descriptions withFederico Mena Quintero2000-07-011-0/+19
* Make calendar die when evolution quits.Christopher James Lahey2000-06-301-0/+4
* Get an EvolutionShellClient instead of an Evolution_Shell to match theEttore Perazzoli2000-06-301-0/+23
* EvolutionShellClient.Ettore Perazzoli2000-06-301-0/+6
* Do not link and include the pilot stuff for the calendar component, justFederico Mena Quintero2000-06-301-0/+7
* Make the pilot stuff in calendar/gui optional.Peter Williams2000-06-291-0/+7
* server code to service these:Seth Alves2000-06-291-0/+18
* New files for the new iCalendar component object. Today's properties:Federico Mena Quintero2000-06-291-0/+9
* use BONOBO_VFS_GNOME_CFLAGS.Michael Meeks2000-06-281-0/+4
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-0/+5
* Sync again - FedericoFederico Mena Quintero2000-06-271-0/+7
* Sync - FedericoFederico Mena Quintero2000-06-231-0/+31
* set event before using it! (e_day_view_init): used new colors from tigert.Damon Chaplin2000-06-211-0/+6
* Remove the usage of the "x" and "y" arguments.Christopher James Lahey2000-06-211-0/+5
* changed so it keeps the selection range. It just moves it on one day/weekDamon Chaplin2000-06-211-0/+19
* Fix compilation with builddir != srcdir.Ettore Perazzoli2000-06-191-0/+7
* fixed a DnD bug.Damon Chaplin2000-06-191-0/+5
* Fix to not depend on installed ical.hDan Winship2000-06-181-0/+5
* added little buttons which are shown when there are more events than willDamon Chaplin2000-06-171-0/+18
* new icon for the EWeekView to jump to the day.Damon Chaplin2000-06-171-0/+6
* #ifdef'ed out references to functions which don't exist yet, so evolutionDamon Chaplin2000-06-161-0/+6
* Doh, sync - FedericoFederico Mena Quintero2000-06-161-0/+28
* updated.Damon Chaplin2000-06-161-0/+7
* added icalendar-test.Damon Chaplin2000-06-161-0/+4
* use libical.aDamon Chaplin2000-06-161-0/+17
* merge the two separate noinst_PROGRAMS declarations into one so automakeDan Winship2000-06-151-0/+7
* Added the array of objects and the hash table of UID->array index.Federico Mena Quintero2000-06-131-0/+17
* Build a `libeshell.a' library in `shell/' so that we don't need toEttore Perazzoli2000-06-131-0/+6
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-101-0/+9
* Added a get_n_objects() method.Federico Mena Quintero2000-06-091-0/+23
* Allow for NULL summaries.Federico Mena Quintero2000-06-091-0/+5
* Added missing tooltips. We still need icons, though.Federico Mena Quintero2000-06-081-0/+5
* put this back in, it's still used inSeth Alves2000-06-081-0/+3
* instead of returning a text representation, decode the text and return anSeth Alves2000-06-081-0/+20
* fixed a bunch of problems use libical instead of libversitSeth Alves2000-06-071-0/+13
* Removed from the public header; made static. Now everyone should useFederico Mena Quintero2000-06-071-0/+9
* New function to call the print engine. (calendar_toolbar): Added the PrintFederico Mena Quintero2000-06-031-0/+18
* Implemented. (toolbar): Added an icon for the Save and Close command.Federico Mena Quintero2000-06-021-0/+9
* Implemented. (gnome_calendar_add_object): Removed function, since it wasFederico Mena Quintero2000-06-021-0/+23
* Fixed EXTRA_DIST.Christopher James Lahey2000-06-021-0/+4
* Handler for the "editor_closed" signal of the event editor; we justFederico Mena Quintero2000-06-021-0/+11
* Change of plans. The toplevel GnomeApp is now generated with Glade insteadFederico Mena Quintero2000-06-021-0/+20
* Make the toolbar look like a standard GNOME toolbar my putting it intoEttore Perazzoli2000-06-011-0/+8
* Added a hash table to map calendar objects to their respective eventFederico Mena Quintero2000-06-011-0/+49
* added test-recur test program.Damon Chaplin2000-06-011-0/+10
* Create the UI handler after we have constructed the parent GnomeApp.Federico Mena Quintero2000-05-311-0/+10
* Flush - FedericoFederico Mena Quintero2000-05-301-0/+21
* Put the main notebook directly under a simple GtkWindow. We are going toFederico Mena Quintero2000-05-261-7/+23
* Do not initialize libglade twice.Federico Mena Quintero2000-05-261-0/+15
* From shell/ChangeLog:Christopher James Lahey2000-05-261-0/+4
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-0/+22
* Added widgets/e-paned/Makefile.Christopher James Lahey2000-05-251-0/+6
* Commit for if my laptop dies - FedericoFederico Mena Quintero2000-05-241-0/+28
* new files to implement iCalendar recurrence rules. These are only partDamon Chaplin2000-05-201-0/+25
* Fixed warning message. (time_add_day): Likewise. (time_add_month):Federico Mena Quintero2000-05-191-0/+13
* hooked up more widget signals to callbacks to the gladified dialog actsSeth Alves2000-05-181-0/+5
* hook the radio buttons to the pages of the notebook. (append_exception):Seth Alves2000-05-171-0/+18
* Alarm stuff I had not cvs added, sigh - FedericoFederico Mena Quintero2000-05-161-0/+23
* Fix more Makefile breakage.Ettore Perazzoli2000-05-131-0/+5
* Added version and availability of required libunicode library.Matt Loper2000-05-131-0/+16
* New function to add today's alarms for a single object.Federico Mena Quintero2000-05-121-40/+60
* make the toolbars detachable now that we require a new enough versionDan Winship2000-05-121-0/+4
* remove unused timezone variable to make this compile on BSD systems (whereDan Winship2000-05-121-0/+6
* Removed unused arguments. Load the initial alarms here. (load_alarms): NewFederico Mena Quintero2000-05-121-0/+59
* Move "about" menuitem to the help menu.Matthew Loper2000-05-111-0/+5
* Removed dist-hook section.Christopher James Lahey2000-05-101-0/+5
* ChangeLog fix.Chris Lahey2000-05-101-1/+4
* Set the format when creating a new calendar.Christopher James Lahey2000-05-101-0/+2
* Removed double free of method_string in uri->method_string.Christopher James Lahey2000-05-091-0/+5
* Fix compilation with builddir != srcdir. Boy I love this.Ettore Perazzoli2000-05-091-0/+8
* call e_day_view_stop_editing_event here to avoid a divide by zero a bitSeth Alves2000-05-091-0/+6
* CalBackendClass now is just an interface for calendar backends; this is anFederico Mena Quintero2000-05-091-0/+78
* don't set the ico->uid to NULL or we won't find any other occurrences ofDamon Chaplin2000-05-091-0/+13
* show the EText item, just in case it hasn't moved, otherwise it won'tDamon Chaplin2000-05-081-0/+10
* + * gui/evolution-calendar-control.c (PROPERTY_CALENDAR_URI):Matthew Loper2000-05-071-0/+7
* changed these so they just do a simple localtime(), update the struct tm,Damon Chaplin2000-05-071-0/+11
* ignore evolution-calendar.pureChris Toshok2000-05-071-0/+5
* finish editing event when user hits Return key.Damon Chaplin2000-05-071-0/+21
* removed.Damon Chaplin2000-05-061-0/+4
* removed old calendar view files.Damon Chaplin2000-05-061-0/+9
* added guint ref_count to iCalObject struct, and ical_object_ref/unref()Damon Chaplin2000-05-061-0/+30
* for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV.Damon Chaplin2000-05-051-0/+32
* set the active radio button here. Oops - it wasn't a Bonobo problem afterDamon Chaplin2000-05-031-0/+37
* new function to get the currently seleted time range form the currentDamon Chaplin2000-05-011-0/+15
* *** empty log message ***Seth Alves2000-05-011-0/+10
* new function to see if the event dates have changed (including anyDamon Chaplin2000-05-011-0/+25
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-281-0/+24
* *** empty log message ***Seth Alves2000-04-281-0/+7
* Replaced libcal-util.la with *.laChristopher James Lahey2000-04-261-0/+6
* Renamed from backend_destroy_cb. Now we use it for the "last_client_gone"Federico Mena Quintero2000-04-261-0/+17
* compare iCalObjects by their UIDs instead of by their pointers.Seth Alves2000-04-261-0/+3
* don't save on destroy.Seth Alves2000-04-261-0/+4
* The Joy of Broken Makefiles Part #3.Ettore Perazzoli2000-04-261-0/+7
* hook for widget destroy -- used to unref the CalClient so wombat knows weSeth Alves2000-04-261-0/+4
* allow for null icoSeth Alves2000-04-261-0/+6
* The path to the test calendar changed when we moved stuff around. UsersFederico Mena Quintero2000-04-251-0/+10
* allow for null CN (parse_person): allow for null sent_bySeth Alves2000-04-251-0/+10
* added new source files and pixmaps, and removed old source files, whichDamon Chaplin2000-04-241-0/+33
* start on code to do the opposite of icalendar.c (convert from iCalObjectsSeth Alves2000-04-221-0/+3
* moved "About Calendar" into the View menu so it shows up.Seth Alves2000-04-211-0/+5
* new function: callback for listener's object updated signal.Seth Alves2000-04-211-4/+11
* callback for obj_updated or obj_removed. (gnome_calendar_new): hook upSeth Alves2000-04-211-0/+5
* create fullday's gcs even if pixmap_bell has already been created. thisSeth Alves2000-04-211-1/+7
* changed the order around a bit to avoid a Gtk-CRITICAL crashSeth Alves2000-04-201-0/+3
* fixed code to populate the todo clistSeth Alves2000-04-201-0/+11
* don't call save from here because in all cases the caller of remove_objectSeth Alves2000-04-201-0/+3
* calls gnome_calendar_open instead of checking on disk and calling load orSeth Alves2000-04-201-0/+10
* set calendar's uri with a property bagSeth Alves2000-04-191-0/+11
* Fix include path.Federico Mena Quintero2000-04-191-0/+4
* We have a new "last_calendar_gone" signal that Wombat can use to terminateFederico Mena Quintero2000-04-181-0/+14
* *** empty log message ***Seth Alves2000-04-181-1/+8
* Renamed library from libcalutil to libcal-util, to be consistent withFederico Mena Quintero2000-04-171-1/+28
* use HAVE_TIMEZONE to switch between linux's timezone variable and *bsd'sChris Toshok2000-04-121-0/+6
* *** empty log message ***Seth Alves2000-04-111-0/+5
* moved srcdir directories to the top so we search headers in the evolutionDamon Chaplin2000-04-111-0/+8
* catch cal_loaded signal on the cal client. (gnome_calendar_load_cb):Seth Alves2000-04-101-0/+17