/japanese/lipsf/

~lantw44/cgit/'>index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
Commit message (Expand)AuthorAgeFilesLines
* 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
* only do the range selected hack in one caseJP Rosevear2004-06-112-3/+9
* set 6 weeks shown (display_view): dittoJP Rosevear2004-06-112-2/+9
* Fixes #58748Rodrigo Moya2004-06-102-0/+12
* don't set the "bg_color_column" property on the ECellToggle class.Rodrigo Moya2004-06-102-3/+5
* Fixes #58799Rodrigo Moya2004-06-102-2/+25
* calculate the work week, week, and month views more exactlyJP Rosevear2004-06-104-166/+207
* Fixes #57578Rodrigo Moya2004-06-092-22/+66
* Fixes #57579Rodrigo Moya2004-06-092-2/+19
* new function for notifying all pages of the client change.Rodrigo Moya2004-06-096-17/+53
* do not set the private client here, it is set in comp-editor.c.Rodrigo Moya2004-06-085-15/+97
* cast week view correctlyJP Rosevear2004-06-082-1/+6
* connect to "client_changed" signal on the page. (client_changed_cb): newRodrigo Moya2004-06-083-1/+25
* Fixes #59650Rodrigo Moya2004-06-082-4/+32
* fix the name of "stock_save-as" everywhereDan Winship2004-06-07