r55 - in unstable/rt2500/debian: . patches

benh at alioth.debian.org benh at alioth.debian.org
Sun Oct 14 18:54:33 UTC 2007


Author: benh
Date: 2007-10-14 18:54:33 +0000 (Sun, 14 Oct 2007)
New Revision: 55

Removed:
   unstable/rt2500/debian/RaConfig2500.1
   unstable/rt2500/debian/patches/001_gui.diff
   unstable/rt2500/debian/rt2500.dirs
   unstable/rt2500/debian/rt2500.docs
   unstable/rt2500/debian/rt2500.manpages
   unstable/rt2500/debian/rt2500.menu
Modified:
   unstable/rt2500/debian/control
   unstable/rt2500/debian/control.modules.in
   unstable/rt2500/debian/patches/series
   unstable/rt2500/debian/rules
Log:
Removed rt2500 binary package in favour of rutilt.


Deleted: unstable/rt2500/debian/RaConfig2500.1
===================================================================
--- unstable/rt2500/debian/RaConfig2500.1	2007-10-08 21:30:47 UTC (rev 54)
+++ unstable/rt2500/debian/RaConfig2500.1	2007-10-14 18:54:33 UTC (rev 55)
@@ -1,35 +0,0 @@
-.\"                                      Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH RACONFIG2500 1 "May 17, 2005"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-RaConfig2500 \- A configuration tool for wireless RT2500 network cards
-.SH SYNOPSIS
-.B RaConfig2500 
-.SH DESCRIPTION
-.B RaConfig2500
-is a simple X11 utility to configure your RT2500 wireless
-network card. It must be used with the corresponding RT2500 driver.
-.SH OPTIONS
-This software does not have any options.
-.SH SEE ALSO
-iwconfig(8).
-.SH AUTHOR
-.B RaConfig2500 
-was written by Ralink Tech Inc.
-.br
-This manual page was written by Aurelien Jarno <aurel32 at debian.org>,
-for the Debian GNU/Linux system (but may be used by others).

Modified: unstable/rt2500/debian/control
===================================================================
--- unstable/rt2500/debian/control	2007-10-08 21:30:47 UTC (rev 54)
+++ unstable/rt2500/debian/control	2007-10-14 18:54:33 UTC (rev 55)
@@ -1,7 +1,7 @@
 Source: rt2500
 Section: net
 Priority: extra
-Build-Depends: debhelper (>= 4.0), libqt3-mt-dev (>= 3.3.4-4), bzip2, quilt
+Build-Depends: debhelper (>= 4.0), bzip2, quilt
 Maintainer: Debian Ralink packages maintainers <pkg-ralink-maintainers at lists.alioth.debian.org>
 Uploaders: Aurelien Jarno <aurel32 at debian.org>, Ben Hutchings <ben at decadent.org.uk>, Romain Beauxis <toots at rastageeks.org>
 Standards-Version: 3.7.2
@@ -21,16 +21,3 @@
  the linux-headers for the linux-image packages from Debian). For
  compile instructions look into /usr/share/doc/rt2500-source/README.Debian
  or simply use the module-assistant utility.
-
-Package: rt2500
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: rt2500-base
-Recommends: wireless-tools
-Description: configuration tool for wireless RT2500 network cards
- This package provides an X11 application to configure wireless
- network cards controlled by the rt2500 driver.
- .
- This package is useless without the appropriate rt2500-modules-x.yy.zz package
- for the kernel you are running, except if you have built it by hand. You can
- create such a package from rt2500-source.

Modified: unstable/rt2500/debian/control.modules.in
===================================================================
--- unstable/rt2500/debian/control.modules.in	2007-10-08 21:30:47 UTC (rev 54)
+++ unstable/rt2500/debian/control.modules.in	2007-10-14 18:54:33 UTC (rev 55)
@@ -10,7 +10,7 @@
 Conflicts: rt2500-_KVERS_
 Architecture: any
 Recommends: linux-image-_KVERS_, wireless-tools
-Suggests: rt2500
+Suggests: rutilt
 Description: rt2500 wireless network driver
  This package contains the driver for wireless network cards using the
  Ralink RT2500 chipset (RT2560 controller and RT2525 RF PHY supporting

Deleted: unstable/rt2500/debian/patches/001_gui.diff
===================================================================
--- unstable/rt2500/debian/patches/001_gui.diff	2007-10-08 21:30:47 UTC (rev 54)
+++ unstable/rt2500/debian/patches/001_gui.diff	2007-10-14 18:54:33 UTC (rev 55)
@@ -1,413 +0,0 @@
---- Utilitys/addprofiledlg.cpp
-+++ Utilitys/addprofiledlg.cpp
-@@ -108,7 +108,7 @@
- 
-     Config_RadioButton_CAM = new QRadioButton( Config_ButtonGroup_PowerSaveing, "Config_RadioButton_CAM" );
-     Config_RadioButton_CAM->setEnabled( TRUE );
--    Config_RadioButton_CAM->setGeometry( QRect( 25, 20, 200, 30 ) ); 
-+    Config_RadioButton_CAM->setGeometry( QRect( 20, 20, 200, 30 ) ); 
-     Config_RadioButton_CAM->setText("CAM (Constantly Awake Mode)");
-     Config_RadioButton_CAM->setChecked( TRUE );
-     Config_ButtonGroup_PowerSaveing->insert( Config_RadioButton_CAM, 0 );
-@@ -121,85 +121,85 @@
-     Config_ButtonGroup_PowerSaveing->insert( Config_RadioButton_PSMode, 1 );
- 
-     Config_TextLabel1 = new QLabel( ConfigPage_tab, "Config_TextLabel1" );
--    Config_TextLabel1->setGeometry( QRect( 25, 85, 100, 30 ) ); 
-+    Config_TextLabel1->setGeometry( QRect( 25, 85, 120, 30 ) ); 
-     Config_TextLabel1->setText("Network Type");
- 
-     Config_ComboBox_NetworkType = new QComboBox( FALSE, ConfigPage_tab, "Config_ComboBox_NetworkType" );
-     Config_ComboBox_NetworkType->insertItem("802.11 Ad Hoc");
-     Config_ComboBox_NetworkType->insertItem("Infrastructure");
--    Config_ComboBox_NetworkType->setGeometry( QRect( 150, 85, 180, 30 ) ); 
-+    Config_ComboBox_NetworkType->setGeometry( QRect( 180, 85, 180, 30 ) ); 
-     Config_ComboBox_NetworkType->setCurrentItem( 1 );
- 
-     Config_TextLabel2 = new QLabel( ConfigPage_tab, "Config_TextLabel2" );
--    Config_TextLabel2->setGeometry( QRect( 25, 130, 120, 30 ) ); 
-+    Config_TextLabel2->setGeometry( QRect( 25, 130, 150, 30 ) ); 
-     Config_TextLabel2->setText("11B Preamble Type");
- 
-     Config_ComboBox_Preamble = new QComboBox( FALSE, ConfigPage_tab, "Config_ComboBox_Preamble" );
-     Config_ComboBox_Preamble->insertItem("Auto");
-     Config_ComboBox_Preamble->insertItem("Long");
-     Config_ComboBox_Preamble->setEnabled( FALSE );
--    Config_ComboBox_Preamble->setGeometry( QRect( 150, 130, 180, 30 ) ); 
-+    Config_ComboBox_Preamble->setGeometry( QRect( 180, 130, 180, 30 ) ); 
- 
-     Config_CheckBox_RTS = new QCheckBox( ConfigPage_tab, "Config_CheckBox_RTS" );
--    Config_CheckBox_RTS->setGeometry( QRect( 15, 187, 130, 30 ) ); 
-+    Config_CheckBox_RTS->setGeometry( QRect( 15, 187, 140, 30 ) ); 
-     Config_CheckBox_RTS->setText("RTS Threshold");
- 
-     Config_TextLabel3 = new QLabel( ConfigPage_tab, "Config_TextLabel3" );
--    Config_TextLabel3->setGeometry( QRect( 165, 167, 20, 30 ) ); 
-+    Config_TextLabel3->setGeometry( QRect( 195, 167, 20, 30 ) ); 
-     Config_TextLabel3->setText("0");
- 
-     Config_Slider_RTS = new QSlider( ConfigPage_tab, "Config_Slider_RTS" );
-     Config_Slider_RTS->setEnabled( FALSE );
--    Config_Slider_RTS->setGeometry( QRect( 195, 187, 180, 30 ) ); 
-+    Config_Slider_RTS->setGeometry( QRect( 225, 187, 180, 30 ) ); 
-     Config_Slider_RTS->setMaxValue( 2312 );
-     Config_Slider_RTS->setValue( 2312 );
-     Config_Slider_RTS->setOrientation( QSlider::Horizontal );
- 
-     Config_TextLabel4 = new QLabel( ConfigPage_tab, "Config_TextLabel4" );
--    Config_TextLabel4->setGeometry( QRect( 385, 167, 35, 30 ) ); 
-+    Config_TextLabel4->setGeometry( QRect( 415, 167, 45, 30 ) ); 
-     Config_TextLabel4->setText("2312");
- 
-     Config_SpinBox_RTS = new QSpinBox( ConfigPage_tab, "Config_SpinBox_RTS" );
-     Config_SpinBox_RTS->setEnabled( FALSE );
--    Config_SpinBox_RTS->setGeometry( QRect( 425, 187, 50, 30 ) ); 
-+    Config_SpinBox_RTS->setGeometry( QRect( 465, 187, 50, 30 ) ); 
-     Config_SpinBox_RTS->setMaxValue( 2312 );
-     Config_SpinBox_RTS->setValue( 2312 );
- 
-     Config_CheckBox_Fragment = new QCheckBox( ConfigPage_tab, "Config_CheckBox_Fragment" );
--    Config_CheckBox_Fragment->setGeometry( QRect( 15, 220, 140, 30 ) ); 
-+    Config_CheckBox_Fragment->setGeometry( QRect( 15, 220, 170, 30 ) ); 
-     Config_CheckBox_Fragment->setText("Fragment Threshold");
- 
-     Config_Slider_Fragment = new QSlider( ConfigPage_tab, "Config_Slider_Fragment" );
-     Config_Slider_Fragment->setEnabled( FALSE );
--    Config_Slider_Fragment->setGeometry( QRect( 195, 225, 180, 30 ) ); 
-+    Config_Slider_Fragment->setGeometry( QRect( 225, 225, 180, 30 ) ); 
-     Config_Slider_Fragment->setMinValue( 256 );
-     Config_Slider_Fragment->setMaxValue( 2312 );
-     Config_Slider_Fragment->setValue( 2312 );
-     Config_Slider_Fragment->setOrientation( QSlider::Horizontal );
- 
-     Config_TextLabel5 = new QLabel( ConfigPage_tab, "Config_TextLabel5" );
--    Config_TextLabel5->setGeometry( QRect( 165, 205, 20, 30 ) ); 
-+    Config_TextLabel5->setGeometry( QRect( 195, 205, 30, 30 ) ); 
-     Config_TextLabel5->setText("256");
- 
-     Config_SpinBox_Fragment = new QSpinBox( ConfigPage_tab, "Config_SpinBox_Fragment" );
-     Config_SpinBox_Fragment->setEnabled( FALSE );
--    Config_SpinBox_Fragment->setGeometry( QRect( 425, 225, 50, 30 ) ); 
-+    Config_SpinBox_Fragment->setGeometry( QRect( 465, 225, 60, 30 ) ); 
-     Config_SpinBox_Fragment->setMaxValue( 2312 );
-     Config_SpinBox_Fragment->setMinValue( 256 );
-     Config_SpinBox_Fragment->setValue( 2312 );
- 
-     Config_TextLabel6 = new QLabel( ConfigPage_tab, "Config_TextLabel6" );
--    Config_TextLabel6->setGeometry( QRect( 385, 205, 35, 30 ) ); 
-+    Config_TextLabel6->setGeometry( QRect( 415, 205, 45, 30 ) ); 
-     Config_TextLabel6->setText("2312");
- 
-     Config_TextLabel_Channel = new QLabel( ConfigPage_tab, "Config_TextLabel_Channel" );
--    Config_TextLabel_Channel->setGeometry( QRect( 490, 187, 61, 31 ) ); 
-+    Config_TextLabel_Channel->setGeometry( QRect( 465, 97, 61, 31 ) ); 
-     Config_TextLabel_Channel->setText("Channel");
-     Config_TextLabel_Channel->hide();
- 
-     Config_ComboBox_Channel = new QComboBox( FALSE, ConfigPage_tab, "Config_ComboBox_Channel" );
-     Config_ComboBox_Channel->insertItem("1");
--    Config_ComboBox_Channel->setGeometry( QRect( 490, 225, 71, 31 ) );
-+    Config_ComboBox_Channel->setGeometry( QRect( 465, 130, 60, 31 ) );
-     Config_ComboBox_Channel->hide();
- 
-     TabWidget_Config->insertTab( ConfigPage_tab, "System Configuration");
-@@ -208,19 +208,19 @@
-     SecurityPage_tab = new QWidget( TabWidget_Config, "SecurityPage_tab" );
- 
-     Security_TextLabel1 = new QLabel( SecurityPage_tab, "Security_TextLabel1" );
--    Security_TextLabel1->setGeometry( QRect( 15, 15, 120, 30 ) ); 
-+    Security_TextLabel1->setGeometry( QRect( 15, 15, 150, 30 ) ); 
-     Security_TextLabel1->setText("Authentication Type:");
- 
-     Security_ComboBox_AuthType = new QComboBox( FALSE, SecurityPage_tab, "Security_ComboBox_AuthType" );
-     Security_ComboBox_AuthType->insertItem("OPEN");
-     Security_ComboBox_AuthType->insertItem("SHARED");
-     Security_ComboBox_AuthType->insertItem("WPAPSK");
--    Security_ComboBox_AuthType->setGeometry( QRect( 145, 15, 120, 30 ) );
-+    Security_ComboBox_AuthType->setGeometry( QRect( 175, 15, 120, 30 ) );
-     Security_ComboBox_AuthType->setCurrentItem(0);
- 
-     Security_TextLabel2 = new QLabel( SecurityPage_tab, "Security_TextLabel2" );
--    Security_TextLabel2->setGeometry( QRect( 308, 15, 120, 30 ) ); 
--    Security_TextLabel2->setText("Encryptiion Type:");
-+    Security_TextLabel2->setGeometry( QRect( 298, 15, 130, 30 ) ); 
-+    Security_TextLabel2->setText("Encryption Type:");
- 
-     Security_ComboBox_Encrypt = new QComboBox( FALSE, SecurityPage_tab, "Security_ComboBox_Encrypt" );
-     Security_ComboBox_Encrypt->insertItem("NONE");
-@@ -229,11 +229,11 @@
-     Security_ComboBox_Encrypt->setCurrentItem(0);
- 
-     Security_TextLabel3 = new QLabel( SecurityPage_tab, "Security_TextLabel3" );
--    Security_TextLabel3->setGeometry( QRect( 15, 60, 120, 31 ) ); 
-+    Security_TextLabel3->setGeometry( QRect( 15, 60, 165, 31 ) ); 
-     Security_TextLabel3->setText("WPA Pre-Shared Key:");
- 
-     Security_LineEdit_PSK = new QLineEdit( SecurityPage_tab, "Security_LineEdit_PSK" );
--    Security_LineEdit_PSK->setGeometry( QRect( 145, 60, 410, 30 ) ); 
-+    Security_LineEdit_PSK->setGeometry( QRect( 185, 60, 370, 30 ) ); 
-     Security_LineEdit_PSK->setMaxLength(64);
-     Security_LineEdit_PSK->setEnabled( FALSE );
- 
-@@ -251,7 +251,7 @@
-     Security_ComboBox_KeyType1 = new QComboBox( FALSE, Security_ButtonGroup_Key, "Security_ComboBox_KeyType1" );
-     Security_ComboBox_KeyType1->insertItem("Hexadecimal");
-     Security_ComboBox_KeyType1->insertItem("Ascii");
--    Security_ComboBox_KeyType1->setGeometry( QRect( 90, 20, 120, 30 ) ); 
-+    Security_ComboBox_KeyType1->setGeometry( QRect( 90, 20, 125, 30 ) ); 
-     Security_ComboBox_KeyType1->setEnabled( FALSE );
- 
-     m_hexValidator = new QHexValidator(this);
-@@ -278,7 +278,7 @@
-     Security_ComboBox_KeyType2 = new QComboBox( FALSE, Security_ButtonGroup_Key, "Security_ComboBox_KeyType2" );
-     Security_ComboBox_KeyType2->insertItem("Hexadecimal");
-     Security_ComboBox_KeyType2->insertItem("Ascii");
--    Security_ComboBox_KeyType2->setGeometry( QRect( 90, 55, 120, 30 ) );
-+    Security_ComboBox_KeyType2->setGeometry( QRect( 90, 55, 125, 30 ) );
-     Security_ComboBox_KeyType2->setEnabled( FALSE );
- 
-     Security_LineEdit_Key2Hex = new QLineEdit( Security_ButtonGroup_Key, "Security_LineEdit_Key2Hex" );
-@@ -303,7 +303,7 @@
-     Security_ComboBox_KeyType3 = new QComboBox( FALSE, Security_ButtonGroup_Key, "Security_ComboBox_KeyType3" );
-     Security_ComboBox_KeyType3->insertItem("Hexadecimal");
-     Security_ComboBox_KeyType3->insertItem("Ascii");
--    Security_ComboBox_KeyType3->setGeometry( QRect( 90, 90, 120, 30 ) );
-+    Security_ComboBox_KeyType3->setGeometry( QRect( 90, 90, 125, 30 ) );
-     Security_ComboBox_KeyType3->setEnabled( FALSE );
- 
-     Security_LineEdit_Key3Hex = new QLineEdit( Security_ButtonGroup_Key, "Security_LineEdit_Key3Hex" );
-@@ -328,7 +328,7 @@
-     Security_ComboBox_KeyType4 = new QComboBox( FALSE, Security_ButtonGroup_Key, "Security_ComboBox_KeyType4" );
-     Security_ComboBox_KeyType4->insertItem("Hexadecimal");
-     Security_ComboBox_KeyType4->insertItem("Ascii");
--    Security_ComboBox_KeyType4->setGeometry( QRect( 90, 125, 120, 30 ) );
-+    Security_ComboBox_KeyType4->setGeometry( QRect( 90, 125, 125, 30 ) );
-     Security_ComboBox_KeyType4->setEnabled( FALSE );
- 
-     Security_LineEdit_Key4Hex = new QLineEdit( Security_ButtonGroup_Key, "Security_LineEdit_Key4Hex" );
---- Utilitys/raconfigui.cpp
-+++ Utilitys/raconfigui.cpp
-@@ -190,7 +190,7 @@
-     LinkStatusPage_tab = new QWidget( TabWidgetRaConfig, "LinkStatusPage_tab" );
- 
-     LinkStatus_TextLabel1 = new QLabel( LinkStatusPage_tab, "LinkStatus_TextLabel1" );
--    LinkStatus_TextLabel1->setGeometry( QRect( 50, 20, 110, 30 ) ); 
-+    LinkStatus_TextLabel1->setGeometry( QRect( 40, 20, 110, 30 ) ); 
-     LinkStatus_TextLabel1->setText("Status:");
- 
-     LinkStatus_TextLabel_Status = new QLabel( LinkStatusPage_tab, "LinkStatus_TextLabel_Status" );
-@@ -199,7 +199,7 @@
-     LinkStatus_TextLabel_Status->setFrameShadow( QLabel::Sunken );
- 
-     LinkStatus_TextLabel2 = new QLabel( LinkStatusPage_tab, "LinkStatus_TextLabel2" );
--    LinkStatus_TextLabel2->setGeometry( QRect( 50, 65, 120, 30 ) ); 
-+    LinkStatus_TextLabel2->setGeometry( QRect( 40, 65, 130, 30 ) ); 
-     LinkStatus_TextLabel2->setText("Current Channel:");
- 
-     LinkStatus_TextLabel_Channel = new QLabel( LinkStatusPage_tab, "LinkStatus_TextLabel_Channel" );
-@@ -208,7 +208,7 @@
-     LinkStatus_TextLabel_Channel->setFrameShadow( QLabel::Sunken );
- 
-     LinkStatus_TextLabel3 = new QLabel( LinkStatusPage_tab, "LinkStatus_TextLabel3" );
--    LinkStatus_TextLabel3->setGeometry( QRect( 50, 110, 130, 30 ) ); 
-+    LinkStatus_TextLabel3->setGeometry( QRect( 40, 110, 130, 30 ) ); 
-     LinkStatus_TextLabel3->setText("Current Tx Rate:");
- 
-     LinkStatus_TextLabel_TxRate = new QLabel( LinkStatusPage_tab, "LinkStatus_TextLabel_TxRate" );
-@@ -218,7 +218,7 @@
-     LinkStatus_TextLabel_TxRate->setText("");
- 
-     LinkStatus_TextLabel4 = new QLabel( LinkStatusPage_tab, "LinkStatus_TextLabel4" );
--    LinkStatus_TextLabel4->setGeometry( QRect( 50, 155, 150, 30 ) ); 
-+    LinkStatus_TextLabel4->setGeometry( QRect( 40, 155, 180, 30 ) ); 
-     LinkStatus_TextLabel4->setText("Throughput (KBits/sec):");
- 
-     LinkStatus_TextLabel5 = new QLabel( LinkStatusPage_tab, "LinkStatus_TextLabel5" );
-@@ -242,26 +242,26 @@
-     LinkStatus_TextLabel_RxThroughput->setText("");
- 
-     LinkStatus_TextLabel7 = new QLabel( LinkStatusPage_tab, "LinkStatus_TextLabel7" );
--    LinkStatus_TextLabel7->setGeometry( QRect( 50, 230, 120, 30 ) ); 
-+    LinkStatus_TextLabel7->setGeometry( QRect( 40, 230, 120, 30 ) ); 
-     LinkStatus_TextLabel7->setText("Link Quality:");
- 
-     LinkStatus_TextLabel_Link = new QLabel( LinkStatusPage_tab, "LinkStatus_TextLabel_Link" );
--    LinkStatus_TextLabel_Link->setGeometry( QRect( 230, 200, 80, 20 ) ); 
-+    LinkStatus_TextLabel_Link->setGeometry( QRect( 230, 200, 100, 20 ) ); 
-     LinkStatus_TextLabel_Link->setText("");
- 
-     LinkStatus_ProgressBar_Link = new QProgressBar( LinkStatusPage_tab, "LinkStatus_ProgressBar_Link" );
-     LinkStatus_ProgressBar_Link->setGeometry( QRect( 230, 230, 300, 30 ) ); 
- 
-     LinkStatus_TextLabel8 = new QLabel( LinkStatusPage_tab, "LinkStatus_TextLabel8" );
--    LinkStatus_TextLabel8->setGeometry( QRect( 50, 305, 131, 31 ) ); 
-+    LinkStatus_TextLabel8->setGeometry( QRect( 40, 305, 131, 31 ) ); 
-     LinkStatus_TextLabel8->setText("Signal Strength:");
- 
-     LinkStatus_TextLabel_Signal = new QLabel( LinkStatusPage_tab, "LinkStatus_TextLabel_Signal" );
--    LinkStatus_TextLabel_Signal->setGeometry( QRect( 230, 275, 80, 20 ) ); 
-+    LinkStatus_TextLabel_Signal->setGeometry( QRect( 230, 275, 110, 20 ) ); 
-     LinkStatus_TextLabel_Signal->setText("");
- 
-     LinkStatus_CheckBox_dbm = new QCheckBox( LinkStatusPage_tab, "LinkStatus_CheckBox_dbm" );
--    LinkStatus_CheckBox_dbm->setGeometry( QRect( 325, 275, 110, 20 ) ); 
-+    LinkStatus_CheckBox_dbm->setGeometry( QRect( 360, 275, 110, 20 ) ); 
-     LinkStatus_CheckBox_dbm->setText("dBm format");
- 
-     LinkStatus_ProgressBar_Signal = new QProgressBar( LinkStatusPage_tab, "LinkStatus_ProgressBar_Signal" );
-@@ -303,6 +303,7 @@
-     SiteSurvey_PushButton_Connect->setEnabled( FALSE );
- 
-     SiteSurvey_PushButton_AddProfile = new QPushButton( SiteSurvey_ButtonGroup, "SiteSurvey_PushButton_AddProfile" );
-+    SiteSurvey_PushButton_AddProfile->setFont( QFont( font( ).family( ), 10, font( ).weight( ), font( ).italic( ) ) );
-     SiteSurvey_PushButton_AddProfile->setGeometry( QRect( 440, 375, 100, 30 ) ); 
-     SiteSurvey_PushButton_AddProfile->setText("&ADD PROFILE");
-     SiteSurvey_PushButton_AddProfile->setEnabled( FALSE );
-@@ -318,7 +319,7 @@
-     Statistics_ButtonGroup_Tx->setTitle("Transmit Statistics");
- 
-     Statistics_TextLabel1 = new QLabel( Statistics_ButtonGroup_Tx, "Statistics_TextLabel1" );
--    Statistics_TextLabel1->setGeometry( QRect( 10, 20, 151, 30 ) ); 
-+    Statistics_TextLabel1->setGeometry( QRect( 10, 20, 300, 30 ) ); 
-     Statistics_TextLabel1->setText("Frames Transmitted Successfully");
- 
-     Statistics_TextLabel2 = new QLabel( Statistics_ButtonGroup_Tx, "Statistics_TextLabel2" );
-@@ -331,7 +332,7 @@
-     Statistics_TextLabel_TxSuccess->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
- 
-     Statistics_TextLabel3 = new QLabel( Statistics_ButtonGroup_Tx, "Statistics_TextLabel3" );
--    Statistics_TextLabel3->setGeometry( QRect( 10, 50, 218, 30 ) ); 
-+    Statistics_TextLabel3->setGeometry( QRect( 10, 50, 400, 30 ) ); 
-     Statistics_TextLabel3->setText("Frames Transmitted Successfully Without Retry");
- 
-     Statistics_TextLabel4 = new QLabel( Statistics_ButtonGroup_Tx, "Statistics_TextLabel4" );
-@@ -344,7 +345,7 @@
-     Statistics_TextLabel_TxWithoutRetry->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
- 
-     Statistics_TextLabel5 = new QLabel( Statistics_ButtonGroup_Tx, "Statistics_TextLabel5" );
--    Statistics_TextLabel5->setGeometry( QRect( 10, 80, 219, 30 ) ); 
-+    Statistics_TextLabel5->setGeometry( QRect( 10, 80, 400, 30 ) ); 
-     Statistics_TextLabel5->setText("Frames Transmitted Successfully After Retry(s)");
- 
-     Statistics_TextLabel6 = new QLabel( Statistics_ButtonGroup_Tx, "Statistics_TextLabel6" );
-@@ -357,7 +358,7 @@
-     Statistics_TextLabel_TxAfterRetry->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
- 
-     Statistics_TextLabel7 = new QLabel( Statistics_ButtonGroup_Tx, "Statistics_TextLabel7" );
--    Statistics_TextLabel7->setGeometry( QRect( 10, 110, 207, 30 ) ); 
-+    Statistics_TextLabel7->setGeometry( QRect( 10, 110, 400, 30 ) ); 
-     Statistics_TextLabel7->setText("Frames Fail To Receive ACK After All Retries");
- 
-     Statistics_TextLabel8 = new QLabel( Statistics_ButtonGroup_Tx, "Statistics_TextLabel8" );
-@@ -370,7 +371,7 @@
-     Statistics_TextLabel_TxFailACK->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
- 
-     Statistics_TextLabel9 = new QLabel( Statistics_ButtonGroup_Tx, "Statistics_TextLabel9" );
--    Statistics_TextLabel9->setGeometry( QRect( 10, 140, 172, 30 ) ); 
-+    Statistics_TextLabel9->setGeometry( QRect( 10, 140, 400, 30 ) ); 
-     Statistics_TextLabel9->setText("RTS Frames Sucessfully Receive CTS");
- 
-     Statistics_TextLabel10 = new QLabel( Statistics_ButtonGroup_Tx, "Statistics_TextLabel10" );
-@@ -383,7 +384,7 @@
-     Statistics_TextLabel_RTSSuccess->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
- 
-     Statistics_TextLabel11 = new QLabel( Statistics_ButtonGroup_Tx, "Statistics_TextLabel11" );
--    Statistics_TextLabel11->setGeometry( QRect( 10, 170, 151, 30 ) ); 
-+    Statistics_TextLabel11->setGeometry( QRect( 10, 170, 300, 30 ) ); 
-     Statistics_TextLabel11->setText("RTS Frames Fail To Receive CTS");
- 
-     Statistics_TextLabel12 = new QLabel( Statistics_ButtonGroup_Tx, "Statistics_TextLabel12" );
-@@ -400,7 +401,7 @@
-     Statistics_ButtonGroup_Rx->setTitle("Receive Statistics");
- 
-     Statistics_TextLabel13 = new QLabel( Statistics_ButtonGroup_Rx, "Statistics_TextLabel13" );
--    Statistics_TextLabel13->setGeometry( QRect( 10, 20, 138, 30 ) ); 
-+    Statistics_TextLabel13->setGeometry( QRect( 10, 20, 300, 30 ) ); 
-     Statistics_TextLabel13->setText("Frames Received Successfully");
- 
-     Statistics_TextLabel14 = new QLabel( Statistics_ButtonGroup_Rx, "Statistics_TextLabel14" );
-@@ -413,7 +414,7 @@
-     Statistics_TextLabel_RxSuccess->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
- 
-     Statistics_TextLabel15 = new QLabel( Statistics_ButtonGroup_Rx, "Statistics_TextLabel15" );
--    Statistics_TextLabel15->setGeometry( QRect( 10, 50, 158, 30 ) ); 
-+    Statistics_TextLabel15->setGeometry( QRect( 10, 50, 300, 30 ) ); 
-     Statistics_TextLabel15->setText("Frames Received With CRC Error");
- 
-     Statistics_TextLabel16 = new QLabel( Statistics_ButtonGroup_Rx, "Statistics_TextLabel16" );
-@@ -426,7 +427,7 @@
-     Statistics_TextLabel_RxCRC->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
- 
-     Statistics_TextLabel17 = new QLabel( Statistics_ButtonGroup_Rx, "Statistics_TextLabel17" );
--    Statistics_TextLabel17->setGeometry( QRect( 10, 80, 195, 30 ) ); 
-+    Statistics_TextLabel17->setGeometry( QRect( 10, 80, 400, 30 ) ); 
-     Statistics_TextLabel17->setText("Frames Dropped Due To Out-of-Resource");
- 
-     Statistics_TextLabel18 = new QLabel( Statistics_ButtonGroup_Rx, "Statistics_TextLabel18" );
-@@ -439,7 +440,7 @@
-     Statistics_TextLabel_RxDrop->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) );
- 
-     Statistics_TextLabel19 = new QLabel( Statistics_ButtonGroup_Rx, "Statistics_TextLabel19" );
--    Statistics_TextLabel19->setGeometry( QRect( 10, 110, 125, 30 ) ); 
-+    Statistics_TextLabel19->setGeometry( QRect( 10, 110, 300, 30 ) ); 
-     Statistics_TextLabel19->setText("Duplicate Frames Received");
- 
-     Statistics_TextLabel20 = new QLabel( Statistics_ButtonGroup_Rx, "Statistics_TextLabel20" );
-@@ -453,6 +454,7 @@
- 
-     Statistics_PushButton_Reset = new QPushButton( StatisticsPage_tab, "Statistics_PushButton_Reset" );
-     Statistics_PushButton_Reset->setGeometry( QRect( 428, 388, 130, 30 ) ); 
-+    Statistics_PushButton_Reset->setFont( QFont( font( ).family( ), 10, font( ).weight( ), font( ).italic( ) ) );
-     Statistics_PushButton_Reset->setText("&RESET COUNTERS");
- 
-     TabWidgetRaConfig->insertTab( StatisticsPage_tab, "Statistics");
-@@ -462,34 +464,34 @@
-     AdvancePage_tab = new QWidget( TabWidgetRaConfig, "AdvancePage_tab" );
- 
-     Advance_TextLabel1 = new QLabel( AdvancePage_tab, "Advance_TextLabel1" );
--    Advance_TextLabel1->setGeometry( QRect( 30, 20, 110, 30 ) ); 
-+    Advance_TextLabel1->setGeometry( QRect( 30, 20, 120, 30 ) ); 
-     Advance_TextLabel1->setText("Wireless Mode");
- 
-     Advance_ComboBox_Mode = new QComboBox( FALSE, AdvancePage_tab, "Advance_ComboBox_Mode" );
-     Advance_ComboBox_Mode->insertItem("802.11 B/G mixed mode");
-     Advance_ComboBox_Mode->insertItem("802.11 B only");
--    Advance_ComboBox_Mode->setGeometry( QRect( 160, 18, 201, 31 ) ); 
-+    Advance_ComboBox_Mode->setGeometry( QRect( 160, 18, 211, 31 ) ); 
- 
-     Advance_CheckBox_TxBurst = new QCheckBox( AdvancePage_tab, "Advance_CheckBox_TxBurst" );
-     Advance_CheckBox_TxBurst->setGeometry( QRect( 30, 70, 200, 30 ) ); 
-     Advance_CheckBox_TxBurst->setText("Enable TX Burst");
- 
-     Advance_CheckBox_AdhocOfdm = new QCheckBox( AdvancePage_tab, "Advance_CheckBox_AdhocOfdm" );
--    Advance_CheckBox_AdhocOfdm->setGeometry( QRect( 30, 110, 200, 30 ) ); 
-+    Advance_CheckBox_AdhocOfdm->setGeometry( QRect( 30, 110, 250, 30 ) ); 
-     Advance_CheckBox_AdhocOfdm->setText("Ad Hoc mode use OFDM rate");
- 
-     Advance_CheckBox_ShortSlot = new QCheckBox( AdvancePage_tab, "Advance_CheckBox_ShortSlot" );
-     Advance_CheckBox_ShortSlot->setEnabled( FALSE );
--    Advance_CheckBox_ShortSlot->setGeometry( QRect( 30, 150, 200, 30 ) ); 
-+    Advance_CheckBox_ShortSlot->setGeometry( QRect( 30, 150, 300, 30 ) ); 
-     Advance_CheckBox_ShortSlot->setText("Use Short Slot Time when applicable");
- 
-     Advance_CheckBox_TurboRate = new QCheckBox( AdvancePage_tab, "Advance_CheckBox_TurboRate" );
-     Advance_CheckBox_TurboRate->setEnabled( FALSE );
--    Advance_CheckBox_TurboRate->setGeometry( QRect( 30, 190, 200, 30 ) ); 
-+    Advance_CheckBox_TurboRate->setGeometry( QRect( 30, 190, 400, 30 ) ); 
-     Advance_CheckBox_TurboRate->setText("Use Turbo rate (72/100Mbps) when applicable");
- 
-     Advance_TextLabel2 = new QLabel( AdvancePage_tab, "Advance_TextLabel2" );
--    Advance_TextLabel2->setGeometry( QRect( 300, 70, 120, 30 ) ); 
-+    Advance_TextLabel2->setGeometry( QRect( 290, 70, 130, 30 ) ); 
-     Advance_TextLabel2->setText("11B/G Protection");
- 
-     Advance_ComboBox_BGProtection = new QComboBox( FALSE, AdvancePage_tab, "Advance_ComboBox_BGProtection" );
-@@ -500,7 +502,7 @@
-     Advance_ComboBox_BGProtection->setGeometry( QRect( 430, 70, 120, 30 ) ); 
- 
-     Advance_TextLabel3 = new QLabel( AdvancePage_tab, "Advance_TextLabel3" );
--    Advance_TextLabel3->setGeometry( QRect( 300, 110, 120, 30 ) ); 
-+    Advance_TextLabel3->setGeometry( QRect( 290, 110, 120, 30 ) ); 
-     Advance_TextLabel3->setText("TX Rate");
- 
-     Advance_ComboBox_TxRate = new QComboBox( FALSE, AdvancePage_tab, "Advance_ComboBox_TxRate" );

Modified: unstable/rt2500/debian/patches/series
===================================================================
--- unstable/rt2500/debian/patches/series	2007-10-08 21:30:47 UTC (rev 54)
+++ unstable/rt2500/debian/patches/series	2007-10-14 18:54:33 UTC (rev 55)
@@ -1,5 +1,4 @@
 000_if_name.diff -p0
-001_gui.diff -p0
 002_clean.diff -p0
 003_linux-headers.diff -p0
 2.6.19.diff -p0

Deleted: unstable/rt2500/debian/rt2500.dirs
===================================================================
--- unstable/rt2500/debian/rt2500.dirs	2007-10-08 21:30:47 UTC (rev 54)
+++ unstable/rt2500/debian/rt2500.dirs	2007-10-14 18:54:33 UTC (rev 55)
@@ -1,3 +0,0 @@
-etc/Wireless/RT2500STA/
-usr/bin
-usr/share/pixmaps

Deleted: unstable/rt2500/debian/rt2500.docs
===================================================================
--- unstable/rt2500/debian/rt2500.docs	2007-10-08 21:30:47 UTC (rev 54)
+++ unstable/rt2500/debian/rt2500.docs	2007-10-14 18:54:33 UTC (rev 55)
@@ -1,2 +0,0 @@
-FAQ
-THANKS

Deleted: unstable/rt2500/debian/rt2500.manpages
===================================================================
--- unstable/rt2500/debian/rt2500.manpages	2007-10-08 21:30:47 UTC (rev 54)
+++ unstable/rt2500/debian/rt2500.manpages	2007-10-14 18:54:33 UTC (rev 55)
@@ -1 +0,0 @@
-debian/RaConfig2500.1

Deleted: unstable/rt2500/debian/rt2500.menu
===================================================================
--- unstable/rt2500/debian/rt2500.menu	2007-10-08 21:30:47 UTC (rev 54)
+++ unstable/rt2500/debian/rt2500.menu	2007-10-14 18:54:33 UTC (rev 55)
@@ -1,6 +0,0 @@
-?package(rt2500):\
-       needs="X11" \
-       section="Apps/System" \
-       title="RT2500 configuration utility" \
-       command="su-to-root -X -c /usr/bin/RaConfig2500" \
-       icon="/usr/share/pixmaps/RaConfig2500.xpm"

Modified: unstable/rt2500/debian/rules
===================================================================
--- unstable/rt2500/debian/rules	2007-10-08 21:30:47 UTC (rev 54)
+++ unstable/rt2500/debian/rules	2007-10-14 18:54:33 UTC (rev 55)
@@ -29,9 +29,6 @@
 	dh_testdir
 	dh_testroot
 	-$(MAKE) -C Module clean
-	-$(MAKE) -C Utilitys clean
-	-rm Utilitys/Makefile
-	-rm Utilitys/RaConfig2500
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean	
 	rm -rf debian/build
@@ -45,23 +42,11 @@
 build-arch: build-arch-stamp
 build-arch-stamp: patch-stamp
 	dh_testdir
-	cd Utilitys/ \
-		&& qmake -o Makefile raconfig2500.pro \
-		&& $(MAKE)
-	
 	touch build-arch-stamp
 
 install-arch: build-arch install-arch-stamp
 install-arch-stamp:
 	dh_testdir
-	dh_testroot
-	dh_clean -k -a
-	dh_installdirs -a
-
-	install -m 755 -o root -g root $(CURDIR)/Utilitys/RaConfig2500 $(CURDIR)/debian/rt2500/usr/bin
-	install -m 644 -o root -g root $(CURDIR)/Utilitys/ico/RaConfig2500.xpm $(CURDIR)/debian/rt2500/usr/share/pixmaps
-	install -m 644 -o root -g root $(CURDIR)/Module/RT2500STA.dat $(CURDIR)/debian/rt2500/etc/Wireless/RT2500STA/RT2500STA.dat
-
 	touch install-arch-stamp
 
 build-indep: build-indep-stamp




More information about the Pkg-ralink-commits mailing list