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-serv9591
Modified Files:
ChangeLog.txt dqsd.png version.js version.xml
Added Files:
localsearch_blue.css localsearch_default.css
localsearch_olive.css localsearch_silver.css
xptoolbar1_blue.bmp xptoolbar1_default.bmp
xptoolbar1_olive.bmp xptoolbar1_silver.bmp xptoolbar2_blue.bmp
xptoolbar2_default.bmp xptoolbar2_olive.bmp
xptoolbar2_silver.bmp
Removed Files:
xplocalsearch.css xptoolbarbot.bmp xptoolbartop.bmp
Log Message:
* Final release of 3.1.8 (phew!)
* Added themes customized for the various XP themes (blue, silver, olive and a
default) from Monty Scroggins
* Removed old XP theme support
* Version checks now go towards dqsd.net instead of Sourceforge
--- NEW FILE: localsearch_blue.css ---
/* localsearch.css
*
* Add stylesheet preferences here to keep them from being
* overwritten on upgrades.
*
* Use search.css as a guide, copying settings from that
* file to this file, and then modifying them to suit your
* personal taste.
*/
body
{
background: #BBBDCD url(xptoolbar1_blue.bmp) repeat-x fixed top;
}
.clock
{
background: transparent repeat-x fixed bottom;
color: #ffffff;
font-weight: bold;
border-width:0px;
padding-top:8px;
padding-left:4px;
padding-right:4px;
padding-bottom:5px;
}
.txtfld
{
background: #A0A7AD url(xptoolbar2_blue.bmp) repeat-x fixed top;
color: #000000;
border-width:0px;
padding-top:8px;
padding-left:4px;
padding-right:4px;
padding-bottom:5px;
}
.gobutton, .mogobutton, .mdgobutton
{
background: transparent repeat-x fixed bottom;
border:0px;
color: white;
position:absolute;
}
/*
Styles for the calendar
*/
.cal
{
color:white;
}
.calnavmonth, .calnavmonthhigh, .calnavyear, .calnavyearhigh
{
padding:1px;
border-width:0;
}
.caltodayevent, .caltodayeventhigh
{
background-color:darkblue;
border-width:0;
}
.caltoday, .caltodayhigh
{
background-color:darkblue;
border-width:0px;
}
/*
Styles for the help box
*/
.helpboxBody
{
background: window;
}
IMG#banner { cursor: hand; margin-top: 7px; }
--- NEW FILE: localsearch_default.css ---
/* localsearch.css
*
* Add stylesheet preferences here to keep them from being
* overwritten on upgrades.
*
* Use search.css as a guide, copying settings from that
* file to this file, and then modifying them to suit your
* personal taste.
*/
body
{
background: #a8b680 url(xptoolbar1_default.bmp) repeat-x fixed top;
}
.clock
{
background: transparent repeat-x fixed bottom;
color: #000000;
font-weight: bold;
border-width:0px;
padding-top:8px;
padding-left:4px;
padding-right:4px;
padding-bottom:5px;
}
.txtfld
{
background: #a8b680 url(xptoolbar2_default.bmp) repeat-x fixed top;
color: #000000;
border-width:0px;
padding-top:8px;
padding-left:4px;
padding-right:4px;
padding-bottom:5px;
}
.gobutton, .mogobutton, .mdgobutton
{
background: transparent repeat-x fixed bottom;
border:0px;
color: #000000;
position:absolute;
}
/*
Styles for the calendar
*/
.cal
{
color:white;
}
.calnavmonth, .calnavmonthhigh, .calnavyear, .calnavyearhigh
{
padding:1px;
border-width:0;
}
.caltodayevent, .caltodayeventhigh
{
background-color:darkblue;
border-width:0;
}
.caltoday, .caltodayhigh
{
background-color:darkblue;
border-width:0px;
}
/*
Styles for the help box
*/
.helpboxBody
{
background: window;
}
IMG#banner { cursor: hand; margin-top: 7px; }
--- NEW FILE: localsearch_olive.css ---
/* localsearch.css
*
* Add stylesheet preferences here to keep them from being
* overwritten on upgrades.
*
* Use search.css as a guide, copying settings from that
* file to this file, and then modifying them to suit your
* personal taste.
*/
body
{
background: #a8b680 url(xptoolbar1_olive.bmp) repeat-x fixed top;
}
.clock
{
background: transparent repeat-x fixed bottom;
color: #000000;
font-weight: bold;
border-width:0px;
padding-top:8px;
padding-left:4px;
padding-right:4px;
padding-bottom:5px;
}
.txtfld
{
background: #a8b680 url(xptoolbar2_olive.bmp) repeat-x fixed top;
color: #000000;
border-width:0px;
padding-top:8px;
padding-left:4px;
padding-right:4px;
padding-bottom:5px;
}
.gobutton, .mogobutton, .mdgobutton
{
background: transparent repeat-x fixed bottom;
border:0px;
color: #000000;
position:absolute;
}
/*
Styles for the calendar
*/
.cal
{
color:white;
}
.calnavmonth, .calnavmonthhigh, .calnavyear, .calnavyearhigh
{
padding:1px;
border-width:0;
}
.caltodayevent, .caltodayeventhigh
{
background-color:darkblue;
border-width:0;
}
.caltoday, .caltodayhigh
{
background-color:darkblue;
border-width:0px;
}
/*
Styles for the help box
*/
.helpboxBody
{
background: window;
}
IMG#banner { cursor: hand; margin-top: 7px; }
--- NEW FILE: localsearch_silver.css ---
/* localsearch.css
*
* Add stylesheet preferences here to keep them from being
* overwritten on upgrades.
*
* Use search.css as a guide, copying settings from that
* file to this file, and then modifying them to suit your
* personal taste.
*/
body
{
background: #BBBDCD url(xptoolbar1_silver.bmp) repeat-x fixed top;
}
.clock
{
background: transparent repeat-x fixed bottom;
color: #000000;
font-weight: bold;
border-width:0px;
padding-top:8px;
padding-left:4px;
padding-right:4px;
padding-bottom:5px;
}
.txtfld
{
background: #A0A7AD url(xptoolbar2_silver.bmp) repeat-x fixed top;
color: #000000;
border-width:0px;
padding-top:8px;
padding-left:4px;
padding-right:4px;
padding-bottom:5px;
}
.gobutton, .mogobutton, .mdgobutton
{
background: transparent repeat-x fixed bottom;
border:0px;
color: #000000;
position:absolute;
}
/*
Styles for the calendar
*/
.cal
{
color:white;
}
.calnavmonth, .calnavmonthhigh, .calnavyear, .calnavyearhigh
{
padding:1px;
border-width:0;
}
.caltodayevent, .caltodayeventhigh
{
background-color:darkblue;
border-width:0;
}
.caltoday, .caltodayhigh
{
background-color:darkblue;
border-width:0px;
}
/*
Styles for the help box
*/
.helpboxBody
{
background: window;
}
IMG#banner { cursor: hand; margin-top: 7px; }
--- NEW FILE: xptoolbar1_blue.bmp ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: xptoolbar1_default.bmp ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: xptoolbar1_olive.bmp ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: xptoolbar1_silver.bmp ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: xptoolbar2_blue.bmp ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: xptoolbar2_default.bmp ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: xptoolbar2_olive.bmp ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: xptoolbar2_silver.bmp ---
(This appears to be a binary file; contents omitted.)
Index: ChangeLog.txt
===================================================================
RCS file: /cvsroot/dqsd/dqsd/ChangeLog.txt,v
retrieving revision 1.281
retrieving revision 1.282
diff -C2 -d -r1.281 -r1.282
*** ChangeLog.txt 16 Jan 2004 08:15:37 -0000 1.281
--- ChangeLog.txt 18 Jan 2004 19:48:54 -0000 1.282
***************
*** 1,3 ****
! -- What's new for 3.1.8 (date 2003-12-02)
Enhancements
--- 1,3 ----
! -- What's new for 3.1.8 (date 2004-01-18)
Enhancements
***************
*** 13,16 ****
--- 13,18 ----
* Added key-handlers for performing several google search-types in the style of the
Google Deskbar (Shawn K. Hall)
* Now builds installer with bz2-compression
+ * Version checks are now done towards http://www.dqsd.net/version.xml (Kim Gr�sman)
+ * New XP styles for all color themes (blue, silver, olive and a separate DQSD color
theme) - removed old XP theme stuff (Monty Scroggins)
Bug Fixes
Index: dqsd.png
===================================================================
RCS file: /cvsroot/dqsd/dqsd/dqsd.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsQgXMtK and /tmp/cvsCuykcn differ
Index: version.js
===================================================================
RCS file: /cvsroot/dqsd/dqsd/version.js,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** version.js 2 Dec 2003 20:39:56 -0000 1.27
--- version.js 18 Jan 2004 19:48:54 -0000 1.28
***************
*** 47,51 ****
if(instMajor < reqMajor || (instMajor == reqMajor && instMinor < reqMinor))
{
! alert("Your version of the Windows Script Components (" + instMajor +
"." + instMinor + ") is outdated.\nGet the latest from
http://msdn.microsoft.com/downloads/list/webdev.asp");
bSuccess = false;
}
--- 47,51 ----
if(instMajor < reqMajor || (instMajor == reqMajor && instMinor < reqMinor))
{
! alert("Dave's Quick Search Deskbar:\nYour version of the Windows
Script Components (" + instMajor + "." + instMinor + ") is outdated.\nGet the latest
from http://msdn.microsoft.com/downloads/list/webdev.asp");
bSuccess = false;
}
***************
*** 74,78 ****
var checkUpdateOnlineVersionDOM = null;
var checkUpdateQuiet = true;
! var DQSD_CHECKUPDATE_URL =
"http://cvs.sourceforge.net/viewcvs.py/*checkout*/dqsd/dqsd/version.xml?rev=HEAD&content-type=text/xml";
function checkWebForUpdate()
--- 74,78 ----
var checkUpdateOnlineVersionDOM = null;
var checkUpdateQuiet = true;
! var DQSD_CHECKUPDATE_URL = "http://www.dqsd.net/version.xml";
function checkWebForUpdate()
***************
*** 98,102 ****
{
if ( !checkUpdateQuiet )
! alert("Unable to check for update. Check your internet connection.");
}
--- 98,102 ----
{
if ( !checkUpdateQuiet )
! alert("Dave's Quick Search Deskbar:\nUnable to check for update. Check your
internet connection.");
}
***************
*** 128,132 ****
else
{
! alert( "Failed to parse on-line version information. Error message: " +
checkUpdateOnlineVersionDOM.parseError.reason );
}
}
--- 128,132 ----
else
{
! alert( "Dave's Quick Search Deskbar:\nFailed to parse on-line version
information. Error message: " + checkUpdateOnlineVersionDOM.parseError.reason );
}
}
Index: version.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/version.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** version.xml 19 Dec 2003 08:33:00 -0000 1.23
--- version.xml 18 Jan 2004 19:48:54 -0000 1.24
***************
*** 1,4 ****
<dqsd_version_info>
! <type>beta</type>
<version>
<majorhi>3</majorhi>
--- 1,4 ----
<dqsd_version_info>
! <type>final</type>
<version>
<majorhi>3</majorhi>
***************
*** 8,12 ****
</version>
<date>
! December 19, 2003
</date>
<html_description>
--- 8,12 ----
</version>
<date>
! January 18, 2004
</date>
<html_description>
--- xplocalsearch.css DELETED ---
--- xptoolbarbot.bmp DELETED ---
--- xptoolbartop.bmp DELETED ---
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/