| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Changed attachData to accept a sequence of chars rather than a string. | Dave Camp | 2001-06-21 | 1 | -0/+7 |
* | print menu command (print_preview_cmd): ditto for print preview | JP Rosevear | 2001-06-21 | 1 | -0/+24 |
* | added getFreeBusy method | Rodrigo Moya | 2001-06-20 | 1 | -0/+22 |
* | moved the function to check for a default timezone to calendar-config.c, | Damon Chaplin | 2001-06-20 | 1 | -0/+11 |
* | added code to show the timezone dialog if the user hasn't set a default | Damon Chaplin | 2001-06-20 | 1 | -0/+10 |
* | if the timezones of the start and end of the event are the same, then if | Damon Chaplin | 2001-06-20 | 1 | -0/+7 |
* | removed stuff to get builtin timezone info from the server. | Damon Chaplin | 2001-06-20 | 1 | -0/+22 |
* | add ui (forward_cmd): implement forward command | JP Rosevear | 2001-06-20 | 1 | -0/+8 |
* | add auto exit unref | JP Rosevear | 2001-06-20 | 1 | -0/+8 |
* | don't compile or install the old meeting edit stuff | JP Rosevear | 2001-06-20 | 1 | -0/+9 |
* | add some needed commas (itip_send_comp): if publishing, don't set the to | JP Rosevear | 2001-06-20 | 1 | -0/+4 |
* | remove typo | JP Rosevear | 2001-06-20 | 1 | -0/+4 |
* | itip/imip send dialog | JP Rosevear | 2001-06-20 | 1 | -0/+68 |
* | Sync - Federico | Federico Mena Quintero | 2001-06-20 | 1 | -0/+29 |
* | added timezone fields. Also moved the 'All Day' flag into an alignment so | Damon Chaplin | 2001-06-19 | 1 | -0/+35 |
* | tweaked for some gnome-pilot api changes | Eskil Heyn Olsen | 2001-06-19 | 1 | -0/+8 |
* | generate a new UID when pasting | Rodrigo Moya | 2001-06-15 | 1 | -0/+7 |
* | finished implementation of Paste stuff | Rodrigo Moya | 2001-06-15 | 1 | -0/+7 |
* | added popup menu items for cut/copy/paste | Rodrigo Moya | 2001-06-14 | 1 | -0/+6 |
* | new widget to enter a timezone. | Damon Chaplin | 2001-06-14 | 1 | -0/+8 |
* | new dialog for setting the time zone. | Damon Chaplin | 2001-06-14 | 1 | -0/+23 |
* | remove unnecessary space | JP Rosevear | 2001-06-14 | 1 | -0/+8 |
* | set the completed time in the date editor if appropriate | JP Rosevear | 2001-06-14 | 1 | -0/+16 |
* | added cut&paste support, by using a GtkInvisible widget to manage the | Rodrigo Moya | 2001-06-13 | 1 | -0/+7 |
* | Committing the new My Evolution. | Iain Holmes | 2001-06-09 | 1 | -0/+10 |
* | update the blocked/selected days if the starting day of the appointment | JP Rosevear | 2001-06-05 | 1 | -0/+8 |
* | Fix linking order for `$(DB3_LDADD)'s so that we avoid pulling | Ettore Perazzoli | 2001-06-03 | 1 | -0/+9 |
* | no longer build widget-util.*, the code has been moved | JP Rosevear | 2001-06-02 | 1 | -1/+7 |
* | use new func | JP Rosevear | 2001-06-02 | 1 | -0/+17 |
* | Update | JP Rosevear | 2001-06-02 | 1 | -0/+8 |
* | renamed from editor-page for consistency, more complete implementation | JP Rosevear | 2001-06-02 | 1 | -0/+30 |
* | ditto | JP Rosevear | 2001-06-02 | 1 | -0/+7 |
* | Add a bunch of missing `$(DB3_LDADD)'s. | Ettore Perazzoli | 2001-06-02 | 1 | -0/+4 |
* | New function. | Federico Mena Quintero | 2001-05-30 | 1 | -2/+15 |
* | new files to contain layout code split off from EDayView an EWeekView, so | Damon Chaplin | 2001-05-29 | 1 | -0/+20 |
* | implemented the 'remove_folder' function for the calendar shell component | Rodrigo Moya | 2001-05-28 | 1 | -1/+7 |
* | #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h" | Dan Winship | 2001-05-28 | 1 | -0/+8 |
* | Reference libeshell.la instead of libeshell.a. | Peter Williams | 2001-05-26 | 1 | -0/+4 |
* | Finished porting from the old event-editor.c. Made it store a clone of the | Federico Mena Quintero | 2001-05-24 | 1 | -0/+16 |
* | Fix bug #2831; the tasks toolbar and menu now have a button to delete the | Federico Mena Quintero | 2001-05-22 | 1 | -0/+18 |
* | Fix bug #2829. | Federico Mena Quintero | 2001-05-19 | 1 | -0/+28 |
* | Removed editor-page.[ch] | Duncan Mak | 2001-05-17 | 1 | -0/+5 |
* | Split the event and task editors into different objects for the separate | Federico Mena Quintero | 2001-05-17 | 1 | -0/+49 |
* | switch on the correct widget and map | JP Rosevear | 2001-05-10 | 1 | -0/+16 |
* | free the alarm component if it doesn't have a parent, rather than if it | JP Rosevear | 2001-05-09 | 1 | -0/+9 |
* | Convert to bonobo xobject | JP Rosevear | 2001-05-08 | 1 | -0/+6 |
* | use define from widgets/misc/e-filter-bar.h instead of own enumeration and | Gediminas Paulauskas | 2001-05-08 | 1 | -0/+11 |
* | unref the calcomponent when we're done with it | JP Rosevear | 2001-05-04 | 1 | -0/+8 |
* | remove hardcoded values (edit_attendee): ditto, and there are only 4 roles | JP Rosevear | 2001-04-28 | 1 | -0/+10 |
* | use enums not hard code values | JP Rosevear | 2001-04-27 | 1 | -0/+5 |
* | icalparameter_new_rsvp now takes an enum | JP Rosevear | 2001-04-27 | 1 | -0/+5 |
* | the value type should be inited with ICAL_VALUE_* rather than ICAL_*_VALUE | JP Rosevear | 2001-04-27 | 1 | -0/+6 |
* | Replace "<" by "<=" in the comparison for due dates against the current | Federico Mena Quintero | 2001-04-27 | 1 | -0/+12 |
* | Merge build fix from the branch: | Ettore Perazzoli | 2001-04-27 | 1 | -0/+4 |
* | Remove UNICODE_LIBS | Dan Winship | 2001-04-27 | 1 | -0/+7 |
* | Fixed Strftime so it uses the locale prefered way to display date/time. | Duncan Mak | 2001-04-25 | 1 | -0/+6 |
* | translate "Things to do" etc. and convert them to utf8. Changed some link | Gediminas Paulauskas | 2001-04-22 | 1 | -0/+5 |
* | Hot builddir != srcdir loving action. | Ettore Perazzoli | 2001-04-19 | 1 | -0/+9 |
* | Connect to the "changed" signal of the categories entry so that they will | Federico Mena Quintero | 2001-04-18 | 1 | -0/+20 |
* | the libical action stuff uses enums rather than strings to enumerate the | JP Rosevear | 2001-04-18 | 1 | -0/+7 |
* | Pull up fix from the branch: | Ettore Perazzoli | 2001-04-18 | 1 | -0/+5 |
* | Add EXTRA_GNOME_CFLAGS, for gal. | Dan Winship | 2001-04-17 | 1 | -0/+4 |
* | Create the ESearchBar thingy. (search_bar_query_changed_cb): Build the | Federico Mena Quintero | 2001-04-16 | 1 | -0/+22 |
* | Fix the syntactic bogon here, and attempt to fix the logical bogon too. | Dan Winship | 2001-04-14 | 1 | -0/+8 |
* | New function to restart a query for the day view. (query_obj_updated_cb): | Federico Mena Quintero | 2001-04-13 | 1 | -0/+46 |
* | prepend to both changes and change_ids when different and mark as | JP Rosevear | 2001-04-12 | 1 | -0/+6 |
* | Fix this to just send the data to the wombat instead of inserting it | Christopher James Lahey | 2001-04-11 | 1 | -0/+6 |
* | Display fixes, thanks to Kjartan for finding these. | Gediminas Paulauskas | 2001-04-11 | 1 | -0/+10 |
* | Fix headers. Same here. Same here. Same here. Same here. Same here. Same | Kjartan Maraas | 2001-04-05 | 1 | -0/+17 |
* | Plug leak. | Federico Mena Quintero | 2001-04-03 | 1 | -0/+9 |
* | Plug leak. | Federico Mena Quintero | 2001-04-03 | 1 | -60/+80 |
* | Blessed by Ettore. | Gediminas Paulauskas | 2001-04-02 | 1 | -0/+6 |
* | Engine for live queries to calendars. A query object watches a CalBackend | Federico Mena Quintero | 2001-03-30 | 1 | -1/+55 |
* | fixed button placement to comply with gnome standards. | Anna Marie Dirks | 2001-03-28 | 1 | -0/+5 |
* | fixed spacing and label alignment to comply with gnome standards. Also | Anna Marie Dirks | 2001-03-28 | 1 | -0/+8 |
* | Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the needed | Kjartan Maraas | 2001-03-26 | 1 | -0/+26 |
* | The model_rows_{inserted,deleted} signals changed names; deal with it. | Federico Mena Quintero | 2001-03-25 | 1 | -0/+23 |
* | Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu. | Miguel de Icaza | 2001-03-18 | 1 | -0/+12 |
* | Moved functionality here from e_day_view_on_new_appointment. Allows | Miguel de Icaza | 2001-03-17 | 1 | -0/+20 |
* | New function: inits the BonoboPersistFile server. | Miguel de Icaza | 2001-03-17 | 1 | -0/+11 |
* | Update arguments to e_canvas_item_grab_focus. | Dan Winship | 2001-03-16 | 1 | -0/+6 |
* | Removed .oafinfo files -- they are obsolete. Moved pixmaps from | Gediminas Paulauskas | 2001-03-15 | 1 | -0/+7 |
* | PISOCK_INCLUDEDIR has become PISOCK_CFLAGS in gnome-pilot.m4 and remove | JP Rosevear | 2001-03-13 | 1 | -0/+7 |
* | Added a ShellComponent method to retrieve the selection for drag and | Ettore Perazzoli | 2001-03-08 | 1 | -0/+5 |
* | Reorganize the menus to have entries always in a consistent fashion, as | Miguel de Icaza | 2001-03-07 | 1 | -0/+19 |
* | keep list of all Tasks folders so we can update the preference settings | Damon Chaplin | 2001-03-05 | 1 | -0/+48 |
* | install conduit icons | JP Rosevear | 2001-03-03 | 1 | -0/+10 |
* | New function to set the EDateEdit's value when a row is selected in the | Federico Mena Quintero | 2001-03-01 | 1 | -0/+13 |
* | Create a little stand-alone library for the low-level alarm trigger | Federico Mena Quintero | 2001-02-27 | 1 | -0/+18 |
* | Switched to using our own refcounted structure for loaded clients. | Federico Mena Quintero | 2001-02-24 | 1 | -0/+26 |
* | fixed generation of history records | Rodrigo Moya | 2001-02-24 | 1 | -0/+4 |
* | Added a `registered' field. (cal_factory_oaf_register): New function; now | Federico Mena Quintero | 2001-02-21 | 1 | -0/+8 |
* | Remove PISOCK_LIBDIR | JP Rosevear | 2001-02-20 | 1 | -0/+6 |
* | close DB environment. Some compilation warnings removed | Rodrigo Moya | 2001-02-17 | 1 | -0/+5 |
* | Added libmenus.la. | Christopher James Lahey | 2001-02-14 | 1 | -0/+13 |
* | call task_editor_focus | JP Rosevear | 2001-02-14 | 1 | -0/+4 |
* | Set toolbar new appointment icon (set_pixmap): load files rather than | JP Rosevear | 2001-02-14 | 1 | -0/+10 |
* | implemented | Rodrigo Moya | 2001-02-14 | 1 | -0/+5 |
* | Missing change log bit | JP Rosevear | 2001-02-14 | 1 | -0/+2 |
* | override value to string virtual method (calendar_model_value_to_string): | JP Rosevear | 2001-02-14 | 1 | -0/+7 |
* | cal_backend_db_update_object(): manage both updates and additions/add | Rodrigo Moya | 2001-02-13 | 1 | -0/+10 |
* | Hook up the xml-i18n-tools + .oaf.in stuff. Marked strings for | Kjartan Maraas | 2001-02-13 | 1 | -0/+5 |
* | added the new DB3-based backend. This is just the beginning, there are | Rodrigo Moya | 2001-02-13 | 1 | -0/+5 |
* | Getting almost full and proper use of xml-i18n-tools. | Gediminas Paulauskas | 2001-02-11 | 1 | -0/+21 |
* | Oops, remove old widget | JP Rosevear | 2001-02-09 | 1 | -0/+4 |
* | fill in new classification stuff properly (get_widgets): load new class. | JP Rosevear | 2001-02-09 | 1 | -0/+22 |
* | Move the get_change code here | JP Rosevear | 2001-02-09 | 1 | -0/+17 |
* | More 0.9 stuff | JP Rosevear | 2001-02-09 | 1 | -0/+7 |
* | Pull up from 0.9 branch | JP Rosevear | 2001-02-09 | 1 | -8/+53 |
* | Fix the title and icon bug, and sort the UIDs into order before | Iain Holmes | 2001-02-08 | 1 | -0/+7 |
* | Pulling stuff up from the branch | JP Rosevear | 2001-02-07 | 1 | -0/+15 |
* | If the categories string is empty, remove the property (get_period_list): | JP Rosevear | 2001-02-07 | 1 | -0/+8 |
* | Match new append_alarm signature (reminder_to_comp_object): only add | JP Rosevear | 2001-02-07 | 1 | -0/+12 |
* | Set the time and duration values in the trigger to null by default | JP Rosevear | 2001-02-06 | 1 | -0/+7 |
* | get the new reminder widgets (sync_entries): different callback data | JP Rosevear | 2001-02-06 | 1 | -0/+32 |
* | Fixed up these #includes. | Christopher James Lahey | 2001-02-06 | 1 | -0/+4 |
* | gnome_dialog_grab_focus() on the Yes button. Fixes bug #1242. | Federico Mena Quintero | 2001-02-04 | 1 | -0/+5 |
* | Mark a string for translation. Mark a bunch of strings for translation. | Kjartan Maraas | 2001-01-30 | 1 | -0/+5 |
* | Add a #include <sys/time.h> to work around libgnomeprint.h's lack of | Ettore Perazzoli | 2001-01-30 | 1 | -0/+4 |
* | <gnome.h> trimming to reduce compilation time. Likewise. Likewise. | Federico Mena Quintero | 2001-01-30 | 1 | -0/+24 |
* | <gnome.h> trimming to reduce compilation time. Ditto. Ditto. Ditto. Ditto. | Federico Mena Quintero | 2001-01-29 | 1 | -0/+10 |
* | Fixed a crash that could happen when destroying a control without any | Ettore Perazzoli | 2001-01-27 | 1 | -0/+6 |
* | don't tag the calendar if no dates are shown. | Damon Chaplin | 2001-01-25 | 1 | -0/+5 |
* | make sure the status is set to "Completed". Fixes bug #1253. | Damon Chaplin | 2001-01-24 | 1 | -0/+15 |
* | libical import cleanup | JP Rosevear | 2001-01-24 | 1 | -0/+4 |
* | properly ref the cal component when we use it, prevents double free | JP Rosevear | 2001-01-23 | 1 | -0/+7 |