aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
Commit message (Expand)AuthorAgeFilesLines
...
* 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-011-18/+32
* #include <string.h>Federico Mena Quintero2001-10-311-0/+1
* If a query is not in progress, just retag the whole thing. An event mayFederico Mena Quintero2001-10-311-0/+10
* Fix bug #13723.Federico Mena Quintero2001-10-315-90/+461
* Make the pre_changes and changes match here.Christopher James Lahey2001-10-311-0/+2
* send as mixed rather than alternativeJP Rosevear2001-10-311-1/+1
* Removed. (KEY_NUM_CALENDARS_TO_LOAD): New key, containing the number ofEttore Perazzoli2001-10-311-64/+30
* disconnect signals added in append_page(). Fixes Gtk-Critical warningDamon Chaplin2001-10-311-0/+5
* set a body for the messageJP Rosevear2001-10-311-1/+7
* call GNOME_Evolution_Composer_setMultipartType to get aDan Winship2001-10-311-0/+6
* Revert.JP Rosevear2001-10-311-12/+1
* don't overwrite memory (e_meeting_time_selector_on_end_time_changed):JP Rosevear2001-10-312-3/+20
* return NULL if passed NULL. Should fix bug #14048.Damon Chaplin2001-10-311-0/+3
* Do not ignore the exceptions of the cases that do not have defaults.Federico Mena Quintero2001-10-311-3/+24
* if we are doing all day stuff, make the drag increment 1 day at a timeJP Rosevear2001-10-311-6/+14
* Add _() to a string that was missing it.Federico Mena Quintero2001-10-311-1/+1
* Commit the ETable click-to-add for if the dialog is being destroyed.Federico Mena Quintero2001-10-311-1/+23
* Allocate enough space for the string! (was missing the null terminator)Federico Mena Quintero2001-10-311-2/+2
* move in whole day increments if we are in all day modeJP Rosevear2001-10-313-37/+42
* s/BONOBO_HTML_GNOME_LIBS/BONOBO_HTML_GNOME_CFLAGS/Dan Winship2001-10-311-2/+1
* 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-301-10/+9
* handle DATE values for Start and Due dates.Damon Chaplin2001-10-301-30/+60
* updated code to handle DATE values.Damon Chaplin2001-10-308-50/+104
* Fix bug #10016.Federico Mena Quintero2001-10-303-151/+138
* Use an EMessageBox instead of a gnome_dialog_question so that the labelFederico Mena Quintero2001-10-3011-89/+327
* process an individual section here (select_names_ok_cb): call aboveJP Rosevear2001-10-301-58/+66
* Require gal 0.15.99.8Joe Shaw2001-10-306-6/+6
* use libical-evolution.laDamon Chaplin2001-10-307-30/+70
* Launch the alarm daemon as soon as the calendar component is started.Federico Mena Quintero2001-10-301-0/+31
* Fix the verb names for the pixmaps in the Edit menu; they were out ofFederico Mena Quintero2001-10-301-4/+4
* Fix bug #12163.Federico Mena Quintero2001-10-302-21/+2
* get the management object by idJP Rosevear2001-10-301-1/+0
* new functions for setting and retrieving the default calendar URIsRodrigo Moya2001-10-303-9/+85
* added break statements after each case, when setting the classification.Damon Chaplin2001-10-291-0/+6
* get the tasks directly from the CalendarModel, so we get the filtering &Damon Chaplin2001-10-297-84/+96
* when the week start day is set to Sunday, we have to be careful to makeDamon Chaplin2001-10-285-49/+127
* Cancel editing if the user presses Escape.Federico Mena Quintero2001-10-282-0/+66
* 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-2811-14/+283
* Fixing the license text.Ettore Perazzoli2001-10-2880-320/+240
* Fixing the license text.Ettore Perazzoli2001-10-2859-59/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-2759-118/+118
* convert the formatted date to UTF-8.Damon Chaplin2001-10-2717-83/+261
* added status bar messagesRodrigo Moya2001-10-273-0/+24
* modify fieldsJP Rosevear2001-10-261-352/+0
* used functions to get PUBLISH_OPTIONS etc., so we can translate them.Damon Chaplin2001-10-261-23/+120
* subtract 1 from any positive BYSETPOS value, since our array is 0-based.Damon Chaplin2001-10-2612-44/+187
* show an error message when we can't update the object on the calendarRodrigo Moya2001-10-251-1/+5
* Ifdef-ed out the PersistFile bits.Federico Mena Quintero2001-10-251-0/+4
* The tasks folder does not support the PersistFile interface; removed it.Federico Mena Quintero2001-10-251-2/+0
* Handle tasks folders as well; was always using "calendar.ics" as theFederico Mena Quintero2001-10-252-4/+28
* added sections for Tasks factory and control. I hope someone checks these!Damon Chaplin2001-10-251-0/+31
* Fixed to only copy the `calendar.ics' and `calendar.ics~' files.Ettore Perazzoli2001-10-251-99/+88
* Fixed to only copy the `calendar.ics' and `calendar.ics~' files.Ettore Perazzoli2001-10-251-99/+88
* when iterating over the subcomponents, use 'subcomp' rather thanDamon Chaplin2001-10-252-41/+43
* track the spacer vbox (e_meeting_time_selector_style_set): make sure theJP Rosevear2001-10-254-15/+85
* Fixes bug #5282.Federico Mena Quintero2001-10-2511-78/+261
* make sure we free all the CalComponentDateTime's when we are finished.Damon Chaplin2001-10-241-1/+4
* adjust the display canvas when the table scrollsJP Rosevear2001-10-241-2/+19
* no longer set the scrollbar policy hereJP Rosevear2001-10-242-5/+3
* added setDefaultTimezone() method.Damon Chaplin2001-10-2316-494/+956
* Put up a warning dialog box if we failed to create the tasks control.Federico Mena Quintero2001-10-231-6/+7
* write out the correct time in the controlJP Rosevear2001-10-231-2/+2
* we don't need to save the stateJP Rosevear2001-10-223-17/+18
* listen for changes in the date editors (schedule_page_set_dates): updateJP Rosevear2001-10-224-84/+241
* Do not assert if we fail to load the URI list. This would of course haveFederico Mena Quintero2001-10-204-12/+29
* make it a public functionRodrigo Moya2001-10-204-6/+24
* new function (update_query): call set_status_messageRodrigo Moya2001-10-201-0/+80
* keep a reference to the EvolutionShellClient componentRodrigo Moya2001-10-197-25/+139
* call the invite others dialog in the modelJP Rosevear2001-10-1911-193/+188
* add html widget (url_requested_cb): add function to load images from fileLarry Ewing2001-10-193-57/+154
* Adds session management for the alarm daemon. Also makes it store a listFederico Mena Quintero2001-10-1911-256/+550
* gui/e-meeting-time-sel.cJP Rosevear2001-10-193-9/+25
* util routine to handle calling back (async_close): use aboveJP Rosevear2001-10-181-12/+29
* removed Help button. Do we have any others?Damon Chaplin2001-10-161-8/+0
* remove warnings.Larry Ewing2001-10-161-2/+2
* call set_icon_from_comp. (set_icon_from_comp): set the window icon fromLarry Ewing2001-10-142-0/+37
* send cancellation comp if necessaryJP Rosevear2001-10-141-0/+27
* return fill_component successJP Rosevear2001-10-1314-176/+205
* large reworking of i18n tagging and now uses gtk_html_stream write and U_Larry Ewing2001-10-121-88/+70
* Silence warning I missed.Larry Ewing2001-10-111-1/+1
* set the default character set to utf-8.Larry Ewing2001-10-111-0/+6
* fix logic checksJP Rosevear2001-10-103-9/+31
* Fixes bug #884.Federico Mena Quintero2001-10-105-17/+217
* util function to get address (itip_addresses_get_default): get only theJP Rosevear2001-10-105-85/+371
* moved to a common place (cal_backend_file_open): check if "uristr != NULL"Rodrigo Moya2001-10-101-0/+1
* Fix incorrect variable name check.Dan Winship2001-10-091-1/+1
* refactor functionality into several function (comp_string): if we areJP Rosevear2001-10-043-161/+210
* replace use of gnome_vfs_uri with e_uriRodrigo Moya2001-10-044-39/+28
* Added priorities to a bunch of these columns. Fixes Ximian bug #7158.Christopher James Lahey2001-10-031-13/+13
* save the EXDATE as a DATE-TIME value, since we know the exact time. FixesDamon Chaplin2001-10-032-2/+3
* Use `bonobo_ui_component_new_default()', not `bonobo_ui_component_new()'.Ettore Perazzoli2001-10-031-1/+1
* unref the page objects here, instead of in close_dialog(). (This was fixedDamon Chaplin2001-10-021-4/+7
* Set the window state to sticky. Thanks to Peter Teichman for theFederico Mena Quintero2001-10-021-0/+6
* don't use gnome_vfs_uri_is_local on URIs created withRodrigo Moya2001-10-021-1/+1
* use bound_text to print the summary, so it wraps instead of being clippedDamon Chaplin2001-09-293-29/+39
* Update pixmap menu paths; /menu/ComponentToolsPlaceholder/Tools ->Ettore Perazzoli2001-09-282-16/+16
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-2718-176/+396
* Fixes the GUI part of bug #7892.Federico Mena Quintero2001-09-272-39/+87
* disconnect signals first thingJP Rosevear2001-09-271-2/+2
* Add -export-dynamic to make glade custom widgets work on non-Linux.Dan Winship2001-09-261-1/+1
* new protoJP Rosevear2001-09-261-10/+25
* Warning fixes courtesy of Chris Lahey <clahey@ximian.com>.Federico Mena Quintero2001-09-266-162/+161
* 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-261-4/+10
* use bonobo-exception stuff to clean codeJP Rosevear2001-09-267-43/+357
* base text on component typeJP Rosevear2001-09-241-7/+38
* don't use gnome_vfs_uri_new_private (fixes Ximian #10544)Rodrigo Moya2001-09-212-14/+12
* #include a few files we were missing from libgnomevfs.Federico Mena Quintero2001-09-212-0/+4
* gets a config db (cal_backend_file_destroy): release config dbJP Rosevear2001-09-212-4/+7
* make sure to release the ref on priv->comp.Larry Ewing2001-09-202-0/+10
* Display a notification message always, in addition to playing the sound.Federico Mena Quintero2001-09-204-30/+52
* listen for model changes (task_editor_edit_comp): add the attendees to theJP Rosevear2001-09-208-106/+222
* remove silly debug #if 0JP Rosevear2001-09-193-4/+5
* A page that shows the meeting time selector and free/busy data forJP Rosevear2001-09-1923-789/+7482
* Fixes bug #6350.Federico Mena Quintero2001-09-192-142/+166
* Fixes bug #2830.Federico Mena Quintero2001-09-195-28/+90
* new class for managing multiple calendars, with an API very similar to theRodrigo Moya2001-09-194-277/+434
* added a timeout to refresh the list every 10 minutes. Not ideal, as theDamon Chaplin2001-09-187-18/+183
* Do not call calendar_config_init() here.Federico Mena Quintero2001-09-183-6/+2
* Duh, only setup the timeout if the list was empty. (alarm_ready_cb):Federico Mena Quintero2001-09-181-7/+15
* Switch the alarm system from using SIGALRM to normal glib timers. Also,Federico Mena Quintero2001-09-183-188/+95
* get itip addresses (calendar_model_destroy): destroy sameJP Rosevear2001-09-181-12/+52
* for each call back, removes the alarms (cal_component_remove_all_alarms):JP Rosevear2001-09-172-20/+95
* Updated required version of gal to 0.11.99.4.Christopher James Lahey2001-09-171-3/+6
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-151-1/+1
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-152-2/+2
* added space after 'identities' in the message. Fixes bug #9896.Damon Chaplin2001-09-151-1/+1
* use ical partstat, role, cutypes directlyJP Rosevear2001-09-142-86/+228
* send 6 weeks of free busy info starting with the UTC start of dayJP Rosevear2001-09-132-19/+106
* Added an use_description argument so that other alarms can fall back toFederico Mena Quintero2001-09-122-17/+143
* free the destination vector when we finish with it, if we actually addJP Rosevear2001-09-121-5/+4
* Convert string generated by strftime to UTF-8.Chyla Zbigniew2001-09-111-9/+23
* Handle the new icalattach type instead of struct icalattachtype.Federico Mena Quintero2001-09-112-427/+19
* [Fix #958, ShellComponents should not be created by factories, forEttore Perazzoli2001-09-063-38/+23
* Implemented.Federico Mena Quintero2001-09-057-46/+765
* don't call calendar_config_check_timezone_set() now, since the startupDamon Chaplin2001-09-0417-163/+403
* changed 3 occurrences of 'Replyed' to 'replied'Damon Chaplin2001-09-011-3/+3
* Marked strings for translation (with U_).Chyla Zbigniew2001-09-012-6/+7
* fix debugging messages so they use "" rather than NULL. Fixes bug #8559.Damon Chaplin2001-09-011-2/+2
* Fixes bug #7879, a query may receive an update notification from theFederico Mena Quintero2001-08-292-11/+87
* Unset the priv->updating flag before returning in the case the componentFederico Mena Quintero2001-08-231-0/+2
* Added a snooze flag to differentiate snoozed alarms from real occurrences.Federico Mena Quintero2001-08-232-69/+144
* call back to add timezones to the top level (itip_send_comp): callJP Rosevear2001-08-231-1/+28
* #include <libgnomevfs/gnome-vfs-types.h> so this will compile againstDan Winship2001-08-221-0/+1
* open the tasks folder associated with the calendar being opened, and notRodrigo Moya2001-08-221-7/+41
* Handle the case where there is no attachment. Fixes bug #7257.Federico Mena Quintero2001-08-221-5/+16
* strip the mailto bit for the email address if we display itJP Rosevear2001-08-221-1/+1
* added new e-sexp operator. We don't currently use it though.Damon Chaplin2001-08-2210-26/+205
* use Delete icon in menu, and change to bigger Save icon in toolbar.Damon Chaplin2001-08-201-1/+3
* used new_task-16.png and goto-16.png.Damon Chaplin2001-08-202-3/+4
* added delete icons for menu and toolbar.Damon Chaplin2001-08-201-0/+2
* added Cut/Copy/Paste icons for toolbar.Damon Chaplin2001-08-201-1/+3
* uses new delete icons in menu & toolbar.Damon Chaplin2001-08-201-0/+2
* Added display_name and description to the type.Ettore Perazzoli2001-08-202-4/+4
* use new delete icon for toolbar.Damon Chaplin2001-08-201-0/+1
* fixed typo, 'send' -> 'sent'. Bug #7621.Damon Chaplin2001-08-201-2/+2
* added option to hide completed tasks after a given number ofDamon Chaplin2001-08-193-2/+79
* used new Save/Save As icons.Damon Chaplin2001-08-193-3/+14
* Use e_dialog_editable_get instead of gtk_editable_get_chars (we need UTF-8Zbigniew Chyla2001-08-191-1/+1
* New. (config_read): Use locale's setting as default forZbigniew Chyla2001-08-181-1/+11
* new function to open the task editor to add a new task.Damon Chaplin2001-08-183-0/+53
* destroy the addresses (clean_up): don't free the addresses, we need themJP Rosevear2001-08-181-3/+3
* Startup assistant stuffIain Holmes2001-08-177-1006/+3
* hide the timezone fields for all-day events. We will use DATE values forDamon Chaplin2001-08-1711-20/+182
* If the component has no alarms remember to set the priv->updating flag toFederico Mena Quintero2001-08-171-1/+3
* get the destinations property, not the text propertyJP Rosevear2001-08-171-1/+1
* Set the default-to-add notification to be display a message 15 minutesFederico Mena Quintero2001-08-171-41/+48
* New function to strip surrounding whitespace from a string of categoriesFederico Mena Quintero2001-08-174-4/+84
* Do not set the time popup range. We also want to be able to createFederico Mena Quintero2001-08-172-12/+4
* Boost scoring on an exact nickname match. Manually addressify match.Jon Trowbridge2001-08-161-10/+10
* only fill the component and save it if something has changedJP Rosevear2001-08-151-2/+8
* OK, re-added the default alarm options. Way too many people are asking forFederico Mena Quintero2001-08-151-0/+101
* Add the user creatable items. The callback is not actually implementedFederico Mena Quintero2001-08-153-23/+124
* added support for the Contacts field. Note that I'm not sure what weDamon Chaplin2001-08-1511-69/+642
* *** empty log message ***Federico Mena Quintero2001-08-152-2/+2
* Added Tigert's new icons for Prev and Next.Federico Mena Quintero2001-08-151-0/+2
* Make the "Any Category" item consistent with the one in the addressbook.Federico Mena Quintero2001-08-151-6/+9
* Handle an array of categories in the CalSearchBar instead of our own menuFederico Mena Quintero2001-08-153-141/+144
* add dialog for feedback (remove_item): ditto (send_item): dittoJP Rosevear2001-08-141-15/+30
* rewrite the gui to use gtkhtmlJP Rosevear2001-08-142-348/+376
* Remove #include <config.h> from here. Same here.Kjartan Maraas2001-08-122-5/+0
* Update the paths of the Tools menu according to the changes in the XMLEttore Perazzoli2001-08-122-18/+18
* turn on word-wrap for the description fields. Fixes bug #6821.Damon Chaplin2001-08-122-1/+8
* Removed comment about the need to resolve nicknames properly, because weJon Trowbridge2001-08-111-6/+6
* added new backend method to get the component given a UID.Damon Chaplin2001-08-107-27/+142
* unref the GdkPixmap and GdkBitmap returned by the functionRodrigo Moya2001-08-103-1/+12
* Remove progress frameJP Rosevear2001-08-107-939/+560
* Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-093-0/+39
* removed underlined accelerator key from "_Go To Today" button. GnomeDialogDamon Chaplin2001-08-091-1/+1
* Stop editing any event. Fixes bug #5949.Federico Mena Quintero2001-08-091-0/+2
* Duuuh, set the alarm_copy on the component, not the original alarm. FixesFederico Mena Quintero2001-08-091-1/+1
* set the attendees of a component (meeting_page_fill_component): use aboveJP Rosevear2001-08-095-42/+149
* don't use a NULL mask in the call to gdk_gc_set_clip_maskRodrigo Moya2001-08-093-3/+6
* Only unref the FIELD_COMPONENT if it is non-NULL. We return a NULL forFederico Mena Quintero2001-08-082-5/+9
* Make calendar.ics the suggested name when attaching the ical objectJP Rosevear2001-08-081-1/+1
* added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-0721-188/+497
* In process of fixing bug #6005. The "Calendar" page is now "Display", andFederico Mena Quintero2001-08-071-236/+161
* added check for NULL pointers. Maybe fixes #5203 (I can't reproduce it, soRodrigo Moya2001-08-071-19/+13
* New function; stops further notification from happening. This is neededFederico Mena Quintero2001-08-0413-165/+531
* Fixes bug #1407.Federico Mena Quintero2001-08-041-120/+0
* I18n fixes.Chyla Zbigniew2001-08-042-1/+5
* Add camel dependency.Jon Trowbridge2001-08-031-0/+2
* If the default category is the same as the value passed in to thisFederico Mena Quintero2001-08-023-3/+20
* The calendar search bar widget now includes a drop-down menu of availableFederico Mena Quintero2001-08-028-339/+412
* Sync from OLS - FedericoFederico Mena Quintero2001-08-015-12/+63
* yes, set the end date, but correctly calculated, not by using theRodrigo Moya2001-07-312-1/+25
* don't set the end date for the pasted components, since it will beRodrigo Moya2001-07-312-18/+1
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-3114-113/+275
* added Help button. Though of course it doesn't do anything yet.Damon Chaplin2001-07-312-0/+11
* Mark strings for translationJP Rosevear2001-07-311-67/+64
* initialize to NULL some pointersRodrigo Moya2001-07-284-20/+66
* Constify and set the query sexp on the task pad's model as well.Federico Mena Quintero2001-07-282-2/+10
* Shut up CVS - FedericoFederico Mena Quintero2001-07-281-0/+4
* New files with a derivative of ESearchBar that generates sexps forFederico Mena Quintero2001-07-2814-635/+944
* when an entry has changed, iterate over the elements of the entry and addJP Rosevear2001-07-271-175/+248
* send the empty string as subject if there is no summaryJP Rosevear2001-07-271-1/+4
* free a list of attendees (meeting_page_fill_widgets): clean up attendeeJP Rosevear2001-07-277-68/+131
* check that the row passed in is valid. Sometimes we get the "row-selected"Damon Chaplin2001-07-271-0/+6
* gracefully handle the lack of a methodJP Rosevear2001-07-261-0/+2
* check type of component before actually pasting. Deal with VCALENDARRodrigo Moya2001-07-263-13/+133
* used the new print preview icon.Damon Chaplin2001-07-262-5/+5
* see if the address is already in the list of attendees (duplicate_error):JP Rosevear2001-07-261-16/+57
* calculate tmp_tm.tm_wday ourselves. strftime has a habit of crashing ifDamon Chaplin2001-07-251-0/+5
* stip the delto and delfrom (popup_delegate_cb): show a delegate dialog andJP Rosevear2001-07-256-39/+646
* fixed the test to see whether we should draw the icons.Damon Chaplin2001-07-241-3/+3
* Add an extra @type arg to the xferFolder and removeFolder methods inEttore Perazzoli2001-07-232-2/+74
* Add a `user_creatable' property to folder types and make componentsEttore Perazzoli2001-07-222-4/+4
* Removed unused prototype.Federico Mena Quintero2001-07-202-2/+0
* free various data related settings (destroy): use cleanup and unref theJP Rosevear2001-07-201-4/+60
* updated to use new print icon.Damon Chaplin2001-07-202-1/+2
* don't show the time in the EDateEdit widget for adding EXDATEs.Damon Chaplin2001-07-181-0/+1
* do not discard drawing icon if mask is NULLRodrigo Moya2001-07-182-2/+2
* find the next displayable component (get_prev): find the previousJP Rosevear2001-07-181-3/+43
* Remove leftover ifdefs - FedericoFederico Mena Quintero2001-07-182-12/+1
* Really fixes #4380. The previous fix was necessary but not sufficient; itFederico Mena Quintero2001-07-183-5/+15
* Print a g_message when the list of invited people changes in theJon Trowbridge2001-07-171-2/+11
* destroy the dialog widget here. Fixes bug #4198.Damon Chaplin2001-07-171-0/+5
* try to use builtin timezones before getting them from the server. WhenDamon Chaplin2001-07-175-26/+59
* Removed unused headers - FedericoFederico Mena Quintero2001-07-171-8/+0
* Added missing underlined shortcuts.Taylor Hayward2001-07-136-15/+21
* new protoJP Rosevear2001-07-132-12/+2
* fix typo breaking compilationJP Rosevear2001-07-136-15/+30
* guard against infinite loops with the updating boolean, fixes 4270JP Rosevear2001-07-131-0/+7
* added support for multiple selections in cut/copy/paste. Also, it's nowRodrigo Moya2001-07-132-21/+39
* renamed updateObject to updateObjects and removed the UID argument, sinceDamon Chaplin2001-07-124-1/+26
* Fixes bug #4380 as well as some leftovers from the days of struct tm andFederico Mena Quintero2001-07-129-34/+9
* fix the calendar not exiting with a gross hack because i don't have timeJP Rosevear2001-07-122-0/+36