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
e3d9fae9d96c11646104f296eaebcd7'>- Update to 0.2.903miwi2008-09-012-11/+5 * - Update to 0.2.902miwi2008-08-262-5/+4 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-2/+0 * Update x11-drivers/xf86-video-intel to 2.4.0.flz2008-07-314-8/+8 * Update to 2.3.2.delphij2008-07-236-10/+14 * Update to 2.1.10.delphij2008-07-162-4/+4 * Update x11-drivers/xf86-video-nv to 2.1.9.flz2008-06-282-5/+4 * Update x11-drivers/xf86-video-ati to 6.9.0 and separate mach64 and r128jkim2008-06-2816-21/+80 * - Fix x11-drivers/synaptics after latest xorg-server update.flz2008-06-183-14/+9 * - Add conflicts with xf86-video-sis-intel.chinsan2008-06-141-0/+2 * Add xf86-video-sis-intel 300407, x.Org sis display driver provided bychinsan2008-06-1415-0/+351 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-0667-34/+67 * - Update 1.2.1miwi2008-04-206-10/+52 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-10/+7 * - Update to 1.2.0pav2008-04-114-8/+8 * Update x11-drivers/xf86-video-intel to 2.2.1.flz2008-04-014-8/+8 * Update x11-drivers/xf86-video-nv to 2.1.8.flz2008-03-312-4/+4 * - Mark BROKEN on 5.Xpav2008-03-151-1/+7 * Add patch to fix possibly insecure mouse behavior when switching VT.flz2008-03-132-0/+39 * - Make the IGNORE message even more explicit when there areflz2008-03-131-1/+1 * Add patch to fix mouse pointer coordinates.flz2008-03-132-0/+29 * Remove support for XFree8-4.flz2008-03-082-24/+0 * Fix pkg-plist.flz2008-03-074-4/+6 * Update x11-drivers/xf86-video-ati to 6.8.0.flz2008-03-064-8/+8 * Remove quirk for openchrome as it now installs openchrome_drv.so insteadflz2008-03-061-1/+1 * Oops, bump PORTREVISION to remake on amd64.nork2008-02-201-1/+1 * o Fix invalid synaptics issue with x11-drivers/xf86-input-voidnork2008-02-202-5/+10 * Update xf86-video-ati to 6.7.197.flz2008-02-074-8/+8 * Update xf86-video-nv to 2.1.7.flz2008-02-072-4/+4 * Add glproto to USE_XORG.flz2008-01-191-1/+1 * - Update port to 0.2.901.flz2008-01-116-62/+29 * Rollback to xf86-video-mga 1.4.7 (and patches from master as of today).flz2008-01-023-4/+156 * Rollback to xf86-video-intel 2.1.1 before anyone notices.flz2008-01-024-8/+8 * Update x11-drivers/xf86-video-radeonhd to 1.1.0.flz2008-01-024-8/+8 * Update x11-drivers/xf86-video-intel to 2.2.0.flz2008-01-024-8/+8 * Turn off via video driver for sparc64. It doesn't make sense, and currentlylinimon2007-12-251-1/+3 * Update x11-drivers/xf86-video-ati to 6.7.196.flz2007-12-134-8/+8 * Update x11-drivers/xf86-video-i810 to 1.7.4.flz2007-12-122-5/+4 * - Make intel driver default rather than i810.flz2007-12-121-3/+5 * Update to 1.0.0 which adds, among other things, working MacBook Pro support.marcus2007-12-034-12/+12 * Unbreak pthread-related issues on 5.xade2007-11-272-7/+7 * Mark as broken on 5.x: fails to find pthread.h.linimon2007-11-251-1/+1 * Mark as BROKEN on 5.x: fails to compile.linimon2007-11-221-1/+7 * Update to 2.1.6.delphij2007-10-262-4/+4 * Re-add patch-at_scancode.c and patch-bsd_kbd.c, which prior tomarius2007-10-253-0/+65 * This package contains the X.Org xf86-video-radeonhd driver.miwi2007-10-239-0/+59 * Update xf86-input-mouse to 1.2.3.flz2007-10-152-4/+4 * Update xf86-video-ati to 6.7.195.flz2007-10-104-8/+8 * - Don't add sunffb video driver to VIDEO_OFF on !sparc64 as itflz2007-10-101-9/+23 * Update xf86-video-mga to 1.9.100.flz2007-10-102-4/+4 * Update xf86-video-nv to 2.1.5.flz2007-10-102-5/+4 * Update xf86-video-ati to 6.7.194.flz2007-10-104-8/+8 * Update xf86-input-vmmouse to 12.4.3.flz2007-10-102-5/+4 * Update xf86-video-vmware to 10.15.2.flz2007-10-102-4/+4 * Add xf86-video-openchrome 0.2.6, an alternative driver for VIA chipsets.flz2007-10-106-0/+81 * Fix CATEGORIES after repocopy from x11-serverserwin2007-10-071-1/+1 * Change to new x11-drivers category.nork2007-10-061-0/+1 * Update distinfo. Previous checksum was for non-official vmmouse release.flz2007-09-212-3/+4 * Update x11-drivers/xf86-video-driver to 6.7.193.flz2007-09-204-8/+8 * Bump PORTREVISION after xorg-server ABI change.flz2007-09-1528-6/+28 * - Update X.org ports to 7.3.flz2007-09-1451-111/+184 * Take over maintainership.flz2007-09-141-1/+1 * [maintainer update] x11-drivers/xf86-input-vmmouse: update to 12.4.2edwin2007-09-122-4/+4 * - Update to 12.4.1miwi2007-09-073-5/+4 * Add intel driver to VIDEO_OFF and check for conflict with i810.flz2007-08-291-2/+6 * Style fix (xextproto listed twice).flz2007-08-291-1/+1 * Add sunffb to VIDEO_ON on sparc64.flz2007-08-291-2/+11 * - Don't depend on xlibs.flz2007-08-291-63/+53 * Update x11-drivers/xf86-video-nv to 2.1.3.flz2007-08-242-4/+4 * Update x11-drivers/xf86-video-nv to 2.1.2.flz2007-07-193-6/+4 * xf86-video-intel: update to 2.1.0anholt2007-07-066-8/+12 * This package contains the X.Org xf86-input-vmmouse driver.miwi2007-06-045-0/+29 * Add conflicts with xf86-video-intel.lesi2007-06-011-0/+2 * Add xf86-video-intel driver that obsoletes xf86-video-i810 one. It willlesi2007-06-019-0/+95 * - Welcome X.org 7.2 \o/.flz2007-05-20245-12/+2109 * Update to 0.14.6.nork2006-08-133-41/+50 * Add a description of CorePointer, and Cosmetic change.nork2006-03-191-2/+7 * Oops, fix typo.nork2006-03-191-1/+1 * Fix up some parameters and messages.nork2006-03-191-10/+23 * o Refrect my environment values.nork2006-03-193-7/+13 * o Rename .o to .so. [1]nork2006-03-193-10/+16