Warning, /sdk/kdesvn/src/svnfrontend/svnlogdlg.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <author>Rajko Albrecht</author>
0004  <class>LogDialog</class>
0005  <widget class="QDialog" name="LogDialog">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>812</width>
0011     <height>519</height>
0012    </rect>
0013   </property>
0014   <property name="contextMenuPolicy">
0015    <enum>Qt::CustomContextMenu</enum>
0016   </property>
0017   <property name="windowTitle">
0018    <string>SVN Log</string>
0019   </property>
0020   <layout class="QVBoxLayout" name="verticalLayout_2">
0021    <item>
0022     <widget class="QWidget" name="mMainWidget" native="true">
0023      <layout class="QVBoxLayout" name="verticalLayout">
0024       <item>
0025        <layout class="QHBoxLayout" name="horizontalLayout">
0026         <item>
0027          <layout class="QGridLayout" name="gridLayout">
0028           <item row="0" column="0">
0029            <widget class="QLabel" name="startLabel">
0030             <property name="text">
0031              <string>Start revision</string>
0032             </property>
0033             <property name="wordWrap">
0034              <bool>false</bool>
0035             </property>
0036            </widget>
0037           </item>
0038           <item row="0" column="1">
0039            <widget class="QLabel" name="endLabel">
0040             <property name="text">
0041              <string>End revision</string>
0042             </property>
0043             <property name="wordWrap">
0044              <bool>false</bool>
0045             </property>
0046            </widget>
0047           </item>
0048           <item row="1" column="0">
0049            <widget class="RevisionButtonImpl" name="m_startRevButton" native="true"/>
0050           </item>
0051           <item row="1" column="1">
0052            <widget class="RevisionButtonImpl" name="m_endRevButton" native="true"/>
0053           </item>
0054           <item row="1" column="2">
0055            <widget class="QPushButton" name="m_goButton">
0056             <property name="text">
0057              <string>Get Logs</string>
0058             </property>
0059            </widget>
0060           </item>
0061           <item row="1" column="4">
0062            <widget class="QPushButton" name="m_PrevFiftyButton">
0063             <property name="text">
0064              <string>Previous entries</string>
0065             </property>
0066            </widget>
0067           </item>
0068           <item row="1" column="3">
0069            <widget class="QPushButton" name="m_NextFiftyButton">
0070             <property name="text">
0071              <string>Show from HEAD</string>
0072             </property>
0073            </widget>
0074           </item>
0075          </layout>
0076         </item>
0077         <item>
0078          <spacer name="spacer2">
0079           <property name="orientation">
0080            <enum>Qt::Horizontal</enum>
0081           </property>
0082           <property name="sizeType">
0083            <enum>QSizePolicy::Expanding</enum>
0084           </property>
0085           <property name="sizeHint" stdset="0">
0086            <size>
0087             <width>188</width>
0088             <height>44</height>
0089            </size>
0090           </property>
0091          </spacer>
0092         </item>
0093        </layout>
0094       </item>
0095       <item>
0096        <widget class="QSplitter" name="m_centralSplitter">
0097         <property name="sizePolicy">
0098          <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0099           <horstretch>0</horstretch>
0100           <verstretch>0</verstretch>
0101          </sizepolicy>
0102         </property>
0103         <property name="orientation">
0104          <enum>Qt::Horizontal</enum>
0105         </property>
0106         <widget class="QTreeView" name="m_LogTreeView">
0107          <property name="focusPolicy">
0108           <enum>Qt::WheelFocus</enum>
0109          </property>
0110          <property name="contextMenuPolicy">
0111           <enum>Qt::CustomContextMenu</enum>
0112          </property>
0113          <property name="toolTip">
0114           <string>See context menu for more actions</string>
0115          </property>
0116          <property name="verticalScrollMode">
0117           <enum>QAbstractItemView::ScrollPerPixel</enum>
0118          </property>
0119          <property name="rootIsDecorated">
0120           <bool>false</bool>
0121          </property>
0122          <property name="uniformRowHeights">
0123           <bool>true</bool>
0124          </property>
0125          <property name="itemsExpandable">
0126           <bool>false</bool>
0127          </property>
0128          <property name="sortingEnabled">
0129           <bool>true</bool>
0130          </property>
0131          <property name="allColumnsShowFocus">
0132           <bool>true</bool>
0133          </property>
0134          <property name="expandsOnDoubleClick">
0135           <bool>false</bool>
0136          </property>
0137         </widget>
0138         <widget class="QSplitter" name="m_rightSplitter">
0139          <property name="orientation">
0140           <enum>Qt::Vertical</enum>
0141          </property>
0142          <widget class="QTextBrowser" name="m_LogDisplay"/>
0143          <widget class="QTreeWidget" name="m_ChangedList">
0144           <property name="contextMenuPolicy">
0145            <enum>Qt::CustomContextMenu</enum>
0146           </property>
0147           <property name="toolTip">
0148            <string>See context menu for more actions</string>
0149           </property>
0150           <property name="sortingEnabled">
0151            <bool>true</bool>
0152           </property>
0153           <attribute name="headerShowSortIndicator" stdset="0">
0154            <bool>true</bool>
0155           </attribute>
0156           <column>
0157            <property name="text">
0158             <string>Action</string>
0159            </property>
0160           </column>
0161           <column>
0162            <property name="text">
0163             <string>Item</string>
0164            </property>
0165           </column>
0166           <column>
0167            <property name="text">
0168             <string>Copy from</string>
0169            </property>
0170           </column>
0171          </widget>
0172         </widget>
0173        </widget>
0174       </item>
0175       <item>
0176        <layout class="QHBoxLayout" name="m_ButtonLayout">
0177         <item>
0178          <widget class="QPushButton" name="m_DispPrevButton">
0179           <property name="enabled">
0180            <bool>false</bool>
0181           </property>
0182           <property name="sizePolicy">
0183            <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0184             <horstretch>0</horstretch>
0185             <verstretch>0</verstretch>
0186            </sizepolicy>
0187           </property>
0188           <property name="text">
0189            <string>Diff previous</string>
0190           </property>
0191           <property name="shortcut">
0192            <string/>
0193           </property>
0194          </widget>
0195         </item>
0196         <item>
0197          <widget class="QPushButton" name="m_DispSpecDiff">
0198           <property name="enabled">
0199            <bool>false</bool>
0200           </property>
0201           <property name="sizePolicy">
0202            <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0203             <horstretch>0</horstretch>
0204             <verstretch>0</verstretch>
0205            </sizepolicy>
0206           </property>
0207           <property name="toolTip">
0208            <string>Select second revision with right mouse button</string>
0209           </property>
0210           <property name="text">
0211            <string>Diff revisions</string>
0212           </property>
0213           <property name="shortcut">
0214            <string/>
0215           </property>
0216          </widget>
0217         </item>
0218         <item>
0219          <widget class="QPushButton" name="buttonListFiles">
0220           <property name="enabled">
0221            <bool>false</bool>
0222           </property>
0223           <property name="sizePolicy">
0224            <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0225             <horstretch>0</horstretch>
0226             <verstretch>0</verstretch>
0227            </sizepolicy>
0228           </property>
0229           <property name="text">
0230            <string>List entries</string>
0231           </property>
0232           <property name="shortcut">
0233            <string/>
0234           </property>
0235          </widget>
0236         </item>
0237         <item>
0238          <widget class="QPushButton" name="buttonBlame">
0239           <property name="enabled">
0240            <bool>false</bool>
0241           </property>
0242           <property name="sizePolicy">
0243            <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0244             <horstretch>0</horstretch>
0245             <verstretch>0</verstretch>
0246            </sizepolicy>
0247           </property>
0248           <property name="text">
0249            <string>Annotate</string>
0250           </property>
0251           <property name="shortcut">
0252            <string/>
0253           </property>
0254          </widget>
0255         </item>
0256         <item>
0257          <spacer name="Spacer1">
0258           <property name="orientation">
0259            <enum>Qt::Horizontal</enum>
0260           </property>
0261           <property name="sizeType">
0262            <enum>QSizePolicy::Expanding</enum>
0263           </property>
0264           <property name="sizeHint" stdset="0">
0265            <size>
0266             <width>42</width>
0267             <height>20</height>
0268            </size>
0269           </property>
0270          </spacer>
0271         </item>
0272         <item>
0273          <widget class="QPushButton" name="m_pbHelp">
0274           <property name="text">
0275            <string>Help</string>
0276           </property>
0277          </widget>
0278         </item>
0279         <item>
0280          <widget class="QPushButton" name="m_pbClose">
0281           <property name="text">
0282            <string>Close</string>
0283           </property>
0284          </widget>
0285         </item>
0286        </layout>
0287       </item>
0288      </layout>
0289     </widget>
0290    </item>
0291   </layout>
0292  </widget>
0293  <layoutdefault spacing="2" margin="2"/>
0294  <customwidgets>
0295   <customwidget>
0296    <class>RevisionButtonImpl</class>
0297    <extends>QWidget</extends>
0298    <header>revisionbuttonimpl.h</header>
0299   </customwidget>
0300  </customwidgets>
0301  <tabstops>
0302   <tabstop>m_LogTreeView</tabstop>
0303   <tabstop>m_LogDisplay</tabstop>
0304   <tabstop>m_ChangedList</tabstop>
0305   <tabstop>m_goButton</tabstop>
0306   <tabstop>m_NextFiftyButton</tabstop>
0307   <tabstop>m_PrevFiftyButton</tabstop>
0308   <tabstop>m_DispPrevButton</tabstop>
0309   <tabstop>m_DispSpecDiff</tabstop>
0310   <tabstop>buttonListFiles</tabstop>
0311   <tabstop>buttonBlame</tabstop>
0312  </tabstops>
0313  <includes>
0314   <include location="local">revisionbuttonimpl.h</include>
0315  </includes>
0316  <resources/>
0317  <connections>
0318   <connection>
0319    <sender>m_DispPrevButton</sender>
0320    <signal>clicked()</signal>
0321    <receiver>LogDialog</receiver>
0322    <slot>slotDispPrevious()</slot>
0323    <hints>
0324     <hint type="sourcelabel">
0325      <x>35</x>
0326      <y>409</y>
0327     </hint>
0328     <hint type="destinationlabel">
0329      <x>20</x>
0330      <y>20</y>
0331     </hint>
0332    </hints>
0333   </connection>
0334   <connection>
0335    <sender>m_endRevButton</sender>
0336    <signal>revisionChanged()</signal>
0337    <receiver>LogDialog</receiver>
0338    <slot>slotRevisionSelected()</slot>
0339    <hints>
0340     <hint type="sourcelabel">
0341      <x>110</x>
0342      <y>48</y>
0343     </hint>
0344     <hint type="destinationlabel">
0345      <x>20</x>
0346      <y>20</y>
0347     </hint>
0348    </hints>
0349   </connection>
0350   <connection>
0351    <sender>m_startRevButton</sender>
0352    <signal>revisionChanged()</signal>
0353    <receiver>LogDialog</receiver>
0354    <slot>slotRevisionSelected()</slot>
0355    <hints>
0356     <hint type="sourcelabel">
0357      <x>26</x>
0358      <y>48</y>
0359     </hint>
0360     <hint type="destinationlabel">
0361      <x>20</x>
0362      <y>20</y>
0363     </hint>
0364    </hints>
0365   </connection>
0366   <connection>
0367    <sender>m_goButton</sender>
0368    <signal>clicked()</signal>
0369    <receiver>LogDialog</receiver>
0370    <slot>slotGetLogs()</slot>
0371    <hints>
0372     <hint type="sourcelabel">
0373      <x>188</x>
0374      <y>48</y>
0375     </hint>
0376     <hint type="destinationlabel">
0377      <x>20</x>
0378      <y>20</y>
0379     </hint>
0380    </hints>
0381   </connection>
0382   <connection>
0383    <sender>m_ChangedList</sender>
0384    <signal>itemDoubleClicked(QTreeWidgetItem*,int)</signal>
0385    <receiver>LogDialog</receiver>
0386    <slot>slotSingleDoubleClicked(QTreeWidgetItem*,int)</slot>
0387    <hints>
0388     <hint type="sourcelabel">
0389      <x>383</x>
0390      <y>253</y>
0391     </hint>
0392     <hint type="destinationlabel">
0393      <x>271</x>
0394      <y>176</y>
0395     </hint>
0396    </hints>
0397   </connection>
0398   <connection>
0399    <sender>buttonBlame</sender>
0400    <signal>clicked()</signal>
0401    <receiver>LogDialog</receiver>
0402    <slot>slotBlameItem()</slot>
0403    <hints>
0404     <hint type="sourcelabel">
0405      <x>394</x>
0406      <y>409</y>
0407     </hint>
0408     <hint type="destinationlabel">
0409      <x>20</x>
0410      <y>20</y>
0411     </hint>
0412    </hints>
0413   </connection>
0414   <connection>
0415    <sender>m_DispSpecDiff</sender>
0416    <signal>clicked()</signal>
0417    <receiver>LogDialog</receiver>
0418    <slot>slotDispSelected()</slot>
0419    <hints>
0420     <hint type="sourcelabel">
0421      <x>214</x>
0422      <y>409</y>
0423     </hint>
0424     <hint type="destinationlabel">
0425      <x>20</x>
0426      <y>20</y>
0427     </hint>
0428    </hints>
0429   </connection>
0430   <connection>
0431    <sender>m_ChangedList</sender>
0432    <signal>customContextMenuRequested(QPoint)</signal>
0433    <receiver>LogDialog</receiver>
0434    <slot>slotChangedPathContextMenu(QPoint)</slot>
0435    <hints>
0436     <hint type="sourcelabel">
0437      <x>399</x>
0438      <y>236</y>
0439     </hint>
0440     <hint type="destinationlabel">
0441      <x>282</x>
0442      <y>165</y>
0443     </hint>
0444    </hints>
0445   </connection>
0446   <connection>
0447    <sender>m_LogTreeView</sender>
0448    <signal>customContextMenuRequested(QPoint)</signal>
0449    <receiver>LogDialog</receiver>
0450    <slot>slotCustomContextMenu(QPoint)</slot>
0451    <hints>
0452     <hint type="sourcelabel">
0453      <x>142</x>
0454      <y>253</y>
0455     </hint>
0456     <hint type="destinationlabel">
0457      <x>457</x>
0458      <y>2</y>
0459     </hint>
0460    </hints>
0461   </connection>
0462   <connection>
0463    <sender>m_PrevFiftyButton</sender>
0464    <signal>clicked()</signal>
0465    <receiver>LogDialog</receiver>
0466    <slot>slotPrevFifty()</slot>
0467    <hints>
0468     <hint type="sourcelabel">
0469      <x>297</x>
0470      <y>40</y>
0471     </hint>
0472     <hint type="destinationlabel">
0473      <x>487</x>
0474      <y>62</y>
0475     </hint>
0476    </hints>
0477   </connection>
0478   <connection>
0479    <sender>m_NextFiftyButton</sender>
0480    <signal>clicked()</signal>
0481    <receiver>LogDialog</receiver>
0482    <slot>slotBeginHead()</slot>
0483    <hints>
0484     <hint type="sourcelabel">
0485      <x>410</x>
0486      <y>43</y>
0487     </hint>
0488     <hint type="destinationlabel">
0489      <x>489</x>
0490      <y>119</y>
0491     </hint>
0492    </hints>
0493   </connection>
0494   <connection>
0495    <sender>m_pbHelp</sender>
0496    <signal>clicked()</signal>
0497    <receiver>LogDialog</receiver>
0498    <slot>slotHelpRequested()</slot>
0499    <hints>
0500     <hint type="sourcelabel">
0501      <x>666</x>
0502      <y>488</y>
0503     </hint>
0504     <hint type="destinationlabel">
0505      <x>405</x>
0506      <y>259</y>
0507     </hint>
0508    </hints>
0509   </connection>
0510   <connection>
0511    <sender>m_pbClose</sender>
0512    <signal>clicked()</signal>
0513    <receiver>LogDialog</receiver>
0514    <slot>accept()</slot>
0515    <hints>
0516     <hint type="sourcelabel">
0517      <x>756</x>
0518      <y>488</y>
0519     </hint>
0520     <hint type="destinationlabel">
0521      <x>405</x>
0522      <y>259</y>
0523     </hint>
0524    </hints>
0525   </connection>
0526  </connections>
0527  <slots>
0528   <slot>slotSingleDoubleClicked(QTreeWidgetItem*,int)</slot>
0529   <slot>slotChangedPathContextMenu(QPoint)</slot>
0530   <slot>slotCustomContextMenu(QPoint)</slot>
0531   <slot>slotPrevFifty()</slot>
0532   <slot>slotBeginHead()</slot>
0533  </slots>
0534 </ui>