~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to vcs/subversion/integrator/svnintegratordlgbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2
 
<class>SvnIntegratorDlgBase</class>
3
 
<widget class="QWidget">
4
 
    <property name="name">
5
 
        <cstring>SvnIntegratorDlgBase</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>648</width>
12
 
            <height>429</height>
13
 
        </rect>
14
 
    </property>
15
 
    <grid>
16
 
        <property name="name">
17
 
            <cstring>unnamed</cstring>
18
 
        </property>
19
 
        <property name="margin">
20
 
            <number>0</number>
21
 
        </property>
22
 
        <widget class="QButtonGroup" row="0" column="0">
23
 
            <property name="name">
24
 
                <cstring>buttonGroup1</cstring>
25
 
            </property>
26
 
            <property name="sizePolicy">
27
 
                <sizepolicy>
28
 
                    <hsizetype>7</hsizetype>
29
 
                    <vsizetype>7</vsizetype>
30
 
                    <horstretch>0</horstretch>
31
 
                    <verstretch>0</verstretch>
32
 
                </sizepolicy>
33
 
            </property>
34
 
            <property name="frameShape">
35
 
                <enum>NoFrame</enum>
36
 
            </property>
37
 
            <property name="frameShadow">
38
 
                <enum>Sunken</enum>
39
 
            </property>
40
 
            <property name="title">
41
 
                <string></string>
42
 
            </property>
43
 
            <vbox>
44
 
                <property name="name">
45
 
                    <cstring>unnamed</cstring>
46
 
                </property>
47
 
                <property name="margin">
48
 
                    <number>0</number>
49
 
                </property>
50
 
                <widget class="QRadioButton">
51
 
                    <property name="name">
52
 
                        <cstring>doNothing</cstring>
53
 
                    </property>
54
 
                    <property name="text">
55
 
                        <string>&amp;Do not do anything</string>
56
 
                    </property>
57
 
                    <property name="checked">
58
 
                        <bool>true</bool>
59
 
                    </property>
60
 
                    <property name="toolTip" stdset="0">
61
 
                        <string>Adds subversion menus to project.
62
 
 
63
 
NOTE: Unless you import the project
64
 
out of kdevelop, you will not be able
65
 
to perform any subversion operations.</string>
66
 
                    </property>
67
 
                    <property name="whatsThis" stdset="0">
68
 
                        <string>Adds subversion menus to project.
69
 
 
70
 
NOTE: Unless you import the project
71
 
out of kdevelop, you will not be able
72
 
to perform any subversion operations.</string>
73
 
                    </property>
74
 
                </widget>
75
 
                <widget class="QRadioButton">
76
 
                    <property name="name">
77
 
                        <cstring>createProject</cstring>
78
 
                    </property>
79
 
                    <property name="text">
80
 
                        <string>&amp;Create a project tree and import new project into trunk, then checkout from the repository</string>
81
 
                    </property>
82
 
                    <property name="toolTip" stdset="0">
83
 
                        <string>Creates project, imports it into the subversion
84
 
repository and checks it out as a working copy.
85
 
 
86
 
NOTE: The repository has to exist.
87
 
e.g. has been created with 'svnadmin'</string>
88
 
                    </property>
89
 
                    <property name="whatsThis" stdset="0">
90
 
                        <string>Creates project, imports it into the subversion
91
 
repository and checks it out as a working copy.
92
 
 
93
 
NOTE: The repository has to exist.
94
 
e.g. has been created with 'svnadmin'</string>
95
 
                    </property>
96
 
                </widget>
97
 
                <widget class="QLabel">
98
 
                    <property name="name">
99
 
                        <cstring>textLabel1</cstring>
100
 
                    </property>
101
 
                    <property name="text">
102
 
                        <string>Example for the url (if /home/user/subversion is the subversion repository):
103
 
file:///home/user/subversion/mynewproject</string>
104
 
                    </property>
105
 
                </widget>
106
 
                <widget class="QLayoutWidget">
107
 
                    <property name="name">
108
 
                        <cstring>layout5</cstring>
109
 
                    </property>
110
 
                    <hbox>
111
 
                        <property name="name">
112
 
                            <cstring>unnamed</cstring>
113
 
                        </property>
114
 
                        <widget class="QLabel">
115
 
                            <property name="name">
116
 
                                <cstring>repositoryLabel1</cstring>
117
 
                            </property>
118
 
                            <property name="enabled">
119
 
                                <bool>false</bool>
120
 
                            </property>
121
 
                            <property name="text">
122
 
                                <string>Repository:</string>
123
 
                            </property>
124
 
                        </widget>
125
 
                        <widget class="KURLRequester">
126
 
                            <property name="name">
127
 
                                <cstring>repos1</cstring>
128
 
                            </property>
129
 
                            <property name="enabled">
130
 
                                <bool>false</bool>
131
 
                            </property>
132
 
                            <property name="toolTip" stdset="0">
133
 
                                <string>Subversion repository location.
134
 
The repository has to exist -
135
 
e.g. has been created with 'svnadmin'</string>
136
 
                            </property>
137
 
                            <property name="whatsThis" stdset="0">
138
 
                                <string>Subversion repository location. This should include the subdirectory for the project in the repository. The project subdirectory and further subdirectories will be created. 
139
 
 
140
 
So for example if you give http://localhost/svn/projectname the following directories will be created and the project imported into the trunk subdirectory:
141
 
http://localhost/svn/projectname
142
 
http://localhost/svn/projectname/tags
143
 
http://localhost/svn/projectname/branches
144
 
http://localhost/svn/projectname/trunk</string>
145
 
                            </property>
146
 
                        </widget>
147
 
                    </hbox>
148
 
                </widget>
149
 
                <spacer>
150
 
                    <property name="name">
151
 
                        <cstring>spacer9</cstring>
152
 
                    </property>
153
 
                    <property name="orientation">
154
 
                        <enum>Vertical</enum>
155
 
                    </property>
156
 
                    <property name="sizeType">
157
 
                        <enum>Expanding</enum>
158
 
                    </property>
159
 
                    <property name="sizeHint">
160
 
                        <size>
161
 
                            <width>21</width>
162
 
                            <height>131</height>
163
 
                        </size>
164
 
                    </property>
165
 
                </spacer>
166
 
            </vbox>
167
 
        </widget>
168
 
    </grid>
169
 
</widget>
170
 
<connections>
171
 
    <connection>
172
 
        <sender>createProject</sender>
173
 
        <signal>toggled(bool)</signal>
174
 
        <receiver>repositoryLabel1</receiver>
175
 
        <slot>setEnabled(bool)</slot>
176
 
    </connection>
177
 
    <connection>
178
 
        <sender>createProject</sender>
179
 
        <signal>toggled(bool)</signal>
180
 
        <receiver>repos1</receiver>
181
 
        <slot>setEnabled(bool)</slot>
182
 
    </connection>
183
 
</connections>
184
 
<layoutdefaults spacing="6" margin="11"/>
185
 
<includehints>
186
 
    <includehint>kurlrequester.h</includehint>
187
 
    <includehint>klineedit.h</includehint>
188
 
    <includehint>kpushbutton.h</includehint>
189
 
</includehints>
190
 
</UI>