aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-model.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup.Matthew Barnes2009-05-291-4/+4
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-76/+76
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-23/+23
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-14/+14
| * Fix compiler warnings in calendar.Matthew Barnes2009-05-261-9/+9
| * Allow Last Modified and Created columns for event tableMilan Crha2009-04-271-0/+69
| * Possible leak fixMilan Crha2009-04-251-2/+6
* | Allow Last Modified and Created columns for event tableMilan Crha2009-04-281-0/+69
* | Possible leak fixMilan Crha2009-04-281-2/+6
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-0/+1
|\|
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-231-4/+4
| * ** Fix for bug #573122Milan Crha2009-03-041-0/+1
| * Fixes #347287.Chenthill Palanisamy2009-01-301-2/+2
| * ** Fix for bug #541209Suman Manjunath2009-01-211-1/+1
| * ** Fix for bug #567850Milan Crha2009-01-201-1/+36
| * ** Fix for bug #554454Milan Crha2009-01-141-0/+9
| * Show reason of a failure on a console too.Milan Crha2008-12-181-1/+1
| * ** Fix for bug #563633Jeff Cai2008-12-081-0/+1
| * Chenthill Palanisamy <pchenthill@novell.com> ** Fix for bug #551628 (Remove ...Suman Manjunath2008-09-141-6/+27
| * ** Fix for bug #551382Milan Crha2008-09-091-2/+2
| * Fixes #544187.Chenthill Palanisamy2008-09-081-12/+112
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-12/+16
| * Fixed some warnings.Chenthill Palanisamy2008-08-141-3/+2
| * Fixes #347287Chenthill Palanisamy2008-08-131-44/+100
* | Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-011-3/+3
* | Merge revisions 37075:37107 from trunk.Matthew Barnes2009-01-211-1/+36
* | Merge revisions 37047:37074 from trunk.Matthew Barnes2009-01-151-0/+9
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-1/+1
* | Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-111-0/+1
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-6/+27
* | Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-251-4/+4
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-24/+128
* | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-46/+101
|/
* 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
* Fixes#516408Chenthill Palanisamy2008-02-251-2/+7
* ** Fix for bug #440426Milan Crha2008-02-211-0/+4
* ** Part of fix for bug #515744Milan Crha2008-02-181-1/+4
* ** Fix for bug #475781Milan Crha2008-01-251-0/+2
* ** Fix for bug #325730Milan Crha2007-11-301-6/+9
* ** Fix for bug #325730Milan Crha2007-11-231-5/+8
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-65/+65
* 2007-09-27 mcrha Fix for bug #346686Milan Crha2007-09-271-0/+38
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-10/+15
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* Added advanced search options.Chenthill Palanisamy2007-06-041-0/+31
* ** Fixes bug #373116Matthew Barnes2007-04-021-3/+4
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Fixes #389961 Check if the item is a event before processing the end time.Wang Xin2007-01-081-16/+20
* Fixes #367183.Chenthill Palanisamy2006-11-201-1/+10
* Fixes #332101Chenthill Palanisamy2006-10-171-2/+2
* Added support Gw notes.Chenthill Palanisamy2006-07-221-0/+5
* Handle the start_time_zone != end_time_zone scenario. FixesHarish Krishnaswamy2006-07-071-0/+22
* partially fixes #332911Chenthill Palanisamy2006-05-111-0/+19
* Commiting Johnny's patch for adding ' Click to add' feature in Memo.Srinivasa Ragavan2006-04-221-0/+4
* Fixes bug 335214Irene Huang2006-04-041-0/+1
* Fixes #330842Chenthill Palanisamy2006-03-221-1/+6
* Fixes #334003Chenthill Palanisamy2006-03-131-2/+4
* Pass the client along with the id for search to handle cases where theHarish Krishnaswamy2006-02-091-2/+2
* Cleanups: - remove unused vars - remove extraneous semi-colons - add someKjartan Maraas2006-02-081-22/+4
* Fixes #324195Chenthill Palanisamy2005-12-191-0/+9
* fixes #318777Chenthill Palanisamy2005-11-281-5/+26
* gui/e-alarm-list.c gui/e-cal-component-memo-preview.cTor Lillqvist2005-11-241-1/+1
* fixes #266144, #317575.Chenthill Palanisamy2005-10-111-35/+34
* fixes #264449.Chenthill Palanisamy2005-10-031-30/+28
* Fixes #274188.Chenthill Palanisamy2005-09-301-1/+2
* Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing toTor Lillqvist2005-09-281-3/+3
* source-type is an enum not a pointer!Not Zed2005-08-241-1/+2
* Fixes #309991Chenthill Palanisamy2005-07-221-0/+26
* show the progress indication in the view while downloading calendar itemsChenthill Palanisamy2005-07-021-2/+26
* uncomment code that shouldn't be.Rodrigo Moya2005-05-061-9/+9
* Fixes #271679Rodrigo Moya2005-05-061-15/+10
* If the status is busy call open method again, do not remove the client. IFChenthill Palanisamy2005-04-081-0/+5
* Remove the component from the view, if its already present before addingChenthill Palanisamy2005-02-101-2/+14
* set instance times correctly.Rodrigo Moya2005-02-081-29/+8
* clear the component preview when we update the view.Rodrigo Moya2005-02-041-3/+2
* redo the queries after emitting the 'time_range_changed' signal, since nowRodrigo Moya2005-01-031-1/+1
* removed superfluous if check. (e_cal_view_objects_modified_cb): add allRodrigo Moya2004-12-271-6/+4
* get instance times using the correct timezone. (redo_queries): emitRodrigo Moya2004-12-231-9/+8
* Change copyright from ximian to novellJP Rosevear2004-12-221-1/+1
* no need to convert times now. (add_instance_cb): no need to convert here.Rodrigo Moya2004-12-221-29/+18
* Merge from recurrences-work-branchRodrigo Moya2004-12-221-123/+116
* convert to G_DEFINE_TYPEJP Rosevear2004-10-141-16/+7
* Fixes #66344JP Rosevear2004-09-241-2/+8
* Fixes #62706JP Rosevear2004-08-171-1/+5
* guard against re-running the same query.Rodrigo Moya2004-08-111-0/+3
* Fixes #57622Rodrigo Moya2004-08-021-52/+153
* Fixes #62006JP Rosevear2004-07-291-1/+3
* Fixes #61760JP Rosevear2004-07-241-6/+3
* include config.h. See #61395.Not Zed2004-07-221-0/+4
* Fixes #57287, 58748JP Rosevear2004-07-141-29/+92
* as belowRadek Doulik2004-07-131-8/+8
* removed g_assert call, since we shouldn't crash when getting wrongRodrigo Moya2004-06-111-1/+2
* use e_cal_generate_instances_for_object instead ofRodrigo Moya2004-05-141-7/+1
* Fixes #52294JP Rosevear2004-05-071-8/+44
* fix comment and checkJP Rosevear2004-05-071-3/+1
* use the source color if it is set. Yay for ugly colors.Larry Ewing2004-04-301-2/+22
* kill warningJP Rosevear2004-04-301-2/+0
* just add the client, we have protection against re-adding it any howJP Rosevear2004-04-081-15/+9
* guard against the case that we redo queries while still waiting for aJP Rosevear2004-03-271-0/+4
* Fixes #53134JP Rosevear2004-03-271-2/+4
* finds the client data for a client (cal_opened_cb): update the queryJP Rosevear2004-03-271-30/+61
* fix off by one error when emitting deleted signalJP Rosevear2004-03-261-1/+1
* remove unused variableJP Rosevear2004-03-241-2/+2
* Fixes #55716JP Rosevear2004-03-201-0/+4
* set the search query (e_tasks_init): set the query to be #t by defaultJP Rosevear2004-03-161-1/+3
* Rename e-cal-view to e-calendar-view and fix includesJP Rosevear2004-03-161-0/+2
* Fixes #52253JP Rosevear2004-03-161-66/+231
* return "" instead of NULL if there is no default_category set. FixesNot Zed2004-03-121-1/+1
* prevent from adding the same client more than once.Rodrigo Moya2004-03-041-0/+3
* don't assert if we can't find the component, just continue with next itemRodrigo Moya2004-01-221-1/+2
* month and week view printing works again, day view is next to fixRadek Doulik2004-01-181-0/+53
* make sure timezone value is sane (get_completed): dittoJP Rosevear2003-11-201-2/+2
* make sure the timezone value is saneJP Rosevear2003-11-191-5/+5
* emit the added signal for the correct rowsJP Rosevear2003-11-171-8/+5
* add it via e-tasks (remove_uri_for_source): remove it via e-tasksJP Rosevear2003-11-171-2/+2
* use a standard calendar status (backend_cal_opened_online): dittoJP Rosevear2003-11-121-2/+2
* Remove get-vtype check from the completed-tasks query (and don't leak theDan Winship2003-11-111-36/+1
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-57/+57
* fixed typo in menu item label.Rodrigo Moya2003-10-291-0/+11
* changed fill_component_from_model virtual method to get an ETableModel,Rodrigo Moya2003-10-271-3/+2
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-115/+167
* Add e-cal-list-view.etspec. (libevolution_calendar_la_SOURCES): AddHans Petter Jansson2003-10-101-3/+25
* Import new libical from mainline HEAD and make appropriate changes toHans Petter2003-09-121-3/+14
* Merged from calendar-views-with-model branchRodrigo Moya2003-08-201-28/+96
* Merged missing bits from branchRodrigo Moya2003-08-091-35/+204
* Merge new-calendar-branch into HEADRodrigo Moya2003-08-081-0/+1303