Граф коммитов

66 Коммитов

Автор SHA1 Сообщение Дата
mostafah%oeone.com c82c7b9aae Renaming "category" field to "categories" to reflect the standard usage 2002-06-25 18:09:18 +00:00
mostafah%oeone.com 4ee2866875 Adding filter functionality for getTodos 2002-06-25 13:50:39 +00:00
mostafah%oeone.com 5938d5cd5c Second phase of TODO integration into calendar 2002-06-21 17:16:30 +00:00
mostafah%oeone.com cdda83d729 Fixed bug 152274: Calling fetchEvent with null parameter crashes Mozilla 2002-06-17 12:42:24 +00:00
mostafah%oeone.com 837bb4a9f3 Fixed crash caused by temporarily disabled removeObserver function 2002-06-13 13:23:23 +00:00
cbiesinger%web.de 15a321ca78 bug 115473 r=pavlov sr=brendan
Remove timer priorities
2002-06-11 20:47:04 +00:00
mostafah%oeone.com ca19c8fa2e Removing unneccessary line feed 2002-05-23 14:40:52 +00:00
mostafah%oeone.com 3b4af6676c Adding oeICalTodoImpl to build 2002-05-22 15:16:19 +00:00
mostafah%oeone.com fc2f16b790 Adding new EventDisplay component. Fixing getEvents functions to return sorted-by-occurence events 2002-05-22 14:01:38 +00:00
mostafah%oeone.com 771a011272 Adding first version of oeICalTodo component 2002-05-17 20:44:37 +00:00
mostafah%oeone.com 986ba40fe3 Added removeAllExceptions() function. And changed getExceptions() to return dates in a sorted order 2002-05-13 18:45:03 +00:00
mostafah%oeone.com b49562453f Added getFirstEventsForRange() function 2002-05-08 21:13:44 +00:00
mostafah%oeone.com c66cdd4fe6 Fixed getNextNEvents() function 2002-05-08 20:43:05 +00:00
mostafah%oeone.com e3e23f1a17 Added getPreviousOccurence() function 2002-05-08 20:42:47 +00:00
mostafah%oeone.com 69e2ed6538 Enhancing ParseIcalString.
Changing ParseIcalComponent to accept both VEVENT and VCALENDAR types.
Changing ParseIcalComponent to work properly if it is called on an existing event as a second sweep.
2002-05-01 18:02:14 +00:00
mostafah%oeone.com 157e200b55 Fixing incorrect printf FORMAT string 2002-05-01 14:11:30 +00:00
mostafah%oeone.com 1ef07d973d Replaced property for exception dates with EXDATE 2002-04-23 20:18:51 +00:00
mostafah%oeone.com 7979f812f7 Fixed bug 137987: Calendar breaks build when compiled static 2002-04-23 14:06:11 +00:00
mostafah%oeone.com 7c5e81acf7 Changing code to support multiple vevents in one iCaelndar object in ModifyEvent() & DeleteEvent() . Related to bug 135192 2002-04-18 16:32:23 +00:00
mostafah%oeone.com ec7d5ef34c Added RemoveObserver() and fixed GetNextNEvents() 2002-04-17 22:03:27 +00:00
mostafah%oeone.com 31140bf590 Unescaping given URL 2002-04-12 16:25:27 +00:00
mostafah%oeone.com e92f1ba663 Removing extra spaces after \ which made the windows makefile unusabel 2002-04-12 16:11:23 +00:00
mostafah%oeone.com d8ab232c2e Added ability in SetServer() function to resolve URLs ( Progress on bug 134008 ) 2002-04-11 20:46:18 +00:00
mostafah%oeone.com 7a1df03205 Added ability in SetServer() function to resolve URLs ( Progress on bug 134008 ) 2002-04-11 20:35:04 +00:00
mostafah%oeone.com 96ad9d4a89 Removed temporary printf's 2002-04-09 19:43:41 +00:00
mostafah%oeone.com 7327ec4eb5 Added Clone function. Fixes bug 135727 2002-04-09 19:25:41 +00:00
mostafah%oeone.com ab94b87715 Added code to discard incomplete or corrupt events 2002-04-08 21:40:09 +00:00
mostafah%oeone.com 800a3e3f88 Changed the Id attribute from long to string to follow standard 2002-04-04 22:41:14 +00:00
mostafah%oeone.com 80428863c6 Added Level1 debug flag 2002-04-04 22:39:53 +00:00
mostafah%oeone.com 9495d63b21 First effort on reading multiple VEVENTS in one VCALENDAR component: Bug 135192 2002-04-04 00:19:44 +00:00
mostafah%oeone.com e22be2d9f1 In GetSyncId() m_alarmunits was being checked instead of m_syncid. (Bug 135193)
Fixed now.
2002-04-03 19:50:00 +00:00
mostafah%oeone.com 5848499f56 Changed ical data VERSION to 2.0 & added PRODID based on patch provided by gary.frederick@jsoft.com 2002-04-03 17:19:28 +00:00
mostafah%oeone.com e1d3253ba9 Fixed bug 123576: If the recurrence month-day does not exist for a specific month, it will now be set to the last available day of the month 2002-04-02 17:37:00 +00:00
mostafah%oeone.com c5559f4391 Fixed ConvertFromPrtime() not initializing return value of icaltimetype properly 2002-03-23 00:15:05 +00:00
mostafah%oeone.com 9d9ec89d2c Replaced reusing m_alarmtimer with destroying and creating it again. This should solve the problem for alarms not firing 2002-03-22 23:04:40 +00:00
mostafah%oeone.com e14d3e9613 Fix for bug 127028: Daylight saving adjustment was miscalculated 2002-03-19 21:12:45 +00:00
mostafah%oeone.com 1a11521e80 Fixed setting alarm callback function from nsnull at init time to AlarmTimerCallback 2002-03-14 16:42:41 +00:00
mostafah%oeone.com 68807547c2 Added ability to Snooze Alarms. Removed asserts to prevent crash on an erroneous calendar file 2002-03-01 22:07:45 +00:00
mostafah%oeone.com 444ae583bb Revised javascript test 2002-03-01 21:43:14 +00:00
mostafah%oeone.com 5e8b594fb6 Removed unused header file 2002-03-01 21:41:27 +00:00
jake%acutex.net cf3786f353 Don't worry about the auto-generated Makefile's 2002-02-13 20:20:18 +00:00
mostafah%oeone.com 6c5eba1a54 Wrapped all printf's in #ifdef ICAL_DEBUG statements. This fixes bug 110780 2002-01-08 15:20:47 +00:00
mostafah%oeone.com ea315b2301 Used appropriate functions to get string values from calendar file. This fixes bug #109924 & #112117 2002-01-08 14:56:59 +00:00
mostafah%oeone.com 19ccd41fed Fixed portability issues with PRTime & PRInt64 values 2002-01-07 18:23:31 +00:00
mostafah%oeone.com b0268040c7 Fixed an ptential infinite loop in GetAlarmTime. Replaced NULLs with nsnull 2002-01-04 19:53:08 +00:00
mostafah%oeone.com e3cbab9fc1 Updated test suite 2002-01-04 19:46:31 +00:00
mostafah%oeone.com 8303aa8899 Replaced NULL's with nsnull 2002-01-04 19:27:45 +00:00
timeless%mac.com fd1dd5494e Bug 110787 don't compare against NS_OK.
r=mostafah
spelling. thinking. sleeping.
2002-01-02 20:56:17 +00:00
timeless%mac.com 96b4c299f7 Bug 110787 don't compare against NS_OK.
r=mostafah
asleep at the wheel
2002-01-02 20:39:13 +00:00
timeless%mac.com 5e55a40ad4 Bug 110787 don't compare against NS_OK.
r=mostafah
2002-01-02 20:16:07 +00:00