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

List:       kde-bugs-dist
Subject:    [Bug 143676] New: min and max bitrates not enabled in configuration
From:       thomas <the.mad.doctor.kaeding () gmail ! com>
Date:       2007-03-31 17:02:48
Message-ID: 20070331190247.143676.the.mad.doctor.kaeding () gmail ! com
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=143676         
           Summary: min and max bitrates not enabled in configuration dialog
           Product: kio
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: audiocd
        AssignedTo: ben meyerhome net
        ReportedBy: the.mad.doctor.kaeding gmail com


Version:            (using KDE KDE 3.5.6)
Installed from:    Compiled From Sources
Compiler:          gcc 3.4.4 pre 
OS:                Linux

In the configuration dialog for ogg vorbis, the max and min
bitrate selectors are never enabled.  Here is a patch:

--- kdemultimedia-3.5.6-orig/kioslave/audiocd/plugins/vorbis/encodervorbisconfig.ui \
                2005-09-10 04:19:49.000000000 -0400
+++ kdemultimedia-3.5.6/kioslave/audiocd/plugins/vorbis/encodervorbisconfig.ui \
2007-03-30 17:33:41.000000000 -0500  @ -405,6 +405,18  @
         <receiver>vorbis_quality_settings</receiver>
         <slot>setShown(bool)</slot>
     </connection>
+    <connection>
+      <sender>kcfg_set_vorbis_min_br</sender>
+      <signal>toggled(bool)</signal>
+      <receiver>kcfg_vorbis_min_br</receiver>
+      <slot>setEnabled(bool)</slot>
+    </connection>
+    <connection>
+      <sender>kcfg_set_vorbis_max_br</sender>
+      <signal>toggled(bool)</signal>
+      <receiver>kcfg_vorbis_max_br</receiver>
+      <slot>setEnabled(bool)</slot>
+    </connection>
 </connections>
 <tabstops>
     <tabstop>vorbis_enc_quality</tabstop>


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

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