index
:
gsoc2013-evolution
archive-integration
archive-integration-review
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
calendar
/
gui
/
e-cal-model.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
uncomment code that shouldn't be.
Rodrigo Moya
2005-05-06
1
-9
/
+9
*
Fixes #271679
Rodrigo Moya
2005-05-06
1
-15
/
+10
*
If the status is busy call open method again, do not remove the client. IF
Chenthill Palanisamy
2005-04-08
1
-0
/
+5
*
Remove the component from the view, if its already present before adding
Chenthill Palanisamy
2005-02-10
1
-2
/
+14
*
set instance times correctly.
Rodrigo Moya
2005-02-08
1
-29
/
+8
*
clear the component preview when we update the view.
Rodrigo Moya
2005-02-04
1
-3
/
+2
*
redo the queries after emitting the 'time_range_changed' signal, since now
Rodrigo Moya
2005-01-03
1
-1
/
+1
*
removed superfluous if check. (e_cal_view_objects_modified_cb): add all
Rodrigo Moya
2004-12-27
1
-6
/
+4
*
get instance times using the correct timezone. (redo_queries): emit
Rodrigo Moya
2004-12-23
1
-9
/
+8
*
Change copyright from ximian to novell
JP Rosevear
2004-12-22
1
-1
/
+1
*
no need to convert times now. (add_instance_cb): no need to convert here.
Rodrigo Moya
2004-12-22
1
-29
/
+18
*
Merge from recurrences-work-branch
Rodrigo Moya
2004-12-22
1
-123
/
+116
*
convert to G_DEFINE_TYPE
JP Rosevear
2004-10-14
1
-16
/
+7
*
Fixes #66344
JP Rosevear
2004-09-24
1
-2
/
+8
*
Fixes #62706
JP Rosevear
2004-08-17
1
-1
/
+5
*
guard against re-running the same query.
Rodrigo Moya
2004-08-11
1
-0
/
+3
*
Fixes #57622
Rodrigo Moya
2004-08-02
1
-52
/
+153
*
Fixes #62006
JP Rosevear
2004-07-29
1
-1
/
+3
*
Fixes #61760
JP Rosevear
2004-07-24
1
-6
/
+3
*
include config.h. See #61395.
Not Zed
2004-07-22
1
-0
/
+4
*
Fixes #57287, 58748
JP Rosevear
2004-07-14
1
-29
/
+92
*
as below
Radek Doulik
2004-07-13
1
-8
/
+8
*
removed g_assert call, since we shouldn't crash when getting wrong
Rodrigo Moya
2004-06-11
1
-1
/
+2
*
use e_cal_generate_instances_for_object instead of
Rodrigo Moya
2004-05-14
1
-7
/
+1
*
Fixes #52294
JP Rosevear
2004-05-07
1
-8
/
+44
*
fix comment and check
JP Rosevear
2004-05-07
1
-3
/
+1
*
use the source color if it is set. Yay for ugly colors.
Larry Ewing
2004-04-30
1
-2
/
+22
*
kill warning
JP Rosevear
2004-04-30
1
-2
/
+0
*
just add the client, we have protection against re-adding it any how
JP Rosevear
2004-04-08
1
-15
/
+9
*
guard against the case that we redo queries while still waiting for a
JP Rosevear
2004-03-27
1
-0
/
+4
*
Fixes #53134
JP Rosevear
2004-03-27
1
-2
/
+4
*
finds the client data for a client (cal_opened_cb): update the query
JP Rosevear
2004-03-27
1
-30
/
+61
*
fix off by one error when emitting deleted signal
JP Rosevear
2004-03-26
1
-1
/
+1
*
remove unused variable
JP Rosevear
2004-03-24
1
-2
/
+2
*
Fixes #55716
JP Rosevear
2004-03-20
1
-0
/
+4
*
set the search query (e_tasks_init): set the query to be #t by default
JP Rosevear
2004-03-16
1
-1
/
+3
*
Rename e-cal-view to e-calendar-view and fix includes
JP Rosevear
2004-03-16
1
-0
/
+2
*
Fixes #52253
JP Rosevear
2004-03-16
1
-66
/
+231
*
return "" instead of NULL if there is no default_category set. Fixes
Not Zed
2004-03-12
1
-1
/
+1
*
prevent from adding the same client more than once.
Rodrigo Moya
2004-03-04
1
-0
/
+3
*
don't assert if we can't find the component, just continue with next item
Rodrigo Moya
2004-01-22
1
-1
/
+2
*
month and week view printing works again, day view is next to fix
Radek Doulik
2004-01-18
1
-0
/
+53
*
make sure timezone value is sane (get_completed): ditto
JP Rosevear
2003-11-20
1
-2
/
+2
*
make sure the timezone value is sane
JP Rosevear
2003-11-19
1
-5
/
+5
*
emit the added signal for the correct rows
JP Rosevear
2003-11-17
1
-8
/
+5
*
add it via e-tasks (remove_uri_for_source): remove it via e-tasks
JP Rosevear
2003-11-17
1
-2
/
+2
*
use a standard calendar status (backend_cal_opened_online): ditto
JP Rosevear
2003-11-12
1
-2
/
+2
*
Remove get-vtype check from the completed-tasks query (and don't leak the
Dan Winship
2003-11-11
1
-36
/
+1
*
Various changes to merge in evolution-data-server reliance.
JP Rosevear
2003-11-07
1
-57
/
+57
*
fixed typo in menu item label.
Rodrigo Moya
2003-10-29
1
-0
/
+11
*
changed fill_component_from_model virtual method to get an ETableModel,
Rodrigo Moya
2003-10-27
1
-3
/
+2
*
Merge new-ui-branch to the trunk.
Ettore Perazzoli
2003-10-22
1
-115
/
+167
*
Add e-cal-list-view.etspec. (libevolution_calendar_la_SOURCES): Add
Hans Petter Jansson
2003-10-10
1
-3
/
+25
*
Import new libical from mainline HEAD and make appropriate changes to
Hans Petter
2003-09-12
1
-3
/
+14
*
Merged from calendar-views-with-model branch
Rodrigo Moya
2003-08-20
1
-28
/
+96
*
Merged missing bits from branch
Rodrigo Moya
2003-08-09
1
-35
/
+204
*
Merge new-calendar-branch into HEAD
Rodrigo Moya
2003-08-08
1
-0
/
+1303