aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
Commit message (Expand)AuthorAgeFilesLines
* when the user types in a new event, don't create it until the user hitsDamon Chaplin2000-10-059-494/+341
* As a temporary solution to the to-do printing, just print the summaries.Federico Mena Quintero2000-10-052-34/+44
* Use g_list_append() correctly. (print_todo_details_cb): Likewise.Federico Mena Quintero2000-10-052-20/+33
* Fix strftime() %a versus %b confusion. Fixes bugzilla #644.Federico Mena Quintero2000-10-052-38/+22
* *** empty log message ***Jesse Pavel2000-10-043-137/+508
* kill.Michael Meeks2000-10-031-0/+4
* *** empty log message ***Jesse Pavel2000-10-035-140/+411
* updated to support RDATE end times or durations. Note that if you have twoDamon Chaplin2000-09-3010-226/+621
* *** empty log message ***Jesse Pavel2000-09-286-7/+627
* set the height of the scrolled window for the description field, since theDamon Chaplin2000-09-259-169/+488
* Updates for the Bonobo changes from Michael who is having someEttore Perazzoli2000-09-232-14/+10
* Removed the "about calendar" command, since we don't want to have bothFederico Mena Quintero2000-09-222-23/+6
* Dear native speakers,Federico Mena Quintero2000-09-221-1/+1
* s/Bonobo_UIHandler/Bonobo_UIContainer/Michael Meeks2000-09-212-1/+6
* Don't fail if there is no map file.JP Rosevear2000-09-212-7/+20
* Add since field to contextJP Rosevear2000-09-214-5/+43
* Make the log file name relevant to the actual calendar file, rather thanJP Rosevear2000-09-212-4/+10
* OopsJP Rosevear2000-09-212-1/+5
* Use a local sax handler.JP Rosevear2000-09-213-61/+15
* Properly assign the CalObjChange type. (cal_backend_log_sax_parse): DeleteJP Rosevear2000-09-212-57/+54
* Updated the Swedish translation.Christian Rose2000-09-201-2/+2
* New utility function (cal_backend_load): use above (cal_backend_create):JP Rosevear2000-09-203-52/+89
* Add some other cases where a slow sync is in order (pre_sync): Pre loadJP Rosevear2000-09-2017-1996/+1170
* 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-305-8/+24
* These are not UTC timesJP Rosevear2000-08-292-2/+7
* New function. We need this from code that dynamically updates from aFederico Mena Quintero2000-08-2914-45/+86
* We no longer need time_from_icaltimetype as libical has the API for thisJP Rosevear2000-08-297-47/+31
* Remove the icalcomponent from the toplevel calendar here.Federico Mena Quintero2000-08-292-21/+38
* Initiliaze tzid to null, only set recurrence rules and exception dates ifJP Rosevear2000-08-282-35/+44
* Write out the calendar object (cal_backend_file_update_object): Remove/addJP Rosevear2000-08-282-9/+59
* Remove gnorba stuffJP Rosevear2000-08-269-72/+14
* Uncomment debug code.JP Rosevear2000-08-263-5/+36
* Don't attempt to free this if its null (calendar_model_duplicate_value):JP Rosevear2000-08-264-17/+43
* Properly append to listJP Rosevear2000-08-255-18/+18
* Update for libical 0.19JP Rosevear2000-08-258-35/+39
* Fixed some warnings.Christopher James Lahey2000-08-258-1/+34
* Do not alloc the struct icaltimetype but point to one on the stack. MoreJP Rosevear2000-08-252-4/+10
* Make signal names saner (released_event_object_cb): dittoJP Rosevear2000-08-255-41/+60
* Do not alloc the struct icaltimetype but point to one on the stack. MoreFederico Mena Quintero2000-08-242-2/+11
* Remove owner fieldJP Rosevear2000-08-244-82/+25
* Handle summary field (calendar_model_value_is_empty): dittoJP Rosevear2000-08-242-0/+12
* Remove status barJP Rosevear2000-08-244-14/+13
* #include <e-util/e-cursors.h>Federico Mena Quintero2000-08-248-19/+38
* Set vtype of new CalComponent (e_week_view_on_new_appointment): dittoJP Rosevear2000-08-243-1/+12
* Include gnome.h for gettext purposesJP Rosevear2000-08-245-3/+17
* Updated function. (e_calendar_table_open_task): Updated function.Federico Mena Quintero2000-08-243-95/+51
* Updated function. (calendar_model_free_value): Updated function.Federico Mena Quintero2000-08-222-343/+234
* New function. (parse_time): Moved over from the old set_time_t(). ThisFederico Mena Quintero2000-08-222-196/+298
* Use CalObjTypeJP Rosevear2000-08-223-2/+9
* Use CalComponent instead of iCalObject. #if some alarm stuffJP Rosevear2000-08-222-4/+12
* Use CalComponent instead of iCalObject. #if some alarm stuffJP Rosevear2000-08-222-3/+21
* Update prototypesJP Rosevear2000-08-222-5/+8
* Use CalComponent instead of iCalObject. Work around not having a compareJP Rosevear2000-08-224-164/+322
* Use CalComponent instead of iCalObject. #if some alarm stuffJP Rosevear2000-08-213-3/+13
* Use CalComponent instead of iCalObject. Work around not having a compareJP Rosevear2000-08-213-104/+202
* Update prototypes.JP Rosevear2000-08-193-275/+305
* Use CalComponent instead of iCalObject (cancel_button): dittoJP Rosevear2000-08-184-83/+141
* Rework gnome-cal.c - alarms are a tad broken ATM so this will need moreJP Rosevear2000-08-173-69/+119
* Callback used to mark every event in a month. (mark_month_item): UseJP Rosevear2000-08-163-23/+57
* Use cal_client_get_objects_in_range (print_day_details_cb): Callback usedJP Rosevear2000-08-164-475/+166
* Added the cal-util library to the documentation framework - FedericoFederico Mena Quintero2000-08-151-5/+2
* Sync - FedericoFederico Mena Quintero2000-08-132-11/+13
* Sync - FedericoFederico Mena Quintero2000-08-121-1/+28
* *** empty log message ***Seth Alves2000-08-121-0/+5
* stubs for pilot id accessors (cal_component_get_pilot_status):Seth Alves2000-08-127-350/+815
* Generate a prettier string for the geographical position.Federico Mena Quintero2000-08-124-80/+537
* Oops - FedericoFederico Mena Quintero2000-08-121-1/+1
* Handle the PERCENT-COMPLETE property. (free_icalcomponent): Likewise.Federico Mena Quintero2000-08-129-23/+234
* Update prototype.Dan Winship2000-08-113-2/+8
* New function. Mostly moved over fromFederico Mena Quintero2000-08-114-77/+86
* Removed. Wheee!Federico Mena Quintero2000-08-114-84/+23
* There. A pretty function to generate recurrence instances atomically soFederico Mena Quintero2000-08-113-7/+291
* Merge with camel-async.Peter Williams2000-08-111-0/+3
* Made the toolbars conform to the user's gnomecc settings for detachableCody Russell2000-08-102-1/+10
* Oops, subtract the new alarm's trigger time from the current time.Federico Mena Quintero2000-08-103-2/+7
* Fixed a warning.Christopher James Lahey2000-08-102-1/+8
* Fixed some warnings.Christopher James Lahey2000-08-094-5/+11
* Added a get_objects_in_range() method. Takes in a time range and the typeFederico Mena Quintero2000-08-098-172/+201
* Removing old cruft - FedericoFederico Mena Quintero2000-08-093-170/+0
* New function. (cal_component_get_icalcomponent): Ensure that the SEQUENCEFederico Mena Quintero2000-08-0815-849/+101
* Big sync. Disable calendar compilation for a few hours - FedericoFederico Mena Quintero2000-08-0813-124/+542
* *** empty log message ***Seth Alves2000-08-051-0/+7
* if oaf isn't initialized by the time the conduit starts, start it up. weSeth Alves2000-08-053-5/+32
* tlauche is now called wombatSeth Alves2000-08-051-1/+1
* Everywhere unref the remote_uih having done a set_container.Michael Meeks2000-08-042-0/+5
* *** 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-032-1/+7
* fixed a bunch of bugs, added a lot of debug spew.Seth Alves2000-08-032-87/+253
* call save (cbimc) after setting the pilot id and status.Seth Alves2000-08-031-0/+7
* updated to match the new ETableModel append_row. This meant we could alsoDamon Chaplin2000-08-032-62/+22
* Dum dum dum - FedericoFederico Mena Quintero2000-08-031-0/+36
* Emit "model_pre_change" signals as appropriate.Christopher James Lahey2000-08-032-0/+8
* New files for the iCalendar file backend.Federico Mena Quintero2000-08-037-9/+1108
* Ahem, these files will be back in a second - FedericoFederico Mena Quintero2000-08-031-2/+0
* Use CalComponent and the new property types instead of the old iCalObjectFederico Mena Quintero2000-08-027-129/+419
* Removed doc directory, since it is the old gnome-pim docs which aren'tDamon Chaplin2000-08-0213-521/+9
* Solaris compile fix. OK on Linux too.Matthew Loper2000-07-272-0/+8
* OK, it seems that we have all the interesting properties for single-userFederico Mena Quintero2000-07-273-0/+245
* Ahem, be consistent with parameter names - FedericoFederico Mena Quintero2000-07-271-2/+2
* Put all the functions used to free returned values all together.Federico Mena Quintero2000-07-273-209/+362
* gui/Makefile.am: Fixed a typo.Jeffrey Stedfast2000-07-272-1/+5
* Added a few xpm files to the EXTRA DIST sectionJeffrey Stedfast2000-07-272-4/+12
* New function. (scan_property): Handle the RDATE property. (scan_period):Federico Mena Quintero2000-07-2610-108/+358
* new ECalendarTable to show an ETable view for Todo/Event items.Damon Chaplin2000-07-2624-549/+4714
* *** empty log message ***Damon Chaplin2000-07-231-0/+8
* fixed it so it doesn't crash when a URL is loaded.Damon Chaplin2000-07-232-3/+19
* Szabolcs BAN <shooby@gnome.hu>Szabolcs Ban2000-07-211-1/+1
* Update the components to match the changes in the libeshell API.Ettore Perazzoli2000-07-213-2/+7
* Finish filling the trigger. What a pain, again.Federico Mena Quintero2000-07-202-6/+83
* Added the Turkish desktop entriesFatih Demir2000-07-203-0/+11
* Free the icalcomponent if this is an unattached alarm.Federico Mena Quintero2000-07-193-1/+181
* Docs docs docs - FedericoFederico Mena Quintero2000-07-182-0/+11
* Fixed inline docs. (cal_client_new): Ditto.Federico Mena Quintero2000-07-182-4/+8
* New internal represntation for alarm components. We really don't map themFederico Mena Quintero2000-07-153-1/+223
* oopsSeth Alves2000-07-141-0/+4
* conduit based on the calendar conduit. this conduit syncs a pilot's ToDoDBSeth Alves2000-07-148-308/+1176
* small cleanups, quiet compilerSeth Alves2000-07-133-109/+93
* todo conduit builds and plays nice but does nothingSeth Alves2000-07-138-210/+401
* Make gnome-print-0.20 mandatory. We will bail out with CVS HEAD versionsFederico Mena Quintero2000-07-132-40/+35
* GnomeFont update.Michael Meeks2000-07-132-30/+45
* fixed various problemsSeth Alves2000-07-138-117/+92
* Handle the COMPLETED property. (free_icalcomponent): Ditto.Federico Mena Quintero2000-07-123-30/+278
* Removed unneeded check for the URI. (load_fn): Be more paranoid about theFederico Mena Quintero2000-07-122-14/+49
* ignore binariesSeth Alves2000-07-111-0/+2
* Disable Pilot conduit stuff for now. It's not quite ready yet and itEttore Perazzoli2000-07-113-29/+8
* remove gnomecal.conduitDan Winship2000-07-113-3/+9
* *** empty log message ***Seth Alves2000-07-111-4/+5
* *** empty log message ***Seth Alves2000-07-111-5/+4
* updated calendar conduit to use oaf and wombatSeth Alves2000-07-116-339/+417
* Moved these files to calendar/conduits/{calendar/todo} - FedericoFederico Mena Quintero2000-07-118-2524/+0
* added makefiles for calendar conduitsSeth Alves2000-07-118-32/+129
* As a quasi-hack, do a gdk_flush() when the shell view is unrealized soFederico Mena Quintero2000-07-103-0/+5
* Remove unused file - FedericoFederico Mena Quintero2000-07-101-200/+0
* Remove "Close calendar" command, which does not make much sense.Ettore Perazzoli2000-07-092-8/+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-083-1/+70
* Handle the SEQUENCE property. (free_icalcomponent): Ditto.Federico Mena Quintero2000-07-083-1/+126
* Handle the LAST-MODIFIED property. (free_icalcomponent): Ditto.Federico Mena Quintero2000-07-073-20/+118
* Handle the CREATED property. (free_icalcomponent): Ditto.Federico Mena Quintero2000-07-073-121/+324
* Use &obj instead of &ico in the call to cal_client_get_object(). The ToDoDamon Chaplin2000-07-043-1/+11
* Use CalComponentText instead of CalComponentPropSummary. Removed theFederico Mena Quintero2000-07-043-11/+128
* Renamed from cal_component_free_description_list(). We can share thisFederico Mena Quintero2000-07-043-253/+368
* Handle CATEGORIES. This can appear multiple times, so we maintain a list.Federico Mena Quintero2000-07-033-24/+244
* Handle date/time and timezone pairs. (scan_property): Handle DTSTART andFederico Mena Quintero2000-07-023-12/+318
* Again, disable compilation of the Pilot stuff until it links - FedericoFederico Mena Quintero2000-07-021-18/+19
* Handle the DESCRIPTION property. There can be multiple descriptions withFederico Mena Quintero2000-07-013-40/+262
* uncomment out the pilot stuff, i think it links now. hehSeth Alves2000-07-011-19/+19
* One of these days, I need somebody to teach me how to program.Ettore Perazzoli2000-06-302-6/+6
* Make calendar die when evolution quits.Christopher James Lahey2000-06-303-2/+34
* Get an EvolutionShellClient instead of an Evolution_Shell to match theEttore Perazzoli2000-06-303-91/+326
* EvolutionShellClient.Ettore Perazzoli2000-06-303-2/+10
* Do not link and include the pilot stuff for the calendar component, justFederico Mena Quintero2000-06-302-34/+30
* Make the pilot stuff in calendar/gui optional.Peter Williams2000-06-292-2/+20
* server code to service these:Seth Alves2000-06-2910-184/+638
* New files for the new iCalendar component object. Today's properties:Federico Mena Quintero2000-06-295-3/+487
* use BONOBO_VFS_GNOME_CFLAGS.Michael Meeks2000-06-282-1/+5
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-272-0/+9
* Sync again - FedericoFederico Mena Quintero2000-06-274-25/+309
* Sync - FedericoFederico Mena Quintero2000-06-239-69/+304
* set event before using it! (e_day_view_init): used new colors from tigert.Damon Chaplin2000-06-212-8/+15
* Remove the usage of the "x" and "y" arguments.Christopher James Lahey2000-06-213-10/+19
* got rid of some debug messagesDamon Chaplin2000-06-211-18/+0
* changed so it keeps the selection range. It just moves it on one day/weekDamon Chaplin2000-06-215-38/+397
* tidied up dialog a bit, adding space etc.Damon Chaplin2000-06-203-216/+272
* Fix compilation with builddir != srcdir.Ettore Perazzoli2000-06-193-0/+9
* fixed a DnD bug.Damon Chaplin2000-06-192-3/+10
* Fix to not depend on installed ical.hDan Winship2000-06-182-1/+6
* added little buttons which are shown when there are more events than willDamon Chaplin2000-06-176-3/+138
* new icon for the EWeekView to jump to the day.Damon Chaplin2000-06-173-0/+21
* Squeek - FedericoFederico Mena Quintero2000-06-161-2/+0
* #ifdef'ed out references to functions which don't exist yet, so evolutionDamon Chaplin2000-06-162-0/+8
* Doh, sync - FedericoFederico Mena Quintero2000-06-167-58/+200
* Took out some debugging code.Damon Chaplin2000-06-161-1/+1
* updated.Damon Chaplin2000-06-165-63/+623
* added icalendar-test.Damon Chaplin2000-06-162-0/+5
* use libical.aDamon Chaplin2000-06-162-1/+18
* merge the two separate noinst_PROGRAMS declarations into one so automakeDan Winship2000-06-152-3/+9
* finish switch back to vcalSeth Alves2000-06-141-3/+9
* switch back to vcal for debuggingSeth Alves2000-06-141-3/+3
* Added the array of objects and the hash table of UID->array index.Federico Mena Quintero2000-06-134-4/+564
* Build a `libeshell.a' library in `shell/' so that we don't need toEttore Perazzoli2000-06-132-8/+7
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-103-6/+29
* Added a get_n_objects() method.Federico Mena Quintero2000-06-0911-3/+206
* Allow for NULL summaries.Federico Mena Quintero2000-06-092-1/+6
* Added missing tooltips. We still need icons, though.Federico Mena Quintero2000-06-082-9/+22
* put this back in, it's still used inSeth Alves2000-06-083-3/+5
* update some .cvsignoresSeth Alves2000-06-082-1/+1
* instead of returning a text representation, decode the text and return anSeth Alves2000-06-0812-141/+151