| Commit message (Expand) | Author | Age | Files | Lines |
* | [Fix #958, ShellComponents should not be created by factories, for | Ettore Perazzoli | 2001-09-06 | 3 | -38/+23 |
* | Implemented. | Federico Mena Quintero | 2001-09-05 | 7 | -46/+765 |
* | don't call calendar_config_check_timezone_set() now, since the startup | Damon Chaplin | 2001-09-04 | 17 | -163/+403 |
* | changed 3 occurrences of 'Replyed' to 'replied' | Damon Chaplin | 2001-09-01 | 1 | -3/+3 |
* | Marked strings for translation (with U_). | Chyla Zbigniew | 2001-09-01 | 2 | -6/+7 |
* | fix debugging messages so they use "" rather than NULL. Fixes bug #8559. | Damon Chaplin | 2001-09-01 | 1 | -2/+2 |
* | Fixes bug #7879, a query may receive an update notification from the | Federico Mena Quintero | 2001-08-29 | 2 | -11/+87 |
* | Unset the priv->updating flag before returning in the case the component | Federico Mena Quintero | 2001-08-23 | 1 | -0/+2 |
* | Added a snooze flag to differentiate snoozed alarms from real occurrences. | Federico Mena Quintero | 2001-08-23 | 2 | -69/+144 |
* | call back to add timezones to the top level (itip_send_comp): call | JP Rosevear | 2001-08-23 | 1 | -1/+28 |
* | #include <libgnomevfs/gnome-vfs-types.h> so this will compile against | Dan Winship | 2001-08-22 | 1 | -0/+1 |
* | open the tasks folder associated with the calendar being opened, and not | Rodrigo Moya | 2001-08-22 | 1 | -7/+41 |
* | Handle the case where there is no attachment. Fixes bug #7257. | Federico Mena Quintero | 2001-08-22 | 1 | -5/+16 |
* | strip the mailto bit for the email address if we display it | JP Rosevear | 2001-08-22 | 1 | -1/+1 |
* | added new e-sexp operator. We don't currently use it though. | Damon Chaplin | 2001-08-22 | 10 | -26/+205 |
* | use Delete icon in menu, and change to bigger Save icon in toolbar. | Damon Chaplin | 2001-08-20 | 1 | -1/+3 |
* | used new_task-16.png and goto-16.png. | Damon Chaplin | 2001-08-20 | 2 | -3/+4 |
* | added delete icons for menu and toolbar. | Damon Chaplin | 2001-08-20 | 1 | -0/+2 |
* | added Cut/Copy/Paste icons for toolbar. | Damon Chaplin | 2001-08-20 | 1 | -1/+3 |
* | uses new delete icons in menu & toolbar. | Damon Chaplin | 2001-08-20 | 1 | -0/+2 |
* | Added display_name and description to the type. | Ettore Perazzoli | 2001-08-20 | 2 | -4/+4 |
* | use new delete icon for toolbar. | Damon Chaplin | 2001-08-20 | 1 | -0/+1 |
* | fixed typo, 'send' -> 'sent'. Bug #7621. | Damon Chaplin | 2001-08-20 | 1 | -2/+2 |
* | added option to hide completed tasks after a given number of | Damon Chaplin | 2001-08-19 | 3 | -2/+79 |
* | used new Save/Save As icons. | Damon Chaplin | 2001-08-19 | 3 | -3/+14 |
* | Use e_dialog_editable_get instead of gtk_editable_get_chars (we need UTF-8 | Zbigniew Chyla | 2001-08-19 | 1 | -1/+1 |
* | New. (config_read): Use locale's setting as default for | Zbigniew Chyla | 2001-08-18 | 1 | -1/+11 |
* | new function to open the task editor to add a new task. | Damon Chaplin | 2001-08-18 | 3 | -0/+53 |
* | destroy the addresses (clean_up): don't free the addresses, we need them | JP Rosevear | 2001-08-18 | 1 | -3/+3 |
* | Startup assistant stuff | Iain Holmes | 2001-08-17 | 7 | -1006/+3 |
* | hide the timezone fields for all-day events. We will use DATE values for | Damon Chaplin | 2001-08-17 | 11 | -20/+182 |
* | If the component has no alarms remember to set the priv->updating flag to | Federico Mena Quintero | 2001-08-17 | 1 | -1/+3 |
* | get the destinations property, not the text property | JP Rosevear | 2001-08-17 | 1 | -1/+1 |
* | Set the default-to-add notification to be display a message 15 minutes | Federico Mena Quintero | 2001-08-17 | 1 | -41/+48 |
* | New function to strip surrounding whitespace from a string of categories | Federico Mena Quintero | 2001-08-17 | 4 | -4/+84 |
* | Do not set the time popup range. We also want to be able to create | Federico Mena Quintero | 2001-08-17 | 2 | -12/+4 |
* | Boost scoring on an exact nickname match. Manually addressify match. | Jon Trowbridge | 2001-08-16 | 1 | -10/+10 |
* | only fill the component and save it if something has changed | JP Rosevear | 2001-08-15 | 1 | -2/+8 |
* | OK, re-added the default alarm options. Way too many people are asking for | Federico Mena Quintero | 2001-08-15 | 1 | -0/+101 |
* | Add the user creatable items. The callback is not actually implemented | Federico Mena Quintero | 2001-08-15 | 3 | -23/+124 |
* | added support for the Contacts field. Note that I'm not sure what we | Damon Chaplin | 2001-08-15 | 11 | -69/+642 |
* | *** empty log message *** | Federico Mena Quintero | 2001-08-15 | 2 | -2/+2 |
* | Added Tigert's new icons for Prev and Next. | Federico Mena Quintero | 2001-08-15 | 1 | -0/+2 |
* | Make the "Any Category" item consistent with the one in the addressbook. | Federico Mena Quintero | 2001-08-15 | 1 | -6/+9 |
* | Handle an array of categories in the CalSearchBar instead of our own menu | Federico Mena Quintero | 2001-08-15 | 3 | -141/+144 |
* | add dialog for feedback (remove_item): ditto (send_item): ditto | JP Rosevear | 2001-08-14 | 1 | -15/+30 |
* | rewrite the gui to use gtkhtml | JP Rosevear | 2001-08-14 | 2 | -348/+376 |
* | Remove #include <config.h> from here. Same here. | Kjartan Maraas | 2001-08-12 | 2 | -5/+0 |
* | Update the paths of the Tools menu according to the changes in the XML | Ettore Perazzoli | 2001-08-12 | 2 | -18/+18 |
* | turn on word-wrap for the description fields. Fixes bug #6821. | Damon Chaplin | 2001-08-12 | 2 | -1/+8 |
* | Removed comment about the need to resolve nicknames properly, because we | Jon Trowbridge | 2001-08-11 | 1 | -6/+6 |
* | added new backend method to get the component given a UID. | Damon Chaplin | 2001-08-10 | 7 | -27/+142 |
* | unref the GdkPixmap and GdkBitmap returned by the function | Rodrigo Moya | 2001-08-10 | 3 | -1/+12 |
* | Remove progress frame | JP Rosevear | 2001-08-10 | 7 | -939/+560 |
* | Chain to the destroy handler in the parent class! | Federico Mena Quintero | 2001-08-09 | 3 | -0/+39 |
* | removed underlined accelerator key from "_Go To Today" button. GnomeDialog | Damon Chaplin | 2001-08-09 | 1 | -1/+1 |
* | Stop editing any event. Fixes bug #5949. | Federico Mena Quintero | 2001-08-09 | 1 | -0/+2 |
* | Duuuh, set the alarm_copy on the component, not the original alarm. Fixes | Federico Mena Quintero | 2001-08-09 | 1 | -1/+1 |
* | set the attendees of a component (meeting_page_fill_component): use above | JP Rosevear | 2001-08-09 | 5 | -42/+149 |
* | don't use a NULL mask in the call to gdk_gc_set_clip_mask | Rodrigo Moya | 2001-08-09 | 3 | -3/+6 |
* | Only unref the FIELD_COMPONENT if it is non-NULL. We return a NULL for | Federico Mena Quintero | 2001-08-08 | 2 | -5/+9 |
* | Make calendar.ics the suggested name when attaching the ical object | JP Rosevear | 2001-08-08 | 1 | -1/+1 |
* | added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, to | Damon Chaplin | 2001-08-07 | 21 | -188/+497 |
* | In process of fixing bug #6005. The "Calendar" page is now "Display", and | Federico Mena Quintero | 2001-08-07 | 1 | -236/+161 |
* | added check for NULL pointers. Maybe fixes #5203 (I can't reproduce it, so | Rodrigo Moya | 2001-08-07 | 1 | -19/+13 |
* | New function; stops further notification from happening. This is needed | Federico Mena Quintero | 2001-08-04 | 13 | -165/+531 |
* | Fixes bug #1407. | Federico Mena Quintero | 2001-08-04 | 1 | -120/+0 |
* | I18n fixes. | Chyla Zbigniew | 2001-08-04 | 2 | -1/+5 |
* | Add camel dependency. | Jon Trowbridge | 2001-08-03 | 1 | -0/+2 |
* | If the default category is the same as the value passed in to this | Federico Mena Quintero | 2001-08-02 | 3 | -3/+20 |
* | The calendar search bar widget now includes a drop-down menu of available | Federico Mena Quintero | 2001-08-02 | 8 | -339/+412 |
* | Sync from OLS - Federico | Federico Mena Quintero | 2001-08-01 | 5 | -12/+63 |
* | yes, set the end date, but correctly calculated, not by using the | Rodrigo Moya | 2001-07-31 | 2 | -1/+25 |
* | don't set the end date for the pasted components, since it will be | Rodrigo Moya | 2001-07-31 | 2 | -18/+1 |
* | started some code to show the currently displayed dates in the folder | Damon Chaplin | 2001-07-31 | 14 | -113/+275 |
* | added Help button. Though of course it doesn't do anything yet. | Damon Chaplin | 2001-07-31 | 2 | -0/+11 |
* | Mark strings for translation | JP Rosevear | 2001-07-31 | 1 | -67/+64 |
* | initialize to NULL some pointers | Rodrigo Moya | 2001-07-28 | 4 | -20/+66 |
* | Constify and set the query sexp on the task pad's model as well. | Federico Mena Quintero | 2001-07-28 | 2 | -2/+10 |
* | Shut up CVS - Federico | Federico Mena Quintero | 2001-07-28 | 1 | -0/+4 |
* | New files with a derivative of ESearchBar that generates sexps for | Federico Mena Quintero | 2001-07-28 | 14 | -635/+944 |
* | when an entry has changed, iterate over the elements of the entry and add | JP Rosevear | 2001-07-27 | 1 | -175/+248 |
* | send the empty string as subject if there is no summary | JP Rosevear | 2001-07-27 | 1 | -1/+4 |
* | free a list of attendees (meeting_page_fill_widgets): clean up attendee | JP Rosevear | 2001-07-27 | 7 | -68/+131 |
* | check that the row passed in is valid. Sometimes we get the "row-selected" | Damon Chaplin | 2001-07-27 | 1 | -0/+6 |
* | gracefully handle the lack of a method | JP Rosevear | 2001-07-26 | 1 | -0/+2 |
* | check type of component before actually pasting. Deal with VCALENDAR | Rodrigo Moya | 2001-07-26 | 3 | -13/+133 |
* | used the new print preview icon. | Damon Chaplin | 2001-07-26 | 2 | -5/+5 |
* | see if the address is already in the list of attendees (duplicate_error): | JP Rosevear | 2001-07-26 | 1 | -16/+57 |
* | calculate tmp_tm.tm_wday ourselves. strftime has a habit of crashing if | Damon Chaplin | 2001-07-25 | 1 | -0/+5 |
* | stip the delto and delfrom (popup_delegate_cb): show a delegate dialog and | JP Rosevear | 2001-07-25 | 6 | -39/+646 |
* | fixed the test to see whether we should draw the icons. | Damon Chaplin | 2001-07-24 | 1 | -3/+3 |
* | Add an extra @type arg to the xferFolder and removeFolder methods in | Ettore Perazzoli | 2001-07-23 | 2 | -2/+74 |
* | Add a `user_creatable' property to folder types and make components | Ettore Perazzoli | 2001-07-22 | 2 | -4/+4 |
* | Removed unused prototype. | Federico Mena Quintero | 2001-07-20 | 2 | -2/+0 |
* | free various data related settings (destroy): use cleanup and unref the | JP Rosevear | 2001-07-20 | 1 | -4/+60 |
* | updated to use new print icon. | Damon Chaplin | 2001-07-20 | 2 | -1/+2 |
* | don't show the time in the EDateEdit widget for adding EXDATEs. | Damon Chaplin | 2001-07-18 | 1 | -0/+1 |
* | do not discard drawing icon if mask is NULL | Rodrigo Moya | 2001-07-18 | 2 | -2/+2 |
* | find the next displayable component (get_prev): find the previous | JP Rosevear | 2001-07-18 | 1 | -3/+43 |
* | Remove leftover ifdefs - Federico | Federico Mena Quintero | 2001-07-18 | 2 | -12/+1 |
* | Really fixes #4380. The previous fix was necessary but not sufficient; it | Federico Mena Quintero | 2001-07-18 | 3 | -5/+15 |
* | Print a g_message when the list of invited people changes in the | Jon Trowbridge | 2001-07-17 | 1 | -2/+11 |
* | 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 | 5 | -26/+59 |
* | Removed unused headers - Federico | Federico Mena Quintero | 2001-07-17 | 1 | -8/+0 |
* | Added missing underlined shortcuts. | Taylor Hayward | 2001-07-13 | 6 | -15/+21 |
* | new proto | JP Rosevear | 2001-07-13 | 2 | -12/+2 |
* | fix typo breaking compilation | JP Rosevear | 2001-07-13 | 6 | -15/+30 |
* | guard against infinite loops with the updating boolean, fixes 4270 | JP Rosevear | 2001-07-13 | 1 | -0/+7 |
* | added support for multiple selections in cut/copy/paste. Also, it's now | Rodrigo Moya | 2001-07-13 | 2 | -21/+39 |
* | renamed updateObject to updateObjects and removed the UID argument, since | Damon Chaplin | 2001-07-12 | 4 | -1/+26 |
* | Fixes bug #4380 as well as some leftovers from the days of struct tm and | Federico Mena Quintero | 2001-07-12 | 9 | -34/+9 |
* | fix the calendar not exiting with a gross hack because i don't have time | JP Rosevear | 2001-07-12 | 2 | -0/+36 |
* | be careful about adding and stripping MAILTO:'s properly | JP Rosevear | 2001-07-12 | 10 | -77/+93 |
* | Added a hack to get the last string translated since xml-i18n-tools | Kjartan Maraas | 2001-07-11 | 1 | -0/+9 |
* | Move this higher so that Makefile properly depends on us. Fixes distcheck. | Peter Williams | 2001-07-11 | 1 | -1/+2 |
* | [Fix bug #4389: ETableSpecification still in .c file] | Jason Leach | 2001-07-11 | 5 | -93/+36 |
* | [Fix bug #4388: ETableSpecification still in .c file] | Jason Leach | 2001-07-11 | 3 | -46/+27 |
* | more timezone updates. I'm pretty much done with the calendar code now, | Damon Chaplin | 2001-07-11 | 12 | -309/+285 |
* | Add popup support so you can delete users from the list | JP Rosevear | 2001-07-11 | 2 | -8/+133 |
* | Handle the different alarm actions. (display_notification): Do the alarm | Federico Mena Quintero | 2001-07-11 | 4 | -95/+131 |
* | Pass the parent vCalendar component as the timezone closure of | Federico Mena Quintero | 2001-07-11 | 2 | -5/+14 |
* | Use e_utf8_from_gtk_event_key() so that we can input utf8 text properly. | Federico Mena Quintero | 2001-07-10 | 3 | -13/+19 |
* | connect to the entry not the combo | JP Rosevear | 2001-07-07 | 4 | -9/+58 |
* | actually clear some widgets and hide/show widgets in the default setup | JP Rosevear | 2001-07-07 | 6 | -119/+484 |
* | Fixes bug #4018 and what would be the analogous bugs for the other | Federico Mena Quintero | 2001-07-05 | 9 | -1/+128 |
* | New function. (calendar_control_activate): Clear the folder bar label; we | Federico Mena Quintero | 2001-07-05 | 1 | -0/+51 |
* | Add new columns for information specification (meeting_page_destroy): save | JP Rosevear | 2001-07-04 | 5 | -16/+64 |
* | use bonobo-conf everywhere | Dietmar Maurer | 2001-07-04 | 1 | -100/+143 |
* | fix warning, and added some debug messages. | Damon Chaplin | 2001-07-03 | 3 | -2/+14 |
* | added virtual method to get a VTIMEZONE component given a TZID. We need | Damon Chaplin | 2001-07-03 | 2 | -4/+7 |
* | New files with the alarm options dialog; this configures the | Federico Mena Quintero | 2001-07-03 | 6 | -4/+1051 |
* | cal-client/cal-client.[hc] cal-util/cal-component.c | Damon Chaplin | 2001-07-03 | 34 | -494/+1422 |
* | publish free/busy information for the currently viewed time range | JP Rosevear | 2001-07-03 | 2 | -8/+113 |
* | Made evolution depend on bonobo-conf 0.2. | Christopher James Lahey | 2001-07-03 | 1 | -0/+2 |
* | Support for repeat/duration properties in alarm components. | Federico Mena Quintero | 2001-07-03 | 1 | -1/+1 |
* | fill in delegated from field | JP Rosevear | 2001-07-03 | 2 | -5/+6 |
* | use the new self-contained e_categories_config_open_dialog_for_entry() | Rodrigo Moya | 2001-07-03 | 6 | -47/+16 |
* | implement | JP Rosevear | 2001-07-03 | 8 | -33/+373 |
* | Fixes bug #1406. | Federico Mena Quintero | 2001-07-01 | 6 | -444/+290 |
* | draw icons per category | Rodrigo Moya | 2001-07-01 | 5 | -0/+117 |
* | fixed clibpoard command activation from the menu entries. CTRL-C and | Rodrigo Moya | 2001-07-01 | 2 | -9/+84 |
* | Only set the pressed_event_num and pressed_span_num if button 1 was | Federico Mena Quintero | 2001-07-01 | 1 | -4/+8 |
* | Doh, the call for the day view was supposed to be | Federico Mena Quintero | 2001-07-01 | 2 | -10/+14 |
* | call e_calendar_table_cut_clipboard with the correct object | Rodrigo Moya | 2001-06-30 | 1 | -2/+8 |
* | new functions for allowing the execution of clipboard-related commands | Rodrigo Moya | 2001-06-28 | 5 | -49/+147 |
* | Re-added removed paramter in call to evolution_shell_component_new | Rodrigo Moya | 2001-06-28 | 2 | -0/+2 |
* | removed not-uses-anymore parameter in call to | Rodrigo Moya | 2001-06-28 | 9 | -2/+163 |
* | Add method `ShellComponent::handleExternalURI' and an | Ettore Perazzoli | 2001-06-28 | 2 | -0/+2 |
* | fixed (e_calendar_table_on_copy): fixed | Rodrigo Moya | 2001-06-27 | 1 | -38/+18 |
* | Renamed the occur field to occur_start; added an occur_end field. This way | Federico Mena Quintero | 2001-06-27 | 10 | -27/+128 |
* | Shut the fuck up, Donnie. Dude, they peed your fucking rug. - Federico | Federico Mena Quintero | 2001-06-25 | 1 | -0/+4 |
* | Initialize libglade. | Federico Mena Quintero | 2001-06-25 | 1 | -0/+3 |
* | Converted to use BonoboXObject. | Federico Mena Quintero | 2001-06-25 | 18 | -1692/+172 |
* | New function to compare tasks like the Pilot task list. | Federico Mena Quintero | 2001-06-24 | 3 | -14/+109 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 78 | -102/+102 |
* | Added itip-control-factory.* to the build. | Jeffrey Stedfast | 2001-06-23 | 1 | -0/+2 |
* | update to new call | JP Rosevear | 2001-06-22 | 8 | -769/+1442 |
* | 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 | -21/+15 |
* | print description text | JP Rosevear | 2001-06-22 | 1 | -41/+25 |
* | create a WombatClient when creating a CalClient object, so that we can | Rodrigo Moya | 2001-06-22 | 2 | -0/+2 |
* | Changed attachData to accept a sequence of chars rather than a string. | Dave Camp | 2001-06-21 | 1 | -2/+6 |
* | print menu command (print_preview_cmd): ditto for print preview | JP Rosevear | 2001-06-21 | 7 | -6/+502 |
* | added getFreeBusy method | Rodrigo Moya | 2001-06-20 | 2 | -0/+219 |
* | moved the function to check for a default timezone to calendar-config.c, | Damon Chaplin | 2001-06-20 | 7 | -66/+87 |
* | added code to show the timezone dialog if the user hasn't set a default | Damon Chaplin | 2001-06-20 | 5 | -2/+68 |
* | if the timezones of the start and end of the event are the same, then if | Damon Chaplin | 2001-06-20 | 1 | -0/+56 |
* | added a 'Time zone' setting. Also rearranged a little, adding a new | Damon Chaplin | 2001-06-20 | 13 | -346/+327 |
* | add ui (forward_cmd): implement forward command | JP Rosevear | 2001-06-20 | 2 | -10/+30 |
* | add auto exit unref | JP Rosevear | 2001-06-20 | 3 | -24/+33 |
* | don't compile or install the old meeting edit stuff | JP Rosevear | 2001-06-20 | 6 | -1590/+1 |
* | add some needed commas (itip_send_comp): if publishing, don't set the to | JP Rosevear | 2001-06-20 | 1 | -8/+27 |
* | remove typo | JP Rosevear | 2001-06-20 | 1 | -1/+1 |
* | Shush | JP Rosevear | 2001-06-20 | 1 | -0/+4 |
* | itip/imip send dialog | JP Rosevear | 2001-06-20 | 17 | -651/+1862 |
* | Sync - Federico | Federico Mena Quintero | 2001-06-20 | 12 | -275/+1207 |
* | added timezone fields. Also moved the 'All Day' flag into an alignment so | Damon Chaplin | 2001-06-19 | 12 | -45/+418 |
* | generate a new UID when pasting | Rodrigo Moya | 2001-06-15 | 2 | -0/+10 |
* | Small typo | Rodrigo Moya | 2001-06-15 | 1 | -2/+2 |
* | Small typo | Rodrigo Moya | 2001-06-15 | 1 | -2/+2 |
* | finished implementation of Paste stuff | Rodrigo Moya | 2001-06-15 | 2 | -9/+74 |
* | added popup menu items for cut/copy/paste | Rodrigo Moya | 2001-06-14 | 2 | -9/+125 |
* | new widget to enter a timezone. | Damon Chaplin | 2001-06-14 | 3 | -2/+360 |
* | new dialog for setting the time zone. | Damon Chaplin | 2001-06-14 | 4 | -0/+865 |
* | remove unnecessary space | JP Rosevear | 2001-06-14 | 2 | -1/+3 |
* | set the completed time in the date editor if appropriate | JP Rosevear | 2001-06-14 | 2 | -5/+17 |
* | added cut&paste support, by using a GtkInvisible widget to manage the | Rodrigo Moya | 2001-06-13 | 4 | -1/+204 |
* | Committing the new My Evolution. | Iain Holmes | 2001-06-09 | 3 | -21/+6 |
* | Sync from laptop. | JP Rosevear | 2001-06-07 | 3 | -0/+735 |
* | update the blocked/selected days if the starting day of the appointment | JP Rosevear | 2001-06-05 | 2 | -1/+15 |
* | Fix linking order for `$(DB3_LDADD)'s so that we avoid pulling | Ettore Perazzoli | 2001-06-03 | 3 | -5/+5 |
* | no longer build widget-util.*, the code has been moved | JP Rosevear | 2001-06-02 | 1 | -3/+1 |
* | use new func | JP Rosevear | 2001-06-02 | 8 | -97/+33 |
* | Shush | JP Rosevear | 2001-06-02 | 1 | -1/+0 |
* | Update | JP Rosevear | 2001-06-02 | 3 | -468/+0 |
* | oops, didn't mean to make that change | JP Rosevear | 2001-06-02 | 1 | -1/+2 |
* | renamed from editor-page for consistency, more complete implementation | JP Rosevear | 2001-06-02 | 35 | -7753/+3532 |
* | ditto | JP Rosevear | 2001-06-02 | 2 | -1/+6 |
* | Add a bunch of missing `$(DB3_LDADD)'s. | Ettore Perazzoli | 2001-06-02 | 1 | -1/+2 |
* | For JPR - Federico | Federico Mena Quintero | 2001-05-31 | 2 | -0/+256 |
* | New function. | Federico Mena Quintero | 2001-05-30 | 4 | -36/+75 |
* | new files to contain layout code split off from EDayView an EWeekView, so | Damon Chaplin | 2001-05-29 | 13 | -1137/+2452 |
* | implemented the 'remove_folder' function for the calendar shell component | Rodrigo Moya | 2001-05-28 | 2 | -4/+348 |
* | #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h" | Dan Winship | 2001-05-28 | 2 | -2/+2 |
* | Reference libeshell.la instead of libeshell.a. | Peter Williams | 2001-05-26 | 1 | -1/+1 |
* | Finished porting from the old event-editor.c. Made it store a clone of the | Federico Mena Quintero | 2001-05-24 | 7 | -29/+1213 |
* | Fix bug #2831; the tasks toolbar and menu now have a button to delete the | Federico Mena Quintero | 2001-05-22 | 5 | -59/+195 |
* | Fix bug #2829. | Federico Mena Quintero | 2001-05-19 | 5 | -141/+275 |
* | *** empty log message *** | Duncan Mak | 2001-05-17 | 1 | -2/+0 |
* | Split the event and task editors into different objects for the separate | Federico Mena Quintero | 2001-05-17 | 18 | -554/+5101 |
* | switch on the correct widget and map | JP Rosevear | 2001-05-10 | 1 | -1/+1 |
* | free the alarm component if it doesn't have a parent, rather than if it | JP Rosevear | 2001-05-09 | 1 | -4/+5 |
* | unref the property bag when we finish with it | JP Rosevear | 2001-05-09 | 4 | -2/+6 |
* | use define from widgets/misc/e-filter-bar.h instead of own enumeration and | Gediminas Paulauskas | 2001-05-08 | 3 | -60/+48 |
* | unref the calcomponent when we're done with it | JP Rosevear | 2001-05-04 | 1 | -0/+2 |
* | remove hardcoded values (edit_attendee): ditto, and there are only 4 roles | JP Rosevear | 2001-04-28 | 3 | -27/+28 |
* | use enums not hard code values | JP Rosevear | 2001-04-27 | 2 | -2/+1 |
* | icalparameter_new_rsvp now takes an enum | JP Rosevear | 2001-04-27 | 1 | -1/+1 |
* | Replace "<" by "<=" in the comparison for due dates against the current | Federico Mena Quintero | 2001-04-27 | 2 | -3/+5 |
* | Merge build fix from the branch: | Ettore Perazzoli | 2001-04-27 | 1 | -0/+1 |
* | Fixed Strftime so it uses the locale prefered way to display date/time. | Duncan Mak | 2001-04-25 | 1 | -1/+1 |
* | translate "Things to do" etc. and convert them to utf8. Changed some link | Gediminas Paulauskas | 2001-04-22 | 1 | -13/+19 |
* | Hot builddir != srcdir loving action. | Ettore Perazzoli | 2001-04-19 | 2 | -0/+4 |
* | Connect to the "changed" signal of the categories entry so that they will | Federico Mena Quintero | 2001-04-18 | 2 | -7/+31 |
* | Pull up fix from the branch: | Ettore Perazzoli | 2001-04-18 | 1 | -0/+2 |
* | Create the ESearchBar thingy. (search_bar_query_changed_cb): Build the | Federico Mena Quintero | 2001-04-16 | 3 | -11/+188 |
* | Do this everywhere, also fixup CLEANFILES | Michael Meeks | 2001-04-14 | 1 | -0/+3 |
* | New function to restart a query for the day view. (query_obj_updated_cb): | Federico Mena Quintero | 2001-04-13 | 5 | -265/+340 |
* | Fix this to just send the data to the wombat instead of inserting it | Christopher James Lahey | 2001-04-11 | 1 | -44/+20 |
* | Display fixes, thanks to Kjartan for finding these. | Gediminas Paulauskas | 2001-04-11 | 2 | -21/+16 |
* | Here goes my additional simple include fixes. | Gediminas Paulauskas | 2001-04-05 | 7 | -48/+46 |
* | Fix headers. Same here. Same here. Same here. Same here. Same here. Same | Kjartan Maraas | 2001-04-05 | 14 | -0/+61 |
* | Plug leak. | Federico Mena Quintero | 2001-04-03 | 3 | -2/+21 |
* | Plug leak. | Federico Mena Quintero | 2001-04-03 | 1 | -1/+1 |
* | Blessed by Ettore. | Gediminas Paulauskas | 2001-04-02 | 2 | -39/+35 |
* | A mockup of how meeting scheduling and editting should work. This design is b... | Anna Dirks | 2001-03-29 | 1 | -0/+488 |
* | fixed button placement to comply with gnome standards. | Anna Marie Dirks | 2001-03-28 | 1 | -6/+6 |
* | fixed spacing and label alignment to comply with gnome standards. Also | Anna Marie Dirks | 2001-03-28 | 1 | -129/+97 |
* | Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the needed | Kjartan Maraas | 2001-03-26 | 20 | -27/+51 |
* | The model_rows_{inserted,deleted} signals changed names; deal with it. | Federico Mena Quintero | 2001-03-25 | 7 | -58/+50 |
* | Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu. | Miguel de Icaza | 2001-03-18 | 5 | -95/+85 |
* | Moved functionality here from e_day_view_on_new_appointment. Allows | Miguel de Icaza | 2001-03-17 | 4 | -17/+119 |
* | New function: inits the BonoboPersistFile server. | Miguel de Icaza | 2001-03-17 | 2 | -1/+35 |
* | Update arguments to e_canvas_item_grab_focus. | Dan Winship | 2001-03-16 | 2 | -2/+2 |
* | Removed .oafinfo files -- they are obsolete. Moved pixmaps from | Gediminas Paulauskas | 2001-03-15 | 12 | -309/+11 |
* | Added a ShellComponent method to retrieve the selection for drag and | Ettore Perazzoli | 2001-03-08 | 3 | -9/+11 |
* | keep list of all Tasks folders so we can update the preference settings | Damon Chaplin | 2001-03-05 | 16 | -384/+661 |
* | When when when when when when oh WHEN will I remember to add the files - Fede... | Federico Mena Quintero | 2001-03-02 | 1 | -0/+180 |