aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
Commit message (Expand)AuthorAgeFilesLines
* new file to contain all timezone names for translation. We won't be usingDamon Chaplin2001-12-143-0/+393
* ungrab the pointer before calling e_day_view_finish_long_event_resizeJP Rosevear2001-12-133-9/+50
* properly convert the dtstart and dtend times if they are UTC (cursor_cb):JP Rosevear2001-12-124-38/+97
* removed code that connects to GnomeCalendar's "dates_shown_changed"Damon Chaplin2001-12-113-10/+24
* fixed executable name. Fixes bug #16880.Damon Chaplin2001-12-112-1/+6
* if we have an alarm that can be represented on the pilot, set theJP Rosevear2001-12-093-14/+137
* s/%/%sRodrigo Moya2001-12-082-2/+7
* (committed by Damon)Federico Mena Quintero2001-12-082-25/+72
* if the key in the config database does not exist, just return the localRodrigo Moya2001-12-072-2/+27
* default component classification to PUBLICRodrigo Moya2001-12-072-3/+10
* Explicitly destroy the EMeetingModel. This is a hack to work aroundJon Trowbridge2001-12-074-0/+28
* added entry for the LOCATION fieldRodrigo Moya2001-12-063-2/+82
* Marked strings for translation.Zbigniew Chyla2001-12-062-13/+21
* make sure we call e_table_model_pre_change() before changing the model.Damon Chaplin2001-12-044-8/+34
* disabled 'Alarms', 'End Date' and 'Show Time As' fields, as these are notDamon Chaplin2001-12-042-3/+9
* connect to "cal_set_mode" signal before calling cal_client_set_mode. Also,Rodrigo Moya2001-12-032-7/+13
* only show the dialog if we created it. Hopefully fixes bug #15774. AlsoDamon Chaplin2001-12-012-3/+27
* Set the category of the new task to that of the search bar. Fixes bugFederico Mena Quintero2001-11-302-0/+9
* fixed typos in translatable strings. Fixes Ximian #15456Rodrigo Moya2001-11-283-2/+8
* Substituted gnome_font_get_width_string() with gnome_font_get_width_utf8()Damon Chaplin2001-11-152-8/+14
* Convert the buffer to UTF8. (calendar_model_value_to_string): Do notFederico Mena Quintero2001-11-152-2/+10
* #ifdef'ed out the LOCATION field for now, since it wasn't supportedDamon Chaplin2001-11-153-0/+16
* don't abort when e_table_selected_count() returns odd values. There seemsDamon Chaplin2001-11-152-4/+14
* (committed to CVS by Damon) Fixes bug #15137.Federico Mena Quintero2001-11-153-13/+144
* remove silly debug warningJP Rosevear2001-11-152-2/+5
* make the timezone default to UTC. Fixes bug #14362.Damon Chaplin2001-11-145-25/+36
* only change the day, month and year for the start date, for not screwingRodrigo Moya2001-11-133-61/+81
* The last argument to the bonobo_config_get_XXX_with_default() is aFederico Mena Quintero2001-11-122-14/+15
* recurrence expansion callback for free/busy (create_user_free_busy):JP Rosevear2001-11-122-18/+51
* new protosJP Rosevear2001-11-124-20/+68
* don't subtract a day from DTEND. For DATE values we don't include theDamon Chaplin2001-11-102-2/+6
* fix buffer overflow. Fixes bug #10285 (the printing of lines & dates inDamon Chaplin2001-11-102-1/+7
* Convert strings to GTK+ encoding. (meeting_page_destroy): Free allocatedChyla Zbigniew2001-11-102-2/+12
* don't let an empty event occur for all days when auto scrollingJP Rosevear2001-11-092-0/+16
* don't leak the string returned by cal_component_get_as_string nor theRodrigo Moya2001-11-092-1/+14
* don't add the item, remove it if declining (in case it was added before)JP Rosevear2001-11-082-4/+9
* Convert generated string to UTF-8.Chyla Zbigniew2001-11-082-1/+6
* emit changed signal (e_meeting_time_selector_on_end_time_changed): emitJP Rosevear2001-11-082-18/+60
* make sure to remove all attendees from the model when we edit a new comp,JP Rosevear2001-11-074-10/+34
* <ettore> ok so <ettore> should I build this tarball again? ettore doesn'tDan Winship2001-11-063-1/+8
* add a changed signal (e_meeting_time_selector_construct): emit changedJP Rosevear2001-11-066-73/+194
* removed ';' in the wrong place. Fixes bug #14421.Damon Chaplin2001-11-062-1/+6
* -export-dynamic for libglade custom widget.Dan Winship2001-11-052-0/+7
* use TZID from the builtin timezone, instead of using the location name.Damon Chaplin2001-11-052-1/+10
* Short-circuit the calculation of the repeat time if there are zeroFederico Mena Quintero2001-11-032-4/+14
* Argh, missing commit from yesterday to fix building of the tarball.Ettore Perazzoli2001-11-021-1/+1
* Added rules to generate `Evolution-Addressbook-SelectNames.h'.Ettore Perazzoli2001-11-012-18/+40
* #include <string.h>Federico Mena Quintero2001-10-312-0/+5
* If a query is not in progress, just retag the whole thing. An event mayFederico Mena Quintero2001-10-313-41/+67
* Fix bug #13723.Federico Mena Quintero2001-10-316-90/+495
* Make the pre_changes and changes match here.Christopher James Lahey2001-10-312-0/+7
* send as mixed rather than alternativeJP Rosevear2001-10-312-1/+6
* Removed. (KEY_NUM_CALENDARS_TO_LOAD): New key, containing the number ofEttore Perazzoli2001-10-312-64/+42
* disconnect signals added in append_page(). Fixes Gtk-Critical warningDamon Chaplin2001-10-312-0/+11
* set a body for the messageJP Rosevear2001-10-312-1/+11
* call GNOME_Evolution_Composer_setMultipartType to get aDan Winship2001-10-312-0/+12
* Revert.JP Rosevear2001-10-311-12/+1
* don't overwrite memory (e_meeting_time_selector_on_end_time_changed):JP Rosevear2001-10-313-3/+27
* return NULL if passed NULL. Should fix bug #14048.Damon Chaplin2001-10-312-0/+8
* Do not ignore the exceptions of the cases that do not have defaults.Federico Mena Quintero2001-10-312-3/+29
* if we are doing all day stuff, make the drag increment 1 day at a timeJP Rosevear2001-10-312-7/+21
* Add _() to a string that was missing it.Federico Mena Quintero2001-10-312-1/+6
* Commit the ETable click-to-add for if the dialog is being destroyed.Federico Mena Quintero2001-10-312-1/+29
* Allocate enough space for the string! (was missing the null terminator)Federico Mena Quintero2001-10-312-2/+8
* move in whole day increments if we are in all day modeJP Rosevear2001-10-315-43/+65
* s/BONOBO_HTML_GNOME_LIBS/BONOBO_HTML_GNOME_CFLAGS/Dan Winship2001-10-312-2/+6
* Oops.JP Rosevear2001-10-311-1/+29
* count the actual attendees (doesn't include people delegatingJP Rosevear2001-10-315-20/+108
* set to the default timezone for DATE values, in case the user switches toDamon Chaplin2001-10-302-10/+14
* handle DATE values for Start and Due dates.Damon Chaplin2001-10-302-30/+64
* updated code to handle DATE values.Damon Chaplin2001-10-3011-58/+156
* Fix bug #10016.Federico Mena Quintero2001-10-304-151/+153
* Use an EMessageBox instead of a gnome_dialog_question so that the labelFederico Mena Quintero2001-10-3013-89/+433
* process an individual section here (select_names_ok_cb): call aboveJP Rosevear2001-10-303-84/+123
* Require gal 0.15.99.8Joe Shaw2001-10-306-6/+6
* use libical-evolution.laDamon Chaplin2001-10-3011-33/+96
* Launch the alarm daemon as soon as the calendar component is started.Federico Mena Quintero2001-10-302-0/+37
* Fix the verb names for the pixmaps in the Edit menu; they were out ofFederico Mena Quintero2001-10-302-4/+10
* new function. (dump_backend): new function.Chris Toshok2001-10-303-0/+34
* Fix bug #12163.Federico Mena Quintero2001-10-304-55/+119
* include the header as a source so it gets dist'ed.JP Rosevear2001-10-302-0/+6
* s/BONOBO_CFLAGS/BONOBO_GNOME_CFLAGS/.Ettore Perazzoli2001-10-302-1/+6
* fixed URI construction, which was preventing importing into the rootRodrigo Moya2001-10-302-2/+11
* handle date valuesJP Rosevear2001-10-302-1/+9
* Forgot this oneRodrigo Moya2001-10-301-1/+1
* added evolution-calendar-importer binary, starting with an iCalendar fileRodrigo Moya2001-10-307-0/+430
* get the management object by idJP Rosevear2001-10-304-3/+10
* new functions for setting and retrieving the default calendar URIsRodrigo Moya2001-10-304-9/+101
* unref the comp when finishedJP Rosevear2001-10-295-21/+14
* added break statements after each case, when setting the classification.Damon Chaplin2001-10-292-0/+12
* removed this function, as we don't need to unref at all the WombatClientRodrigo Moya2001-10-292-25/+15
* get the tasks directly from the CalendarModel, so we get the filtering &Damon Chaplin2001-10-298-84/+113
* when the week start day is set to Sunday, we have to be careful to makeDamon Chaplin2001-10-287-51/+160
* Cancel editing if the user presses Escape.Federico Mena Quintero2001-10-283-0/+75
* More fixing of the license texts.Ettore Perazzoli2001-10-282-18/+18
* Delete appointments with empty summaries. Fixes Ximian bug #780.Federico Mena Quintero2001-10-2812-14/+306
* Fixing the license text.Ettore Perazzoli2001-10-28122-488/+366
* Fixing the license text.Ettore Perazzoli2001-10-2860-60/+0
* touch on lookup (check_for_slow_setting): write touched only if slow syncJP Rosevear2001-10-273-13/+30
* remove the merges as valid sync typesJP Rosevear2001-10-277-18/+53
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-2759-118/+118
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* convert the formatted date to UTF-8.Damon Chaplin2001-10-2719-84/+286
* make debug output more accurateJP Rosevear2001-10-273-20/+23
* remove the uid from the map if was archived and is now deletedJP Rosevear2001-10-273-2/+13
* added status bar messagesRodrigo Moya2001-10-274-0/+35
* modify fieldsJP Rosevear2001-10-266-439/+177
* Get a fresh CORBA_Environment for every CORBA call. Hopefully will fixFederico Mena Quintero2001-10-262-1/+13
* used functions to get PUBLISH_OPTIONS etc., so we can translate them.Damon Chaplin2001-10-262-23/+125
* added bug numberDamon Chaplin2001-10-261-1/+1
* subtract 1 from any positive BYSETPOS value, since our array is 0-based.Damon Chaplin2001-10-2616-65/+317
* show an error message when we can't update the object on the calendarRodrigo Moya2001-10-252-1/+10
* Ifdef-ed out the PersistFile bits.Federico Mena Quintero2001-10-252-0/+6
* The tasks folder does not support the PersistFile interface; removed it.Federico Mena Quintero2001-10-252-2/+7
* Handle tasks folders as well; was always using "calendar.ics" as theFederico Mena Quintero2001-10-253-4/+33
* added sections for Tasks factory and control. I hope someone checks these!Damon Chaplin2001-10-252-0/+36
* Fixed to only copy the `calendar.ics' and `calendar.ics~' files.Ettore Perazzoli2001-10-252-100/+88
* Fixed to only copy the `calendar.ics' and `calendar.ics~' files.Ettore Perazzoli2001-10-252-99/+94
* when iterating over the subcomponents, use 'subcomp' rather thanDamon Chaplin2001-10-255-43/+150
* track the spacer vbox (e_meeting_time_selector_style_set): make sure theJP Rosevear2001-10-256-21/+127
* Fixes bug #5282.Federico Mena Quintero2001-10-2514-79/+334
* make sure we free all the CalComponentDateTime's when we are finished.Damon Chaplin2001-10-243-14/+44
* adjust the display canvas when the table scrollsJP Rosevear2001-10-242-2/+26
* no longer set the scrollbar policy hereJP Rosevear2001-10-243-5/+15
* convert an icaltimetype to a tm (tm_to_icaltimetype): vice versaJP Rosevear2001-10-245-42/+103
* cal-client/cal-query.c (cal_query_construct) set priv->corba_query toRodrigo Moya2001-10-232-0/+6
* added setDefaultTimezone() method.Damon Chaplin2001-10-2334-642/+1592
* Put up a warning dialog box if we failed to create the tasks control.Federico Mena Quintero2001-10-232-6/+13
* write out the correct time in the controlJP Rosevear2001-10-235-31/+49
* we don't need to save the stateJP Rosevear2001-10-224-17/+30
* listen for changes in the date editors (schedule_page_set_dates): updateJP Rosevear2001-10-225-84/+261
* Do not assert if we fail to load the URI list. This would of course haveFederico Mena Quintero2001-10-205-12/+42
* make it a public functionRodrigo Moya2001-10-205-6/+35
* new function (update_query): call set_status_messageRodrigo Moya2001-10-202-0/+89
* keep a reference to the EvolutionShellClient componentRodrigo Moya2001-10-198-25/+156
* call the invite others dialog in the modelJP Rosevear2001-10-1912-193/+217
* add html widget (url_requested_cb): add function to load images from fileLarry Ewing2001-10-194-57/+169
* Adds session management for the alarm daemon. Also makes it store a listFederico Mena Quintero2001-10-1913-261/+595
* Oops.JP Rosevear2001-10-191-1/+14
* gui/e-meeting-time-sel.cJP Rosevear2001-10-193-9/+25
* new functionsRodrigo Moya2001-10-193-0/+75
* util routine to handle calling back (async_close): use aboveJP Rosevear2001-10-182-12/+36
* translate 1-5 priorites to 1-9 priorities betterJP Rosevear2001-10-182-4/+40
* allow some decent exceptionsJP Rosevear2001-10-182-1/+6
* there may be cases when the backend will return an invalid component fromRodrigo Moya2001-10-182-1/+7
* removed Help button. Do we have any others?Damon Chaplin2001-10-162-8/+5
* remove warnings.Larry Ewing2001-10-162-2/+6
* function to break up multi day events into single events for both evo andJP Rosevear2001-10-162-4/+108
* util function to determine if event is all day (local_record_from_comp):JP Rosevear2001-10-152-16/+45
* call set_icon_from_comp. (set_icon_from_comp): set the window icon fromLarry Ewing2001-10-143-0/+46
* send cancellation comp if necessaryJP Rosevear2001-10-142-0/+32
* return fill_component successJP Rosevear2001-10-1315-176/+252
* large reworking of i18n tagging and now uses gtk_html_stream write and U_Larry Ewing2001-10-122-88/+76
* Silence warning I missed.Larry Ewing2001-10-111-1/+1
* set the default character set to utf-8.Larry Ewing2001-10-112-0/+11
* Return the original key in the hash table if requested.Federico Mena Quintero2001-10-112-18/+43
* remove unneeded assertionsJP Rosevear2001-10-112-3/+5
* fix logic checksJP Rosevear2001-10-106-11/+72
* Fixes bug #884.Federico Mena Quintero2001-10-106-17/+235
* util function to get address (itip_addresses_get_default): get only theJP Rosevear2001-10-109-101/+467
* deal correctly with URIs to be inserted into the hash table, so that weRodrigo Moya2001-10-102-2/+25
* moved to a common place (cal_backend_file_open): check if "uristr != NULL"Rodrigo Moya2001-10-105-62/+93
* Fix incorrect variable name check.Dan Winship2001-10-092-1/+6
* refactor functionality into several function (comp_string): if we areJP Rosevear2001-10-045-162/+225
* replace use of gnome_vfs_uri with e_uriRodrigo Moya2001-10-0411-125/+144
* Added priorities to a bunch of these columns. Fixes Ximian bug #7158.Christopher James Lahey2001-10-032-13/+18
* save the EXDATE as a DATE-TIME value, since we know the exact time. FixesDamon Chaplin2001-10-036-93/+49
* Use `bonobo_ui_component_new_default()', not `bonobo_ui_component_new()'.Ettore Perazzoli2001-10-032-1/+7
* use bonobo-exception to tidyJP Rosevear2001-10-022-5/+8
* handle -1 as well (comp_from_remote_record): fix monthly by dayJP Rosevear2001-10-022-3/+14
* unref the page objects here, instead of in close_dialog(). (This was fixedDamon Chaplin2001-10-022-4/+13
* Set the window state to sticky. Thanks to Peter Teichman for theFederico Mena Quintero2001-10-022-0/+12
* Convert the comp exceptions to the pilot record (comp_from_remote_record):JP Rosevear2001-10-022-6/+55
* strdup the uid to avoid double free, write out only after everything isJP Rosevear2001-10-022-3/+9
* don't use gnome_vfs_uri_is_local on URIs created withRodrigo Moya2001-10-024-8/+7
* use bound_text to print the summary, so it wraps instead of being clippedDamon Chaplin2001-09-294-29/+60
* Handle the fields and category we don't sync by making sure we don'tJP Rosevear2001-09-296-16/+74
* init the execption rather than freeing itJP Rosevear2001-09-292-1/+8
* use bonobo-exception for exceptions (cal_client_open_calendar): likewiseRodrigo Moya2001-09-282-3/+14
* Update pixmap menu paths; /menu/ComponentToolsPlaceholder/Tools ->Ettore Perazzoli2001-09-283-16/+23
* added InvalidURI and UnsupportedMethod exceptions to the CalFactoryRodrigo Moya2001-09-274-49/+133
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-2721-177/+525
* Fixes the GUI part of bug #7892.Federico Mena Quintero2001-09-273-39/+99
* disconnect signals first thingJP Rosevear2001-09-272-2/+7
* Add -export-dynamic to make glade custom widgets work on non-Linux.Dan Winship2001-09-262-1/+6
* added CAL_MODE_INVALID to CalMode enumRodrigo Moya2001-09-262-0/+5
* new protoJP Rosevear2001-09-2614-51/+369
* Warning fixes courtesy of Chris Lahey <clahey@ximian.com>.Federico Mena Quintero2001-09-267-162/+181
* Rebuge demugging printf() - FedericoFederico Mena Quintero2001-09-261-2/+0
* Check that the timeout is not set up before we create a new one; theFederico Mena Quintero2001-09-262-4/+18
* use bonobo-exception stuff to clean codeJP Rosevear2001-09-2619-2452/+643
* base text on component typeJP Rosevear2001-09-242-7/+43
* don't use gnome_vfs_uri_new_private (fixes Ximian #10544)Rodrigo Moya2001-09-213-14/+17
* #include a few files we were missing from libgnomevfs.Federico Mena Quintero2001-09-213-0/+9
* gets a config db (cal_backend_file_destroy): release config dbJP Rosevear2001-09-214-19/+174
* make sure to release the ref on priv->comp.Larry Ewing2001-09-203-0/+18
* Display a notification message always, in addition to playing the sound.Federico Mena Quintero2001-09-205-30/+72
* listen for model changes (task_editor_edit_comp): add the attendees to theJP Rosevear2001-09-209-106/+271
* Fixed weird include pathRodrigo Moya2001-09-201-1/+1
* add a new parameter (const char *iid) to specify the OAFIID of the factoryRodrigo Moya2001-09-193-6/+27
* remove silly debug #if 0JP Rosevear2001-09-194-4/+16
* A page that shows the meeting time selector and free/busy data forJP Rosevear2001-09-1924-789/+7539
* Fixes bug #6350.Federico Mena Quintero2001-09-193-142/+174
* Fixes bug #2830.Federico Mena Quintero2001-09-196-28/+109
* new class for managing multiple calendars, with an API very similar to theRodrigo Moya2001-09-1916-364/+1436
* added a timeout to refresh the list every 10 minutes. Not ideal, as theDamon Chaplin2001-09-1810-39/+303
* Do not call calendar_config_init() here.Federico Mena Quintero2001-09-184-6/+9
* Duh, only setup the timeout if the list was empty. (alarm_ready_cb):Federico Mena Quintero2001-09-182-7/+22
* Switch the alarm system from using SIGALRM to normal glib timers. Also,Federico Mena Quintero2001-09-184-188/+112
* get itip addresses (calendar_model_destroy): destroy sameJP Rosevear2001-09-182-12/+59
* for each call back, removes the alarms (cal_component_remove_all_alarms):JP Rosevear2001-09-175-20/+146
* Updated required version of gal to 0.11.99.4.Christopher James Lahey2001-09-172-3/+11
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-152-1/+2
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-152-1/+3
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-154-3/+11
* added space after 'identities' in the message. Fixes bug #9896.Damon Chaplin2001-09-152-1/+6
* remove translation marker for nowJP Rosevear2001-09-152-1/+6
* use ical partstat, role, cutypes directlyJP Rosevear2001-09-145-248/+268
* send 6 weeks of free busy info starting with the UTC start of dayJP Rosevear2001-09-133-19/+118
* Added an use_description argument so that other alarms can fall back toFederico Mena Quintero2001-09-123-17/+159
* free the destination vector when we finish with it, if we actually addJP Rosevear2001-09-122-5/+11
* Convert string generated by strftime to UTF-8.Chyla Zbigniew2001-09-112-9/+34
* Handle the new icalattach type instead of struct icalattachtype.Federico Mena Quintero2001-09-115-439/+38
* [Fix #958, ShellComponents should not be created by factories, forEttore Perazzoli2001-09-064-38/+38
* Implemented.Federico Mena Quintero2001-09-058-46/+781
* don't call calendar_config_check_timezone_set() now, since the startupDamon Chaplin2001-09-0418-163/+470
* changed 3 occurrences of 'Replyed' to 'replied'Damon Chaplin2001-09-012-3/+7
* Marked strings for translation (with U_).Chyla Zbigniew2001-09-013-6/+15
* fix debugging messages so they use "" rather than NULL. Fixes bug #8559.Damon Chaplin2001-09-012-2/+8
* See if the set of categories changed by using the removed_categories hashFederico Mena Quintero2001-08-302-16/+91
* Fixes bug #7879, a query may receive an update notification from theFederico Mena Quintero2001-08-295-41/+207
* Unset the priv->updating flag before returning in the case the componentFederico Mena Quintero2001-08-232-0/+8
* Added a snooze flag to differentiate snoozed alarms from real occurrences.Federico Mena Quintero2001-08-233-69/+155
* call back to add timezones to the top level (itip_send_comp): callJP Rosevear2001-08-232-1/+34
* #include <libgnomevfs/gnome-vfs-types.h> so this will compile againstDan Winship2001-08-222-0/+6
* open the tasks folder associated with the calendar being opened, and notRodrigo Moya2001-08-223-8/+51
* Handle the case where there is no attachment. Fixes bug #7257.Federico Mena Quintero2001-08-222-5/+21
* strip the mailto bit for the email address if we display itJP Rosevear2001-08-222-1/+6
* added new e-sexp operator. We don't currently use it though.Damon Chaplin2001-08-2212-27/+268
* new files to contain utility functions for calendar backendsRodrigo Moya2001-08-219-251/+252
* new functions moved from the CalBackendFile, to allow its use outside ofRodrigo Moya2001-08-215-543/+372
* missing changelog entryJP Rosevear2001-08-201-0/+5
* use Delete icon in menu, and change to bigger Save icon in toolbar.Damon Chaplin2001-08-202-1/+6
* used new_task-16.png and goto-16.png.Damon Chaplin2001-08-203-3/+10
* added delete icons for menu and toolbar.Damon Chaplin2001-08-202-0/+7
* added Cut/Copy/Paste icons for toolbar.Damon Chaplin2001-08-202-1/+7
* uses new delete icons in menu & toolbar.Damon Chaplin2001-08-202-0/+6
* Added display_name and description to the type.Ettore Perazzoli2001-08-203-4/+9
* use new delete icon for toolbar.Damon Chaplin2001-08-202-0/+5
* fixed typo, 'send' -> 'sent'. Bug #7621.Damon Chaplin2001-08-202-2/+6