/net-im/p5-Net-AIM/

e.ntu.edu.tw/~b01902062/git/gsoc2013-evolution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
Commit message (Expand)AuthorAgeFilesLines
* add dialog for feedback (remove_item): ditto (send_item): dittoJP Rosevear2001-08-142-15/+43
* rewrite the gui to use gtkhtmlJP Rosevear2001-08-142-348/+376
* Remove #include <config.h> from here. Same here.Kjartan Maraas2001-08-123-5/+5
* Update the paths of the Tools menu according to the changes in the XMLEttore Perazzoli2001-08-123-18/+26
* turn on word-wrap for the description fields. Fixes bug #6821.Damon Chaplin2001-08-123-1/+14
* Removed comment about the need to resolve nicknames properly, because weJon Trowbridge2001-08-112-6/+11
* added new backend method to get the component given a UID.Damon Chaplin2001-08-1012-48/+231
* unref the GdkPixmap and GdkBitmap returned by the functionRodrigo Moya2001-08-104-1/+20
* Remove progress frameJP Rosevear2001-08-108-939/+578
* Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-094-0/+50
* removed underlined accelerator key from "_Go To Today" button. GnomeDialogDamon Chaplin2001-08-092-1/+8
* Stop editing any event. Fixes bug #5949.Federico Mena Quintero2001-08-092-0/+7
* Duuuh, set the alarm_copy on the component, not the original alarm. FixesFederico Mena Quintero2001-08-092-1/+7
* set the attendees of a component (meeting_page_fill_component): use aboveJP Rosevear2001-08-096-46/+185
* don't use a NULL mask in the call to gdk_gc_set_clip_maskRodrigo Moya2001-08-094-3/+15
* fix pre-processor macrosJP Rosevear2001-08-095-5/+16
* New function to stop further notification from happening.Federico Mena Quintero2001-08-085-45/+68
* Only unref the FIELD_COMPONENT if it is non-NULL. We return a NULL forFederico Mena Quintero2001-08-083-5/+15
* Make calendar.ics the suggested name when attaching the ical objectJP Rosevear2001-08-082-1/+6
* added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-0725-233/+575
* In process of fixing bug #6005. The "Calendar" page is now "Display", andFederico Mena Quintero2001-08-072-236/+168
* added check for NULL pointers. Maybe fixes #5203 (I can't reproduce it, soRodrigo Moya2001-08-073-19/+22
* New function; stops further notification from happening. This is neededFederico Mena Quintero2001-08-0418-165/+656
* Fixes bug #1407.Federico Mena Quintero2001-08-042-120/+7
* I18n fixes.Chyla Zbigniew2001-08-043-1/+16
* Add camel dependency.Jon Trowbridge2001-08-032-0/+6
* If the default category is the same as the value passed in to thisFederico Mena Quintero2001-08-024-3/+34
* removed debugging messages.Damon Chaplin2001-08-022-9/+4
* The calendar search bar widget now includes a drop-down menu of availableFederico Mena Quintero2001-08-0211-397/+561
* The Wombat now keeps track of which categories are present in the objectsFederico Mena Quintero2001-08-019-155/+339
* Sync from OLS - FedericoFederico Mena Quintero2001-08-016-12/+81
* yes, set the end date, but correctly calculated, not by using theRodrigo Moya2001-07-313-1/+32
* don't set the end date for the pasted components, since it will beRodrigo Moya2001-07-313-18/+9
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-3120-122/+337
* added Help button. Though of course it doesn't do anything yet.Damon Chaplin2001-07-313-0/+17
* OopsJP Rosevear2001-07-311-2/+6
* Mark strings for translationJP Rosevear2001-07-311-67/+64
* call cal_client_get_free_busy for testing the new methodRodrigo Moya2001-07-302-2/+23
* implementedRodrigo Moya2001-07-302-1/+61
* recur is always in UTCJP Rosevear2001-07-282-1/+6
* handle timezones everywhere (get_timezone): new function to get a timezoneJP Rosevear2001-07-287-22/+158
* initialize to NULL some pointersRodrigo Moya2001-07-285-20/+78
* Constify and set the query sexp on the task pad's model as well.Federico Mena Quintero2001-07-283-2/+15
* Shut up CVS - FedericoFederico Mena Quintero2001-07-281-0/+4
* New files with a derivative of ESearchBar that generates sexps forFederico Mena Quintero2001-07-2816-635/+1016
* when an entry has changed, iterate over the elements of the entry and addJP Rosevear2001-07-272-175/+261
* send the empty string as subject if there is no summaryJP Rosevear2001-07-271-1/+4
* free a list of attendees (meeting_page_fill_widgets): clean up attendeeJP Rosevear2001-07-278-68/+156
* check that the row passed in is valid. Sometimes we get the "row-selected"Damon Chaplin2001-07-273-1/+72
* gracefully handle the lack of a methodJP Rosevear2001-07-262-0/+7
* check type of component before actually pasting. Deal with VCALENDARRodrigo Moya2001-07-265-13/+147
* used the new print preview icon.Damon Chaplin2001-07-263-5/+13
* see if the address is already in the list of attendees (duplicate_error):JP Rosevear2001-07-262-16/+68
* calculate tmp_tm.tm_wday ourselves. strftime has a habit of crashing ifDamon Chaplin2001-07-252-0/+11
* stip the delto and delfrom (popup_delegate_cb): show a delegate dialog andJP Rosevear2001-07-257-39/+662
* fixed the test to see whether we should draw the icons.Damon Chaplin2001-07-242-3/+8
* Add an extra @type arg to the xferFolder and removeFolder methods inEttore Perazzoli2001-07-233-2/+84
* Add a `user_creatable' property to folder types and make componentsEttore Perazzoli2001-07-223-4/+10
* Removed unused prototype.Federico Mena Quintero2001-07-203-2/+8
* free various data related settings (destroy): use cleanup and unref theJP Rosevear2001-07-202-5/+70
* updated to use new print icon.Damon Chaplin2001-07-203-1/+7
* don't show the time in the EDateEdit widget for adding EXDATEs.Damon Chaplin2001-07-183-2/+10
* do not discard drawing icon if mask is NULLRodrigo Moya2001-07-183-2/+10
* find the next displayable component (get_prev): find the previousJP Rosevear2001-07-182-3/+52
* Remove leftover ifdefs - FedericoFederico Mena Quintero2001-07-182-12/+1
* oops, save ChangeLog before committing - FedericoFederico Mena Quintero2001-07-181-1/+2
* Really fixes #4380. The previous fix was necessary but not sufficient; itFederico Mena Quintero2001-07-186-5/+58
* Print a g_message when the list of invited people changes in theJon Trowbridge2001-07-172-2/+20
* destroy the dialog widget here. Fixes bug #4198.Damon Chaplin2001-07-172-0/+10
* try to use builtin timezones before getting them from the server. WhenDamon Chaplin2001-07-176-26/+77
* Removed unused headers - FedericoFederico Mena Quintero2001-07-171-8/+0
* Added missing underlined shortcuts.Taylor Hayward2001-07-137-15/+31
* new protoJP Rosevear2001-07-136-30/+45
* fix typo breaking compilationJP Rosevear2001-07-137-15/+41
* guard against infinite loops with the updating boolean, fixes 4270JP Rosevear2001-07-132-0/+12
* added support for multiple selections in cut/copy/paste. Also, it's nowRodrigo Moya2001-07-133-21/+45
* renamed updateObject to updateObjects and removed the UID argument, sinceDamon Chaplin2001-07-1211-39/+138
* Fixes bug #4380 as well as some leftovers from the days of struct tm andFederico Mena Quintero2001-07-1212-43/+52
* fix the calendar not exiting with a gross hack because i don't have timeJP Rosevear2001-07-123-0/+42
* be careful about adding and stripping MAILTO:'s properlyJP Rosevear2001-07-1211-77/+117
* Added a hack to get the last string translated since xml-i18n-toolsKjartan Maraas2001-07-112-0/+15
* Move this higher so that Makefile properly depends on us. Fixes distcheck.Peter Williams2001-07-112-1/+7
* Clarified some things.Jacob Leach2001-07-111-2/+3
* [Fix bug #4389: ETableSpecification still in .c file]Jason Leach2001-07-116-93/+54
* [Fix bug #4388: ETableSpecification still in .c file]Jason Leach2001-07-114-46/+40
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-1122-653/+1030
* Add popup support so you can delete users from the listJP Rosevear2001-07-113-8/+140
* Handle the different alarm actions. (display_notification): Do the alarmFederico Mena Quintero2001-07-115-95/+142
* Pass the parent vCalendar component as the timezone closure ofFederico Mena Quintero2001-07-114-6/+35
* Use e_utf8_from_gtk_event_key() so that we can input utf8 text properly.Federico Mena Quintero2001-07-106-16/+49
* connect to the entry not the comboJP Rosevear2001-07-075-9/+74
* actually clear some widgets and hide/show widgets in the default setupJP Rosevear2001-07-077-119/+511
* Fixes bug #4018 and what would be the analogous bugs for the otherFederico Mena Quintero2001-07-0510-1/+161
* New function. (calendar_control_activate): Clear the folder bar label; weFederico Mena Quintero2001-07-052-0/+57
* Add new columns for information specification (meeting_page_destroy): saveJP Rosevear2001-07-047-17/+80
* use bonobo-conf everywhereDietmar Maurer2001-07-041-100/+143
* fix warning, and added some debug messages.Damon Chaplin2001-07-034-2/+23
* added virtual method to get a VTIMEZONE component given a TZID. We needDamon Chaplin2001-07-037-22/+96
* New files with the alarm options dialog; this configures theFederico Mena Quintero2001-07-039-7/+1077
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-0348-537/+2009
* publish free/busy information for the currently viewed time rangeJP Rosevear2001-07-033-8/+118
* Made evolution depend on bonobo-conf 0.2.Christopher James Lahey2001-07-032-0/+7
* Support for ATTACH, DESCRIPTION properties in alarm components.Federico Mena Quintero2001-07-033-88/+254
* Support for repeat/duration properties in alarm components.Federico Mena Quintero2001-07-034-1/+104
* fill in delegated from fieldJP Rosevear2001-07-033-5/+11
* use the new self-contained e_categories_config_open_dialog_for_entry()Rodrigo Moya2001-07-037-47/+29
* implementJP Rosevear2001-07-0310-35/+400
* Fixes bug #1406.Federico Mena Quintero2001-07-017-444/+318
* draw icons per categoryRodrigo Moya2001-07-016-0/+135
* fixed clibpoard command activation from the menu entries. CTRL-C andRodrigo Moya2001-07-013-9/+93
* Only set the pressed_event_num and pressed_span_num if button 1 wasFederico Mena Quintero2001-07-012-4/+13
* Doh, the call for the day view was supposed to beFederico Mena Quintero2001-07-013-10/+21
* call e_calendar_table_cut_clipboard with the correct objectRodrigo Moya2001-06-302-2/+18
* new functions for allowing the execution of clipboard-related commandsRodrigo Moya2001-06-286-49/+158
* Re-added removed paramter in call to evolution_shell_component_newRodrigo Moya2001-06-282-0/+2
* removed not-uses-anymore parameter in call toRodrigo Moya2001-06-2810-2/+184
* Add method `ShellComponent::handleExternalURI' and anEttore Perazzoli2001-06-283-0/+8
* Bump required gal version for new accessors in ETree.Peter Williams2001-06-283-0/+7
* fixed (e_calendar_table_on_copy): fixedRodrigo Moya2001-06-272-38/+23
* Renamed the occur field to occur_start; added an occur_end field. This wayFederico Mena Quintero2001-06-2715-33/+191
* Rest of previous commit (got messed up somehow).Peter Williams2001-06-271-0/+2
* libwombat:Peter Williams2001-06-272-0/+9
* Shut the fuck up, Donnie. Dude, they peed your fucking rug. - FedericoFederico Mena Quintero2001-06-251-0/+4
* Initialize libglade.Federico Mena Quintero2001-06-254-10/+40
* Converted to use BonoboXObject.Federico Mena Quintero2001-06-2520-1693/+202
* New function to compare tasks like the Pilot task list.Federico Mena Quintero2001-06-245-14/+129
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-23110-143/+143
* Added itip-control-factory.* to the build.Jeffrey Stedfast2001-06-232-0/+6
* new function for the backends to be able to call the getPassword method onRodrigo Moya2001-06-235-3/+95
* changed getFreeBusy method to return a CalObj instead of a sequenceRodrigo Moya2001-06-2210-39/+100
* update to new callJP Rosevear2001-06-229-769/+1454
* add include pathJP Rosevear2001-06-222-0/+4
* remove buttons and use evolution's standard ui configJP Rosevear2001-06-222-21/+18
* print description textJP Rosevear2001-06-222-41/+29
* create a WombatClient when creating a CalClient object, so that we canRodrigo Moya2001-06-227-1/+184
* removed conflict marker.Dave Camp2001-06-211-1/+0
* Changed attachData to accept a sequence of chars rather than a string.Dave Camp2001-06-212-2/+13
* print menu command (print_preview_cmd): ditto for print previewJP Rosevear2001-06-218-6/+526
* added getFreeBusy methodRodrigo Moya2001-06-20