/devel/error/

aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
Commit message (Expand)AuthorAgeFilesLines
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-1814-24/+58
* Everywhere add a -DEVOLUTION_DATADIR=${datadir} in the Makefile.amMichael Meeks2000-09-173-1/+9
* ShushJP Rosevear2000-09-152-2/+6
* Oops, get the right files added/removedJP Rosevear2000-09-152-5/+5
* Add headers with GPL notice and credit copyright to those appropriateJP Rosevear2000-09-156-69/+199
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-144-123/+100
* Removed an unused variable.Federico Mena Quintero2000-09-142-3/+3
* See if the new object matches the type of objects we were told to dealFederico Mena Quintero2000-09-142-0/+37
* Only remove the pilot item from the hash if it exists in the first place.JP Rosevear2000-09-132-6/+14
* Hack to compile for distcheck.JP Rosevear2000-09-133-20/+25
* Use g_int_* for now (cal_backend_file_create): dittoJP Rosevear2000-09-133-67/+135
* Get rid of the `ui.xml' stuff that Michael committed, as it's breakingEttore Perazzoli2000-09-132-5/+2
* Remove bogus #include.Ettore Perazzoli2000-09-132-1/+5
* Tidy some xml.Michael Meeks2000-09-131-87/+0
* Added Swedish translation.Christian Rose2000-09-132-0/+4
* Connect to the "cal_loaded" signal of the client here. (connect_load):Federico Mena Quintero2000-09-122-75/+49
* Fixed a warning (removed unused variable gfloat width fromChristopher James Lahey2000-09-112-1/+5
* Handle renaming, header cleanupJP Rosevear2000-09-113-32/+35
* Use description list instead of comment list for pilot todo noteJP Rosevear2000-09-112-58/+69
* Only set the due date only if it existsJP Rosevear2000-09-112-4/+15
* Relying on the status field is somewhat faulty since it is related toJP Rosevear2000-09-112-8/+6
* Make log output a little more sensible (comp_from_remote_record): MinorJP Rosevear2000-09-112-39/+26
* Remove catch_ret_val function since its no longer useful. Fix naming ofJP Rosevear2000-09-113-281/+216
* changed to use EDateEdit.Damon Chaplin2000-09-1110-352/+563
* Convert "//" style comments (local_record_from_ical_uid): RemoveJP Rosevear2000-09-102-22/+26
* Use cal component pilot stuff properly (find_record_in_repository): RemoveJP Rosevear2000-09-109-294/+419
* Fix the calendar Makefiles so that they #include the `icalversion.h'Ettore Perazzoli2000-09-093-0/+10
* New function with the loading/creation state machine. It is carefullyFederico Mena Quintero2000-09-094-96/+212
* Use icaltime_as_timetJP Rosevear2000-09-093-4/+7
* Fixed some warnings.Christopher James Lahey2000-09-099-4/+35
* TidyJP Rosevear2000-09-094-36/+30
* Fall equinox cleanup!Federico Mena Quintero2000-09-0813-484/+749
* Preliminaries for new UI handler.Michael Meeks2000-09-082-0/+92
* Bunch of unicode related changesLauris Kaplinski2000-09-083-0/+25
* Use new cal_component_has_recurrences convenience functionJP Rosevear2000-09-068-40/+48
* Use new convenience functions and only get the recurrence stuff if needed.JP Rosevear2000-09-064-8/+112
* Kill all exdates if there are no dates in the boxJP Rosevear2000-09-063-10/+72
* uses the new TaskEditor dialog.Damon Chaplin2000-09-0613-594/+1300
* The exdate and rdate lists are a list of icaltimetypes, notJP Rosevear2000-09-063-18/+23
* Append the exdate to the list AFTER we create the date value.JP Rosevear2000-09-062-3/+8
* Free the data, not the list element.JP Rosevear2000-09-062-1/+6
* Compute the event duration using the event start/end times, not theJP Rosevear2000-09-062-13/+18
* Check to see if r->enddate is (time_t)-1 and set to 0 if soJP Rosevear2000-09-062-0/+7
* Get the calendar conduits to compile.Ettore Perazzoli2000-09-033-4/+18
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-023-5/+13
* Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile andChristopher James Lahey2000-09-025-3/+17
* Use gnome_calendar_construct() so that we can check for proper creation ofFederico Mena Quintero2000-09-024-97/+133
* Update for new libical. Conduits should atleast compile again.JP Rosevear2000-09-024-12/+25
* We don't need AC_PROG_RANLIB and AM_PROG_LIBTOOLJP Rosevear2000-09-013-11/+44
* No need to spit a warning if removal fails. (event_editor_destroy): FreeFederico Mena Quintero2000-09-017-107/+95
* Implement delete option (recurrence_toggled): Make an ugly hack to get theJP Rosevear2000-09-014-19/+95
* Event editor destroyed callback to do hash cleanupJP Rosevear2000-08-314-138/+217
* Made it compilable both with gnome-print 0.20 and 0.21+Lauris Kaplinski2000-08-312-21/+25
* Ensure that the child's allocation height is >= 1.Federico Mena Quintero2000-08-312-1/+4
* switched to using new ECalendar widget, and a few other fixes.Damon Chaplin2000-08-319-517/+1315
* Oops, set the dtstart/dtend on the component before adding it.Federico Mena Quintero2000-08-302-15/+28
* Make sure the is_utc flag is always FALSE for icaltime_from_timetJP Rosevear2000-08-302-21/+27
* Make sure the is_utc flag is always FALSE for icaltime_from_timetJP Rosevear2000-08-302-34/+50
* Oops, commit changelogJP Rosevear2000-08-301-0/+6
* Actually add the comp_instance struct to the instances list. We now appearJP Rosevear2000-08-301-2/+4
* Now the views monitor the client by themselves; it does not make sense toFederico Mena Quintero2000-08-3011-1053/+413
* Remove USING_OAF checksDan Winship2000-08-305-59/+10
* Use event_editor_set_event_objectJP Rosevear2000-08-30