aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
Commit message (Expand)AuthorAgeFilesLines
* use receive_objects method instead of individually updating objects. SetRodrigo Moya2005-01-202-2/+9
* use receive_objects method instead of individually updating objects.Rodrigo Moya2005-01-192-27/+18
* Added bug numberRodrigo Moya2005-01-191-0/+2
* killed warnings. (e_week_view_start_editing_event): do nothing if theRodrigo Moya2005-01-193-2/+17
* handle error conditions more gracefully.Harish Krishnaswamy2005-01-182-4/+14
* use libedataserver's e-url.Rodrigo Moya2005-01-178-7/+17
* Changed the title for the free/busy publishing settings dialog toNat Friedman2005-01-172-1/+7
* removed the e_day_view_... prefix in warning messages.Rodrigo Moya2005-01-172-2/+7
* fixed a kludge.Harish Krishnaswamy2005-01-172-8/+10
* Fixes #65820JP Rosevear2005-01-132-0/+7
* set last_Edited_comp_string to NULL, not test it for null.Not Zed2005-01-122-1/+6
* Reverted the previous fix to offset the hyphen whileHarish Krishnaswamy2005-01-122-1/+7
* remove the temporary object from the view when stopping editing.Rodrigo Moya2005-01-113-1/+14
* offset the file name to account for the 'hyphen'.Harish Krishnaswamy2005-01-112-1/+7
* Missed to commit this file before.Chenthill Palanisamy2005-01-103-13/+21
* Modified cal-attachment-bar to allow the path to the local attachmentHarish Krishnaswamy2005-01-104-20/+32
* handle calendar:// urisJP Rosevear2005-01-102-1/+70
* Added support for attachments support to calendar items.Harish Krishnaswamy2005-01-0818-30/+383
* New files that provide attachments support for calendar items.Harish Krishnaswamy2005-01-087-0/+2064
* clear the attendees, somehow I remove this in an earlier commitJP Rosevear2005-01-083-1/+8
* put a name to the 'Send options' frame.Rodrigo Moya2005-01-085-30/+43
* MissingRodrigo Moya2005-01-072-0/+4
* initial import of ECalEvent targetsDavid Trowbridge2005-01-074-0/+270
* install schemas properlyJP Rosevear2005-01-072-1/+5
* Commiting send optionsChenthill Palanisamy2005-01-0612-7/+588
* added a new argument to pass the calendar client, since it might happen toRodrigo Moya2005-01-053-4/+27
* use the new e-categories API in e-d-s.Rodrigo Moya2005-01-052-1/+7
* search our internal data for the correct event.Rodrigo Moya2005-01-052-2/+26
* add a11y name to calendar sidebar selector. add a11y name to task sidebarHarry Lu2005-01-043-0/+13
* Fixes #69663JP Rosevear2005-01-042-1/+18
* redo the queries after emitting the 'time_range_changed' signal, since nowRodrigo Moya2005-01-034-24/+19
* add necessary includeJP Rosevear2005-01-0110-57/+114
* removed superfluous if check. (e_cal_view_objects_modified_cb): add allRodrigo Moya2004-12-272-6/+8
* set fields we free to NULL.Rodrigo Moya2004-12-272-0/+7
* typo correctionHarish Krishnaswamy2004-12-241-1/+1
* Check for the existence of the meet/sched pages before attempting toHarish Krishnaswamy2004-12-242-2/+9
* Merging offline brnach with HEADSivaiah Nallagatla2004-12-242-0/+50
* get instance times using the correct timezone. (redo_queries): emitRodrigo Moya2004-12-231-39/+0
* get instance times using the correct timezone. (redo_queries): emitRodrigo Moya2004-12-234-97/+56
* Correct bad include.Hans Petter Jansson2004-12-233-14/+9
* Unref the name selector. (e_contact_list_editor_save_contact): Fix aHans Petter Jansson2004-12-238-297/+270
* prevent compare against null default_fb_uri and fix thinkoJP Rosevear2004-12-232-1/+6
* Change copyright from ximian to novellJP Rosevear2004-12-222-1/+5
* svn path=/trunk/; revision=28177Not Zed2004-12-228-8/+24
* Fixes #61077JP Rosevear2004-12-223-2/+10
* Fixes #61076JP Rosevear2004-12-223-3/+13
* Fixes #41624JP Rosevear2004-12-222-1/+8
* no need to convert times now. (add_instance_cb): no need to convert here.Rodrigo Moya2004-12-222-29/+23
* Merge from recurrences-work-branchRodrigo Moya2004-12-226-243/+309
* Add schema for Free/Busy template uri.James Bowes2004-12-1812-204/+713
* Add callback function for doing ngettext on the "minutes" labelRodney Dawes2004-12-182-0/+29
* Correct some white space ugliness in the previous commit.Harish Krishnaswamy2004-12-142-0/+6
* +2004-12-10 Vivek Jain <jvivek@novell.com>Jain Vivek2004-12-132-3/+10
* keep a local copy of the ECal.Rodrigo Moya2004-12-092-3/+23
* addressbook/gui/component/addressbook-migrate.cHans Petter Jansson2004-12-095-4/+12
* update the query so currently held events can be cleared off.Harish Krishnaswamy2004-12-082-0/+8
* include plugin headers to fix 64 bit problems.David Mosberger2004-12-082-0/+6
* Fixes #67403Rodrigo Moya2004-12-063-4/+23
* add libeabutil, since we use e-destination.Not Zed2004-12-032-0/+8
* Add a boolean variable to denote assigned task and construct the meetingChenthill Palanisamy2004-12-0211-35/+118
* Free the string day_view->last_edited_comp_string before changingChenthill Palanisamy2004-12-023-0/+27
* committed this file. Missed to commit this one.Chenthill Palanisamy2004-11-292-0/+14
* Moved the call for the warning dialog (send_component_prompt_subject)Chenthill Palanisamy2004-11-292-6/+14
* dittoJP Rosevear2004-11-263-9/+9
* prevent crash if there is no descriptionJP Rosevear2004-11-262-5/+14
* Evo UI Hackfest : harishHarish Krishnaswamy2004-11-255-9/+38
* removed the call for comp_editor_show_page, so that the event page showsChenthill Palanisamy2004-11-252-2/+7
* Added two error ids to display use it when the meeting is created withoutChenthill Palanisamy2004-11-255-1/+65
* Add gtkimage.h to includes, and remove gtkhtml headers Add and remove someRodney Dawes2004-11-235-385/+461
* Don't try to convert the results of timet_to_str_with_zone to UTF-8, sinceRodney Dawes2004-11-092-8/+10
* expand the horizontal box so that it fills all available space.Rodrigo Moya2004-11-043-5/+11
* added EConfig subclass for calendars initialize plugin hooks on componentDavid Trowbridge2004-11-048-777/+659
* Fixes #6767Li Yuan2004-11-044-113/+118
* make sure the day view times redraw themselves if we switch 24/12 hourJP Rosevear2004-11-032-0/+8
* Fixes #68707JP Rosevear2004-11-032-1/+10
* added hook doco.Not Zed2004-10-285-0/+36
* don't expand recurrences for the list view.Rodrigo Moya2004-10-282-2/+6
* Quieter.Nat Friedman2004-10-221-0/+1
* Add status bits to denote if the calendar source is available offline soHarish Krishnaswamy2004-10-223-0/+25
* use the new source selector dialog in libedataserverui.Rodrigo Moya2004-10-222-101/+12
* put an icon on the properties menu itemJP Rosevear2004-10-214-2/+16
* correct classidJP Rosevear2004-10-202-1/+5
* convert to org.gnome hook namesJP Rosevear2004-10-2010-16/+23
* Use e_cal_component_has_attendees to test if it is a meeting. By default,Harish Krishnaswamy2004-10-204-19/+32
* listen to the canvas for focus events (setup_widgets): listen for listenJP Rosevear2004-10-193-2/+29
* gui/comp-editor-factory.c (edit_existing),Harish Krishnaswamy2004-10-198-55/+136
* dont access a NULL client.Not Zed2004-10-1811-89/+602
* remove useless ifdef'd out statement (its been unused for 3+ years)JP Rosevear2004-10-162-7/+5
* remove prototypeJP Rosevear2004-10-163-105/+6
* convert to G_DEFINE_TYPEJP Rosevear2004-10-1410-152/+108
* convert to G_DEFINE_TYPEJP Rosevear2004-10-146-70/+49
* convert to G_DEFINE_TYPEJP Rosevear2004-10-149-119/+97
* convert to G_DEFINE_TYPEJP Rosevear2004-10-145-50/+22
* convert to G_DEFINE_TYPEJP Rosevear2004-10-146-70/+47
* convert to G_DEFINE_TYPEJP Rosevear2004-10-146-64/+48
* conver to G_DEFINE_TYPEJP Rosevear2004-10-1410-173/+75
* dittoJP Rosevear2004-10-1412-68/+50
* If main_canvas has focus, do not grub it. Emit the selected_time_changedLi Yuan2004-10-133-2/+11
* convert menu to epopup.Not Zed2004-10-123-23/+29
* removed. (e_calendar_table_show_popup_menu): convert to use e-popup forNot Zed2004-10-125-265/+225
* When the start year and the end year are the same, the num should beLi Yuan2004-10-1214-26/+187
* convert to epopup. (add_popup_menu_item): removed, now redundant.Not Zed2004-10-122-45/+38
* Fixes #45951Rodrigo Moya2004-10-124-14/+18
* remove useless includeJP Rosevear2004-10-083-2/+6
* guard config.hJP Rosevear2004-10-088-8/+24
* guard config.h include, kill warning and remove useless includeJP Rosevear2004-10-082-2/+9
* Fixes #65932Rodrigo Moya2004-10-073-17/+74
* rename to view_popup_factory. Make it build an epopup item list directly.Not Zed2004-10-0715-294/+372
* Revert fix for #60551Rodrigo Moya2004-10-072-9/+7
* Fixes #48116Iván Frade2004-10-072-11/+30
* pass the variable in correctlyJP Rosevear2004-10-061-4/+1
* cast warning away. (create_component_view): connect to popup_event ratherNot Zed2004-10-068-187/+586
* Fixes #64683Rodrigo Moya2004-09-302-3/+21
* ** See bug #66736.Not Zed2004-09-292-0/+9
* Fixes #61766JP Rosevear2004-09-282-0/+40
* Fixes #65599Rodrigo Moya2004-09-273-5/+18
* Fixes #66344JP Rosevear2004-09-244-8/+32
* Fixes #63513 Now the myaddress can be set to ecal address since ok will beChenthill Palanisamy2004-09-242-0/+10
* dittoJP Rosevear2004-09-233-9/+28
* Fixes #60904JP Rosevear2004-09-222-13/+76
* Fixes #66158JP Rosevear2004-09-222-1/+13
* Fixes #59194JP Rosevear2004-09-222-1/+8
* Fixes #65682 check the static capability before booking the deletion.Chenthill Palanisamy2004-09-212-1/+8
* Fixes #55172JP Rosevear2004-09-202-2/+13
* Fixes #66174Tony Tsui2004-09-202-1/+9
* Fixes bug #65051Hannah & Fazlu2004-09-202-0/+16
* Fixes #62374Rodrigo Moya2004-09-172-57/+59
* Fixes #65454JP Rosevear2004-09-102-44/+44
* Fixes #62728JP Rosevear2004-09-092-0/+10
* Check the static capability to enable or disable the assign tasks in theChenthill Palanisamy2004-09-053-0/+26
* Fixes #62392Rodrigo Moya2004-09-042-2/+10
* include missing string.h, to avoid problems in 64 bit builds.Rodrigo Moya2004-09-022-0/+6
* constify the strings to remove a warning.Not Zed2004-08-303-4/+15
* get the active state (insert_rsvp): set inital rsvp stateJP Rosevear2004-08-282-1/+9
* bump version, requirementsJP Rosevear2004-08-281-1/+5
* use the new 'has-alarms-in-range' query. (alarm_queue_add_client): makeRodrigo Moya2004-08-282-15/+38
* Fixes #62911, #54101JP Rosevear2004-08-282-258/+606
* update protoJP Rosevear2004-08-273-19/+43
* Don't mark component menu accels for translation.Christian Neumair2004-08-272-2/+7
* prepare the local record correctly, should fix copy to/from problems whenJP Rosevear2004-08-263-2/+9
* Don't call gtk_dialog_set_has_separator on Gtk Message DialogFrédéric Crozat2004-08-252-0/+8
* Reset the Status Bar message to NUll, if the status of the Calendar isChenthill Palanisamy2004-08-252-0/+7
* Fixes #58824Rodrigo Moya2004-08-252-15/+24
* Make the description scrolled window scroll policy "automatic" rather thanJeffrey Stedfast2004-08-242-14/+20
* initialize the mutext needed to prevent concurrect accessSivaiah Nallagatla2004-08-182-16/+43
* Fixes #62706JP Rosevear2004-08-172-1/+12
* change the prototype of alarm_notify_add_calendar to take Esource insteadSivaiah Nallagatla2004-08-163-9/+31
* initialize priv->default_lcient (default_client_cal_opened_cb) : unrefSivaiah Nallagatla2004-08-162-6/+17
* bump version. requiresJP Rosevear2004-08-141-0/+2
* make the button say Add Task List instead of Add Group (matches menu item)JP Rosevear2004-08-132-1/+6
* added the property "use_filechooser" to the GnomeFileEntryCarlos Garnacho Parro2004-08-132-0/+6
* epasswords api change.Not Zed2004-08-123-6/+11
* Fixes #61555JP Rosevear2004-08-112-6/+44
* guard against re-running the same query.Rodrigo Moya2004-08-112-0/+8
* disconnect from signals also when using only the system tray. Fixes aRodrigo Moya2004-08-102-0/+9
* re-added 'Make this occurrence movable' menu item, gone by mistake.Rodrigo Moya2004-08-102-18/+96
* Fixes #62452JP Rosevear2004-08-092-56/+76
* Fixes #62021JP Rosevear2004-08-085-0/+36
* Fix for bug #61673. The function takes two arguments now, instead of one.Parthasarathi S A2004-08-066-6/+47
* Fixes #62030Rodrigo Moya2004-08-063-12/+30
* clean up all the default clients (default_client_cal_opened_cb): changeJP Rosevear2004-08-053-28/+58
* kill warning by checking if there is a default client first (can happenJP Rosevear2004-08-052-1/+10
* Fixes #62363JP Rosevear2004-08-052-0/+8
* Handle decline request by using update_item rather than remove_item, soHarish Krishnaswamy2004-08-042-1/+10
* get source list and source (todoconduit_dupe_configuration): copy sourceJP Rosevear2004-08-035-19/+116
* Fixes #57622Rodrigo Moya2004-08-028-69/+224
* creating new items no longer needs to be disabled since the user canJP Rosevear2004-08-012-4/+10
* use Invitations not Meetings (event_editor_edit_comp): dittoJP Rosevear2004-08-012-2/+8
* guard with is_instance instead of has_recurrences because most of theJP Rosevear2004-08-013-8/+22
* Handle E_CALENDAR_STATUS_BUSY conditions and do notHarish Krishnaswamy2004-07-303-0/+19
* hide dialog items that don't apply when editing properties.Larry Ewing2004-07-302-3/+29
* Fixes #62006JP Rosevear2004-07-292-1/+10
* Fixes #61058JP Rosevear2004-07-272-5/+48
* Fix mnemonic for "Location" to not be duplicated with "OK"Rodney Dawes2004-07-275-225/+176
* set a different title if we are editing; de-sensitize option menu if weJP Rosevear2004-07-265-19/+53
* Fixes #59983 If the ecal component is already loaded, check for thepchenthill2004-07-262-2/+39
* Fixes #61571JP Rosevear2004-07-242-1448/+32
* Fixes #61760JP Rosevear2004-07-242-7/+11
* Retracting the commit made below for #59983 as it has results in crashpchenthill2004-07-232-31/+7
* Fixes #59983 If the ecal component is already loaded, check for thepchenthill2004-07-232-2/+39
* fix the row heights and tweek the offsets so that things come out OK.Larry Ewing2004-07-232-11/+39
* Fixes #61776JP Rosevear2004-07-222-3/+11
* Fixes #61738JP Rosevear2004-07-222-4/+19
* Fixes #61779JP Rosevear2004-07-223-0/+16
* include config.h. See #61395.Not Zed2004-07-228-0/+38
* Fixes #61451JP Rosevear2004-07-202-4/+25
* use short month forms to limit the maximum width of the label.Larry Ewing2004-07-202-7/+12
* Fixes #57142Rodrigo Moya2004-07-164-4/+19
* Fixes #61572JP Rosevear2004-07-163-350/+15
* Fixes #60678JP Rosevear2004-07-152-8/+15
* Fixes #57287, 58748JP Rosevear2004-07-1413-99/+500
* reverted unwanted changeRadek Doulik2004-07-131-4/+0
* reverted unwanted changeRadek Doulik2004-07-131-0/+4
* reverted unwanted changeRadek Doulik2004-07-132-6/+0
* as belowRadek Doulik2004-07-136-14/+34
* Add this callback so we can set the paned position on realizeRodney Dawes2004-07-132-8/+29
* Update the layout of the dialog to be more usableRodney Dawes2004-07-132-6/+30
* busy should be opaque, not transparentJürg Billeter2004-07-122-1/+6
* Revert my patches from July 5th and 6th.Rodrigo Moya2004-07-102-6/+17
* Add an argument for the event_num so we can get the event object Draw theRodney Dawes2004-07-103-8/+56
* Fixes #60289Rodrigo Moya2004-07-103-3/+39
* tarball should ship .schemas.in.in files, not generated files.Frédéric Crozat2004-07-092-1/+6
* setup the widgets before the configuration.Rodrigo Moya2004-07-062-1/+6
* Fixes #60645JP Rosevear2004-07-062-0/+11
* don't set the timezone on the views here. (set_timezone): do it here.Rodrigo Moya2004-07-062-6/+11
* update the internal current_view_type field and focus the newly selectedRodrigo Moya2004-07-052-0/+7
* Get the label for the calendar list header also (init_widgets): Set theRodney Dawes2004-07-034-181/+255
* store and lookup clients based on ESource uid instead of uri inSivaiah Nallagatla2004-06-292-14/+20
* same.Not Zed2004-06-283-4/+11
* don't show option tabsJP Rosevear2004-06-262-3/+6
* use "Task" instead of "Basic"JP Rosevear2004-06-263-2/+10
* use "Contacts..."JP Rosevear2004-06-264-46/+155
* set the default address here if possible (dialog_to_alarm): don't set itJP Rosevear2004-06-262-21/+70
* init alarm interval to -1 (clear_widgets): give the alarm time option menuJP Rosevear2004-06-252-17/+142
* the args are optional, don't store them if they aren't thereJP Rosevaer2004-06-252-23/+146
* free old_summary (is_custom_alarm): take description into account whenJP Rosevear2004-06-254-83/+268
* sensitize the buttons (init_widgets): listen for selection changes so weJP Rosevear2004-06-252-0/+18
* store all the custom alarms (alarm_custom_clicked_cb): emit changed signalJP Rosevear2004-06-2510-1661/+1410
* Add a call to e_source_selector_set_select_new here so that we can selectRodney Dawes2004-06-253-0/+9
* Bump the version to 0.1.5 to help track down bug #59726.Jeffrey Stedfast2004-06-242-1/+9
* set the window type hint to normal so it can go below the shell windowJP Rosevear2004-06-242-0/+7
* fixed gtk-doc comments and made it enable/disable the dialog's OK buttonRodrigo Moya2004-06-242-4/+15
* Revert previous change to add the callbacks for notification of calendarRodney Dawes2004-06-242-22/+9
* Fixes #57862JP Rosevear2004-06-232-6/+13
* Fixed ChangeLog... ran cvs commit in subdir last night which didn't grab Chan...Rodney Dawes2004-06-231-1/+12
* tidy up to work again (ok_clicked_cb): use above when replyingJP Rosevear2004-06-232-43/+14
* util function to do the actual removal (remove_attendee_at_row): dittoJP Rosevear2004-06-232-39/+105
* Add these two callbacks so that we can update the selection in theRodney Dawes2004-06-232-4/+57
* clean up mnemonic handling and put the proper icon in the contacts buttonJP Rosevear2004-06-232-23/+22
* fix mnemonicsJP Rosevear2004-06-233-4/+12
* kill warningsJP Rosevear2004-06-232-10/+4
* kill warningJP Rosevear2004-06-232-1/+4
* removed alarm-page.*.Rodrigo Moya2004-06-232-3/+4
* HIGify and newer design; alarm page is gone, Cancel/OK buttons for theJP Rosevear2004-06-2326-4042/+4100
* rename widgets to be consistent with those else whereJP Rosevear2004-06-232-21/+12
* Fixes #59824Larry Ewing2004-06-232-2/+10
* Fixes #56892Rodney Dawes2004-06-222-3/+28
* Fixes bug #57592Jeffrey Stedfast2004-06-193-4/+13
* Fixes #58747Rodrigo Moya2004-06-192-0/+11
* Fixes #56323Rodrigo Moya2004-06-183-22/+10
* Fixes #60293Rodrigo Moya2004-06-182-0/+21
* check for host being non-NULL in soup uri. host can be null for uri's ofSivaiah Nallagatla2004-06-172-1/+7
* Fixes #60309Rodrigo Moya2004-06-172-16/+23
* use e-util's HTML conversion function, instead of camel's. (write_html):Rodrigo Moya2004-06-172-4/+10
* Fixes #56197JP Rosevear2004-06-163-0/+10
* Fixes #59401JP Rosevear2004-06-162-1/+12
* Fixes #57393JP Rosevear2004-06-162-0/+8
* connect to "client_changed" signal on the page. (client_changed_cb): newRodrigo Moya2004-06-153-8/+43
* new function. (e_meeting_time_selector_construct): store some missingRodrigo Moya2004-06-154-24/+85
* removed g_assert call, since we shouldn't crash when getting wrongRodrigo Moya2004-06-112-1/+8