Rev. | Time | Author |
---|---|---|
9224168 | 2010-04-04 04:10:50 | Aron Cedercrantz |
Fixed the broken description method of CDEvent. |
||
9744e89 | 2010-04-04 03:46:48 | Aron Cedercrantz |
Changed SDK to macosx10.5. |
||
121921d | 2010-04-04 03:45:55 | Aron Cedercrantz |
Added requirement section to readme. |
||
a5574f9 | 2010-04-04 03:29:50 | Aron Cedercrantz |
Added CDEventsCallback implementation. |
||
8c85f25 | 2010-04-04 03:29:37 | Aron Cedercrantz |
Changed the lastEvent property in CDEvents to be readwrite (retain). |
||
5d617ca | 2010-04-04 03:28:58 | Aron Cedercrantz |
Renamed the only method of the CDEventsDelegate protocol. |
||
e30e3ab | 2010-04-04 03:27:22 | Aron Cedercrantz |
Fixed some documentation comments in CDEvents.h. |
||
5fcde7d | 2010-04-04 03:27:02 | Aron Cedercrantz |
Added @since documentation tag to most items in CDEvent.h. |
||
d5a9239 | 2010-04-04 03:02:59 | Aron Cedercrantz |
Fixed the copyWithZone: method to reflect the current ivars. |
||
56de361 | 2010-04-04 03:02:40 | Aron Cedercrantz |
Fixed the call to create event stream method in the init methods. |
||
21eb037 | 2010-04-04 03:02:03 | Aron Cedercrantz |
Added calls to the dispose event stream method in the dealloc and finalize methods. |
||
966cfd1 | 2010-04-04 03:01:41 | Aron Cedercrantz |
Added createEventStream method. |
||
1cd1dba | 2010-04-04 03:01:25 | Aron Cedercrantz |
Added disposeEventStream method. |
||
7e987a2 | 2010-04-04 03:01:02 | Aron Cedercrantz |
Fixed method name for create and disposal of event streams. |
||
2af5708 | 2010-04-04 02:58:41 | Aron Cedercrantz |
Added event stream flags constant. |
||
2a08143 | 2010-04-04 02:58:12 | Aron Cedercrantz |
Added private API; create and dispose of an event stream and a callback function. |
||
1c660b1 | 2010-04-04 02:57:12 | Aron Cedercrantz |
Added init methods. |
||
3ca1889 | 2010-04-04 02:56:28 | Aron Cedercrantz |
Added implementation of sinceEventIdentifier property. |
||
92ec692 | 2010-04-04 02:56:06 | Aron Cedercrantz |
Fixed the return type of two init* methods. |
||
4989f95 | 2010-04-04 02:55:42 | Aron Cedercrantz |
Added since event identifier ivar and property. |
||
4e5bf67 | 2010-04-04 00:14:29 | Aron Cedercrantz |
Changed the way to start/init a CDEvents object. |
||
c97f7d0 | 2010-04-04 00:13:36 | Aron Cedercrantz |
Marked +lastEventIdentifierForURL:time: to be included in 1.1.0 instead of 1.0.0. |
||
8ad1320 | 2010-04-04 00:13:04 | Aron Cedercrantz |
Changed the type of the instance variable and property for excluded URLs to NSArray. |
||
fd46126 | 2010-04-03 23:51:40 | Aron Cedercrantz |
Fixed the return type of +currentEventIdentifier. |
||
fe1c20f | 2010-04-03 23:44:10 | Aron Cedercrantz |
Added +currentEventIdentifier class method. |
||
9b4948a | 2010-04-03 23:35:41 | Aron Cedercrantz |
Added NSCopying protocol implementation. |
||
acb94d7 | 2010-04-03 23:35:15 | Aron Cedercrantz |
Added init/dealloc/finalize methods. |
||
06e6841 | 2010-04-03 23:34:48 | Aron Cedercrantz |
Changed the type of the watched URLs instance variable to NSArray. |
||
df4ffe4 | 2010-04-03 23:34:20 | Aron Cedercrantz |
Added default "ignore events from sub directories" value. |
||
544be36 | 2010-04-03 23:30:22 | Aron Cedercrantz |
Added properties synthesize directives. |