aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* connect to "fill_popup_menu" on the ESourceSelector.Rodrigo Moya2003-10-291-1/+8
* connect to "fill_popup_menu" on the ESourceSelector.Rodrigo Moya2003-10-291-0/+36
* no need to keep the timezone here, it is already stored in the model.Rodrigo Moya2003-10-282-22/+16
* store config objects as well (gnome_calendar_set_default_uri): returnJP Rosevear2003-10-2811-180/+1131
* changed fill_component_from_model virtual method to get an ETableModel,Rodrigo Moya2003-10-274-20/+19
* pass FALSE as the 'only_if_exists' parameter, so that the calendar getsRodrigo Moya2003-10-271-1/+1
* initialize private structure on TasksComponent.Rodrigo Moya2003-10-251-0/+2
* removed repeated initialization. (calendar_component_peek): use G_STRLOCRodrigo Moya2003-10-258-12/+438
* update protosJP Rosevear2003-10-243-53/+149
* if the component received is an instance, add it to the recurrences hashRodrigo Moya2003-10-241-2/+2
* just uses the views array and the current view type (setup_widgets): dittoJP Rosevear2003-10-242-64/+27
* accept also text/calendar for D&D.Rodrigo Moya2003-10-245-7/+8
* 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-241-3/+3
* remove and free op before return.Harry Lu2003-10-245-56/+248
* guard against irrelevant args (ie if there was an error)JP Rosevear2003-10-234-7/+16
* connect also to ETableModel's "model_cell_changed" signal.Rodrigo Moya2003-10-232-2/+28
* new function to remove calendars from the views.Rodrigo Moya2003-10-232-0/+38
* Add an "evolution:button_icon" attribute.Ettore Perazzoli2003-10-231-0/+1
* Add an "evoution:button_sort_order" attribute.Ettore Perazzoli2003-10-231-0/+1
* Make the scrolled window have a GTK_SHADOW_IN shadow. Likewise.Ettore Perazzoli2003-10-232-0/+3
* (impl_createControls): Set theEttore Perazzoli2003-10-231-0/+2
* Add an "evolution:button_label" property on the component for use in theEttore Perazzoli2003-10-231-0/+2
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-2217-103/+490
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-2246-2578/+4057
* Add e-cal-list-view.etspec. (libevolution_calendar_la_SOURCES): AddHans Petter Jansson2003-10-1010-11/+765
* INCLUDE path fixes for changes made to libical build.Jeffrey Stedfast2003-10-1011-14/+11
* Make repeat-quantity and repeat-value of alarm option dialog numeric only.Harry Lu2003-10-082-3/+3
* new VOID:STRING,STRING,STRING build the new view/store/renderer/editableMike Kestner2003-10-0122-2290/+2694
* change last_notification_time's type from string to int.Harry Lu2003-09-151-1/+1
* make jump button focusable (e_week_view_on_jump_button_event): key_pressBolian Yin2003-09-122-20/+112
* Import new libical from mainline HEAD and make appropriate changes toHans Petter2003-09-123-15/+28
* Remove libcal-util-static.laDan Winship2003-09-011-17/+1
* Use "ctrl+shift+alt+Up/Down" to change the end time of the editing event.Andrew Wu2003-09-011-0/+84
* Use images that come with Evolution instead of unreleased stock, for now.Hans Petter Jansson2003-08-291-5/+8
* Added alarm-notify utils.Hans Petter Jansson2003-08-295-95/+284
* Fixes #29032.Hans Petter Jansson2003-08-281-1/+4
* gui/Makefile.am use libevolution-calendar-a11y instead ofBolian Yin2003-08-271-2/+2
* ** Fixes #47863.Jack Jia2003-08-271-0/+3
* Ensure we get UTF-8 strings from gettext.Frédéric Crozat2003-08-221-0/+1
* Fixes #47779Bolian Yin2003-08-221-2/+2
* use a 'char **' for the 'error_msg' argument, instead of a fixed sizeRodrigo Moya2003-08-221-2/+3
* Rename to start_default_server_async () and don't run a nested main loop.Hans Petter Jansson2003-08-211-46/+75
* new function to set icons on the popup menu items.Rodrigo Moya2003-08-201-1/+32
* set more icons for the popup menu.Rodrigo Moya2003-08-202-2/+54
* Merged from calendar-views-with-model branchRodrigo Moya2003-08-2024-1315/+1317
* Add a11y dependency. gui/calendar-commands.cBolian Yin2003-08-2013-22/+150
* Chain. Prevent double unrefs. (impl_finalize): Chain.Hans Petter Jansson2003-08-146-11/+39
* In DayView, Shift+Home, Change the duration to the time that begins theAndrew Wu2003-08-131-0/+93
* Add destroy chaining.Hans Petter Jansson2003-08-131-6/+6
* In the WeekView, Navigation through days with arrow keys.Andrew Wu2003-08-121-0/+195
* ** Fixes #47464.Harry Lu2003-08-121-1/+1
* Merged missing bits from branchRodrigo Moya2003-08-096-72/+380
* Merged ECalendarTable changes from new-calendar-branchRodrigo Moya2003-08-0814-2784/+247
* Merge new-calendar-branch into HEADRodrigo Moya2003-08-0815-55/+3023
* changed one of the "Con_fidential" to "Co_nfidential" since we alreadyJack Jia2003-08-061-1/+1
* added the include <config.h> line at the beginning to enable gettext.Lorenzo Gil2003-08-011-0/+1
* Fixes all "alarm daemon doesn't start with session"Rodrigo Moya2003-07-291-1/+2
* Fixes #46769Harry Lu2003-07-291-26/+45
* Fixes #46847Bolian Yin2003-07-292-42/+126
* new function. (e_cal_view_get_timezone, e_cal_view_set_timezone): newRodrigo Moya2003-07-2512-269/+281
* define ECalViewEvent as the base struct for the other views.Rodrigo Moya2003-07-249-91/+133
* check the uid before using it.Rodrigo Moya2003-07-242-0/+4
* removed.Rodrigo Moya2003-07-2412-238/+247
* added missing cases. (setup_popup_icons): new function to set up icons forRodrigo Moya2003-07-242-0/+48
* moved the duplicated popup menu code here. (e_cal_view_create_popup_menu):Rodrigo Moya2003-07-2310-1156/+1002
* Fix an unused variableDan Winship2003-07-238-11/+17
* removed unneeded prototypes.Rodrigo Moya2003-07-239-208/+129
* manage the case where the selected events are the popup menu ones.Rodrigo Moya2003-07-232-14/+28
* removed missing calls to e_day/week_view_*_clipboard.Rodrigo Moya2003-07-231-46/+3
* added "get_selected_events", and "update_query" virtual methods.Rodrigo Moya2003-07-2310-1186/+1223
* removed e_day_view_set_calendar prototype.Rodrigo Moya2003-07-229-122/+112
* moved duplicated code to...Rodrigo Moya2003-07-1811-138/+180
* new base class for calendar views.Rodrigo Moya2003-07-178-7/+260
* s/expunge/purge.Rodrigo Moya2003-07-172-20/+20
* new function, which uses a CalQuery to retrieve the objects older than aRodrigo Moya2003-07-173-1/+205
* Fixes #45774Andrew Wu2003-07-161-0/+67
* Fixes #45772Andrew Wu2003-07-162-0/+39
* Fixes #41676Rodrigo Moya2003-07-151-3/+58
* Changed the "URL:" label to "_Web Page:". Added a widget name to the URLFederico Mena Quintero2003-07-144-12/+62
* Fixes #46075.Harry Lu2003-07-091-2/+10
* Fixes #45910Rodrigo Moya2003-07-071-0/+17
* added a paned widget to contain the task list and a HTML widget forRodrigo Moya2003-07-044-4/+373
* Fixes #44485Harry Lu2003-07-031-1/+6
* Don't leak exceptions (load_static_capabilities): free the capabilityDan Winship2003-07-022-4/+6
* fix a misuse of g_return_if_failBolian Yin2003-07-021-1/+1
* Fixes #45328, #45329Bolian Yin2003-07-023-1/+169
* Fixes #45524Rodrigo Moya2003-07-022-32/+0
* Fixes #45274Bolian Yin2003-07-012-4/+93
* added a GtkWindow argument for callers to specify the parent window.Rodrigo Moya2003-06-3014-42/+79
* Fixes #45276Bolian Yin2003-06-302-0/+4
* Fixes #44723Rodrigo Moya2003-06-271-0/+42
* Fixes #44719Rodrigo Moya2003-06-271-5/+2
* Forgot this fileRodrigo Moya2003-06-261-0/+5
* Fixes #45275Bolian Yin2003-06-261-8/+37
* 2003-06-25 Bolian Yin <bolian.yin@sun.comRodrigo Moya2003-06-251-4/+232
* new functions. (page_summary_changed_cb): change the window title when theRodrigo Moya2003-06-241-0/+50
* Remove debug output.Hans Petter Jansson2003-06-242-2/+10
* Plug in the defaults from the schemas file here, so that even if somethingDan Winship2003-06-201-4/+4
* removed unused variable.Rodrigo Moya2003-06-201-1/+1
* switch the "view_only" arg to be an int. (init): ditto.Jack Jia2003-06-192-7/+7
* Fixes #44682, Shift+F10 to active popup menu on day/week viewBolian Yin2003-06-192-16/+78
* Fixes #41582Rodrigo Moya2003-06-121-4/+15
* ** For #42691.Not Zed2003-06-112-4/+4
* Fixes #43763Rodrigo Moya2003-06-022-7/+7
* Fixes #43775JP Rosevear2003-05-3110-82/+84
* Fixes #43455Rodrigo Moya2003-05-291-29/+14
* Fixes #43308JP Rosevear2003-05-231-6/+5
* unref not ref the clientJP Rosevear2003-05-231-1/+1
* Fixes #41329JP Rosevear2003-05-231-0/+2
* Fixes #41234Rodrigo Moya2003-05-221-7/+8
* (gnome_calendar_setup_view_menus): RemovedEttore Perazzoli2003-05-211-1/+0
* Change this dialog from using a gnome_message_box (which has beenAnna Marie Dirks2003-05-211-17/+20
* Fixes #42056Hans Petter Jansson2003-05-201-55/+28
* set 'initialized' to TRUE when initialization is done, or we get theRodrigo Moya2003-05-201-1/+3
* remove the query time out if its still alive (update_query_timeout):JP Rosevear2003-05-201-2/+23
* Added HIG-blessed padding to (some of) the widgets in the dialog.Anna Marie Dirks2003-05-203-5/+5
* Fixes #43103JP Rosevear2003-05-192-52/+52
* the title is already in UTF-8JP Rosevear2003-05-181-4/+1
* Fixes #42220Rodrigo Moya2003-05-181-11/+11
* unref the client and the ui componentJP Rosevear2003-05-161-2/+8
* Fixes #41935JP Rosevear2003-05-162-48/+70
* Fixes #43029JP Rosevear2003-05-163-49/+55
* ref ourselves the number of times we'll get called backJP Rosevear2003-05-161-1/+10
* guard against multiple destroysJP Rosevear2003-05-157-64/+76
* fixed memory leak introduced by previous commit.Rodrigo Moya2003-05-141-0/+4
* Fixes #41760Rodrigo Moya2003-05-141-17/+5
* fix button conversion problemJP Rosevear2003-05-082-17/+2
* Fixes #41811JP Rosevear2003-05-061-0/+3
* unref the model again (task_editor_edit_comp): don't allow editing if theJP Rosevear2003-05-026-104/+31
* removed unused code.Rodrigo Moya2003-04-301-18/+0
* dittoJP Rosevear2003-04-303-2/+13
* kill warningsJP Rosevear2003-04-301-1/+1
* Added HIG-blessed padding to the alarm options dialog. Fixes bug #41221.Anna Marie Dirks2003-04-291-3/+4
* Added appropriate spacing and padding to the calendar/tasks page of theAnna Marie Dirks2003-04-291-6/+7
* Finishes up fixing #41256 by adding appropriate spacing/padding to theAnna Marie Dirks2003-04-292-6/+7
* Added padding/spacing to this page as specified by the HIG. PartiallyAnna Marie Dirks2003-04-293-17/+18
* Fixes #35814Rodney Dawes2003-04-291-2/+2
* Fixes #41661Rodrigo Moya2003-04-271-5/+3
* set the hpane default to 32000 so we never see a pane no matter the startJP Rosevear2003-04-251-1/+1
* Fixes #37552JP Rosevear2003-04-258-27/+165
* removed unused variable..Rodrigo Moya2003-04-251-1/+0
* Fixed typoRodrigo Moya2003-04-241-1/+1
* Fixes #41641Hans Petter Jansson2003-04-242-19/+14
* Fixes #41671Rodrigo Moya2003-04-242-3/+6
* Fixes part of #41148, #41216 and #41235Rodrigo Moya2003-04-2311-31/+34
* Fixes #22444Rodrigo Moya2003-04-237-74/+231
* removed 'heading' and 'message' labels.Rodrigo Moya2003-04-192-47/+1
* [ fixes #21499 ]Rodney Dawes2003-04-195-3/+5
* Fixes #41459JP Rosevear2003-04-172-10/+13
* Fixes #34498Rodrigo Moya2003-04-171-4/+8
* Fixes #41129, #41215, #41221, #41256Rodrigo Moya2003-04-1711-2759/+3002
* Fixes #41230JP Rosevear2003-04-171-10/+14
* Fixes #39735 and 40257JP Rosevear2003-04-175-162/+102
* If we already have an evolution_dir, free the old one before setting itHans Petter Jansson2003-04-169-18/+28
* Oops. Add this back. Turns out it's still needed by other parts.Dan Winship2003-04-122-0/+15
* Remove the "Contacts" button and entry from here too. Supposed to haveDan Winship2003-04-116-424/+0
* added missing capabilities.Rodrigo Moya2003-04-116-11/+18
* load the default book to look for additional free/busy info in (init):JP Rosevear2003-04-111-16/+20
* guard against multiple destroy callsJP Rosevear2003-04-111-3/+9
* unref the main widget since we ref it when we un-parent itJP Rosevear2003-04-117-1/+22
* added the allocation's X and Y position to the calculated coordinates.Rodrigo Moya2003-04-111-4/+24
* Fixes #41127JP Rosevear2003-04-112-5/+5
* only remove the alarm for backends that want it (Exchange).Rodrigo Moya2003-04-101-1/+3
* Fixes #40915JP Rosevear2003-04-091-1/+4
* kill an old e_utf8_gtk usageMike Kestner2003-04-091-1/+0
* update the selection for all view typesJP Rosevear2003-04-081-25/+11
* Remove button_ok, button_cancel, canceled members from struct Dialog.Ettore Perazzoli2003-04-082-479/+430
* Fixes #35926.Hans Petter Jansson2003-04-082-130/+0
* Fixes #40876JP Rosevear2003-04-081-2/+10
* create button properlyJP Rosevear2003-04-082-36/+2
* Clean up server namesDan Winship2003-04-082-17/+17
* Slight correction to previous commit; use G_ cast checks.Hans Petter2003-04-071-4/+4
* GObjectify. Eliminates ref/sink warnings from the meeting editor.Hans Petter Jansson2003-04-072-21/+21
* Week view part of fix for #39895.Hans Petter Jansson2003-04-073-3/+11
* Fixes #40790JP Rosevear2003-04-051-1/+1
* (alarm_to_dialog): Make the fileEttore Perazzoli2003-04-051-0/+6
* description is a text buffer (alarm_to_malarm_widgets): dittoJP Rosevear2003-04-051-6/+25
* guard against multiple destroy callsJP Rosevear2003-04-051-7/+9
* Don't free static string.Dan Winship2003-04-051-1/+2
* Fixes #40722JP Rosevear2003-04-041-5/+10
* Add a check to see if the view should be the day-view and change theJeffrey Stedfast2003-04-032-6/+6
* Fixes #39955JP Rosevear2003-04-021-2/+0
* Fixes #40661Rodrigo Moya2003-04-021-0/+1
* Nuke GdkFont and use Pango's font measuring.Hans Petter Jansson2003-04-0210-172/+229
* Fixes #39961Rodrigo Moya2003-04-011-22/+4
* Fixes #39895Not Zed2003-03-303-3/+10
* the shell client is a g_object now, ref appropriatelyJP Rosevear2003-03-291-1/+1
* Hold weak references to the CalComponent instead of connecting to theHans Petter Jansson2003-03-292-29/+16
* Fixes #39954Hans Petter Jansson2003-03-291-4/+4
* init new members (get_current_account): get a matching account for theJP Rosevear2003-03-283-59/+125
* add a parameter(TC_CORBA_string) to the bonobo_widget_get_property.Jack Jia2003-03-261-1/+1
* Update for e_notice moveDan Winship2003-03-254-15/+22
* Utility wrapper around icalparser.Dan Winship2003-03-251-2/+2
* use a GtkMessageDialog and deal correctly with the dialog's reponses.Rodrigo Moya2003-03-211-4/+9
* Fixes #39770Rodrigo Moya2003-03-201-5/+7
* removed. (load_file_fn, vcal_load_file_fn): use physical_uri instead ofRodrigo Moya2003-03-201-2/+3
* use GtkMessageDialog instead of gnome_question_dialog, and deal correctlyRodrigo Moya2003-03-191-4/+9
* Fixes #34505Rodrigo Moya2003-03-181-7/+21
* Fixes #34095Hans Petter Jansson2003-03-188-7/+20
* Fixes #39757Hans Petter Jansson2003-03-181-6/+10
* Fixes #39736Hans Petter Jansson2003-03-181-1/+1