From 4763ca7911e452b6e36b00999eb243e6549e5cb5 Mon Sep 17 00:00:00 2001 From: alwin Date: Sun, 14 Nov 2004 17:56:36 +0000 Subject: disabled code which makes problems on Z --- (limited to 'noncore/graphics/opie-eye/impl') diff --git a/noncore/graphics/opie-eye/impl/doc/doc_lister.cpp b/noncore/graphics/opie-eye/impl/doc/doc_lister.cpp index 8bcf01d..4a491e2 100644 --- a/noncore/graphics/opie-eye/impl/doc/doc_lister.cpp +++ b/noncore/graphics/opie-eye/impl/doc/doc_lister.cpp @@ -83,6 +83,7 @@ QStringList Doc_DirLister::files()const { QStringList out; QListIterator dit(m_ds.children()); for( ; dit.current(); ++dit) { + if (!(*dit)->isValid()) continue; if (!matchCat((*dit))) continue; QString s = (*dit)->name(); s+=char(0); @@ -155,9 +156,12 @@ QWidget* Doc_DirLister::widget(QWidget*parent) void Doc_DirLister::showCategory(int which) { + odebug<<"Show cat " << which << oendl; m_catFilter = which==-2?0:which; setStartPath(""); + odebug<<"Show cat before emit" << oendl; emit sig_reloadDir(); + odebug<<"Show cat - emit signal finished" << oendl; } void Doc_DirLister::systemMsg(const QCString &msg, const QByteArray &data) @@ -165,6 +169,8 @@ void Doc_DirLister::systemMsg(const QCString &msg, const QByteArray &data) if ( msg != "linkChanged(QString)"||!m_docreads) { return; } +#if 0 + // makes big problems on zaurus! QString link; QDataStream stream( data, IO_ReadOnly ); stream >> link; @@ -198,4 +204,5 @@ void Doc_DirLister::systemMsg(const QCString &msg, const QByteArray &data) setStartPath(""); emit sig_reloadDir(); } +#endif } -- cgit v0.9.0.2