Ignore:
Timestamp:
Jan 24, 2017, 12:41:54 PM (9 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to version 17.1.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/prefplaylist.ui

    r176 r188  
    77    <x>0</x>
    88    <y>0</y>
    9     <width>378</width>
    10     <height>367</height>
     9    <width>389</width>
     10    <height>444</height>
    1111   </rect>
    1212  </property>
     
    2626      <layout class="QVBoxLayout">
    2727       <item>
    28         <widget class="QCheckBox" name="auto_add_to_playlist_check">
     28        <widget class="QGroupBox" name="groupBox">
     29         <property name="title">
     30          <string>Playback</string>
     31         </property>
     32         <layout class="QVBoxLayout" name="verticalLayout">
     33          <item>
     34           <widget class="QCheckBox" name="play_from_start_check">
     35            <property name="text">
     36             <string>P&amp;lay files from start</string>
     37            </property>
     38           </widget>
     39          </item>
     40          <item>
     41           <widget class="QCheckBox" name="play_on_load_check">
     42            <property name="text">
     43             <string>S&amp;tart playback after loading a playlist</string>
     44            </property>
     45           </widget>
     46          </item>
     47          <item>
     48           <widget class="QCheckBox" name="play_next_automatically_check">
     49            <property name="text">
     50             <string>Pla&amp;y next file automatically</string>
     51            </property>
     52           </widget>
     53          </item>
     54          <item>
     55           <widget class="QCheckBox" name="ignore_errors_check">
     56            <property name="text">
     57             <string>Ig&amp;nore playback errors</string>
     58            </property>
     59           </widget>
     60          </item>
     61         </layout>
     62        </widget>
     63       </item>
     64       <item>
     65        <widget class="QGroupBox" name="groupBox_2">
     66         <property name="title">
     67          <string>Adding files</string>
     68         </property>
     69         <layout class="QVBoxLayout" name="verticalLayout_2">
     70          <item>
     71           <widget class="QCheckBox" name="auto_add_to_playlist_check">
     72            <property name="text">
     73             <string>&amp;Add files to the playlist automatically</string>
     74            </property>
     75           </widget>
     76          </item>
     77          <item>
     78           <layout class="QHBoxLayout">
     79            <item>
     80             <spacer>
     81              <property name="orientation">
     82               <enum>Qt::Horizontal</enum>
     83              </property>
     84              <property name="sizeType">
     85               <enum>QSizePolicy::Fixed</enum>
     86              </property>
     87              <property name="sizeHint" stdset="0">
     88               <size>
     89                <width>20</width>
     90                <height>20</height>
     91               </size>
     92              </property>
     93             </spacer>
     94            </item>
     95            <item>
     96             <widget class="QLabel" name="media_to_add_label">
     97              <property name="enabled">
     98               <bool>false</bool>
     99              </property>
     100              <property name="text">
     101               <string>Add files from &amp;folder:</string>
     102              </property>
     103              <property name="buddy">
     104               <cstring>media_to_add_combo</cstring>
     105              </property>
     106             </widget>
     107            </item>
     108            <item>
     109             <widget class="QComboBox" name="media_to_add_combo">
     110              <property name="enabled">
     111               <bool>false</bool>
     112              </property>
     113             </widget>
     114            </item>
     115            <item>
     116             <spacer name="horizontalSpacer">
     117              <property name="orientation">
     118               <enum>Qt::Horizontal</enum>
     119              </property>
     120              <property name="sizeHint" stdset="0">
     121               <size>
     122                <width>40</width>
     123                <height>20</height>
     124               </size>
     125              </property>
     126             </spacer>
     127            </item>
     128           </layout>
     129          </item>
     130          <item>
     131           <widget class="QCheckBox" name="recursive_check">
     132            <property name="text">
     133             <string>Add files in directories &amp;recursively</string>
     134            </property>
     135           </widget>
     136          </item>
     137          <item>
     138           <widget class="QCheckBox" name="getinfo_check">
     139            <property name="text">
     140             <string>Get &amp;info automatically about files added (slow)</string>
     141            </property>
     142           </widget>
     143          </item>
     144         </layout>
     145        </widget>
     146       </item>
     147       <item>
     148        <widget class="QCheckBox" name="autosort_check">
    29149         <property name="text">
    30           <string>&amp;Automatically add files to playlist</string>
    31          </property>
    32         </widget>
    33        </item>
    34        <item>
    35         <layout class="QHBoxLayout">
    36          <item>
    37           <spacer>
    38            <property name="orientation">
    39             <enum>Qt::Horizontal</enum>
    40            </property>
    41            <property name="sizeType">
    42             <enum>QSizePolicy::Fixed</enum>
    43            </property>
    44            <property name="sizeHint" stdset="0">
    45             <size>
    46              <width>20</width>
    47              <height>20</height>
    48             </size>
    49            </property>
    50           </spacer>
    51          </item>
    52          <item>
    53           <widget class="QLabel" name="media_to_add_label">
    54            <property name="enabled">
    55             <bool>false</bool>
    56            </property>
    57            <property name="text">
    58             <string>Add files from &amp;folder:</string>
    59            </property>
    60            <property name="buddy">
    61             <cstring>media_to_add_combo</cstring>
    62            </property>
    63           </widget>
    64          </item>
    65          <item>
    66           <widget class="QComboBox" name="media_to_add_combo">
    67            <property name="enabled">
    68             <bool>false</bool>
    69            </property>
    70           </widget>
    71          </item>
    72          <item>
    73           <spacer name="horizontalSpacer">
    74            <property name="orientation">
    75             <enum>Qt::Horizontal</enum>
    76            </property>
    77            <property name="sizeHint" stdset="0">
    78             <size>
    79              <width>40</width>
    80              <height>20</height>
    81             </size>
    82            </property>
    83           </spacer>
    84          </item>
    85         </layout>
    86        </item>
    87        <item>
    88         <widget class="Line" name="line">
    89          <property name="sizePolicy">
    90           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
    91            <horstretch>0</horstretch>
    92            <verstretch>0</verstretch>
    93           </sizepolicy>
    94          </property>
    95          <property name="orientation">
    96           <enum>Qt::Horizontal</enum>
    97          </property>
    98         </widget>
    99        </item>
    100        <item>
    101         <widget class="QCheckBox" name="play_from_start_check">
     150          <string>A&amp;uto sort</string>
     151         </property>
     152        </widget>
     153       </item>
     154       <item>
     155        <widget class="QCheckBox" name="case_sensitive_search_check">
    102156         <property name="text">
    103           <string>P&amp;lay files from start</string>
    104          </property>
    105         </widget>
    106        </item>
    107        <item>
    108         <widget class="QCheckBox" name="recursive_check">
    109          <property name="text">
    110           <string>Add files in directories &amp;recursively</string>
    111          </property>
    112         </widget>
    113        </item>
    114        <item>
    115         <widget class="QCheckBox" name="getinfo_check">
    116          <property name="text">
    117           <string>Get &amp;info automatically about files added (slow)</string>
     157          <string>Cas&amp;e sensitive search</string>
    118158         </property>
    119159        </widget>
     
    122162        <widget class="QCheckBox" name="autosave_on_exit_check">
    123163         <property name="text">
    124           <string>&amp;Save copy of playlist on exit</string>
    125          </property>
    126         </widget>
    127        </item>
    128        <item>
    129         <widget class="QCheckBox" name="ignore_errors_check">
    130          <property name="text">
    131           <string>Play &amp;next file even if the previous file failed</string>
     164          <string>&amp;Save a copy of the playlist on exit</string>
    132165         </property>
    133166        </widget>
     
    154187 <tabstops>
    155188  <tabstop>playlist_tab</tabstop>
     189  <tabstop>play_from_start_check</tabstop>
     190  <tabstop>play_on_load_check</tabstop>
     191  <tabstop>play_next_automatically_check</tabstop>
     192  <tabstop>ignore_errors_check</tabstop>
    156193  <tabstop>auto_add_to_playlist_check</tabstop>
    157194  <tabstop>media_to_add_combo</tabstop>
    158   <tabstop>play_from_start_check</tabstop>
    159195  <tabstop>recursive_check</tabstop>
    160196  <tabstop>getinfo_check</tabstop>
     197  <tabstop>autosort_check</tabstop>
     198  <tabstop>case_sensitive_search_check</tabstop>
    161199  <tabstop>autosave_on_exit_check</tabstop>
    162200 </tabstops>
Note: See TracChangeset for help on using the changeset viewer.