aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-model-tasks.c
Commit message (Expand)AuthorAgeFilesLines
* Convert ETableModel to an interface.Matthew Barnes2013-06-191-22/+38
* ETable-related cleanups.Matthew Barnes2013-06-191-352/+338
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-25/+37
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+6
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-1/+0
* Adapt calendar/gui to the new ESource API.Matthew Barnes2012-06-031-2/+6
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-3/+6
* Coding style and whitespace cleanup.Matthew Barnes2012-01-191-2/+2
* Bug #582649 - Toggle for coloring today and overdue tasksMilan Crha2011-12-141-5/+108
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-32/+63
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-5/+9
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Fix Gtk-Doc comment notation.Matthew Barnes2011-03-021-8/+8
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-6/+2
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-1/+0
* Add extensions to configure calender widgets.Matthew Barnes2010-03-201-28/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-1/+1
* Bug #329693 - Add contexts to translated "None" wordsMilan Crha2009-12-241-1/+5
* Bug #555901 - Preserve Start/End/Due timezone when editing in list viewMilan Crha2009-10-161-50/+4
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-4/+4
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-0/+2
* Replace more "config" classes with property bindings.Matthew Barnes2009-08-061-57/+193
* More whitespace cleanup.Matthew Barnes2009-07-191-2/+2
* Fix excessive whitespace.Matthew Barnes2009-07-141-2/+0
* Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-091-1/+1
* More code cleanup.Matthew Barnes2009-06-021-2/+2
* Whitespace cleanup.Matthew Barnes2009-05-291-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-58/+58
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-18/+18
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * Fix compiler warnings in calendar.Matthew Barnes2009-05-261-17/+17
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-161-12/+16
* | Get the calendar's memopad and taskpad working.Matthew Barnes2008-10-301-1/+1
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-12/+16
|/
* 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-1/+1
* ** Fix for bug #516453Milan Crha2008-02-151-0/+2
* Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #240073 (Cancelled ...Suman Manjunath2008-01-281-1/+13
* ** Fixes bug 474651Tobias Mueller2007-12-141-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-21/+21
* 2007-09-27 mcrha Fix for bug #346686Milan Crha2007-09-271-0/+3
* 2007-09-27 mcrha Fix for bug #324472Milan Crha2007-09-271-49/+64
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* ** Fixes bug #373116Matthew Barnes2007-04-021-2/+16
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Fixes #389966 Do not create the status property if its pointing to None.Wang Xin2007-01-081-1/+1
* Fixes #332101Chenthill Palanisamy2006-10-171-2/+1
* Fixes #235909.Chenthill Palanisamy2006-08-081-2/+9
* Fix for bug #329772Srinivasa Ragavan2006-07-141-0/+45
* Cleanups: - remove unused vars - remove extraneous semi-colons - add someKjartan Maraas2006-02-081-20/+1
* Use e_util_mkdir_hier() instead of e_mkdir_hier().Simon Zheng2006-01-101-1/+1
* changing "cancelled" (British English) to "canceled" (American English).Andre Klapper2006-01-061-2/+2
* Use e_util_utf8_strcasecmp() to do proper comparison of translated (UTF-8)Tor Lillqvist2005-12-171-5/+6
* fixes #264449.Chenthill Palanisamy2005-10-031-0/+28
* Add reserved field for an empty structure. Add reserved field for an emptyMengjie Yu2005-07-271-0/+1
* Now not marking geographical locations for translation. Fixes #261080Sushma Rai2005-05-121-2/+2
* Fixes #69663JP Rosevear2005-01-041-1/+11
* convert to G_DEFINE_TYPEJP Rosevear2004-10-141-27/+21
* Fixes #66344JP Rosevear2004-09-241-2/+2
* Fixes #66158JP Rosevear2004-09-221-1/+6
* include missing string.h, to avoid problems in 64 bit builds.Rodrigo Moya2004-09-021-0/+1
* as belowRadek Doulik2004-07-131-4/+4
* use/set the DUE date, not the DTEND date.Rodrigo Moya2004-05-111-3/+3
* Fixes #52294JP Rosevear2004-05-071-9/+38
* fix comment and checkJP Rosevear2004-05-071-3/+6
* remove useless debug statementJP Rosevear2004-05-041-1/+0
* Fixes #52270 and #57593JP Rosevear2004-04-281-67/+75
* compare the start time and the due time only when both are not null.Kidd Wang2004-04-271-4/+14
* Fixes #52271Gary Ekker2004-04-161-1/+6
* refuse to update the task info if due date is before start date.Harry Lu2004-02-091-4/+38
* use the colors from the model as background, not as foreground.Rodrigo Moya2004-01-251-2/+1
* correct property name c/p errorJP Rosevear2004-01-201-1/+1
* removed assertion.Rodrigo Moya2004-01-151-2/+1
* Revert William McCann's patch of 2003-12-19 until we can get consistentJP Rosevear2004-01-131-1/+0
* Remove separators from dialogs. Use frame style recommended by the HIG.William Jon McCann2003-12-201-0/+1
* make sure timezone value is sane (get_completed): dittoJP Rosevear2003-11-201-10/+10
* return boolean not ECalStatus (update_objects): ditto (process_item_fn):JP Rosevear2003-11-111-5/+1
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-11/+11
* changed fill_component_from_model virtual method to get an ETableModel,Rodrigo Moya2003-10-271-10/+10
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-5/+9
* Import new libical from mainline HEAD and make appropriate changes toHans Petter2003-09-121-3/+3
* Merged from calendar-views-with-model branchRodrigo Moya2003-08-201-1/+3
* Merged missing bits from branchRodrigo Moya2003-08-091-25/+136
* Merge new-calendar-branch into HEADRodrigo Moya2003-08-081-0/+904