aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
Commit message (Expand)AuthorAgeFilesLines
* fix float type pane position keys (we migrated these improperly in theJP Rosevear2004-02-251-0/+25
* remove the client from the queue also.Rodrigo Moya2004-02-191-0/+2
* set the task pad client to NULL if opening it failed. Show more verboseRodrigo Moya2004-02-191-1/+19
* add 1 second to the last notification time, or we'll get many times theRodrigo Moya2004-02-181-0/+2
* make copy & paste and drag & drop behave the same way described asKidd Wang2004-02-182-16/+106
* set the string length properly.Kidd Wang2004-02-181-2/+2
* removed buggy characters from menu items' texts.Rodrigo Moya2004-02-171-3/+3
* open the calendars asynchonously. (cal_opened_cb): callback forRodrigo Moya2004-02-171-5/+25
* get alarms since the last notification, only use current time when thereRodrigo Moya2004-02-171-4/+6
* set session restart style to RESTART_IF_RUNNING.Rodrigo Moya2004-02-171-1/+1
* no need to keep the master client. (init_session): just set the daemon'sRodrigo Moya2004-02-161-17/+20
* pass the user list to e_cal_send_objects().Rodrigo Moya2004-02-161-0/+1
* Instead of saying "Select destination source", we now say "... calendar"Hans Petter Jansson2004-02-131-1/+7
* rename from CONTACT_BASE_URI, and change to contacts:// to match e-d-s.Chris Toshok2004-02-131-3/+3
* See #51567 use "gtk_dialog_add_buttons" to change the response_id ofBruce Tao2004-02-121-2/+3
* Fixes #53886Rodrigo Moya2004-02-121-10/+5
* Fixes #53271Rodrigo Moya2004-02-112-6/+6
* Fixes #53271Rodrigo Moya2004-02-113-3/+7
* guarantee we do have some timezone before the time convertion.Harry Lu2004-02-111-0/+6
* don't add the clients to the internal hash/list here, just remove it ifRodrigo Moya2004-02-091-5/+18
* refuse to update the task info if due date is before start date.Harry Lu2004-02-091-4/+38
* make OK button defaultRadek Doulik2004-02-061-1/+33
* Convert the calendar_config_get_timezone andJP Rosevear2004-02-0626-153/+51
* add protoJP Rosevear2004-02-062-5/+20
* make failure not so draconian - make the color blackJP Rosevear2004-02-061-5/+1
* add a mnemonic for the 'Go to Today' button in the 'Go To Date' dialog.Harry Lu2004-02-051-1/+1
* Fixes #53388 added a check for NULLSarfraaz Ahmed2004-02-051-0/+2
* Fixes #52970Rodrigo Moya2004-02-047-49/+60
* don't update the date navigator query nor the internal lists here...Rodrigo Moya2004-02-041-16/+9
* display the exception message on error.Rodrigo Moya2004-02-041-1/+1
* open calendars asynchronously. (client_cal_opened_cb): on success, add theRodrigo Moya2004-02-041-43/+39
* change the access key for adding a reminder from Alt+a to Alt+d to avoidHarry Lu2004-02-041-2/+56
* Fix a bug in evolution/calendar/gui/print.c: bound_text(). It does notYong Sun2004-02-041-6/+12
* Fix location of e-activity-handler.h #includeDan Winship2004-02-043-1/+3
* remove dead filesJP Rosevear2004-01-312-1896/+0
* CV Fixes #51871Gary Ekker2004-01-301-0/+4
* remove extraneous ;JP Rosevear2004-01-301-2/+2
* don't set the group to be read only until after the source is added.JP Rosevear2004-01-301-2/+3
* migrate to a specific source (migrate_ical_folder): create a new sourceJP Rosevear2004-01-291-109/+165
* added support for the list view also.Rodrigo Moya2004-01-291-1/+4
* stop status bar messages madness.Rodrigo Moya2004-01-294-17/+0
* use e_cal_removeJP Rosevear2004-01-282-2/+2
* Fixes #53276Rodrigo Moya2004-01-271-18/+40
* add the source to the group so it actually shows upJP Rosevear2004-01-271-4/+7
* get the source name with out using freed memory (migrate_tasks): dittoJP Rosevear2004-01-271-2/+2
* Fixes #53338Rodrigo Moya2004-01-272-0/+6
* Updated some .cvsignore files.Christian Neumair2004-01-261-0/+2
* new function.Rodrigo Moya2004-01-256-13/+38
* use e_source_list_peek_source_any (setup_create_ecal): dittoJP Rosevear2004-01-251-50/+5
* don't unref and ref, the hash table does thisJP Rosevear2004-01-251-8/+6
* use the colors from the model as background, not as foreground.Rodrigo Moya2004-01-252-9/+8
* listen for the correct notificationJP Rosevear2004-01-251-2/+2
* sync the source list after the source removalJP Rosevear2004-01-252-0/+2
* display a progress dialog (dialog_close): destroy itJP Rosevear2004-01-251-70/+257
* Use PUBLISH if no METHOD definedRodney Dawes2004-01-241-4/+3
* remove useless e_mkdir_hier call.JP Rosevear2004-01-231-7/+0
* don't assert if we can't find the component, just continue with next itemRodrigo Moya2004-01-221-1/+2
* Remove debugging statementJP Rosevear2004-01-221-1/+0
* use the calendar component config dir (gnome_calendar_setup_view_menus):JP Rosevear2004-01-222-3/+8
* check return value from auth_new_cal_from_source(). Connect toRodrigo Moya2004-01-222-1/+39
* renamed to _source and made them work with ESource's.Rodrigo Moya2004-01-224-30/+50
* added 'ECalSourceType' argument to be able to create the ECal correctly.Rodrigo Moya2004-01-221-16/+18
* call e_cal_remove_calendar to actually remove the task list via theRodrigo Moya2004-01-211-8/+19
* Fixes #51705Rodrigo Moya2004-01-211-7/+16
* just use the convienence function for the default gconf client (fixesJP Rosevear2004-01-211-2/+1
* just use the convienence function for the default gconf client (fixesJP Rosevear2004-01-211-8/+2
* only block widgets that existJP Rosevear2004-01-211-8/+14
* correct property name c/p errorJP Rosevear2004-01-201-1/+1
* handle the case where we have a bogus uidJP Rosevear2004-01-202-4/+6
* (print_month_small): use e_cal_model_generate_instancesRadek Doulik2004-01-191-4/+5
* uncomment and use ECalModelComponent (print_day_details): useRadek Doulik2004-01-191-76/+79
* don't create the component if there is a multiple selectionJP Rosevear2004-01-181-5/+7
* (print_table): set page orientation, it may be changed from lastRadek Doulik2004-01-181-0/+3
* month and week view printing works again, day view is next to fixRadek Doulik2004-01-183-71/+157
* we are required to pass in the end in-out argJP Rosevear2004-01-182-4/+4
* update protosJP Rosevear2004-01-185-90/+115
* we actually want to not return on any error as well (like NOT FOUND)JP Rosevear2004-01-171-4/+10
* convert to GObjectJP Rosevear2004-01-173-57/+69
* don't set old orientation, preview needs right orientation even afterRadek Doulik2004-01-161-5/+2
* Fixes #52920Rodrigo Moya2004-01-161-2/+2
* unref the activity handler.Rodrigo Moya2004-01-161-0/+5
* new function. (impl_createControls): create a task bar also for the tasksRodrigo Moya2004-01-164-17/+42
* reverted my changes made on Jan 8th.Rodrigo Moya2004-01-161-19/+2
* removed.Rodrigo Moya2004-01-168-193/+118
* update protosJP Rosevear2004-01-166-142/+373
* test priv->calendar is not NULL before getting current viewRadek Doulik2004-01-151-2/+1
* reset create_ecalRadek Doulik2004-01-152-0/+14
* fixes #23281, some refactoring and list view get_selected_time_rangeRadek Doulik2004-01-1511-158/+194
* new utility routine to create new tasks (create_new_todo): use above so weJP Rosevear2004-01-152-61/+57
* use get_selected_objects() instead of get_selected_comp().Rodrigo Moya2004-01-151-7/+8
* removed assertion.Rodrigo Moya2004-01-151-2/+1
* check return value from e_cal_new().Rodrigo Moya2004-01-151-19/+18
* don't try to set up the creation ecal unless we are actually creating aJP Rosevear2004-01-141-8/+9
* Check for libsoup separatelyRodney Dawes2004-01-141-0/+2
* free 'base_uri' at the end of the function, or it will leak, and removedRodrigo Moya2004-01-141-13/+1
* add e-pub-utils.[ch] for Free/Busy publishingGary Ekker2004-01-1320-127/+2376
* sync the source list after creating the remote source group.Rodrigo Moya2004-01-131-2/+3
* Revert William McCann's patch of 2003-12-19 until we can get consistentJP Rosevear2004-01-1326-3581/+2488
* Only update dialog widgets if they exist.Hans Petter Jansson2004-01-121-2/+4
* Fix copyright notice, its copyright Novell not our hackersJP Rosevear2004-01-114-4/+4
* cast the views to E_CALENDAR_VIEW, not to E_CAL_VIEW.Rodrigo Moya2004-01-111-2/+2
* added missing headers.Rodrigo Moya2004-01-1112-137/+90
* keep all the tray icons we create in a list. (tray_icon_destroyed_cb):Rodrigo Moya2004-01-102-1/+16
* calendar_config -> calendar_setup. (edit_calendar_cb): Ditto.Hans Petter Jansson2004-01-108-245/+707
* make sure we sync the source list when appropriateJP Rosevear2004-01-102-2/+23
* Create ESource for anniversariesERDI Gergo2004-01-101-2/+29
* Call calendar_config_new_calendar(). (rename_calendar_cb): Remove.Hans Petter Jansson2004-01-107-300/+1551
* return the corba valuesJP Rosevear2004-01-102-2/+2
* only migrate old calendars if migrating from <= 1.4.x.Rodrigo Moya2004-01-102-23/+35
* add a new signal "event_move" and its key binding.Andrew Wu2004-01-098-198/+575
* store the ECal's associated ECalView, and connect to its "objects_removed"Rodrigo Moya2004-01-092-29/+109
* moved the line that sets priv->updating to FALSE up some lines, to avoidRodrigo Moya2004-01-081-4/+21
* delete the ECalViewMoveDirection type declaration which was added byKidd Wang2004-01-082-14/+0
* call e_cal_view_start to actually start the live query.Rodrigo Moya2004-01-081-2/+3
* call e_cal_view_start to actually start the live query.Rodrigo Moya2004-01-081-0/+2
* added an ECalQuery for each loaded client. (load_alarms): use a live queryRodrigo Moya2004-01-071-60/+71
* remove the item from the hash last and don't free its members because theJP Rosevear2004-01-071-8/+6
* new method's implementation. (calendar_component_class_init): initializeRodrigo Moya2004-01-072-71/+98
* disconnect the activated signalJP Rosevear2004-01-071-0/+5
* we don't put any signal handlers on the client or source client now, butJP Rosevear2004-01-071-60/+90
* if we are de-activated, the editing is done (esnr_start_editing): listenJP Rosevear2004-01-061-0/+14
* open a dialog for the selected task. ditto. add a menu item for "OpenKidd Wang2004-01-068-1/+52
* new function to open ECal's, get any error information and display it toRodrigo Moya2004-01-061-44/+24
* no need to connect to the "cal_opened" signal on the task client. Also,Rodrigo Moya2004-01-061-16/+0
* no need to connect to the "cal_opened" signal on the task client. Also,Rodrigo Moya2004-01-061-67/+3
* display the tasks' primary selection in the task list, and actually openRodrigo Moya2004-01-061-11/+31
* use the ECalModel to get the client for a given URI.Rodrigo Moya2004-01-061-4/+4
* removed redundant functions. (update_uris_for_selection): dont call aboveRodrigo Moya2004-01-051-15/+3
* add a menu item for "open appointment".Kidd Wang2003-12-297-1/+115
* fix the signal nameJP Rosevear2003-12-258-29/+102
* renamed from *_uri, to work with ESource's rather than with plain URIs.Rodrigo Moya2003-12-234-35/+53
* if the setting is not in the config database, use the current time, toRodrigo Moya2003-12-231-3/+5
* new files for managing interactive authentication with backends.Rodrigo Moya2003-12-2214-24/+33
* rewrite for new ecal api, cache all ecal's by type and minimize loading.JP Rosevear2003-12-2215-376/+201
* make sure there is a ui containerJP Rosevear2003-12-204-10/+17
* Remove separators from dialogs. Use frame style recommended by the HIG.William Jon McCann2003-12-2026-2488/+3583
* make sure we connect to the "changed" signals after setting the initialRodrigo Moya2003-12-191-4/+7
* make sure we connect to the "changed" signals after setting the initialRodrigo Moya2003-12-181-9/+11
* Add the concept of a source client, where the object lives currently. TheHans Petter Jansson2003-12-187-5/+296
* use g_file_test to check if the 'pixmap' argument is a file. If so, getRodrigo Moya2003-12-182-4/+6
* set a correct status message.Rodrigo Moya2003-12-184-12/+11
* Fixes #51665.Harry Lu2003-12-181-0/+2
* removed the 'NewCalendar' verb. (file_new_calendar_cb): removed callbackRodrigo Moya2003-12-173-22/+32
* made it public.Rodrigo Moya2003-12-173-9/+15
* call calendar_control_sensitize_calendar_commands when the primaryRodrigo Moya2003-12-172-55/+18
* check the return value from e_cal_new_from_uri.Rodrigo Moya2003-12-171-0/+3
* make sure we free the data stored in the hash table.Rodrigo Moya2003-12-172-22/+5
* Fixes part of #41237Rodrigo Moya2003-12-174-191/+84
* return a reference to the alarm_notify_service, not NULL and ref theRodrigo Moya2003-12-171-1/+3
* return a reference to the alarm_notify_service, not NULL.Rodrigo Moya2003-12-171-1/+1
* set the list view config properly (so we don't blow away the month viewJP Rosevear2003-12-161-2/+1
* set the calendar for the day viewJP Rosevear2003-12-161-1/+1
* set a proper exception if we failJP Rosevear2003-12-152-4/+6
* 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-101-2/+4
* *gui/e-week-view.c: Fix a event/jump button tabbing bugBolian Yin2003-12-101-2/+3
* Fix for bugzilla bug #51628.Harry Lu2003-12-101-18/+104
* init a11y. emit signal "selected_time_changed".Andrew Wu2003-12-092-1/+7
* remove setting property of "handle_popup". remove setting property ofBolian Yin2003-12-092-4/+0
* Fixes #46351Carl Sun2003-12-082-1/+25
* correct argument mismatch in "goto_date" signal definition.Bolian Yin2003-12-081-1/+1
* *** empty log message ***Rodrigo Moya2003-12-061-3/+3
* commit the patch of Sun YongAntonio Xu2003-12-052-2/+2
* Fix for bugzilla bug #51627.Harry Lu2003-12-051-0/+3
* *** empty log message ***Rodrigo Moya2003-12-041-10/+9
* Do not call control_util_set_folder_bar_label().Ettore Perazzoli2003-12-046-138/+1
* free the notification listJP Rosevear2003-12-043-1/+4
* free up the notifications and the ecal (config_create_ecal_changed_cb):JP Rosevear2003-12-041-11/+108
* cast the parent (impl_createControls): add notification for primary tasksJP Rosevear2003-12-042-8/+20
* cast the parent (config_primary_selection_changed_cb): handle the primaryJP Rosevear2003-12-031-21/+126
* Do not depend on e-folder-list.Ettore Perazzoli2003-12-035-11/+7
* Version the schemas Removed AddedRodney Dawes2003-12-022-1/+6
* 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-021-1/+6
* converted to use an ESourceOptionMenu instead of the ESourceSelector.Rodrigo Moya2003-12-021-14/+16
* Replace member "activity" with an "activity_id".Ettore Perazzoli2003-12-026-92/+89
* Pass a label for the status bar control for now.Ettore Perazzoli2003-12-022-0/+22
* Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill theRodney Dawes2003-12-0213-41/+41
* removed unneeded functions. (alarm_notify_add_calendar,Rodrigo Moya2003-12-011-109/+0
* 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-014-95/+102
* we want to skip if it *is* read onlyJP Rosevear2003-11-291-4/+3
* allocate the type information correctlyJP Rosevear2003-11-291-3/+3
* e_cal_new () -> e_cal_new_from_uri (). (backend_go_online): Ditto.Hans Petter Jansson2003-11-277-17/+13
* use the correct icalcomponent when calling e_cal_create_object.Rodrigo Moya2003-11-242-2/+1
* no need to have a selection for Paste to work.Rodrigo Moya2003-11-241-1/+1
* disable editing items if the selected task list is read only, not if it'sRodrigo Moya2003-11-241-1/+1
* new files containing the implementation of the 'New Task List' dialog.Rodrigo Moya2003-11-246-3/+372
* actually add the source selector to the dialog's box.Rodrigo Moya2003-11-241-0/+3
* fixed compilation errors.Rodrigo Moya2003-11-241-1/+1
* fixed compilation errors.Rodrigo Moya2003-11-243-4/+8
* fixed copyright notices.Rodrigo Moya2003-11-247-9/+229
* Update OAFIID of AlarmNotifyRoss Burton2003-11-243-3/+3
* Remove a bunch of gal includes that are no longer neededJP Rosevear2003-11-2025-34/+2
* Fixes #43556Rodrigo Moya2003-11-202-254/+142
* make sure timezone value is sane (get_completed): dittoJP Rosevear2003-11-203-14/+14
* make sure the timezone value is saneJP Rosevear2003-11-192-10/+10
* add protos82003-11-195-36/+200
* remove db3 includeJP Rosevear2003-11-191-1/+0
* removed the 'New...' menu items from the UI, it's now implemented in theRodrigo Moya2003-11-191-52/+0
* removed the 'New...' menu items from the UI, it's now implemented in theRodrigo Moya2003-11-192-17/+1
* 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-192-10/+33
* Cleanup some ref/unref callsJP Rosevear2003-11-1816-53/+53
* peek the primary selection.Rodrigo Moya2003-11-182-69/+47
* added 'Delete' and 'Rename' menu items. (delete_task_list_cb,Rodrigo Moya2003-11-171-1/+79
* try first to create the icon from the stock, and then from a file.Rodrigo Moya2003-11-172-4/+80
* use the server.mk file to get rules for building versioned .server filesJP Rosevear2003-11-172-4/+2
* remove the AlarmNotify service, no more need for it, since the alarmRodrigo Moya2003-11-176-150/+54
* Make ending count of occurrences of Recurrence tab numeric only.Harry Lu2003-11-171-0/+1
* add a uriJP Rosevear2003-11-173-69/+2
* emit the added signal for the correct rowsJP Rosevear2003-11-171-8/+5
* copy in here (update_uris_for_selection): save the selectionJP Rosevear2003-11-173-13/+114
* add it via e-tasks (remove_uri_for_source): remove it via e-tasksJP Rosevear2003-11-177-85/+251
* set up a event to be edited (impl_requestCreateItem): implementJP Rosevear2003-11-171-17/+84
* include e-source* from e-d-sJP Rosevear2003-11-154-5/+4
* config accessor (calendar_config_set_calendars_selected): dittoJP Rosevear2003-11-154-22/+125
* New. (impl_requestCreateItem): New. (tasks_component_class_init): Install.Ettore Perazzoli2003-11-132-2/+39
* (impl__get_userCreatableItems): New.Ettore Perazzoli2003-11-131-2/+58
* Add a component_aliasEttore Perazzoli2003-11-131-0/+4
* Use non-deprecated gtk_menu_shell_append ().Hans Petter Jansson2003-11-131-1/+1
* Fixes #50808Bolian Yin2003-11-121-0/+10
* use a standard calendar status (backend_cal_opened_online): dittoJP Rosevear2003-11-127-30/+30
* return boolean not ECalStatus (update_objects): ditto (process_item_fn):JP Rosevear2003-11-111-5/+1
* Remove get-vtype check from the completed-tasks query (and don't leak theDan Winship2003-11-113-56/+7
* remove includes for toplevel libical dirJP Rosevear2003-11-082-2/+0
* Shush.JP Rosevear2003-11-072-4/+6
* Add forgotten file.JP Rosevear2003-11-071-0/+15
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-07103-2889/+2897
* fix typoJP Rosevear2003-11-051-8/+1
* add a unimplemented warning so we at least avoid relocation errors.Larry Ewing2003-11-051-0/+8
* added more menu items. (delete_calendar_cb): callbacks for new popup menuRodrigo Moya2003-11-043-11/+39
* added more menu items. (delete_calendar_cb): callbacks for new popup menuRodrigo Moya2003-11-041-10/+56
* add new signal "selected_time_changed" a11y initialization new publicBolian Yin2003-11-049-39/+79
* Append "_2". Likewise. Likewise. Likewise. LikewiseEttore Perazzoli2003-11-045-5/+5
* use "evolution2:config_item" properties instead of "evolution:config_item"Ettore Perazzoli2003-11-041-5/+5
* Add the webcal source group.Hans Petter Jansson2003-11-013-45/+215
* Add CAL_STATIC_CAPABILITY_NO_THISANDFUTURE andDan Winship2003-11-015-33/+52
* set up vars and rules for versioning the .server filesJP Rosevear2003-10-312-15/+9
* fixed mismatched condition in if/else statement.Rodrigo Moya2003-10-311-2/+2
* fixed mismatched condition in if/else statement.Rodrigo Moya2003-10-311-2/+2
* removed.Rodrigo Moya2003-10-314-25/+18
* use bonobo_main_quit, not gtk_main_quit.Rodrigo Moya2003-10-312-1/+16
* build new filesJP Rosevear2003-10-304-3/+341
* set an exception if we fail, so evo won't crash.Dan Winship2003-10-301-0/+6
* no need to update config settings everywhere explicitlyJP Rosevear2003-10-2912-201/+105
* set the format on the cal viewJP Rosevear2003-10-293-2/+29
* unref config manager (init_widgets): create config manager for theJP Rosevear2003-10-293-110/+20
* set the timezone for all clients (timezone_changed_cb): callback forJP Rosevear2003-10-2918-64/+1485
* fixed typo in menu item label.Rodrigo Moya2003-10-2914-91/+89