Commit Graph

1854 Commits

Author SHA1 Message Date
bsmedberg%covad.net
c887104a34 Bug 272189 - enable crypto by default, and make the list of default extensions app-specific r=darin a=mitchell 2004-12-01 13:02:07 +00:00
vladimir%pobox.com
d0de9f6af1 commented-out cpp lines in calendar/base/src/Makefile.in; the checked-in files should be up to date. uncomment if you're working on the js.pre files. yes, this sucks. 2004-12-01 07:39:48 +00:00
shaver%mozilla.org
db9f9b3895 - Make .jsDate work again, by resolving the property correctly.
- Better handling of non-Date (non-Object) values assigned to .jsDate.
2004-11-30 13:25:00 +00:00
dbaron%dbaron.org
e2aa2edb92 Use preprocessor instead of separate files for platform-specific parts of forms.css. b=272151 r+sr=bryner 2004-11-30 06:04:04 +00:00
vladimir%pobox.com
be882eca76 moved properties out of calIItemBase; replaced with explicit get/set/delete methods, to control mutable access. notpartofthebuild 2004-11-30 00:23:37 +00:00
vladimir%pobox.com
d776eff0fb added base/providers to calendar Makefile.in 2004-11-29 23:40:29 +00:00
vladimir%pobox.com
8f6f2d675f calendar: updated calIRecurrenceInfo idl, notpartofthebuild 2004-11-29 22:40:40 +00:00
dmose%mozilla.org
499bf745e1 Merged in recent changes to calMemoryCalendar (not part of the build) 2004-11-29 21:07:10 +00:00
dmose%mozilla.org
ea66176569 Indentation fixes (not part of the build) 2004-11-29 21:06:17 +00:00
mvl%exedo.nl
de524e2d65 Convert filename to native charset before trying to open() them
bug 212776, r=mostafah
2004-11-29 17:37:09 +00:00
mostafah%oeone.com
cb22d7bf0c Updated translation 2004-11-29 14:43:56 +00:00
mostafah%oeone.com
2f715f4480 Updated translation 2004-11-29 14:33:57 +00:00
mats.palmgren%bredband.net
0a13391261 Add missing CSS3 cursor resources to win32 static builds. b=260713 r=dean_tessman sr=dbaron 2004-11-26 19:49:53 +00:00
mostafah%oeone.com
60a5cfabbc Checked in patch for bug 271790:
calendarService.js contains debug dumps
2004-11-26 14:15:22 +00:00
shaver%mozilla.org
5048b95186 explicitly link in the JS library, to fix OS X calendar build 2004-11-26 06:14:11 +00:00
shaver%mozilla.org
141ef7b927 More ICS parsing work:
- richer support for property manipulation
 - includes X-PROPERTY capabilities
 - stubbed-in property-parameter support
2004-11-25 20:25:41 +00:00
dmose%mozilla.org
c7be320a44 Checkpointing beginnings of caldav and testing work; not part of the build 2004-11-25 18:02:27 +00:00
shaver%mozilla.org
d348ca2880 a few more attributes for interop; rename visibility to icalClass 2004-11-25 18:02:11 +00:00
shaver%mozilla.org
660aba3f98 Make in-memory calendar actually work:
- Don't share the prototype's mObservers and mItems with all instances.
- Enumerate mItems as an object, not an array, since that's how we use it.
- Commonize occurrence-creation logic.
- Fix itemNotCompleted filter to trigger on COMPLETED_NO instead of
  COMPLETED_YES.
- Use instanceof rather than QI failure (which will throw, and uglifies control
  flow) to check item type.
- Handle items with no startTime/endTime specified.
- Unify brace style.
- Use constant for END_OF_TIME.
2004-11-25 16:55:31 +00:00
shaver%mozilla.org
539599b6d4 mutable, immutable, what's the difference? 2004-11-25 14:55:03 +00:00
mvl%exedo.nl
bfc2f3909e use nsIScriptableUnicodeConverter to convert from array to string.
bug 248884, r=mostafah
2004-11-24 22:14:30 +00:00
mostafah%oeone.com
be14f80cef Checked in attachment 166677 for bug 269009:
Make "New Calendar..." dialog more intuitive
2004-11-24 22:02:24 +00:00
mostafah%oeone.com
348673c42d Checked in attachment 166615 and 166616 for bug 269266:
Create/maintain Mac OS X pinstripe theme for Sunbird
2004-11-24 21:55:01 +00:00
mostafah%oeone.com
318058fefd Checked in patch for bug 269655: Error: autocomplete controller has no properties 2004-11-24 21:47:57 +00:00
shaver%mozilla.org
2ec8d67455 ICS serialization, plus basic component construction and connection 2004-11-24 08:51:07 +00:00
vladimir%pobox.com
cd0d681d53 added calICalendar param to calIOperationListener. Added calCompositeCalendar impl. notpartofthebuild 2004-11-23 23:40:06 +00:00
shaver%mozilla.org
ab6a36852c attendee support 2004-11-23 23:24:36 +00:00
bsmedberg%covad.net
0d80d2802c Bug 261232 - Require builders to specify application(s) to client.mk and configure when building r=cls (plus additional approval from pinkerton for camino-specific changes) 2004-11-23 22:22:58 +00:00
shaver%mozilla.org
d1bf6d2f33 a notxpcom way to convert a calIDateTime to an icaltimetype, and some more ICS stuff 2004-11-23 22:16:58 +00:00
shaver%mozilla.org
30115ed340 Beginnings of an ICS parser service. 2004-11-23 20:11:28 +00:00
mvl%exedo.nl
f9eade4b2b bustage fix from bug 265274 2004-11-23 09:57:39 +00:00
vladimir%pobox.com
867a14fae5 updated memory/storage for new calICalendar, notpartofthebuild.com 2004-11-23 01:37:43 +00:00
vladimir%pobox.com
e1747fcd45 calItemBase updates; hit return too soon. 2004-11-23 01:36:55 +00:00
vladimir%pobox.com
300bff69af src/calItemBase.js 2004-11-23 01:36:32 +00:00
vladimir%pobox.com
31e41dec43 b=270903, calICalendar updates, r=dmose; not part of the build 2004-11-23 01:31:45 +00:00
mvl%exedo.nl
5fe7cfea7b Provide a way to share calendars on a lan. No UI etc yet.
Provide a way to automatically reload a calendar. Also no UI
bug 265274, patch by arusso@aequilibrium.com, r=mvl
2004-11-22 21:58:35 +00:00
shaver%mozilla.org
db57a77c2c move calBaseCID.h to public/ 2004-11-22 20:41:01 +00:00
shaver%mozilla.org
d91a7968ca IDs for parser service 2004-11-22 20:25:42 +00:00
shaver%mozilla.org
4998188056 simple ICS parser service interface 2004-11-22 20:24:13 +00:00
mvl%exedo.nl
6c66b63f9a don't die if there is no throbber
bug 268602, r=gekacheka
2004-11-22 18:30:06 +00:00
shaver%mozilla.org
f5dccd7247 better scriptable flags to permit resolve-mutation but not arbitrary annotation 2004-11-20 19:23:54 +00:00
mostafah%oeone.com
55ddaa8fcc Updated translation based on http://83.65.88.2/~robert/mozilla/de-AT.xpi
on Nov 19th 2004
2004-11-19 16:02:25 +00:00
mostafah%oeone.com
a6d9cd011d Checked in attachment 164935 for bug 220075:
Make task start date/due date optional.
2004-11-19 15:15:19 +00:00
vladimir%pobox.com
984e7344b7 implement toString() and jsDate attribute on calDateTime, not part of the build. 2004-11-19 02:52:10 +00:00
vladimir%pobox.com
3ed5153e77 continuing cal provider fixes. not part of the build. 2004-11-19 01:01:40 +00:00
vladimir%pobox.com
6cf034315c continuing calItemBase/calEvent fixes. not part of the build. 2004-11-19 00:59:49 +00:00
vladimir%pobox.com
dbb5a1ab8b calendar build fixes; also updated datetime impl for timezone handling on nativetime set 2004-11-18 07:06:43 +00:00
vladimir%pobox.com
c9da6321d8 Impl fixes; don't try to clone/makeImmutable null interface members 2004-11-18 06:46:07 +00:00
mostafah%oeone.com
e94c73c874 Updated translation 2004-11-17 20:52:52 +00:00
mostafah%oeone.com
3f1d9935b1 Checked in attachment 165963,165964,165967 and 165990 for
bug 207381:Need button and periodic interval for refreshing/publishing a calendar
2004-11-17 20:34:47 +00:00