[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/multimedia/amarok/src/analyzers
From:       Alexandre Pereira de Oliveira <aoliveira () kdemail ! net>
Date:       2007-02-02 0:00:19
Message-ID: 1170374419.957717.425.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 629220 by aoliveira:

disabling analyzers for now. some tricky bitblt stuff there to port, and they're far \
from being a priority


 M  +11 -11    Makefile.am  
 M  +3 -2      analyzerbase.cpp  


--- trunk/extragear/multimedia/amarok/src/analyzers/Makefile.am #629219:629220
@@ -14,17 +14,17 @@
     $(all_includes)
 
 libanalyzers_la_SOURCES = \
-    analyzerbase.cpp \
-    analyzerfactory.cpp \
-    baranalyzer.cpp \
-    blockanalyzer.cpp \
-    glanalyzer.cpp \
-    glanalyzer2.cpp \
-    glanalyzer3.cpp \
-    sonogram.cpp \
-    turbine.cpp \
-    boomanalyzer.cpp
+    analyzerbase.cpp
+#    analyzerfactory.cpp \
+#    baranalyzer.cpp \
+#    blockanalyzer.cpp \
+#    glanalyzer.cpp \
+#    glanalyzer2.cpp \
+#    glanalyzer3.cpp \
+#    sonogram.cpp \
+#    turbine.cpp \
+#    boomanalyzer.cpp
 
 
 
-    
+
--- trunk/extragear/multimedia/amarok/src/analyzers/analyzerbase.cpp #629219:629220
@@ -105,7 +105,7 @@
         int i = 0;
 
         // convert to mono here - our built in analyzers need mono, but we the \
                engines provide interleaved pcm
-        for( uint x = 0; (int)x < m_fht->size(); ++x ) 
+        for( uint x = 0; (int)x < m_fht->size(); ++x )
         {
            scope[x] = double(thescope[i] + thescope[i+1]) / (2*(1<<15));
            i += 2;
@@ -193,7 +193,8 @@
 Analyzer::Base2D::Base2D( QWidget *parent, uint timeout, uint scopeSize )
    : Base<QWidget>( parent, timeout, scopeSize )
 {
-    setWFlags( Qt::WNoAutoErase ); //no flicker
+    // Commentted out when porting
+    //setWFlags( Qt::WNoAutoErase ); //no flicker
 
     connect( &m_timer, SIGNAL( timeout() ), SLOT( draw() ) );
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic