aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
Commit message (Expand)AuthorAgeFilesLines
* add a menu item for "open appointment".Kidd Wang2003-12-298-1/+127
* fix the signal nameJP Rosevear2003-12-259-29/+129
* renamed from *_uri, to work with ESource's rather than with plain URIs.Rodrigo Moya2003-12-235-35/+65
* if the setting is not in the config database, use the current time, toRodrigo Moya2003-12-232-3/+11
* new files for managing interactive authentication with backends.Rodrigo Moya2003-12-2221-33/+208
* rewrite for new ecal api, cache all ecal's by type and minimize loading.JP Rosevear2003-12-2219-384/+258
* make sure there is a ui containerJP Rosevear2003-12-205-10/+29
* Remove separators from dialogs. Use frame style recommended by the HIG.William Jon McCann2003-12-2027-2488/+3616
* make sure we connect to the "changed" signals after setting the initialRodrigo Moya2003-12-192-4/+8
* make sure we connect to the "changed" signals after setting the initialRodrigo Moya2003-12-182-9/+19
* Add the concept of a source client, where the object lives currently. TheHans Petter Jansson2003-12-188-5/+341
* use g_file_test to check if the 'pixmap' argument is a file. If so, getRodrigo Moya2003-12-183-4/+13
* set a correct status message.Rodrigo Moya2003-12-185-12/+22
* Fixes #51665.Harry Lu2003-12-182-0/+9
* Missing changelog entryRodrigo Moya2003-12-171-2/+3
* removed the 'NewCalendar' verb. (file_new_calendar_cb): removed callbackRodrigo Moya2003-12-174-22/+44
* made it public.Rodrigo Moya2003-12-174-9/+24
* call calendar_control_sensitize_calendar_commands when the primaryRodrigo Moya2003-12-173-55/+29
* check the return value from e_cal_new_from_uri.Rodrigo Moya2003-12-172-0/+8
* make sure we free the data stored in the hash table.Rodrigo Moya2003-12-173-22/+18
* Fixes part of #41237Rodrigo Moya2003-12-175-191/+101
* return a reference to the alarm_notify_service, not NULL and ref theRodrigo Moya2003-12-172-2/+5
* return a reference to the alarm_notify_service, not NULL.Rodrigo Moya2003-12-172-1/+6
* set the list view config properly (so we don't blow away the month viewJP Rosevear2003-12-162-2/+6
* set the calendar for the day viewJP Rosevear2003-12-162-1/+6
* set a proper exception if we failJP Rosevear2003-12-153-4/+19
* a small fix from Andrew WuBolian Yin2003-12-111-0/+1
* remove the client from the list if there are errors, instead of re-addingRodrigo Moya2003-12-102-2/+10
* *gui/e-week-view.c: Fix a event/jump button tabbing bugBolian Yin2003-12-102-2/+7
* Fix for bugzilla bug #51628.Harry Lu2003-12-102-18/+118
* init a11y. emit signal "selected_time_changed".Andrew Wu2003-12-093-1/+12
* remove setting property of "handle_popup". remove setting property ofBolian Yin2003-12-093-4/+5
* Fixes #46351Carl Sun2003-12-083-1/+34
* correct argument mismatch in "goto_date" signal definition.Bolian Yin2003-12-082-1/+5
* *** empty log message ***Rodrigo Moya2003-12-061-3/+3
* commit the patch of Sun YongAntonio Xu2003-12-053-2/+11
* Fix for bugzilla bug #51627.Harry Lu2003-12-052-0/+11
* *** empty log message ***Rodrigo Moya2003-12-041-10/+9
* Do not call control_util_set_folder_bar_label().Ettore Perazzoli2003-12-047-138/+21
* free the notification listJP Rosevear2003-12-044-1/+13
* free up the notifications and the ecal (config_create_ecal_changed_cb):JP Rosevear2003-12-042-11/+117
* cast the parent (impl_createControls): add notification for primary tasksJP Rosevear2003-12-043-8/+29
* cast the parent (config_primary_selection_changed_cb): handle the primaryJP Rosevear2003-12-032-21/+138
* Do not depend on e-folder-list.Ettore Perazzoli2003-12-036-11/+28
* Do not depend on e-folder-list.Ettore Perazzoli2003-12-031-2/+0
* Version the schemas Removed AddedRodney Dawes2003-12-023-1/+12
* added a label to the dialog to make it look less ugly.Rodrigo Moya2003-12-021-0/+1
* added a label to the dialog to make it look less ugly.Rodrigo Moya2003-12-022-1/+11
* converted to use an ESourceOptionMenu instead of the ESourceSelector.Rodrigo Moya2003-12-022-14/+25
* Replace member "activity" with an "activity_id".Ettore Perazzoli2003-12-027-92/+108
* Pass a label for the status bar control for now.Ettore Perazzoli2003-12-023-0/+30
* Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill theRodney Dawes2003-12-0216-55/+73
* define privconduitdirJP Rosevear2003-12-025-6/+16
* install to privlibdirJP Rosevear2003-12-025-8/+16
* removed unneeded functions. (alarm_notify_add_calendar,Rodrigo Moya2003-12-012-109/+7
* removed this function, since we now use the ESourceList to know whatRodrigo Moya2003-12-011-1/+1
* removed this function, since we now use the ESourceList to know whatRodrigo Moya2003-12-015-95/+124
* we want to skip if it *is* read onlyJP Rosevear2003-11-292-4/+8
* allocate the type information correctlyJP Rosevear2003-11-292-3/+8
* e_cal_new () -> e_cal_new_from_uri (). (backend_go_online): Ditto.Hans Petter Jansson2003-11-279-23/+45
* use the correct icalcomponent when calling e_cal_create_object.Rodrigo Moya2003-11-243-2/+4
* no need to have a selection for Paste to work.Rodrigo Moya2003-11-242-1/+4
* disable editing items if the selected task list is read only, not if it'sRodrigo Moya2003-11-242-1/+6
* new files containing the implementation of the 'New Task List' dialog.Rodrigo Moya2003-11-247-3/+385
* actually add the source selector to the dialog's box.Rodrigo Moya2003-11-242-1/+9
* fixed compilation errors.Rodrigo Moya2003-11-242-1/+2
* fixed compilation errors.Rodrigo Moya2003-11-244-4/+14
* fixed copyright notices.Rodrigo Moya2003-11-248-9/+244
* Update OAFIID of AlarmNotifyRoss Burton2003-11-244-3/+12
* Remove a bunch of gal includes that are no longer neededJP Rosevear2003-11-2030-50/+28
* Fixes #43556Rodrigo Moya2003-11-203-254/+153
* make sure timezone value is sane (get_completed): dittoJP Rosevear2003-11-204-14/+24
* Fixes #51052Rodrigo Moya2003-11-192-0/+15
* make sure the timezone value is saneJP Rosevear2003-11-193-11/+18
* add protos82003-11-196-36/+225
* remove db3 includeJP Rosevear2003-11-192-1/+4
* removed the 'New...' menu items from the UI, it's now implemented in theRodrigo Moya2003-11-192-52/+2
* removed the 'New...' menu items from the UI, it's now implemented in theRodrigo Moya2003-11-193-17/+8
* added 'sensitive' argument. (fill_popup_menu_cb): disable/enable menuRodrigo Moya2003-11-192-2/+2
* added 'sensitive' argument. (fill_popup_menu_cb): disable/enable menuRodrigo Moya2003-11-193-10/+43
* remove archaic fileJP Rosevear2003-11-182-89/+1
* Cleanup some ref/unref callsJP Rosevear2003-11-1818-65/+57
* peek the primary selection.Rodrigo Moya2003-11-183-69/+53
* added 'Delete' and 'Rename' menu items. (delete_task_list_cb,Rodrigo Moya2003-11-172-1/+86
* try first to create the icon from the stock, and then from a file.Rodrigo Moya2003-11-173-4/+92
* use the server.mk file to get rules for building versioned .server filesJP Rosevear2003-11-173-6/+3
* remove the AlarmNotify service, no more need for it, since the alarmRodrigo Moya2003-11-178-171/+83
* Make ending count of occurrences of Recurrence tab numeric only.Harry Lu2003-11-172-0/+6
* add a uriJP Rosevear2003-11-174-69/+10
* emit the added signal for the correct rowsJP Rosevear2003-11-172-8/+10
* copy in here (update_uris_for_selection): save the selectionJP Rosevear2003-11-174-13/+132
* add it via e-tasks (remove_uri_for_source): remove it via e-tasksJP Rosevear2003-11-178-85/+284
* set up a event to be edited (impl_requestCreateItem): implementJP Rosevear2003-11-172-17/+90
* OopsJP Rosevear2003-11-151-0/+4
* include e-source* from e-d-sJP Rosevear2003-11-154-5/+4
* config accessor (calendar_config_set_calendars_selected): dittoJP Rosevear2003-11-155-22/+147
* New. (impl_requestCreateItem): New. (tasks_component_class_init): Install.Ettore Perazzoli2003-11-133-2/+43
* (impl__get_userCreatableItems): New.Ettore Perazzoli2003-11-132-2/+64
* Add a component_aliasEttore Perazzoli2003-11-132-0/+9
* Use non-deprecated gtk_menu_shell_append ().Hans Petter Jansson2003-11-132-1/+6
* Fixes #50808Bolian Yin2003-11-122-0/+16
* use a standard calendar status (backend_cal_opened_online): dittoJP Rosevear2003-11-128-30/+48
* load the calendar synchronouslyJP Rosevear2003-11-123-61/+9
* return boolean not ECalStatus (update_objects): ditto (process_item_fn):JP Rosevear2003-11-113-25/+30
* use proper change list free function name (post_sync): dittoJP Rosevear2003-11-113-4/+13
* Remove get-vtype check from the completed-tasks query (and don't leak theDan Winship2003-11-114-56/+18
* remove includes for toplevel libical dirJP Rosevear2003-11-084-4/+8
* Shush.JP Rosevear2003-11-073-5/+7
* Add forgotten file.JP Rosevear2003-11-071-0/+15
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-07164-31396/+3228
* fix typoJP Rosevear2003-11-052-8/+5
* add a unimplemented warning so we at least avoid relocation errors.Larry Ewing2003-11-052-0/+13
* added more menu items. (delete_calendar_cb): callbacks for new popup menuRodrigo Moya2003-11-044-13/+41
* added more menu items. (delete_calendar_cb): callbacks for new popup menuRodrigo Moya2003-11-042-12/+79
* add new signal "selected_time_changed" a11y initialization new publicBolian Yin2003-11-0410-39/+89
* Append "_2". Likewise. Likewise. Likewise. LikewiseEttore Perazzoli2003-11-046-5/+13
* use "evolution2:config_item" properties instead of "evolution:config_item"Ettore Perazzoli2003-11-042-5/+11
* Fix for #50387.Harry Lu2003-11-032-1/+12
* Add the webcal source group.Hans Petter Jansson2003-11-017-46/+921
* Add CAL_STATIC_CAPABILITY_NO_THISANDFUTURE andDan Winship2003-11-017-38/+76
* set up vars and rules for versioning the .server filesJP Rosevear2003-10-313-20/+18
* fixed mismatched condition in if/else statement.Rodrigo Moya2003-10-311-2/+2
* fixed mismatched condition in if/else statement.Rodrigo Moya2003-10-312-2/+7
* removed.Rodrigo Moya2003-10-315-25/+31
* use bonobo_main_quit, not gtk_main_quit.Rodrigo Moya2003-10-311-1/+1
* use bonobo_main_quit, not gtk_main_quit.Rodrigo Moya2003-10-313-1/+26
* removed, since we dont save the file anymore in idle callbacks.Rodrigo Moya2003-10-302-49/+18
* implemented THIS and ALL recurrences cases, blowing away or detachingRodrigo Moya2003-10-302-40/+195
* build new filesJP Rosevear2003-10-305-4/+353
* set an exception if we fail, so evo won't crash.Dan Winship2003-10-302-0/+11
* no need to update config settings everywhere explicitlyJP Rosevear2003-10-2913-201/+144
* set the format on the cal viewJP Rosevear2003-10-294-2/+41
* unref config manager (init_widgets): create config manager for theJP Rosevear2003-10-294-111/+38
* set the timezone for all clients (timezone_changed_cb): callback forJP Rosevear2003-10-2919-64/+1537
* fixed typo in menu item label.Rodrigo Moya2003-10-2915-91/+119
* connect to "fill_popup_menu" on the ESourceSelector.Rodrigo Moya2003-10-292-1/+9
* connect to "fill_popup_menu" on the ESourceSelector.Rodrigo Moya2003-10-292-0/+44
* no need to keep the timezone here, it is already stored in the model.Rodrigo Moya2003-10-283-22/+24
* New; tell each query about a created/modified/removed object.Dan Winship2003-10-288-118/+171
* store config objects as well (gnome_calendar_set_default_uri): returnJP Rosevear2003-10-2812-180/+1158
* changed fill_component_from_model virtual method to get an ETableModel,Rodrigo Moya2003-10-275-20/+32
* pass FALSE as the 'only_if_exists' parameter, so that the calendar getsRodrigo Moya2003-10-272-1/+7
* initialize private structure on TasksComponent.Rodrigo Moya2003-10-252-0/+7
* removed repeated initialization. (calendar_component_peek): use G_STRLOCRodrigo Moya2003-10-259-12/+455
* build libpcs.la and libpcsfile.la instead of just .a. (libpcs_la_LIBADD):Dan Winship2003-10-242-4/+16
* Remove type argDan Winship2003-10-2412-28/+46
* new functions for individual instances management.Rodrigo Moya2003-10-245-16/+297
* update protosJP Rosevear2003-10-244-53/+172
* if the component received is an instance, add it to the recurrences hashRodrigo Moya2003-10-243-24/+117
* just uses the views array and the current view type (setup_widgets): dittoJP Rosevear2003-10-243-64/+37
* accept also text/calendar for D&D.Rodrigo Moya2003-10-246-7/+12
* use the internal client list to create the queriesJP Rosevear2003-10-241-41/+38
* fix typo (e_day_view_on_main_canvas_drag_data_received): fix C99 issue,JP Rosevear2003-10-242-3/+23
* remove and free op before return.Harry Lu2003-10-247-57/+276
* update g_date calls to non-deprecated callsJP Rosevear2003-10-238-71/+61
* Fix c/p typo - call removed instead of modifyJP Rosevear2003-10-232-1/+6
* guard against irrelevant args (ie if there was an error)JP Rosevear2003-10-238-20/+64
* connect also to ETableModel's "model_cell_changed" signal.Rodrigo Moya2003-10-233-2/+38
* new function to remove calendars from the views.Rodrigo Moya2003-10-233-0/+43
* Add an "evolution:button_icon" attribute.Ettore Perazzoli2003-10-232-0/+6
* Add an "evoution:button_sort_order" attribute.Ettore Perazzoli2003-10-232-0/+6
* Make the scrolled window have a GTK_SHADOW_IN shadow. Likewise.Ettore Perazzoli2003-10-233-0/+9
* (impl_createControls): Set theEttore Perazzoli2003-10-232-0/+8
* Add an "evolution:button_label" property on the component for use in theEttore Perazzoli2003-10-232-0/+8
* Fix typo in libcal_client_la_SOURCESRodney Dawes2003-10-222-1/+5
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-2244-4926/+5420
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-2263-5005/+9850
* Fixed for libical changes.Jeffrey Stedfast2003-10-182-2/+3
* Fixed for libical changes.Jeffrey Stedfast2003-10-172-2/+5
* Add e-cal-list-view.etspec. (libevolution_calendar_la_SOURCES): AddHans Petter Jansson2003-10-1011-11/+805
* INCLUDE path fixes for changes made to libical build.Jeffrey Stedfast2003-10-1021-29/+63
* Make repeat-quantity and repeat-value of alarm option dialog numeric only.Harry Lu2003-10-083-3/+10
* new VOID:STRING,STRING,STRING build the new view/store/renderer/editableMike Kestner2003-10-0124-2290/+2712
* link to libical-evolutionJP Rosevear2003-09-303-2/+8
* libical.la -> libical-evolution.laHans Petter Jansson2003-09-223-2/+10
* removed libwombat reference.Rodrigo Moya2003-09-172-1/+4
* change last_notification_time's type from string to int.Harry Lu2003-09-152-1/+6
* make jump button focusable (e_week_view_on_jump_button_event): key_pressBolian Yin2003-09-123-20/+119
* Import new libical from mainline HEAD and make appropriate changes toHans Petter2003-09-129-60/+129
* Remove libcal-util-static.laDan Winship2003-09-016-40/+26
* Statically link with wombat. Fix ETodo conduit. (Mdk bug #5348)Frédéric Crozat2003-09-012-0/+7
* Use "ctrl+shift+alt+Up/Down" to change the end time of the editing event.Andrew Wu2003-09-012-0/+90
* Use images that come with Evolution instead of unreleased stock, for now.Hans Petter Jansson2003-08-292-5/+14
* Added alarm-notify utils.Hans Petter Jansson2003-08-296-95/+303
* Fixes #29032.Hans Petter Jansson2003-08-282-1/+12
* gui/Makefile.am use libevolution-calendar-a11y instead ofBolian Yin2003-08-272-2/+6
* ** Fixes #47863.Jack Jia2003-08-271-0/+7
* ** Fixes #47863.Jack Jia2003-08-271-0/+3
* Ensure we get UTF-8 strings from gettext.Frédéric Crozat2003-08-222-0/+6
* Fixes #47779Bolian Yin2003-08-222-2/+8
* use a 'char **' for the 'error_msg' argument, instead of a fixed sizeRodrigo Moya2003-08-224-6/+15
* Rename to start_default_server_async () and don't run a nested main loop.Hans Petter Jansson2003-08-212-46/+85
* new function to set icons on the popup menu items.Rodrigo Moya2003-08-202-1/+36
* set more icons for the popup menu.Rodrigo Moya2003-08-203-2/+59
* Merged from calendar-views-with-model branchRodrigo Moya2003-08-2026-1316/+1326
* Merged from calendar-views-with-model branchRodrigo Moya2003-08-202-0/+339
* Add a11y dependency. gui/calendar-commands.cBolian Yin2003-08-2014-22/+169
* Chain. Prevent double unrefs. (impl_finalize): Chain.Hans Petter Jansson2003-08-147-11/+56
* In DayView, Shift+Home, Change the duration to the time that begins theAndrew Wu2003-08-132-0/+103
* Add destroy chaining.Hans Petter Jansson2003-08-132-7/+13
* In the WeekView, Navigation through days with arrow keys.Andrew Wu2003-08-122-0/+204
* ** Fixes #47464.Harry Lu2003-08-122-1/+8
* Merged missing bits from branchRodrigo Moya2003-08-096-72/+380
* Merged ECalendarTable changes from new-calendar-branchRodrigo Moya2003-08-0819-2816/+368
* Merge new-calendar-branch into HEADRodrigo Moya2003-08-0822-117/+3242
* changed one of the "Con_fidential" to "Co_nfidential" since we alreadyJack Jia2003-08-062-1/+6
* added the include <config.h> line at the beginning to enable gettext.Lorenzo Gil2003-08-012-0/+6
* removed obsolete code.Rodrigo Moya2003-07-304-818/+5
* Fixes all "alarm daemon doesn't start with session"Rodrigo Moya2003-07-292-5/+14
* Fixes #46769Harry Lu2003-07-292-26/+53
* Fixes #46847Bolian Yin2003-07-293-42/+138
* new function. (e_cal_view_get_timezone, e_cal_view_set_timezone): newRodrigo Moya2003-07-2513-269/+312
* define ECalViewEvent as the base struct for the other views.Rodrigo Moya2003-07-2410-91/+154
* check the uid before using it.Rodrigo Moya2003-07-243-0/+8
* removed.Rodrigo Moya2003-07-2413-238/+267
* added missing cases. (setup_popup_icons): new function to set up icons forRodrigo Moya2003-07-243-0/+54
* Use EVO_MARSHAL_RULE, and add MARSHAL_GENERATED to CLEANFILESDan Winship2003-07-242-12/+5
* moved the duplicated popup menu code here. (e_cal_view_create_popup_menu):Rodrigo Moya2003-07-2311-1156/+1037
* Fix an unused variableDan Winship2003-07-239-11/+40
* removed unneeded prototypes.Rodrigo Moya2003-07-2310-208/+147
* manage the case where the selected events are the popup menu ones.Rodrigo Moya2003-07-233-14/+34
* removed missing calls to e_day/week_view_*_clipboard.Rodrigo Moya2003-07-232-46/+9
* added "get_selected_events", and "update_query" virtual methods.Rodrigo Moya2003-07-2311-1186/+1249
* removed e_day_view_set_calendar prototype.Rodrigo Moya2003-07-2210-122/+124
* moved duplicated code to...Rodrigo Moya2003-07-1812-138/+191
* new base class for calendar views.Rodrigo Moya2003-07-179-7/+269
* s/expunge/purge.Rodrigo Moya2003-07-173-20/+25
* new function, which uses a CalQuery to retrieve the objects older than aRodrigo Moya2003-07-174-1/+219
* Fixes #45774Andrew Wu2003-07-162-0/+76
* Fixes #45772Andrew Wu2003-07-163-0/+47
* Fixes #41676Rodrigo Moya2003-07-152-3/+70
* Changed the "URL:" label to "_Web Page:". Added a widget name to the URLFederico Mena Quintero2003-07-145-12/+85
* Fixes #46075.Harry Lu2003-07-092-2/+19
* Fixes #45910Rodrigo Moya2003-07-073-0/+33
* added a paned widget to contain the task list and a HTML widget forRodrigo Moya2003-07-045-4/+396
* Fixes #45767Antonio Xu2003-07-032-1/+6
* Fixes #44485Harry Lu2003-07-032-1/+14
* Don't leak exceptions (load_static_capabilities): free the capabilityDan Winship2003-07-024-17/+34
* fix a misuse of g_return_if_failBolian Yin2003-07-021-1/+1
* correct the dateBolian Yin2003-07-021-1/+1
* Fixes #45328, #45329Bolian Yin2003-07-024-3/+184
* Fixes #45524Rodrigo Moya2003-07-023-32/+10
* Fixes #45274Bolian Yin2003-07-013-4/+99
* removed usage of WombatClient. (client_get_password_cb,Rodrigo Moya2003-06-306-161/+17
* added a GtkWindow argument for callers to specify the parent window.Rodrigo Moya2003-06-3015-42/+105
* Fixes #45276Bolian Yin2003-06-303-0/+13
* Fixes #44723Rodrigo Moya2003-06-272-0/+53
* Fixes #44719Rodrigo Moya2003-06-271-5/+2
* Fixes #44719Rodrigo Moya2003-06-271-0/+8
* Forgot this fileRodrigo Moya2003-06-261-0/+5