| Commit message (Expand) | Author | Age | Files | Lines |
* | use util function to see if the user is the organizer | 7 | 2002-07-18 | 1 | -2/+8 |
* | add back proto | JP Rosevear | 2002-06-25 | 1 | -8/+101 |
* | update proto | JP Rosevear | 2002-05-27 | 1 | -0/+13 |
* | if there are remaining items, return false (foreach_close_cb): don't | JP Rosevear | 2002-05-27 | 1 | -4/+9 |
* | a registry of comp editors so we can close them all centrally | JP Rosevear | 2002-05-27 | 1 | -13/+25 |
* | Pass the @component_pixmaps in so we give the new "Meeting" button an | Ettore Perazzoli | 2002-05-21 | 1 | -1/+7 |
* | added PermissionDenied exception and make it be raised in open, | Rodrigo Moya | 2002-05-17 | 1 | -2/+21 |
* | implement new pop up menu items for "Save as", "Print", "Assign Task", | JP Rosevear | 2002-03-30 | 1 | -75/+24 |
* | pass extra itip_send_comp params (send_freebusy): ditto (ok_clicked_cb): | JP Rosevear | 2002-02-20 | 1 | -1/+1 |
* | remove needs send signal related cruft (save_comp_with_send): with | JP Rosevear | 2001-12-22 | 1 | -15/+5 |
* | inherit from bonobo window | 1 | 2001-12-21 | 1 | -32/+47 |
* | make sure to remove all attendees from the model when we edit a new comp, | JP Rosevear | 2001-11-07 | 1 | -2/+4 |
* | disconnect signals added in append_page(). Fixes Gtk-Critical warning | Damon Chaplin | 2001-10-31 | 1 | -0/+5 |
* | Fix bug #10016. | Federico Mena Quintero | 2001-10-30 | 1 | -145/+136 |
* | when the week start day is set to Sunday, we have to be careful to make | Damon Chaplin | 2001-10-28 | 1 | -0/+25 |
* | Delete appointments with empty summaries. Fixes Ximian bug #780. | Federico Mena Quintero | 2001-10-28 | 1 | -1/+1 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -4/+3 |
* | convert the formatted date to UTF-8. | Damon Chaplin | 2001-10-27 | 1 | -2/+2 |
* | subtract 1 from any positive BYSETPOS value, since our array is 0-based. | Damon Chaplin | 2001-10-26 | 1 | -26/+44 |
* | show an error message when we can't update the object on the calendar | Rodrigo Moya | 2001-10-25 | 1 | -1/+5 |
* | listen for changes in the date editors (schedule_page_set_dates): update | JP Rosevear | 2001-10-22 | 1 | -10/+12 |
* | remove warnings. | Larry Ewing | 2001-10-16 | 1 | -2/+2 |
* | call set_icon_from_comp. (set_icon_from_comp): set the window icon from | Larry Ewing | 2001-10-14 | 1 | -0/+34 |
* | return fill_component success | JP Rosevear | 2001-10-13 | 1 | -106/+124 |
* | refactor functionality into several function (comp_string): if we are | JP Rosevear | 2001-10-04 | 1 | -2/+4 |
* | Use `bonobo_ui_component_new_default()', not `bonobo_ui_component_new()'. | Ettore Perazzoli | 2001-10-03 | 1 | -1/+1 |
* | unref the page objects here, instead of in close_dialog(). (This was fixed | Damon Chaplin | 2001-10-02 | 1 | -4/+7 |
* | added comparison functions for these special cell types. But the date and | Damon Chaplin | 2001-09-27 | 1 | -1/+0 |
* | disconnect signals first thing | JP Rosevear | 2001-09-27 | 1 | -2/+2 |
* | use bonobo-exception stuff to clean code | JP Rosevear | 2001-09-26 | 1 | -1/+1 |
* | make sure to release the ref on priv->comp. | Larry Ewing | 2001-09-20 | 1 | -0/+5 |
* | listen for model changes (task_editor_edit_comp): add the attendees to the | JP Rosevear | 2001-09-20 | 1 | -0/+72 |
* | A page that shows the meeting time selector and free/busy data for | JP Rosevear | 2001-09-19 | 1 | -38/+51 |
* | don't call calendar_config_check_timezone_set() now, since the startup | Damon Chaplin | 2001-09-04 | 1 | -4/+7 |
* | use Delete icon in menu, and change to bigger Save icon in toolbar. | Damon Chaplin | 2001-08-20 | 1 | -1/+3 |
* | use new delete icon for toolbar. | Damon Chaplin | 2001-08-20 | 1 | -0/+1 |
* | used new Save/Save As icons. | Damon Chaplin | 2001-08-19 | 1 | -0/+5 |
* | only fill the component and save it if something has changed | JP Rosevear | 2001-08-15 | 1 | -2/+8 |
* | Remove progress frame | JP Rosevear | 2001-08-10 | 1 | -0/+10 |
* | set the attendees of a component (meeting_page_fill_component): use above | JP Rosevear | 2001-08-09 | 1 | -14/+41 |
* | used the new print preview icon. | Damon Chaplin | 2001-07-26 | 1 | -1/+1 |
* | updated to use new print icon. | Damon Chaplin | 2001-07-20 | 1 | -1/+1 |
* | Add popup support so you can delete users from the list | JP Rosevear | 2001-07-11 | 1 | -2/+3 |
* | connect to the entry not the combo | JP Rosevear | 2001-07-07 | 1 | -0/+26 |
* | actually clear some widgets and hide/show widgets in the default setup | JP Rosevear | 2001-07-07 | 1 | -0/+3 |
* | Fixes bug #4018 and what would be the analogous bugs for the other | Federico Mena Quintero | 2001-07-05 | 1 | -0/+9 |
* | Add new columns for information specification (meeting_page_destroy): save | JP Rosevear | 2001-07-04 | 1 | -2/+8 |
* | cal-client/cal-client.[hc] cal-util/cal-component.c | Damon Chaplin | 2001-07-03 | 1 | -0/+5 |
* | implement | JP Rosevear | 2001-07-03 | 1 | -5/+6 |
* | update to new call | JP Rosevear | 2001-06-22 | 1 | -30/+0 |
* | remove buttons and use evolution's standard ui config | JP Rosevear | 2001-06-22 | 1 | -21/+15 |
* | print menu command (print_preview_cmd): ditto for print preview | JP Rosevear | 2001-06-21 | 1 | -1/+108 |
* | added a 'Time zone' setting. Also rearranged a little, adding a new | Damon Chaplin | 2001-06-20 | 1 | -5/+0 |
* | add ui (forward_cmd): implement forward command | JP Rosevear | 2001-06-20 | 1 | -10/+10 |
* | itip/imip send dialog | JP Rosevear | 2001-06-20 | 1 | -40/+421 |
* | Sync - Federico | Federico Mena Quintero | 2001-06-20 | 1 | -1/+1 |
* | added timezone fields. Also moved the 'All Day' flag into an alignment so | Damon Chaplin | 2001-06-19 | 1 | -0/+5 |
* | renamed from editor-page for consistency, more complete implementation | JP Rosevear | 2001-06-02 | 1 | -12/+373 |
* | For JPR - Federico | Federico Mena Quintero | 2001-05-31 | 1 | -0/+195 |