aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-model.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-2234/+0
* unref the calcomponent when we're done with itJP Rosevear2001-05-041-0/+2
* Replace "<" by "<=" in the comparison for due dates against the currentFederico Mena Quintero2001-04-271-2/+5
* Fix this to just send the data to the wombat instead of inserting itChristopher James Lahey2001-04-111-44/+20
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-051-10/+6
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+1
* keep list of all Tasks folders so we can update the preference settingsDamon Chaplin2001-03-051-170/+222
* override value to string virtual method (calendar_model_value_to_string):JP Rosevear2001-02-141-4/+44
* Fixed up these #includes.Christopher James Lahey2001-02-061-1/+3
* <gnome.h> trimming to reduce compilation time. Ditto. Ditto. Ditto. Ditto.Federico Mena Quintero2001-01-291-1/+4
* make sure the status is set to "Completed". Fixes bug #1253.Damon Chaplin2001-01-241-0/+15
* libical import cleanupJP Rosevear2001-01-241-2/+2
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-16/+62
* moved #include <cal-client/cal-client.h> to the .h file.Damon Chaplin2001-01-141-24/+140
* get categories button (init_widgets): listen for button clickJP Rosevear2001-01-061-23/+3
* Unconditionally remove the client from the alarm notification system.Federico Mena Quintero2001-01-031-1/+2
* Alarm trigger queueing for the GUI part.Federico Mena Quintero2000-12-231-2/+4
* #define this to 500, not nothing. Also, move this bit after the otherDan Winship2000-12-141-6/+6
* Even though icaltime_from_timet() now properly ignores the is_utc argumentFederico Mena Quintero2000-12-141-2/+1
* #if 0ed cal_obj_date_only_compare_func. (cal_object_get_rdate_end):Christopher James Lahey2000-12-141-5/+6
* This is to make things work with libical 0.21helix1 and later. WarningsFederico Mena Quintero2000-12-121-7/+3
* Fixes bug #920.Federico Mena Quintero2000-12-071-29/+10
* *gui/calendar-model.c: added a preliminary change to have AssignedJesse Pavel2000-11-281-3/+13
* The icon column is not editable!Federico Mena Quintero2000-11-221-1/+0
* Clear the rdate and exrule lists from the component if we are setting aFederico Mena Quintero2000-11-131-1/+3
* use cal_component_has_alarms().Damon Chaplin2000-10-201-15/+1
* updated to support RDATE end times or durations. Note that if you have twoDamon Chaplin2000-09-301-65/+184
* Removed an unused variable.Federico Mena Quintero2000-09-141-3/+0
* See if the new object matches the type of objects we were told to dealFederico Mena Quintero2000-09-141-0/+31
* Relying on the status field is somewhat faulty since it is related toJP Rosevear2000-09-111-8/+1
* changed to use EDateEdit.Damon Chaplin2000-09-111-32/+106
* Use new cal_component_has_recurrences convenience functionJP Rosevear2000-09-061-9/+2
* No need to spit a warning if removal fails. (event_editor_destroy): FreeFederico Mena Quintero2000-09-011-2/+4
* New function. We need this from code that dynamically updates from aFederico Mena Quintero2000-08-291-3/+9
* We no longer need time_from_icaltimetype as libical has the API for thisJP Rosevear2000-08-291-3/+3
* Uncomment debug code.JP Rosevear2000-08-261-0/+22
* Don't attempt to free this if its null (calendar_model_duplicate_value):JP Rosevear2000-08-261-4/+5
* Update for libical 0.19JP Rosevear2000-08-251-3/+3
* Handle summary field (calendar_model_value_is_empty): dittoJP Rosevear2000-08-241-0/+5
* Updated function. (calendar_model_free_value): Updated function.Federico Mena Quintero2000-08-221-343/+217
* New function. (parse_time): Moved over from the old set_time_t(). ThisFederico Mena Quintero2000-08-221-196/+284
* Sync - FedericoFederico Mena Quintero2000-08-131-11/+8
* Sync - FedericoFederico Mena Quintero2000-08-121-1/+28
* Generate a prettier string for the geographical position.Federico Mena Quintero2000-08-121-75/+332
* Handle the PERCENT-COMPLETE property. (free_icalcomponent): Likewise.Federico Mena Quintero2000-08-121-11/+10
* updated to match the new ETableModel append_row. This meant we could alsoDamon Chaplin2000-08-031-62/+16
* Emit "model_pre_change" signals as appropriate.Christopher James Lahey2000-08-031-0/+3
* Solaris compile fix. OK on Linux too.Matthew Loper2000-07-271-0/+3
* new ECalendarTable to show an ETable view for Todo/Event items.Damon Chaplin2000-07-261-61/+583
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-0/+4
* Sync again - FedericoFederico Mena Quintero2000-06-271-24/+298
* Sync - FedericoFederico Mena Quintero2000-06-231-5/+206
* #ifdef'ed out references to functions which don't exist yet, so evolutionDamon Chaplin2000-06-161-0/+2
* Doh, sync - FedericoFederico Mena Quintero2000-06-161-25/+120
* Added the array of objects and the hash table of UID->array index.Federico Mena Quintero2000-06-131-0/+482