aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* New. (config_read): Use locale's setting as default forZbigniew Chyla2001-08-181-0/+7
* new function to open the task editor to add a new task.Damon Chaplin2001-08-181-0/+13
* Startup assistant stuffIain Holmes2001-08-171-0/+10
* hide the timezone fields for all-day events. We will use DATE values forDamon Chaplin2001-08-171-0/+28
* If the component has no alarms remember to set the priv->updating flag toFederico Mena Quintero2001-08-171-0/+6
* get the destinations property, not the text propertyJP Rosevear2001-08-171-0/+6
* Set the default-to-add notification to be display a message 15 minutesFederico Mena Quintero2001-08-171-0/+6
* New function to strip surrounding whitespace from a string of categoriesFederico Mena Quintero2001-08-171-0/+11
* Do not set the time popup range. We also want to be able to createFederico Mena Quintero2001-08-171-0/+10
* Boost scoring on an exact nickname match. Manually addressify match.Jon Trowbridge2001-08-161-0/+5
* only fill the component and save it if something has changedJP Rosevear2001-08-151-0/+7
* OK, re-added the default alarm options. Way too many people are asking forFederico Mena Quintero2001-08-151-0/+5
* Add the user creatable items. The callback is not actually implementedFederico Mena Quintero2001-08-151-0/+10
* added support for the Contacts field. Note that I'm not sure what weDamon Chaplin2001-08-151-0/+45
* Made the click-to-add message shorter. Fixes bug #7177.Federico Mena Quintero2001-08-151-0/+5
* Added Tigert's new icons for Prev and Next.Federico Mena Quintero2001-08-151-0/+5
* Make the "Any Category" item consistent with the one in the addressbook.Federico Mena Quintero2001-08-151-0/+6
* Handle an array of categories in the CalSearchBar instead of our own menuFederico Mena Quintero2001-08-151-0/+13
* add dialog for feedback (remove_item): ditto (send_item): dittoJP Rosevear2001-08-141-0/+13
* Remove #include <config.h> from here. Same here.Kjartan Maraas2001-08-121-0/+5
* Update the paths of the Tools menu according to the changes in the XMLEttore Perazzoli2001-08-121-0/+8
* turn on word-wrap for the description fields. Fixes bug #6821.Damon Chaplin2001-08-121-0/+6
* Removed comment about the need to resolve nicknames properly, because weJon Trowbridge2001-08-111-0/+5
* added new backend method to get the component given a UID.Damon Chaplin2001-08-101-0/+38
* unref the GdkPixmap and GdkBitmap returned by the functionRodrigo Moya2001-08-101-0/+8
* Remove progress frameJP Rosevear2001-08-101-0/+18
* Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-091-0/+11
* removed underlined accelerator key from "_Go To Today" button. GnomeDialogDamon Chaplin2001-08-091-0/+7
* Stop editing any event. Fixes bug #5949.Federico Mena Quintero2001-08-091-0/+5
* Duuuh, set the alarm_copy on the component, not the original alarm. FixesFederico Mena Quintero2001-08-091-0/+6
* set the attendees of a component (meeting_page_fill_component): use aboveJP Rosevear2001-08-091-4/+36
* don't use a NULL mask in the call to gdk_gc_set_clip_maskRodrigo Moya2001-08-091-0/+9
* fix pre-processor macrosJP Rosevear2001-08-091-1/+12
* New function to stop further notification from happening.Federico Mena Quintero2001-08-081-0/+20
* Only unref the FIELD_COMPONENT if it is non-NULL. We return a NULL forFederico Mena Quintero2001-08-081-0/+6
* Make calendar.ics the suggested name when attaching the ical objectJP Rosevear2001-08-081-0/+5
* added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-071-0/+62
* In process of fixing bug #6005. The "Calendar" page is now "Display", andFederico Mena Quintero2001-08-071-0/+7
* added check for NULL pointers. Maybe fixes #5203 (I can't reproduce it, soRodrigo Moya2001-08-071-0/+6
* New function; stops further notification from happening. This is neededFederico Mena Quintero2001-08-041-0/+75
* Fixes bug #1407.Federico Mena Quintero2001-08-041-0/+7
* I18n fixes.Chyla Zbigniew2001-08-041-0/+11
* Add camel dependency.Jon Trowbridge2001-08-031-0/+4
* If the default category is the same as the value passed in to thisFederico Mena Quintero2001-08-021-0/+14
* removed debugging messages.Damon Chaplin2001-08-021-0/+4
* The calendar search bar widget now includes a drop-down menu of availableFederico Mena Quintero2001-08-021-0/+66
* The Wombat now keeps track of which categories are present in the objectsFederico Mena Quintero2001-08-011-0/+30
* Sync from OLS - FedericoFederico Mena Quintero2001-08-011-0/+18
* yes, set the end date, but correctly calculated, not by using theRodrigo Moya2001-07-311-0/+7
* don't set the end date for the pasted components, since it will beRodrigo Moya2001-07-311-0/+8
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-1/+46
* added Help button. Though of course it doesn't do anything yet.Damon Chaplin2001-07-311-0/+6
* OopsJP Rosevear2001-07-311-2/+6
* call cal_client_get_free_busy for testing the new methodRodrigo Moya2001-07-301-0/+3
* implementedRodrigo Moya2001-07-301-0/+4
* recur is always in UTCJP Rosevear2001-07-281-0/+5
* handle timezones everywhere (get_timezone): new function to get a timezoneJP Rosevear2001-07-281-0/+24
* initialize to NULL some pointersRodrigo Moya2001-07-281-0/+12
* Constify and set the query sexp on the task pad's model as well.Federico Mena Quintero2001-07-281-0/+5
* New files with a derivative of ESearchBar that generates sexps forFederico Mena Quintero2001-07-281-0/+56
* when an entry has changed, iterate over the elements of the entry and addJP Rosevear2001-07-271-0/+13
* free a list of attendees (meeting_page_fill_widgets): clean up attendeeJP Rosevear2001-07-271-0/+25
* check that the row passed in is valid. Sometimes we get the "row-selected"Damon Chaplin2001-07-271-0/+12
* gracefully handle the lack of a methodJP Rosevear2001-07-261-0/+5
* check type of component before actually pasting. Deal with VCALENDARRodrigo Moya2001-07-261-0/+12
* used the new print preview icon.Damon Chaplin2001-07-261-0/+8
* see if the address is already in the list of attendees (duplicate_error):JP Rosevear2001-07-261-0/+11
* calculate tmp_tm.tm_wday ourselves. strftime has a habit of crashing ifDamon Chaplin2001-07-251-0/+6
* stip the delto and delfrom (popup_delegate_cb): show a delegate dialog andJP Rosevear2001-07-251-0/+16
* fixed the test to see whether we should draw the icons.Damon Chaplin2001-07-241-0/+5
* Add an extra @type arg to the xferFolder and removeFolder methods inEttore Perazzoli2001-07-231-0/+10
* Add a `user_creatable' property to folder types and make componentsEttore Perazzoli2001-07-221-0/+6
* Removed unused prototype.Federico Mena Quintero2001-07-201-0/+8
* free various data related settings (destroy): use cleanup and unref theJP Rosevear2001-07-201-1/+10
* updated to use new print icon.Damon Chaplin2001-07-201-0/+5
* don't show the time in the EDateEdit widget for adding EXDATEs.Damon Chaplin2001-07-181-0/+9
* do not discard drawing icon if mask is NULLRodrigo Moya2001-07-181-0/+8
* find the next displayable component (get_prev): find the previousJP Rosevear2001-07-181-0/+9
* 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-181-0/+18
* Print a g_message when the list of invited people changes in theJon Trowbridge2001-07-171-0/+9
* destroy the dialog widget here. Fixes bug #4198.Damon Chaplin2001-07-171-0/+5
* try to use builtin timezones before getting them from the server. WhenDamon Chaplin2001-07-171-0/+18
* Added missing underlined shortcuts.Taylor Hayward2001-07-131-0/+10
* new protoJP Rosevear2001-07-131-0/+13
* fix typo breaking compilationJP Rosevear2001-07-131-0/+11
* guard against infinite loops with the updating boolean, fixes 4270JP Rosevear2001-07-131-0/+5
* added support for multiple selections in cut/copy/paste. Also, it's nowRodrigo Moya2001-07-131-0/+6
* renamed updateObject to updateObjects and removed the UID argument, sinceDamon Chaplin2001-07-121-0/+24
* Fixes bug #4380 as well as some leftovers from the days of struct tm andFederico Mena Quintero2001-07-121-0/+41
* fix the calendar not exiting with a gross hack because i don't have timeJP Rosevear2001-07-121-0/+6
* be careful about adding and stripping MAILTO:'s properlyJP Rosevear2001-07-121-0/+24
* Added a hack to get the last string translated since xml-i18n-toolsKjartan Maraas2001-07-111-0/+6
* Move this higher so that Makefile properly depends on us. Fixes distcheck.Peter Williams2001-07-111-0/+5
* Clarified some things.Jacob Leach2001-07-111-2/+3
* [Fix bug #4389: ETableSpecification still in .c file]Jason Leach2001-07-111-0/+18
* [Fix bug #4388: ETableSpecification still in .c file]Jason Leach2001-07-111-0/+13
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-111-0/+23
* Add popup support so you can delete users from the listJP Rosevear2001-07-111-0/+7
* Handle the different alarm actions. (display_notification): Do the alarmFederico Mena Quintero2001-07-111-0/+11
* Pass the parent vCalendar component as the timezone closure ofFederico Mena Quintero2001-07-111-0/+11
* Use e_utf8_from_gtk_event_key() so that we can input utf8 text properly.Federico Mena Quintero2001-07-101-0/+20
* connect to the entry not the comboJP Rosevear2001-07-071-0/+16
* actually clear some widgets and hide/show widgets in the default setupJP Rosevear2001-07-071-0/+27
* Fixes bug #4018 and what would be the analogous bugs for the otherFederico Mena Quintero2001-07-051-0/+33
* New function. (calendar_control_activate): Clear the folder bar label; weFederico Mena Quintero2001-07-051-0/+6
* Add new columns for information specification (meeting_page_destroy): saveJP Rosevear2001-07-041-0/+15
* fix warning, and added some debug messages.Damon Chaplin2001-07-031-0/+9
* added virtual method to get a VTIMEZONE component given a TZID. We needDamon Chaplin2001-07-031-0/+23
* New files with the alarm options dialog; this configures theFederico Mena Quintero2001-07-031-0/+18
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-0/+39
* publish free/busy information for the currently viewed time rangeJP Rosevear2001-07-031-0/+5
* Made evolution depend on bonobo-conf 0.2.Christopher James Lahey2001-07-031-0/+5
* Support for ATTACH, DESCRIPTION properties in alarm components.Federico Mena Quintero2001-07-031-0/+13
* Support for repeat/duration properties in alarm components.Federico Mena Quintero2001-07-031-0/+18
* fill in delegated from fieldJP Rosevear2001-07-031-0/+5
* use the new self-contained e_categories_config_open_dialog_for_entry()Rodrigo Moya2001-07-031-0/+13
* implementJP Rosevear2001-07-031-1/+26
* Fixes bug #1406.Federico Mena Quintero2001-07-011-0/+28
* draw icons per categoryRodrigo Moya2001-07-011-0/+18
* fixed clibpoard command activation from the menu entries. CTRL-C andRodrigo Moya2001-07-011-0/+9
* Only set the pressed_event_num and pressed_span_num if button 1 wasFederico Mena Quintero2001-07-011-0/+5
* Doh, the call for the day view was supposed to beFederico Mena Quintero2001-07-011-0/+7
* call e_calendar_table_cut_clipboard with the correct objectRodrigo Moya2001-06-301-0/+10
* new functions for allowing the execution of clipboard-related commandsRodrigo Moya2001-06-281-0/+11
* removed not-uses-anymore parameter in call toRodrigo Moya2001-06-281-0/+21
* Add method `ShellComponent::handleExternalURI' and anEttore Perazzoli2001-06-281-0/+6
* Bump required gal version for new accessors in ETree.Peter Williams2001-06-281-0/+5
* fixed (e_calendar_table_on_copy): fixedRodrigo Moya2001-06-271-0/+5
* Renamed the occur field to occur_start; added an occur_end field. This wayFederico Mena Quintero2001-06-271-0/+34
* libwombat:Peter Williams2001-06-271-0/+7
* Initialize libglade.Federico Mena Quintero2001-06-251-0/+13
* Converted to use BonoboXObject.Federico Mena Quintero2001-06-251-0/+29
* New function to compare tasks like the Pilot task list.Federico Mena Quintero2001-06-241-0/+19
* Added itip-control-factory.* to the build.Jeffrey Stedfast2001-06-231-0/+4
* new function for the backends to be able to call the getPassword method onRodrigo Moya2001-06-231-0/+7
* changed getFreeBusy method to return a CalObj instead of a sequenceRodrigo Moya2001-06-221-0/+22
* update to new callJP Rosevear2001-06-221-0/+12
* add include pathJP Rosevear2001-06-221-0/+2
* remove buttons and use evolution's standard ui configJP Rosevear2001-06-221-0/+3
* print description textJP Rosevear2001-06-221-0/+4
* create a WombatClient when creating a CalClient object, so that we canRodrigo Moya2001-06-221-0/+17
* removed conflict marker.Dave Camp2001-06-211-1/+0
* Changed attachData to accept a sequence of chars rather than a string.Dave Camp2001-06-211-0/+7
* print menu command (print_preview_cmd): ditto for print previewJP Rosevear2001-06-211-0/+24
* added getFreeBusy methodRodrigo Moya2001-06-201-0/+22
* moved the function to check for a default timezone to calendar-config.c,Damon Chaplin2001-06-201-0/+11
* added code to show the timezone dialog if the user hasn't set a defaultDamon Chaplin2001-06-201-0/+10
* if the timezones of the start and end of the event are the same, then ifDamon Chaplin2001-06-201-0/+7
* removed stuff to get builtin timezone info from the server.Damon Chaplin2001-06-201-0/+22
* add ui (forward_cmd): implement forward commandJP Rosevear2001-06-201-0/+8
* add auto exit unrefJP Rosevear2001-06-201-0/+8
* don't compile or install the old meeting edit stuffJP Rosevear2001-06-201-0/+9
* add some needed commas (itip_send_comp): if publishing, don't set the toJP Rosevear2001-06-201-0/+4
* remove typoJP Rosevear2001-06-201-0/+4
* itip/imip send dialogJP Rosevear2001-06-201-0/+68
* Sync - FedericoFederico Mena Quintero2001-06-201-0/+29
* added timezone fields. Also moved the 'All Day' flag into an alignment soDamon Chaplin2001-06-191-0/+35
* tweaked for some gnome-pilot api changesEskil Heyn Olsen2001-06-191-0/+8
* generate a new UID when pastingRodrigo Moya2001-06-151-0/+7
* finished implementation of Paste stuffRodrigo Moya2001-06-151-0/+7
* added popup menu items for cut/copy/pasteRodrigo Moya2001-06-141-0/+6
* new widget to enter a timezone.Damon Chaplin2001-06-141-0/+8
* new dialog for setting the time zone.Damon Chaplin2001-06-141-0/+23
* remove unnecessary spaceJP Rosevear2001-06-141-0/+8
* set the completed time in the date editor if appropriateJP Rosevear2001-06-141-0/+16
* added cut&paste support, by using a GtkInvisible widget to manage theRodrigo Moya2001-06-131-0/+7
* Committing the new My Evolution.Iain Holmes2001-06-091-0/+10
* update the blocked/selected days if the starting day of the appointmentJP Rosevear2001-06-051-0/+8
* Fix linking order for `$(DB3_LDADD)'s so that we avoid pullingEttore Perazzoli2001-06-031-0/+9
* no longer build widget-util.*, the code has been movedJP Rosevear2001-06-021-1/+7
* use new funcJP Rosevear2001-06-021-0/+17
* UpdateJP Rosevear2001-06-021-0/+8
* renamed from editor-page for consistency, more complete implementationJP Rosevear2001-06-021-0/+30
* dittoJP Rosevear2001-06-021-0/+7
* Add a bunch of missing `$(DB3_LDADD)'s.Ettore Perazzoli2001-06-021-0/+4
* New function.Federico Mena Quintero2001-05-301-2/+15
* new files to contain layout code split off from EDayView an EWeekView, soDamon Chaplin2001-05-291-0/+20
* implemented the 'remove_folder' function for the calendar shell componentRodrigo Moya2001-05-281-1/+7
* #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h"Dan Winship2001-05-281-0/+8
* Reference libeshell.la instead of libeshell.a.Peter Williams2001-05-261-0/+4
* Finished porting from the old event-editor.c. Made it store a clone of theFederico Mena Quintero2001-05-241-0/+16
* Fix bug #2831; the tasks toolbar and menu now have a button to delete theFederico Mena Quintero2001-05-221-0/+18
* Fix bug #2829.Federico Mena Quintero2001-05-191-0/+28
* Removed editor-page.[ch]Duncan Mak2001-05-171-0/+5
* Split the event and task editors into different objects for the separateFederico Mena Quintero2001-05-171-0/+49
* switch on the correct widget and mapJP Rosevear2001-05-101-0/+16
* free the alarm component if it doesn't have a parent, rather than if itJP Rosevear2001-05-091-0/+9
* Convert to bonobo xobjectJP Rosevear2001-05-081-0/+6
* use define from widgets/misc/e-filter-bar.h instead of own enumeration andGediminas Paulauskas2001-05-081-0/+11
* unref the calcomponent when we're done with itJP Rosevear2001-05-041-0/+8
* remove hardcoded values (edit_attendee): ditto, and there are only 4 rolesJP Rosevear2001-04-281-0/+10
* use enums not hard code valuesJP Rosevear2001-04-271-0/+5
* icalparameter_new_rsvp now takes an enumJP Rosevear2001-04-271-0/+5
* the value type should be inited with ICAL_VALUE_* rather than ICAL_*_VALUEJP Rosevear2001-04-271-0/+6
* Replace "<" by "<=" in the comparison for due dates against the currentFederico Mena Quintero2001-04-271-0/+12
* Merge build fix from the branch:Ettore Perazzoli2001-04-271-0/+4
* Remove UNICODE_LIBSDan Winship2001-04-271-0/+7
* Fixed Strftime so it uses the locale prefered way to display date/time.Duncan Mak2001-04-251-0/+6
* translate "Things to do" etc. and convert them to utf8. Changed some linkGediminas Paulauskas2001-04-221-0/+5
* Hot builddir != srcdir loving action.Ettore Perazzoli2001-04-191-0/+9
* Connect to the "changed" signal of the categories entry so that they willFederico Mena Quintero2001-04-181-0/+20
* the libical action stuff uses enums rather than strings to enumerate theJP Rosevear2001-04-181-0/+7
* Pull up fix from the branch:Ettore Perazzoli2001-04-181-0/+5
* Add EXTRA_GNOME_CFLAGS, for gal.Dan Winship2001-04-171-0/+4
* Create the ESearchBar thingy. (search_bar_query_changed_cb): Build theFederico Mena Quintero2001-04-161-0/+22
* Fix the syntactic bogon here, and attempt to fix the logical bogon too.Dan Winship2001-04-141-0/+8
* New function to restart a query for the day view. (query_obj_updated_cb):Federico Mena Quintero2001-04-131-0/+46
* prepend to both changes and change_ids when different and mark asJP Rosevear2001-04-121-0/+6
* Fix this to just send the data to the wombat instead of inserting itChristopher James Lahey2001-04-111-0/+6
* Display fixes, thanks to Kjartan for finding these.Gediminas Paulauskas2001-04-111-0/+10
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+17
* Plug leak.Federico Mena Quintero2001-04-031-0/+9
* Plug leak.Federico Mena Quintero2001-04-031-60/+80
* Blessed by Ettore.Gediminas Paulauskas2001-04-021-0/+6
* Engine for live queries to calendars. A query object watches a CalBackendFederico Mena Quintero2001-03-301-1/+55
* fixed button placement to comply with gnome standards.Anna Marie Dirks2001-03-281-0/+5
* fixed spacing and label alignment to comply with gnome standards. AlsoAnna Marie Dirks2001-03-281-0/+8
* Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-261-0/+26
* The model_rows_{inserted,deleted} signals changed names; deal with it.Federico Mena Quintero2001-03-251-0/+23
* Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu.Miguel de Icaza2001-03-181-0/+12
* Moved functionality here from e_day_view_on_new_appointment. AllowsMiguel de Icaza2001-03-171-0/+20
* New function: inits the BonoboPersistFile server.Miguel de Icaza2001-03-171-0/+11
* Update arguments to e_canvas_item_grab_focus.Dan Winship2001-03-161-0/+6
* Removed .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-151-0/+7
* PISOCK_INCLUDEDIR has become PISOCK_CFLAGS in gnome-pilot.m4 and removeJP Rosevear2001-03-131-0/+7
* Added a ShellComponent method to retrieve the selection for drag andEttore Perazzoli2001-03-081-0/+5
* Reorganize the menus to have entries always in a consistent fashion, asMiguel de Icaza2001-03-071-0/+19
* keep list of all Tasks folders so we can update the preference settingsDamon Chaplin2001-03-051-0/+48
* install conduit iconsJP Rosevear2001-03-031-0/+10
* New function to set the EDateEdit's value when a row is selected in theFederico Mena Quintero2001-03-011-0/+13
* Create a little stand-alone library for the low-level alarm triggerFederico Mena Quintero2001-02-271-0/+18
* Switched to using our own refcounted structure for loaded clients.Federico Mena Quintero2001-02-241-0/+26
* fixed generation of history recordsRodrigo Moya2001-02-241-0/+4
* Added a `registered' field. (cal_factory_oaf_register): New function; nowFederico Mena Quintero2001-02-211-0/+8
* Remove PISOCK_LIBDIRJP Rosevear2001-02-201-0/+6
* close DB environment. Some compilation warnings removedRodrigo Moya2001-02-171-0/+5
* Added libmenus.la.Christopher James Lahey2001-02-141-0/+13
* call task_editor_focusJP Rosevear2001-02-141-0/+4
* Set toolbar new appointment icon (set_pixmap): load files rather thanJP Rosevear2001-02-141-0/+10
* implementedRodrigo Moya2001-02-141-0/+5
* Missing change log bitJP Rosevear2001-02-141-0/+2
* override value to string virtual method (calendar_model_value_to_string):JP Rosevear2001-02-141-0/+7
* cal_backend_db_update_object(): manage both updates and additions/addRodrigo Moya2001-02-131-0/+10
* Hook up the xml-i18n-tools + .oaf.in stuff. Marked strings forKjartan Maraas2001-02-131-0/+5
* added the new DB3-based backend. This is just the beginning, there areRodrigo Moya2001-02-131-0/+5
* Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-111-0/+21
* Oops, remove old widgetJP Rosevear2001-02-091-0/+4
* fill in new classification stuff properly (get_widgets): load new class.JP Rosevear2001-02-091-0/+22
* Move the get_change code hereJP Rosevear2001-02-091-0/+17