summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/emulation_widget.cpp
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/emulation_widget.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/emulation_widget.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/noncore/apps/opie-console/emulation_widget.cpp b/noncore/apps/opie-console/emulation_widget.cpp
index 4688551..f0708d0 100644
--- a/noncore/apps/opie-console/emulation_widget.cpp
+++ b/noncore/apps/opie-console/emulation_widget.cpp
@@ -224,10 +224,6 @@ void EmulationWidget::calcGeometry()
224{ 224{
225 m_scrollbar->resize(QApplication::style().scrollBarExtent().width(), contentsRect().height() ); 225 m_scrollbar->resize(QApplication::style().scrollBarExtent().width(), contentsRect().height() );
226 226
227 odebug << QString(" TEST").arg( contentsRect().width() ) << oendl;
228 odebug << QString(" TEST").arg( contentsRect().height() ) << oendl;
229 odebug << "NEUER TESTT!!!!!!!!" << oendl;
230
231 switch( scrollLoc ) 227 switch( scrollLoc )
232 { 228 {
233 case SCRNONE : 229 case SCRNONE :
@@ -258,7 +254,6 @@ void EmulationWidget::calcGeometry()
258 254
259void EmulationWidget::drawAttrString( QString& string, QPainter &painter, QRect rect, Character attr, bool usePixmap, bool clear ) 255void EmulationWidget::drawAttrString( QString& string, QPainter &painter, QRect rect, Character attr, bool usePixmap, bool clear )
260{ 256{
261 owarn << "Color1 " << color_table[attr.b].color.name().latin1() << "" << oendl;
262 if ( usePixmap && color_table[attr.b].transparent ) 257 if ( usePixmap && color_table[attr.b].transparent )
263 { 258 {
264 painter.setBackgroundMode( TransparentMode ); 259 painter.setBackgroundMode( TransparentMode );
@@ -272,7 +267,6 @@ void EmulationWidget::drawAttrString( QString& string, QPainter &painter, QRect
272 else 267 else
273 { 268 {
274 painter.setBackgroundMode( OpaqueMode ); 269 painter.setBackgroundMode( OpaqueMode );
275 owarn << "Color " << color_table[attr.b].color.name().latin1() << "" << oendl;
276 painter.setBackgroundColor( color_table[attr.b].color ); 270 painter.setBackgroundColor( color_table[attr.b].color );
277 } 271 }
278 } 272 }