Commit Graph

2144 Commits

Author SHA1 Message Date
pavlov%pavlov.net
200652205a clear out the attendees before adding the current set. insert mailto: before new attendees 2004-12-14 01:08:30 +00:00
dmose%mozilla.org
cbde9ba1d4 Fixed missing interface const. Not part of the build. 2004-12-14 00:54:05 +00:00
vladimir%pobox.com
f42243e57c fix occurrence thingy, notpartofthebuild 2004-12-14 00:53:45 +00:00
vladimir%pobox.com
f7f3f88e22 fixed case, notpartofthebuild 2004-12-14 00:51:58 +00:00
dmose%mozilla.org
34892f9c97 Fix recurrence issues; patch from vlad. Not part of the build. 2004-12-14 00:49:54 +00:00
pavlov%pavlov.net
a3523f2ba5 changing weekView to display occurrences 2004-12-14 00:47:51 +00:00
shaver%mozilla.org
28c8b5d84d add removeAllAttendees for pav 2004-12-14 00:44:21 +00:00
shaver%mozilla.org
03e9917344 Use var to avoid using window.title as a temporary and triggering assertions. 2004-12-14 00:36:18 +00:00
vladimir%pobox.com
a9c26b6f51 hooked up recurrence to storage; notpartofthebuild 2004-12-14 00:25:58 +00:00
pavlov%pavlov.net
1ed18969a4 fixing recurrence to set the interval and type and fixing a bug when adding attendeees 2004-12-14 00:19:01 +00:00
dmose%mozilla.org
b7b2c2c267 Merged in calMemoryCalendar.js changes through 1.9 2004-12-14 00:07:14 +00:00
shaver%mozilla.org
2429159487 mMethod cleanup too 2004-12-13 23:52:28 +00:00
shaver%mozilla.org
9dc296acdc more isPrivate fixes 2004-12-13 23:49:42 +00:00
shaver%mozilla.org
9c210babca Fix mPrivacy cloning, don't clone the erstwhile mMethod. 2004-12-13 23:43:16 +00:00
pavlov%pavlov.net
d8bcffcf0b Adding support for attendees and setting of recurrence 2004-12-13 23:15:41 +00:00
shaver%mozilla.org
f9c285b79a Successful status code for a caldav modify (PUT over existing item) is 204, not 200 2004-12-13 10:23:42 +00:00
shaver%mozilla.org
97aa9b771e Bug 274336: initialize mIsDate, because we can take some paths through
normalize and whatnot that give us a "valid" date while still having
uninitialized stack garbage in mIsDate. r=vlad
2004-12-13 10:09:38 +00:00
shaver%mozilla.org
c384132735 - Use literal strings instead of integer constants, for better insulation
from libical changes, and a vastly improved debugging experience.
  The requisite data validation is coming once I figure out how best to
  get libical to do that validation in any reasonable fashion whatsoever.

- Remove METHOD from calIItemBase, as it's a bit of ICS specificity that should
  live elsewhere for manipulation in calling code.

- Remove useless getAttendees/setAttendees from calIIcalComponent, now that
  real property/parameter support exists.

- Unify property/x-property interfaces as much as possible.

- Likewise for parameters/x-parameters.

- Real property and parameters support, sufficient at least to whack ATTENDEE
  props in interesting ways.

- Properties on calIAttendee (mapped generally to ICS parameters, though
  somewhat fragilely).

- Round-trip X-WHATEVER ICS properties and params reliably.

- Attendee serialization/deserialization in calItemBase.

- In various places, SetIsVoid on empty strings returned to signify
  missing property/parameters.  Nicer from JS, to be sure.

- Fix test cases and one little spot in Sunbird to keep up.

CalDAV event modification works now.
2004-12-13 09:50:30 +00:00
shaver%mozilla.org
086a3d6388 - Use signed constants for calIIcalComponent, so that we can express
the absence of integer-valued properties consistently.
- Add calIIcalComponent.INVALID_VALUE for just that purpose.
- Use the same constant values for method in calIItemBase as we use in
  calIIcalComponent, for the sake of my sanity.  (Tempted to just remove them
  and have people who care about setting .method do it on the icalComponent
  of their choice.)
- Make calIItemBase.generation unsigned, since 0 means not-stored.
- Voidify string properties returned from calICSService to indicate a missing
  property.
- Don't propagate null or INVALID_VALUE props when copying to/from ICS.
- calIItemBase.generation has precisely nothing to do with ICS VERSION, so
  remove the mapping.
2004-12-11 21:17:36 +00:00
dmose%mozilla.org
b91badc3b3 Fix deleteItem(), clean up a few calls to dump(). Not part of the build. 2004-12-11 19:51:25 +00:00
mvl%exedo.nl
13e68f643d set class on eventboxes to actually draw a box 2004-12-11 18:52:19 +00:00
vladimir%pobox.com
30c6c1d746 fixed up memory calendar, with working modify, and some recurrence impl. notpartoftehbuild 2004-12-11 00:38:10 +00:00
dmose%mozilla.org
2b83aa3f41 First cut at modifyItem() and deleteItem(). Not part of the build 2004-12-10 23:50:14 +00:00
vladimir%pobox.com
640eed7cc9 fix deleteItem.. notpartoftehbuild 2004-12-10 22:25:27 +00:00
vladimir%pobox.com
2edff8e8ba oops, can't have two deleteItems.. notpartoftehbuild 2004-12-10 22:16:30 +00:00
vladimir%pobox.com
b5943b3a9e fix for multiple modifys in a row, notpartofthebuild 2004-12-10 21:32:08 +00:00
vladimir%pobox.com
c2a025d0e0 sprinkle around some resets, to get around locked db issues. notpartofhtebuild 2004-12-10 20:55:51 +00:00
pavlov%pavlov.net
b0a66f05f0 clean up some code and fix up deleting of items 2004-12-10 20:34:30 +00:00
mostafah%oeone.com
d7f9f90168 Updated translation 2004-12-10 16:03:01 +00:00
pavlov%pavlov.net
7fd4187c45 Making clone() do a QI back to calIEvent 2004-12-10 11:35:05 +00:00
vladimir%pobox.com
a9928a0a44 updated for new last_modified type 2004-12-10 11:27:48 +00:00
vladimir%pobox.com
3ac937f726 fixed lastModifiedTime type, notpartofthebuild 2004-12-10 11:22:48 +00:00
pavlov%pavlov.net
4a7ecbc7ca fixing new event dialog to start with the correct start/end times 2004-12-10 11:13:04 +00:00
shaver%mozilla.org
43f7338641 A bouquet garni of fragrant fixes:
- set prodid and version in generated ICS
- don't set empty-valued properties on the icalcomp; it makes some
  parsers sad
- save the listener's "outer this" so that we find it to call the notification
  methods on when adding an item is well and truly done.

Can now create events on a CalDAV server.
2004-12-10 11:00:27 +00:00
pavlov%pavlov.net
0613c4802a getting the edit dialog up 2004-12-10 10:58:59 +00:00
shaver%mozilla.org
8b7826b74e A caller may ask us to set a date-valued property to null. Rebuff them
gently, instead of wetting the floor.
2004-12-10 10:00:17 +00:00
shaver%mozilla.org
522338eedf Use prefs to control calendar type ("calendar.default-calendar.type") and
uri ("calendar.default-calendar.uri", only for caldav and storage types), so
we can all stop hacking createCalendar ourselves. r=dmose.

The default remains a memory-type calendar.
2004-12-10 09:56:34 +00:00
vladimir%pobox.com
73864d156f Initialize stampDate on event init, notpartofthebuild 2004-12-10 02:32:30 +00:00
vladimir%pobox.com
b5eb3d4590 Initialize creationDate and lastModifiedDate on itembase init, notpartofthebuild 2004-12-10 02:29:05 +00:00
dmose%mozilla.org
ed3339b93c Get addItem() closer to working (not part of the build) 2004-12-10 02:25:12 +00:00
pavlov%pavlov.net
462ec34b9c fixing compile problem on windows 2004-12-10 01:50:51 +00:00
dmose%mozilla.org
e652f6111a utcTime is now known as nativeTime. not part of the build. 2004-12-10 01:46:09 +00:00
vladimir%pobox.com
c0e12e9f54 removed reinvention of instanceof; notpartofthebuild 2004-12-10 01:45:20 +00:00
pavlov%pavlov.net
9bd7c9f40b fixing weekView to request events for the full 7 days instead of just 6 2004-12-10 01:45:02 +00:00
vladimir%pobox.com
e175e14b86 utcTime is now nativeTime, notpartofthebuild 2004-12-10 01:43:25 +00:00
vladimir%pobox.com
8a5d2024e1 fix calDateTime jsDate conversion, oops; notpartofthebuild 2004-12-10 01:35:48 +00:00
vladimir%pobox.com
8b8224d58b forgot TimezoneOffset getter/setter, notpartofthebuild 2004-12-10 01:05:31 +00:00
dmose%mozilla.org
bfb6ac1c24 Fixed trailing comma (strict warning) and interface constant. Not part of build. 2004-12-10 00:50:03 +00:00
vladimir%pobox.com
e4c06a2ed2 Have calIDateTime track the tz offset when going to/from jsdates. npotb 2004-12-10 00:45:04 +00:00
dmose%mozilla.org
f57fb85545 Fix getItem for a single event to work. Not part of the build. 2004-12-10 00:36:26 +00:00
dmose%mozilla.org
712a24b2f8 test for getItem() on a single event. (not part of the build) 2004-12-10 00:35:49 +00:00
pavlov%pavlov.net
566a1dbb47 fixing weekView to clear events when changing weeks 2004-12-10 00:15:25 +00:00
shaver%mozilla.org
3b32aa62cb - Basic ICS serialization of events.
- icalComponent getter on calIItemBase to aid in serializing multiple
  components, such as to write out an entire calendar as ICS (say).
- Fix DATE property handling in the ICS service, no thanks at all to libical's
  use of obfuscated void * as its type for everything.
2004-12-10 00:15:22 +00:00
pavlov%pavlov.net
ea78fa45b7 fix week view to show events in the right column and time slot 2004-12-09 23:47:44 +00:00
pavlov%pavlov.net
977bf12427 set the start/end times correctly 2004-12-09 22:51:59 +00:00
vladimir%pobox.com
e42feaf8d7 set mURI only after everything is initialized; also, move commitTransaction() into try blocks. notpartoftehbuild 2004-12-09 22:34:59 +00:00
pavlov%pavlov.net
70ddf9a2e2 work on getting the week view to work again bug 273955 r=mvl 2004-12-09 22:32:39 +00:00
mvl%exedo.nl
87c6dfa88f initial version of a synchronization test. npotb 2004-12-09 19:17:50 +00:00
dmose%mozilla.org
f3ddfbf98d Basic getItems functionality work (not part of build) 2004-12-09 08:21:20 +00:00
shaver%mozilla.org
e615268f3b some more gentle errors if we try to use this without --enable-storage 2004-12-09 03:09:31 +00:00
shaver%mozilla.org
91536ce225 - calIDateTime.isDate.
- warning fixes in calDateTime, calRecurrenceInfo.
- use CalDateTime constructor instead of helper function.
- calEvent.icalString setter basics implemented (no attendees yet)
- simple test case for icalString setter.
2004-12-09 02:53:46 +00:00
dmose%mozilla.org
158f44366a Implement most of getItems, getItem, and some of addItem. Not part of the build. 2004-12-09 01:02:35 +00:00
dmose%mozilla.org
5dee6b3900 Update calendar testing infrastructure (not part of the build) 2004-12-09 01:01:26 +00:00
vladimir%pobox.com
edcb571c7c fix generation/parnet business in storage calendar (npotb) 2004-12-09 00:51:27 +00:00
vladimir%pobox.com
744987970b updated storage calendar provider (npotb) 2004-12-08 23:16:51 +00:00
vladimir%pobox.com
6e4a6613d6 removed obsolete contacts IDL attribute from calICalendar (npotb) 2004-12-08 23:15:19 +00:00
vladimir%pobox.com
f6e3629717 correctly set parent and generation on added/modified items in memory calendar. also change observer/listener order to match decided order (listener first, observer last) 2004-12-08 22:48:30 +00:00
dbaron%dbaron.org
9db368a6af Bug 272151: reorganize files within layout, r+sr=roc 2004-12-08 19:41:48 +00:00
mvl%exedo.nl
d064a37503 export valid ics by using the right libical functions
bug 273440, r=shaver
2004-12-07 18:33:10 +00:00
shaver%mozilla.org
b4a3b00ed5 Bug 273438: createInstance() of events was always returning the same object
(the calEvent.prototype object, in fact).  Use .apply to get the behaviour
I meant all along.

(Also, some partial ICS-string setting/getting pieces, too lazy to extract
them from my tree.)
2004-12-07 17:34:35 +00:00
bsmedberg%covad.net
8780632762 Bug 273417 - Use the app id/version/buildid from nsXULAppAPI instead of using prefs r=darin a=ben 2004-12-07 04:53:07 +00:00
mostafah%oeone.com
fd0ade1ff3 Updated translation from patch to bug 273448:
Add Polish locales (pl-PL) to Calendar
2004-12-06 23:45:31 +00:00
mvl%exedo.nl
8888312124 enable ftp for sunbird 2004-12-06 21:34:49 +00:00
mostafah%oeone.com
3197e6c742 Checked in attachment 167835 for bug 270724:
Parses PM time as AM if format has leading tt or non AM/PM, as in taiwan locale tt hh:mm:ss
2004-12-06 17:20:26 +00:00
mostafah%oeone.com
bb7f62fe74 Updated translation 2004-12-06 15:46:09 +00:00
mostafah%oeone.com
78672e103f Checked in patch for bug 254865: crash if I try to add new event or task 2004-12-06 15:03:32 +00:00
mvl%exedo.nl
48e11b894b Show errors from publishing.
bug 271029, r=mostafah
2004-12-03 20:26:48 +00:00
mostafah%oeone.com
8ae2763ceb Checked in patch for bug 265265: grid lines dissapear in weekly view 2004-12-03 14:04:54 +00:00
dmose%mozilla.org
77ba345bc1 Included readOnly attribute on suggestion from mvl/ago. Not part of build. 2004-12-02 20:48:09 +00:00
mostafah%oeone.com
f516d2ea36 Checked in patch for bug 270724:
Parses PM time as AM if format has leading tt or non AM/PM, as in taiwan locale tt hh:mm:ss
2004-12-02 19:43:53 +00:00
mostafah%oeone.com
55ede5d2b1 Checked in attachment 167380 for bug 270915:
800x600 resolution not supported well
2004-12-02 19:01:11 +00:00
pavlov%pavlov.net
84dee1b4db updating eventDialog to use the new calendar APIs
revamp of the event dialog by mattwillis@gmail.com
bug 272732 r=shaver
2004-12-02 17:41:13 +00:00
mvl%exedo.nl
421b81182b fix javascript strict warning
bug 258324, patch by gekacheka, r=mvl
2004-12-02 10:56:36 +00:00
mvl%exedo.nl
0951e54b13 fix javascript strict warning
bug 248884, patch by gekacheka, r=mvl
2004-12-02 10:53:47 +00:00
mvl%exedo.nl
13761798e3 fix javascript strict warning
bug 265274, patch by gekacheka, r=mvl
2004-12-02 10:51:16 +00:00
dmose%mozilla.org
ed56081f62 Checkpointing (not part of build) 2004-12-02 01:43:14 +00:00
dmose%mozilla.org
3563201311 Be sure to stop the event pump once we've received a response. 2004-12-02 01:42:09 +00:00
vladimir%pobox.com
c77a324d89 added calRecurrenceInfo, using libical to calculate recurrence; fixed calDateTime jsDate timezone handling; added calTodo implementation 2004-12-01 23:36:16 +00:00
mvl%exedo.nl
f1bebd8171 copy brand.dtd into calendar.dtd. bustage fix.
bug 272643, r=mostafah
2004-12-01 20:54:48 +00:00
shaver%mozilla.org
c2768a9ef2 Bug 272640: attendee support, and some cleanups.
- calIAttendee interface
- calAttendee impl
- attendee-related methods on calIItemBase
- basic test suite for attendee stuff
- data-driven component/module/script loading and factory stuff
- suppress component loader error from it trying to load calEvent.js as a
  component
- "make rebuild" target to rebuild .js from .js.pre
- chain calEvent's QI through its proto's

r=vlad,tab-police=mvl
2004-12-01 20:52:31 +00:00
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
mostafah%oeone.com
52938bdd19 Checked in attachment 166128 for bug 269266:
Create/maintain Mac OS X pinstripe theme for Sunbird
2004-11-17 20:21:26 +00:00
mostafah%oeone.com
99515e9959 Checked in attachment 166011 for bug 269266:
Create/maintain Mac OS X pinstripe theme for Sunbird
2004-11-17 20:18:56 +00:00
mostafah%oeone.com
8f661ff51e Checked in images from bug 269266:
Create/maintain Mac OS X pinstripe theme for Sunbird
2004-11-17 20:06:43 +00:00
mostafah%oeone.com
a012de077f Checked in patch for bug 263837:
Hidden tabs in Task/Event window can be displayed
2004-11-17 19:43:33 +00:00
mostafah%oeone.com
bf91badfc7 Checked in patch for bug 269886:
Sunbird requires me to run make twice to see changes in "themes"
2004-11-17 19:41:01 +00:00
mostafah%oeone.com
e427fb08e9 Checked in patch for bug 269807:
Event time adjustment via keyboard is lost when enter pressed in edit box
2004-11-17 19:38:50 +00:00
mostafah%oeone.com
98e5ad969b Checked in patch for bug 269837:
Allow weekview to become narrower when "Workweek days only" is checked
2004-11-17 19:36:24 +00:00
mvl%exedo.nl
461b6a8a0d use hidden instead of collapsed to prevent scrollbars
bug 260519, r=mostafah
2004-11-17 19:35:43 +00:00
mostafah%oeone.com
2fc635f7e4 Checked in attachment 165913 for bug 173562:
Need to import Outlook CSV exported data
2004-11-17 19:32:50 +00:00
mostafah%oeone.com
9ce67ec6b5 Updated translation. (Bug 220860:Japanese Calendar translation needs update) 2004-11-17 19:27:23 +00:00
mostafah%oeone.com
220cbe239d Updated translation 2004-11-17 19:18:24 +00:00
mostafah%oeone.com
bae87cbe7b Checked in attachment 165766 for bug 269579:
Sunbird - Unable to delete multiple events at once
2004-11-17 19:09:52 +00:00
mvl%exedo.nl
b216d4fa16 make calendar printing work with toolkit, so sunbird can print again
bug 270245, r=mostafah
2004-11-17 15:54:02 +00:00
vladimir%pobox.com
53752ec121 Calendar build fixes, and checked in post-processed js things 2004-11-17 00:12:07 +00:00
mvl%exedo.nl
5f43167cfb Deleting events brings up multiple confirmation dialogs
Bug 269578, patch by Matthew Willis, r=mvl
2004-11-16 19:04:33 +00:00
vladimir%pobox.com
50fc4d1962 Continuing calendar interface work. No more Mutable interfaces; there's now a mutability bit on datetime/event/etc. DateTime is implemented using libical, ItemBase/Event/Todo/etc. are in JS. 2004-11-16 00:24:17 +00:00
mvl%exedo.nl
e8d3e71d93 bug 242317 attachment 166010, day and weekday titles in calendar view scroll away [weekview]
r=gekacheka
2004-11-15 18:43:13 +00:00
mostafah%oeone.com
c81cec73a2 Fixed typo: twoce->twice 2004-11-12 19:42:50 +00:00
mostafah%oeone.com
832c6997df Checked in patches for bug 269266:
Create/maintain Mac OS X pinstripe theme for Sunbird
2004-11-12 16:12:36 +00:00
mostafah%oeone.com
5cab56354f Updated translation 2004-11-12 15:54:03 +00:00
mostafah%oeone.com
18b7db97ca Brought up-to-date with recent changes to en-US 2004-11-12 15:52:21 +00:00
mostafah%oeone.com
60fbfed7d2 Checked in patch for bug 269250: Make printing use a temp file 2004-11-12 15:29:41 +00:00
mostafah%oeone.com
6d75430ce6 Updated translation 2004-11-12 15:25:09 +00:00
mostafah%oeone.com
739f28eb99 Checked in attachment 165623 for bug 231674:
Incorrect Mouse Pointer
2004-11-12 14:12:56 +00:00
mostafah%oeone.com
004c90a844 Updated translation 2004-11-12 14:11:36 +00:00
mostafah%oeone.com
26ee8c484c Checked in attachment 165595 for bug 226209:
Cleanup calendar code
2004-11-11 20:21:04 +00:00
mostafah%oeone.com
b853d889af Checked in attachment 165335 for bug 226209:
Cleanup calendar code
2004-11-11 20:17:57 +00:00
mostafah%oeone.com
45198edd42 Updated translation 2004-11-11 18:52:39 +00:00
mostafah%oeone.com
91fc06edd9 Added field-label-box-class to dialogOverlay.css
Based on patch for bug 269009: Make "New Calendar..." dialog more intuitive
2004-11-11 18:41:39 +00:00
mostafah%oeone.com
f7e12ddbb8 Checked in patch for bug 269009: Make "New Calendar..." dialog more intuitive 2004-11-11 18:09:44 +00:00
mostafah%oeone.com
dfeefdb1b0 Updated translation 2004-11-11 15:20:32 +00:00
mostafah%oeone.com
527d7776ad Updated translation 2004-11-11 15:10:00 +00:00
mostafah%oeone.com
7e8c1c80f4 updated translation 2004-11-11 14:57:30 +00:00
dmose%mozilla.org
a3199454ac Added an enumerator of all calendars on the composite as well as way to set the default calendar for addItem(). Not part of build. 2004-11-10 22:35:09 +00:00
vladimir%pobox.com
a504128c11 wrong dir location for calendar js files 2004-11-10 22:24:09 +00:00
mostafah%oeone.com
c37ce6b8bb Checked in attachment 165313 for bug 268592:
New "About Sunbird" and Mac OS X Sunbird "installer" window gfx
2004-11-10 21:34:48 +00:00
vladimir%pobox.com
ca5755f23d calendar base & providers continuing development/code dump 2004-11-10 21:25:38 +00:00
mostafah%oeone.com
73f8c432f0 Updated translation 2004-11-10 18:11:21 +00:00
mostafah%oeone.com
b67ab5bad7 Checked in calendar.css from attachment 165433 for bug 264397:
Sunbird - Preferences: "General" icon is always highlighted (highlit?)
2004-11-10 16:20:25 +00:00
mostafah%oeone.com
d07ea00fe9 Brought up to date with en-US version 2004-11-10 16:14:58 +00:00
mostafah%oeone.com
03dba4f67e Checked in patch for bug 268666:
Inconsistent use of (s) in Sunbird and xpi menubar, inconsistent use of
unicode ellipse character
2004-11-10 15:03:33 +00:00
mostafah%oeone.com
c74507858f Checked in attachment 165376 for bug 253420:
no import of tasks from ical files
2004-11-10 14:40:57 +00:00
dmose%mozilla.org
75da430444 Many small changes in response to comments and discussion. Not part of build. 2004-11-09 23:59:41 +00:00
mvl%exedo.nl
16d1ad2aee Sunbird - Preferences: "General" icon is always highlighted
Also include general css cleanup
bug 264397,  patch by Matthew Willis, r=mvl
2004-11-09 20:56:05 +00:00
mostafah%oeone.com
289056d99a Checked in patch 165084 for bug 173562:
Need to import Outlook CSV exported data
2004-11-09 20:32:34 +00:00
mvl%exedo.nl
1a81891299 Make throbber do anything when refreshing remote calendars
bug 268602, patch by Matthew Willis, r=mvl
2004-11-09 20:17:36 +00:00
mvl%exedo.nl
17971c2ace Need button and periodic interval for refreshing/publishing a calendar
bug 207381, patch by Matthew Willis, image by Mark Carson, r=mvl
2004-11-09 19:55:53 +00:00
mostafah%oeone.com
3f40b9f5bc Checked in patch 164873 for bug 266919:it-IT localization changes 2004-11-09 14:14:56 +00:00
mostafah%oeone.com
e25fd8d905 Updated translation 2004-11-09 13:56:02 +00:00
vladimir%pobox.com
12d3e805b0 attribute helpers for calendar 2004-11-08 22:39:17 +00:00
mvl%exedo.nl
13c0658477 some changes I forgot for bug 228745 2004-11-08 22:17:36 +00:00
mvl%exedo.nl
d1416f373c auto-publish when deleting multiple events
bug 228745, patch by lilmatt, r=mvl
2004-11-08 22:07:46 +00:00
mostafah%oeone.com
807dd70da4 Removed duplicate "modal" option 2004-11-08 21:33:35 +00:00
mostafah%oeone.com
8982598fbd Checked in patches for bug 268110:tr-TR localization changes (Turkish) 2004-11-08 20:28:00 +00:00
mostafah%oeone.com
efde0a8900 Removing obsolete files 2004-11-08 18:39:34 +00:00
mvl%exedo.nl
edab1c498d use utf8 strings instead of ascii for path names
bug 164600, r=mostafah
2004-11-08 18:23:03 +00:00
dmose%mozilla.org
104b7760a0 More whitespace cleanup (not part of build). 2004-11-08 18:11:49 +00:00
dmose%mozilla.org
c411058ef9 Whitespace and comment cleanups (not part of build). 2004-11-08 18:09:56 +00:00
mostafah%oeone.com
6de0214eb4 Updated translation 2004-11-08 17:39:47 +00:00
mostafah%oeone.com
fc269527b8 Checked in patch for bug 268237:ca-AD localization changes (Catalan) 2004-11-08 17:19:10 +00:00
mostafah%oeone.com
7be3d366d5 Checked in attachment 164979 for bug 253420:
no import of tasks from ical files
2004-11-08 17:12:24 +00:00
mostafah%oeone.com
32f7dae0fb Checked in patch for bug 268123:'New' is out of order in some locales' calendar.properties 2004-11-08 17:02:05 +00:00
mostafah%oeone.com
dfc3e3b2ac Checked in patch for bug 243821:
Context clicking on a day in the calendar mini view should not show it in the main view
2004-11-08 16:41:49 +00:00
mostafah%oeone.com
5651fe1a99 Checked in attachment 164772 for bug 264397:
Sunbird - Preferences: "General" icon is always highlighted (highlit?)
2004-11-08 16:38:55 +00:00
mostafah%oeone.com
c2c4029db1 Checked in first part of patch 164774 for bug 264397:
Sunbird - Preferences: "General" icon is always highlighted (highlit?)
2004-11-08 16:35:25 +00:00
mostafah%oeone.com
851ad00d08 Updated translation 2004-11-08 16:27:22 +00:00
vladimir%pobox.com
4911f02697 in-memory and mozStorage calICalendar providers initial checkin 2004-11-07 23:48:13 +00:00
mvl%exedo.nl
09075d6591 Basic support for colors per category.
bug 171657, r=mostafah
2004-11-06 13:20:41 +00:00
mostafah%oeone.com
7b525ba93d Bumping up version for new build 2004-11-05 21:16:36 +00:00
mostafah%oeone.com
c4486d6223 Bumped up version for next build 2004-11-05 21:15:21 +00:00
mostafah%oeone.com
76ea72f663 Checked in attachment 164745 for bug 226209:Cleanup calendar code 2004-11-05 21:11:51 +00:00
mostafah%oeone.com
89548fe195 Moved aboutDialog.xul to sunbird/base/content
Moved content/sunbird.png to sunbird/base/content/about-sunbird.png
2004-11-05 21:00:58 +00:00
mostafah%oeone.com
7c8803f889 Checked in patch 164009 for bug 248399: Update Sunbird classic theme
(with some tweaks)
2004-11-05 20:58:00 +00:00
mostafah%oeone.com
c4843bd38f Checked in attachment 162553,162902 and 162903 for bug 248399:
Update Sunbird classic theme
2004-11-05 20:02:30 +00:00
mostafah%oeone.com
020bc3a471 Checked in patch 157778 for bug 248399:Update Sunbird classic theme 2004-11-05 19:39:23 +00:00
mostafah%oeone.com
e37e3dacd6 Added Throbber images for bug 248399: Update Sunbird classic theme 2004-11-05 19:34:44 +00:00
mostafah%oeone.com
426985e744 Checked in patch for bug 267476:
New Event, ToDo, Print, Wizard dialogs all can't be moved on Mac OS X
2004-11-05 19:02:01 +00:00
mostafah%oeone.com
53aeaab2f7 Checked in patch 164753 for bug 199779:Make minical useful 2004-11-05 18:50:32 +00:00
mostafah%oeone.com
2cf5fb9f7f Removed duplicate entry 2004-11-05 18:48:11 +00:00
mostafah%oeone.com
54760ae981 Checked in patch for bug 199779: Make minical useful 2004-11-05 15:57:44 +00:00
dmose%mozilla.org
41450a6e45 Fixes, comments, a new interface, and some reordering (not part of the build) 2004-11-05 06:09:24 +00:00
mostafah%oeone.com
0a095a677b Checked in patch for bug 263832:
F1 key for Day View clashes with Help key in Windows
2004-11-04 23:54:02 +00:00
mostafah%oeone.com
1db3562411 Updated translation 2004-11-04 21:22:00 +00:00
mostafah%oeone.com
ab4f91c6c7 Updated translation 2004-11-04 17:39:22 +00:00
dmose%mozilla.org
069c3354fd Changed nsISupports to nsIVariant for ease of JS use (not part of the build). 2004-11-04 17:33:39 +00:00
mostafah%oeone.com
fce5351e32 Updating about version.
Updating name of OEone to Axentra
2004-11-04 17:00:14 +00:00
dmose%mozilla.org
39526fe2bb Fixed various errors (not part of the build). 2004-11-04 16:52:36 +00:00
mostafah%oeone.com
4effd71e2b Bumped up version from 0.8+ to 0.8.1+
Bumped up supported firefox version to 1.0+
Bumped up supported thunderbird version to 1.0+
2004-11-04 16:05:52 +00:00
mostafah%oeone.com
19bf96e2b2 Checked in patch for bug 212076:
Everytime I open my calendar I get alarms for past events
2004-11-04 14:31:53 +00:00
dmose%mozilla.org
0f43f4ca63 Updated as per IRC discussions. 2004-11-04 08:30:16 +00:00
mostafah%oeone.com
d468d2921f Updated translation 2004-11-03 21:55:47 +00:00
vladimir%pobox.com
66f41cee71 interface updates 2004-11-03 21:48:23 +00:00
vladimir%pobox.com
51fc138fc7 update to itembase 2004-11-03 21:48:00 +00:00
vladimir%pobox.com
0f462f1d96 event/todo impls 2004-11-03 21:47:42 +00:00
mostafah%oeone.com
d413139f19 Checked in attachment 164406 for bug 261709:
Launch Wizard launches XML parsing error instead
2004-11-03 19:11:32 +00:00
vladimir%pobox.com
08078e2ef2 first calIDateTime interface 2004-11-03 19:10:49 +00:00
mostafah%oeone.com
e7404186ee Fixed: Warning: assignment to undeclared variable i 2004-11-03 18:59:57 +00:00
mostafah%oeone.com
3c6e04701f Fixed:Warning: assignment to undeclared variable i 2004-11-03 18:58:12 +00:00
mostafah%oeone.com
14510b78fc Fixed bug 267365:correct spelling, wrong homonym in preferences "overwritten" 2004-11-03 17:05:55 +00:00
mostafah%oeone.com
a786894a90 Updated translation 2004-11-03 15:38:19 +00:00
mostafah%oeone.com
2f9a19f960 Checked in attachment 164225 for bug 226209: Cleanup calendar code 2004-11-03 15:01:30 +00:00
dmose%mozilla.org
439fce7ed1 Very preliminary first cut at calICalendar interface (not part of the build) 2004-11-02 21:44:45 +00:00
mostafah%oeone.com
dd723f8f99 Checked in attachment 164223 for bug 226209:Cleanup calendar code 2004-11-02 20:39:21 +00:00
mostafah%oeone.com
393e907d66 Checked in attachment 164221 for bug 264077:
Sunbird menus use control as modifier rather than accel
2004-11-02 20:17:09 +00:00
mostafah%oeone.com
3739e67502 Checked in patch for bug 267088:
Calendar fails loading nsJSSupportsUtils.js and nsJSComponentManager.js --
both are moved to "obsolete" in toolkit
2004-11-02 19:44:29 +00:00
mostafah%oeone.com
e90d503f73 Checked in attachment 164299 for bug 253420:
no import of tasks from ical files
2004-11-02 19:39:58 +00:00
mostafah%oeone.com
766d4095dc Checked in patches for bug 253420:
no import of tasks from ical files
2004-11-02 19:35:16 +00:00
dmose%mozilla.org
cece9e19e5 Added Makefile.in so we can compile (not part of the default build) 2004-11-02 19:29:47 +00:00
dmose%mozilla.org
4a78fbaa74 Changes to make xpidl compile this interface 2004-11-02 19:26:42 +00:00
mostafah%oeone.com
12ca79b2d9 Checked in patch for bug 267027:
All Views (Day/Week/Multiweek/Month) are too wide in many localizations
2004-11-02 17:11:39 +00:00