[go: up one dir, main page]

File: error_reporting.ui

package info (click to toggle)
cozy 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,140 kB
  • sloc: python: 8,014; xml: 392; makefile: 2
file content (194 lines) | stat: -rw-r--r-- 8,896 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk" version="4.0"/>
  <object class="GtkAdjustment" id="verbose_adjustment">
    <property name="lower">1</property>
    <property name="upper">5</property>
    <property name="value">3</property>
    <property name="step-increment">1</property>
    <property name="page-increment">1</property>
    <property name="page-size">1</property>
  </object>
  <template class="ErrorReporting" parent="GtkBox">
    <property name="orientation">vertical</property>
    <property name="spacing">10</property>
    <style>
      <class name="card"/>
    </style>
    <child>
      <object class="GtkBox" id="header_box">
        <property name="halign">center</property>
        <property name="spacing">15</property>
        <child>
          <object class="GtkLabel">
            <property name="label" translatable="true">User feedback</property>
            <property name="wrap">1</property>
            <style>
              <class name="title-3"/>
            </style>
          </object>
        </child>
        <child>
          <object class="GtkImage">
            <property name="pixel-size">32</property>
            <property name="icon-name">com.github.geigi.cozy.book-alert-symbolic</property>
          </object>
        </child>
      </object>
    </child>
    <child>
      <object class="GtkListBox">
        <property name="selection-mode">none</property>
        <property name="activate-on-single-click">0</property>
        <style>
          <class name="transparent_bg"/>
        </style>
        <child>
          <object class="GtkListBoxRow">
            <property name="activatable">0</property>
            <property name="selectable">0</property>
            <property name="child">
              <object class="GtkBox">
                <property name="margin-start">10</property>
                <property name="margin-end">10</property>
                <property name="margin-top">10</property>
                <property name="margin-bottom">10</property>
                <property name="orientation">vertical</property>
                <property name="spacing">10</property>
                <child>
                  <object class="GtkBox">
                    <property name="valign">center</property>
                    <property name="orientation">vertical</property>
                    <property name="spacing">10</property>
                    <child>
                      <object class="GtkLabel">
                        <property name="halign">start</property>
                        <property name="valign">center</property>
                        <property name="label" translatable="true" context="Error and crash reporting dialog">You can help improve Cozy by contributing information in case of errors and crashes. </property>
                        <property name="wrap">1</property>
                        <property name="xalign">0</property>
                      </object>
                    </child>
                    <child>
                      <object class="GtkLabel">
                        <property name="valign">center</property>
                        <property name="label" translatable="true" context="Error and crash reporting dialog">Contributing this information is optional and completely anonymous. We will never collect personal data, files you import or any information that could identify you.</property>
                        <property name="wrap">1</property>
                        <property name="xalign">0</property>
                      </object>
                    </child>
                    <child>
                      <object class="GtkLabel">
                        <property name="valign">center</property>
                        <property name="halign">start</property>
                        <property name="label" translatable="true" context="Error and crash reporting dialog">Cozy is opensource and the user feedback source code can be inspected here: </property>
                        <property name="wrap">true</property>
                        <property name="xalign">0</property>
                      </object>
                    </child>
                  </object>
                </child>
                <child>
                  <object class="GtkLabel">
                    <!-- Translators: Don't touch the markup. Translate the text "Sourcecode on GitHub" only! -->
                    <property name="label" translatable="true">&lt;a href=&quot;https://github.com/geigi/cozy/tree/master/cozy/report&quot;&gt;Sourcecode on GitHub&lt;/a&gt;</property>
                    <property name="use-markup">1</property>
                  </object>
                </child>
              </object>
            </property>
          </object>
        </child>
        <child>
          <object class="GtkListBoxRow">
            <property name="activatable">0</property>
            <property name="selectable">0</property>
            <property name="child">
              <object class="GtkSeparator">
                <property name="margin-start">5</property>
                <property name="margin-end">5</property>
              </object>
            </property>
          </object>
        </child>
        <child>
          <object class="GtkListBoxRow">
            <property name="activatable">0</property>
            <property name="selectable">0</property>
            <property name="child">
              <object class="GtkScale" id="verbose_scale">
                <property name="focusable">1</property>
                <property name="margin-start">20</property>
                <property name="margin-end">20</property>
                <property name="margin-top">10</property>
                <property name="margin-bottom">10</property>
                <property name="adjustment">verbose_adjustment</property>
                <property name="restrict-to-fill-level">0</property>
                <property name="fill-level">0</property>
                <property name="round-digits">0</property>
              </object>
            </property>
          </object>
        </child>
        <child>
          <object class="GtkListBoxRow">
            <property name="activatable">0</property>
            <property name="selectable">0</property>
            <property name="child">
              <object class="GtkSeparator">
                <property name="margin-start">5</property>
                <property name="margin-end">5</property>
              </object>
            </property>
          </object>
        </child>
        <child>
          <object class="GtkListBoxRow">
            <property name="activatable">0</property>
            <property name="selectable">0</property>
            <property name="child">
              <object class="GtkBox">
                <property name="halign">start</property>
                <property name="valign">center</property>
                <property name="margin-start">10</property>
                <property name="margin-end">10</property>
                <property name="margin-top">10</property>
                <property name="margin-bottom">10</property>
                <property name="orientation">vertical</property>
                <property name="spacing">10</property>
                <child>
                  <object class="GtkLabel" id="level_label">
                    <property name="halign">start</property>
                    <property name="label" translatable="1">Detailed error reporting with import errors</property>
                    <property name="wrap">1</property>
                    <property name="xalign">0</property>
                    <style>
                      <class name="heading"/>
                    </style>
                  </object>
                </child>
                <child>
                  <object class="GtkLabel" id="description_label">
                    <property name="halign">start</property>
                    <property name="valign">start</property>
                    <property name="label" translatable="1">The following information will be sent in case of an error or crash:</property>
                    <property name="wrap">1</property>
                    <property name="xalign">0</property>
                  </object>
                </child>
                <child>
                  <object class="GtkLabel" id="details_label">
                    <property name="vexpand">1</property>
                    <property name="halign">start</property>
                    <property name="valign">start</property>
                    <property name="wrap">1</property>
                  </object>
                </child>
              </object>
            </property>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>