aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagnew-ui-branch-merge-endnobody2003-10-213-0/+1925
* 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
* Fixes #45275Bolian Yin2003-06-262-9/+47
* 2003-06-25 Bolian Yin <bolian.yin@sun.comRodrigo Moya2003-06-252-4/+238
* new functions. (page_summary_changed_cb): change the window title when theRodrigo Moya2003-06-242-0/+57
* don't use a static GList, since the value returned is freed inRodrigo Moya2003-06-242-4/+7
* Remove debug output.Hans Petter Jansson2003-06-243-2/+17
* don't leak the CalBackendPrivate.Dan Winship2003-06-202-0/+7
* Plug in the defaults from the schemas file here, so that even if somethingDan Winship2003-06-202-4/+14
* removed unused variable.Rodrigo Moya2003-06-202-1/+6
* switch the "view_only" arg to be an int. (init): ditto.Jack Jia2003-06-195-9/+27
* Fixes #44682, Shift+F10 to active popup menu on day/week viewBolian Yin2003-06-193-16/+92
* Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-131-1/+4
* Fixes #41582Rodrigo Moya2003-06-122-4/+24
* ** For #42691.Not Zed2003-06-113-4/+15
* Roll over ChangeLogs.Ettore Perazzoli2003-06-102-21873/+21872
* adapted to changes in EComponentListener API. (query_construct): ditto.Rodrigo Moya2003-06-043-4/+12
* Fixes part of #43388Rodrigo Moya2003-06-032-14/+21
* Fixes #43763Rodrigo Moya2003-06-023-7/+16
* Fixes #43775JP Rosevear2003-05-3111-82/+127
* Fixes #43455Rodrigo Moya2003-05-292-29/+21
* Fixes #43308JP Rosevear2003-05-232-6/+13
* unref not ref the clientJP Rosevear2003-05-232-1/+6
* Fixes #41329JP Rosevear2003-05-232-0/+11
* Fixes #41234Rodrigo Moya2003-05-222-8/+8
* Fixes #41234Rodrigo Moya2003-05-221-0/+6
* (gnome_calendar_setup_view_menus): RemovedEttore Perazzoli2003-05-212-29/+34
* Change this dialog from using a gnome_message_box (which has beenAnna Marie Dirks2003-05-212-17/+27
* Fixes #42056Hans Petter Jansson2003-05-202-55/+36
* Don't double-free newly-added categories that the gui hasn't been toldDan Winship2003-05-202-15/+19
* set 'initialized' to TRUE when initialization is done, or we get theRodrigo Moya2003-05-202-1/+8
* remove the query time out if its still alive (update_query_timeout):JP Rosevear2003-05-202-2/+30
* Added HIG-blessed padding to (some of) the widgets in the dialog.Anna Marie Dirks2003-05-204-5/+18
* Fixes #43103JP Rosevear2003-05-193-52/+66
* the title is already in UTF-8JP Rosevear2003-05-182-4/+6
* Fixes #42220Rodrigo Moya2003-05-182-11/+18
* unref the client and the ui componentJP Rosevear2003-05-162-2/+13
* Fixes #41935JP Rosevear2003-05-163-48/+85
* Fixes #43029JP Rosevear2003-05-164-49/+75
* Fixes #41930JP Rosevear2003-05-162-2/+9
* ref ourselves the number of times we'll get called backJP Rosevear2003-05-162-1/+16
* guard against multiple destroysJP Rosevear2003-05-159-65/+109
* fixed memory leak introduced by previous commit.Rodrigo Moya2003-05-142-0/+9
* Fixes #41760Rodrigo Moya2003-05-142-17/+14
* fix button conversion problemJP Rosevear2003-05-083-17/+10
* added missing assignment.Rodrigo Moya2003-05-072-0/+7
* Fixes #41811JP Rosevear2003-05-062-0/+9
* unref the model again (task_editor_edit_comp): don't allow editing if theJP Rosevear2003-05-027-104/+57
* removed unused code.Rodrigo Moya2003-04-302-18/+5
* dittoJP Rosevear2003-04-304-2/+23
* kill warningsJP Rosevear2003-04-302-1/+5
* Added HIG-blessed padding to the alarm options dialog. Fixes bug #41221.Anna Marie Dirks2003-04-292-3/+9
* Added appropriate spacing and padding to the calendar/tasks page of theAnna Marie Dirks2003-04-292-6/+14
* Finishes up fixing #41256 by adding appropriate spacing/padding to theAnna Marie Dirks2003-04-293-6/+17
* Added padding/spacing to this page as specified by the HIG. PartiallyAnna Marie Dirks2003-04-294-17/+30
* Fixes #35814Rodney Dawes2003-04-292-2/+9
* Fixes #41661Rodrigo Moya2003-04-279-12/+145
* set the hpane default to 32000 so we never see a pane no matter the startJP Rosevear2003-04-252-1/+7
* Remove change that shouldn't have been committed.JP Rosevear2003-04-252-2/+2
* Fixes #37552JP Rosevear2003-04-2511-29/+187
* removed unused variable..Rodrigo Moya2003-04-252-1/+5
* Fixed typoRodrigo Moya2003-04-241-1/+1
* Fixes #41641Hans Petter Jansson2003-04-243-19/+36
* Fixes #41671Rodrigo Moya2003-04-243-3/+16
* Fixes part of #41148, #41216 and #41235Rodrigo Moya2003-04-2312-31/+52
* Fixes #22444Rodrigo Moya2003-04-238-74/+257
* removed 'heading' and 'message' labels.Rodrigo Moya2003-04-193-47/+9
* [ fixes #21499 ]Rodney Dawes2003-04-196-3/+16
* Fixes #41459JP Rosevear2003-04-173-10/+19
* Fixes #34498Rodrigo Moya2003-04-172-4/+19
* Fixes #41129, #41215, #41221, #41256Rodrigo Moya2003-04-1712-2759/+3019
* Fixes #41230JP Rosevear2003-04-172-10/+24
* Fixes #39735 and 40257JP Rosevear2003-04-176-162/+132
* If we already have an evolution_dir, free the old one before setting itHans Petter Jansson2003-04-1610-18/+60
* Oops. Add this back. Turns out it's still needed by other parts.Dan Winship2003-04-123-1/+21
* Remove the "Contacts" button and entry from here too. Supposed to haveDan Winship2003-04-117-424/+14
* added missing capabilities.Rodrigo Moya2003-04-119-14/+39
* load the default book to look for additional free/busy info in (init):JP Rosevear2003-04-112-16/+29
* guard against multiple destroy callsJP Rosevear2003-04-112-3/+15
* only print a message if the exception isn't the reasonable NotFoundJP Rosevear2003-04-112-1/+7
* unref the main widget since we ref it when we un-parent itJP Rosevear2003-04-118-1/+40
* added the allocation's X and Y position to the calculated coordinates.Rodrigo Moya2003-04-112-4/+31
* Fixes #41127JP Rosevear2003-04-113-5/+16
* only remove the alarm for backends that want it (Exchange).Rodrigo Moya2003-04-102-1/+8
* added #define's for static capabilities.Rodrigo Moya2003-04-103-1/+19
* Fixes #40133Chris Toshok2003-04-102-1/+9
* Fixes #40915JP Rosevear2003-04-092-1/+11
* Fixes #40952JP Rosevear2003-04-092-1/+8
* kill an old e_utf8_gtk usageMike Kestner2003-04-091-1/+0
* Fixes #40894JP Rosevear2003-04-081-0/+8
* 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-083-482/+452
* Fixes #35926.Hans Petter Jansson2003-04-083-130/+16
* Fixes #40876JP Rosevear2003-04-082-3/+20
* create button properlyJP Rosevear2003-04-084-36/+17
* Fixes #40252Not Zed2003-04-083-92/+99
* Clean up server namesDan Winship2003-04-084-25/+38
* 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-073-21/+26
* Week view part of fix for #39895.Hans Petter Jansson2003-04-074-3/+23
* Fixes #40790JP Rosevear2003-04-052-5/+14
* (alarm_to_dialog): Make the fileEttore Perazzoli2003-04-052-0/+11
* description is a text buffer (alarm_to_malarm_widgets): dittoJP Rosevear2003-04-052-6/+34
* guard against multiple destroy callsJP Rosevear2003-04-052-7/+14
* Don't free static string.Dan Winship2003-04-052-1/+6
* guard against empty uri as wellJP Rosevear2003-04-052-1/+6
* Fixes #40722JP Rosevear2003-04-042-5/+17
* Add a check to see if the view should be the day-view and change theJeffrey Stedfast2003-04-033-6/+20
* Fixes #39262Rodrigo Moya2003-04-032-7/+40
* added "folder_type" parameter to EvolutionImporterLoadFileFn.Rodrigo Moya2003-04-032-0/+7
* Fixes #39955JP Rosevear2003-04-022-2/+6
* Fixes #40661Rodrigo Moya2003-04-022-0/+7
* Nuke GdkFont and use Pango's font measuring.Hans Petter Jansson2003-04-0211-172/+263
* Fix for #17231 (Evo portion)JP Rosevear2003-04-023-2/+12
* added filename (tasks.ics/calendar.ics) to the URI if it does not containRodrigo Moya2003-04-022-2/+30
* Fixes #39961Rodrigo Moya2003-04-012-22/+13
* Fixes #39895Not Zed2003-03-304-3/+25
* the shell client is a g_object now, ref appropriatelyJP Rosevear2003-03-292-2/+7
* Hold weak references to the CalComponent instead of connecting to theHans Petter Jansson2003-03-293-29/+30
* Fixes #39954Hans Petter Jansson2003-03-292-4/+11
* init new members (get_current_account): get a matching account for theJP Rosevear2003-03-284-59/+149
* use g_object_unref for CalClient's. (create_checkboxes_control): useRodrigo Moya2003-03-272-8/+12
* return correct values in g_return_val_if_fail.Rodrigo Moya2003-03-273-3/+8
* add a parameter(TC_CORBA_string) to the bonobo_widget_get_property.Jack Jia2003-03-262-1/+7
* Update for e_notice moveDan Winship2003-03-255-15/+38
* Utility wrapper around icalparser.Dan Winship2003-03-256-85/+54
* Fixes #32248JP Rosevear2003-03-222-1/+10
* Fixes #31660JP Rosevear2003-03-222-11/+88
* calcomponents are gobjects now (calconduit_load_configuration): ref andJP Rosevear2003-03-213-2/+20
* use a GtkMessageDialog and deal correctly with the dialog's reponses.Rodrigo Moya2003-03-212-4/+14
* Fixes #39770Rodrigo Moya2003-03-202-5/+15
* removed activation of shell_client. (importer_destroy_cb): no need toRodrigo Moya2003-03-202-28/+7
* removed. (load_file_fn, vcal_load_file_fn): use physical_uri instead ofRodrigo Moya2003-03-203-92/+14
* Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692]Ettore Perazzoli2003-03-202-2/+8
* use GtkMessageDialog instead of gnome_question_dialog, and deal correctlyRodrigo Moya2003-03-192-4/+15
* Fixes #34505Rodrigo Moya2003-03-182-7/+34
* Fixes #34095Hans Petter Jansson2003-03-189-7/+46
* Fixes #39757Hans Petter Jansson2003-03-182-6/+18
* Fixes #39736Hans Petter Jansson2003-03-182-1/+8
* Fixes #39740Rodrigo Moya2003-03-156-342/+18
* set_release on the sequence we create.Rodrigo Moya2003-03-152-0/+4
* don't leak the string sequence returned by CalFactory_uriList.Rodrigo Moya2003-03-142-1/+8
* use a weak ref instead of connecting to backend's "destroy" signal.Rodrigo Moya2003-03-132-9/+12
* don't use GNOME_STOCK_* defines, but GTK_STOCK_*.Rodrigo Moya2003-03-132-3/+8
* corrected button ordering and changed the return type to be aRodrigo Moya2003-03-134-10/+25
* Update for timezone dialog API changes.Dan Winship2003-03-123-102/+38
* issue more descriptive warnings.Rodrigo Moya2003-03-122-2/+7
* if we already have the client loaded, don't remove it, just increment itsRodrigo Moya2003-03-103-50/+72
* create the array to be returned only once.Rodrigo Moya2003-03-072-3/+8
* ref the CalClient. (notify_dialog_cb): unref the CalClient.Rodrigo Moya2003-03-062-0/+7
* new function. (alarm_notify_dialog): made it return a pointer to theRodrigo Moya2003-03-064-37/+144
* Fixes #31382Rodrigo Moya2003-03-062-2/+10
* fix defaults and descriptions to match what calendar-config wants them toJP Rosevear2003-03-062-30/+35
* g_objectify ref/unrefJP Rosevear2003-03-054-7/+16
* override finalize, not destroy (start_calendar_server): take itip as aJP Rosevear2003-03-052-46/+138
* cast CalClient's to GObject, not GtkObject.Rodrigo Moya2003-03-052-4/+9
* don't let the user change to an email organizer if the back end is not anJP Rosevear2003-03-052-3/+11
* Fixes #37881JP Rosevear2003-03-052-2/+52
* Fixes #37881JP Rosevear2003-03-052-1/+8
* Fixes #37883JP Rosevear2003-03-052-1/+8
* Fixes #37806, #37697JP Rosevear2003-03-052-4/+14
* implementJP Rosevear2003-03-059-20/+164
* call cal_client_get_cal_address instead of cal_client_get_email_addressJP Rosevear2003-03-0510-44/+75
* fix commentJP Rosevear2003-03-052-1/+5
* update FIXME noteJP Rosevear2003-03-052-3/+6
* fix copyrightJP Rosevear2003-03-053-7/+15
* Partially Fixes #23606 (from Jack Jia <jack.jia@sun.com>)JP Rosevear2003-03-053-2/+22
* Shush.JP Rosevear2003-03-051-1/+3