aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-tasks.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_SYSTEM_MONITOR_2_6_0nobody2003-12-091-1163/+0
* we want to skip if it *is* read onlyJP Rosevear2003-11-291-4/+3
* e_cal_new () -> e_cal_new_from_uri (). (backend_go_online): Ditto.Hans Petter Jansson2003-11-271-1/+1
* use the correct icalcomponent when calling e_cal_create_object.Rodrigo Moya2003-11-241-1/+0
* add a uriJP Rosevear2003-11-171-66/+0
* add it via e-tasks (remove_uri_for_source): remove it via e-tasksJP Rosevear2003-11-171-34/+164
* use a standard calendar status (backend_cal_opened_online): dittoJP Rosevear2003-11-121-7/+7
* Remove get-vtype check from the completed-tasks query (and don't leak theDan Winship2003-11-111-15/+3
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-51/+51
* removed.Rodrigo Moya2003-10-311-21/+0
* no need to update config settings everywhere explicitlyJP Rosevear2003-10-291-105/+97
* unref config manager (init_widgets): create config manager for theJP Rosevear2003-10-291-7/+11
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-88/+40
* Merged ECalendarTable changes from new-calendar-branchRodrigo Moya2003-08-081-14/+14
* Changed the "URL:" label to "_Web Page:". Added a widget name to the URLFederico Mena Quintero2003-07-141-1/+1
* added a paned widget to contain the task list and a HTML widget forRodrigo Moya2003-07-041-4/+346
* guard against multiple destroysJP Rosevear2003-05-151-8/+10
* Fixes #37552JP Rosevear2003-04-251-1/+2
* If only the pipe wouldn't break.JP Rosevear2003-03-051-2/+2
* Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-231-1/+1
* Removed. Removed.Ettore Perazzoli2003-01-141-1/+2
* Replace gtk_signal_disconnect_by_data() withHans Petter Jansson2002-12-191-2/+4
* Fixes #35003Rodrigo Moya2002-12-101-5/+21
* Use g_object_ref()/g_object_unref() instead ofEttore Perazzoli2002-11-091-10/+10
* Use g_signal_connect() instead of gtk_signal_connect(). Likewise.Ettore Perazzoli2002-11-091-21/+16
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-3/+1
* Fixes #15892Rodrigo Moya2002-10-071-0/+19
* Non-Connector part of #29334 (meeting created by a delegate in theDan Winship2002-09-281-2/+1
* we no longer need to manually save the state (e_tasks_open): we no longerJP Rosevear2002-08-011-38/+1
* Set the title of our GalViewCollection.Christopher James Lahey2002-06-041-0/+2
* added support for CAL_CLIENT_OPEN_PERMISSION_DENIED error code.Rodrigo Moya2002-05-171-0/+15
* show progress messages on the status bar.Rodrigo Moya2002-05-031-0/+5
* [Start implementing the new Search Bar design.]Ettore Perazzoli2002-03-161-2/+13
* don't append 'calendar.ics' to the URI. (get_prop): finished.Rodrigo Moya2002-02-141-2/+16
* Bumped the required version of gal.Christopher James Lahey2002-02-071-30/+36
* new verb callback (sensitize_commands): set sensitivity of mark completeJP Rosevear2002-01-041-0/+21
* only need one warning message nowJP Rosevear2002-01-041-12/+4
* confirm expunging of the tasks (tasks_control_expunge_cmd): verb callbackJP Rosevear2002-01-031-6/+131
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* added setDefaultTimezone() method.Damon Chaplin2001-10-231-2/+19
* make it a public functionRodrigo Moya2001-10-201-0/+10
* don't call calendar_config_check_timezone_set() now, since the startupDamon Chaplin2001-09-041-1/+1
* If the default category is the same as the value passed in to thisFederico Mena Quintero2001-08-021-1/+1
* The calendar search bar widget now includes a drop-down menu of availableFederico Mena Quintero2001-08-021-224/+110
* New files with a derivative of ESearchBar that generates sexps forFederico Mena Quintero2001-07-281-9/+84
* [Fix bug #4389: ETableSpecification still in .c file]Jason Leach2001-07-111-1/+2
* Add new columns for information specification (meeting_page_destroy): saveJP Rosevear2001-07-041-1/+0
* Converted to use BonoboXObject.Federico Mena Quintero2001-06-251-7/+0
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* Sync - FedericoFederico Mena Quintero2001-06-201-0/+4
* renamed from editor-page for consistency, more complete implementationJP Rosevear2001-06-021-3/+4
* New function.Federico Mena Quintero2001-05-301-1/+20
* Fix bug #2831; the tasks toolbar and menu now have a button to delete theFederico Mena Quintero2001-05-221-0/+56
* Plug leak.Federico Mena Quintero2001-04-031-2/+5
* Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-261-1/+1
* The model_rows_{inserted,deleted} signals changed names; deal with it.Federico Mena Quintero2001-03-251-2/+3
* keep list of all Tasks folders so we can update the preference settingsDamon Chaplin2001-03-051-0/+26
* Added libmenus.la.Christopher James Lahey2001-02-141-0/+47
* call task_editor_focusJP Rosevear2001-02-141-1/+2
* get the new reminder widgets (sync_entries): different callback dataJP Rosevear2001-02-061-0/+1
* <gnome.h> trimming to reduce compilation time. Likewise. Likewise.Federico Mena Quintero2001-01-301-1/+0
* make sure the status is set to "Completed". Fixes bug #1253.Damon Chaplin2001-01-241-10/+5
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-150/+34
* moved #include <cal-client/cal-client.h> to the .h file.Damon Chaplin2001-01-141-39/+229
* added new source files for the Tasks folders.Damon Chaplin2001-01-081-0/+450