summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-08-20 02:41:01 (UTC)
committer llornkcor <llornkcor>2002-08-20 02:41:01 (UTC)
commit08a0272257dbb26af4403f9d8d47e5bf300eb0a7 (patch) (unidiff)
tree0b6e073197fd43f728a99594da45a975c20e0984
parent16b105a34b4e525cf6690e55beacf4baa57e60d7 (diff)
downloadopie-08a0272257dbb26af4403f9d8d47e5bf300eb0a7.zip
opie-08a0272257dbb26af4403f9d8d47e5bf300eb0a7.tar.gz
opie-08a0272257dbb26af4403f9d8d47e5bf300eb0a7.tar.bz2
take out some debug mesasges
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/playlistwidget.cpp19
1 files changed, 8 insertions, 11 deletions
diff --git a/noncore/multimedia/opieplayer2/playlistwidget.cpp b/noncore/multimedia/opieplayer2/playlistwidget.cpp
index 5c804f5..404e1fe 100644
--- a/noncore/multimedia/opieplayer2/playlistwidget.cpp
+++ b/noncore/multimedia/opieplayer2/playlistwidget.cpp
@@ -102,3 +102,3 @@ PlayListWidget::PlayListWidget( QWidget* parent, const char* name, WFlags fl )
102// setCaption( tr("OpiePlayer") ); 102// setCaption( tr("OpiePlayer") );
103 setIcon( Resource::loadPixmap( "opieplayer2/MPEGPlayer" ) ); 103// setIcon( Resource::loadPixmap( "opieplayer2/MPEGPlayer" ) );
104 104
@@ -460,3 +460,3 @@ void PlayListWidget::setDocument(const QString& fileref) {
460void PlayListWidget::setActiveWindow() { 460void PlayListWidget::setActiveWindow() {
461 qDebug("SETTING active window"); 461// qDebug("SETTING active window");
462 // When we get raised we need to ensure that it switches views 462 // When we get raised we need to ensure that it switches views
@@ -478,3 +478,3 @@ const DocLnk *PlayListWidget::current() { // this is fugly
478 { 478 {
479 qDebug("playlist"); 479// qDebug("playlist");
480 if ( mediaPlayerState->playlist() ) { 480 if ( mediaPlayerState->playlist() ) {
@@ -490,3 +490,3 @@ const DocLnk *PlayListWidget::current() { // this is fugly
490 { 490 {
491 qDebug("audioView"); 491// qDebug("audioView");
492 QListIterator<DocLnk> dit( files.children() ); 492 QListIterator<DocLnk> dit( files.children() );
@@ -494,3 +494,2 @@ const DocLnk *PlayListWidget::current() { // this is fugly
494 if( dit.current()->name() == audioView->currentItem()->text(0) && !insanityBool) { 494 if( dit.current()->name() == audioView->currentItem()->text(0) && !insanityBool) {
495 qDebug("here");
496 insanityBool=TRUE; 495 insanityBool=TRUE;
@@ -503,3 +502,3 @@ const DocLnk *PlayListWidget::current() { // this is fugly
503 { 502 {
504 qDebug("videoView"); 503// qDebug("videoView");
505 QListIterator<DocLnk> Vdit( vFiles.children() ); 504 QListIterator<DocLnk> Vdit( vFiles.children() );
@@ -867,3 +866,3 @@ void PlayListWidget::playlistViewPressed( int mouse, QListViewItem *, const QPoi
867void PlayListWidget::scanForAudio() { 866void PlayListWidget::scanForAudio() {
868 qDebug("scan for audio"); 867// qDebug("scan for audio");
869 files.detachChildren(); 868 files.detachChildren();
@@ -878,3 +877,3 @@ void PlayListWidget::scanForAudio() {
878void PlayListWidget::scanForVideo() { 877void PlayListWidget::scanForVideo() {
879 qDebug("scan for video"); 878// qDebug("scan for video");
880 vFiles.detachChildren(); 879 vFiles.detachChildren();
@@ -998,3 +997,2 @@ void PlayListWidget::keyReleaseEvent( QKeyEvent *e)
998 case Key_Q: //add to playlist 997 case Key_Q: //add to playlist
999 qDebug("Add");
1000 addSelected(); 998 addSelected();
@@ -1009,3 +1007,2 @@ void PlayListWidget::keyReleaseEvent( QKeyEvent *e)
1009 case Key_Space: 1007 case Key_Space:
1010 qDebug("Play");
1011 // playSelected(); puh 1008 // playSelected(); puh
@@ -1199,3 +1196,3 @@ void PlayListWidget::readPls(const QString &filename) {
1199void PlayListWidget::pmViewActivated(int index) { 1196void PlayListWidget::pmViewActivated(int index) {
1200 qDebug("%d", index); 1197// qDebug("%d", index);
1201 switch(index) { 1198 switch(index) {