diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-18 16:11:09 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-18 16:11:09 +0000 |
commit | 79393d775217ca45c54964228161d098903f4c6a (patch) | |
tree | 5db20e5a011de6f02158c004f314388d7cdfb4aa /audio/xsidplay/files | |
parent | a87c59f3524ca031a40d21ba82e00b26383e6b6f (diff) |
Notes
Diffstat (limited to 'audio/xsidplay/files')
-rw-r--r-- | audio/xsidplay/files/patch-aa | 36 | ||||
-rw-r--r-- | audio/xsidplay/files/patch-ab | 36 | ||||
-rw-r--r-- | audio/xsidplay/files/patch-ac | 70 |
3 files changed, 142 insertions, 0 deletions
diff --git a/audio/xsidplay/files/patch-aa b/audio/xsidplay/files/patch-aa new file mode 100644 index 000000000000..c3173417acf8 --- /dev/null +++ b/audio/xsidplay/files/patch-aa @@ -0,0 +1,36 @@ +--- src/HVSCDialogData.cpp.orig Fri Oct 9 09:08:24 1998 ++++ src/HVSCDialogData.cpp Tue Sep 12 04:02:45 2000 +@@ -109,9 +109,30 @@ + browseBtn = new QPushButton( this, "BrowseButton" ); + browseBtn->setGeometry( 320, 32, 70, 30 ); + { +- QColorGroup normal( QColor( QRgb(0) ), QColor( QRgb(11862015) ), QColor( QRgb(16777215) ), QColor( QRgb(6316128) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) ); +- QColorGroup disabled( QColor( QRgb(8421504) ), QColor( QRgb(12632256) ), QColor( QRgb(16777215) ), QColor( QRgb(6316128) ), QColor( QRgb(10789024) ), QColor( QRgb(8421504) ), QColor( QRgb(12632256) ) ); +- QColorGroup active( QColor( QRgb(0) ), QColor( QRgb(8505544) ), QColor( QRgb(16777215) ), QColor( QRgb(6316128) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) ); ++ QColorGroup normal( ++ QColor( (unsigned int)0 ), ++ QColor( (unsigned int)11862015 ), ++ QColor( (unsigned int)16777215 ), ++ QColor( (unsigned int)6316128 ), ++ QColor( (unsigned int)10789024 ), ++ QColor( (unsigned int)0 ), ++ QColor( (unsigned int)16777215 ) ); ++ QColorGroup disabled( ++ QColor( (unsigned int)8421504 ), ++ QColor( (unsigned int)12632256 ), ++ QColor( (unsigned int)16777215 ), ++ QColor( (unsigned int)6316128 ), ++ QColor( (unsigned int)10789024 ), ++ QColor( (unsigned int)8421504 ), ++ QColor( (unsigned int)12632256 ) ); ++ QColorGroup active( ++ QColor( (unsigned int)0 ), ++ QColor( (unsigned int)8505544 ), ++ QColor( (unsigned int)16777215 ), ++ QColor( (unsigned int)6316128 ), ++ QColor( (unsigned int)10789024 ), ++ QColor( (unsigned int)0 ), ++ QColor( (unsigned int)16777215 ) ); + QPalette palette( normal, disabled, active ); + browseBtn->setPalette( palette ); + } diff --git a/audio/xsidplay/files/patch-ab b/audio/xsidplay/files/patch-ab new file mode 100644 index 000000000000..cea199754565 --- /dev/null +++ b/audio/xsidplay/files/patch-ab @@ -0,0 +1,36 @@ +--- src/MainDialog.cpp.orig Sat Jul 3 12:57:28 1999 ++++ src/MainDialog.cpp Tue Sep 12 03:47:31 2000 +@@ -152,9 +152,30 @@ + timeLCD->setMode( QLCDNumber::DEC ); + timeLCD->setSegmentStyle( QLCDNumber::Filled ); + { +- QColorGroup normal( QColor( QRgb(0) ), QColor( QRgb(11513755) ), QColor( QRgb(16777215) ), QColor( QRgb(6316128) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) ); +- QColorGroup disabled( QColor( QRgb(8421504) ), QColor( QRgb(12632256) ), QColor( QRgb(16777215) ), QColor( QRgb(6316128) ), QColor( QRgb(10789024) ), QColor( QRgb(8421504) ), QColor( QRgb(12632256) ) ); +- QColorGroup active( QColor( QRgb(0) ), QColor( QRgb(12632256) ), QColor( QRgb(16777215) ), QColor( QRgb(6316128) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) ); ++ QColorGroup normal( ++ QColor( (unsigned int)0 ), ++ QColor( (unsigned int)11513755 ), ++ QColor( (unsigned int)16777215 ), ++ QColor( (unsigned int)6316128 ), ++ QColor( (unsigned int)10789024 ), ++ QColor( (unsigned int)0 ), ++ QColor( (unsigned int)16777215 ) ); ++ QColorGroup disabled( ++ QColor( (unsigned int)8421504 ), ++ QColor( (unsigned int)12632256 ), ++ QColor( (unsigned int)16777215 ), ++ QColor( (unsigned int)6316128 ), ++ QColor( (unsigned int)10789024 ), ++ QColor( (unsigned int)8421504 ), ++ QColor( (unsigned int)12632256 ) ); ++ QColorGroup active( ++ QColor( (unsigned int)0 ), ++ QColor( (unsigned int)12632256 ), ++ QColor( (unsigned int)16777215 ), ++ QColor( (unsigned int)6316128 ), ++ QColor( (unsigned int)10789024 ), ++ QColor( (unsigned int)0 ), ++ QColor( (unsigned int)16777215 ) ); + QPalette palette( normal, disabled, active ); + timeLCD->setPalette( palette ); + } diff --git a/audio/xsidplay/files/patch-ac b/audio/xsidplay/files/patch-ac new file mode 100644 index 000000000000..9f92e5f59f1d --- /dev/null +++ b/audio/xsidplay/files/patch-ac @@ -0,0 +1,70 @@ +--- src/MainDialogData.cpp.orig Mon Dec 14 06:50:51 1998 ++++ src/MainDialogData.cpp Tue Sep 12 03:57:49 2000 +@@ -43,9 +43,30 @@ + songLCD = new QLCDNumber( this, "LCDNumber_2" ); + songLCD->setGeometry( 90, 35, 40, 30 ); + { +- QColorGroup normal( QColor( QRgb(0) ), QColor( QRgb(11513755) ), QColor( QRgb(16777215) ), QColor( QRgb(6316128) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) ); +- QColorGroup disabled( QColor( QRgb(8421504) ), QColor( QRgb(12632256) ), QColor( QRgb(16777215) ), QColor( QRgb(6316128) ), QColor( QRgb(10789024) ), QColor( QRgb(8421504) ), QColor( QRgb(12632256) ) ); +- QColorGroup active( QColor( QRgb(0) ), QColor( QRgb(12632256) ), QColor( QRgb(16777215) ), QColor( QRgb(6316128) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) ); ++ QColorGroup normal( ++ QColor( (unsigned int)0 ), ++ QColor( (unsigned int)11513755 ), ++ QColor( (unsigned int)16777215 ), ++ QColor( (unsigned int)6316128 ), ++ QColor( (unsigned int)10789024 ), ++ QColor( (unsigned int)0 ), ++ QColor( (unsigned int)16777215 ) ); ++ QColorGroup disabled( ++ QColor( (unsigned int)8421504 ), ++ QColor( (unsigned int)12632256 ), ++ QColor( (unsigned int)16777215 ), ++ QColor( (unsigned int)6316128 ), ++ QColor( (unsigned int)10789024 ), ++ QColor( (unsigned int)8421504 ), ++ QColor( (unsigned int)12632256 ) ); ++ QColorGroup active( ++ QColor( (unsigned int)0 ), ++ QColor( (unsigned int)12632256 ), ++ QColor( (unsigned int)16777215 ), ++ QColor( (unsigned int)6316128 ), ++ QColor( (unsigned int)10789024 ), ++ QColor( (unsigned int)0 ), ++ QColor( (unsigned int)16777215 ) ); + QPalette palette( normal, disabled, active ); + songLCD->setPalette( palette ); + } +@@ -58,9 +79,30 @@ + timeLCD = new TimeLCD( this, "TimeLCD_1" ); + timeLCD->setGeometry( 10, 35, 75, 30 ); + { +- QColorGroup normal( QColor( QRgb(0) ), QColor( QRgb(11513755) ), QColor( QRgb(16777215) ), QColor( QRgb(6316128) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) ); +- QColorGroup disabled( QColor( QRgb(8421504) ), QColor( QRgb(12632256) ), QColor( QRgb(16777215) ), QColor( QRgb(6316128) ), QColor( QRgb(10789024) ), QColor( QRgb(8421504) ), QColor( QRgb(12632256) ) ); +- QColorGroup active( QColor( QRgb(0) ), QColor( QRgb(12632256) ), QColor( QRgb(16777215) ), QColor( QRgb(6316128) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) ); ++ QColorGroup normal( ++ QColor( (unsigned int)0 ), ++ QColor( (unsigned int)11513755 ), ++ QColor( (unsigned int)16777215 ), ++ QColor( (unsigned int)6316128 ), ++ QColor( (unsigned int)10789024 ), ++ QColor( (unsigned int)0 ), ++ QColor( (unsigned int)16777215 ) ); ++ QColorGroup disabled( ++ QColor( (unsigned int)8421504 ), ++ QColor( (unsigned int)12632256 ), ++ QColor( (unsigned int)16777215 ), ++ QColor( (unsigned int)6316128 ), ++ QColor( (unsigned int)10789024 ), ++ QColor( (unsigned int)8421504 ), ++ QColor( (unsigned int)12632256 ) ); ++ QColorGroup active( ++ QColor( (unsigned int)0 ), ++ QColor( (unsigned int)12632256 ), ++ QColor( (unsigned int)16777215 ), ++ QColor( (unsigned int)6316128 ), ++ QColor( (unsigned int)10789024 ), ++ QColor( (unsigned int)0 ), ++ QColor( (unsigned int)16777215 ) ); + QPalette palette( normal, disabled, active ); + timeLCD->setPalette( palette ); + } |