diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /kio/tests/kdirlistertest.cpp | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/tests/kdirlistertest.cpp')
-rw-r--r-- | kio/tests/kdirlistertest.cpp | 162 |
1 files changed, 162 insertions, 0 deletions
diff --git a/kio/tests/kdirlistertest.cpp b/kio/tests/kdirlistertest.cpp new file mode 100644 index 000000000..d3ea5b888 --- /dev/null +++ b/kio/tests/kdirlistertest.cpp @@ -0,0 +1,162 @@ +/* This file is part of the KDE desktop environment + + Copyright (C) 2001, 2002 Michael Brade <[email protected]> + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + 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., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. +*/ + +#include <qlayout.h> +#include <qpushbutton.h> + +#include <kapplication.h> +#include <kdirlister.h> +#include <kdebug.h> + +#include "kdirlistertest.h" + +#include <cstdlib> + + +KDirListerTest::KDirListerTest( QWidget *parent, const char *name ) + : QWidget( parent, name ) +{ + lister = new KDirLister( false /* true */ ); + debug = new PrintSignals; + + QVBoxLayout* layout = new QVBoxLayout( this ); + + QPushButton* startH = new QPushButton( "Start listing $HOME", this ); + QPushButton* startR= new QPushButton( "Start listing /", this ); + QPushButton* test = new QPushButton( "Many", this ); + QPushButton* startT = new QPushButton( "tarfile", this ); + + layout->addWidget( startH ); + layout->addWidget( startR ); + layout->addWidget( startT ); + layout->addWidget( test ); + resize( layout->sizeHint() ); + + connect( startR, SIGNAL( clicked() ), SLOT( startRoot() ) ); + connect( startH, SIGNAL( clicked() ), SLOT( startHome() ) ); + connect( startT, SIGNAL( clicked() ), SLOT( startTar() ) ); + connect( test, SIGNAL( clicked() ), SLOT( test() ) ); + + connect( lister, SIGNAL( started( const KURL & ) ), + debug, SLOT( started( const KURL & ) ) ); + connect( lister, SIGNAL( completed() ), + debug, SLOT( completed() ) ); + connect( lister, SIGNAL( completed( const KURL & ) ), + debug, SLOT( completed( const KURL & ) ) ); + connect( lister, SIGNAL( canceled() ), + debug, SLOT( canceled() ) ); + connect( lister, SIGNAL( canceled( const KURL & ) ), + debug, SLOT( canceled( const KURL & ) ) ); + connect( lister, SIGNAL( redirection( const KURL & ) ), + debug, SLOT( redirection( const KURL & ) ) ); + connect( lister, SIGNAL( redirection( const KURL &, const KURL & ) ), + debug, SLOT( redirection( const KURL &, const KURL & ) ) ); + connect( lister, SIGNAL( clear() ), + debug, SLOT( clear() ) ); + connect( lister, SIGNAL( newItems( const KFileItemList & ) ), + debug, SLOT( newItems( const KFileItemList & ) ) ); + connect( lister, SIGNAL( itemsFilteredByMime( const KFileItemList & ) ), + debug, SLOT( itemsFilteredByMime( const KFileItemList & ) ) ); + connect( lister, SIGNAL( deleteItem( KFileItem * ) ), + debug, SLOT( deleteItem( KFileItem * ) ) ); + connect( lister, SIGNAL( refreshItems( const KFileItemList & ) ), + debug, SLOT( refreshItems( const KFileItemList & ) ) ); + connect( lister, SIGNAL( infoMessage( const QString& ) ), + debug, SLOT( infoMessage( const QString& ) ) ); + connect( lister, SIGNAL( percent( int ) ), + debug, SLOT( percent( int ) ) ); + connect( lister, SIGNAL( totalSize( KIO::filesize_t ) ), + debug, SLOT( totalSize( KIO::filesize_t ) ) ); + connect( lister, SIGNAL( processedSize( KIO::filesize_t ) ), + debug, SLOT( processedSize( KIO::filesize_t ) ) ); + connect( lister, SIGNAL( speed( int ) ), + debug, SLOT( speed( int ) ) ); + + connect( lister, SIGNAL( completed() ), + this, SLOT( completed() ) ); +} + +KDirListerTest::~KDirListerTest() +{ + delete lister; +} + +void KDirListerTest::startHome() +{ + KURL home( getenv( "HOME" ) ); + lister->openURL( home, false, false ); +// lister->stop(); +} + +void KDirListerTest::startRoot() +{ + KURL root( "file:/" ); + lister->openURL( root, true, true ); +// lister->stop( root ); +} + +void KDirListerTest::startTar() +{ + KURL root( "file:/home/jowenn/aclocal_1.tgz" ); + lister->openURL( root, true, true ); +// lister->stop( root ); +} + +void KDirListerTest::test() +{ + KURL home( getenv( "HOME" ) ); + KURL root( "file:/" ); +/* lister->openURL( home, true, false ); + lister->openURL( root, true, true ); + lister->openURL( KURL("file:/etc"), true, true ); + lister->openURL( root, true, true ); + lister->openURL( KURL("file:/dev"), true, true ); + lister->openURL( KURL("file:/tmp"), true, true ); + lister->openURL( KURL("file:/usr/include"), true, true ); + lister->updateDirectory( KURL("file:/usr/include") ); + lister->updateDirectory( KURL("file:/usr/include") ); + lister->openURL( KURL("file:/usr/"), true, true ); +*/ + lister->openURL( KURL("file:/dev"), true, true ); +} + +void KDirListerTest::completed() +{ + if ( lister->url().path() == "/") + { + KFileItem* item = lister->findByURL( "/tmp" ); + if ( item ) + kdDebug() << "Found /tmp: " << item << endl; + else + kdWarning() << "/tmp not found! Bug in findByURL?" << endl; + } +} + +int main ( int argc, char *argv[] ) +{ + KApplication app( argc, argv, "kdirlistertest" ); + + KDirListerTest *test = new KDirListerTest( 0 ); + test->show(); + app.setMainWidget( test ); + return app.exec(); +} + +#include "kdirlistertest.moc" |