summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/embeddedkonsole/commandeditdialog.cpp34
-rw-r--r--core/apps/embeddedkonsole/konsole.cpp3
2 files changed, 8 insertions, 29 deletions
diff --git a/core/apps/embeddedkonsole/commandeditdialog.cpp b/core/apps/embeddedkonsole/commandeditdialog.cpp
index ce21c47..8b2abfa 100644
--- a/core/apps/embeddedkonsole/commandeditdialog.cpp
+++ b/core/apps/embeddedkonsole/commandeditdialog.cpp
@@ -28,35 +28,8 @@ CommandEditDialog::CommandEditDialog(QWidget *parent, const char* name, WFlags f
m_SuggestedCommandList->clearSelection();
m_SuggestedCommandList->setSorting(0,TRUE);
-
- QListViewItem *item;
-
-
- item = new QListViewItem( m_SuggestedCommandList,"ls ");
-
- item = new QListViewItem( m_SuggestedCommandList,"cat ");
- item = new QListViewItem( m_SuggestedCommandList,"cd ");
- item = new QListViewItem( m_SuggestedCommandList,"chmod ");
- item = new QListViewItem( m_SuggestedCommandList,"cp ");
- item = new QListViewItem( m_SuggestedCommandList,"dc ");
- item = new QListViewItem( m_SuggestedCommandList,"df ");
- item = new QListViewItem( m_SuggestedCommandList,"dmesg ");
- item = new QListViewItem( m_SuggestedCommandList,"echo ");
+ QListViewItem *item;
item = new QListViewItem( m_SuggestedCommandList,"export ");
- item = new QListViewItem( m_SuggestedCommandList,"env ");
- item = new QListViewItem( m_SuggestedCommandList,"find ");
- item = new QListViewItem( m_SuggestedCommandList,"free ");
item = new QListViewItem( m_SuggestedCommandList,"ifconfig ");
item = new QListViewItem( m_SuggestedCommandList,"ipkg ");
- item = new QListViewItem( m_SuggestedCommandList,"mkdir ");
- item = new QListViewItem( m_SuggestedCommandList,"mv ");
- item = new QListViewItem( m_SuggestedCommandList,"nc localhost 7776 ");
- item = new QListViewItem( m_SuggestedCommandList,"nc localhost 7777 ");
- item = new QListViewItem( m_SuggestedCommandList,"nslookup ");
- item = new QListViewItem( m_SuggestedCommandList,"ping ");
- item = new QListViewItem( m_SuggestedCommandList,"ps aux");
- item = new QListViewItem( m_SuggestedCommandList,"pwd ");
- item = new QListViewItem( m_SuggestedCommandList,"rm ");
- item = new QListViewItem( m_SuggestedCommandList,"rmdir ");
- item = new QListViewItem( m_SuggestedCommandList,"route ");
item = new QListViewItem( m_SuggestedCommandList,"gzip ");
item = new QListViewItem( m_SuggestedCommandList,"gunzip ");
@@ -65,5 +38,4 @@ CommandEditDialog::CommandEditDialog(QWidget *parent, const char* name, WFlags f
item = new QListViewItem( m_SuggestedCommandList,"date ");
item = new QListViewItem( m_SuggestedCommandList,"dd ");
- item = new QListViewItem( m_SuggestedCommandList,"df ");
item = new QListViewItem( m_SuggestedCommandList,"dmesg ");
item = new QListViewItem( m_SuggestedCommandList,"fuser ");
@@ -73,4 +45,7 @@ CommandEditDialog::CommandEditDialog(QWidget *parent, const char* name, WFlags f
item = new QListViewItem( m_SuggestedCommandList,"ln ");
item = new QListViewItem( m_SuggestedCommandList,"ln -s ");
+ item = new QListViewItem( m_SuggestedCommandList,"lsmod");
+ item = new QListViewItem( m_SuggestedCommandList,"depmod -a");
+ item = new QListViewItem( m_SuggestedCommandList,"modprobe ");
item = new QListViewItem( m_SuggestedCommandList,"mount ");
item = new QListViewItem( m_SuggestedCommandList,"more ");
@@ -80,4 +55,5 @@ CommandEditDialog::CommandEditDialog(QWidget *parent, const char* name, WFlags f
item = new QListViewItem( m_SuggestedCommandList,"mknod ");
item = new QListViewItem( m_SuggestedCommandList,"netstat ");
+ item = new QListViewItem( m_SuggestedCommandList,"route ");
item = new QListViewItem( m_SuggestedCommandList,"cardctl eject ");
m_SuggestedCommandList->setSelected(m_SuggestedCommandList->firstChild(),TRUE);
diff --git a/core/apps/embeddedkonsole/konsole.cpp b/core/apps/embeddedkonsole/konsole.cpp
index f13d0c9..3f6e0b4 100644
--- a/core/apps/embeddedkonsole/konsole.cpp
+++ b/core/apps/embeddedkonsole/konsole.cpp
@@ -130,4 +130,7 @@ static const char *commonCmds[] =
"ps aux",
"pwd ",
+ "qcop QPE/System 'linkChanged(QString)' ''",
+ "qcop QPE/System 'restart()'",
+ "qcop QPE/System 'quit()'",
"rm ",
"rmdir ",