summaryrefslogtreecommitdiff
authorzecke <zecke>2004-11-11 22:00:18 (UTC)
committer zecke <zecke>2004-11-11 22:00:18 (UTC)
commitb81a7aeacda23d4407cd88ee017b67ea48344a94 (patch) (side-by-side diff)
treeeda86d8db6cca3608cf12a298765f468bceed030
parentd2d25a3c1e60a34436cd93e5214a35b3edd05c6c (diff)
downloadopie-b81a7aeacda23d4407cd88ee017b67ea48344a94.zip
opie-b81a7aeacda23d4407cd88ee017b67ea48344a94.tar.gz
opie-b81a7aeacda23d4407cd88ee017b67ea48344a94.tar.bz2
Remove owarn to be less verbose
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opieui/big-screen/osplitter.cpp15
-rw-r--r--libopie2/opieui/big-screen/owidgetstack.cpp1
2 files changed, 0 insertions, 16 deletions
diff --git a/libopie2/opieui/big-screen/osplitter.cpp b/libopie2/opieui/big-screen/osplitter.cpp
index f50e7f0..78e919a 100644
--- a/libopie2/opieui/big-screen/osplitter.cpp
+++ b/libopie2/opieui/big-screen/osplitter.cpp
@@ -84,3 +84,2 @@ OSplitter::~OSplitter()
{
- owarn << "Deleted Splitter" << oendl;
m_splitter.setAutoDelete( true );
@@ -212,6 +211,3 @@ void OSplitter::addWidget( QWidget* wid, const QString& icon, const QString& lab
if (!wid )
- {
- owarn << "Widget is not valid!" << oendl;
return;
- }
#endif
@@ -369,5 +365,3 @@ void OSplitter::resizeEvent( QResizeEvent* res )
*/
- // owarn << "Old size was width = " << res->oldSize().width() << " height = " << res->oldSize().height() << "" << oendl;
bool mode = true;
- owarn << "New size is width = " << res->size().width() << " height = " << res->size().height() << " " << name() << "" << oendl;
if ( res->size().width() > m_size_policy &&
@@ -388,3 +382,2 @@ void OSplitter::resizeEvent( QResizeEvent* res )
{
- owarn << "Changng to vbox " << name() << "" << oendl;
changeVBox();
@@ -447,3 +440,2 @@ void OSplitter::changeTab()
- owarn << " New Tab Widget " << name() << "" << oendl;
/*
@@ -474,3 +466,2 @@ void OSplitter::changeTab()
{
- owarn << "Widget is " << (*it).name << "" << oendl;
addToTab( (*it) );
@@ -507,3 +498,2 @@ void OSplitter::changeHBox()
- owarn << "new HBox " << name() << "" << oendl;
m_hbox = new QHBox( this );
@@ -520,3 +510,2 @@ void OSplitter::changeVBox()
- owarn << "New VBOX " << name() << "" << oendl;
m_hbox = new QVBox( this );
@@ -535,4 +524,2 @@ void OSplitter::commonChangeBox()
{
- owarn << " Name of Splitters is " << name() << "" << oendl;
-
for (ContainerList::Iterator it = m_container.begin(); it != m_container.end(); ++it )
@@ -542,3 +529,2 @@ void OSplitter::commonChangeBox()
removeFromTab( (*it).widget );
- owarn << "Adding to box " << (*it).name << "" << oendl;
addToBox( (*it) );
@@ -562,3 +548,2 @@ void OSplitter::commonChangeBox()
{
- owarn << " setting Box geometry for " << name() << "" << oendl;
m_hbox->setGeometry( frameRect() );
diff --git a/libopie2/opieui/big-screen/owidgetstack.cpp b/libopie2/opieui/big-screen/owidgetstack.cpp
index 9c9f7ec..b14a643 100644
--- a/libopie2/opieui/big-screen/owidgetstack.cpp
+++ b/libopie2/opieui/big-screen/owidgetstack.cpp
@@ -312,3 +312,2 @@ void OWidgetStack::hideWidget( QWidget* wid) {
bool OWidgetStack::eventFilter( QObject* obj, QEvent* e) {
- owarn << " " << obj->name() << " " << obj->className() << "" << oendl;
if ( e->type() == QEvent::Resize ) {