aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/tasks-control.c
Commit message (Expand)AuthorAgeFilesLines
* More refactoring of settings management.Matthew Barnes2009-08-091-333/+0
* Fix excessive whitespace.Matthew Barnes2009-07-141-2/+0
* More code cleanup.Matthew Barnes2009-06-021-6/+6
* Whitespace cleanup.Matthew Barnes2009-05-291-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-8/+8
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-3/+3
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-2/+2
| * Fix compiler warnings in calendar.Matthew Barnes2009-05-261-1/+1
| * Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-241-13/+13
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-2/+22
|\|
| * ** Fix for bug #523802Milan Crha2009-04-081-5/+51
| * ** Fix for bug #225712Milan Crha2009-01-191-1/+1
| * Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-111-1/+0
| * Remove unneeded #include <libgnomeui/gnome-app.h>. Remove unneededMatthew Barnes2009-01-111-1/+0
| * ** Fixes bug #567276Matthew Barnes2009-01-111-8/+0
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-161-14/+14
| * ** Fixes bug #546892Matthew Barnes2008-08-121-1/+1
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-10/+0
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-14/+14
* | Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-301-76/+0
* | Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-251-141/+0
* | Add popup menu stubs for calendars, tasks and memos.Matthew Barnes2008-09-111-19/+0
* | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-1/+1
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-4/+1
* ** Fixes bug 474651Tobias Mueller2007-12-141-0/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-17/+17
* Warning fixes: - NULL vs 0 vs FALSE/TRUE - ANSIfication of declarations -Kjartan Maraas2007-10-241-1/+1
* ** Fixes bug #477045Matthew Barnes2007-09-281-2/+14
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-4/+8
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Clean up printing in Evolution (bug #426816)Matthew Barnes2007-04-201-26/+14
* Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-301-1/+0
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Fixes #270751Chenthill Palanisamy2006-12-041-1/+1
* Fixes shared memos for File system.Chenthill Palanisamy2006-08-101-1/+1
* Committing patch from PR Suman to add icons missing in menu items.Srinivasa Ragavan2006-04-261-0/+8
* Committed Rajeev's patch.Srinivasa Ragavan2006-02-151-0/+3
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-261-1/+7
* Several bug fixes under calendar. Use common shortcut for preview pane.Srinivasa Ragavan2005-10-071-3/+27
* fixes #258786.Chenthill Palanisamy2005-10-011-3/+2
* Added support for the Target selection for 'Tasks'. Resolved one undefinedShakti Sen2005-08-021-39/+55
* Fixes:248126 Added 2 Bonobo UI verbs for Assign Task and Forward asViren.l2005-07-251-3/+69
* Creating the tasks-menu. Activated/deactivated the menu. In brief, addedShakti Sen2005-07-221-0/+3
* Fixes #46404JP Rosevear2005-01-221-40/+3
* guard config.hJP Rosevear2004-10-081-1/+3
* kill warning by checking if there is a default client first (can happenJP Rosevear2004-08-051-1/+4
* Remove the calendar and task list controlsDan Winship2004-05-121-111/+0
* renamed to _source and made them work with ESource's.Rodrigo Moya2004-01-221-1/+12
* update protosJP Rosevear2004-01-181-87/+8
* Revert William McCann's patch of 2003-12-19 until we can get consistentJP Rosevear2004-01-131-1/+0
* open a dialog for the selected task. ditto. add a menu item for "OpenKidd Wang2004-01-061-0/+16
* make sure there is a ui containerJP Rosevear2003-12-201-0/+3
* Remove separators from dialogs. Use frame style recommended by the HIG.William Jon McCann2003-12-201-0/+1
* made it public.Rodrigo Moya2003-12-171-4/+4
* Do not call control_util_set_folder_bar_label().Ettore Perazzoli2003-12-041-2/+0
* no need to have a selection for Paste to work.Rodrigo Moya2003-11-241-1/+1
* add a uriJP Rosevear2003-11-171-1/+2
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-2/+2
* removed.Rodrigo Moya2003-10-311-2/+7
* removed repeated initialization. (calendar_component_peek): use G_STRLOCRodrigo Moya2003-10-251-7/+2
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-2/+2
* Fix an unused variableDan Winship2003-07-231-3/+3
* s/expunge/purge.Rodrigo Moya2003-07-171-10/+10
* Fixes #45524Rodrigo Moya2003-07-021-17/+0
* Remove debug output.Hans Petter Jansson2003-06-241-0/+10
* Fixes #43455Rodrigo Moya2003-05-291-29/+14
* Fixes part of #41148, #41216 and #41235Rodrigo Moya2003-04-231-2/+2
* [ fixes #21499 ]Rodney Dawes2003-04-191-1/+1
* Update for e_notice moveDan Winship2003-03-251-4/+11
* Enable printing for calendar and tasks.Hans Petter Jansson2003-02-121-98/+46
* Don't insist appointment is updated if both old and new summary are blank.Hans Petter Jansson2003-01-251-0/+1
* Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-231-1/+1
* applied patch from Frederic Crozat <fcrozat@mandrakesoft.com>Radek Doulik2003-01-221-4/+3
* Removed. Removed.Ettore Perazzoli2003-01-141-1/+1
* Replace gtk_signal_disconnect_by_data() withHans Petter Jansson2002-12-191-1/+1
* Use g_object_ref()/g_object_unref() instead ofEttore Perazzoli2002-11-091-3/+3
* Use g_signal_connect() instead of gtk_signal_connect(). Likewise.Ettore Perazzoli2002-11-091-5/+2
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-16/+24
* Fixes #30057Rodrigo Moya2002-10-031-3/+12
* don't set the tasks ui component until the container is set, remove unusedJP Rosevear2002-08-211-5/+2
* [Start implementing the new Search Bar design.]Ettore Perazzoli2002-03-161-2/+7
* Add <visible>False</visible> to cal-prefs-dialog so it doesn't get shownEttore Perazzoli2002-03-131-20/+0
* added support for printing the Tasks table. I hacked it a bit so the userDamon Chaplin2002-03-051-0/+213
* display an error message if the call to gnome_calendar_open orRodrigo Moya2002-02-271-1/+11
* don't append 'calendar.ics' to the URI. (get_prop): finished.Rodrigo Moya2002-02-141-12/+5
* pass meeting boolean for gnome_calendar_edit_object andJP Rosevear2002-02-081-1/+1
* new verb callback (sensitize_commands): set sensitivity of mark completeJP Rosevear2002-01-041-0/+18
* only need one warning message nowJP Rosevear2002-01-041-34/+2
* confirm expunging of the tasks (tasks_control_expunge_cmd): verb callbackJP Rosevear2002-01-031-0/+94
* updated code to handle DATE values.Damon Chaplin2001-10-301-6/+4
* Fix the verb names for the pixmaps in the Edit menu; they were out ofFederico Mena Quintero2001-10-301-4/+4
* 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
* Update pixmap menu paths; /menu/ComponentToolsPlaceholder/Tools ->Ettore Perazzoli2001-09-281-13/+13
* don't call calendar_config_check_timezone_set() now, since the startupDamon Chaplin2001-09-041-1/+4
* used new_task-16.png and goto-16.png.Damon Chaplin2001-08-201-1/+1
* added Cut/Copy/Paste icons for toolbar.Damon Chaplin2001-08-201-1/+3
* uses new delete icons in menu & toolbar.Damon Chaplin2001-08-201-0/+2
* used new Save/Save As icons.Damon Chaplin2001-08-191-2/+5
* Update the paths of the Tools menu according to the changes in the XMLEttore Perazzoli2001-08-121-6/+6
* added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-071-0/+3
* The calendar search bar widget now includes a drop-down menu of availableFederico Mena Quintero2001-08-021-2/+6
* Sync from OLS - FedericoFederico Mena Quintero2001-08-011-0/+21
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-1/+4
* call e_calendar_table_cut_clipboard with the correct objectRodrigo Moya2001-06-301-2/+8
* new functions for allowing the execution of clipboard-related commandsRodrigo Moya2001-06-281-0/+51
* Converted to use BonoboXObject.Federico Mena Quintero2001-06-251-0/+1
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* moved the function to check for a default timezone to calendar-config.c,Damon Chaplin2001-06-201-0/+4
* New function.Federico Mena Quintero2001-05-301-31/+51
* #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h"Dan Winship2001-05-281-1/+1
* Fix bug #2831; the tasks toolbar and menu now have a button to delete theFederico Mena Quintero2001-05-221-1/+41
* unref the property bag when we finish with itJP Rosevear2001-05-091-0/+1
* Blessed by Ettore.Gediminas Paulauskas2001-04-021-2/+10
* Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-261-2/+5
* Added libmenus.la.Christopher James Lahey2001-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
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-1/+1
* changed the signature of the property_bag get/set functionsDietmar Maurer2001-01-151-0/+4
* moved #include <cal-client/cal-client.h> to the .h file.Damon Chaplin2001-01-141-1/+2
* added new source files for the Tasks folders.Damon Chaplin2001-01-081-0/+225