summaryrefslogtreecommitdiff
path: root/noncore/settings
authorllornkcor <llornkcor>2002-05-06 17:45:44 (UTC)
committer llornkcor <llornkcor>2002-05-06 17:45:44 (UTC)
commitd49663597393e1b9e63041964a080069e4b6a664 (patch) (side-by-side diff)
treeba788e8123b5e98d80ab2eea4012f31119968aa8 /noncore/settings
parent4a5885f1dd1328432e3bd3ef7cb2efd9a336b78b (diff)
downloadopie-d49663597393e1b9e63041964a080069e4b6a664.zip
opie-d49663597393e1b9e63041964a080069e4b6a664.tar.gz
opie-d49663597393e1b9e63041964a080069e4b6a664.tar.bz2
initial
Diffstat (limited to 'noncore/settings') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/tabmanager/app.cpp111
-rw-r--r--noncore/settings/tabmanager/app.h69
-rw-r--r--noncore/settings/tabmanager/main.cpp40
-rw-r--r--noncore/settings/tabmanager/tabapplnk.h46
-rw-r--r--noncore/settings/tabmanager/tablistview.h93
-rw-r--r--noncore/settings/tabmanager/tabmainwindow.h63
-rw-r--r--noncore/settings/tabmanager/tabmanager.control9
-rw-r--r--noncore/settings/tabmanager/tabmanager.cpp473
-rw-r--r--noncore/settings/tabmanager/tabmanager.h67
-rw-r--r--noncore/settings/tabmanager/tabmanager.pro11
-rw-r--r--noncore/settings/tabmanager/tabmanagerbase.cpp48
-rw-r--r--noncore/settings/tabmanager/tabmanagerbase.h35
-rw-r--r--noncore/settings/tabmanager/tabmanagerbase.ui75
13 files changed, 1140 insertions, 0 deletions
diff --git a/noncore/settings/tabmanager/app.cpp b/noncore/settings/tabmanager/app.cpp
new file mode 100644
index 0000000..aa17bfe
--- a/dev/null
+++ b/noncore/settings/tabmanager/app.cpp
@@ -0,0 +1,111 @@
+/*
+
+               =. This file is part of the OPIE Project
+             .=l. Copyright (c) 2002 Benjamin Meyer <meyerb@sharpsec.com>
+           .>+-=
+ _;:,     .>    :=|. This library is free software; you can
+.> <`_,   >  .   <= redistribute it and/or modify it under
+:`=1 )Y*s>-.--   : the terms of the GNU Library General Public
+.="- .-=="i,     .._ License as published by the Free Software
+ - .   .-<_>     .<> Foundation; either version 2 of the License,
+     ._= =}       : or (at your option) any later version.
+    .%`+i>       _;_.
+    .i_,=:_.      -<s. This library is distributed in the hope that
+     +  .  -:.       = it will be useful, but WITHOUT ANY WARRANTY;
+    : ..    .:,     . . . without even the implied warranty of
+    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A
+  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU
+..}^=.=       =       ; Library General Public License for more
+++=   -.     .`     .: details.
+ :     =  ...= . :.=-
+ -.   .:....=;==+<; You should have received a copy of the GNU
+  -_. . .   )=.  = Library General Public License along with
+    --        :-=` this library; see the file COPYING.LIB.
+ If not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+
+*/
+/****************************************************************************
+** Form implementation generated from reading ui file 'app.ui'
+**
+** Created: Fri May 3 14:38:15 2002
+** by: The User Interface Compiler (uic)
+**
+** WARNING! All changes made in this file will be lost!
+****************************************************************************/
+#include "app.h"
+
+#include <qlabel.h>
+#include <qlineedit.h>
+#include <qpushbutton.h>
+#include <qlayout.h>
+#include <qvariant.h>
+#include <qtooltip.h>
+#include <qwhatsthis.h>
+
+/*
+ * Constructs a AppEdit which is a child of 'parent', with the
+ * name 'name' and widget flags set to 'f'
+ *
+ * The dialog will by default be modeless, unless you set 'modal' to
+ * TRUE to construct a modal dialog.
+ */
+AppEdit::AppEdit( QWidget* parent, const char* name, bool modal, WFlags fl )
+ : QDialog( parent, name, modal, fl )
+{
+ if ( !name )
+ setName( "AppEdit" );
+ resize( 211, 241 );
+ setCaption( tr( "Application" ) );
+ AppEditLayout = new QGridLayout( this );
+ AppEditLayout->setSpacing( 6 );
+ AppEditLayout->setMargin( 11 );
+
+ TextLabel3 = new QLabel( this, "TextLabel3" );
+ TextLabel3->setText( tr( "Exec" ) );
+
+ AppEditLayout->addWidget( TextLabel3, 2, 0 );
+
+ TextLabel4 = new QLabel( this, "TextLabel4" );
+ TextLabel4->setText( tr( "Comment" ) );
+
+ AppEditLayout->addWidget( TextLabel4, 3, 0 );
+
+ TextLabel2 = new QLabel( this, "TextLabel2" );
+ TextLabel2->setText( tr( "Icon" ) );
+
+ AppEditLayout->addWidget( TextLabel2, 1, 0 );
+
+ TextLabel1 = new QLabel( this, "TextLabel1" );
+ TextLabel1->setText( tr( "Name" ) );
+
+ AppEditLayout->addWidget( TextLabel1, 0, 0 );
+
+ iconLineEdit = new QLineEdit( this, "iconLineEdit" );
+
+ AppEditLayout->addWidget( iconLineEdit, 1, 1 );
+
+ nameLineEdit = new QLineEdit( this, "nameLineEdit" );
+
+ AppEditLayout->addWidget( nameLineEdit, 0, 1 );
+
+ commentLineEdit = new QLineEdit( this, "commentLineEdit" );
+
+ AppEditLayout->addWidget( commentLineEdit, 3, 1 );
+
+ execLineEdit = new QLineEdit( this, "execLineEdit" );
+
+ AppEditLayout->addWidget( execLineEdit, 2, 1 );
+ QSpacerItem* spacer = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding );
+ AppEditLayout->addItem( spacer, 4, 1 );
+}
+
+/*
+ * Destroys the object and frees any allocated resources
+ */
+AppEdit::~AppEdit()
+{
+ // no need to delete child widgets, Qt does it all for us
+}
+
diff --git a/noncore/settings/tabmanager/app.h b/noncore/settings/tabmanager/app.h
new file mode 100644
index 0000000..89afb28
--- a/dev/null
+++ b/noncore/settings/tabmanager/app.h
@@ -0,0 +1,69 @@
+/*
+
+               =. This file is part of the OPIE Project
+             .=l. Copyright (c) 2002 Benjamin Meyer <meyerb@sharpsec.com>
+           .>+-=
+ _;:,     .>    :=|. This library is free software; you can
+.> <`_,   >  .   <= redistribute it and/or modify it under
+:`=1 )Y*s>-.--   : the terms of the GNU Library General Public
+.="- .-=="i,     .._ License as published by the Free Software
+ - .   .-<_>     .<> Foundation; either version 2 of the License,
+     ._= =}       : or (at your option) any later version.
+    .%`+i>       _;_.
+    .i_,=:_.      -<s. This library is distributed in the hope that
+     +  .  -:.       = it will be useful, but WITHOUT ANY WARRANTY;
+    : ..    .:,     . . . without even the implied warranty of
+    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A
+  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU
+..}^=.=       =       ; Library General Public License for more
+++=   -.     .`     .: details.
+ :     =  ...= . :.=-
+ -.   .:....=;==+<; You should have received a copy of the GNU
+  -_. . .   )=.  = Library General Public License along with
+    --        :-=` this library; see the file COPYING.LIB.
+ If not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+
+*/
+/****************************************************************************
+** Form interface generated from reading ui file 'app.ui'
+**
+** Created: Fri May 3 14:38:09 2002
+** by: The User Interface Compiler (uic)
+**
+** WARNING! All changes made in this file will be lost!
+****************************************************************************/
+#ifndef APPEDIT_H
+#define APPEDIT_H
+
+#include <qvariant.h>
+#include <qdialog.h>
+class QVBoxLayout;
+class QHBoxLayout;
+class QGridLayout;
+class QLabel;
+class QLineEdit;
+
+class AppEdit : public QDialog
+{
+ Q_OBJECT
+
+public:
+ AppEdit( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+ ~AppEdit();
+
+ QLabel* TextLabel3;
+ QLabel* TextLabel4;
+ QLabel* TextLabel2;
+ QLabel* TextLabel1;
+ QLineEdit* iconLineEdit;
+ QLineEdit* nameLineEdit;
+ QLineEdit* commentLineEdit;
+ QLineEdit* execLineEdit;
+
+protected:
+ QGridLayout* AppEditLayout;
+};
+
+#endif // APPEDIT_H
diff --git a/noncore/settings/tabmanager/main.cpp b/noncore/settings/tabmanager/main.cpp
new file mode 100644
index 0000000..a96d768
--- a/dev/null
+++ b/noncore/settings/tabmanager/main.cpp
@@ -0,0 +1,40 @@
+/*
+
+               =. This file is part of the OPIE Project
+             .=l. Copyright (c) 2002 Benjamin Meyer <meyerb@sharpsec.com>
+           .>+-=
+ _;:,     .>    :=|. This library is free software; you can
+.> <`_,   >  .   <= redistribute it and/or modify it under
+:`=1 )Y*s>-.--   : the terms of the GNU Library General Public
+.="- .-=="i,     .._ License as published by the Free Software
+ - .   .-<_>     .<> Foundation; either version 2 of the License,
+     ._= =}       : or (at your option) any later version.
+    .%`+i>       _;_.
+    .i_,=:_.      -<s. This library is distributed in the hope that
+     +  .  -:.       = it will be useful, but WITHOUT ANY WARRANTY;
+    : ..    .:,     . . . without even the implied warranty of
+    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A
+  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU
+..}^=.=       =       ; Library General Public License for more
+++=   -.     .`     .: details.
+ :     =  ...= . :.=-
+ -.   .:....=;==+<; You should have received a copy of the GNU
+  -_. . .   )=.  = Library General Public License along with
+    --        :-=` this library; see the file COPYING.LIB.
+ If not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+
+*/
+#include "tabmainwindow.h"
+#include <qpe/qpeapplication.h>
+
+int main( int argc, char **argv ){
+ QPEApplication application( argc, argv );
+ TabMainWindow mainWindow;
+ application.showMainWidget(&mainWindow);
+ return application.exec();
+}
+
+//main.cpp
+
diff --git a/noncore/settings/tabmanager/tabapplnk.h b/noncore/settings/tabmanager/tabapplnk.h
new file mode 100644
index 0000000..6669144
--- a/dev/null
+++ b/noncore/settings/tabmanager/tabapplnk.h
@@ -0,0 +1,46 @@
+/*
+
+               =. This file is part of the OPIE Project
+             .=l. Copyright (c) 2002 Benjamin Meyer <meyerb@sharpsec.com>
+           .>+-=
+ _;:,     .>    :=|. This library is free software; you can
+.> <`_,   >  .   <= redistribute it and/or modify it under
+:`=1 )Y*s>-.--   : the terms of the GNU Library General Public
+.="- .-=="i,     .._ License as published by the Free Software
+ - .   .-<_>     .<> Foundation; either version 2 of the License,
+     ._= =}       : or (at your option) any later version.
+    .%`+i>       _;_.
+    .i_,=:_.      -<s. This library is distributed in the hope that
+     +  .  -:.       = it will be useful, but WITHOUT ANY WARRANTY;
+    : ..    .:,     . . . without even the implied warranty of
+    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A
+  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU
+..}^=.=       =       ; Library General Public License for more
+++=   -.     .`     .: details.
+ :     =  ...= . :.=-
+ -.   .:....=;==+<; You should have received a copy of the GNU
+  -_. . .   )=.  = Library General Public License along with
+    --        :-=` this library; see the file COPYING.LIB.
+ If not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+
+*/
+#ifndef TABAPPLNK_H
+#define TABAPPLNK_H
+
+#include <qpe/applnk.h>
+
+class TabAppLnk : public AppLnk {
+
+public:
+ TabAppLnk( const QString & file) :AppLnk(file){ };
+
+ QString pixmapString() { return mIconFile; };
+
+};
+
+#endif
+
+// tabapplnk.h
+
diff --git a/noncore/settings/tabmanager/tablistview.h b/noncore/settings/tabmanager/tablistview.h
new file mode 100644
index 0000000..545ee38
--- a/dev/null
+++ b/noncore/settings/tabmanager/tablistview.h
@@ -0,0 +1,93 @@
+/*
+
+               =. This file is part of the OPIE Project
+             .=l. Copyright (c) 2002 Benjamin Meyer <meyerb@sharpsec.com>
+           .>+-=
+ _;:,     .>    :=|. This library is free software; you can
+.> <`_,   >  .   <= redistribute it and/or modify it under
+:`=1 )Y*s>-.--   : the terms of the GNU Library General Public
+.="- .-=="i,     .._ License as published by the Free Software
+ - .   .-<_>     .<> Foundation; either version 2 of the License,
+     ._= =}       : or (at your option) any later version.
+    .%`+i>       _;_.
+    .i_,=:_.      -<s. This library is distributed in the hope that
+     +  .  -:.       = it will be useful, but WITHOUT ANY WARRANTY;
+    : ..    .:,     . . . without even the implied warranty of
+    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A
+  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU
+..}^=.=       =       ; Library General Public License for more
+++=   -.     .`     .: details.
+ :     =  ...= . :.=-
+ -.   .:....=;==+<; You should have received a copy of the GNU
+  -_. . .   )=.  = Library General Public License along with
+    --        :-=` this library; see the file COPYING.LIB.
+ If not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+
+*/
+#ifndef TABLISTVIEW_H
+#define TABLISTVIEW_H
+
+#include <qlistview.h>
+#include <qcursor.h>
+#include <qapplication.h>
+
+class TabListView : public QListView {
+ Q_OBJECT
+
+signals:
+ void moveItem(QListViewItem *item, QListViewItem *newFolder);
+
+public:
+ TabListView( QWidget* parent = 0, const char* name = 0) : QListView(parent, name){ currentSelectedItem = NULL;
+ connect(this, SIGNAL(pressed ( QListViewItem *)), this, SLOT(itemPressed(QListViewItem *)));
+ internalCursor.setShape(0);
+ };
+
+protected:
+ void contentsMouseReleaseEvent(QMouseEvent* ){
+ QListViewItem *newGroup = this->currentItem();
+ // Make sure they are both real.
+ if (currentSelectedItem == NULL || newGroup == NULL)
+ return;
+ // Make sure they are not the same
+ if(this->isSelected(currentSelectedItem) == true)
+ return;
+
+ // Ok we have two valid items.
+ if(newGroup->parent())
+ newGroup = newGroup->parent();
+
+ // Just in case the parent was null
+ if(newGroup == NULL)
+ return;
+
+ // If the new folder and buddies current parent are the same don't do anything.
+ if (newGroup != currentSelectedItem->parent())
+ moveItem(currentSelectedItem, newGroup);
+ currentSelectedItem = NULL;
+ qApp->restoreOverrideCursor();
+};
+
+private slots:
+ void itemPressed(QListViewItem *item){
+ if(item == NULL || !item->parent()){
+ if(item == NULL)
+ qDebug("Item is NULL");
+ return;
+ }
+
+ currentSelectedItem = item;
+ internalCursor.setShape(13);
+ qApp->setOverrideCursor(internalCursor);
+};
+
+
+private:
+ QListViewItem *currentSelectedItem;
+ QCursor internalCursor;
+};
+
+#endif
+
diff --git a/noncore/settings/tabmanager/tabmainwindow.h b/noncore/settings/tabmanager/tabmainwindow.h
new file mode 100644
index 0000000..2116f5a
--- a/dev/null
+++ b/noncore/settings/tabmanager/tabmainwindow.h
@@ -0,0 +1,63 @@
+/*
+
+               =. This file is part of the OPIE Project
+             .=l. Copyright (c) 2002 Benjamin Meyer <meyerb@sharpsec.com>
+           .>+-=
+ _;:,     .>    :=|. This library is free software; you can
+.> <`_,   >  .   <= redistribute it and/or modify it under
+:`=1 )Y*s>-.--   : the terms of the GNU Library General Public
+.="- .-=="i,     .._ License as published by the Free Software
+ - .   .-<_>     .<> Foundation; either version 2 of the License,
+     ._= =}       : or (at your option) any later version.
+    .%`+i>       _;_.
+    .i_,=:_.      -<s. This library is distributed in the hope that
+     +  .  -:.       = it will be useful, but WITHOUT ANY WARRANTY;
+    : ..    .:,     . . . without even the implied warranty of
+    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A
+  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU
+..}^=.=       =       ; Library General Public License for more
+++=   -.     .`     .: details.
+ :     =  ...= . :.=-
+ -.   .:....=;==+<; You should have received a copy of the GNU
+  -_. . .   )=.  = Library General Public License along with
+    --        :-=` this library; see the file COPYING.LIB.
+ If not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+
+*/
+#ifndef TABMAINWINDOW_H
+#define TABMAINWINDOW_H
+
+#include "tabmanager.h"
+#include <qmainwindow.h>
+#include <qtoolbar.h>
+#include <qtoolbutton.h>
+#include <qpe/resource.h>
+
+class TabMainWindow : public QMainWindow {
+
+public:
+ TabMainWindow( QWidget* parent = 0, const char* name = 0) : QMainWindow(parent, name){
+ tabManager = new TabManager(this, "TabManger");
+ setCaption("Tab Manager");
+ this->setCentralWidget(tabManager);
+ QToolBar *newToolBar = new QToolBar("toolbar", this);
+
+ // Insert all of the buttons.
+ QToolButton *newFolder = new QToolButton(Resource::loadPixmap("fileopen"), "New Folder", 0, tabManager, SLOT(newFolder()), newToolBar);
+ QToolButton *newFile = new QToolButton(Resource::loadPixmap("new"), "New Folder", 0, tabManager, SLOT(newApplication()), newToolBar);
+ QToolButton *editItem = new QToolButton(Resource::loadPixmap("edit"), "Edit", 0, tabManager, SLOT(editCurrentItem()), newToolBar);
+ QToolButton *deleteItem = new QToolButton(Resource::loadPixmap("reset"), "Deelete", 0, tabManager, SLOT(removeItem()), newToolBar);
+
+ };
+
+protected:
+ TabManager *tabManager;
+
+};
+
+#endif
+
+// tabmainwindow.h
+
diff --git a/noncore/settings/tabmanager/tabmanager.control b/noncore/settings/tabmanager/tabmanager.control
new file mode 100644
index 0000000..51dd93c
--- a/dev/null
+++ b/noncore/settings/tabmanager/tabmanager.control
@@ -0,0 +1,9 @@
+File: bin/tabmanager apps/Settings/tabmanager.desktop pics/tabmanager/tabmanager.png
+Package: tabmanager
+Priority: optional
+Version: 1.0
+Architecture: arm
+Maintainer: Benjamin Meyer <meyerb@sharpsec.com>
+Section: Settings
+Description: Tab Manager
+ Helps to manage the Applications tab
diff --git a/noncore/settings/tabmanager/tabmanager.cpp b/noncore/settings/tabmanager/tabmanager.cpp
new file mode 100644
index 0000000..db65d26
--- a/dev/null
+++ b/noncore/settings/tabmanager/tabmanager.cpp
@@ -0,0 +1,473 @@
+/*
+
+               =. This file is part of the OPIE Project
+             .=l. Copyright (c) 2002 Benjamin Meyer <meyerb@sharpsec.com>
+           .>+-=
+ _;:,     .>    :=|. This library is free software; you can
+.> <`_,   >  .   <= redistribute it and/or modify it under
+:`=1 )Y*s>-.--   : the terms of the GNU Library General Public
+.="- .-=="i,     .._ License as published by the Free Software
+ - .   .-<_>     .<> Foundation; either version 2 of the License,
+     ._= =}       : or (at your option) any later version.
+    .%`+i>       _;_.
+    .i_,=:_.      -<s. This library is distributed in the hope that
+     +  .  -:.       = it will be useful, but WITHOUT ANY WARRANTY;
+    : ..    .:,     . . . without even the implied warranty of
+    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A
+  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU
+..}^=.=       =       ; Library General Public License for more
+++=   -.     .`     .: details.
+ :     =  ...= . :.=-
+ -.   .:....=;==+<; You should have received a copy of the GNU
+  -_. . .   )=.  = Library General Public License along with
+    --        :-=` this library; see the file COPYING.LIB.
+ If not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+
+*/
+
+#include "tabmanager.h"
+#include "app.h"
+#include "tabapplnk.h"
+
+#include <qpe/applnk.h>
+#include <qpe/qpeapplication.h>
+#include <qdir.h>
+#include <qfile.h>
+#include <qtextstream.h>
+#include <qlistview.h>
+#include <qheader.h>
+#include <qlineedit.h>
+#include <qlabel.h>
+#include <qmessagebox.h>
+#include <stdlib.h>
+#include <qpe/qcopenvelope_qws.h>
+
+#define HOME_APP_DIR QPEApplication::qpeDir()+"/apps" // <-- made this a little more flexible
+#define HOME_APP_INSTALL_DIR "/usr/lib/ipkg/info"
+#define NEW_FOLDER "EmptyTab"
+#define NEW_APPLICATION "NewApp"
+#define APPLICATION_EXTENSION ".desktop"
+#define APPLICATION_EXTENSION_LENGTH 8
+
+/**
+ * Constructor. Sets up signals. Performs initial scan of applications
+ * and tabs
+ */
+TabManager::TabManager( QWidget* parent, const char* name):TabManagerBase(parent, name), changed(false){
+ rescanFolder(HOME_APP_DIR);
+
+ // Connect the signals and slots
+ connect(tabList, SIGNAL(doubleClicked(QListViewItem *)), this, SLOT(editItem(QListViewItem*)));
+ (tabList->header())->hide();
+ connect(tabList, SIGNAL(moveItem(QListViewItem *, QListViewItem *)), this, SLOT(moveApplication(QListViewItem *, QListViewItem *)));
+}
+
+/**
+ * If anything in the tab's have been changed then update the system or alert
+ * the user.
+ */
+TabManager::~TabManager(){
+ if(changed){
+ //QMessageBox::critical(this, "Message", "Please restart Qtopia to see all new changes.",QString("Ok") );
+ //filename = fn;
+ QCopEnvelope e("QPE/System", "linkChanged(QString)");
+ //e << description << filename << mimetype;
+ QString link; //we'll just send an empty string
+ e << link;
+ }
+}
+
+/**
+ * Scans root directory for any tabs or applications. Will recursivly go down,
+ * but will not follow symlinks.
+ * @param directory - the directory to look in.
+ * @param parent - the parent to place any new tabs or apps into. If parent is
+ * NULL then the item is a tab and should be placed as a child of the window.
+ */
+void TabManager::rescanFolder(QString directory, QListViewItem* parent){
+ //qDebug(QString("rescanFolder: ") + directory.latin1());
+
+ QDir d;
+ d.setPath(directory);
+ // Show hidden files for .directories
+ d.setFilter( QDir::Files | QDir::Hidden | QDir::Dirs);
+
+ const QFileInfoList *list = d.entryInfoList();
+ QFileInfoListIterator it( *list ); // create list iterator
+ QFileInfo *fi; // pointer for traversing
+
+ while ( (fi=it.current()) ) { // for each file...
+ // If it is a dir and not .. or . then add it as a tab and go down.
+ if(fi->isDir()){
+ if(fi->fileName() != ".." && fi->fileName() != ".") {
+ QListViewItem* newItem;
+ if(!parent)
+ newItem = new QListViewItem(tabList, fi->fileName());
+ else
+ newItem = new QListViewItem(parent, fi->fileName());
+ itemList.insert(newItem, directory + "/" + fi->fileName() + "/.directory" );
+ rescanFolder(directory + "/" + fi->fileName(), newItem);
+ }
+ }
+ else{
+ // it is a file, if not a .directory add to parent.
+
+ // Change parents name and icon to reflect icon.
+ if(fi->fileName() == ".directory"){
+ AppLnk app(directory + "/" + fi->fileName());
+ if(parent){
+ parent->setPixmap(0,app.pixmap());
+ parent->setText(0, app.name());
+ }
+ }
+ else{
+ // Add any desktop files found.
+ QListViewItem* newItem;
+ if(directory != HOME_APP_DIR){
+ if(!parent)
+ newItem = new QListViewItem(tabList, fi->fileName());
+ else
+ newItem = new QListViewItem(parent, fi->fileName());
+ if(fi->fileName().right(APPLICATION_EXTENSION_LENGTH) == APPLICATION_EXTENSION){
+ AppLnk app(directory + "/" + fi->fileName());
+ newItem->setPixmap(0,app.pixmap());
+ newItem->setText(0, app.name());
+ itemList.insert(newItem, directory + "/" + fi->fileName());
+ }
+ }
+ }
+ }
+ ++it; // goto next list element
+ }
+}
+
+/**
+ * Create a new blank Tab.
+ * Create a physical folder with .directory file
+ * Create a item on the list
+ */
+void TabManager::newFolder(){
+ QDir r;
+ r.mkdir(QString(HOME_APP_DIR) + "/" + NEW_FOLDER);
+ system((QString("echo [Desktop Entry] | cat >> ") + HOME_APP_DIR + "/" + NEW_FOLDER "/.directory").latin1());
+ system((QString("echo Name=" NEW_FOLDER " | cat >> ") + HOME_APP_DIR + "/" + NEW_FOLDER "/.directory").latin1());
+
+ QString homeLocation = QString(HOME_APP_DIR) + "/" + NEW_FOLDER + "/.directory";
+ QListViewItem *newItem = new QListViewItem(tabList, NEW_FOLDER);
+ itemList.insert(newItem, homeLocation );
+
+ // We have changed something.
+ changed = true;
+}
+
+/**
+ * Create a new blank application
+ * Make sure a tab is selected
+ * create physical file
+ * fill file with default information (entry, name, type).
+ */
+void TabManager::newApplication(){
+ QListViewItem *item = tabList->currentItem();
+ if(!item || item->parent())
+ return;
+
+ QString parentDir = itemList[item].mid(0,itemList[item].length()-11);
+ QString homeLocation = parentDir + "/" NEW_APPLICATION APPLICATION_EXTENSION;
+ system((QString("echo [Desktop Entry] | cat >> ") + homeLocation).latin1());
+ system((QString("echo Name=" NEW_APPLICATION " | cat >> ") + homeLocation).latin1());
+ int slash = parentDir.findRev('/', -1);
+ QString folderName = parentDir.mid(slash+1, parentDir.length());
+
+ system((QString("echo Type=") + folderName + " | cat >> " + homeLocation).latin1());
+
+ // Insert into the tree
+ QListViewItem *newItem = new QListViewItem(item, NEW_APPLICATION);
+ itemList.insert(newItem, homeLocation );
+
+ // We have changed something.
+ changed = true;
+}
+
+/**
+ * Remove the item.
+ * Check if we can
+ * Prompt user
+ * Delete physical file (Dir, remove .dir, then dir. File, remove file)
+ * Remove from installer if need too.
+ */
+void TabManager::removeItem(){
+ // Make sure we can delete
+ QListViewItem *item = tabList->currentItem();
+ if(!item)
+ return;
+ if(item->childCount() > 0){
+ QMessageBox::critical(this, "Message", "Can't remove with applications\nstill in the group.",QString("Ok") );
+ return;
+ }
+
+ // Prompt.
+ int answer = QMessageBox::warning(this, "Message", "Are you sure you want to delete?","Yes", "Cancel", 0, 1 );
+ if (answer)
+ return;
+
+ bool removeSuccessfull = true;
+ QString location = itemList[item];
+ // Remove file (.directory in a Directory case)
+ if(!QFile::remove(location))
+ removeSuccessfull = false;
+
+ // Remove directory
+ if(item->parent() == NULL){
+ // Remove .directory file string
+ location = location.mid(0,location.length()-10);
+ QDir dir;
+ if(!dir.rmdir(location))
+ removeSuccessfull = false;
+ }
+
+ // If removing failed.
+ if(!removeSuccessfull){
+ qDebug((QString("removeItem: ") + location).latin1());
+ QMessageBox::critical(this, "Message", "Can't remove.",QString("Ok") );
+ return;
+ }
+
+ // Remove from the installer so it wont fail.
+ // Don't need to do this sense the current install uses rm -f so no error
+
+ // Remove from the gui list.
+ itemList.remove(item);
+ if(item->parent())
+ item->parent()->takeItem(item);
+ delete item;
+
+ // We have changed something.
+ changed = true;
+}
+
+/**
+ * Helper function. Edits the current item.
+ * calls editItem with the currently selected item.
+ */
+void TabManager::editCurrentItem(){
+ editItem(tabList->currentItem());
+}
+
+/**
+ * Edit the item that is passed in.
+ * Show application dialog and if anything changed
+ * @param item the item to edit.
+ */
+void TabManager::editItem( QListViewItem * item){
+ if(!item)
+ return;
+
+ TabAppLnk app(itemList[item]);
+ if(!app.isValid()){
+ qDebug(QString("editItem: Not a valid applnk file: ") + itemList[item].latin1());
+ return;
+ }
+
+ AppEdit application(this, "Application edit", true);
+ application.nameLineEdit->setText(app.name());
+ application.iconLineEdit->setText(app.pixmapString());
+ application.execLineEdit->setText(app.exec());
+ application.commentLineEdit->setText(app.comment());
+
+ if(item->parent() == NULL){
+ application.execLineEdit->setEnabled(false);
+ application.TextLabel3->setEnabled(false);
+ application.setCaption("Tab");
+ }
+
+ // Only do somthing if they hit OK
+ if(application.exec() == 0)
+ return;
+
+ // If nothing has changed exit (hmmm why did they hit ok?)
+ if(app.name() == application.nameLineEdit->text() &&
+ app.pixmapString() == application.iconLineEdit->text() &&
+ app.comment() == application.commentLineEdit->text() &&
+ app.exec() == application.execLineEdit->text())
+ return;
+
+ // Change the applnk file
+ QString oldName = app.name();
+ app.setName(application.nameLineEdit->text());
+ app.setIcon(application.iconLineEdit->text());
+ app.setComment(application.commentLineEdit->text());
+ app.setExec(application.execLineEdit->text());
+ if(!app.writeLink()){
+ QMessageBox::critical(this, "Message", "Can't save.",QString("Ok") );
+ return;
+ }
+
+ // Update the gui icon and name
+ item->setText(0,app.name());
+ item->setPixmap(0,app.pixmap());
+
+ // We have changed something.
+ changed = true;
+
+ // If we were dealing with a new folder or new application change
+ // the file names. Also change the item location in itemList
+ if(oldName == NEW_FOLDER){
+ QDir r;
+ QString oldName = itemList[item];
+ oldName = oldName.mid(0,oldName.length()-11);
+ QString newName = oldName.mid(0,oldName.length()-9);
+ newName = newName + "/" + app.name();
+ r.rename(oldName, newName);
+ itemList.remove(item);
+ itemList.insert(item, newName + "/.directory" );
+ }
+ else if(oldName == NEW_APPLICATION){
+ if(!item->parent())
+ return;
+ QString parentDir = itemList[item->parent()];
+ QDir r;
+ QString oldName = itemList[item];
+ QString newName = oldName.mid(0, parentDir.length()-10);
+ newName = newName + app.name() + APPLICATION_EXTENSION;
+ r.rename(oldName, newName);
+ itemList.remove(item);
+ itemList.insert(item, newName);
+ }
+}
+
+/**
+ * Move an application from one directory to another.
+ * Move in the gui, move in the applnk file, move in the installer.
+ * @param item the application to move
+ * @pearam newGroup the new parent of this application
+ */
+void TabManager::moveApplication(QListViewItem *item, QListViewItem *newGroup){
+ // Can we even move it?
+ if(!item || !item->parent() || newGroup->parent())
+ return;
+ if(item->parent() == newGroup)
+ return;
+
+ // Get the new folder, new file name,
+ QString newFolder = itemList[newGroup];
+ newFolder = newFolder.mid(0,newFolder.length()-11);
+ int slash = newFolder.findRev('/', -1);
+ QString folderName = newFolder.mid(slash+1, newFolder.length());
+
+ QString desktopFile = itemList[item];
+ slash = desktopFile.findRev('/', -1);
+ desktopFile = desktopFile.mid(slash, desktopFile.length());
+ newFolder = newFolder + desktopFile;
+
+ // Move file
+ QDir r;
+ if(!r.rename(itemList[item], newFolder)){
+ QMessageBox::critical(this, "Message", "Can't move application.",QString("Ok") );
+ return;
+ }
+ //qDebug((QString("moveApplication: ") + itemList[item]).latin1());
+ //qDebug((QString("moveApplication: ") + newFolder).latin1());
+
+ // Move in the gui
+ item->parent()->takeItem(item);
+ newGroup->insertItem(item);
+ newGroup->setOpen(true);
+
+ // Move file in the installer
+ QString installedAppFile;
+ if(findInstalledApplication(desktopFile, installedAppFile))
+ swapInstalledLocation(installedAppFile, desktopFile, newFolder);
+ else
+ qDebug("moveApplication: No installed app found for dekstop file");
+
+ // Move application type
+ AppLnk app(newFolder);
+ app.setType(folderName);
+ app.writeLink();
+
+ // Move in our internal list
+ itemList.remove(item);
+ itemList.insert(item, newFolder);
+
+ // We have changed something.
+ changed = true;
+}
+
+/**
+ * File the installed application that has this desktop file.
+ * Go through each file in HOME_APP_INSTALL_DIR and see if it contains desktop
+ * file
+ * @param desktopFile - the .desktop file to search for [foo.desktop]
+ * @param installedAppFile - location of the app install list
+ * @return true if successfull, false if file not found.
+ */
+bool TabManager::findInstalledApplication(QString desktopFile, QString &installedAppFile){
+
+ QDir d;
+ d.setPath(HOME_APP_INSTALL_DIR);
+ d.setFilter( QDir::Files );
+
+ const QFileInfoList *list = d.entryInfoList();
+ QFileInfoListIterator it( *list ); // create list iterator
+ QFileInfo *fi; // pointer for traversing
+
+ while ( (fi=it.current()) ) { // for each file...
+ QFile file(QString(HOME_APP_INSTALL_DIR) + "/" + fi->fileName());
+ if ( file.open(IO_ReadOnly) ) { // file opened successfully
+ QTextStream stream( &file ); // use a text stream
+ QString line;
+ while ( !stream.eof() ) { // until end of file...
+ line = stream.readLine(); // line of text excluding '\n'
+ if(line.contains(desktopFile)){
+ installedAppFile = QString(HOME_APP_INSTALL_DIR) + "/" + fi->fileName();
+ file.close();
+ return true;
+ }
+ }
+ file.close();
+ }
+ else
+ qDebug((QString("findInstalledApplication: Can't open file") + HOME_APP_INSTALL_DIR + "/" + fi->fileName()).latin1());
+ ++it; // goto next list element
+ }
+ return false;
+}
+
+/**
+ * Open a file and replace a file containing the old desktop file with the new.
+ * @param installedAppFile application installed list
+ * @param desktopFile old .desktop file
+ * @param newLocation new .desktop file
+ */
+void TabManager::swapInstalledLocation( QString installedAppFile, QString desktopFile, QString newLocation ){
+ QFile file(installedAppFile);
+ if ( !file.open(IO_ReadOnly) ){
+ qDebug(QString("swapInstalledLocation: Can't edit file: %1").arg(installedAppFile).latin1());
+ return;
+ }
+
+ QTextStream stream( &file ); // use a text stream
+ QString allLines;
+ while ( !stream.eof() ) { // until end of file...
+ QString line = stream.readLine(); // line of text excluding '\n'
+ if(line.contains(desktopFile))
+ allLines += newLocation;
+ else
+ allLines += line;
+ allLines += '\n';
+ }
+ file.close();
+
+ if ( !file.open(IO_ReadWrite) ){
+ qDebug(QString("swapInstalledLocation: Can't edit file: %1").arg(installedAppFile).latin1());
+ return;
+ }
+ QTextStream streamOut( &file );
+ streamOut << allLines;
+ file.close();
+}
+
+// tabmanager.cpp
+
diff --git a/noncore/settings/tabmanager/tabmanager.h b/noncore/settings/tabmanager/tabmanager.h
new file mode 100644
index 0000000..2700fe7
--- a/dev/null
+++ b/noncore/settings/tabmanager/tabmanager.h
@@ -0,0 +1,67 @@
+/*
+
+               =. This file is part of the OPIE Project
+             .=l. Copyright (c) 2002 Benjamin Meyer <meyerb@sharpsec.com>
+           .>+-=
+ _;:,     .>    :=|. This library is free software; you can
+.> <`_,   >  .   <= redistribute it and/or modify it under
+:`=1 )Y*s>-.--   : the terms of the GNU Library General Public
+.="- .-=="i,     .._ License as published by the Free Software
+ - .   .-<_>     .<> Foundation; either version 2 of the License,
+     ._= =}       : or (at your option) any later version.
+    .%`+i>       _;_.
+    .i_,=:_.      -<s. This library is distributed in the hope that
+     +  .  -:.       = it will be useful, but WITHOUT ANY WARRANTY;
+    : ..    .:,     . . . without even the implied warranty of
+    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A
+  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU
+..}^=.=       =       ; Library General Public License for more
+++=   -.     .`     .: details.
+ :     =  ...= . :.=-
+ -.   .:....=;==+<; You should have received a copy of the GNU
+  -_. . .   )=.  = Library General Public License along with
+    --        :-=` this library; see the file COPYING.LIB.
+ If not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+
+*/
+#ifndef TABMANAGER_H
+#define TABMANAGER_H
+
+#include "tabmanagerbase.h"
+#include <qmap.h>
+#include <qevent.h>
+
+class QListViewItem;
+
+class TabManager : public TabManagerBase {
+ Q_OBJECT
+
+public:
+ TabManager( QWidget* parent = 0, const char* name = 0);
+ ~TabManager();
+ bool changed;
+
+public slots:
+ void newFolder();
+ void newApplication();
+ void removeItem();
+ void editCurrentItem();
+
+private slots:
+ void moveApplication(QListViewItem *, QListViewItem *);
+ void editItem(QListViewItem * item);
+
+protected:
+ void rescanFolder(QString directory, QListViewItem* parent=NULL);
+ QMap<QListViewItem *, QString> itemList;
+ bool findInstalledApplication(QString desktopFile, QString &installedAppFile);
+ void swapInstalledLocation( QString installedAppFile, QString desktopFile, QString newLocation );
+
+};
+
+#endif
+
+// tabmanager.h
+
diff --git a/noncore/settings/tabmanager/tabmanager.pro b/noncore/settings/tabmanager/tabmanager.pro
new file mode 100644
index 0000000..3b185dd
--- a/dev/null
+++ b/noncore/settings/tabmanager/tabmanager.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+#CONFIG = qt warn_on debug
+CONFIG = qt warn_on release
+HEADERS = tabmanager.h tabmainwindow.h app.h tablistview.h tabmanagerbase.h tabapplnk.h
+SOURCES = main.cpp tabmanager.cpp app.cpp tabmanagerbase.cpp
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe
+#INTERFACES = tabmanagerbase.ui
+TARGET = tabmanager
+DESTDIR = $(OPIEDIR)/bin
diff --git a/noncore/settings/tabmanager/tabmanagerbase.cpp b/noncore/settings/tabmanager/tabmanagerbase.cpp
new file mode 100644
index 0000000..a899529
--- a/dev/null
+++ b/noncore/settings/tabmanager/tabmanagerbase.cpp
@@ -0,0 +1,48 @@
+/****************************************************************************
+** Form implementation generated from reading ui file 'tabmanagerbase.ui'
+**
+** Created: Fri May 3 14:38:14 2002
+** by: The User Interface Compiler (uic)
+**
+** WARNING! All changes made in this file will be lost!
+****************************************************************************/
+#include "tabmanagerbase.h"
+
+#include <qheader.h>
+#include <qlistview.h>
+#include <qpushbutton.h>
+#include <qlayout.h>
+#include <qvariant.h>
+#include <qtooltip.h>
+#include <qwhatsthis.h>
+
+/*
+ * Constructs a TabManagerBase which is a child of 'parent', with the
+ * name 'name' and widget flags set to 'f'
+ */
+TabManagerBase::TabManagerBase( QWidget* parent, const char* name, WFlags fl )
+ : QWidget( parent, name, fl )
+{
+ if ( !name )
+ setName( "TabManagerBase" );
+ resize( 289, 228 );
+ setCaption( tr( "Tab Manger" ) );
+ TabManagerBaseLayout = new QVBoxLayout( this );
+ TabManagerBaseLayout->setSpacing( 6 );
+ TabManagerBaseLayout->setMargin( 0 );
+
+ tabList = new TabListView( this, "tabList" );
+ tabList->addColumn( tr( "Groups" ) );
+ tabList->addColumn( tr( "Applications" ) );
+ tabList->setRootIsDecorated( TRUE );
+ TabManagerBaseLayout->addWidget( tabList );
+}
+
+/*
+ * Destroys the object and frees any allocated resources
+ */
+TabManagerBase::~TabManagerBase()
+{
+ // no need to delete child widgets, Qt does it all for us
+}
+
diff --git a/noncore/settings/tabmanager/tabmanagerbase.h b/noncore/settings/tabmanager/tabmanagerbase.h
new file mode 100644
index 0000000..96e9254
--- a/dev/null
+++ b/noncore/settings/tabmanager/tabmanagerbase.h
@@ -0,0 +1,35 @@
+/****************************************************************************
+** Form interface generated from reading ui file 'tabmanagerbase.ui'
+**
+** Created: Fri May 3 14:38:09 2002
+** by: The User Interface Compiler (uic)
+**
+** WARNING! All changes made in this file will be lost!
+****************************************************************************/
+#ifndef TABMANAGERBASE_H
+#define TABMANAGERBASE_H
+
+#include <qvariant.h>
+#include <qwidget.h>
+#include "tablistview.h"
+class QVBoxLayout;
+class QHBoxLayout;
+class QGridLayout;
+class QListView;
+class QListViewItem;
+
+class TabManagerBase : public QWidget
+{
+ Q_OBJECT
+
+public:
+ TabManagerBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ ~TabManagerBase();
+
+ TabListView* tabList;
+
+protected:
+ QVBoxLayout* TabManagerBaseLayout;
+};
+
+#endif // TABMANAGERBASE_H
diff --git a/noncore/settings/tabmanager/tabmanagerbase.ui b/noncore/settings/tabmanager/tabmanagerbase.ui
new file mode 100644
index 0000000..2fd10dd
--- a/dev/null
+++ b/noncore/settings/tabmanager/tabmanagerbase.ui
@@ -0,0 +1,75 @@
+<!DOCTYPE UI><UI>
+<class>TabManagerBase</class>
+<widget>
+ <class>QWidget</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>TabManagerBase</cstring>
+ </property>
+ <property stdset="1">
+ <name>geometry</name>
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>289</width>
+ <height>228</height>
+ </rect>
+ </property>
+ <property stdset="1">
+ <name>caption</name>
+ <string>Tab Manger</string>
+ </property>
+ <property>
+ <name>layoutMargin</name>
+ </property>
+ <vbox>
+ <property stdset="1">
+ <name>margin</name>
+ <number>0</number>
+ </property>
+ <property stdset="1">
+ <name>spacing</name>
+ <number>6</number>
+ </property>
+ <widget>
+ <class>QListView</class>
+ <column>
+ <property>
+ <name>text</name>
+ <string>Groups</string>
+ </property>
+ <property>
+ <name>clickable</name>
+ <bool>true</bool>
+ </property>
+ <property>
+ <name>resizeable</name>
+ <bool>true</bool>
+ </property>
+ </column>
+ <column>
+ <property>
+ <name>text</name>
+ <string>Applications</string>
+ </property>
+ <property>
+ <name>clickable</name>
+ <bool>true</bool>
+ </property>
+ <property>
+ <name>resizeable</name>
+ <bool>true</bool>
+ </property>
+ </column>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>tabList</cstring>
+ </property>
+ <property stdset="1">
+ <name>rootIsDecorated</name>
+ <bool>true</bool>
+ </property>
+ </widget>
+ </vbox>
+</widget>
+</UI>