View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsd
In directory usw-pr-cvs1:/tmp/cvs-serv32127

Modified Files:
        ChangeLog.txt calendar.js preferences.js 
Log Message:
Mozilla calendar support

Index: ChangeLog.txt
===================================================================
RCS file: /cvsroot/dqsd/dqsd/ChangeLog.txt,v
retrieving revision 1.155
retrieving revision 1.156
diff -C2 -d -r1.155 -r1.156
*** ChangeLog.txt       25 Oct 2002 05:22:23 -0000      1.155
--- ChangeLog.txt       25 Oct 2002 12:14:21 -0000      1.156
***************
*** 1,2 ****
--- 1,9 ----
+ -- What's new for ???
+ 
+ Enhancements
+ 
+ * Added "mozillacal" as an option for the defaultcal preference to bring up the 
+Mozilla calendar (although it doesn't go to the selected date yet)
+ 
+ 
  -- What's new for 3.1.4.4 beta (October 24, 2002)
  

Index: calendar.js
===================================================================
RCS file: /cvsroot/dqsd/dqsd/calendar.js,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** calendar.js 12 Jul 2002 11:56:38 -0000      1.9
--- calendar.js 25 Oct 2002 12:14:22 -0000      1.10
***************
*** 107,110 ****
--- 107,117 ----
  }
  
+ function mozillacal(dat)
+ {
+   // TODO - find out how to open at a particular date
+   openDocument("mozilla.exe -calendar");
+   //openDocument("mozilla.exe chrome://calendar/content/calendar.xul");
+ }
+ 
  //vars used by the calendar script
  var DAYS_OF_WEEK = 7;    // "constant" for number of days in a week

Index: preferences.js
===================================================================
RCS file: /cvsroot/dqsd/dqsd/preferences.js,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** preferences.js      4 Oct 2002 04:48:29 -0000       1.48
--- preferences.js      25 Oct 2002 12:14:22 -0000      1.49
***************
*** 177,181 ****
  *  mycal  - MyCalendar.com
  *  evcal  - Evite.com
! *  outlook - MS Outlook default calendar
  */
  defaultcal="yhocal";
--- 177,182 ----
  *  mycal  - MyCalendar.com
  *  evcal  - Evite.com
! *  outlook - MS Outlook default calendar (won't go to the current day, yet)
! *  mozillacal - Mozilla calendar (won't go to the current day, yet)
  */
  defaultcal="yhocal";




-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Reply via email to