summaryrefslogtreecommitdiff
authorar <ar>2004-08-20 21:16:56 (UTC)
committer ar <ar>2004-08-20 21:16:56 (UTC)
commitda08f45abfb5e74c390d12736d3db9e8050068a2 (patch) (side-by-side diff)
tree121d6a2e1ee83ffa8d568eb633c0ab3bb2510dd2
parenta0520b8e1012bec8a2f2e7fe1d15e6fd1d38f0b0 (diff)
downloadopie-da08f45abfb5e74c390d12736d3db9e8050068a2.zip
opie-da08f45abfb5e74c390d12736d3db9e8050068a2.tar.gz
opie-da08f45abfb5e74c390d12736d3db9e8050068a2.tar.bz2
- remove unnecessary tab.
this hack is only a dirty work-around to prevent some confusion. networksetting is unmaintained and should be replaced by networksettings2, when it's done.
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/mainwindow/mainwindowimp.cpp48
1 files changed, 21 insertions, 27 deletions
diff --git a/noncore/settings/networksettings/mainwindow/mainwindowimp.cpp b/noncore/settings/networksettings/mainwindow/mainwindowimp.cpp
index 5184630..a4a2875 100644
--- a/noncore/settings/networksettings/mainwindow/mainwindowimp.cpp
+++ b/noncore/settings/networksettings/mainwindow/mainwindowimp.cpp
@@ -52,10 +52,4 @@ MainWindowImp::MainWindowImp(QWidget *parent, const char *name, WFlags) : MainWi
- connect(newProfileButton, SIGNAL(clicked()), this, SLOT(addProfile()));
- connect(removeProfileButton, SIGNAL(clicked()), this, SLOT(removeProfile()));
- connect(setCurrentProfileButton, SIGNAL(clicked()), this, SLOT(changeProfile()));
-
- connect(newProfile, SIGNAL(textChanged(const QString&)), this, SLOT(newProfileChanged(const QString&)));
-
- //FIXME: disable profiles for the moment:
- tabWidget->setTabEnabled( tab, false );
+ //remove tab with no function
+ tabWidget->removePage( tab );
@@ -82,3 +76,3 @@ MainWindowImp::MainWindowImp(QWidget *parent, const char *name, WFlags) : MainWi
{
- odebug << "Not up iface handled by module" << oendl;
+ odebug << "Not up iface handled by module" << oendl;
continue;
@@ -222,3 +216,3 @@ void MainWindowImp::getAllInterfaces()
{
- odebug << " " << (*it).latin1() << " is handled by a module" << oendl;
+ odebug << " " << (*it).latin1() << " is handled by a module" << oendl;
continue;
@@ -252,3 +246,3 @@ void MainWindowImp::getAllInterfaces()
- owarn << "Adding interface " << ifr.ifr_name << " to interfaceNames\n" << oendl;
+ owarn << "Adding interface " << ifr.ifr_name << " to interfaceNames\n" << oendl;
interfaceNames.insert(i->getInterfaceName(), i);
@@ -268,3 +262,3 @@ void MainWindowImp::getAllInterfaces()
{
- owarn << "Adding interface " << i->getInterfaceName().latin1() << " to interfaceNames\n" << oendl;
+ owarn << "Adding interface " << i->getInterfaceName().latin1() << " to interfaceNames\n" << oendl;
interfaceNames.insert(i->getInterfaceName(), i);
@@ -286,3 +280,3 @@ void MainWindowImp::loadModules(const QString &path)
#ifdef DEBUG
- odebug << "MainWindowImp::loadModules: " << path.latin1() << "" << oendl;
+ odebug << "MainWindowImp::loadModules: " << path.latin1() << "" << oendl;
#endif
@@ -307,3 +301,3 @@ void MainWindowImp::loadModules(const QString &path)
loadPlugin(path + "/" + fi->fileName());
- odebug << "loaded plugin: >" << QString(path + "/" + fi->fileName()).latin1() << "< " << oendl;
+ odebug << "loaded plugin: >" << QString(path + "/" + fi->fileName()).latin1() << "< " << oendl;
}
@@ -322,3 +316,3 @@ Module* MainWindowImp::loadPlugin(const QString &pluginFileName, const QString &
#ifdef DEBUG
- odebug << "MainWindowImp::loadPlugin: " << pluginFileName.latin1() << ": resolving " << resolveString.latin1() << "" << oendl;
+ odebug << "MainWindowImp::loadPlugin: " << pluginFileName.latin1() << ": resolving " << resolveString.latin1() << "" << oendl;
#endif
@@ -330,3 +324,3 @@ Module* MainWindowImp::loadPlugin(const QString &pluginFileName, const QString &
#ifdef DEBUG
- odebug << "MainWindowImp::loadPlugin: Warning: " << pluginFileName.latin1() << " is not a plugin" << oendl;
+ odebug << "MainWindowImp::loadPlugin: Warning: " << pluginFileName.latin1() << " is not a plugin" << oendl;
#endif
@@ -340,3 +334,3 @@ Module* MainWindowImp::loadPlugin(const QString &pluginFileName, const QString &
#ifdef DEBUG
- odebug << "MainWindowImp: Couldn't create object, but did load library!" << oendl;
+ odebug << "MainWindowImp: Couldn't create object, but did load library!" << oendl;
#endif
@@ -355,3 +349,3 @@ Module* MainWindowImp::loadPlugin(const QString &pluginFileName, const QString &
{
- odebug << QString("MainWindowImp::loadPlugin: File: %1 is not a plugin, but though was.").arg(pluginFileName).latin1() << oendl;
+ odebug << QString("MainWindowImp::loadPlugin: File: %1 is not a plugin, but though was.").arg(pluginFileName).latin1() << oendl;
return NULL;
@@ -363,3 +357,3 @@ Module* MainWindowImp::loadPlugin(const QString &pluginFileName, const QString &
#ifdef DEBUG
- odebug << "MainWindowImp: Couldn't create object, but did load library!" << oendl;
+ odebug << "MainWindowImp: Couldn't create object, but did load library!" << oendl;
#endif
@@ -368,3 +362,3 @@ Module* MainWindowImp::loadPlugin(const QString &pluginFileName, const QString &
#ifdef DEBUG
- odebug << "MainWindowImp::loadPlugin:: Found object, storing." << oendl;
+ odebug << "MainWindowImp::loadPlugin:: Found object, storing." << oendl;
#endif
@@ -414,3 +408,3 @@ void MainWindowImp::addClicked()
{
- odebug << "iface name " << i->getInterfaceName().latin1() << "" << oendl;
+ odebug << "iface name " << i->getInterfaceName().latin1() << "" << oendl;
interfaceNames.insert(i->getInterfaceName(), i);
@@ -516,3 +510,3 @@ void MainWindowImp::informationClicked()
#ifdef DEBUG
- odebug << "MainWindowImp::informationClicked:: Module owner has created, we showed." << oendl;
+ odebug << "MainWindowImp::informationClicked:: Module owner has created, we showed." << oendl;
#endif
@@ -653,3 +647,3 @@ void MainWindowImp::removeProfile()
QString interfaceName = it.key()->getInterfaceName();
- odebug << interfaceName.latin1() << oendl;
+ odebug << interfaceName.latin1() << oendl;
if(interfaces.setInterface(interfaceName + "_" + profileToRemove))
@@ -722,3 +716,3 @@ void MainWindowImp::receive(const QCString &msg, const QByteArray &arg)
bool found = false;
- odebug << "MainWindowImp::receive QCop msg >"+msg+"<" << oendl;
+ odebug << "MainWindowImp::receive QCop msg >"+msg+"<" << oendl;
if (msg == "raise")
@@ -732,3 +726,3 @@ void MainWindowImp::receive(const QCString &msg, const QByteArray &arg)
param = param.left( param.length() - 1 );
- odebug << "dest >" << dest.latin1() << "< param >"+param+"<" << oendl;
+ odebug << "dest >" << dest.latin1() << "< param >"+param+"<" << oendl;
@@ -737,3 +731,3 @@ void MainWindowImp::receive(const QCString &msg, const QByteArray &arg)
{
- odebug << "plugin >" << it.key()->type().latin1() << "<" << oendl;
+ odebug << "plugin >" << it.key()->type().latin1() << "<" << oendl;
if(it.key()->type() == dest)
@@ -747,3 +741,3 @@ void MainWindowImp::receive(const QCString &msg, const QByteArray &arg)
if (found) QPEApplication::setKeepRunning();
- else odebug << "Huh what do ya want" << oendl;
+ else odebug << "Huh what do ya want" << oendl;
}