aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_UTILS_2_0_2nobody2002-05-1653-18476/+0
* set the working hours for the meeting time selectorJP Rosevear2002-05-151-0/+6
* make the range datetime member a struct not a pointerJP Rosevear2002-05-151-1/+2
* Collapsed notebook into two pages and added accelerators for everything,Anna Marie Dirks2002-04-201-354/+326
* properly handle -ve recurrence valuesJP Rosevear2002-04-191-67/+256
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-181-5/+3
* ignore .pureChris Toshok2002-04-021-0/+1
* implement new pop up menu items for "Save as", "Print", "Assign Task",JP Rosevear2002-03-303-89/+55
* Updated to use new EPopupMenu API.Jeffrey Stedfast2002-03-161-5/+8
* Add <visible>False</visible> to cal-prefs-dialog so it doesn't get shownEttore Perazzoli2002-03-133-361/+267
* remove unneeded parameter from print_text_size everywhereJP Rosevear2002-03-061-2/+3
* pass extra itip_send_comp params (send_freebusy): ditto (ok_clicked_cb):JP Rosevear2002-02-203-5/+11
* change custom widget creator to e_url_entry_newJP Rosevear2002-02-092-41/+12
* add a custom widget created with e_url_button_newJP Rosevear2002-02-092-9/+43
* pass meeting boolean for gnome_calendar_edit_object andJP Rosevear2002-02-082-5/+23
* Use 1 instead of zero as the minimum value for the repetitions spin buttonFederico Mena Quintero2002-01-261-1/+1
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-4/+3
* save the alarm string in the correct variable (str), so it actually getsDamon Chaplin2002-01-181-2/+1
* default component classification to PUBLIC. Fixes internal bug #1066Rodrigo Moya2002-01-171-3/+5
* remove needs send signal related cruft (save_comp_with_send): withJP Rosevear2001-12-225-52/+22
* inherit from bonobo window12001-12-212-34/+50
* default component classification to PUBLICRodrigo Moya2001-12-071-3/+5
* Explicitly destroy the EMeetingModel. This is a hack to work aroundJon Trowbridge2001-12-071-0/+1
* added entry for the LOCATION fieldRodrigo Moya2001-12-062-2/+75
* new protosJP Rosevear2001-11-121-1/+2
* Convert strings to GTK+ encoding. (meeting_page_destroy): Free allocatedChyla Zbigniew2001-11-101-2/+5
* make sure to remove all attendees from the model when we edit a new comp,JP Rosevear2001-11-073-10/+22
* <ettore> ok so <ettore> should I build this tarball again? ettore doesn'tDan Winship2001-11-062-1/+2
* add a changed signal (e_meeting_time_selector_construct): emit changedJP Rosevear2001-11-062-25/+22
* 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
* disconnect signals added in append_page(). Fixes Gtk-Critical warningDamon Chaplin2001-10-311-0/+5
* 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
* move in whole day increments if we are in all day modeJP Rosevear2001-10-311-4/+5
* count the actual attendees (doesn't include people delegatingJP Rosevear2001-10-311-2/+6
* 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-303-23/+52
* 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-302-5/+30
* use libical-evolution.laDamon Chaplin2001-10-303-13/+51
* get the management object by idJP Rosevear2001-10-301-1/+0
* 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-291-2/+0
* when the week start day is set to Sunday, we have to be careful to makeDamon Chaplin2001-10-281-0/+25
* Delete appointments with empty summaries. Fixes Ximian bug #780.Federico Mena Quintero2001-10-283-3/+11
* Fixing the license text.Ettore Perazzoli2001-10-2838-152/+114
* Fixing the license text.Ettore Perazzoli2001-10-282-2/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-272-4/+4
* convert the formatted date to UTF-8.Damon Chaplin2001-10-276-17/+32
* 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
* Fixes bug #5282.Federico Mena Quintero2001-10-251-10/+20
* added setDefaultTimezone() method.Damon Chaplin2001-10-233-208/+219
* we don't need to save the stateJP Rosevear2001-10-221-8/+0
* listen for changes in the date editors (schedule_page_set_dates): updateJP Rosevear2001-10-223-83/+240
* call the invite others dialog in the modelJP Rosevear2001-10-195-172/+3
* 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-1313-161/+197
* fix logic checksJP Rosevear2001-10-102-6/+22
* util function to get address (itip_addresses_get_default): get only theJP Rosevear2001-10-102-8/+16
* refactor functionality into several function (comp_string): if we areJP Rosevear2001-10-042-4/+7
* save the EXDATE as a DATE-TIME value, since we know the exact time. FixesDamon Chaplin2001-10-031-1/+2
* 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
* use bound_text to print the summary, so it wraps instead of being clippedDamon Chaplin2001-09-292-17/+18
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-278-118/+199
* Fixes the GUI part of bug #7892.Federico Mena Quintero2001-09-271-38/+86
* disconnect signals first thingJP Rosevear2001-09-271-2/+2
* Warning fixes courtesy of Chris Lahey <clahey@ximian.com>.Federico Mena Quintero2001-09-262-2/+3
* use bonobo-exception stuff to clean codeJP Rosevear2001-09-261-1/+1
* 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-203-4/+2
* listen for model changes (task_editor_edit_comp): add the attendees to theJP Rosevear2001-09-206-80/+211
* A page that shows the meeting time selector and free/busy data forJP Rosevear2001-09-1911-783/+717
* Fixes bug #2830.Federico Mena Quintero2001-09-193-28/+54
* added a timeout to refresh the list every 10 minutes. Not ideal, as theDamon Chaplin2001-09-182-4/+47
* 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
* use ical partstat, role, cutypes directlyJP Rosevear2001-09-141-47/+52
* free the destination vector when we finish with it, if we actually addJP Rosevear2001-09-121-5/+4
* Handle the new icalattach type instead of struct icalattachtype.Federico Mena Quintero2001-09-111-21/+19
* don't call calendar_config_check_timezone_set() now, since the startupDamon Chaplin2001-09-047-101/+36
* fix debugging messages so they use "" rather than NULL. Fixes bug #8559.Damon Chaplin2001-09-011-2/+2
* 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-231-1/+1
* Handle the case where there is no attachment. Fixes bug #7257.Federico Mena Quintero2001-08-221-5/+16
* added new e-sexp operator. We don't currently use it though.Damon Chaplin2001-08-222-3/+70
* use Delete icon in menu, and change to bigger Save icon in toolbar.Damon Chaplin2001-08-201-1/+3
* use new delete icon for toolbar.Damon Chaplin2001-08-201-0/+1
* 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-191-0/+5
* Use e_dialog_editable_get instead of gtk_editable_get_chars (we need UTF-8Zbigniew Chyla2001-08-191-1/+1
* Startup assistant stuffIain Holmes2001-08-174-1004/+0
* hide the timezone fields for all-day events. We will use DATE values forDamon Chaplin2001-08-178-19/+108
* 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-171-1/+1
* 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-151-23/+62
* added support for the Contacts field. Note that I'm not sure what weDamon Chaplin2001-08-157-37/+467
* turn on word-wrap for the description fields. Fixes bug #6821.Damon Chaplin2001-08-122-1/+8
* added new backend method to get the component given a UID.Damon Chaplin2001-08-101-4/+4
* Remove progress frameJP Rosevear2001-08-107-939/+560
* Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-091-0/+7
* 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
* added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-073-54/+164
* In process of fixing bug #6005. The "Calendar" page is now "Display", andFederico Mena Quintero2001-08-071-236/+161
* New function; stops further notification from happening. This is neededFederico Mena Quintero2001-08-041-1/+1
* Fixes bug #1407.Federico Mena Quintero2001-08-041-120/+0
* I18n fixes.Chyla Zbigniew2001-08-041-1/+1
* If the default category is the same as the value passed in to thisFederico Mena Quintero2001-08-021-2/+2
* Sync from OLS - FedericoFederico Mena Quintero2001-08-013-10/+40
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-43/+28
* 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
* when an entry has changed, iterate over the elements of the entry and addJP Rosevear2001-07-271-175/+248
* free a list of attendees (meeting_page_fill_widgets): clean up attendeeJP Rosevear2001-07-273-48/+116
* check that the row passed in is valid. Sometimes we get the "row-selected"Damon Chaplin2001-07-271-0/+6
* used the new print preview icon.Damon Chaplin2001-07-261-1/+1
* 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-255-38/+642
* Removed unused prototype.Federico Mena Quintero2001-07-202-2/+0
* updated to use new print icon.Damon Chaplin2001-07-201-1/+1
* don't show the time in the EDateEdit widget for adding EXDATEs.Damon Chaplin2001-07-181-0/+1
* 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-174-24/+56
* Added missing underlined shortcuts.Taylor Hayward2001-07-133-9/+15
* fix typo breaking compilationJP Rosevear2001-07-133-2/+28
* guard against infinite loops with the updating boolean, fixes 4270JP Rosevear2001-07-131-0/+7
* Fixes bug #4380 as well as some leftovers from the days of struct tm andFederico Mena Quintero2001-07-124-17/+6
* be careful about adding and stripping MAILTO:'s properlyJP Rosevear2001-07-123-17/+21
* [Fix bug #4388: ETableSpecification still in .c file]Jason Leach2001-07-113-46/+27
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-113-4/+10
* Add popup support so you can delete users from the listJP Rosevear2001-07-112-8/+133
* Pass the parent vCalendar component as the timezone closure ofFederico Mena Quintero2001-07-111-5/+5
* connect to the entry not the comboJP Rosevear2001-07-074-9/+58
* actually clear some widgets and hide/show widgets in the default setupJP Rosevear2001-07-073-38/+394
* Fixes bug #4018 and what would be the analogous bugs for the otherFederico Mena Quintero2001-07-059-1/+128
* Add new columns for information specification (meeting_page_destroy): saveJP Rosevear2001-07-044-15/+64
* fix warning, and added some debug messages.Damon Chaplin2001-07-031-1/+5
* added virtual method to get a VTIMEZONE component given a TZID. We needDamon Chaplin2001-07-031-3/+6
* New files with the alarm options dialog; this configures theFederico Mena Quintero2001-07-036-4/+1051
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-0314-319/+809
* publish free/busy information for the currently viewed time rangeJP Rosevear2001-07-031-8/+91
* Support for repeat/duration properties in alarm components.Federico Mena Quintero2001-07-031-1/+1
* fill in delegated from fieldJP Rosevear2001-07-032-5/+6
* use the new self-contained e_categories_config_open_dialog_for_entry()Rodrigo Moya2001-07-032-36/+3
* implementJP Rosevear2001-07-036-29/+354
* Fixes bug #1406.Federico Mena Quintero2001-07-012-418/+119
* Renamed the occur field to occur_start; added an occur_end field. This wayFederico Mena Quintero2001-06-276-6/+18
* Converted to use BonoboXObject.Federico Mena Quintero2001-06-254-507/+0
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-2312-13/+13
* update to new callJP Rosevear2001-06-221-30/+0
* add include pathJP Rosevear2001-06-221-0/+2
* remove buttons and use evolution's standard ui configJP Rosevear2001-06-221-21/+15
* print menu command (print_preview_cmd): ditto for print previewJP Rosevear2001-06-215-3/+252
* moved the function to check for a default timezone to calendar-config.c,Damon Chaplin2001-06-201-1/+1
* added code to show the timezone dialog if the user hasn't set a defaultDamon Chaplin2001-06-202-2/+2
* if the timezones of the start and end of the event are the same, then ifDamon Chaplin2001-06-201-0/+56
* added a 'Time zone' setting. Also rearranged a little, adding a newDamon Chaplin2001-06-2011-302/+327
* add ui (forward_cmd): implement forward commandJP Rosevear2001-06-202-10/+30
* itip/imip send dialogJP Rosevear2001-06-2013-324/+1439
* Sync - FedericoFederico Mena Quintero2001-06-201-1/+1
* added timezone fields. Also moved the 'All Day' flag into an alignment soDamon Chaplin2001-06-1910-45/+387
* new dialog for setting the time zone.Damon Chaplin2001-06-144-0/+865
* remove unnecessary spaceJP Rosevear2001-06-142-1/+3
* set the completed time in the date editor if appropriateJP Rosevear2001-06-142-5/+17
* Sync from laptop.JP Rosevear2001-06-073-0/+735
* update the blocked/selected days if the starting day of the appointmentJP Rosevear2001-06-052-1/+15
* use new funcJP Rosevear2001-06-026-12/+33
* renamed from editor-page for consistency, more complete implementationJP Rosevear2001-06-0229-2927/+3570
* For JPR - FedericoFederico Mena Quintero2001-05-312-0/+256
* Finished porting from the old event-editor.c. Made it store a clone of theFederico Mena Quintero2001-05-247-29/+1213
* Fix bug #2829.Federico Mena Quintero2001-05-192-51/+92
* Split the event and task editors into different objects for the separateFederico Mena Quintero2001-05-1714-550/+5096
* use define from widgets/misc/e-filter-bar.h instead of own enumeration andGediminas Paulauskas2001-05-081-27/+23
* Merge build fix from the branch:Ettore Perazzoli2001-04-271-0/+1
* Hot builddir != srcdir loving action.Ettore Perazzoli2001-04-191-0/+2
* Connect to the "changed" signal of the categories entry so that they willFederico Mena Quintero2001-04-181-0/+10
* Display fixes, thanks to Kjartan for finding these.Gediminas Paulauskas2001-04-111-18/+13
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-051-0/+2
* Plug leak.Federico Mena Quintero2001-04-031-0/+8
* Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-261-1/+6
* keep list of all Tasks folders so we can update the preference settingsDamon Chaplin2001-03-051-0/+2
* Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-118-111/+1
* Oops, remove old widgetJP Rosevear2001-02-093-80/+4
* fill in new classification stuff properly (get_widgets): load new class.JP Rosevear2001-02-094-540/+662
* Pull up from 0.9 branchJP Rosevear2001-02-094-1208/+1096
* Pulling stuff up from the branchJP Rosevear2001-02-073-19/+18
* gnome_dialog_grab_focus() on the Yes button. Fixes bug #1242.Federico Mena Quintero2001-02-041-3/+5
* <gnome.h> trimming to reduce compilation time. Likewise. Likewise.Federico Mena Quintero2001-01-301-0/+1
* <gnome.h> trimming to reduce compilation time. Ditto. Ditto. Ditto. Ditto.Federico Mena Quintero2001-01-294-5/+13
* libical import cleanupJP Rosevear2001-01-241-3/+3
* compile new stuffJP Rosevear2001-01-234-11/+89
* Fix bug #1250; now we present a confirmation dialog before deleting theFederico Mena Quintero2001-01-221-7/+11
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-178-30/+38
* moved #include <cal-client/cal-client.h> to the .h file.Damon Chaplin2001-01-145-15/+19
* get categories button (init_widgets): listen for button clickJP Rosevear2001-01-062-2/+2
* get categories button (init_widgets): listen for button clickJP Rosevear2001-01-064-28/+73
* Do not compose strings so that they can be localized correctly. Also,Federico Mena Quintero2001-01-033-32/+54
* Clean up translatable strings for translators, fixes bug 993JP Rosevear2000-12-231-6/+5
* Fixes bug #955.Federico Mena Quintero2000-12-151-3/+3
* Even though icaltime_from_timet() now properly ignores the is_utc argumentFederico Mena Quintero2000-12-141-3/+3
* Use set_title_from_comp (save_todo_object): ditto (set_title_from_comp):JP Rosevear2000-12-131-10/+25
* Constify for new libical API. (set_text_list): Likewise.Federico Mena Quintero2000-12-131-9/+0
* This is to make things work with libical 0.21helix1 and later. WarningsFederico Mena Quintero2000-12-121-43/+5
* added changed flags and added calls to a new functionDamon Chaplin2000-12-111-8/+132
* Free the strings we get from the editables.Federico Mena Quintero2000-12-091-15/+39
* Fixes bug #920.Federico Mena Quintero2000-12-073-0/+117
* use config settings.Damon Chaplin2000-11-272-18/+11
* Clear the rdate and exrule lists from the component if we are setting aFederico Mena Quintero2000-11-133-76/+50
* Clean the idl-generated sources properly. Likewise.Federico Mena Quintero2000-11-041-6/+4
* The big api rename ...Michael Meeks2000-11-021-4/+4
* AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (ItDan Winship2000-10-241-1/+1
* removed debug message.Damon Chaplin2000-10-211-2/+0
* die. (debug_xml_cb): add debugging hook.Michael Meeks2000-10-182-290/+42
* call calendar_config_write_on_exit() to write out some special configDamon Chaplin2000-10-125-2/+1849
* set the height of the scrolled window for the description field, since theDamon Chaplin2000-09-253-16/+17
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-141-3/+25
* changed to use EDateEdit.Damon Chaplin2000-09-114-242/+288
* Fix the calendar Makefiles so that they #include the `icalversion.h'Ettore Perazzoli2000-09-091-0/+1
* Fixed some warnings.Christopher James Lahey2000-09-091-0/+1
* Bunch of unicode related changesLauris Kaplinski2000-09-081-0/+3
* uses the new TaskEditor dialog.Damon Chaplin2000-09-065-536/+1186
* New function. (cal_component_get_icalcomponent): Ensure that the SEQUENCEFederico Mena Quintero2000-08-083-14/+20
* new ECalendarTable to show an ETable view for Todo/Event items.Damon Chaplin2000-07-266-3/+2229
* Fixed warning message. (time_add_day): Likewise. (time_add_month):Federico Mena Quintero2000-05-191-2/+2
* Speak no evil - FedericoFederico Mena Quintero2000-05-161-0/+3
* Alarm stuff I had not cvs added, sigh - FedericoFederico Mena Quintero2000-05-165-0/+529