[Scummvm-cvs-logs] SF.net SVN: scummvm:[54249] buildbot/web

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Nov 15 17:16:44 CET 2010


Revision: 54249
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54249&view=rev
Author:   fingolfin
Date:     2010-11-15 16:16:43 +0000 (Mon, 15 Nov 2010)

Log Message:
-----------
BUILDBOT: Convert GIF to PNG

Modified Paths:
--------------
    buildbot/web/SVMDesign.css
    buildbot/web/builds.html
    buildbot/web/index.html

Added Paths:
-----------
    buildbot/web/images/curve_bl.png
    buildbot/web/images/curve_br.png
    buildbot/web/images/curve_tr.png
    buildbot/web/images/logo.png
    buildbot/web/images/spacer.png
    buildbot/web/images/top_bg.png

Removed Paths:
-------------
    buildbot/web/images/curve_bl.gif
    buildbot/web/images/curve_br.gif
    buildbot/web/images/curve_tr.gif
    buildbot/web/images/logo.gif
    buildbot/web/images/spacer.gif
    buildbot/web/images/top_bg.gif

Modified: buildbot/web/SVMDesign.css
===================================================================
--- buildbot/web/SVMDesign.css	2010-11-15 16:14:06 UTC (rev 54248)
+++ buildbot/web/SVMDesign.css	2010-11-15 16:16:43 UTC (rev 54249)
@@ -87,7 +87,7 @@
 
 TD.toprow, TH.toprow
 {
-	background-image: url(images/gradient_2.gif);
+	background-image: url(images/gradient_2.png);
 	color: #fff;
 	font-weight: bold;
 	background: #a82709;

Modified: buildbot/web/builds.html
===================================================================
--- buildbot/web/builds.html	2010-11-15 16:14:06 UTC (rev 54248)
+++ buildbot/web/builds.html	2010-11-15 16:16:43 UTC (rev 54249)
@@ -12,15 +12,15 @@
         <tbody>
             <tr>
                 <td>
-                    <img src="images/logo.gif" alt="ScummVM logo" height="65" width="199">
+                    <img src="images/logo.png" alt="ScummVM logo" height="65" width="199">
                 </td>
-                <td style="background-image: url(images/top_bg.gif); vertical-align: middle; text-align: left;
+                <td style="background-image: url(images/top_bg.png); vertical-align: middle; text-align: left;
                     white-space: nowrap;" width="50%">
                     <a href="index.html">BuildBot Index</a> - <a href="builds.html">Snapshots</a> <a href="/snapshots/">(all)</a> - <a
                         href="http://www.scummvm.org/">ScummVM website</a> - <a href="http://www.scummvm.org/contact.php">
                             Contact us</a> 
                 </td>
-                <td style="background-image: url(images/top_bg.gif); vertical-align: middle; text-align: right;
+                <td style="background-image: url(images/top_bg.png); vertical-align: middle; text-align: right;
                     white-space: nowrap;" width="50%">
                     <!-- nav table -->
                     Build Views - <a href="waterfall?category=trunk;category=branch">Waterfall</a>
@@ -29,7 +29,7 @@
                     <!-- end of nav table -->
                 </td>
                 <td>
-                    <img src="images/curve_tr.gif" alt="curved edge" height="65" width="20">
+                    <img src="images/curve_tr.png" alt="curved edge" height="65" width="20">
                 </td>
             </tr>
             <!-- top logo, navbar ends here, now on to the main page body -->
@@ -366,13 +366,13 @@
                         <tbody>
                             <tr>
                                 <td>
-                                    <img src="images/curve_bl.gif" alt="curved edge" height="20" width="20">
+                                    <img src="images/curve_bl.png" alt="curved edge" height="20" width="20">
                                 </td>
                                 <td bgcolor="#fbf1ce" width="100%">
                                      
                                 </td>
                                 <td align="right" valign="bottom">
-                                    <img src="images/curve_br.gif" alt="curved edge" height="20" width="20">
+                                    <img src="images/curve_br.png" alt="curved edge" height="20" width="20">
                                 </td>
                             </tr>
                         </tbody>

Deleted: buildbot/web/images/curve_bl.gif
===================================================================
(Binary files differ)

Added: buildbot/web/images/curve_bl.png
===================================================================
(Binary files differ)


Property changes on: buildbot/web/images/curve_bl.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Deleted: buildbot/web/images/curve_br.gif
===================================================================
(Binary files differ)

Added: buildbot/web/images/curve_br.png
===================================================================
(Binary files differ)


Property changes on: buildbot/web/images/curve_br.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Deleted: buildbot/web/images/curve_tr.gif
===================================================================
(Binary files differ)

Added: buildbot/web/images/curve_tr.png
===================================================================
(Binary files differ)


Property changes on: buildbot/web/images/curve_tr.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Deleted: buildbot/web/images/logo.gif
===================================================================
(Binary files differ)

Added: buildbot/web/images/logo.png
===================================================================
(Binary files differ)


Property changes on: buildbot/web/images/logo.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Deleted: buildbot/web/images/spacer.gif
===================================================================
(Binary files differ)

Added: buildbot/web/images/spacer.png
===================================================================
(Binary files differ)


Property changes on: buildbot/web/images/spacer.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Deleted: buildbot/web/images/top_bg.gif
===================================================================
(Binary files differ)

Added: buildbot/web/images/top_bg.png
===================================================================
(Binary files differ)


Property changes on: buildbot/web/images/top_bg.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Modified: buildbot/web/index.html
===================================================================
--- buildbot/web/index.html	2010-11-15 16:14:06 UTC (rev 54248)
+++ buildbot/web/index.html	2010-11-15 16:16:43 UTC (rev 54249)
@@ -12,15 +12,15 @@
         <tbody>
             <tr>
                 <td>
-                    <img src="images/logo.gif" alt="ScummVM logo" height="65" width="199">
+                    <img src="images/logo.png" alt="ScummVM logo" height="65" width="199">
                 </td>
-                <td style="background-image: url(images/top_bg.gif); vertical-align: middle; text-align: left;
+                <td style="background-image: url(images/top_bg.png); vertical-align: middle; text-align: left;
                     white-space: nowrap;" width="50%">
                     <a href="index.html">BuildBot Index</a> - <a href="builds.html">Snapshots</a> <a href="/snapshots/">(all)</a> - <a
                         href="http://www.scummvm.org/">ScummVM website</a> - <a href="http://www.scummvm.org/contact.php">
                             Contact us</a> 
                 </td>
-                <td style="background-image: url(images/top_bg.gif); vertical-align: middle; text-align: right;
+                <td style="background-image: url(images/top_bg.png); vertical-align: middle; text-align: right;
                     white-space: nowrap;" width="50%">
                     <!-- nav table -->
                     Build Views - <a href="waterfall?category=trunk;category=branch">Waterfall</a>
@@ -29,7 +29,7 @@
                     <!-- end of nav table -->
                 </td>
                 <td>
-                    <img src="images/curve_tr.gif" alt="curved edge" height="65" width="20">
+                    <img src="images/curve_tr.png" alt="curved edge" height="65" width="20">
                 </td>
             </tr>
             <!-- top logo, navbar ends here, now on to the main page body -->
@@ -181,13 +181,13 @@
                         <tbody>
                             <tr>
                                 <td>
-                                    <img src="images/curve_bl.gif" alt="curved edge" height="20" width="20">
+                                    <img src="images/curve_bl.png" alt="curved edge" height="20" width="20">
                                 </td>
                                 <td bgcolor="#fbf1ce" width="100%">
                                      
                                 </td>
                                 <td align="right" valign="bottom">
-                                    <img src="images/curve_br.gif" alt="curved edge" height="20" width="20">
+                                    <img src="images/curve_br.png" alt="curved edge" height="20" width="20">
                                 </td>
                             </tr>
                         </tbody>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list