aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/task-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-1/+1
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-36/+36
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-221-2/+3
* new VOID:STRING,STRING,STRING build the new view/store/renderer/editableMike Kestner2003-10-011-32/+26
* Fixes #45910Rodrigo Moya2003-07-071-0/+17
* Don't leak exceptions (load_static_capabilities): free the capabilityDan Winship2003-07-021-3/+5
* added a GtkWindow argument for callers to specify the parent window.Rodrigo Moya2003-06-301-1/+2
* unref the model again (task_editor_edit_comp): don't allow editing if theJP Rosevear2003-05-021-5/+2
* dittoJP Rosevear2003-04-301-1/+5
* added missing capabilities.Rodrigo Moya2003-04-111-1/+2
* If only the pipe wouldn't break.JP Rosevear2003-03-051-27/+39
* gconf settings upgradesMichael Zucci2003-02-241-7/+8
* Appease the compiler. (gnome_calendar_update_paned_quanta): Don't actuallyHans Petter Jansson2003-02-241-0/+6
* Replace gtk_signal_disconnect_by_data() withHans Petter Jansson2002-12-191-30/+10
* run fix.sh over this.Not Zed2002-12-021-13/+13
* Fixes #30057Rodrigo Moya2002-10-031-4/+15
* Non-Connector part of #29334 (meeting created by a delegate in theDan Winship2002-09-281-8/+24
* bail out if we couldn't send the cancelJP Rosevear2002-09-051-4/+10
* use util function to see if the user is the organizer72002-07-181-1/+1
* add back protoJP Rosevear2002-06-251-24/+57
* Pass the @component_pixmaps in so we give the new "Meeting" button anEttore Perazzoli2002-05-211-1/+1
* implement new pop up menu items for "Save as", "Print", "Assign Task",JP Rosevear2002-03-301-12/+29
* pass extra itip_send_comp params (send_freebusy): ditto (ok_clicked_cb):JP Rosevear2002-02-201-2/+5
* make sure to remove all attendees from the model when we edit a new comp,JP Rosevear2001-11-071-3/+3
* Fix bug #10016.Federico Mena Quintero2001-10-301-3/+1
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* convert the formatted date to UTF-8.Damon Chaplin2001-10-271-2/+7
* send cancellation comp if necessaryJP Rosevear2001-10-141-0/+27
* return fill_component successJP Rosevear2001-10-131-3/+2
* fix logic checksJP Rosevear2001-10-101-3/+11
* listen for model changes (task_editor_edit_comp): add the attendees to theJP Rosevear2001-09-201-1/+65
* A page that shows the meeting time selector and free/busy data forJP Rosevear2001-09-191-1/+7
* Remove progress frameJP Rosevear2001-08-101-13/+55
* Add new columns for information specification (meeting_page_destroy): saveJP Rosevear2001-07-041-0/+3
* implementJP Rosevear2001-07-031-5/+72
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* add ui (forward_cmd): implement forward commandJP Rosevear2001-06-201-0/+20
* renamed from editor-page for consistency, more complete implementationJP Rosevear2001-06-021-1224/+77
* use define from widgets/misc/e-filter-bar.h instead of own enumeration andGediminas Paulauskas2001-05-081-27/+23
* Connect to the "changed" signal of the categories entry so that they willFederico Mena Quintero2001-04-181-0/+10
* Plug leak.Federico Mena Quintero2001-04-031-0/+8
* fill in new classification stuff properly (get_widgets): load new class.JP Rosevear2001-02-091-17/+52
* Pull up from 0.9 branchJP Rosevear2001-02-091-150/+58
* <gnome.h> trimming to reduce compilation time. Ditto. Ditto. Ditto. Ditto.Federico Mena Quintero2001-01-291-2/+2
* libical import cleanupJP Rosevear2001-01-241-3/+3
* compile new stuffJP Rosevear2001-01-231-11/+2
* Fix bug #1250; now we present a confirmation dialog before deleting theFederico Mena Quintero2001-01-221-7/+11
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-23/+24
* moved #include <cal-client/cal-client.h> to the .h file.Damon Chaplin2001-01-141-1/+0
* get categories button (init_widgets): listen for button clickJP Rosevear2001-01-061-3/+46
* Do not compose strings so that they can be localized correctly. Also,Federico Mena Quintero2001-01-031-16/+16
* Fixes bug #955.Federico Mena Quintero2000-12-151-3/+3
* Even though icaltime_from_timet() now properly ignores the is_utc argumentFederico Mena Quintero2000-12-141-3/+3
* Use set_title_from_comp (save_todo_object): ditto (set_title_from_comp):JP Rosevear2000-12-131-10/+25
* Constify for new libical API. (set_text_list): Likewise.Federico Mena Quintero2000-12-131-9/+0
* This is to make things work with libical 0.21helix1 and later. WarningsFederico Mena Quintero2000-12-121-43/+5
* added changed flags and added calls to a new functionDamon Chaplin2000-12-111-8/+132
* Free the strings we get from the editables.Federico Mena Quintero2000-12-091-15/+39
* use config settings.Damon Chaplin2000-11-271-2/+3
* Clean the idl-generated sources properly. Likewise.Federico Mena Quintero2000-11-041-6/+4
* The big api rename ...Michael Meeks2000-11-021-4/+4
* die. (debug_xml_cb): add debugging hook.Michael Meeks2000-10-181-290/+41
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-141-3/+25
* changed to use EDateEdit.Damon Chaplin2000-09-111-95/+144
* Fixed some warnings.Christopher James Lahey2000-09-091-0/+1
* Bunch of unicode related changesLauris Kaplinski2000-09-081-0/+3
* uses the new TaskEditor dialog.Damon Chaplin2000-09-061-26/+903
* New function. (cal_component_get_icalcomponent): Ensure that the SEQUENCEFederico Mena Quintero2000-08-081-4/+3
* new ECalendarTable to show an ETable view for Todo/Event items.Damon Chaplin2000-07-261-0/+482