traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso/src/traverso/ui ThemeConfigPage.ui


From: Remon Sijrier
Subject: [Traverso-commit] traverso/src/traverso/ui ThemeConfigPage.ui
Date: Mon, 07 Jan 2008 18:17:23 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       08/01/07 18:17:23

Modified files:
        src/traverso/ui: ThemeConfigPage.ui 

Log message:
        * added line based painting back, can be toggled on/off in config dialog
        CPU usage varies wildly, seems to be dependend on audioclip height.
        When audioclip height is not at the maximum, polygon and line based 
drawing seems equal in performance, but often line based is the big winner. 
Restart/recompile traverso: htop says yet something different.
        So it's up to the user which one to use: painting with lines or 
polygons.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/traverso/ui/ThemeConfigPage.ui?cvsroot=traverso&r1=1.4&r2=1.5

Patches:
Index: ThemeConfigPage.ui
===================================================================
RCS file: /sources/traverso/traverso/src/traverso/ui/ThemeConfigPage.ui,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- ThemeConfigPage.ui  16 Apr 2007 18:44:26 -0000      1.4
+++ ThemeConfigPage.ui  7 Jan 2008 18:17:23 -0000       1.5
@@ -6,7 +6,7 @@
     <x>0</x>
     <y>0</y>
     <width>346</width>
-    <height>359</height>
+    <height>387</height>
    </rect>
   </property>
   <property name="windowTitle" >
@@ -207,6 +207,21 @@
        </widget>
       </item>
       <item>
+       <widget class="QCheckBox" name="paintAudioWithOutlineCheckBox" >
+        <property name="toolTip" >
+         <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" 
/>&lt;style type="text/css">
+p, li { white-space: pre-wrap; }
+&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; 
font-weight:400; font-style:normal; text-decoration:none;">
+&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; 
margin-right:0px; -qt-block-indent:0; text-indent:0px;">Painting the waveform 
with an outline is more detailed, but requires more cpu.&lt;/p>
+&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; 
margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>
+&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; 
margin-right:0px; -qt-block-indent:0; text-indent:0px;">If you experience 
slowness when painting many clips, or during animated scroll, unselect this 
option!&lt;/p>&lt;/body>&lt;/html></string>
+        </property>
+        <property name="text" >
+         <string>Paint audio with outline</string>
+        </property>
+       </widget>
+      </item>
+      <item>
        <widget class="QCheckBox" name="mergedCheckBox" >
         <property name="text" >
          <string>Paint stereo audio as mono audio</string>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]