-rw-r--r-- | noncore/net/networksetup/TODO | 13 | ||||
-rw-r--r-- | noncore/net/networksetup/mainwindowimp.cpp | 8 | ||||
-rw-r--r-- | noncore/settings/networksettings/TODO | 13 | ||||
-rw-r--r-- | noncore/settings/networksettings/mainwindowimp.cpp | 8 |
4 files changed, 26 insertions, 16 deletions
diff --git a/noncore/net/networksetup/TODO b/noncore/net/networksetup/TODO index c587f58..7a71142 100644 --- a/noncore/net/networksetup/TODO +++ b/noncore/net/networksetup/TODO | |||
@@ -1,6 +1,11 @@ | |||
1 | Write a class that parses /proc and not ifconfig | ||
2 | WLAN needs to be re-written to not use Config | 1 | WLAN needs to be re-written to not use Config |
3 | remove WLAN Config item | 2 | -remove WLAN Config item |
3 | -sub class out the wlan info | ||
4 | -check if an interface supports wireless extensions before config. | ||
5 | |||
6 | PPP module needs to be written | ||
7 | |||
8 | Write a class that parses /proc and not ifconfig | ||
9 | |||
10 | Possible other modules: ipsec, bluetooth | ||
4 | 11 | ||
5 | [ ] Wlanmodule needs to check if an interface supports wireless | ||
6 | extensions. | ||
diff --git a/noncore/net/networksetup/mainwindowimp.cpp b/noncore/net/networksetup/mainwindowimp.cpp index 8e4e898..843f630 100644 --- a/noncore/net/networksetup/mainwindowimp.cpp +++ b/noncore/net/networksetup/mainwindowimp.cpp | |||
@@ -192,5 +192,5 @@ void MainWindowImp::removeClicked(){ | |||
192 | QListViewItem *item = connectionList->currentItem(); | 192 | QListViewItem *item = connectionList->currentItem(); |
193 | if(!item) { | 193 | if(!item) { |
194 | QMessageBox::information(this, "Error","Please select an interface.", "Ok"); | 194 | QMessageBox::information(this, "Sorry","Please select an interface First.", "Ok"); |
195 | return; | 195 | return; |
196 | } | 196 | } |
@@ -220,5 +220,5 @@ void MainWindowImp::configureClicked(){ | |||
220 | QListViewItem *item = connectionList->currentItem(); | 220 | QListViewItem *item = connectionList->currentItem(); |
221 | if(!item){ | 221 | if(!item){ |
222 | QMessageBox::information(this, "Error","Please select an interface.", QMessageBox::Ok); | 222 | QMessageBox::information(this, "Sorry","Please select an interface first.", QMessageBox::Ok); |
223 | return; | 223 | return; |
224 | } | 224 | } |
@@ -262,5 +262,5 @@ void MainWindowImp::informationClicked(){ | |||
262 | QListViewItem *item = connectionList->currentItem(); | 262 | QListViewItem *item = connectionList->currentItem(); |
263 | if(!item){ | 263 | if(!item){ |
264 | QMessageBox::information(this, "Error","Please select an interface.", QMessageBox::Ok); | 264 | QMessageBox::information(this, "Sorry","Please select an interface First.", QMessageBox::Ok); |
265 | return; | 265 | return; |
266 | } | 266 | } |
@@ -268,5 +268,5 @@ void MainWindowImp::informationClicked(){ | |||
268 | Interface *i = interfaceItems[item]; | 268 | Interface *i = interfaceItems[item]; |
269 | if(!i->isAttached()){ | 269 | if(!i->isAttached()){ |
270 | QMessageBox::information(this, "Error","No information about\na disconnected interface.", QMessageBox::Ok); | 270 | QMessageBox::information(this, "Sorry","No information about\na disconnected interface.", QMessageBox::Ok); |
271 | return; | 271 | return; |
272 | } | 272 | } |
diff --git a/noncore/settings/networksettings/TODO b/noncore/settings/networksettings/TODO index c587f58..7a71142 100644 --- a/noncore/settings/networksettings/TODO +++ b/noncore/settings/networksettings/TODO | |||
@@ -1,6 +1,11 @@ | |||
1 | Write a class that parses /proc and not ifconfig | ||
2 | WLAN needs to be re-written to not use Config | 1 | WLAN needs to be re-written to not use Config |
3 | remove WLAN Config item | 2 | -remove WLAN Config item |
3 | -sub class out the wlan info | ||
4 | -check if an interface supports wireless extensions before config. | ||
5 | |||
6 | PPP module needs to be written | ||
7 | |||
8 | Write a class that parses /proc and not ifconfig | ||
9 | |||
10 | Possible other modules: ipsec, bluetooth | ||
4 | 11 | ||
5 | [ ] Wlanmodule needs to check if an interface supports wireless | ||
6 | extensions. | ||
diff --git a/noncore/settings/networksettings/mainwindowimp.cpp b/noncore/settings/networksettings/mainwindowimp.cpp index 8e4e898..843f630 100644 --- a/noncore/settings/networksettings/mainwindowimp.cpp +++ b/noncore/settings/networksettings/mainwindowimp.cpp | |||
@@ -192,5 +192,5 @@ void MainWindowImp::removeClicked(){ | |||
192 | QListViewItem *item = connectionList->currentItem(); | 192 | QListViewItem *item = connectionList->currentItem(); |
193 | if(!item) { | 193 | if(!item) { |
194 | QMessageBox::information(this, "Error","Please select an interface.", "Ok"); | 194 | QMessageBox::information(this, "Sorry","Please select an interface First.", "Ok"); |
195 | return; | 195 | return; |
196 | } | 196 | } |
@@ -220,5 +220,5 @@ void MainWindowImp::configureClicked(){ | |||
220 | QListViewItem *item = connectionList->currentItem(); | 220 | QListViewItem *item = connectionList->currentItem(); |
221 | if(!item){ | 221 | if(!item){ |
222 | QMessageBox::information(this, "Error","Please select an interface.", QMessageBox::Ok); | 222 | QMessageBox::information(this, "Sorry","Please select an interface first.", QMessageBox::Ok); |
223 | return; | 223 | return; |
224 | } | 224 | } |
@@ -262,5 +262,5 @@ void MainWindowImp::informationClicked(){ | |||
262 | QListViewItem *item = connectionList->currentItem(); | 262 | QListViewItem *item = connectionList->currentItem(); |
263 | if(!item){ | 263 | if(!item){ |
264 | QMessageBox::information(this, "Error","Please select an interface.", QMessageBox::Ok); | 264 | QMessageBox::information(this, "Sorry","Please select an interface First.", QMessageBox::Ok); |
265 | return; | 265 | return; |
266 | } | 266 | } |
@@ -268,5 +268,5 @@ void MainWindowImp::informationClicked(){ | |||
268 | Interface *i = interfaceItems[item]; | 268 | Interface *i = interfaceItems[item]; |
269 | if(!i->isAttached()){ | 269 | if(!i->isAttached()){ |
270 | QMessageBox::information(this, "Error","No information about\na disconnected interface.", QMessageBox::Ok); | 270 | QMessageBox::information(this, "Sorry","No information about\na disconnected interface.", QMessageBox::Ok); |
271 | return; | 271 | return; |
272 | } | 272 | } |