| Commit message (Expand) | Author | Age | Files | Lines |
* | allow some decent exceptions | JP Rosevear | 2001-10-18 | 1 | -0/+4 |
* | there may be cases when the backend will return an invalid component from | Rodrigo Moya | 2001-10-18 | 1 | -0/+6 |
* | removed Help button. Do we have any others? | Damon Chaplin | 2001-10-16 | 1 | -0/+5 |
* | remove warnings. | Larry Ewing | 2001-10-16 | 1 | -0/+4 |
* | function to break up multi day events into single events for both evo and | JP Rosevear | 2001-10-16 | 1 | -0/+8 |
* | util function to determine if event is all day (local_record_from_comp): | JP Rosevear | 2001-10-15 | 1 | -0/+7 |
* | call set_icon_from_comp. (set_icon_from_comp): set the window icon from | Larry Ewing | 2001-10-14 | 1 | -0/+9 |
* | send cancellation comp if necessary | JP Rosevear | 2001-10-14 | 1 | -0/+5 |
* | return fill_component success | JP Rosevear | 2001-10-13 | 1 | -0/+47 |
* | large reworking of i18n tagging and now uses gtk_html_stream write and U_ | Larry Ewing | 2001-10-12 | 1 | -0/+6 |
* | set the default character set to utf-8. | Larry Ewing | 2001-10-11 | 1 | -0/+5 |
* | Return the original key in the hash table if requested. | Federico Mena Quintero | 2001-10-11 | 1 | -0/+8 |
* | remove unneeded assertions | JP Rosevear | 2001-10-11 | 1 | -0/+5 |
* | fix logic checks | JP Rosevear | 2001-10-10 | 1 | -0/+17 |
* | Fixes bug #884. | Federico Mena Quintero | 2001-10-10 | 1 | -0/+18 |
* | util function to get address (itip_addresses_get_default): get only the | JP Rosevear | 2001-10-10 | 1 | -0/+41 |
* | deal correctly with URIs to be inserted into the hash table, so that we | Rodrigo Moya | 2001-10-10 | 1 | -0/+5 |
* | moved to a common place (cal_backend_file_open): check if "uristr != NULL" | Rodrigo Moya | 2001-10-10 | 1 | -0/+10 |
* | Fix incorrect variable name check. | Dan Winship | 2001-10-09 | 1 | -0/+5 |
* | refactor functionality into several function (comp_string): if we are | JP Rosevear | 2001-10-04 | 1 | -0/+14 |
* | replace use of gnome_vfs_uri with e_uri | Rodrigo Moya | 2001-10-04 | 1 | -0/+19 |
* | Added priorities to a bunch of these columns. Fixes Ximian bug #7158. | Christopher James Lahey | 2001-10-03 | 1 | -0/+5 |
* | save the EXDATE as a DATE-TIME value, since we know the exact time. Fixes | Damon Chaplin | 2001-10-03 | 1 | -0/+20 |
* | Use `bonobo_ui_component_new_default()', not `bonobo_ui_component_new()'. | Ettore Perazzoli | 2001-10-03 | 1 | -0/+6 |
* | use bonobo-exception to tidy | JP Rosevear | 2001-10-02 | 1 | -0/+4 |
* | handle -1 as well (comp_from_remote_record): fix monthly by day | JP Rosevear | 2001-10-02 | 1 | -0/+7 |
* | unref the page objects here, instead of in close_dialog(). (This was fixed | Damon Chaplin | 2001-10-02 | 1 | -0/+6 |
* | Set the window state to sticky. Thanks to Peter Teichman for the | Federico Mena Quintero | 2001-10-02 | 1 | -0/+6 |
* | Convert the comp exceptions to the pilot record (comp_from_remote_record): | JP Rosevear | 2001-10-02 | 1 | -0/+7 |
* | strdup the uid to avoid double free, write out only after everything is | JP Rosevear | 2001-10-02 | 1 | -0/+6 |
* | don't use gnome_vfs_uri_is_local on URIs created with | Rodrigo Moya | 2001-10-02 | 1 | -0/+6 |
* | use bound_text to print the summary, so it wraps instead of being clipped | Damon Chaplin | 2001-09-29 | 1 | -0/+21 |
* | Handle the fields and category we don't sync by making sure we don't | JP Rosevear | 2001-09-29 | 1 | -0/+18 |
* | init the execption rather than freeing it | JP Rosevear | 2001-09-29 | 1 | -0/+5 |
* | use bonobo-exception for exceptions (cal_client_open_calendar): likewise | Rodrigo Moya | 2001-09-28 | 1 | -0/+6 |
* | Update pixmap menu paths; /menu/ComponentToolsPlaceholder/Tools -> | Ettore Perazzoli | 2001-09-28 | 1 | -0/+7 |
* | added InvalidURI and UnsupportedMethod exceptions to the CalFactory | Rodrigo Moya | 2001-09-27 | 1 | -0/+16 |
* | added comparison functions for these special cell types. But the date and | Damon Chaplin | 2001-09-27 | 1 | -1/+77 |
* | Fixes the GUI part of bug #7892. | Federico Mena Quintero | 2001-09-27 | 1 | -0/+12 |
* | disconnect signals first thing | JP Rosevear | 2001-09-27 | 1 | -0/+5 |
* | Add -export-dynamic to make glade custom widgets work on non-Linux. | Dan Winship | 2001-09-26 | 1 | -0/+5 |
* | added CAL_MODE_INVALID to CalMode enum | Rodrigo Moya | 2001-09-26 | 1 | -0/+4 |
* | new proto | JP Rosevear | 2001-09-26 | 1 | -0/+53 |
* | Warning fixes courtesy of Chris Lahey <clahey@ximian.com>. | Federico Mena Quintero | 2001-09-26 | 1 | -0/+20 |
* | Check that the timeout is not set up before we create a new one; the | Federico Mena Quintero | 2001-09-26 | 1 | -0/+8 |
* | use bonobo-exception stuff to clean code | JP Rosevear | 2001-09-26 | 1 | -0/+50 |
* | base text on component type | JP Rosevear | 2001-09-24 | 1 | -0/+5 |
* | don't use gnome_vfs_uri_new_private (fixes Ximian #10544) | Rodrigo Moya | 2001-09-21 | 1 | -0/+5 |
* | #include a few files we were missing from libgnomevfs. | Federico Mena Quintero | 2001-09-21 | 1 | -0/+5 |
* | gets a config db (cal_backend_file_destroy): release config db | JP Rosevear | 2001-09-21 | 1 | -0/+22 |
* | make sure to release the ref on priv->comp. | Larry Ewing | 2001-09-20 | 1 | -0/+8 |
* | Display a notification message always, in addition to playing the sound. | Federico Mena Quintero | 2001-09-20 | 1 | -0/+20 |
* | listen for model changes (task_editor_edit_comp): add the attendees to the | JP Rosevear | 2001-09-20 | 1 | -0/+49 |
* | add a new parameter (const char *iid) to specify the OAFIID of the factory | Rodrigo Moya | 2001-09-19 | 1 | -0/+6 |
* | remove silly debug #if 0 | JP Rosevear | 2001-09-19 | 1 | -0/+11 |
* | A page that shows the meeting time selector and free/busy data for | JP Rosevear | 2001-09-19 | 1 | -0/+57 |
* | Fixes bug #6350. | Federico Mena Quintero | 2001-09-19 | 1 | -0/+8 |
* | Fixes bug #2830. | Federico Mena Quintero | 2001-09-19 | 1 | -0/+19 |
* | new class for managing multiple calendars, with an API very similar to the | Rodrigo Moya | 2001-09-19 | 1 | -0/+32 |
* | added a timeout to refresh the list every 10 minutes. Not ideal, as the | Damon Chaplin | 2001-09-18 | 1 | -0/+32 |
* | Do not call calendar_config_init() here. | Federico Mena Quintero | 2001-09-18 | 1 | -0/+7 |
* | Duh, only setup the timeout if the list was empty. (alarm_ready_cb): | Federico Mena Quintero | 2001-09-18 | 1 | -0/+7 |
* | Switch the alarm system from using SIGALRM to normal glib timers. Also, | Federico Mena Quintero | 2001-09-18 | 1 | -0/+17 |
* | get itip addresses (calendar_model_destroy): destroy same | JP Rosevear | 2001-09-18 | 1 | -0/+7 |
* | for each call back, removes the alarms (cal_component_remove_all_alarms): | JP Rosevear | 2001-09-17 | 1 | -0/+15 |
* | Updated required version of gal to 0.11.99.4. | Christopher James Lahey | 2001-09-17 | 1 | -0/+5 |
* | [Automake 1.5 fixes pointed out by Richard Boulton | Ettore Perazzoli | 2001-09-15 | 1 | -0/+1 |
* | [Automake 1.5 fixes pointed out by Richard Boulton | Ettore Perazzoli | 2001-09-15 | 1 | -0/+2 |
* | [Automake 1.5 fixes pointed out by Richard Boulton | Ettore Perazzoli | 2001-09-15 | 1 | -0/+8 |
* | added space after 'identities' in the message. Fixes bug #9896. | Damon Chaplin | 2001-09-15 | 1 | -0/+5 |
* | remove translation marker for now | JP Rosevear | 2001-09-15 | 1 | -0/+5 |
* | use ical partstat, role, cutypes directly | JP Rosevear | 2001-09-14 | 1 | -0/+26 |
* | send 6 weeks of free busy info starting with the UTC start of day | JP Rosevear | 2001-09-13 | 1 | -0/+12 |
* | Added an use_description argument so that other alarms can fall back to | Federico Mena Quintero | 2001-09-12 | 1 | -0/+16 |
* | free the destination vector when we finish with it, if we actually add | JP Rosevear | 2001-09-12 | 1 | -0/+7 |
* | Convert string generated by strftime to UTF-8. | Chyla Zbigniew | 2001-09-11 | 1 | -0/+11 |
* | Handle the new icalattach type instead of struct icalattachtype. | Federico Mena Quintero | 2001-09-11 | 1 | -0/+11 |
* | [Fix #958, ShellComponents should not be created by factories, for | Ettore Perazzoli | 2001-09-06 | 1 | -0/+15 |
* | Implemented. | Federico Mena Quintero | 2001-09-05 | 1 | -0/+16 |
* | don't call calendar_config_check_timezone_set() now, since the startup | Damon Chaplin | 2001-09-04 | 1 | -0/+67 |
* | changed 3 occurrences of 'Replyed' to 'replied' | Damon Chaplin | 2001-09-01 | 1 | -0/+4 |
* | Marked strings for translation (with U_). | Chyla Zbigniew | 2001-09-01 | 1 | -0/+8 |
* | fix debugging messages so they use "" rather than NULL. Fixes bug #8559. | Damon Chaplin | 2001-09-01 | 1 | -0/+6 |
* | See if the set of categories changed by using the removed_categories hash | Federico Mena Quintero | 2001-08-30 | 1 | -0/+14 |
* | Fixes bug #7879, a query may receive an update notification from the | Federico Mena Quintero | 2001-08-29 | 1 | -0/+21 |
* | Unset the priv->updating flag before returning in the case the component | Federico Mena Quintero | 2001-08-23 | 1 | -0/+6 |
* | Added a snooze flag to differentiate snoozed alarms from real occurrences. | Federico Mena Quintero | 2001-08-23 | 1 | -0/+11 |
* | call back to add timezones to the top level (itip_send_comp): call | JP Rosevear | 2001-08-23 | 1 | -0/+6 |
* | #include <libgnomevfs/gnome-vfs-types.h> so this will compile against | Dan Winship | 2001-08-22 | 1 | -0/+5 |
* | open the tasks folder associated with the calendar being opened, and not | Rodrigo Moya | 2001-08-22 | 1 | -0/+9 |
* | Handle the case where there is no attachment. Fixes bug #7257. | Federico Mena Quintero | 2001-08-22 | 1 | -0/+5 |
* | strip the mailto bit for the email address if we display it | JP Rosevear | 2001-08-22 | 1 | -0/+5 |
* | added new e-sexp operator. We don't currently use it though. | Damon Chaplin | 2001-08-22 | 1 | -0/+21 |
* | new files to contain utility functions for calendar backends | Rodrigo Moya | 2001-08-21 | 1 | -0/+25 |
* | new functions moved from the CalBackendFile, to allow its use outside of | Rodrigo Moya | 2001-08-21 | 1 | -0/+16 |
* | missing changelog entry | JP Rosevear | 2001-08-20 | 1 | -0/+5 |
* | use Delete icon in menu, and change to bigger Save icon in toolbar. | Damon Chaplin | 2001-08-20 | 1 | -0/+3 |
* | used new_task-16.png and goto-16.png. | Damon Chaplin | 2001-08-20 | 1 | -0/+6 |
* | added delete icons for menu and toolbar. | Damon Chaplin | 2001-08-20 | 1 | -0/+5 |
* | added Cut/Copy/Paste icons for toolbar. | Damon Chaplin | 2001-08-20 | 1 | -0/+4 |
* | uses new delete icons in menu & toolbar. | Damon Chaplin | 2001-08-20 | 1 | -0/+4 |
* | Added display_name and description to the type. | Ettore Perazzoli | 2001-08-20 | 1 | -0/+5 |
* | use new delete icon for toolbar. | Damon Chaplin | 2001-08-20 | 1 | -0/+4 |
* | fixed typo, 'send' -> 'sent'. Bug #7621. | Damon Chaplin | 2001-08-20 | 1 | -0/+4 |
* | added option to hide completed tasks after a given number of | Damon Chaplin | 2001-08-19 | 1 | -0/+13 |
* | used new Save/Save As icons. | Damon Chaplin | 2001-08-19 | 1 | -0/+8 |
* | Use e_dialog_editable_get instead of gtk_editable_get_chars (we need UTF-8 | Zbigniew Chyla | 2001-08-19 | 1 | -0/+6 |
* | New. (config_read): Use locale's setting as default for | Zbigniew Chyla | 2001-08-18 | 1 | -0/+7 |
* | new function to open the task editor to add a new task. | Damon Chaplin | 2001-08-18 | 1 | -0/+13 |
* | Startup assistant stuff | Iain Holmes | 2001-08-17 | 1 | -0/+10 |
* | hide the timezone fields for all-day events. We will use DATE values for | Damon Chaplin | 2001-08-17 | 1 | -0/+28 |
* | If the component has no alarms remember to set the priv->updating flag to | Federico Mena Quintero | 2001-08-17 | 1 | -0/+6 |
* | get the destinations property, not the text property | JP Rosevear | 2001-08-17 | 1 | -0/+6 |
* | Set the default-to-add notification to be display a message 15 minutes | Federico Mena Quintero | 2001-08-17 | 1 | -0/+6 |
* | New function to strip surrounding whitespace from a string of categories | Federico Mena Quintero | 2001-08-17 | 1 | -0/+11 |
* | Do not set the time popup range. We also want to be able to create | Federico Mena Quintero | 2001-08-17 | 1 | -0/+10 |
* | Boost scoring on an exact nickname match. Manually addressify match. | Jon Trowbridge | 2001-08-16 | 1 | -0/+5 |
* | only fill the component and save it if something has changed | JP Rosevear | 2001-08-15 | 1 | -0/+7 |
* | OK, re-added the default alarm options. Way too many people are asking for | Federico Mena Quintero | 2001-08-15 | 1 | -0/+5 |
* | Add the user creatable items. The callback is not actually implemented | Federico Mena Quintero | 2001-08-15 | 1 | -0/+10 |
* | added support for the Contacts field. Note that I'm not sure what we | Damon Chaplin | 2001-08-15 | 1 | -0/+45 |
* | Made the click-to-add message shorter. Fixes bug #7177. | Federico Mena Quintero | 2001-08-15 | 1 | -0/+5 |
* | Added Tigert's new icons for Prev and Next. | Federico Mena Quintero | 2001-08-15 | 1 | -0/+5 |
* | Make the "Any Category" item consistent with the one in the addressbook. | Federico Mena Quintero | 2001-08-15 | 1 | -0/+6 |
* | Handle an array of categories in the CalSearchBar instead of our own menu | Federico Mena Quintero | 2001-08-15 | 1 | -0/+13 |
* | add dialog for feedback (remove_item): ditto (send_item): ditto | JP Rosevear | 2001-08-14 | 1 | -0/+13 |
* | Remove #include <config.h> from here. Same here. | Kjartan Maraas | 2001-08-12 | 1 | -0/+5 |
* | Update the paths of the Tools menu according to the changes in the XML | Ettore Perazzoli | 2001-08-12 | 1 | -0/+8 |
* | turn on word-wrap for the description fields. Fixes bug #6821. | Damon Chaplin | 2001-08-12 | 1 | -0/+6 |
* | Removed comment about the need to resolve nicknames properly, because we | Jon Trowbridge | 2001-08-11 | 1 | -0/+5 |
* | added new backend method to get the component given a UID. | Damon Chaplin | 2001-08-10 | 1 | -0/+38 |
* | unref the GdkPixmap and GdkBitmap returned by the function | Rodrigo Moya | 2001-08-10 | 1 | -0/+8 |
* | Remove progress frame | JP Rosevear | 2001-08-10 | 1 | -0/+18 |
* | Chain to the destroy handler in the parent class! | Federico Mena Quintero | 2001-08-09 | 1 | -0/+11 |
* | removed underlined accelerator key from "_Go To Today" button. GnomeDialog | Damon Chaplin | 2001-08-09 | 1 | -0/+7 |
* | Stop editing any event. Fixes bug #5949. | Federico Mena Quintero | 2001-08-09 | 1 | -0/+5 |
* | Duuuh, set the alarm_copy on the component, not the original alarm. Fixes | Federico Mena Quintero | 2001-08-09 | 1 | -0/+6 |
* | set the attendees of a component (meeting_page_fill_component): use above | JP Rosevear | 2001-08-09 | 1 | -4/+36 |
* | don't use a NULL mask in the call to gdk_gc_set_clip_mask | Rodrigo Moya | 2001-08-09 | 1 | -0/+9 |
* | fix pre-processor macros | JP Rosevear | 2001-08-09 | 1 | -1/+12 |
* | New function to stop further notification from happening. | Federico Mena Quintero | 2001-08-08 | 1 | -0/+20 |
* | Only unref the FIELD_COMPONENT if it is non-NULL. We return a NULL for | Federico Mena Quintero | 2001-08-08 | 1 | -0/+6 |
* | Make calendar.ics the suggested name when attaching the ical object | JP Rosevear | 2001-08-08 | 1 | -0/+5 |
* | added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, to | Damon Chaplin | 2001-08-07 | 1 | -0/+62 |
* | In process of fixing bug #6005. The "Calendar" page is now "Display", and | Federico Mena Quintero | 2001-08-07 | 1 | -0/+7 |
* | added check for NULL pointers. Maybe fixes #5203 (I can't reproduce it, so | Rodrigo Moya | 2001-08-07 | 1 | -0/+6 |
* | New function; stops further notification from happening. This is needed | Federico Mena Quintero | 2001-08-04 | 1 | -0/+75 |
* | Fixes bug #1407. | Federico Mena Quintero | 2001-08-04 | 1 | -0/+7 |
* | I18n fixes. | Chyla Zbigniew | 2001-08-04 | 1 | -0/+11 |
* | Add camel dependency. | Jon Trowbridge | 2001-08-03 | 1 | -0/+4 |
* | If the default category is the same as the value passed in to this | Federico Mena Quintero | 2001-08-02 | 1 | -0/+14 |
* | removed debugging messages. | Damon Chaplin | 2001-08-02 | 1 | -0/+4 |
* | The calendar search bar widget now includes a drop-down menu of available | Federico Mena Quintero | 2001-08-02 | 1 | -0/+66 |
* | The Wombat now keeps track of which categories are present in the objects | Federico Mena Quintero | 2001-08-01 | 1 | -0/+30 |
* | Sync from OLS - Federico | Federico Mena Quintero | 2001-08-01 | 1 | -0/+18 |
* | yes, set the end date, but correctly calculated, not by using the | Rodrigo Moya | 2001-07-31 | 1 | -0/+7 |
* | don't set the end date for the pasted components, since it will be | Rodrigo Moya | 2001-07-31 | 1 | -0/+8 |
* | started some code to show the currently displayed dates in the folder | Damon Chaplin | 2001-07-31 | 1 | -1/+46 |
* | added Help button. Though of course it doesn't do anything yet. | Damon Chaplin | 2001-07-31 | 1 | -0/+6 |
* | Oops | JP Rosevear | 2001-07-31 | 1 | -2/+6 |
* | call cal_client_get_free_busy for testing the new method | Rodrigo Moya | 2001-07-30 | 1 | -0/+3 |
* | implemented | Rodrigo Moya | 2001-07-30 | 1 | -0/+4 |
* | recur is always in UTC | JP Rosevear | 2001-07-28 | 1 | -0/+5 |
* | handle timezones everywhere (get_timezone): new function to get a timezone | JP Rosevear | 2001-07-28 | 1 | -0/+24 |
* | initialize to NULL some pointers | Rodrigo Moya | 2001-07-28 | 1 | -0/+12 |
* | Constify and set the query sexp on the task pad's model as well. | Federico Mena Quintero | 2001-07-28 | 1 | -0/+5 |
* | New files with a derivative of ESearchBar that generates sexps for | Federico Mena Quintero | 2001-07-28 | 1 | -0/+56 |
* | when an entry has changed, iterate over the elements of the entry and add | JP Rosevear | 2001-07-27 | 1 | -0/+13 |
* | free a list of attendees (meeting_page_fill_widgets): clean up attendee | JP Rosevear | 2001-07-27 | 1 | -0/+25 |
* | check that the row passed in is valid. Sometimes we get the "row-selected" | Damon Chaplin | 2001-07-27 | 1 | -0/+12 |
* | gracefully handle the lack of a method | JP Rosevear | 2001-07-26 | 1 | -0/+5 |
* | check type of component before actually pasting. Deal with VCALENDAR | Rodrigo Moya | 2001-07-26 | 1 | -0/+12 |
* | used the new print preview icon. | Damon Chaplin | 2001-07-26 | 1 | -0/+8 |
* | see if the address is already in the list of attendees (duplicate_error): | JP Rosevear | 2001-07-26 | 1 | -0/+11 |
* | calculate tmp_tm.tm_wday ourselves. strftime has a habit of crashing if | Damon Chaplin | 2001-07-25 | 1 | -0/+6 |
* | stip the delto and delfrom (popup_delegate_cb): show a delegate dialog and | JP Rosevear | 2001-07-25 | 1 | -0/+16 |
* | fixed the test to see whether we should draw the icons. | Damon Chaplin | 2001-07-24 | 1 | -0/+5 |
* | Add an extra @type arg to the xferFolder and removeFolder methods in | Ettore Perazzoli | 2001-07-23 | 1 | -0/+10 |
* | Add a `user_creatable' property to folder types and make components | Ettore Perazzoli | 2001-07-22 | 1 | -0/+6 |
* | Removed unused prototype. | Federico Mena Quintero | 2001-07-20 | 1 | -0/+8 |
* | free various data related settings (destroy): use cleanup and unref the | JP Rosevear | 2001-07-20 | 1 | -1/+10 |
* | updated to use new print icon. | Damon Chaplin | 2001-07-20 | 1 | -0/+5 |
* | don't show the time in the EDateEdit widget for adding EXDATEs. | Damon Chaplin | 2001-07-18 | 1 | -0/+9 |
* | do not discard drawing icon if mask is NULL | Rodrigo Moya | 2001-07-18 | 1 | -0/+8 |
* | find the next displayable component (get_prev): find the previous | JP Rosevear | 2001-07-18 | 1 | -0/+9 |
* | oops, save ChangeLog before committing - Federico | Federico Mena Quintero | 2001-07-18 | 1 | -1/+2 |
* | Really fixes #4380. The previous fix was necessary but not sufficient; it | Federico Mena Quintero | 2001-07-18 | 1 | -0/+18 |
* | Print a g_message when the list of invited people changes in the | Jon Trowbridge | 2001-07-17 | 1 | -0/+9 |
* | destroy the dialog widget here. Fixes bug #4198. | Damon Chaplin | 2001-07-17 | 1 | -0/+5 |
* | try to use builtin timezones before getting them from the server. When | Damon Chaplin | 2001-07-17 | 1 | -0/+18 |
* | Added missing underlined shortcuts. | Taylor Hayward | 2001-07-13 | 1 | -0/+10 |
* | new proto | JP Rosevear | 2001-07-13 | 1 | -0/+13 |
* | fix typo breaking compilation | JP Rosevear | 2001-07-13 | 1 | -0/+11 |
* | guard against infinite loops with the updating boolean, fixes 4270 | JP Rosevear | 2001-07-13 | 1 | -0/+5 |
* | added support for multiple selections in cut/copy/paste. Also, it's now | Rodrigo Moya | 2001-07-13 | 1 | -0/+6 |
* | renamed updateObject to updateObjects and removed the UID argument, since | Damon Chaplin | 2001-07-12 | 1 | -0/+24 |
* | Fixes bug #4380 as well as some leftovers from the days of struct tm and | Federico Mena Quintero | 2001-07-12 | 1 | -0/+41 |
* | fix the calendar not exiting with a gross hack because i don't have time | JP Rosevear | 2001-07-12 | 1 | -0/+6 |
* | be careful about adding and stripping MAILTO:'s properly | JP Rosevear | 2001-07-12 | 1 | -0/+24 |
* | Added a hack to get the last string translated since xml-i18n-tools | Kjartan Maraas | 2001-07-11 | 1 | -0/+6 |
* | Move this higher so that Makefile properly depends on us. Fixes distcheck. | Peter Williams | 2001-07-11 | 1 | -0/+5 |
* | Clarified some things. | Jacob Leach | 2001-07-11 | 1 | -2/+3 |
* | [Fix bug #4389: ETableSpecification still in .c file] | Jason Leach | 2001-07-11 | 1 | -0/+18 |
* | [Fix bug #4388: ETableSpecification still in .c file] | Jason Leach | 2001-07-11 | 1 | -0/+13 |
* | more timezone updates. I'm pretty much done with the calendar code now, | Damon Chaplin | 2001-07-11 | 1 | -0/+23 |
* | Add popup support so you can delete users from the list | JP Rosevear | 2001-07-11 | 1 | -0/+7 |
* | Handle the different alarm actions. (display_notification): Do the alarm | Federico Mena Quintero | 2001-07-11 | 1 | -0/+11 |
* | Pass the parent vCalendar component as the timezone closure of | Federico Mena Quintero | 2001-07-11 | 1 | -0/+11 |
* | Use e_utf8_from_gtk_event_key() so that we can input utf8 text properly. | Federico Mena Quintero | 2001-07-10 | 1 | -0/+20 |
* | connect to the entry not the combo | JP Rosevear | 2001-07-07 | 1 | -0/+16 |
* | actually clear some widgets and hide/show widgets in the default setup | JP Rosevear | 2001-07-07 | 1 | -0/+27 |
* | Fixes bug #4018 and what would be the analogous bugs for the other | Federico Mena Quintero | 2001-07-05 | 1 | -0/+33 |
* | New function. (calendar_control_activate): Clear the folder bar label; we | Federico Mena Quintero | 2001-07-05 | 1 | -0/+6 |
* | Add new columns for information specification (meeting_page_destroy): save | JP Rosevear | 2001-07-04 | 1 | -0/+15 |
* | fix warning, and added some debug messages. | Damon Chaplin | 2001-07-03 | 1 | -0/+9 |
* | added virtual method to get a VTIMEZONE component given a TZID. We need | Damon Chaplin | 2001-07-03 | 1 | -0/+23 |
* | New files with the alarm options dialog; this configures the | Federico Mena Quintero | 2001-07-03 | 1 | -0/+18 |
* | cal-client/cal-client.[hc] cal-util/cal-component.c | Damon Chaplin | 2001-07-03 | 1 | -0/+39 |
* | publish free/busy information for the currently viewed time range | JP Rosevear | 2001-07-03 | 1 | -0/+5 |
* | Made evolution depend on bonobo-conf 0.2. | Christopher James Lahey | 2001-07-03 | 1 | -0/+5 |
* | Support for ATTACH, DESCRIPTION properties in alarm components. | Federico Mena Quintero | 2001-07-03 | 1 | -0/+13 |
* | Support for repeat/duration properties in alarm components. | Federico Mena Quintero | 2001-07-03 | 1 | -0/+18 |
* | fill in delegated from field | JP Rosevear | 2001-07-03 | 1 | -0/+5 |
* | use the new self-contained e_categories_config_open_dialog_for_entry() | Rodrigo Moya | 2001-07-03 | 1 | -0/+13 |
* | implement | JP Rosevear | 2001-07-03 | 1 | -1/+26 |
* | Fixes bug #1406. | Federico Mena Quintero | 2001-07-01 | 1 | -0/+28 |
* | draw icons per category | Rodrigo Moya | 2001-07-01 | 1 | -0/+18 |
* | fixed clibpoard command activation from the menu entries. CTRL-C and | Rodrigo Moya | 2001-07-01 | 1 | -0/+9 |
* | Only set the pressed_event_num and pressed_span_num if button 1 was | Federico Mena Quintero | 2001-07-01 | 1 | -0/+5 |
* | Doh, the call for the day view was supposed to be | Federico Mena Quintero | 2001-07-01 | 1 | -0/+7 |
* | call e_calendar_table_cut_clipboard with the correct object | Rodrigo Moya | 2001-06-30 | 1 | -0/+10 |
* | new functions for allowing the execution of clipboard-related commands | Rodrigo Moya | 2001-06-28 | 1 | -0/+11 |
* | removed not-uses-anymore parameter in call to | Rodrigo Moya | 2001-06-28 | 1 | -0/+21 |
* | Add method `ShellComponent::handleExternalURI' and an | Ettore Perazzoli | 2001-06-28 | 1 | -0/+6 |
* | Bump required gal version for new accessors in ETree. | Peter Williams | 2001-06-28 | 1 | -0/+5 |
* | fixed (e_calendar_table_on_copy): fixed | Rodrigo Moya | 2001-06-27 | 1 | -0/+5 |
* | Renamed the occur field to occur_start; added an occur_end field. This way | Federico Mena Quintero | 2001-06-27 | 1 | -0/+34 |
* | libwombat: | Peter Williams | 2001-06-27 | 1 | -0/+7 |
* | Initialize libglade. | Federico Mena Quintero | 2001-06-25 | 1 | -0/+13 |
* | Converted to use BonoboXObject. | Federico Mena Quintero | 2001-06-25 | 1 | -0/+29 |
* | New function to compare tasks like the Pilot task list. | Federico Mena Quintero | 2001-06-24 | 1 | -0/+19 |
* | Added itip-control-factory.* to the build. | Jeffrey Stedfast | 2001-06-23 | 1 | -0/+4 |
* | new function for the backends to be able to call the getPassword method on | Rodrigo Moya | 2001-06-23 | 1 | -0/+7 |
* | changed getFreeBusy method to return a CalObj instead of a sequence | Rodrigo Moya | 2001-06-22 | 1 | -0/+22 |
* | update to new call | JP Rosevear | 2001-06-22 | 1 | -0/+12 |
* | add include path | JP Rosevear | 2001-06-22 | 1 | -0/+2 |
* | remove buttons and use evolution's standard ui config | JP Rosevear | 2001-06-22 | 1 | -0/+3 |
* | print description text | JP Rosevear | 2001-06-22 | 1 | -0/+4 |
* | create a WombatClient when creating a CalClient object, so that we can | Rodrigo Moya | 2001-06-22 | 1 | -0/+17 |
* | removed conflict marker. | Dave Camp | 2001-06-21 | 1 | -1/+0 |