View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd
In directory sc8-pr-cvs1:/tmp/cvs-serv26580
Modified Files:
ChangeLog.txt preferences.js
Added Files:
dqsd.gif
Log Message:
updated preferences.js to include the banner logo variables and short description,
adding a default banner graphic - updated changelog
--- NEW FILE: dqsd.gif ---
(This appears to be a binary file; contents omitted.)
Index: ChangeLog.txt
===================================================================
RCS file: /cvsroot/dqsd/dqsd/ChangeLog.txt,v
retrieving revision 1.248
retrieving revision 1.249
diff -C2 -d -r1.248 -r1.249
*** ChangeLog.txt 17 Sep 2003 07:20:12 -0000 1.248
--- ChangeLog.txt 17 Sep 2003 16:45:56 -0000 1.249
***************
*** 64,67 ****
--- 64,68 ----
* added a couple 'button' style graphics (30x100) for promoting DQSD on websites
(Shawn K. Hall)
+ * added a logo-size graphic (dqsd.gif) for use with the new banner feature (Shawn K.
Hall)
* added several more bit-depth and size formats to the dqsd search.ico icon file
(Shawn K. Hall)
Index: preferences.js
===================================================================
RCS file: /cvsroot/dqsd/dqsd/preferences.js,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** preferences.js 13 Sep 2003 08:30:37 -0000 1.51
--- preferences.js 17 Sep 2003 16:45:56 -0000 1.52
***************
*** 431,434 ****
--- 431,446 ----
refreshIconsAtStartup = true;
+
+ /* Include a banner/logo on the search bar?
+ * bannerurl Identifies the resource to use, either a url or file
+ * reference from the DQSD install directory.
+ * bannerwidth Specify the width of the banner image, or "0" to autodetect
+ * bannerheight Specify the height of the banner image, or "0" to autodetect
+ */
+ //bannerurl = "dqsd.gif"; // "http://reliableanswers.com/x/dqsd/dqsd.gif"
+ //bannerwidth = 18; // 0 := autodetect banner size
+ //bannerheight = 12; // 0 := autodetect banner size
+
+
/* Startup functions
* Used to allow for personalized startup routines through the Quick Search Deskbar.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/