~ubuntu-branches/debian/experimental/smplayer/experimental

« back to all changes in this revision

Viewing changes to src/prefadvanced.ui

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2009-03-31 23:05:43 UTC
  • mfrom: (1.1.9 upstream) (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090331230543-1ned1omblgt4qiak
* New upstream release. (Closes: #523791)
  - Reworked subtitle font preferences. (Closes: #503295)
  - No longer installs qt_fr.qm. (Closes: #486314)
* debian/control:
  - Bumped Standards-Version to 3.8.1.
  - Changed maintainer name (still the same person and GPG key).
  - Changed section to video.
  - Build-depend on zlib1g-dev for findsubtitles.
  - Require Qt >= 4.3 per readme.
  - Added ${misc:Depends}.
  - Make smplayer-translations depend on smplayer and smplayer recommend
    smplayer-translations, not the other way round. (Closes: #489375)
* debian/copyright:
  - Significantly expanded per-file with new upstream authors.
* debian/rules:
  - Make make use correct uic in install.
  - Clean svn_revision.
  - Removed get-orig-source - not needed with uscan --repack.
* debian/patches/01_gl_translation.patch:
  - Added patch to fix lrelease error on smplayer_gl.ts.
* Added debian/README.source for simple-patchsys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
        </widget>
132
132
       </item>
133
133
       <item>
134
 
        <widget class="QCheckBox" name="correct_pts_check" >
135
 
         <property name="text" >
136
 
          <string>C&amp;orrect PTS</string>
137
 
         </property>
138
 
        </widget>
 
134
        <layout class="QHBoxLayout" >
 
135
         <item>
 
136
          <widget class="QLabel" name="label_8" >
 
137
           <property name="text" >
 
138
            <string>C&amp;orrect PTS:</string>
 
139
           </property>
 
140
           <property name="buddy" >
 
141
            <cstring>correct_pts_combo</cstring>
 
142
           </property>
 
143
          </widget>
 
144
         </item>
 
145
         <item>
 
146
          <widget class="TristateCombo" name="correct_pts_combo" />
 
147
         </item>
 
148
         <item>
 
149
          <spacer>
 
150
           <property name="orientation" >
 
151
            <enum>Qt::Horizontal</enum>
 
152
           </property>
 
153
           <property name="sizeHint" >
 
154
            <size>
 
155
             <width>40</width>
 
156
             <height>20</height>
 
157
            </size>
 
158
           </property>
 
159
          </spacer>
 
160
         </item>
 
161
        </layout>
139
162
       </item>
140
163
       <item>
141
164
        <widget class="QCheckBox" name="shortnames_check" >
269
292
         <property name="sizeHint" >
270
293
          <size>
271
294
           <width>489</width>
272
 
           <height>20</height>
 
295
           <height>51</height>
273
296
          </size>
274
297
         </property>
275
298
        </spacer>
542
565
        </widget>
543
566
       </item>
544
567
       <item>
545
 
        <widget class="QGroupBox" name="groupBox" >
546
 
         <property name="title" >
547
 
          <string>Proxy</string>
548
 
         </property>
549
 
         <layout class="QVBoxLayout" >
550
 
          <item>
551
 
           <widget class="QLabel" name="label" >
552
 
            <property name="text" >
553
 
             <string>You can set a proxy for internet connections (currently only used for subtitle downloading).</string>
554
 
            </property>
555
 
            <property name="wordWrap" >
556
 
             <bool>true</bool>
557
 
            </property>
558
 
           </widget>
559
 
          </item>
560
 
          <item>
561
 
           <widget class="QCheckBox" name="use_proxy_check" >
562
 
            <property name="text" >
563
 
             <string>&amp;Enable proxy</string>
564
 
            </property>
565
 
           </widget>
566
 
          </item>
567
 
          <item>
568
 
           <widget class="QWidget" native="1" name="proxy_container" >
569
 
            <property name="enabled" >
570
 
             <bool>false</bool>
571
 
            </property>
572
 
            <layout class="QGridLayout" >
573
 
             <item row="0" column="0" >
574
 
              <widget class="QLabel" name="label_2" >
575
 
               <property name="text" >
576
 
                <string>&amp;Host:</string>
577
 
               </property>
578
 
               <property name="buddy" >
579
 
                <cstring>proxy_hostname_edit</cstring>
580
 
               </property>
581
 
              </widget>
582
 
             </item>
583
 
             <item row="0" column="1" colspan="2" >
584
 
              <widget class="QLineEdit" name="proxy_hostname_edit" />
585
 
             </item>
586
 
             <item row="0" column="3" >
587
 
              <widget class="QLabel" name="label_3" >
588
 
               <property name="text" >
589
 
                <string>&amp;Port:</string>
590
 
               </property>
591
 
               <property name="alignment" >
592
 
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
593
 
               </property>
594
 
               <property name="buddy" >
595
 
                <cstring>proxy_port_spin</cstring>
596
 
               </property>
597
 
              </widget>
598
 
             </item>
599
 
             <item row="0" column="4" >
600
 
              <widget class="QSpinBox" name="proxy_port_spin" >
601
 
               <property name="maximum" >
602
 
                <number>65535</number>
603
 
               </property>
604
 
              </widget>
605
 
             </item>
606
 
             <item row="1" column="0" >
607
 
              <widget class="QLabel" name="label_4" >
608
 
               <property name="text" >
609
 
                <string>&amp;Username:</string>
610
 
               </property>
611
 
               <property name="buddy" >
612
 
                <cstring>proxy_username_edit</cstring>
613
 
               </property>
614
 
              </widget>
615
 
             </item>
616
 
             <item row="1" column="1" colspan="4" >
617
 
              <widget class="QLineEdit" name="proxy_username_edit" />
618
 
             </item>
619
 
             <item row="2" column="0" >
620
 
              <widget class="QLabel" name="label_5" >
621
 
               <property name="text" >
622
 
                <string>Pa&amp;ssword:</string>
623
 
               </property>
624
 
               <property name="buddy" >
625
 
                <cstring>proxy_password_edit</cstring>
626
 
               </property>
627
 
              </widget>
628
 
             </item>
629
 
             <item row="2" column="1" colspan="4" >
630
 
              <widget class="QLineEdit" name="proxy_password_edit" >
631
 
               <property name="echoMode" >
632
 
                <enum>QLineEdit::Password</enum>
633
 
               </property>
634
 
              </widget>
635
 
             </item>
636
 
             <item row="3" column="0" >
637
 
              <widget class="QLabel" name="label_6" >
638
 
               <property name="text" >
639
 
                <string>&amp;Type:</string>
640
 
               </property>
641
 
               <property name="buddy" >
642
 
                <cstring>proxy_type_combo</cstring>
643
 
               </property>
644
 
              </widget>
645
 
             </item>
646
 
             <item row="3" column="1" >
647
 
              <widget class="QComboBox" name="proxy_type_combo" />
648
 
             </item>
649
 
             <item row="3" column="2" colspan="3" >
650
 
              <spacer>
651
 
               <property name="orientation" >
652
 
                <enum>Qt::Horizontal</enum>
653
 
               </property>
654
 
               <property name="sizeHint" >
655
 
                <size>
656
 
                 <width>261</width>
657
 
                 <height>20</height>
658
 
                </size>
659
 
               </property>
660
 
              </spacer>
661
 
             </item>
662
 
            </layout>
663
 
           </widget>
664
 
          </item>
665
 
         </layout>
666
 
        </widget>
667
 
       </item>
668
 
       <item>
669
568
        <spacer>
670
569
         <property name="orientation" >
671
570
          <enum>Qt::Vertical</enum>
798
697
   <extends>QComboBox</extends>
799
698
   <header>mycombobox.h</header>
800
699
  </customwidget>
 
700
  <customwidget>
 
701
   <class>TristateCombo</class>
 
702
   <extends>QComboBox</extends>
 
703
   <header>tristatecombo.h</header>
 
704
  </customwidget>
801
705
 </customwidgets>
802
706
 <tabstops>
803
707
  <tabstop>advanced_tab</tabstop>
804
708
  <tabstop>monitoraspect_combo</tabstop>
805
709
  <tabstop>mplayer_use_window_check</tabstop>
806
710
  <tabstop>idx_check</tabstop>
807
 
  <tabstop>correct_pts_check</tabstop>
 
711
  <tabstop>correct_pts_combo</tabstop>
808
712
  <tabstop>shortnames_check</tabstop>
809
713
  <tabstop>repaint_video_background_check</tabstop>
810
714
  <tabstop>actions_to_run_edit</tabstop>
815
719
  <tabstop>mplayer_afilters_edit</tabstop>
816
720
  <tabstop>ipv4_button</tabstop>
817
721
  <tabstop>ipv6_button</tabstop>
818
 
  <tabstop>use_proxy_check</tabstop>
819
 
  <tabstop>proxy_hostname_edit</tabstop>
820
 
  <tabstop>proxy_port_spin</tabstop>
821
 
  <tabstop>proxy_username_edit</tabstop>
822
 
  <tabstop>proxy_password_edit</tabstop>
823
 
  <tabstop>proxy_type_combo</tabstop>
824
722
  <tabstop>log_smplayer_check</tabstop>
825
723
  <tabstop>log_mplayer_check</tabstop>
826
724
  <tabstop>log_mplayer_save_check</tabstop>
845
743
    </hint>
846
744
   </hints>
847
745
  </connection>
848
 
  <connection>
849
 
   <sender>use_proxy_check</sender>
850
 
   <signal>toggled(bool)</signal>
851
 
   <receiver>proxy_container</receiver>
852
 
   <slot>setEnabled(bool)</slot>
853
 
   <hints>
854
 
    <hint type="sourcelabel" >
855
 
     <x>239</x>
856
 
     <y>90</y>
857
 
    </hint>
858
 
    <hint type="destinationlabel" >
859
 
     <x>239</x>
860
 
     <y>179</y>
861
 
    </hint>
862
 
   </hints>
863
 
  </connection>
864
746
 </connections>
865
747
</ui>