summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit
authortille <tille>2002-06-30 10:22:33 (UTC)
committer tille <tille>2002-06-30 10:22:33 (UTC)
commit1c6b25945236e3d6e4dd611ec6fc6003d5f87280 (patch) (unidiff)
tree3d597ff89c347011b1b8fc16d4df090253b18520 /noncore/apps/confedit
parente8f9839b1650d202548c5730d3ff110d5242a499 (diff)
downloadopie-1c6b25945236e3d6e4dd611ec6fc6003d5f87280.zip
opie-1c6b25945236e3d6e4dd611ec6fc6003d5f87280.tar.gz
opie-1c6b25945236e3d6e4dd611ec6fc6003d5f87280.tar.bz2
with control file
Diffstat (limited to 'noncore/apps/confedit') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/confedit/mainwindow.cpp6
-rw-r--r--noncore/apps/confedit/opie-confedit.control10
2 files changed, 14 insertions, 2 deletions
diff --git a/noncore/apps/confedit/mainwindow.cpp b/noncore/apps/confedit/mainwindow.cpp
index 17a5058..fc403d2 100644
--- a/noncore/apps/confedit/mainwindow.cpp
+++ b/noncore/apps/confedit/mainwindow.cpp
@@ -74,6 +74,7 @@ MainWindow::MainWindow( QWidget *parent, const char *name, WFlags f ) :
74 qDebug("connect"); 74 qDebug("connect");
75 connect( settingList, SIGNAL( clicked( QListViewItem* ) ), 75 connect( settingList, SIGNAL( clicked( QListViewItem* ) ),
76 this, SLOT( stopTimer( QListViewItem* ) ) ); 76 this, SLOT( stopTimer( QListViewItem* ) ) );
77 setCurrent(0);
77} 78}
78 79
79void MainWindow::makeMenu() 80void MainWindow::makeMenu()
@@ -119,18 +120,19 @@ MainWindow::~MainWindow()
119 120
120void MainWindow::setCurrent(QListViewItem *item) 121void MainWindow::setCurrent(QListViewItem *item)
121{ 122{
123 editor->hide();
122 if (!item) return; 124 if (!item) return;
123 _item = (ListViewItemConf*) item; 125 _item = (ListViewItemConf*) item;
124 if (!_item) return; 126 if (!_item) return;
125 popupTimer->start( 750, true ); 127 popupTimer->start( 750, true );
126 if (_item->getType() == ListViewItemConf::File) 128 if (_item->getType() == ListViewItemConf::File)
127 { 129 {
128 editor->hide();
129 updateGeometry(); 130 updateGeometry();
130 _currentItem=0; 131 _currentItem=0;
131 _fileItem = (ListViewItemConfFile*)item; 132 _fileItem = (ListViewItemConfFile*)item;
132 return; 133 return;
133 }else editor->show(); 134 }
135 editor->show();
134 _fileItem = 0; 136 _fileItem = 0;
135 _currentItem = (ListViewItemConfigEntry*)item; 137 _currentItem = (ListViewItemConfigEntry*)item;
136 if (!_currentItem) return; 138 if (!_currentItem) return;
diff --git a/noncore/apps/confedit/opie-confedit.control b/noncore/apps/confedit/opie-confedit.control
new file mode 100644
index 0000000..a5491f8
--- a/dev/null
+++ b/noncore/apps/confedit/opie-confedit.control
@@ -0,0 +1,10 @@
1Packagename: opie-confeditor
2Files: bin/confedit apps/Settings/confedit.desktop pics/confedit/confedit.png
3Priority: optional
4Section: opie/
5Maintainer: Patrick S. Vogt <tille@handhelds.org>
6Architecture: arm
7Version: $QPE_VERSION-$SUB_VERSION
8Depends: opie-base ($QPE_VERSION)
9Description: An enditor for the ~/Settings/*.conf files
10