aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/comp-editor.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of gal includes that are no longer neededJP Rosevear2003-11-201-1/+0
* Cleanup some ref/unref callsJP Rosevear2003-11-181-15/+15
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-81/+81
* Add CAL_STATIC_CAPABILITY_NO_THISANDFUTURE andDan Winship2003-11-011-3/+3
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-221-24/+16
* Merged ECalendarTable changes from new-calendar-branchRodrigo Moya2003-08-081-1/+2
* Merge new-calendar-branch into HEADRodrigo Moya2003-08-081-2/+14
* added a GtkWindow argument for callers to specify the parent window.Rodrigo Moya2003-06-301-4/+5
* new functions. (page_summary_changed_cb): change the window title when theRodrigo Moya2003-06-241-0/+50
* removed unused variable.Rodrigo Moya2003-06-201-1/+1
* the title is already in UTF-8JP Rosevear2003-05-181-4/+1
* unref the client and the ui componentJP Rosevear2003-05-161-2/+8
* Fixes part of #41148, #41216 and #41235Rodrigo Moya2003-04-231-1/+1
* [ fixes #21499 ]Rodney Dawes2003-04-191-1/+1
* Update for e_notice moveDan Winship2003-03-251-7/+6
* corrected button ordering and changed the return type to be aRodrigo Moya2003-03-131-3/+3
* If only the pipe wouldn't break.JP Rosevear2003-03-051-12/+37
* Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir): RemoveDan Winship2003-02-061-4/+4
* Mainly making all views use PangoLayouts for text. When drawing aHans Petter Jansson2003-01-261-7/+8
* Add a terminating NULL to the concatenation.Hans Petter Jansson2003-01-241-1/+1
* Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-231-2/+7
* Replace gtk_signal_disconnect_by_data() withHans Petter Jansson2002-12-191-33/+12
* run fix.sh over this.Not Zed2002-12-021-35/+35
* #include gtkoptionmenu.h. (cal_prefs_dialog_new): adapted to changes inRodrigo Moya2002-11-071-13/+13
* Fixes #11434Rodrigo Moya2002-10-091-0/+1
* bail out if we couldn't send the cancelJP Rosevear2002-09-051-17/+24
* set the editor to changed so the item actually gets savedJP Rosevear2002-08-101-0/+2
* check for an attendee in the list (comp_to_list): only add the user ifJP Rosevear2002-08-091-1/+8
* use util function to see if the user is the organizer72002-07-181-2/+8
* add back protoJP Rosevear2002-06-251-8/+101
* update protoJP Rosevear2002-05-271-0/+13
* if there are remaining items, return false (foreach_close_cb): don'tJP Rosevear2002-05-271-4/+9
* a registry of comp editors so we can close them all centrallyJP Rosevear2002-05-271-13/+25
* Pass the @component_pixmaps in so we give the new "Meeting" button anEttore Perazzoli2002-05-211-1/+7
* added PermissionDenied exception and make it be raised in open,Rodrigo Moya2002-05-171-2/+21
* implement new pop up menu items for "Save as", "Print", "Assign Task",JP Rosevear2002-03-301-75/+24
* pass extra itip_send_comp params (send_freebusy): ditto (ok_clicked_cb):JP Rosevear2002-02-201-1/+1
* remove needs send signal related cruft (save_comp_with_send): withJP Rosevear2001-12-221-15/+5
* inherit from bonobo window12001-12-211-32/+47
* make sure to remove all attendees from the model when we edit a new comp,JP Rosevear2001-11-071-2/+4
* disconnect signals added in append_page(). Fixes Gtk-Critical warningDamon Chaplin2001-10-311-0/+5
* Fix bug #10016.Federico Mena Quintero2001-10-301-145/+136
* when the week start day is set to Sunday, we have to be careful to makeDamon Chaplin2001-10-281-0/+25
* Delete appointments with empty summaries. Fixes Ximian bug #780.Federico Mena Quintero2001-10-281-1/+1
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* convert the formatted date to UTF-8.Damon Chaplin2001-10-271-2/+2
* subtract 1 from any positive BYSETPOS value, since our array is 0-based.Damon Chaplin2001-10-261-26/+44
* show an error message when we can't update the object on the calendarRodrigo Moya2001-10-251-1/+5
* listen for changes in the date editors (schedule_page_set_dates): updateJP Rosevear2001-10-221-10/+12
* remove warnings.Larry Ewing2001-10-161-2/+2
* call set_icon_from_comp. (set_icon_from_comp): set the window icon fromLarry Ewing2001-10-141-0/+34
* return fill_component successJP Rosevear2001-10-131-106/+124
* refactor functionality into several function (comp_string): if we areJP Rosevear2001-10-041-2/+4
* Use `bonobo_ui_component_new_default()', not `bonobo_ui_component_new()'.Ettore Perazzoli2001-10-031-1/+1
* unref the page objects here, instead of in close_dialog(). (This was fixedDamon Chaplin2001-10-021-4/+7
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-271-1/+0
* disconnect signals first thingJP Rosevear2001-09-271-2/+2
* use bonobo-exception stuff to clean codeJP Rosevear2001-09-261-1/+1
* make sure to release the ref on priv->comp.Larry Ewing2001-09-201-0/+5
* listen for model changes (task_editor_edit_comp): add the attendees to theJP Rosevear2001-09-201-0/+72
* A page that shows the meeting time selector and free/busy data forJP Rosevear2001-09-191-38/+51
* don't call calendar_config_check_timezone_set() now, since the startupDamon Chaplin2001-09-041-4/+7
* use Delete icon in menu, and change to bigger Save icon in toolbar.Damon Chaplin2001-08-201-1/+3
* use new delete icon for toolbar.Damon Chaplin2001-08-201-0/+1
* used new Save/Save As icons.Damon Chaplin2001-08-191-0/+5
* only fill the component and save it if something has changedJP Rosevear2001-08-151-2/+8
* Remove progress frameJP Rosevear2001-08-101-0/+10
* set the attendees of a component (meeting_page_fill_component): use aboveJP Rosevear2001-08-091-14/+41
* used the new print preview icon.Damon Chaplin2001-07-261-1/+1
* updated to use new print icon.Damon Chaplin2001-07-201-1/+1
* Add popup support so you can delete users from the listJP Rosevear2001-07-111-2/+3
* connect to the entry not the comboJP Rosevear2001-07-071-0/+26
* actually clear some widgets and hide/show widgets in the default setupJP Rosevear2001-07-071-0/+3
* Fixes bug #4018 and what would be the analogous bugs for the otherFederico Mena Quintero2001-07-051-0/+9
* Add new columns for information specification (meeting_page_destroy): saveJP Rosevear2001-07-041-2/+8
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-0/+5
* implementJP Rosevear2001-07-031-5/+6
* update to new callJP Rosevear2001-06-221-30/+0
* remove buttons and use evolution's standard ui configJP Rosevear2001-06-221-21/+15
* print menu command (print_preview_cmd): ditto for print previewJP Rosevear2001-06-211-1/+108
* added a 'Time zone' setting. Also rearranged a little, adding a newDamon Chaplin2001-06-201-5/+0
* add ui (forward_cmd): implement forward commandJP Rosevear2001-06-201-10/+10
* itip/imip send dialogJP Rosevear2001-06-201-40/+421
* Sync - FedericoFederico Mena Quintero2001-06-201-1/+1
* added timezone fields. Also moved the 'All Day' flag into an alignment soDamon Chaplin2001-06-191-0/+5
* renamed from editor-page for consistency, more complete implementationJP Rosevear2001-06-021-12/+373
* For JPR - FedericoFederico Mena Quintero2001-05-311-0/+195