openfirst-cvscommit Mailing List for openFIRST (Page 56)
Brought to you by:
xtimg
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(41) |
Jun
(210) |
Jul
(39) |
Aug
(153) |
Sep
(147) |
Oct
(173) |
Nov
(81) |
Dec
(163) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(33) |
Feb
(18) |
Mar
|
Apr
(62) |
May
|
Jun
(100) |
Jul
(38) |
Aug
(58) |
Sep
(1) |
Oct
|
Nov
(25) |
Dec
(172) |
2005 |
Jan
(31) |
Feb
(12) |
Mar
(67) |
Apr
(92) |
May
(247) |
Jun
(34) |
Jul
(36) |
Aug
(192) |
Sep
(15) |
Oct
(42) |
Nov
(92) |
Dec
(4) |
2006 |
Jan
|
Feb
(21) |
Mar
|
Apr
|
May
|
Jun
(53) |
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
(4) |
Apr
(4) |
May
|
Jun
(15) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Tim G. <xt...@us...> - 2004-04-12 22:41:16
|
Update of /cvsroot/openfirst/guestbook In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7241 Modified Files: deleteentry.php deleteyes.php emoticons.php sign.php signthanks.php Log Message: Change guest name, fix comment Index: signthanks.php =================================================================== RCS file: /cvsroot/openfirst/guestbook/signthanks.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** signthanks.php 9 Apr 2004 18:31:29 -0000 1.13 --- signthanks.php 12 Apr 2004 22:27:22 -0000 1.14 *************** *** 17,24 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 17,20 ---- *************** *** 86,90 **** } ! $message = "Dear Guest, Thank you for visiting our site and signing our guestbook. We hope you enjoyed it! --- 82,86 ---- } ! $message = "Dear " . $_POST["guest"] . ", Thank you for visiting our site and signing our guestbook. We hope you enjoyed it! Index: emoticons.php =================================================================== RCS file: /cvsroot/openfirst/guestbook/emoticons.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** emoticons.php 23 Dec 2003 22:50:33 -0000 1.8 --- emoticons.php 12 Apr 2004 22:27:22 -0000 1.9 *************** *** 17,24 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 17,20 ---- Index: sign.php =================================================================== RCS file: /cvsroot/openfirst/guestbook/sign.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** sign.php 24 Dec 2003 20:30:43 -0000 1.12 --- sign.php 12 Apr 2004 22:27:22 -0000 1.13 *************** *** 17,24 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 17,20 ---- Index: deleteentry.php =================================================================== RCS file: /cvsroot/openfirst/guestbook/deleteentry.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** deleteentry.php 24 Dec 2003 19:05:54 -0000 1.11 --- deleteentry.php 12 Apr 2004 22:27:22 -0000 1.12 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- Index: deleteyes.php =================================================================== RCS file: /cvsroot/openfirst/guestbook/deleteyes.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** deleteyes.php 24 Dec 2003 19:05:54 -0000 1.10 --- deleteyes.php 12 Apr 2004 22:27:22 -0000 1.11 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- |
From: Tim G. <xt...@us...> - 2004-04-12 21:02:15
|
Update of /cvsroot/openfirst/awards/setup In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15754/setup Modified Files: setup.mssql setup.mysql Log Message: Categorise awards into FIRST awards and non-FIRST awards, add functionality of selecting from FIRST awards and filling in descriptions automatically (largely thanks to the efforts of Steve Herold) Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/awards/setup/setup.mysql,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** setup.mysql 14 Feb 2004 14:35:26 -0000 1.8 --- setup.mysql 12 Apr 2004 20:48:20 -0000 1.9 *************** *** 2,3 **** --- 2,35 ---- ALTER TABLE `ofirst_awards` ADD column Description TEXT; INSERT INTO ofirst_config SET modulename='awards',showonmenu='0',active='0',adminnavigation='<a href="$basepath/awards/admin/">Manage Awards</a>',modulenavigation='<a href="$basepath/awards/">View Awards</a>'; + ALTER TABLE `ofirst_awards` ADD column FIRSTAward BOOL; + DROP TABLE IF EXISTS `ofirst_firstawards`; + CREATE TABLE `ofirst_firstawards` (`AwardName` tinytext, `Description` text); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Chairman's Award", "The FIRST Robotics Competition is about much more than the mechanics of building a robot or winning a competitive event. It is about the impact FIRST has on those who participate in the program and the impact of FIRST on the community at large. The FIRST mission is to change the way America's young people regard science and technology and to inspire an appreciation for the real-life rewards and career opportunities in these fields."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Regional Finalists", "This award celebrates the team or alliance that makes it to the final match of the competition."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Leadership in Control", "This award celebrates an innovative control system or application of control components to provide unique machine functions."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Regional Finalist", "This award celebrates the team or alliance that makes it to the final match of the competition."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Rookie All-Star", "This award celebrates the rookie team exemplifying a young but strong partnership effort, as well as implementing the mission of FIRST to inspire students to learn more about science and technology."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Website Award", "This award recognizes excellence in student-designed, build, and managed FIRST team websites."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Xerox - Creativity", "The award celebrates creative design, use of a component, or a creative or unique strategy of play."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("The Allaire Medal - Leadership Exemplified", "The Allaire Medal recognizes leadership exemplified, and is awarded to an individual student on the winning Chairman's Award team. Named in honor of Paul A. Allaire, a long-serving FIRST Chairman of the Board, the Allaire Medal is given to the student who has demonstrated outstanding leadership on his/her FIRST team, within his/her school and community, and whose personal character best embodies the spirit of FIRST."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Woodie Flowers Awards", "The Woodie Flwers Award celebrates effective communication in the art and science of engineering and design. Dr. William Murphy and Small Parts, Inc. began this prestigious award in 1996. For the 2004 season, this award is being enhanced to honor more exemplary communicators in the FIRST community. Following Dr. Murphy's lead, FIRST Whishes to bring more attention to these FIRST heroes."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("The Autodesk Inventor ® Award", "Presented by Autodesk, Inc., this award recognizes the team that best understands, communicates, and documents the distinct phases of the design process from concept to completion."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("The Autodesk Visualization Award", "Presented by Autodesk, Inc. this award recognizes excellence in student animation that clearly and creatively illustrates the spirit of the FIRST Robtoics Compettion."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Champion", "This award celebrates the team or alliance that wins the Championship."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Championship Finalist", "This award celebrates the team or alliance that makes it to the final match of the Championship."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Division Finalist", "This award celebrates the team or alliance that wins the final match in their division at the Championship."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Rookie Inspiration", "Award celebrates a rookie team for outstanding effort as a FIRST team in a community outreach & recruiting students to engineering. This team models gracious professionalism on and off the field and is a true inspiration to others"); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Woodie Flowers Finalist Award", "Awarded to an outstanding engineer or teacher participating in each of the robotics Regional Competions . Students choose and write about a person on their team who best demonstrates excellence in teaching science, math, and creative design. These Regional winners will receive consideration for the Championship Woodie Flowers Award."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Judges' Award", "During the couse of the competition, the judging panel may encounter a team whose unique efforts, performance, or dyanmics merit recognition."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Kleiner Perkins Caufield & Byers-Entrepreneurship", "Celebrates the Entrepreneurial Spirit. This award reconizes a team, which since its inception has developed the framework fer a comprehensive business plan in order to scope, manage, and obtain team objectives. This team displays entrepreneurial enthusiam and the vital business skills for a self-sustaining program."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Motorola-Quality", "This award celebrates machine robustness in concept and fabrication"); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Regional Champion", "This award celebrates the team or alliance that makes it to the final match of the competition."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("General Motors-Industrial Design", "the award celebrates form and function in an efficiently designed machine that effectively achieves the game challenge."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Highest Rookie Seed", "this award celebrates the highest-seeded rookie team at the conclusion of the qualifying rounds"); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Imagery", "This award celebrates attractiveness in engineering and outstanding visual aesthetic integration from the machine to team appearance"); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Johnson & Johnson-Sportsman", "This award celebrates outstanding sportsmanship and continues gracious professionalism in the heat of competition, both on and off the playing field"); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Delphi-'driving Tomorrow's Techology'", "Celebrates an elegant and advantageous machine featue. Reconizes any aspect of engeering elegance including , but not limited to: design,wiring methods, material seection, programming techniques, and unique machine attributes. The criteria for this award are based on the teams ability to concisely verbally describe , as well as demonstrate, this chosen machine feature"); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Engeering Inspiration", "Award celebrates a team's outstanding success in advancing respect and appreciation for engeering and engineers, both within their school, as well as their community . Criteria include: the extent and effectiveness of the team's efforts to recruit students to engineering , the extent and effectiveof the team's community outreach efforts, and the measurable success of those efforts. this is the second highest team award FIRST bestows"); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Autodesk Visualization Award", "Reconizes student animation that 'clearly and creatively' shows the spirt of FIRST Robotics Competition.Autodesk will award excellence in content,creativity,and mastery af multimedia"); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Daimler Chrysler-Team Spirit", "This award celebrates extraordinary enthusiasm and spirit through an exceptional partnership and teamwork."); + Index: setup.mssql =================================================================== RCS file: /cvsroot/openfirst/awards/setup/setup.mssql,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** setup.mssql 14 Feb 2004 14:35:26 -0000 1.3 --- setup.mssql 12 Apr 2004 20:48:20 -0000 1.4 *************** *** 2,3 **** --- 2,35 ---- ALTER TABLE `ofirst_awards` ADD column Description TEXT; INSERT INTO ofirst_config SET modulename='awards',showonmenu='0',active='0',adminnavigation='<a href="$basepath/awards/admin/">Manage Awards</a>',modulenavigation='<a href="$basepath/awards/">View Awards</a>'; + ALTER TABLE `ofirst_awards` ADD column FIRSTAward BOOL; + DROP TABLE IF EXISTS `ofirst_firstawards`; + CREATE TABLE `ofirst_firstawards` (`AwardName` tinytext, `Description` text); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Chairman's Award", "The FIRST Robotics Competition is about much more than the mechanics of building a robot or winning a competitive event. It is about the impact FIRST has on those who participate in the program and the impact of FIRST on the community at large. The FIRST mission is to change the way America's young people regard science and technology and to inspire an appreciation for the real-life rewards and career opportunities in these fields."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Regional Finalists", "This award celebrates the team or alliance that makes it to the final match of the competition."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Leadership in Control", "This award celebrates an innovative control system or application of control components to provide unique machine functions."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Regional Finalist", "This award celebrates the team or alliance that makes it to the final match of the competition."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Rookie All-Star", "This award celebrates the rookie team exemplifying a young but strong partnership effort, as well as implementing the mission of FIRST to inspire students to learn more about science and technology."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Website Award", "This award recognizes excellence in student-designed, build, and managed FIRST team websites."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Xerox - Creativity", "The award celebrates creative design, use of a component, or a creative or unique strategy of play."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("The Allaire Medal - Leadership Exemplified", "The Allaire Medal recognizes leadership exemplified, and is awarded to an individual student on the winning Chairman's Award team. Named in honor of Paul A. Allaire, a long-serving FIRST Chairman of the Board, the Allaire Medal is given to the student who has demonstrated outstanding leadership on his/her FIRST team, within his/her school and community, and whose personal character best embodies the spirit of FIRST."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Woodie Flowers Awards", "The Woodie Flwers Award celebrates effective communication in the art and science of engineering and design. Dr. William Murphy and Small Parts, Inc. began this prestigious award in 1996. For the 2004 season, this award is being enhanced to honor more exemplary communicators in the FIRST community. Following Dr. Murphy's lead, FIRST Whishes to bring more attention to these FIRST heroes."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("The Autodesk Inventor ® Award", "Presented by Autodesk, Inc., this award recognizes the team that best understands, communicates, and documents the distinct phases of the design process from concept to completion."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("The Autodesk Visualization Award", "Presented by Autodesk, Inc. this award recognizes excellence in student animation that clearly and creatively illustrates the spirit of the FIRST Robtoics Compettion."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Champion", "This award celebrates the team or alliance that wins the Championship."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Championship Finalist", "This award celebrates the team or alliance that makes it to the final match of the Championship."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Division Finalist", "This award celebrates the team or alliance that wins the final match in their division at the Championship."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Rookie Inspiration", "Award celebrates a rookie team for outstanding effort as a FIRST team in a community outreach & recruiting students to engineering. This team models gracious professionalism on and off the field and is a true inspiration to others"); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Woodie Flowers Finalist Award", "Awarded to an outstanding engineer or teacher participating in each of the robotics Regional Competions . Students choose and write about a person on their team who best demonstrates excellence in teaching science, math, and creative design. These Regional winners will receive consideration for the Championship Woodie Flowers Award."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Judges' Award", "During the couse of the competition, the judging panel may encounter a team whose unique efforts, performance, or dyanmics merit recognition."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Kleiner Perkins Caufield & Byers-Entrepreneurship", "Celebrates the Entrepreneurial Spirit. This award reconizes a team, which since its inception has developed the framework fer a comprehensive business plan in order to scope, manage, and obtain team objectives. This team displays entrepreneurial enthusiam and the vital business skills for a self-sustaining program."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Motorola-Quality", "This award celebrates machine robustness in concept and fabrication"); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Regional Champion", "This award celebrates the team or alliance that makes it to the final match of the competition."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("General Motors-Industrial Design", "the award celebrates form and function in an efficiently designed machine that effectively achieves the game challenge."); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Highest Rookie Seed", "this award celebrates the highest-seeded rookie team at the conclusion of the qualifying rounds"); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Imagery", "This award celebrates attractiveness in engineering and outstanding visual aesthetic integration from the machine to team appearance"); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Johnson & Johnson-Sportsman", "This award celebrates outstanding sportsmanship and continues gracious professionalism in the heat of competition, both on and off the playing field"); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Delphi-'driving Tomorrow's Techology'", "Celebrates an elegant and advantageous machine featue. Reconizes any aspect of engeering elegance including , but not limited to: design,wiring methods, material seection, programming techniques, and unique machine attributes. The criteria for this award are based on the teams ability to concisely verbally describe , as well as demonstrate, this chosen machine feature"); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Engeering Inspiration", "Award celebrates a team's outstanding success in advancing respect and appreciation for engeering and engineers, both within their school, as well as their community . Criteria include: the extent and effectiveness of the team's efforts to recruit students to engineering , the extent and effectiveof the team's community outreach efforts, and the measurable success of those efforts. this is the second highest team award FIRST bestows"); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Autodesk Visualization Award", "Reconizes student animation that 'clearly and creatively' shows the spirt of FIRST Robotics Competition.Autodesk will award excellence in content,creativity,and mastery af multimedia"); + INSERT INTO `ofirst_firstawards` (`AwardName`, `Description`) VALUES ("Daimler Chrysler-Team Spirit", "This award celebrates extraordinary enthusiasm and spirit through an exceptional partnership and teamwork."); + |
From: Tim G. <xt...@us...> - 2004-04-12 21:02:15
|
Update of /cvsroot/openfirst/awards/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15754/admin Modified Files: index.php Log Message: Categorise awards into FIRST awards and non-FIRST awards, add functionality of selecting from FIRST awards and filling in descriptions automatically (largely thanks to the efforts of Steve Herold) Index: index.php =================================================================== RCS file: /cvsroot/openfirst/awards/admin/index.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** index.php 14 Feb 2004 14:40:20 -0000 1.15 --- index.php 12 Apr 2004 20:48:20 -0000 1.16 *************** *** 39,45 **** // If user has posted create then insert new award record if (isset($_POST['create'])){ ! if($_POST['award']!=""){ ! ofirst_dbquery("INSERT INTO ofirst_awards (AwardName,Event,Date,Image,Description,Recipient) values( '".$_POST['award']."', '".$_POST['event']."', '".$_POST['date']."', --- 39,53 ---- // If user has posted create then insert new award record if (isset($_POST['create'])){ ! if($_POST['award']!="" || (isset($_POST['firstaward']) && $_POST['firstaward'] == '1')){ ! if($_POST['firstaward'] == "1") { ! $faq = ofirst_dbquery("SELECT * FROM ofirst_firstawards WHERE AwardName=\"" . $_POST['firstawardname'] ."\""); ! $fa = ofirst_dbfetch_object($faq); ! $_POST['award'] = $fa->AwardName; ! $_POST['description'] = $fa->Description; ! } ! ! ofirst_dbquery("INSERT INTO ofirst_awards (AwardName,FIRSTAward, Event,Date,Image,Description,Recipient) values( '".$_POST['award']."', + '".$_POST['firstaward']."', '".$_POST['event']."', '".$_POST['date']."', *************** *** 59,64 **** if (isset($_POST['modify'])){ ! if($_POST['award']!=""){ ofirst_dbquery("UPDATE ofirst_awards SET AwardName='".$_POST['award']."', Event = '".$_POST['event']."', Date = '".$_POST['date'] . "', --- 67,80 ---- if (isset($_POST['modify'])){ ! if($_POST['award']!="" || (isset($_POST['firstaward']) && $_POST['firstaward'] == '1')){ ! if($_POST['firstaward'] == "1") { ! $faq = ofirst_dbquery("SELECT * FROM ofirst_firstawards WHERE AwardName=\"" . $_POST['firstawardname'] . "\""); ! $fa = ofirst_dbfetch_object($faq); ! $_POST['award'] = $fa->AwardName; ! $_POST['description'] = $fa->Description; ! } ! ofirst_dbquery("UPDATE ofirst_awards SET AwardName='".$_POST['award']."', + FIRSTAward = '".$_POST['firstaward']."', Event = '".$_POST['event']."', Date = '".$_POST['date'] . "', *************** *** 99,103 **** <tr> <th>Award Name</th> ! <td><input name="award" type="text" id="award" value="<?php echo $award->AwardName; ?>"></td> </tr> <tr> --- 115,131 ---- <tr> <th>Award Name</th> ! <td> ! <input type='radio' name='firstaward' value='1' checked='checked'> FIRST Award ! <select name='firstawardname'> ! <?php ! $faq = ofirst_dbquery("SELECT * FROM ofirst_firstawards ORDER BY AwardName"); ! while($fa = ofirst_dbfetch_object($faq)) { ! echo("<option value='$fa->AwardName'>$fa->AwardName</option>"); ! } ! ?> ! </select> ! <br><input type='radio' name='firstaward' value='0'> Custom Award ! <input name="award" type="text" id="award" value="<?php echo $award->AwardName; ?>"> ! </td> </tr> <tr> *************** *** 125,129 **** </tr> <tr> ! <th>Description</th> <td><textarea name="description" cols="30" rows="5"><?php echo $award->Description; ?></textarea></td> </tr> --- 153,157 ---- </tr> <tr> ! <th>Description<br>(leave blank for FIRST Awards)</th> <td><textarea name="description" cols="30" rows="5"><?php echo $award->Description; ?></textarea></td> </tr> |
From: Tim G. <xt...@us...> - 2004-04-12 21:02:14
|
Update of /cvsroot/openfirst/awards In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15754 Modified Files: index.php Log Message: Categorise awards into FIRST awards and non-FIRST awards, add functionality of selecting from FIRST awards and filling in descriptions automatically (largely thanks to the efforts of Steve Herold) Index: index.php =================================================================== RCS file: /cvsroot/openfirst/awards/index.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** index.php 14 Feb 2004 14:40:20 -0000 1.14 --- index.php 12 Apr 2004 20:48:19 -0000 1.15 *************** *** 26,34 **** // Query database for award information ! $query = ofirst_dbquery("SELECT * FROM ofirst_awards ORDER BY Date DESC"); $amount = ofirst_dbnum_rows($query); ?> <h1>Team Awards</h1> ! <p>This team has won <strong><?php echo $amount; ?></strong> award(s).</p> <?php // If more then one award is present then show the values --- 26,69 ---- // Query database for award information ! $query = ofirst_dbquery("SELECT * FROM ofirst_awards WHERE FIRSTAward='1' ORDER BY Date DESC"); $amount = ofirst_dbnum_rows($query); ?> <h1>Team Awards</h1> ! <p>This team has won <strong><?php echo $amount; ?></strong> <a href='http://www.usfirst.org/'>FIRST</a> award(s).</p> ! <?php ! // If more then one award is present then show the values ! if($amount > 0) { ! ?> ! <table> ! <tr> ! <th> </th> ! <th>Award Name</th> ! <th>Event</th> ! <th>Date</th> ! <th>Recipient</th> ! </tr> ! <?php ! // Loop through awards ordered by date ! while($awards = ofirst_dbfetch_object($query)){ ! ?> ! <tr valign="top"> ! <td><img src="awards<?php echo $awards->Image; ?>.png" alt="<?php echo $awards->Image; ?>"></td> ! <td><b><?php echo $awards->AwardName; ?></b><br> ! <?php echo $awards->Description; ?> </td> ! <td><?php echo $awards->Event; ?></td> ! <td><?php echo $awards->Date; ?></td> ! <td><?php echo $awards->Recipient; ?></td> ! </tr> ! <?php } ?> ! </table> ! ! <?php ! } ! // Query database for award information ! $query = ofirst_dbquery("SELECT * FROM ofirst_awards WHERE FIRSTAward='0' ORDER BY Date DESC"); ! $amount = ofirst_dbnum_rows($query); ! ?> ! <h1>Team Awards</h1> ! <p>This team has won <strong><?php echo $amount; ?></strong> award(s) from sources other than FIRST.</p> <?php // If more then one award is present then show the values |
From: Tim G. <xt...@us...> - 2004-04-12 19:58:01
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3248 Modified Files: first.php Log Message: Add PEAR DB support. Most of the credit for this goes to Daniel Schilling. Index: first.php =================================================================== RCS file: /cvsroot/openfirst/base/config/first.php,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** first.php 11 Apr 2004 16:18:52 -0000 1.36 --- first.php 12 Apr 2004 19:44:08 -0000 1.37 *************** *** 83,90 **** \$ostype = '" . $_POST["ostype"] . "'; if (\$ostype == \"windows\") { ! ini_set(\"include_path\",\"../config/;.\"); include_once('dbase.php'); } else { ! ini_set(\"include_path\",\"../config/:.\"); include_once('dbase.php'); } --- 83,90 ---- \$ostype = '" . $_POST["ostype"] . "'; if (\$ostype == \"windows\") { ! ini_set(\"include_path\", ini_get(\"include_path\") . \"../config/;.\"); include_once('dbase.php'); } else { ! ini_set(\"include_path\", ini_get(\"include_path\") . \"../config/:.\"); include_once('dbase.php'); } *************** *** 101,107 **** die(\"Your version of PHP has not been compiled with MySQL support, therefore the openFIRST web portal system cannot run on this system. Please contact your system administrator to request MySQL support for your version of PHP.\"); } - \$sqlconnection = ofirst_dbconnect(\"\$sqlserver\",\"\$sqluser\",\"\$sqlpassword\"); - ofirst_select_db(\$sqldatabase); $cookielogins $allowreg --- 101,113 ---- die(\"Your version of PHP has not been compiled with MySQL support, therefore the openFIRST web portal system cannot run on this system. Please contact your system administrator to request MySQL support for your version of PHP.\"); } + \$sqlconnection = ofirst_dbconnect(\"\$sqlserver\",\"\$sqluser\",\"\$sqlpassword\"); + + if(\$peardb) { + \$sqlconnection = ofirst_select_db(\$sqldatabase); + } else { + ofirst_select_db(\$sqldatabase); + } + $cookielogins $allowreg |
From: Tim G. <xt...@us...> - 2004-04-12 19:52:01
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2118 Modified Files: dbase.php Log Message: Add PEAR DB support. Most of the credit for this goes to Daniel Schilling. Index: dbase.php =================================================================== RCS file: /cvsroot/openfirst/base/config/dbase.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** dbase.php 9 Apr 2004 20:00:10 -0000 1.9 --- dbase.php 12 Apr 2004 19:38:09 -0000 1.10 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- *************** *** 32,38 **** if(isset($dbasetype) == false) { $dbasetype = "mysql"; } ! if($peardb) { // Include the PEAR Database Abstraction Layer include_once("DB.php"); } --- 28,38 ---- if(isset($dbasetype) == false) { $dbasetype = "mysql"; } ! ! $connectdsn = ""; ! if(isset($peardb) && $peardb) { // Include the PEAR Database Abstraction Layer include_once("DB.php"); + } elseif(! isset($peardb)) { + $peardb = false; } *************** *** 40,45 **** function ofirst_dbconnect($server = "", $username = "", $password = "", $newlink = "", $intclientflags = "") { ! global $dbasetype, $peardb; ! if($dbasetype == "mysql") { if(function_exists("mysql_connect") == false) { die("MySQL support is not available in your version of PHP. To use the openFIRST Web Portal Software, please either enable MySQL support, or choose another database type."); --- 40,49 ---- function ofirst_dbconnect($server = "", $username = "", $password = "", $newlink = "", $intclientflags = "") { ! global $dbasetype, $peardb, $connectdsn; ! echo("CONNECT"); ! if($peardb) { ! $connectdsn = "$dbasetype://$username:$password@$server/"; ! return(0); ! } elseif($dbasetype == "mysql") { if(function_exists("mysql_connect") == false) { die("MySQL support is not available in your version of PHP. To use the openFIRST Web Portal Software, please either enable MySQL support, or choose another database type."); *************** *** 67,76 **** } } ! exit; } function ofirst_select_db($databasename, $linkidentifier = "") { ! global $dbasetype, $peardb; ! if($dbasetype == "mysql") { if(function_exists("mysql_select_db") == false) { die("MySQL support is not available in your version of PHP. To use the openFIRST Web Portal Software, please either enable MySQL support, or choose another database type."); --- 71,83 ---- } } ! exit(0); } function ofirst_select_db($databasename, $linkidentifier = "") { ! global $dbasetype, $peardb, $connectdsn; ! echo "SELECTDB"; ! if($peardb) { ! return($connectdsn =& DB::connect("$connectdsn$databasename")); ! } elseif($dbasetype == "mysql") { if(function_exists("mysql_select_db") == false) { die("MySQL support is not available in your version of PHP. To use the openFIRST Web Portal Software, please either enable MySQL support, or choose another database type."); *************** *** 91,100 **** } } ! exit; } function ofirst_dberrno($linkidentifier = "") { global $dbasetype, $peardb; ! if($dbasetype == "mysql") { if(function_exists("mysql_errno") == false) { die("MySQL support is not available in your version of PHP. To use the openFIRST Web Portal Software, please either enable MySQL support, or choose another database type."); --- 98,113 ---- } } ! exit(0); } function ofirst_dberrno($linkidentifier = "") { global $dbasetype, $peardb; ! if($peardb) { ! if($linkidentifier != "") { ! return(DB_Error::getCode($linkidentifier)); ! } else { ! return(DB_Error::getCode()); ! } ! } elseif($dbasetype == "mysql") { if(function_exists("mysql_errno") == false) { die("MySQL support is not available in your version of PHP. To use the openFIRST Web Portal Software, please either enable MySQL support, or choose another database type."); *************** *** 120,129 **** } } ! exit; } function ofirst_dberror($linkidentifier = "") { global $dbasetype, $peardb; ! if($dbasetype == "mysql") { if(function_exists("mysql_error") == false) { die("MySQL support is not available in your version of PHP. To use the openFIRST Web Portal Software, please either enable MySQL support, or choose another database type."); --- 133,148 ---- } } ! exit(0); } function ofirst_dberror($linkidentifier = "") { global $dbasetype, $peardb; ! if($peardb) { ! if($linkidentifier != "") { ! return(DB_Error::getMessage($linkidentifier)); ! } else { ! return(DB_Error::getMessage()); ! } ! } elseif($dbasetype == "mysql") { if(function_exists("mysql_error") == false) { die("MySQL support is not available in your version of PHP. To use the openFIRST Web Portal Software, please either enable MySQL support, or choose another database type."); *************** *** 149,158 **** } } ! exit; } function ofirst_dbquery($string, $linkidentifier = "", $batchsize = "") { ! global $dbasetype, $peardb; ! if($dbasetype == "mysql") { if(function_exists("mysql_query") == false) { die("MySQL support is not available in your version of PHP. To use the openFIRST Web Portal Software, please either enable MySQL support, or choose another database type."); --- 168,186 ---- } } ! exit(0); } function ofirst_dbquery($string, $linkidentifier = "", $batchsize = "") { ! global $dbasetype, $peardb, $sqlconnection; ! if($peardb) { ! if($batchsize != "") { ! return($sqlconnection->query($string, $linkidentifier, $batchsize)); ! } elseif($linkidentifier != "") { ! return($sqlconnection->query($string, $linkidentifier)); ! } else { ! print_r($sqlconnection); ! return($sqlconnection->query($string)); ! } ! } elseif($dbasetype == "mysql") { if(function_exists("mysql_query") == false) { die("MySQL support is not available in your version of PHP. To use the openFIRST Web Portal Software, please either enable MySQL support, or choose another database type."); *************** *** 186,190 **** function ofirst_dbfetch_object($resource, $rownumber = "") { global $dbasetype, $peardb; ! if($dbasetype == "mysql") { if(function_exists("mysql_fetch_object") == false) { die("MySQL support is not available in your version of PHP. To use the openFIRST Web Portal Software, please either enable MySQL support, or choose another database type."); --- 214,225 ---- function ofirst_dbfetch_object($resource, $rownumber = "") { global $dbasetype, $peardb; ! if($peardb) { ! if($rownumber != "") { ! return(DB_FETCHMODE_OBJECT($resource, $rownumber)); ! } else { ! return(DB_FETCHMODE_OBJECT($resource)); ! } ! ! } elseif($dbasetype == "mysql") { if(function_exists("mysql_fetch_object") == false) { die("MySQL support is not available in your version of PHP. To use the openFIRST Web Portal Software, please either enable MySQL support, or choose another database type."); *************** *** 199,203 **** if(function_exists("odbc_fetch_object") == false) { die("ODBC support is not available in your version of PHP. To use the openFIRST Web Portal Software, please either enable ODBC support, or choose another database type."); ! } if($rownumber != "") { return(odbc_fetch_object($resource, $rownumber)); --- 234,239 ---- if(function_exists("odbc_fetch_object") == false) { die("ODBC support is not available in your version of PHP. To use the openFIRST Web Portal Software, please either enable ODBC support, or choose another database type."); ! ! } if($rownumber != "") { return(odbc_fetch_object($resource, $rownumber)); *************** *** 212,216 **** function ofirst_dbnum_rows($resource) { global $dbasetype, $peardb; ! if($dbasetype == "mysql") { if(function_exists("mysql_num_rows") == false) { die("MySQL support is not available in your version of PHP. To use the openFIRST Web Portal Software, please either enable MySQL support, or choose another database type."); --- 248,258 ---- function ofirst_dbnum_rows($resource) { global $dbasetype, $peardb; ! if($peardb) { ! if($resource != "") { ! return(DB_result::numRows($resource)); ! } else { ! return(DB_result::numRows()); ! } ! } elseif($dbasetype == "mysql") { if(function_exists("mysql_num_rows") == false) { die("MySQL support is not available in your version of PHP. To use the openFIRST Web Portal Software, please either enable MySQL support, or choose another database type."); |
From: Tim G. <xt...@us...> - 2004-04-12 14:41:06
|
Update of /cvsroot/openfirst/emoticon/setup In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv378 Modified Files: setup.mssql setup.mysql Log Message: Add more profanity filters Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/emoticon/setup/setup.mysql,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** setup.mysql 27 Dec 2003 01:29:54 -0000 1.13 --- setup.mysql 12 Apr 2004 14:27:16 -0000 1.14 *************** *** 430,439 **** INSERT INTO ofirst_emoticon (emoticon, substitution) VALUES ('(zw-c)','<img src=\"http://openfirst.sourceforge.net/image/icon/flag/zw.png\" alt=\"(zw)\" title=\"(zw)\" />'); INSERT INTO ofirst_config SET modulename='emoticon',showonmenu='0',active='0',includes='emoticonf.php',modulenavigation='<a href="$basepath/emoticon/">View Emoticons</a>'; ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('motherfucker','************'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('fuck','****'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('shit','****'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('pussy','*****'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('ass','***'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('cunt','****'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('dick','****'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('bitch,'*****'); --- 430,461 ---- INSERT INTO ofirst_emoticon (emoticon, substitution) VALUES ('(zw-c)','<img src=\"http://openfirst.sourceforge.net/image/icon/flag/zw.png\" alt=\"(zw)\" title=\"(zw)\" />'); INSERT INTO ofirst_config SET modulename='emoticon',showonmenu='0',active='0',includes='emoticonf.php',modulenavigation='<a href="$basepath/emoticon/">View Emoticons</a>'; ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('motherfucker','lalalala'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('fuck','fuddleduddle'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('shit','oops'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('pussy','*****'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('ass','***'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('cunt','****'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('dick','****'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('bitch','*****'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('bastard','*******'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('boob','****'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('tit','***'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('igger','*****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('hell','****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('dam','***') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('crap','****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('wanker','******') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('slut','****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('whore','*****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('hor','***') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('piss','****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('shlong','******') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('sex','***') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('nuts','****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('ball','****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('cock','****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('jizm','****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('skank','*****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('FUBAR','*****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('cum','***') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('ho','***') Index: setup.mssql =================================================================== RCS file: /cvsroot/openfirst/emoticon/setup/setup.mssql,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** setup.mssql 27 Dec 2003 01:29:54 -0000 1.5 --- setup.mssql 12 Apr 2004 14:27:15 -0000 1.6 *************** *** 430,439 **** INSERT INTO ofirst_emoticon (emoticon, substitution) VALUES ('(zw-c)','<img src=\"http://openfirst.sourceforge.net/image/icon/flag/zw.png\" alt=\"(zw)\" title=\"(zw)\" />'); INSERT INTO ofirst_config SET modulename='emoticon',showonmenu='0',active='0',includes='emoticonf.php',modulenavigation='<a href="$basepath/emoticon/">View Emoticons</a>'; ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('motherfucker','************'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('fuck','****'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('shit','****'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('pussy','*****'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('ass','***'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('cunt','****'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('dick','****'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('bitch,'*****'); --- 430,461 ---- INSERT INTO ofirst_emoticon (emoticon, substitution) VALUES ('(zw-c)','<img src=\"http://openfirst.sourceforge.net/image/icon/flag/zw.png\" alt=\"(zw)\" title=\"(zw)\" />'); INSERT INTO ofirst_config SET modulename='emoticon',showonmenu='0',active='0',includes='emoticonf.php',modulenavigation='<a href="$basepath/emoticon/">View Emoticons</a>'; ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('motherfucker','lalalala'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('fuck','fuddleduddle'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('shit','oops'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('pussy','*****'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('ass','***'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('cunt','****'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('dick','****'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('bitch','*****'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('bastard','*******'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('boob','****'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('tit','***'); ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('igger','*****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('hell','****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('dam','***') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('crap','****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('wanker','******') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('slut','****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('whore','*****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('hor','***') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('piss','****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('shlong','******') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('sex','***') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('nuts','****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('ball','****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('cock','****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('jizm','****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('skank','*****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('FUBAR','*****') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('cum','***') ! INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('ho','***') |
From: Tim G. <xt...@us...> - 2004-04-12 14:01:43
|
Update of /cvsroot/openfirst/photogallery/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25119 Modified Files: edit.php Log Message: Fix bug #94 Index: edit.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/admin/edit.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** edit.php 12 Apr 2004 13:45:34 -0000 1.12 --- edit.php 12 Apr 2004 13:47:52 -0000 1.13 *************** *** 44,50 **** $current_dir = opendir($dir); while($entryname = readdir($current_dir)){ ! if(is_dir("$dir/$entryname") and ($entryname != "." and $entryname!="..")){ deldir("${dir}/${entryname}"); ! } elseif($entryname != "." and $entryname!="..") { unlink("${dir}/${entryname}"); } --- 44,50 ---- $current_dir = opendir($dir); while($entryname = readdir($current_dir)){ ! if(is_dir("$dir/$entryname") and ($entryname != "." and $entryname!="..") && ! is_link("$dir/$entryname")){ deldir("${dir}/${entryname}"); ! } elseif($entryname != "." and $entryname!=".." && ! is_link("$dir/$entryname")) { unlink("${dir}/${entryname}"); } |
From: Tim G. <xt...@us...> - 2004-04-12 13:59:23
|
Update of /cvsroot/openfirst/photogallery/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24652 Modified Files: edit.php Log Message: Fix bug #97 Index: edit.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/admin/edit.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** edit.php 28 Feb 2004 02:12:17 -0000 1.11 --- edit.php 12 Apr 2004 13:45:34 -0000 1.12 *************** *** 76,80 **** $gallery = ofirst_dbfetch_object($query); ! unlink("../".$gallerydir.$gallery->GalleryName."/".$_GET['PHOTO']) or die("<br><br><center>Can't remove gallery! [ <a href='index.php'>Manage</a> ]"); // If the file exists then delete the image and its thumbs --- 76,82 ---- $gallery = ofirst_dbfetch_object($query); ! if(file_exists("../".$gallerydir.$gallery->GalleryName."/".$_GET['PHOTO'])) { ! unlink("../".$gallerydir.$gallery->GalleryName."/".$_GET['PHOTO']) or die("<br><br><center>Can't remove gallery! [ <a href='index.php'>Manage</a> ]"); ! } // If the file exists then delete the image and its thumbs |
From: Tim G. <xt...@us...> - 2004-04-12 13:35:44
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20014 Modified Files: workspace.php Log Message: Fix bug #103 Index: workspace.php =================================================================== RCS file: /cvsroot/openfirst/members/workspace.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** workspace.php 12 Apr 2004 13:16:31 -0000 1.23 --- workspace.php 12 Apr 2004 13:21:54 -0000 1.24 *************** *** 42,53 **** $file = $vfs->virtfspath; } ! if ($fd = fopen ($file, "rb")) { ! header("Pragma: "); ! header("Cache-Control: "); ! header("Content-type: application/octet-stream"); ! header("Content-Disposition: attachment; filename=\"".basename($file)."\""); ! header("Content-length: " . filesize($file)); ! fpassthru($fd); } } else { --- 42,60 ---- $file = $vfs->virtfspath; } ! ! if(file_exists($file)) { ! if ($fd = fopen ($file, "rb")) { ! header("Pragma: "); ! header("Cache-Control: "); ! header("Content-type: application/octet-stream"); ! header("Content-Disposition: attachment; filename=\"".basename($file)."\""); ! header("Content-length: " . filesize($file)); ! fpassthru($fd); ! } ! die(); ! } else { ! include_once($header); ! echo("File not found"); } } else { |
From: Tim G. <xt...@us...> - 2004-04-12 13:30:21
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18700 Modified Files: workspace.php Log Message: Fix bug #59 Index: workspace.php =================================================================== RCS file: /cvsroot/openfirst/members/workspace.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** workspace.php 12 Apr 2004 12:42:28 -0000 1.22 --- workspace.php 12 Apr 2004 13:16:31 -0000 1.23 *************** *** 82,89 **** } if(isset($_POST["action"]) == true && $_POST["action"] == "makedirectory") { ! mkdir(getcwd() . "/virtfs/$user->user/$filepath/" . $_POST["directory"], 0744); ! $uf = ofirst_dbquery("INSERT INTO ofirst_workspace_files (size, location, owner, permissions, date, description, filetype, name) VALUES('0', '$filepath', '$user->user', 'drw-------', '" . date('D M d Y h:m:s') . "', 'Sub Directory', 'dir-" . $_POST["directorytype"] . "', '" . $_POST["directory"] . "');"); ! echo("Sub directory Created [<a href='workspace.php?filepath=$filepath'>Return to Workspace</a> ]"); ! die(include_once($footer)); } --- 82,92 ---- } if(isset($_POST["action"]) == true && $_POST["action"] == "makedirectory") { ! if(! file_exists(getcwd() . "/virtfs/$user->user/$filepath/" . $_POST["directory"])) { ! mkdir(getcwd() . "/virtfs/$user->user/$filepath/" . $_POST["directory"], 0744); ! $uf = ofirst_dbquery("INSERT INTO ofirst_workspace_files (size, location, owner, permissions, date, description, filetype, name) VALUES('0', '$filepath', '$user->user', 'drw-------', '" . date('D M d Y h:m:s') . "', 'Sub Directory', 'dir-" . $_POST["directorytype"] . "', '" . $_POST["directory"] . "');"); ! echo("Sub directory Created [<a href='workspace.php?filepath=$filepath'>Return to Workspace</a> ]"); ! } else { ! echo("A directory with that name already exists. [<a href='workspace.php?filepath=$filepath'>Return to Workspace</a> ]"); ! } die(include_once($footer)); } *************** *** 131,139 **** if($filepath == "/") { ! deldir($ws->virtfspath . urldecode($_GET["directory"])); } else { ! deldir($ws->virtfspath . $filepath . "/" . urldecode($_GET["directory"])); } - echo("The sub directory <strong>"" . $_GET["directory"] . ""</strong> has been deleted. [ <a href='workspace.php'>Workspace</a> ]"); die(include_once($footer)); } elseif($_GET["action"] == "removedirectory" && isset($_GET["directory"]) && isset($_GET["filepath"]) && isset($_GET["confirmed"]) == false) { --- 134,151 ---- if($filepath == "/") { ! if(file_exists($ws->virtfspath . urldecode($_GET["directory"]))) { ! deldir($ws->virtfspath . urldecode($_GET["directory"])); ! echo("The sub directory <strong>"" . $_GET["directory"] . ""</strong> has been deleted. [ <a href='workspace.php'>Workspace</a> ]"); ! } else { ! echo("The requested directory does not exist. [ <a href='workspace.php'>Workspace</a> ]"); ! } } else { ! if(file_exists($ws->virtfspath . $filepath . "/" . urldecode($_GET["directory"]))) { ! deldir($ws->virtfspath . $filepath . "/" . urldecode($_GET["directory"])); ! echo("The sub directory <strong>"" . $_GET["directory"] . ""</strong> has been deleted. [ <a href='workspace.php'>Workspace</a> ]"); ! } else { ! echo("The requested directory does not exist. [ <a href='workspace.php'>Workspace</a> ]"); ! } } die(include_once($footer)); } elseif($_GET["action"] == "removedirectory" && isset($_GET["directory"]) && isset($_GET["filepath"]) && isset($_GET["confirmed"]) == false) { *************** *** 272,276 **** copy($filename, "$ws->virtfspath/$name"); } ! $uf = ofirst_dbquery("INSERT INTO ofirst_workspace_files (size, location, owner, division, permissions, date, description, filetype, name) VALUES('" .( filesize("$ws->virtfspath/" . $_POST["filepath"] . "/$name") / 1024). "', '" . $_POST["filepath"] . "', '$user->user', '" . $_POST["division"] . "', '" . $_POST["userperm"] . $_POST["groupperm"] . $_POST["otherperm"] . "', '" . date('D M d Y h:m:s') . "', '" . $_POST["description"] . "', '" . strtolower(substr($name, strrpos($name, ".") +1)) . "', '$name');"); echo("File "$name" has been uploaded successfully. [ <a href='workspace.php'>Workspace</a> | <a href='workspace.php?file=$name&owner=$user->user&action=view&filepath=" . $_POST["filepath"] ."'>View</a> ]"); die(include_once($footer)); --- 284,292 ---- copy($filename, "$ws->virtfspath/$name"); } ! ! if(ofirst_dbnum_rows(ofirst_dbquery("SELECT * FROM ofirst_workspace_files WHERE location = '" . $_POST["filepath"] . "' AND owner = '$user->user' AND name = '$name'")) == 0) { ! $uf = ofirst_dbquery("INSERT INTO ofirst_workspace_files (size, location, owner, division, permissions, date, description, filetype, name) VALUES('" .( filesize("$ws->virtfspath/" . $_POST["filepath"] . "/$name") / 1024). "', '" . $_POST["filepath"] . "', '$user->user', '" . $_POST["division"] . "', '" . $_POST["userperm"] . $_POST["groupperm"] . $_POST["otherperm"] . "', '" . date('D M d Y h:m:s') . "', '" . $_POST["description"] . "', '" . strtolower(substr($name, strrpos($name, ".") +1)) . "', '$name');"); ! } ! echo("File "$name" has been uploaded successfully. [ <a href='workspace.php'>Workspace</a> | <a href='workspace.php?file=$name&owner=$user->user&action=view&filepath=" . $_POST["filepath"] ."'>View</a> ]"); die(include_once($footer)); |
From: Tim G. <xt...@us...> - 2004-04-12 12:56:18
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12450 Modified Files: workspace.php Log Message: Fix bug #58 Index: workspace.php =================================================================== RCS file: /cvsroot/openfirst/members/workspace.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** workspace.php 21 Jan 2004 00:33:16 -0000 1.21 --- workspace.php 12 Apr 2004 12:42:28 -0000 1.22 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- *************** *** 113,117 **** // Handle directory deletion if($_GET["action"] == "removedirectory" && isset($_GET["confirmed"]) == true) { ! $del = ofirst_dbquery("DELETE FROM ofirst_workspace_files WHERE name='" . $_GET["directory"] . "' AND owner='$user->user' AND location='" . $_GET["filepath"] ."';"); // deldir() based on code originally written by: fl...@cu... --- 109,115 ---- // Handle directory deletion if($_GET["action"] == "removedirectory" && isset($_GET["confirmed"]) == true) { ! $_GET["directory"] = urldecode($_GET["directory"]); ! ! $del = ofirst_dbquery("DELETE FROM ofirst_workspace_files WHERE name='" . urldecode($_GET["directory"]) . "' AND owner='$user->user' AND location='" . $_GET["filepath"] ."';"); // deldir() based on code originally written by: fl...@cu... *************** *** 133,146 **** if($filepath == "/") { ! deldir($ws->virtfspath . $_GET["directory"]); } else { ! deldir($ws->virtfspath . $filepath . "/" . $_GET["directory"]); } echo("The sub directory <strong>"" . $_GET["directory"] . ""</strong> has been deleted. [ <a href='workspace.php'>Workspace</a> ]"); die(include_once($footer)); ! } elseif($_GET["action"] == "removedirectory" && isset($_GET["confirmed"]) == false) { echo("Are you sure you want to delete "" . $_GET["directory"] . "" in the " . $_GET["filepath"] . " directory? This <strong>will also remove all sub directories and files underneath the sub directory.</strong> ! <br><a href='workspace.php?confirmed=true&directory=" . $_GET["directory"] . "&action=removedirectory&filepath=" . $_GET["filepath"] . "'>Yes, I'm sure</a> <a href='workspace.php'>No, I've changed my mind</a>"); die(include_once($footer)); --- 131,144 ---- if($filepath == "/") { ! deldir($ws->virtfspath . urldecode($_GET["directory"])); } else { ! deldir($ws->virtfspath . $filepath . "/" . urldecode($_GET["directory"])); } echo("The sub directory <strong>"" . $_GET["directory"] . ""</strong> has been deleted. [ <a href='workspace.php'>Workspace</a> ]"); die(include_once($footer)); ! } elseif($_GET["action"] == "removedirectory" && isset($_GET["directory"]) && isset($_GET["filepath"]) && isset($_GET["confirmed"]) == false) { echo("Are you sure you want to delete "" . $_GET["directory"] . "" in the " . $_GET["filepath"] . " directory? This <strong>will also remove all sub directories and files underneath the sub directory.</strong> ! <br><a href='workspace.php?confirmed=true&directory=" . urlencode($_GET["directory"]) . "&action=removedirectory&filepath=" . urlencode($_GET["filepath"]) . "'>Yes, I'm sure</a> <a href='workspace.php'>No, I've changed my mind</a>"); die(include_once($footer)); *************** *** 306,310 **** echo("<tr><th>Icon</th><th>Name</th><th>Date Created</th><th>Actions</th></tr>"); while($d = ofirst_dbfetch_object($dirs)) { ! echo("<tr><td>" . fileicon($d->filetype) . "</td><td><a href='workspace.php?filepath=$d->location$d->name'>$d->name</a></td><td>$d->date</td><td><a href='workspace.php?action=removedirectory&directory=$d->name&filepath=$filepath'>Remove Directory</a></td></tr>"); } ?> --- 304,308 ---- echo("<tr><th>Icon</th><th>Name</th><th>Date Created</th><th>Actions</th></tr>"); while($d = ofirst_dbfetch_object($dirs)) { ! echo("<tr><td>" . fileicon($d->filetype) . "</td><td><a href='workspace.php?filepath=$d->location$d->name'>$d->name</a></td><td>$d->date</td><td><a href='workspace.php?action=removedirectory&directory=" . urlencode($d->name) . "&filepath=$filepath'>Remove Directory</a></td></tr>"); } ?> |
From: Tim G. <xt...@us...> - 2004-04-12 12:05:51
|
Update of /cvsroot/openfirst/members/icons/filesystems In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3895/filesystems Added Files: folder3_yellow.png Log Message: Change icons to use the newest crystalsvg set, from the artist, rather than the older distribution-specific subset that was previously used (see: http://www.everaldo.com) --- NEW FILE: folder3_yellow.png --- (This appears to be a binary file; contents omitted.) |
From: Tim G. <xt...@us...> - 2004-04-12 12:05:51
|
Update of /cvsroot/openfirst/members/icons/actions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3895/actions Added Files: newmessage.mng Log Message: Change icons to use the newest crystalsvg set, from the artist, rather than the older distribution-specific subset that was previously used (see: http://www.everaldo.com) --- NEW FILE: newmessage.mng --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/openfirst/members/icons/actions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3598 Added Files: 1day.png 5days.png 7days.png Network.png alarmd.png appearance.png appointment.png border_all.png border_bottom.png border_fall.png border_horizontal.png border_inside.png border_left.png border_outline.png border_remove.png border_right.png border_top.png border_up.png border_vertical.png build.png cdcopy.png cdinfo.png cdrwblank.png delete_table_col.png delete_table_row.png funct.png grid.png inbox.png info.png insert_table_col.png insert_table_row.png kopeteavailable.png kopeteaway.png ksysguard.png launch.png list.png mail_foward.png month.png newtodo.png outbox.png percent.png prec_minus.png prec_plus.png search.png server.png sort_az.png today.png todo.png whatsnext.png Log Message: Change icons to use the newest crystalsvg set, from the artist, rather than the older distribution-specific subset that was previously used (see: http://www.everaldo.com) --- NEW FILE: delete_table_col.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 7days.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: month.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: insert_table_col.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: prec_plus.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: funct.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: border_bottom.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: outbox.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: border_left.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: todo.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: border_outline.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: grid.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mail_foward.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: launch.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: border_inside.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: sort_az.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cdinfo.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: delete_table_row.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: border_remove.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: prec_minus.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kopeteaway.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: inbox.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: server.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: border_fall.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: appearance.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ksysguard.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: border_all.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 5days.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: list.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: border_top.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Network.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cdrwblank.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: border_vertical.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: whatsnext.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: border_horizontal.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cdcopy.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: info.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: insert_table_row.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: border_right.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: today.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: newtodo.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alarmd.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: border_up.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: percent.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: appointment.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kopeteavailable.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 1day.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: build.png --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/openfirst/members/icons/apps In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3278 Added Files: Hardware.png SuSEconf.png SuSElogo1.png SuSEmenu.png Ym.png aim.png aim_protocol.png antivirus.png arts.png artsbuilder.png artscontrol.png autoreplace.png babelfish.png browser.png bug.png calc.png camera.png core.png display.png download_manager.png evolution.png exec_wine.png file-manager.png fileshare.png gadu.png gkrellm2.png gnome-apps.png gnome.png gnome2.png harddrive.png harddrive2.png highlight.png icq_protocol.png important.png indeximg.png irc_protocol.png jabber_protocol.png java.png k3b.png karbon.png kchart.png kdevelop.png kexi.png kformula.png kguitar.png kicker.png kivio.png klaptopdaemon.png klpq.png knetconfig.png kontact.png kopete.png kpilot.png kpresenter.png krita.png kservices.png kspread.png kudesigner.png kugar.png kwallet.png kwallet2.png kword.png linneighborhood.png mail.png mouse.png mozilla-m.png mozilla-mail.png mozillacrystal.png msn.png msn_protocol.png my_mac.png mycomputer.png mymac.png nautilus.png network.png no3D.png noatun2.png openoffice.png pppoeconfig.png quicktime.png sms_protocol.png starthere.png susehelpcenter.png synaptic.png testbed_protocol.png texteffect.png vmware.png win_apps.png windows_list.png wine.png wp_protocol.png xchat.png yahoo_protocol.png Log Message: Change icons to use the newest crystalsvg set, from the artist, rather than the older distribution-specific subset that was previously used (see: http://www.everaldo.com) --- NEW FILE: nautilus.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: linneighborhood.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: texteffect.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: aim.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: wine.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: vmware.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: display.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kexi.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: klpq.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mymac.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SuSEmenu.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: file-manager.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: pppoeconfig.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: antivirus.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: network.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: testbed_protocol.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kword.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mouse.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: camera.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: jabber_protocol.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: highlight.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: sms_protocol.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: artscontrol.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: aim_protocol.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mycomputer.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kguitar.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: evolution.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: indeximg.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kugar.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kspread.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: download_manager.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: msn.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: autoreplace.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: no3D.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kchart.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: wp_protocol.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fileshare.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Hardware.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: my_mac.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kicker.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: icq_protocol.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: starthere.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: exec_wine.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: win_apps.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: java.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: babelfish.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: msn_protocol.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: harddrive2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gnome-apps.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mozilla-m.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: knetconfig.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: calc.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mozilla-mail.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: susehelpcenter.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kivio.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kwallet2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: artsbuilder.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: windows_list.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gadu.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: k3b.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: bug.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: noatun2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: arts.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: browser.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gnome2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kdevelop.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: quicktime.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SuSElogo1.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gkrellm2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gnome.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mozillacrystal.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kontact.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: openoffice.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SuSEconf.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: karbon.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: harddrive.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: synaptic.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: irc_protocol.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kpilot.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: krita.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: klaptopdaemon.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kservices.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Ym.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yahoo_protocol.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: important.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kformula.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mail.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: xchat.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kudesigner.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kopete.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kpresenter.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kwallet.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: core.png --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/openfirst/members/icons/apps In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2061 Added Files: 3d.png yast_CD-Rom.png yast_DVD.png yast_FaxRecieving.png yast_Floppy.png yast_HD.png yast_PhoneTTOffhook.png yast_SuSEconf.png yast_SuSEmenu.png yast_YaST.png yast_accessx.png yast_babelfish.png yast_backup.png yast_boot.png yast_bootdisk_create.png yast_bootmode.png yast_cd-writer.png yast_cdupdate.png yast_default.png yast_defaultgroup.png yast_dhcp.png yast_dns.png yast_dsl.png yast_firewall.png yast_group_add.png yast_hardware.png yast_hardware_info.png yast_help.png yast_http.png yast_idetude.png yast_imput-devices.png yast_inetd.png yast_joystick.png yast_kerberos-client.png yast_keyboard.png yast_keyboardlayout.png yast_kuser.png yast_ldap_client.png yast_lvm.png yast_misc.png yast_misc2.png yast_modem.png yast_mouse.png yast_multihead.png yast_network.png yast_network_advanced.png yast_nfs.png yast_nis_client.png yast_online_update.png yast_partitioner.png yast_powertweak.png yast_printer.png yast_printer2.png yast_profile-manager.png yast_proxy.png yast_remote.png yast_restore.png yast_route.png yast_routing.png yast_runlevel.png yast_samba_client.png yast_samba_server.png yast_samba_setup.png yast_scanner.png yast_security.png yast_sendmail.png yast_software.png yast_software2.png yast_soundcard.png yast_source.png yast_startprotocol.png yast_support.png yast_suse_doc.png yast_suse_link.png yast_suse_portal.png yast_suse_tour.png yast_susehelpcenter.png yast_sysadmin.png yast_system.png yast_system_update.png yast_systemprotocol.png yast_tdsl.png yast_timezone.png yast_timezone2.png yast_tv.png yast_user_add.png yast_www.png yast_zip.png Log Message: Change icons to use the newest crystalsvg set, from the artist, rather than the older distribution-specific subset that was previously used (see: http://www.everaldo.com) --- NEW FILE: yast_remote.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_online_update.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_security.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_YaST.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_user_add.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_group_add.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_accessx.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_nis_client.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_dhcp.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_misc2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_backup.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_bootmode.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_modem.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_misc.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_tv.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_cdupdate.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_nfs.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_bootdisk_create.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_cd-writer.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_DVD.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_suse_doc.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_profile-manager.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_inetd.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_sendmail.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_timezone2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_tdsl.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_kuser.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_lvm.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_sysadmin.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_HD.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_boot.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_soundcard.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_restore.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_route.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_dsl.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_routing.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_dns.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_printer2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_system.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_ldap_client.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_multihead.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_powertweak.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_software2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_www.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_default.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_Floppy.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_printer.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_keyboard.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: 3d.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_timezone.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_network.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_zip.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_support.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_kerberos-client.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_idetude.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_startprotocol.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_network_advanced.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_samba_setup.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_http.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_samba_client.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_suse_portal.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_system_update.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_SuSEmenu.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_source.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_help.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_samba_server.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_systemprotocol.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_hardware.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_susehelpcenter.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_babelfish.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_mouse.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_FaxRecieving.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_PhoneTTOffhook.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_suse_link.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_keyboardlayout.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_defaultgroup.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_suse_tour.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_proxy.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_hardware_info.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_software.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_partitioner.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_runlevel.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_imput-devices.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_SuSEconf.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_firewall.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_CD-Rom.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_joystick.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: yast_scanner.png --- (This appears to be a binary file; contents omitted.) |
From: Tim G. <xt...@us...> - 2004-04-12 11:53:32
|
Update of /cvsroot/openfirst/members/icons/devices In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1831 Added Files: Modem.png archos_mount.png archos_unmount.png cam.png camera.png cd.png cd_audio.png handheld.png kxkb.png network_local.png pda.png Log Message: Change icons to use the newest crystalsvg set, from the artist, rather than the older distribution-specific subset that was previously used (see: http://www.everaldo.com) --- NEW FILE: cd_audio.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: network_local.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cd.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kxkb.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: handheld.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Modem.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: archos_unmount.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cam.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: archos_mount.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: camera.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: pda.png --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/openfirst/members/icons/filesystems In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1645 Added Files: connect_to_network.png desktop22.png folder1.png folder1_crystal.png folder1_favorite.png folder1_html.png folder1_image.png folder1_important.png folder1_locked.png folder1_man.png folder1_open.png folder1_print.png folder1_red.png folder1_red_open.png folder1_sound.png folder1_tar.png folder1_txt.png folder1_video.png folder_empty.png folder_empty_open.png folder_favorite.png folder_home2.png folder_print.png folder_slin.png mimetypes.png terminal.png Log Message: Change icons to use the newest crystalsvg set, from the artist, rather than the older distribution-specific subset that was previously used (see: http://www.everaldo.com) --- NEW FILE: folder1_txt.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mimetypes.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder1.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder_empty_open.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder1_man.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder1_favorite.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder1_video.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder1_html.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder_slin.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder1_important.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder_print.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder1_red_open.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder1_red.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: desktop22.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder_home2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder_empty.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder1_locked.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder_favorite.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: connect_to_network.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder1_crystal.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: terminal.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder1_sound.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder1_image.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder1_print.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder1_tar.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: folder1_open.png --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/openfirst/members/icons/mimetypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1296 Added Files: cdbo_list.png encrypted.png exec_wine.png image2.png karbon.png kugardata.png mime-cdr.png mime-colorset.png mime-postscript.png mime-resource.png mime-template_source.png mime_koffice.png mozilla_doc.png php.png ps.png txt2.png video2.png zip.png Log Message: Change icons to use the newest crystalsvg set, from the artist, rather than the older distribution-specific subset that was previously used (see: http://www.everaldo.com) --- NEW FILE: zip.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mime-resource.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kugardata.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: video2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: exec_wine.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mime-colorset.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: image2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: txt2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mime-cdr.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: php.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: karbon.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mime-template_source.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ps.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: encrypted.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mime_koffice.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mime-postscript.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cdbo_list.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mozilla_doc.png --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/openfirst/members/icons/actions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32370/actions Modified Files: 1leftarrow.png 1rightarrow.png about_kde.png back.png colorize.png connect_creating.png connect_established.png connect_no.png down.png fileprint.png filequickprint.png fonts.png forward.png frameprint.png gohome.png goto.png identity.png reload.png run.png up.png view_remove.png Log Message: Change icons to use the newest crystalsvg set, from the artist, rather than the older distribution-specific subset that was previously used (see: http://www.everaldo.com) Index: fonts.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/fonts.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsjA5ZVB and /tmp/cvsNzwbPA differ Index: colorize.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/colorize.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsgralDG and /tmp/cvsVfFGzF differ Index: fileprint.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/fileprint.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsQZEk6S and /tmp/cvs7f1d9R differ Index: back.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/back.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsum3AyW and /tmp/cvsQNCmFV differ Index: filequickprint.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/filequickprint.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs2WVHe2 and /tmp/cvs3oT5o1 differ Index: connect_no.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/connect_no.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs92bi09 and /tmp/cvsQB6be9 differ Index: down.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/down.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsJPPRBd and /tmp/cvsP43ETc differ Index: 1rightarrow.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/1rightarrow.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsWPRm19 and /tmp/cvs4ub4m9 differ Index: forward.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/forward.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsjHB2i9 and /tmp/cvsBIgKi9 differ Index: about_kde.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/about_kde.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsuWi7Yf and /tmp/cvsR2nE1f differ Index: gohome.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/gohome.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvssxtUrb and /tmp/cvsRWtLxb differ Index: goto.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/goto.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsQx78Eh and /tmp/cvsSdbxQh differ Index: connect_creating.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/connect_creating.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsIeBw2n and /tmp/cvsgRdxgo differ Index: connect_established.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/connect_established.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsI9wO1u and /tmp/cvsLFvpkv differ Index: view_remove.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/view_remove.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsvBfRnz and /tmp/cvstchkJz differ Index: up.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/up.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs4ziRMC and /tmp/cvsw7V3bD differ Index: reload.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/reload.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsYEqFjI and /tmp/cvshwYsMI differ Index: 1leftarrow.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/1leftarrow.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs7VQrrQ and /tmp/cvswOJ1XQ differ Index: frameprint.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/frameprint.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvspREZwU and /tmp/cvsAa0d6U differ Index: run.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/run.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvswgi3gW and /tmp/cvs7HhXSW differ Index: identity.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/actions/identity.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsvQBrq2 and /tmp/cvs4upQ42 differ |
Update of /cvsroot/openfirst/members/icons/apps In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32370/apps Modified Files: acroread.png agent.png aktion.png applixware.png ark.png background.png bell.png blender.png cache.png clanbomber.png clock.png colors.png cookie.png date.png email.png energy.png energy_star.png enhanced_browsing.png error.png filetypes.png fonts.png galeon.png gimp.png go.png hwinfo.png icons.png iconthemes.png input_devices_settings.png kaddressbook.png kalarm.png karm.png kasteroids.png kate.png kbackgammon_engine.png kcalc.png kcmdf.png kcmfontinst.png kcmkicker.png kcmkwm.png kcmmidi.png kcmpartitions.png kcmpci.png kcmsound.png kcmsystem.png kcmx.png kcoloredit.png kcontrol.png kdeprintfax.png kdf.png kdict.png kdmconfig.png kdvi.png kedit.png key_bindings.png keyboard.png keyboard_layout.png kfax.png kfm.png khelpcenter.png kjobviewer.png kjots.png kmenu.png kmenuedit.png kmix.png knode.png knotes.png knotify.png konqueror.png konsole.png korganizer.png kpaint.png kpat.png kpersonalizer.png kppp.png krdc.png krfb.png kscreensaver.png ksirc.png ksmiletris.png ksnapshot.png ksysv.png ktalkd.png ktip.png kuser.png kview.png kviewshell.png kwikdisk.png kwin.png kwrite.png kxconfig.png laptop_battery.png linuxconf.png locale.png looknfeel.png mac.png mozilla.png multimedia.png netscape.png package_favourite.png package_games_card.png package_graphics.png package_multimedia.png package_network.png package_settings.png package_system.png package_toys.png package_utilities.png package_wordprocessing.png password.png penguin.png personal.png printmgr.png proxy.png realplayer.png samba.png style.png stylesheet.png terminal.png tux.png window_list.png winprops.png wp.png x.png xapp.png xcalc.png xclock.png xedit.png xeyes.png xfig.png xpaint.png Log Message: Change icons to use the newest crystalsvg set, from the artist, rather than the older distribution-specific subset that was previously used (see: http://www.everaldo.com) Index: fonts.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/fonts.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvslyIMIf and /tmp/cvsO5cV2W differ Index: xfig.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/xfig.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs08p3Np and /tmp/cvsDQihd7 differ Index: tux.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/tux.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsHysofU and /tmp/cvs1eCZZB differ Index: agent.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/agent.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsOmwWuV and /tmp/cvs9a50mD differ Index: kcmpartitions.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kcmpartitions.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsyJwr18 and /tmp/cvsjE7V1Q differ Index: package_system.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/package_system.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsGXyvpm and /tmp/cvszjadx4 differ Index: kcmmidi.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kcmmidi.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs4tV1dv and /tmp/cvsFzBssd differ Index: acroread.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/acroread.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsxu6YDJ and /tmp/cvs3FoW0r differ Index: krfb.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/krfb.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsvuqinP and /tmp/cvslEhsPx differ Index: xpaint.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/xpaint.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsvJF30o and /tmp/cvsKfWaV7 differ Index: ktalkd.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/ktalkd.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsUEecYz and /tmp/cvsAnK50i differ Index: galeon.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/galeon.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsIEYfqM and /tmp/cvso87Izv differ Index: linuxconf.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/linuxconf.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsnox7dZ and /tmp/cvsE1lWvI differ Index: colors.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/colors.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs60YB1W and /tmp/cvsKNFHpG differ Index: ark.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/ark.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsmVmPza and /tmp/cvs1GuN6T differ Index: laptop_battery.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/laptop_battery.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsyUUXgq and /tmp/cvsVPGYW9 differ Index: error.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/error.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsIDYVoL and /tmp/cvscCKniv differ Index: kscreensaver.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kscreensaver.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvszfgjwR and /tmp/cvsLHYjvB differ Index: kfax.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kfax.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs3cWL50 and /tmp/cvspn2HfL differ Index: kcontrol.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kcontrol.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsmQWw36 and /tmp/cvsIIXViR differ Index: kcoloredit.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kcoloredit.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvssClnih and /tmp/cvsh3SSC1 differ Index: clock.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/clock.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsV7pYXs and /tmp/cvsRkj8pd differ Index: kpat.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kpat.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsDCFFJR and /tmp/cvsTxKAtC differ Index: stylesheet.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/stylesheet.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsyEkqca and /tmp/cvsKRyyeV differ Index: kwikdisk.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kwikdisk.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsqTvPsg and /tmp/cvsRCG3y1 differ Index: package_settings.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/package_settings.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsmVHMMl and /tmp/cvs2yYuW6 differ Index: kppp.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kppp.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsYIqFCw and /tmp/cvs53GWRh differ Index: style.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/style.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsxll5mH and /tmp/cvsS7J0Ks differ Index: terminal.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/terminal.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsnKg2dS and /tmp/cvsXoxoHD differ Index: kcmkicker.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kcmkicker.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsZ9YxWX and /tmp/cvsUNZ9uJ differ Index: karm.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/karm.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsZuWp35 and /tmp/cvsKOiOFR differ Index: kpersonalizer.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kpersonalizer.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvszBLDR3 and /tmp/cvs1aisAP differ Index: cache.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/cache.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsPeaLbd and /tmp/cvsF5iz0Y differ Index: ksnapshot.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/ksnapshot.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsXnz2gn and /tmp/cvsDZGYa9 differ Index: kbackgammon_engine.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kbackgammon_engine.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs7eEVnR and /tmp/cvsgNtZCD differ Index: enhanced_browsing.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/enhanced_browsing.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsdvjNo2 and /tmp/cvsY9XzJO differ Index: kdict.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kdict.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsFxmkJX and /tmp/cvsgliL8J differ Index: kalarm.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kalarm.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvslXAT99 and /tmp/cvsG34VFW differ Index: hwinfo.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/hwinfo.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs4Y0hRg and /tmp/cvssbtVr3 differ Index: kjobviewer.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kjobviewer.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsG9sOKs and /tmp/cvsXrx0sf differ Index: kdmconfig.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kdmconfig.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs03hvnF and /tmp/cvs80nUds differ Index: aktion.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/aktion.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsfqEiiI and /tmp/cvsIgNdcv differ Index: energy_star.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/energy_star.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvswiZnXU and /tmp/cvsTlUXXH differ Index: kwin.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kwin.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsyJP3R4 and /tmp/cvslF3bZR differ Index: khelpcenter.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/khelpcenter.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsXGbYVy and /tmp/cvsPG11sm differ Index: netscape.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/netscape.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs478wQE and /tmp/cvs1UVPss differ Index: kdeprintfax.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kdeprintfax.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsy1itMO and /tmp/cvsgZ8MtC differ Index: realplayer.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/realplayer.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsgximOZ and /tmp/cvs6onBEN differ Index: multimedia.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/multimedia.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsGIYyoY and /tmp/cvsGqqTjM differ Index: kcmdf.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kcmdf.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsh5eKTb and /tmp/cvsQtTlWZ differ Index: knode.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/knode.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsohAXbm and /tmp/cvsUfmTma differ Index: package_wordprocessing.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/package_wordprocessing.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsBvhuWS and /tmp/cvsvV2IsH differ Index: kmix.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kmix.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsRzCm01 and /tmp/cvsFEuYAQ differ Index: date.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/date.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsZfnu58 and /tmp/cvseFISKX differ Index: korganizer.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/korganizer.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsDcQQJ9 and /tmp/cvsO9NOvY differ Index: kview.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kview.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsNF6Jqh and /tmp/cvsyv4Fh6 differ Index: kcmkwm.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kcmkwm.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsCeMFot and /tmp/cvsUSgtni differ Index: filetypes.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/filetypes.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsrSmgsD and /tmp/cvsVqY5ys differ Index: clanbomber.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/clanbomber.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs8MShHM and /tmp/cvsqS19TB differ Index: kdf.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kdf.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsCCciJZ and /tmp/cvsqQYa3O differ Index: konqueror.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/konqueror.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsoKy8G4 and /tmp/cvsDElh4T differ Index: kuser.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kuser.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsFajxUf and /tmp/cvsJVFcv5 differ Index: key_bindings.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/key_bindings.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsOhk6Ij and /tmp/cvsErBLn9 differ Index: knotes.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/knotes.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs8sl1Jt and /tmp/cvswg7Rtj differ Index: kate.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kate.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs7gwY7C and /tmp/cvsfM53Xs differ Index: xcalc.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/xcalc.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvscw4TZQ and /tmp/cvsNiXfZG differ Index: personal.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/personal.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs7wHAk0 and /tmp/cvsu6IhrQ differ Index: ksysv.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/ksysv.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsRer3u1 and /tmp/cvsiOjXIR differ Index: kdvi.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kdvi.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsQE2wma and /tmp/cvsfDwPF0 differ Index: penguin.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/penguin.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsAdkPnk and /tmp/cvsb9SDNa differ Index: iconthemes.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/iconthemes.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsLikC5x and /tmp/cvsX3pMEo differ Index: blender.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/blender.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsoK5273 and /tmp/cvsAIAe0U differ Index: kwrite.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kwrite.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsR3anp3 and /tmp/cvsI8WlnU differ Index: kcmsound.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kcmsound.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsj0GFYi and /tmp/cvsYaDK69 differ Index: kfm.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kfm.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsGiSyMn and /tmp/cvsVVyMXe differ Index: package_games_card.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/package_games_card.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs9iuQet and /tmp/cvsUXDDtk differ Index: window_list.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/window_list.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsIKAF4B and /tmp/cvsnePipt differ Index: xeyes.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/xeyes.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvso891rF and /tmp/cvsy7gkQw differ Index: locale.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/locale.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsRQOUIM and /tmp/cvsE9x9bE differ Index: kmenuedit.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kmenuedit.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvskXO5LX and /tmp/cvsWuURkP differ Index: kasteroids.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kasteroids.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsoV2Ot7 and /tmp/cvsff4T8Y differ Index: ksmiletris.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/ksmiletris.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsZoDmbi and /tmp/cvsI8yG39 differ Index: samba.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/samba.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsJmssvt and /tmp/cvsDNt8ul differ Index: input_devices_settings.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/input_devices_settings.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsf3FixC and /tmp/cvsOIIuEu differ Index: package_toys.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/package_toys.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs76SILJ and /tmp/cvsGZ21VB differ Index: kaddressbook.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kaddressbook.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsWTSSIN and /tmp/cvsA2nkXF differ Index: kpaint.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kpaint.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsSleF0X and /tmp/cvsLFuhkQ differ Index: gimp.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/gimp.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs1l68G3 and /tmp/cvshFLy4V differ Index: kcmpci.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kcmpci.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsNpVFf8 and /tmp/cvsAo1KN0 differ Index: proxy.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/proxy.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsYcE8yf and /tmp/cvsuP4Zb8 differ Index: package_favourite.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/package_favourite.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsshqr8p and /tmp/cvsNWpIQi differ Index: package_network.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/package_network.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsJCYwMx and /tmp/cvsxc0hBq differ Index: ktip.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/ktip.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsgWKEeN and /tmp/cvsLDnYbG differ Index: package_multimedia.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/package_multimedia.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsrvOVJS and /tmp/cvsBPbQKL differ Index: mozilla.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/mozilla.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvslhII9c and /tmp/cvsc8kYn6 differ Index: ksirc.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/ksirc.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsLvtNvq and /tmp/cvsRnS3Yj differ Index: printmgr.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/printmgr.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvslX7tZw and /tmp/cvstQXryq differ Index: go.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/go.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs4V65AD and /tmp/cvsDOgnex differ Index: kjots.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kjots.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsEhEcwK and /tmp/cvswkk6dE differ Index: konsole.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/konsole.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsSwPmCT and /tmp/cvs6Hv4pN differ Index: kcmsystem.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kcmsystem.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsAbQTT0 and /tmp/cvsRaqmMU differ Index: bell.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/bell.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsuvhjZa and /tmp/cvsY0drY4 differ Index: xclock.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/xclock.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsRtx6ai and /tmp/cvskaFzjc differ Index: cookie.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/cookie.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsqLSiEn and /tmp/cvszSLgSh differ Index: krdc.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/krdc.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs6CBVtA and /tmp/cvsQBOjOu differ Index: password.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/password.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsULDPHE and /tmp/cvsDPbA6y differ Index: kviewshell.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kviewshell.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsiIjVpQ and /tmp/cvsXeeiWK differ Index: keyboard.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/keyboard.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvspKwtsV and /tmp/cvszuI51P differ Index: xedit.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/xedit.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsTxzY94 and /tmp/cvsYC4oOZ differ Index: kcmfontinst.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kcmfontinst.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs9MJa4a and /tmp/cvs19s2N5 differ Index: xapp.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/xapp.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsUhlCZ7 and /tmp/cvsrgAEN2 differ Index: email.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/email.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs50rAbh and /tmp/cvsg2kE5b differ Index: kedit.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kedit.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvssMBF2n and /tmp/cvs7iVc1i differ Index: background.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/background.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvslIZUQv and /tmp/cvsUb4wUq differ Index: looknfeel.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/looknfeel.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsPRziBC and /tmp/cvsLM4jJx differ Index: knotify.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/knotify.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsePh3QY and /tmp/cvsPIfgcU differ Index: kcalc.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kcalc.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs3a2Me6 and /tmp/cvsFdFIE1 differ Index: package_utilities.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/package_utilities.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsEJ0pW9 and /tmp/cvso3vwq5 differ Index: energy.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/energy.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsLafqm8 and /tmp/cvstfXwV3 differ Index: icons.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/icons.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsEUeGmf and /tmp/cvsR29t0a differ Index: mac.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/mac.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsZH5qWm and /tmp/cvsH4NnFi differ Index: applixware.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/applixware.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsvZ8GSt and /tmp/cvsuNwNFp differ Index: package_graphics.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/package_graphics.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsXcZVVB and /tmp/cvsNwjIMx differ Index: keyboard_layout.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/keyboard_layout.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsoor3MD and /tmp/cvsyJozGz differ Index: kcmx.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kcmx.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvskAbHOH and /tmp/cvsIPyQKD differ Index: winprops.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/winprops.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs1RKOzP and /tmp/cvskfs5AL differ Index: kxconfig.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kxconfig.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsoscHXT and /tmp/cvscRSL1P differ Index: wp.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/wp.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsWNOa1Y and /tmp/cvsSfIy8U differ Index: x.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/x.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsryfZn6 and /tmp/cvs7TMdA2 differ Index: kmenu.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/apps/kmenu.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsfwfcck and /tmp/cvsbsy8Bg differ |
Update of /cvsroot/openfirst/members/icons/mimetypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32370/mimetypes Modified Files: applix.png ascii.png binary.png cdimage.png cdtrack.png colorscm.png core.png deb.png document.png document2.png dvi.png empty.png file_locked.png file_temporary.png font.png font_bitmap.png font_truetype.png font_type1.png gf.png html.png image.png info.png kmultiple.png log.png make.png man.png message.png metafont.png midi.png mime_ascii.png mime_empty.png netscape_doc.png pdf.png pk.png quicktime.png readme.png real_doc.png recycled.png rpm.png shellscript.png soffice.png sound.png source.png source_c.png source_cpp.png source_f.png source_h.png source_j.png source_java.png source_l.png source_moc.png source_o.png source_p.png source_pl.png source_py.png source_s.png source_y.png spreadsheet.png tar.png tex.png tgz.png txt.png unknown.png vcalendar.png vcard.png vectorgfx.png video.png widget_doc.png wordprocessing.png Log Message: Change icons to use the newest crystalsvg set, from the artist, rather than the older distribution-specific subset that was previously used (see: http://www.everaldo.com) Index: real_doc.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/real_doc.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsZrBJ3H and /tmp/cvsWqpApq differ Index: ascii.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/ascii.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsy2xXRU and /tmp/cvsj5YJnD differ Index: widget_doc.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/widget_doc.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsVOH3oo and /tmp/cvs8bfjk7 differ Index: font_bitmap.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/font_bitmap.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsHRpqJy and /tmp/cvseNVoKh differ Index: source_o.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/source_o.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsNbBNRK and /tmp/cvsD3vi0t differ Index: tgz.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/tgz.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsqP9fVW and /tmp/cvsi9WwbG differ Index: cdtrack.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/cdtrack.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsqHB20W and /tmp/cvsYdN8oG differ Index: font_type1.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/font_type1.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsBOTIYa and /tmp/cvsZCO1vU differ Index: mime_ascii.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/mime_ascii.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsZqVlen and /tmp/cvs6Dn7R6 differ Index: source_p.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/source_p.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsonWIbI and /tmp/cvsBdKB4r differ Index: source_s.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/source_s.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs5pPygS and /tmp/cvsxXazeC differ Index: txt.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/txt.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsYeRkO0 and /tmp/cvsKMISTK differ Index: deb.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/deb.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvstJuvz5 and /tmp/cvs0u4nMP differ Index: soffice.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/soffice.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsmGjsUd and /tmp/cvs4GbjeY differ Index: source_pl.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/source_pl.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvscdUm2o and /tmp/cvsNW7Wr9 differ Index: pdf.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/pdf.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsSR02mO and /tmp/cvszKca3y differ Index: document2.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/document2.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsLc9nAU and /tmp/cvsZWQUmF differ Index: mime_empty.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/mime_empty.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs2wu9Sc and /tmp/cvsKitwVX differ Index: cdimage.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/cdimage.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs7j6DGk and /tmp/cvspHb8N5 differ Index: source_c.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/source_c.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsiE1E9q and /tmp/cvsYIRzlc differ Index: source_py.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/source_py.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsNrvmyy and /tmp/cvsOoGROj differ Index: font_truetype.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/font_truetype.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsypmTIK and /tmp/cvsUQUC7v differ Index: midi.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/midi.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsHPTaFU and /tmp/cvsMDAEbG differ Index: recycled.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/recycled.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs4lzwK2 and /tmp/cvsW89omO differ Index: spreadsheet.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/spreadsheet.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsCfilv4 and /tmp/cvsXXqrdQ differ Index: source_j.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/source_j.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsRTKUjc and /tmp/cvsVesD6X differ Index: pk.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/pk.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsCDes8p and /tmp/cvsF2tb4b differ Index: applix.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/applix.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsDdrRqU and /tmp/cvs3BmnGG differ Index: tex.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/tex.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsBb2R92 and /tmp/cvsLpHGwP differ Index: kmultiple.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/kmultiple.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvstrSLU2 and /tmp/cvsuKN8lP differ Index: colorscm.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/colorscm.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsDhR6xe and /tmp/cvs9Fb460 differ Index: html.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/html.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsVOQOet and /tmp/cvsREumXf differ Index: source.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/source.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs9SLp2E and /tmp/cvs8fRASr differ Index: file_locked.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/file_locked.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsX8of7K and /tmp/cvsrNTW2x differ Index: source_cpp.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/source_cpp.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs11L4rY and /tmp/cvs6Uu4uL differ Index: binary.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/binary.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsntjx4y and /tmp/cvswYtxBm differ Index: video.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/video.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsui91TF and /tmp/cvsFEfvvt differ Index: make.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/make.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsJc2LjJ and /tmp/cvsPyX6Yw differ Index: unknown.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/unknown.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs6ucf6P and /tmp/cvs9LNUPD differ Index: info.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/info.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs8p5SIZ and /tmp/cvsWqaYyN differ Index: dvi.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/dvi.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsR6gnE2 and /tmp/cvsWS3ZAQ differ Index: quicktime.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/quicktime.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsVH6BPf and /tmp/cvs1lFLU3 differ Index: source_l.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/source_l.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs3d0i7o and /tmp/cvsvrC3jd differ Index: sound.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/sound.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsNY3TQU and /tmp/cvsU9BRmJ differ Index: source_h.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/source_h.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs15neO1 and /tmp/cvsqT0KoQ differ Index: file_temporary.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/file_temporary.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsIQFY16 and /tmp/cvsXKKSFV differ Index: font.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/font.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsOq4WB6 and /tmp/cvsAN8xnV differ Index: vectorgfx.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/vectorgfx.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsoaz0nd and /tmp/cvsPMLOd2 differ Index: gf.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/gf.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvse9ei0k and /tmp/cvsxR54U9 differ Index: empty.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/empty.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs1P5aJt and /tmp/cvs93bFJi differ Index: vcard.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/vcard.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsLxwofC and /tmp/cvshAKXjr differ Index: document.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/document.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsxbSCML and /tmp/cvsPG5pXA differ Index: source_java.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/source_java.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsIHnD1P and /tmp/cvsJyJKgF differ Index: source_y.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/source_y.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsdgiUm2 and /tmp/cvs7KTtIR differ Index: netscape_doc.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/netscape_doc.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsJ91wZd and /tmp/cvspH1vA3 differ Index: rpm.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/rpm.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsP1yIvm and /tmp/cvs16QFac differ Index: image.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/image.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvszLP5tr and /tmp/cvssYpich differ Index: source_f.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/source_f.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvspDCKZA and /tmp/cvs7W6fOq differ Index: tar.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/tar.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs7inA0I and /tmp/cvsr5nOVy differ Index: vcalendar.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/vcalendar.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsLQyfkT and /tmp/cvsIFrDkJ differ Index: man.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/man.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvswMnk54 and /tmp/cvs64S5eV differ Index: metafont.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/metafont.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsPauEi6 and /tmp/cvsMQrXxW differ Index: log.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/log.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsjKsNAd and /tmp/cvshY9FU3 differ Index: readme.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/readme.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvshjl1Uk and /tmp/cvsxMBHjb differ Index: wordprocessing.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/wordprocessing.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs5NP2Iy and /tmp/cvskIIJgp differ Index: message.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/message.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsEtmepW and /tmp/cvs4OkZdN differ Index: source_moc.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/source_moc.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvskMiIe5 and /tmp/cvst3Ag9V differ Index: shellscript.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/shellscript.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs0PDJR3 and /tmp/cvs6M81RU differ Index: core.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/mimetypes/core.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsAX075i and /tmp/cvsII2hea differ |
Update of /cvsroot/openfirst/members/icons/filesystems In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32370/filesystems Modified Files: blockdevice.png chardevice.png desktop.png exec.png file_broken.png file_important.png file_locked.png file_temporary.png folder.png folder_crystal.png folder_green.png folder_grey.png folder_home.png folder_html.png folder_image.png folder_important.png folder_locked.png folder_man.png folder_midi.png folder_open.png folder_red.png folder_red_open.png folder_sound.png folder_tar.png folder_txt.png folder_video.png folder_violet.png folder_yellow.png ftp.png link.png lockoverlay.png network.png network_local.png pipe.png services.png socket.png trashcan_empty.png trashcan_full.png www.png zip.png Log Message: Change icons to use the newest crystalsvg set, from the artist, rather than the older distribution-specific subset that was previously used (see: http://www.everaldo.com) Index: www.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/www.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsYDllwY and /tmp/cvscNnvoG differ Index: folder_violet.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_violet.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs6kjxcd and /tmp/cvsosUdeV differ Index: zip.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/zip.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvstDGcnm and /tmp/cvs2quTu4 differ Index: trashcan_empty.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/trashcan_empty.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvscJhacD and /tmp/cvs0gF1ul differ Index: folder_txt.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_txt.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsgXXDJL and /tmp/cvsQ0b17t differ Index: trashcan_full.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/trashcan_full.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs42CMtU and /tmp/cvsNOkx0C differ Index: chardevice.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/chardevice.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsakaTGn and /tmp/cvs8EbGB6 differ Index: exec.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/exec.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsxglVlD and /tmp/cvs7Q6qpm differ Index: folder_important.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_important.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsWMTYyJ and /tmp/cvsjx3eIs differ Index: folder.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsYOg0zW and /tmp/cvs4662PF differ Index: folder_grey.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_grey.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsRdw95Z and /tmp/cvsgLcJuJ differ Index: file_important.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/file_important.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvskkya3d and /tmp/cvsDQOPAX differ Index: socket.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/socket.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsfirfCj and /tmp/cvsP0p7e3 differ Index: folder_man.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_man.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs1vNZiH and /tmp/cvsJS0nbr differ Index: folder_yellow.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_yellow.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvseozR9Q and /tmp/cvsWqyK8A differ Index: file_broken.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/file_broken.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsbvZvqU and /tmp/cvsWq9HxE differ Index: folder_red.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_red.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsYgsEU4 and /tmp/cvstCx56O differ Index: services.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/services.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsIhWE6g and /tmp/cvseG12q1 differ Index: file_temporary.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/file_temporary.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs1nujUq and /tmp/cvsFzT7kb differ Index: link.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/link.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsJvm87U and /tmp/cvstN7QSF differ Index: folder_tar.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_tar.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsy9ZWna and /tmp/cvs09ZcqV differ Index: ftp.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/ftp.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsUf8Omh and /tmp/cvstmjEt2 differ Index: folder_green.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_green.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvscH3gtn and /tmp/cvsRk34D8 differ Index: folder_html.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_html.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsvYNxYv and /tmp/cvsKvbndh differ Index: folder_image.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_image.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsrqTb6H and /tmp/cvsFmp0st differ Index: lockoverlay.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/lockoverlay.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsrd2sUT and /tmp/cvsL8wgpF differ Index: network_local.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/network_local.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsZjMywZ and /tmp/cvsw7ai6K differ Index: file_locked.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/file_locked.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsUhHzgZ and /tmp/cvsAClhWK differ Index: folder_sound.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_sound.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs2WNmG8 and /tmp/cvsmtufsU differ Index: desktop.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/desktop.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsNE8vJj and /tmp/cvssT9BC5 differ Index: blockdevice.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/blockdevice.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsjITwbr and /tmp/cvswSxu9c differ Index: network.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/network.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsfkI6sU and /tmp/cvsjsDEIG differ Index: folder_red_open.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_red_open.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsVFYVW0 and /tmp/cvsUxGeiN differ Index: folder_midi.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_midi.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsaf6Pn3 and /tmp/cvsXhUuPP differ Index: folder_locked.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_locked.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsikC2Vb and /tmp/cvswRugtY differ Index: folder_home.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_home.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvstC6Lem and /tmp/cvsGfnMS8 differ Index: folder_video.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_video.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsKIUy2x and /tmp/cvsF4jOOk differ Index: folder_crystal.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_crystal.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsjlDRJH and /tmp/cvsLAcOBu differ Index: pipe.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/pipe.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvstsUdMR and /tmp/cvslJuiME differ Index: folder_open.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/filesystems/folder_open.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsvXVIJ4 and /tmp/cvshm2GQR differ |
Update of /cvsroot/openfirst/members/icons/devices In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32370/devices Modified Files: 3floppy_mount.png 3floppy_unmount.png cdrom_mount.png cdrom_unmount.png cdwriter_mount.png cdwriter_unmount.png dvd_mount.png dvd_unmount.png hdd_mount.png hdd_unmount.png joystick.png memory.png mouse.png nfs_mount.png nfs_unmount.png pda_black.png pda_blue.png print_class.png print_printer.png printer1.png printer2.png scanner.png tablet.png tv.png zip_mount.png zip_unmount.png Log Message: Change icons to use the newest crystalsvg set, from the artist, rather than the older distribution-specific subset that was previously used (see: http://www.everaldo.com) Index: pda_black.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/pda_black.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsMQvUyX and /tmp/cvsQYT8jF differ Index: print_class.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/print_class.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsvo20dY and /tmp/cvs5T7Y5F differ Index: pda_blue.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/pda_blue.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsqWRag7 and /tmp/cvseQXCfP differ Index: tablet.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/tablet.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvseh0gZf and /tmp/cvs4jnl4X differ Index: scanner.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/scanner.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsb1LTHr and /tmp/cvsRb5FU9 differ Index: 3floppy_mount.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/3floppy_mount.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsfWqcKM and /tmp/cvsUSa68u differ Index: zip_unmount.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/zip_unmount.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs0SjlMY and /tmp/cvsEmBDkH differ Index: joystick.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/joystick.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsTeKcQn and /tmp/cvsIjQ4K6 differ Index: memory.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/memory.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsrJngjy and /tmp/cvs9imtjh differ Index: nfs_unmount.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/nfs_unmount.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs95oyRH and /tmp/cvspDIZXq differ Index: dvd_unmount.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/dvd_unmount.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsBGBZvT and /tmp/cvsWTm2JC differ Index: cdrom_unmount.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/cdrom_unmount.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsEmCF8X and /tmp/cvsd9GfrH differ Index: hdd_unmount.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/hdd_unmount.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvspZLGC6 and /tmp/cvs6qEB5P differ Index: print_printer.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/print_printer.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsocVlae and /tmp/cvsVg1aIX differ Index: tv.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/tv.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsiCbtCo and /tmp/cvsE67Ai8 differ Index: hdd_mount.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/hdd_mount.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvskbHC5K and /tmp/cvsiluTYu differ Index: nfs_mount.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/nfs_mount.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsVGO8WS and /tmp/cvshQKCVC differ Index: printer2.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/printer2.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsJ5XsdZ and /tmp/cvs6FrYnJ differ Index: printer1.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/printer1.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsGDWw9d and /tmp/cvse2WwtY differ Index: mouse.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/mouse.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs1qyu9p and /tmp/cvszlwlBa differ Index: 3floppy_unmount.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/3floppy_unmount.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs55hpbD and /tmp/cvsE2yfKn differ Index: cdwriter_mount.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/cdwriter_mount.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsZB4G1K and /tmp/cvsxwmhHv differ Index: cdrom_mount.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/cdrom_mount.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsreB0XV and /tmp/cvs6hD5IG differ Index: cdwriter_unmount.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/cdwriter_unmount.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvseHVbhW and /tmp/cvsXo8G8G differ Index: dvd_mount.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/dvd_mount.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs6oT0be and /tmp/cvsUaVKgZ differ Index: zip_mount.png =================================================================== RCS file: /cvsroot/openfirst/members/icons/devices/zip_mount.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsfhlk6i and /tmp/cvsBDsge4 differ |