aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
Commit message (Expand)AuthorAgeFilesLines
* 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-152-4/+5
* Rename NotPrepared to notPrepared and NotSyncing to notSyncing.Ettore Perazzoli2002-05-091-1/+1
* start a server a uri (start_default_server): start a default serverJP Rosevear2002-05-083-34/+325
* show progress messages on the status bar.Rodrigo Moya2002-05-031-0/+5
* only discard the popup if we created oneJP Rosevear2002-05-021-0/+4
* modify the start and end hours to accomodate all the events in the dayJP Rosevear2002-05-022-0/+27
* remove setup_widgets from here (gnome_calendar_init): move setup_widgetsJP Rosevear2002-05-011-2/+1
* Don't link to libibex anymore!!Jeffrey Stefdast2002-04-271-1/+0
* launch pilot settings cappletJP Rosevear2002-04-242-0/+58
* free the view popup (e_week_view_show_popup_menu): add the view popup toJP Rosevear2002-04-246-30/+92
* 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
* show the settingsJP Rosevear2002-04-195-6/+76
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-184-119/+71
* Fix this: Rodrigo's patch used one of the functions I just removed. :)Dan Winship2002-04-111-12/+6
* use the default uri for tasks (as stored in the configuration) when theRodrigo Moya2002-04-111-22/+8
* Use new-and-improved default folder URI config paths.Dan Winship2002-04-114-93/+4
* Add view_info arg. If the view_info is non-empty and this is a calendarDan Winship2002-04-094-9/+59
* add config_item:typeJP Rosevear2002-04-071-0/+5
* ignore .pureChris Toshok2002-04-022-0/+2
* Fix a string.Kjartan Maraas2002-04-021-1/+1
* free the my_address member (find_my_address): fall back on a CN match ifJP Rosevear2002-04-011-97/+146
* Set a priority for the config item. Rename to "Calendar and Tasks".Ettore Perazzoli2002-03-301-2/+4
* implement new pop up menu items for "Save as", "Print", "Assign Task",JP Rosevear2002-03-306-116/+640
* Remove old fileJP Rosevear2002-03-302-490/+0
* more fixes for libversit.la -> libversit.aDan Winship2002-03-201-2/+1
* [Search bar re-design implementation, Take 2.]Ettore Perazzoli2002-03-191-31/+1
* Updated to use new EPopupMenu API.Jeffrey Stedfast2002-03-164-61/+64
* [Start implementing the new Search Bar design.]Ettore Perazzoli2002-03-167-8/+49
* use bonobo exception macros to tidyJP Rosevear2002-03-156-41/+31
* add all day event editor modeJP Rosevear2002-03-154-115/+101
* Add an "evolution:config_item:icon_path" attribute so we get an icon forEttore Perazzoli2002-03-141-0/+3
* Add <visible>False</visible> to cal-prefs-dialog so it doesn't get shownEttore Perazzoli2002-03-1311-395/+395
* Should fix #21240Rodrigo Moya2002-03-071-22/+31
* reverted my last change of adding the METHOD property to the incomingRodrigo Moya2002-03-062-2/+28
* [pullup from evolution-1-0-branch]Dan Winship2002-03-061-0/+4
* remove unneeded parameter from print_text_size everywhereJP Rosevear2002-03-065-69/+105
* added support for printing the Tasks table. I hacked it a bit so the userDamon Chaplin2002-03-051-0/+213
* [pullup from evolution-1-0-branch]Dan Winship2002-03-041-80/+86
* added the METHOD property to the top level component we create.Rodrigo Moya2002-03-011-0/+2
* display an error message if the call to gnome_calendar_open orRodrigo Moya2002-02-272-2/+22
* [pullup from evolution-1-0-branch]Dan Winship2002-02-261-33/+8
* change query_changed to search_activated.Chris Toshok2002-02-251-4/+4
* New helper function. (create_object): Add icons for the various userEttore Perazzoli2002-02-222-30/+80
* pass extra itip_send_comp params (send_freebusy): ditto (ok_clicked_cb):JP Rosevear2002-02-209-63/+137
* use new column enums (set_value_at): emit pre-change/cell change signalsJP Rosevear2002-02-166-318/+531
* don't append 'calendar.ics' to the URI. (get_prop): finished.Rodrigo Moya2002-02-144-32/+43
* check if the CalComponentDateTime values are set before trying to useDamon Chaplin2002-02-091-15/+24
* added vCalendar importer and intelligent GnomeCalendar importer code here,Damon Chaplin2002-02-091-0/+16
* 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-093-10/+44
* pass meeting boolean for gnome_calendar_edit_object andJP Rosevear2002-02-0812-98/+158
* Bumped the required version of gal.Christopher James Lahey2002-02-072-67/+79
* if this is a reply, print the attendee statusJP Rosevear2002-01-311-0/+34
* 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-253-32/+15
* Pass a NULL @icon toEttore Perazzoli2002-01-242-8/+8
* 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
* use icaltimetype_to_tmJP Rosevear2002-01-151-7/+1
* figure out when today is and highlight if it is not selectedJP Rosevear2002-01-153-3/+21
* add protosJP Rosevear2002-01-143-21/+151
* translate timezone names when displayed. Fixes bug #6544.Damon Chaplin2002-01-123-15/+52
* new verb callback (sensitize_commands): set sensitivity of mark completeJP Rosevear2002-01-045-3/+63
* only need one warning message nowJP Rosevear2002-01-042-46/+6
* confirm expunging of the tasks (tasks_control_expunge_cmd): verb callbackJP Rosevear2002-01-0310-822/+266
* remove needs send signal related cruft (save_comp_with_send): withJP Rosevear2001-12-227-58/+28
* inherit from bonobo window12001-12-212-34/+50
* -- Merge fix for #17377 from the evolution-1-0-branch.Ettore Perazzoli2001-12-201-0/+3
* go slow and clear the map if the last uri and the current uri do not matchJP Rosevear2001-12-191-21/+14
* use get_real_item (get_refresh_options): uncomment out (get_real_item):JP Rosevear2001-12-182-38/+113
* ungrab the pointer before calling e_day_view_finish_long_event_resizeJP Rosevear2001-12-132-9/+37
* properly convert the dtstart and dtend times if they are UTC (cursor_cb):JP Rosevear2001-12-123-38/+76
* removed code that connects to GnomeCalendar's "dates_shown_changed"Damon Chaplin2001-12-112-10/+15
* s/%/%sRodrigo Moya2001-12-081-2/+2
* if the key in the config database does not exist, just return the localRodrigo Moya2001-12-071-2/+20
* default component classification to PUBLICRodrigo Moya2001-12-071-3/+5
* Explicitly destroy the EMeetingModel. This is a hack to work aroundJon Trowbridge2001-12-073-0/+13
* added entry for the LOCATION fieldRodrigo Moya2001-12-062-2/+75
* Marked strings for translation.Zbigniew Chyla2001-12-061-13/+16
* make sure we call e_table_model_pre_change() before changing the model.Damon Chaplin2001-12-043-8/+24
* disabled 'Alarms', 'End Date' and 'Show Time As' fields, as these are notDamon Chaplin2001-12-041-3/+3
* connect to "cal_set_mode" signal before calling cal_client_set_mode. Also,Rodrigo Moya2001-12-031-7/+5
* only show the dialog if we created it. Hopefully fixes bug #15774. AlsoDamon Chaplin2001-12-011-3/+18
* Set the category of the new task to that of the search bar. Fixes bugFederico Mena Quintero2001-11-301-0/+4
* fixed typos in translatable strings. Fixes Ximian #15456Rodrigo Moya2001-11-282-2/+2
* Substituted gnome_font_get_width_string() with gnome_font_get_width_utf8()Damon Chaplin2001-11-151-8/+8
* Convert the buffer to UTF8. (calendar_model_value_to_string): Do notFederico Mena Quintero2001-11-151-2/+2
* #ifdef'ed out the LOCATION field for now, since it wasn't supportedDamon Chaplin2001-11-151-0/+8
* don't abort when e_table_selected_count() returns odd values. There seemsDamon Chaplin2001-11-151-4/+8
* (committed to CVS by Damon) Fixes bug #15137.Federico Mena Quintero2001-11-152-13/+128
* make the timezone default to UTC. Fixes bug #14362.Damon Chaplin2001-11-142-17/+16
* only change the day, month and year for the start date, for not screwingRodrigo Moya2001-11-132-61/+71
* The last argument to the bonobo_config_get_XXX_with_default() is aFederico Mena Quintero2001-11-121-14/+9
* new protosJP Rosevear2001-11-123-19/+54
* don't subtract a day from DTEND. For DATE values we don't include theDamon Chaplin2001-11-101-2/+0
* fix buffer overflow. Fixes bug #10285 (the printing of lines & dates inDamon Chaplin2001-11-101-1/+1
* Convert strings to GTK+ encoding. (meeting_page_destroy): Free allocatedChyla Zbigniew2001-11-101-2/+5
* don't let an empty event occur for all days when auto scrollingJP Rosevear2001-11-091-0/+10
* don't add the item, remove it if declining (in case it was added before)JP Rosevear2001-11-081-4/+2
* Convert generated string to UTF-8.Chyla Zbigniew2001-11-081-1/+1
* emit changed signal (e_meeting_time_selector_on_end_time_changed): emitJP Rosevear2001-11-081-18/+46
* 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-065-73/+161
* removed ';' in the wrong place. Fixes bug #14421.Damon Chaplin2001-11-061-1/+1
* -export-dynamic for libglade custom widget.Dan Winship2001-11-051-0/+2
* use TZID from the builtin timezone, instead of using the location name.Damon Chaplin2001-11-051-1/+5
* 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