Merge lp:~murukesh/software-properties/man-page-fix into lp:software-properties

Proposed by Murukesh Mohanan
Status: Needs review
Proposed branch: lp:~murukesh/software-properties/man-page-fix
Merge into: lp:software-properties
Diff against target: 112313 lines (+111393/-0) (has conflicts)
170 files modified
.bzr-builddeb/default.conf (+2/-0)
AUTHORS (+19/-0)
BUGS (+1/-0)
COPYING (+340/-0)
ChangeLog (+62/-0)
KDE-BUGS-TODO (+64/-0)
LGPL (+510/-0)
README (+8/-0)
TODO (+2/-0)
add-apt-repository (+175/-0)
data/com.ubuntu.SoftwareProperties.conf (+20/-0)
data/com.ubuntu.SoftwareProperties.service (+4/-0)
data/com.ubuntu.softwareproperties.policy.in (+33/-0)
data/designer/dialog_add.ui (+79/-0)
data/designer/dialog_edit.ui (+122/-0)
data/designer/dialog_mirror.ui (+176/-0)
data/designer/main.ui (+499/-0)
data/gtkbuilder/dialog-add-sources-list.ui (+142/-0)
data/gtkbuilder/dialog-add.ui (+195/-0)
data/gtkbuilder/dialog-cache-outofdate.ui (+146/-0)
data/gtkbuilder/dialog-cdrom-progress.ui (+83/-0)
data/gtkbuilder/dialog-edit-source.ui (+251/-0)
data/gtkbuilder/dialog-mirror.ui (+335/-0)
data/gtkbuilder/main.ui (+1125/-0)
data/icons/scalable/apps/disable-device.svg (+150/-0)
data/icons/scalable/apps/other-driver.svg (+375/-0)
data/icons/scalable/apps/recommended-driver.svg (+143/-0)
data/icons/scalable/apps/software-properties.svg (+412/-0)
data/mime/apt.xml.in (+8/-0)
data/software-properties-drivers.desktop.in (+12/-0)
data/software-properties-gnome.desktop.in (+15/-0)
data/software-properties-gtk.desktop.in (+17/-0)
data/software-properties-kde.desktop.in (+14/-0)
debian/changelog (+2669/-0)
debian/compat (+1/-0)
debian/control (+83/-0)
debian/copyright (+25/-0)
debian/docs (+3/-0)
debian/manpages/add-apt-repository.1 (+65/-0)
debian/manpages/software-properties-gtk.1 (+32/-0)
debian/manpages/software-properties-kde.1 (+153/-0)
debian/python-software-properties.install (+1/-0)
debian/python3-software-properties.install (+1/-0)
debian/rules (+30/-0)
debian/software-properties-common.install (+7/-0)
debian/software-properties-common.links (+2/-0)
debian/software-properties-common.manpages (+1/-0)
debian/software-properties-gtk.install (+9/-0)
debian/software-properties-gtk.manpages (+1/-0)
debian/software-properties-kde.install (+4/-0)
debian/software-properties-kde.manpages (+1/-0)
debian/source/format (+1/-0)
debian/tests/control (+2/-0)
debian/tests/run-tests (+26/-0)
po/ChangeLog (+196/-0)
po/POTFILES.in (+41/-0)
po/am.po (+553/-0)
po/ar.po (+896/-0)
po/be.po (+808/-0)
po/bg.po (+1875/-0)
po/bn.po (+1327/-0)
po/br.po (+557/-0)
po/ca.po (+1832/-0)
po/cs.po (+1756/-0)
po/csb.po (+727/-0)
po/da.po (+1754/-0)
po/de.po (+2079/-0)
po/el.po (+1854/-0)
po/en_AU.po (+1696/-0)
po/en_CA.po (+1183/-0)
po/en_GB.po (+1948/-0)
po/eo.po (+765/-0)
po/es.po (+2029/-0)
po/et.po (+624/-0)
po/eu.po (+593/-0)
po/fa.po (+537/-0)
po/fi.po (+2061/-0)
po/fr.po (+2031/-0)
po/fur.po (+551/-0)
po/gl.po (+1983/-0)
po/he.po (+1701/-0)
po/hi.po (+554/-0)
po/hr.po (+1749/-0)
po/hu.po (+1763/-0)
po/id.po (+1632/-0)
po/it.po (+2105/-0)
po/ja.po (+2061/-0)
po/ka.po (+1735/-0)
po/ko.po (+1567/-0)
po/ku.po (+1633/-0)
po/lt.po (+1635/-0)
po/lv.po (+616/-0)
po/mk.po (+1651/-0)
po/mr.po (+537/-0)
po/ms.po (+834/-0)
po/nb.po (+1990/-0)
po/ne.po (+1184/-0)
po/nl.po (+1781/-0)
po/nn.po (+669/-0)
po/no.po (+1244/-0)
po/oc.po (+1047/-0)
po/pa.po (+693/-0)
po/pl.po (+2257/-0)
po/ps.po (+536/-0)
po/pt.po (+1849/-0)
po/pt_BR.po (+1809/-0)
po/qu.po (+537/-0)
po/ro.po (+1702/-0)
po/ru.po (+1792/-0)
po/rw.po (+1117/-0)
po/sk.po (+1999/-0)
po/sl.po (+787/-0)
po/software-properties.pot (+740/-0)
po/sq.po (+646/-0)
po/sr.po (+633/-0)
po/sv.po (+4068/-0)
po/ta.po (+594/-0)
po/th.po (+1706/-0)
po/tl.po (+1069/-0)
po/tr.po (+1594/-0)
po/uk.po (+1153/-0)
po/ur.po (+555/-0)
po/urd.po (+552/-0)
po/vi.po (+1191/-0)
po/xh.po (+659/-0)
po/zh_CN.po (+1770/-0)
po/zh_HK.po (+1058/-0)
po/zh_TW.po (+568/-0)
setup.cfg (+20/-0)
setup.py (+27/-0)
software-properties-dbus (+71/-0)
software-properties-gtk (+103/-0)
software-properties-kde (+150/-0)
softwareproperties/AptAuth.py (+104/-0)
softwareproperties/CountryInformation.py (+60/-0)
softwareproperties/MirrorTest.py (+189/-0)
softwareproperties/SoftwareProperties.py (+851/-0)
softwareproperties/__init__.py (+39/-0)
softwareproperties/cloudarchive.py (+134/-0)
softwareproperties/dbus/SoftwarePropertiesDBus.py (+363/-0)
softwareproperties/distro.py (+46/-0)
softwareproperties/gtk/CdromProgress.py (+81/-0)
softwareproperties/gtk/DialogAdd.py (+89/-0)
softwareproperties/gtk/DialogAddSourcesList.py (+129/-0)
softwareproperties/gtk/DialogCacheOutdated.py (+84/-0)
softwareproperties/gtk/DialogEdit.py (+130/-0)
softwareproperties/gtk/DialogMirror.py (+350/-0)
softwareproperties/gtk/SimpleGtkbuilderApp.py (+70/-0)
softwareproperties/gtk/SoftwarePropertiesGtk.py (+1407/-0)
softwareproperties/gtk/dialogs.py (+33/-0)
softwareproperties/gtk/utils.py (+36/-0)
softwareproperties/kde/CdromProgress.py (+63/-0)
softwareproperties/kde/DialogAdd.py (+86/-0)
softwareproperties/kde/DialogEdit.py (+131/-0)
softwareproperties/kde/DialogMirror.py (+248/-0)
softwareproperties/kde/I18nHelper.py (+85/-0)
softwareproperties/kde/SoftwarePropertiesKDE.py (+753/-0)
softwareproperties/kde/__init__.py (+1/-0)
softwareproperties/ppa.py (+397/-0)
softwareproperties/shortcuts.py (+57/-0)
tests/aptroot/etc/popularity-contest.conf (+14/-0)
tests/data/sources.list (+6/-0)
tests/data/sources.list.testDistribution (+11/-0)
tests/data/testkey.gpg (+29/-0)
tests/test_aptsources.py (+134/-0)
tests/test_dbus.py (+338/-0)
tests/test_lp.py (+121/-0)
tests/test_pyflakes.py (+28/-0)
tests/test_shortcuts.py (+46/-0)
tests/test_sp.py (+45/-0)
Conflict adding file .bzr-builddeb.  Moved existing file to .bzr-builddeb.moved.
Conflict adding file AUTHORS.  Moved existing file to AUTHORS.moved.
Conflict adding file BUGS.  Moved existing file to BUGS.moved.
Conflict adding file COPYING.  Moved existing file to COPYING.moved.
Conflict adding file ChangeLog.  Moved existing file to ChangeLog.moved.
Conflict adding file KDE-BUGS-TODO.  Moved existing file to KDE-BUGS-TODO.moved.
Conflict adding file LGPL.  Moved existing file to LGPL.moved.
Conflict adding file README.  Moved existing file to README.moved.
Conflict adding file TODO.  Moved existing file to TODO.moved.
Conflict adding file add-apt-repository.  Moved existing file to add-apt-repository.moved.
Conflict adding file data.  Moved existing file to data.moved.
Conflict adding file debian.  Moved existing file to debian.moved.
Conflict adding file po.  Moved existing file to po.moved.
Conflict adding file setup.cfg.  Moved existing file to setup.cfg.moved.
Conflict adding file setup.py.  Moved existing file to setup.py.moved.
Conflict adding file software-properties-dbus.  Moved existing file to software-properties-dbus.moved.
Conflict adding file software-properties-gtk.  Moved existing file to software-properties-gtk.moved.
Conflict adding file software-properties-kde.  Moved existing file to software-properties-kde.moved.
Conflict adding file softwareproperties.  Moved existing file to softwareproperties.moved.
Conflict adding file tests.  Moved existing file to tests.moved.
To merge this branch: bzr merge lp:~murukesh/software-properties/man-page-fix
Reviewer Review Type Date Requested Status
Mathieu Trudel-Lapierre Needs Fixing
Review via email: mp+290182@code.launchpad.net

Description of the change

Fixes LP:1559482, adding a description of the new -u option to the add-apt-repository manpage

To post a comment you must log in.
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Which code branch did you use to retrieve code to begin with?

What I mean here is that the merge is against the right branch for making upstream changes to software-properties, but maybe the original code branch isn't the right one, and for now I can't see exactly what the changes you made are. You want to start by retrieving the code to change using 'bzr branch lp:software-properties', then proposing the merge again like this, to be merged into lp:software-properties.

I'm also happy to sponsor a patch attached to the bug you're trying to fix, if that's easier for you.

review: Needs Fixing

Unmerged revisions

156. By Murukesh Mohanan

Added entry for new -u option to manpage

155. By Brian Murray

Properly parse a ppa which has a leading slash, something which a lot of
people seem use as an argument to add-apt-repository. (LP: #1426933)

154. By Didier Roche-Tolomelli

* Ensure we handle properly unexisting user/team name instead of crashing
  (LP: #1372086)
* Protect us against invalid ppa format input (LP: #1494965, #1405950)

153. By Sebastien Bacher

* softwareproperties/gtk/DialogCacheOutdated.py :
  - use different variable name in exception, python3 deletes the target
    (lp: #1496293)

152. By Corey Bryant

cloudarchive: Enable support for the Liberty Ubuntu Cloud Archive on
14.04 (LP: #1472586).

151. By Barry Warsaw

* .assert_called() is not a valid mock method. This silently passed in
  earlier versions of Python because mocks create attributes on the fly,
  however Python 3.5 throws AttributeErrors when the missing method
  starts with "assert" for exactly this reason. Use assertTrue() on
  .called instead.
* debian/control: Bump Standards-Version to 3.9.6.

150. By Iain Lane

Fix syntax errors in the KDE frontend.

149. By Iain Lane

SoftwareProperties.py: self.options can be None, don't crash if this is
the case.

148. By Sebastien Bacher

data/gtkbuilder/dialog-add.ui: set label width, that's needed with
the new gtk

147. By Martin Pitt

Add missing dbus-x11 test dependency.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.bzr-builddeb'
2=== renamed directory '.bzr-builddeb' => '.bzr-builddeb.moved'
3=== added file '.bzr-builddeb/default.conf'
4--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
5+++ .bzr-builddeb/default.conf 2016-03-27 17:29:55 +0000
6@@ -0,0 +1,2 @@
7+[BUILDDEB]
8+native = True
9
10=== added file 'AUTHORS'
11--- AUTHORS 1970-01-01 00:00:00 +0000
12+++ AUTHORS 2016-03-27 17:29:55 +0000
13@@ -0,0 +1,19 @@
14+Hackers
15+=======
16+Michiel Sikkes <michiel@eyesopened.nl>
17+Michael Vogt <michael.vogt@canonical.com>
18+
19+Translators
20+===========
21+Jorge Bernal <koke@amedias.org>
22+Jean Privat <privat@lirmm.fr>
23+Martin Willemoes Hansen <mwh@sysrq.dk>
24+Zygmunt Krynicki <zyga@www.suxx.pl>
25+
26+Technical Author
27+================
28+Sean Wheller <sean@inwords.co.za>
29+
30+Icons
31+=====
32+Jakub Steiner <jimmac@novell.com>
33
34=== renamed file 'AUTHORS' => 'AUTHORS.moved'
35=== added file 'BUGS'
36--- BUGS 1970-01-01 00:00:00 +0000
37+++ BUGS 2016-03-27 17:29:55 +0000
38@@ -0,0 +1,1 @@
39+There are currently no known bugs.
40
41=== renamed file 'BUGS' => 'BUGS.moved'
42=== added file 'COPYING'
43--- COPYING 1970-01-01 00:00:00 +0000
44+++ COPYING 2016-03-27 17:29:55 +0000
45@@ -0,0 +1,340 @@
46+ GNU GENERAL PUBLIC LICENSE
47+ Version 2, June 1991
48+
49+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
50+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
51+ Everyone is permitted to copy and distribute verbatim copies
52+ of this license document, but changing it is not allowed.
53+
54+ Preamble
55+
56+ The licenses for most software are designed to take away your
57+freedom to share and change it. By contrast, the GNU General Public
58+License is intended to guarantee your freedom to share and change free
59+software--to make sure the software is free for all its users. This
60+General Public License applies to most of the Free Software
61+Foundation's software and to any other program whose authors commit to
62+using it. (Some other Free Software Foundation software is covered by
63+the GNU Library General Public License instead.) You can apply it to
64+your programs, too.
65+
66+ When we speak of free software, we are referring to freedom, not
67+price. Our General Public Licenses are designed to make sure that you
68+have the freedom to distribute copies of free software (and charge for
69+this service if you wish), that you receive source code or can get it
70+if you want it, that you can change the software or use pieces of it
71+in new free programs; and that you know you can do these things.
72+
73+ To protect your rights, we need to make restrictions that forbid
74+anyone to deny you these rights or to ask you to surrender the rights.
75+These restrictions translate to certain responsibilities for you if you
76+distribute copies of the software, or if you modify it.
77+
78+ For example, if you distribute copies of such a program, whether
79+gratis or for a fee, you must give the recipients all the rights that
80+you have. You must make sure that they, too, receive or can get the
81+source code. And you must show them these terms so they know their
82+rights.
83+
84+ We protect your rights with two steps: (1) copyright the software, and
85+(2) offer you this license which gives you legal permission to copy,
86+distribute and/or modify the software.
87+
88+ Also, for each author's protection and ours, we want to make certain
89+that everyone understands that there is no warranty for this free
90+software. If the software is modified by someone else and passed on, we
91+want its recipients to know that what they have is not the original, so
92+that any problems introduced by others will not reflect on the original
93+authors' reputations.
94+
95+ Finally, any free program is threatened constantly by software
96+patents. We wish to avoid the danger that redistributors of a free
97+program will individually obtain patent licenses, in effect making the
98+program proprietary. To prevent this, we have made it clear that any
99+patent must be licensed for everyone's free use or not licensed at all.
100+
101+ The precise terms and conditions for copying, distribution and
102+modification follow.
103+
104
105+ GNU GENERAL PUBLIC LICENSE
106+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
107+
108+ 0. This License applies to any program or other work which contains
109+a notice placed by the copyright holder saying it may be distributed
110+under the terms of this General Public License. The "Program", below,
111+refers to any such program or work, and a "work based on the Program"
112+means either the Program or any derivative work under copyright law:
113+that is to say, a work containing the Program or a portion of it,
114+either verbatim or with modifications and/or translated into another
115+language. (Hereinafter, translation is included without limitation in
116+the term "modification".) Each licensee is addressed as "you".
117+
118+Activities other than copying, distribution and modification are not
119+covered by this License; they are outside its scope. The act of
120+running the Program is not restricted, and the output from the Program
121+is covered only if its contents constitute a work based on the
122+Program (independent of having been made by running the Program).
123+Whether that is true depends on what the Program does.
124+
125+ 1. You may copy and distribute verbatim copies of the Program's
126+source code as you receive it, in any medium, provided that you
127+conspicuously and appropriately publish on each copy an appropriate
128+copyright notice and disclaimer of warranty; keep intact all the
129+notices that refer to this License and to the absence of any warranty;
130+and give any other recipients of the Program a copy of this License
131+along with the Program.
132+
133+You may charge a fee for the physical act of transferring a copy, and
134+you may at your option offer warranty protection in exchange for a fee.
135+
136+ 2. You may modify your copy or copies of the Program or any portion
137+of it, thus forming a work based on the Program, and copy and
138+distribute such modifications or work under the terms of Section 1
139+above, provided that you also meet all of these conditions:
140+
141+ a) You must cause the modified files to carry prominent notices
142+ stating that you changed the files and the date of any change.
143+
144+ b) You must cause any work that you distribute or publish, that in
145+ whole or in part contains or is derived from the Program or any
146+ part thereof, to be licensed as a whole at no charge to all third
147+ parties under the terms of this License.
148+
149+ c) If the modified program normally reads commands interactively
150+ when run, you must cause it, when started running for such
151+ interactive use in the most ordinary way, to print or display an
152+ announcement including an appropriate copyright notice and a
153+ notice that there is no warranty (or else, saying that you provide
154+ a warranty) and that users may redistribute the program under
155+ these conditions, and telling the user how to view a copy of this
156+ License. (Exception: if the Program itself is interactive but
157+ does not normally print such an announcement, your work based on
158+ the Program is not required to print an announcement.)
159+
160
161+These requirements apply to the modified work as a whole. If
162+identifiable sections of that work are not derived from the Program,
163+and can be reasonably considered independent and separate works in
164+themselves, then this License, and its terms, do not apply to those
165+sections when you distribute them as separate works. But when you
166+distribute the same sections as part of a whole which is a work based
167+on the Program, the distribution of the whole must be on the terms of
168+this License, whose permissions for other licensees extend to the
169+entire whole, and thus to each and every part regardless of who wrote it.
170+
171+Thus, it is not the intent of this section to claim rights or contest
172+your rights to work written entirely by you; rather, the intent is to
173+exercise the right to control the distribution of derivative or
174+collective works based on the Program.
175+
176+In addition, mere aggregation of another work not based on the Program
177+with the Program (or with a work based on the Program) on a volume of
178+a storage or distribution medium does not bring the other work under
179+the scope of this License.
180+
181+ 3. You may copy and distribute the Program (or a work based on it,
182+under Section 2) in object code or executable form under the terms of
183+Sections 1 and 2 above provided that you also do one of the following:
184+
185+ a) Accompany it with the complete corresponding machine-readable
186+ source code, which must be distributed under the terms of Sections
187+ 1 and 2 above on a medium customarily used for software interchange; or,
188+
189+ b) Accompany it with a written offer, valid for at least three
190+ years, to give any third party, for a charge no more than your
191+ cost of physically performing source distribution, a complete
192+ machine-readable copy of the corresponding source code, to be
193+ distributed under the terms of Sections 1 and 2 above on a medium
194+ customarily used for software interchange; or,
195+
196+ c) Accompany it with the information you received as to the offer
197+ to distribute corresponding source code. (This alternative is
198+ allowed only for noncommercial distribution and only if you
199+ received the program in object code or executable form with such
200+ an offer, in accord with Subsection b above.)
201+
202+The source code for a work means the preferred form of the work for
203+making modifications to it. For an executable work, complete source
204+code means all the source code for all modules it contains, plus any
205+associated interface definition files, plus the scripts used to
206+control compilation and installation of the executable. However, as a
207+special exception, the source code distributed need not include
208+anything that is normally distributed (in either source or binary
209+form) with the major components (compiler, kernel, and so on) of the
210+operating system on which the executable runs, unless that component
211+itself accompanies the executable.
212+
213+If distribution of executable or object code is made by offering
214+access to copy from a designated place, then offering equivalent
215+access to copy the source code from the same place counts as
216+distribution of the source code, even though third parties are not
217+compelled to copy the source along with the object code.
218+
219
220+ 4. You may not copy, modify, sublicense, or distribute the Program
221+except as expressly provided under this License. Any attempt
222+otherwise to copy, modify, sublicense or distribute the Program is
223+void, and will automatically terminate your rights under this License.
224+However, parties who have received copies, or rights, from you under
225+this License will not have their licenses terminated so long as such
226+parties remain in full compliance.
227+
228+ 5. You are not required to accept this License, since you have not
229+signed it. However, nothing else grants you permission to modify or
230+distribute the Program or its derivative works. These actions are
231+prohibited by law if you do not accept this License. Therefore, by
232+modifying or distributing the Program (or any work based on the
233+Program), you indicate your acceptance of this License to do so, and
234+all its terms and conditions for copying, distributing or modifying
235+the Program or works based on it.
236+
237+ 6. Each time you redistribute the Program (or any work based on the
238+Program), the recipient automatically receives a license from the
239+original licensor to copy, distribute or modify the Program subject to
240+these terms and conditions. You may not impose any further
241+restrictions on the recipients' exercise of the rights granted herein.
242+You are not responsible for enforcing compliance by third parties to
243+this License.
244+
245+ 7. If, as a consequence of a court judgment or allegation of patent
246+infringement or for any other reason (not limited to patent issues),
247+conditions are imposed on you (whether by court order, agreement or
248+otherwise) that contradict the conditions of this License, they do not
249+excuse you from the conditions of this License. If you cannot
250+distribute so as to satisfy simultaneously your obligations under this
251+License and any other pertinent obligations, then as a consequence you
252+may not distribute the Program at all. For example, if a patent
253+license would not permit royalty-free redistribution of the Program by
254+all those who receive copies directly or indirectly through you, then
255+the only way you could satisfy both it and this License would be to
256+refrain entirely from distribution of the Program.
257+
258+If any portion of this section is held invalid or unenforceable under
259+any particular circumstance, the balance of the section is intended to
260+apply and the section as a whole is intended to apply in other
261+circumstances.
262+
263+It is not the purpose of this section to induce you to infringe any
264+patents or other property right claims or to contest validity of any
265+such claims; this section has the sole purpose of protecting the
266+integrity of the free software distribution system, which is
267+implemented by public license practices. Many people have made
268+generous contributions to the wide range of software distributed
269+through that system in reliance on consistent application of that
270+system; it is up to the author/donor to decide if he or she is willing
271+to distribute software through any other system and a licensee cannot
272+impose that choice.
273+
274+This section is intended to make thoroughly clear what is believed to
275+be a consequence of the rest of this License.
276+
277
278+ 8. If the distribution and/or use of the Program is restricted in
279+certain countries either by patents or by copyrighted interfaces, the
280+original copyright holder who places the Program under this License
281+may add an explicit geographical distribution limitation excluding
282+those countries, so that distribution is permitted only in or among
283+countries not thus excluded. In such case, this License incorporates
284+the limitation as if written in the body of this License.
285+
286+ 9. The Free Software Foundation may publish revised and/or new versions
287+of the General Public License from time to time. Such new versions will
288+be similar in spirit to the present version, but may differ in detail to
289+address new problems or concerns.
290+
291+Each version is given a distinguishing version number. If the Program
292+specifies a version number of this License which applies to it and "any
293+later version", you have the option of following the terms and conditions
294+either of that version or of any later version published by the Free
295+Software Foundation. If the Program does not specify a version number of
296+this License, you may choose any version ever published by the Free Software
297+Foundation.
298+
299+ 10. If you wish to incorporate parts of the Program into other free
300+programs whose distribution conditions are different, write to the author
301+to ask for permission. For software which is copyrighted by the Free
302+Software Foundation, write to the Free Software Foundation; we sometimes
303+make exceptions for this. Our decision will be guided by the two goals
304+of preserving the free status of all derivatives of our free software and
305+of promoting the sharing and reuse of software generally.
306+
307+ NO WARRANTY
308+
309+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
310+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
311+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
312+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
313+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
314+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
315+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
316+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
317+REPAIR OR CORRECTION.
318+
319+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
320+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
321+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
322+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
323+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
324+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
325+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
326+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
327+POSSIBILITY OF SUCH DAMAGES.
328+
329+ END OF TERMS AND CONDITIONS
330+
331
332+ How to Apply These Terms to Your New Programs
333+
334+ If you develop a new program, and you want it to be of the greatest
335+possible use to the public, the best way to achieve this is to make it
336+free software which everyone can redistribute and change under these terms.
337+
338+ To do so, attach the following notices to the program. It is safest
339+to attach them to the start of each source file to most effectively
340+convey the exclusion of warranty; and each file should have at least
341+the "copyright" line and a pointer to where the full notice is found.
342+
343+ <one line to give the program's name and a brief idea of what it does.>
344+ Copyright (C) <year> <name of author>
345+
346+ This program is free software; you can redistribute it and/or modify
347+ it under the terms of the GNU General Public License as published by
348+ the Free Software Foundation; either version 2 of the License, or
349+ (at your option) any later version.
350+
351+ This program is distributed in the hope that it will be useful,
352+ but WITHOUT ANY WARRANTY; without even the implied warranty of
353+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
354+ GNU General Public License for more details.
355+
356+ You should have received a copy of the GNU General Public License
357+ along with this program; if not, write to the Free Software
358+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
359+
360+
361+Also add information on how to contact you by electronic and paper mail.
362+
363+If the program is interactive, make it output a short notice like this
364+when it starts in an interactive mode:
365+
366+ Gnomovision version 69, Copyright (C) year name of author
367+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
368+ This is free software, and you are welcome to redistribute it
369+ under certain conditions; type `show c' for details.
370+
371+The hypothetical commands `show w' and `show c' should show the appropriate
372+parts of the General Public License. Of course, the commands you use may
373+be called something other than `show w' and `show c'; they could even be
374+mouse-clicks or menu items--whatever suits your program.
375+
376+You should also get your employer (if you work as a programmer) or your
377+school, if any, to sign a "copyright disclaimer" for the program, if
378+necessary. Here is a sample; alter the names:
379+
380+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
381+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
382+
383+ <signature of Ty Coon>, 1 April 1989
384+ Ty Coon, President of Vice
385+
386+This General Public License does not permit incorporating your program into
387+proprietary programs. If your program is a subroutine library, you may
388+consider it more useful to permit linking proprietary applications with the
389+library. If this is what you want to do, use the GNU Library General
390+Public License instead of this License.
391
392=== renamed file 'COPYING' => 'COPYING.moved'
393=== added file 'ChangeLog'
394--- ChangeLog 1970-01-01 00:00:00 +0000
395+++ ChangeLog 2016-03-27 17:29:55 +0000
396@@ -0,0 +1,62 @@
397+2005-04-04 Michael Vogt <mvo@debian.org>
398+
399+ * configure.in: Added "xh" to ALL_LINGUAS.
400+
401+2005-04-01 Steve Murphy <murf@e-tools.com>
402+
403+ * configure.in: Added "rw" to ALL_LINGUAS.
404+
405+2005-03-29 Raphael Higino <raphaelh@cvs.gnome.org>
406+
407+ * configure.in: Added pt_BR to ALL_LINGUAS.
408+
409+2005-03-29 Zygmunt Krynicki <zyga@www.suxx.pl>
410+
411+ * src/dialog_apt_key.py.in: Enabled translation of known keys
412+
413+2005-03-24 Michiel Sikkes <michiel@eyesopened.nl>
414+
415+ * data/update-manager.glade: Added help button. Put package count next
416+ to reload button above updatelist.
417+ * src/update-manager.in: Implemented help button.
418+ * configure.in: Added ja to ALL_LINGUAS.
419+
420+2005-03-21 Adam Weinberger <adamw@gnome.org>
421+
422+ * configure.in: Added en_CA to ALL_LINGUAS.
423+
424+2005-03-21 Christian Rose <menthos@menthos.com>
425+
426+ * configure.in: Added "sv" to ALL_LINGUAS.
427+ Also sorted the language entries in the ALL_LINGUAS line,
428+ so that it will be possible to spot duplicates or omissions.
429+
430+2005-03-11 Michiel Sikkes <michiel@eyesopened.nl>
431+
432+ * configure.in: Added el (Greek) to ALL_LINGUAS.
433+
434+2005-03-03 Dan Damian <dand@gnome.ro>
435+
436+ * configure.in: Added ro (Romanian) to ALL_LINGUAS.
437+
438+2005-03-10 Zygmunt Krynicki <zyga@www.suxx.pl>
439+
440+ * Improved translation support
441+
442+2005-02-18 Michiel Sikkes <michiel@eyesopened.nl>
443+
444+ * Added window title to the synaptic gtk socket window.
445+
446+2005-02-18 Michiel Sikkes <michiel@eyesopened.nl>
447+
448+ * Updated strings to have more consistent messages and it's not a pain
449+ in the ass to translate ;).
450+ * Merge from branches/release-37-2.
451+
452+2005-01-27 Martin Willemoes Hansen <mwh@sysrq.dk>
453+
454+ * da.po: Added Danish translation.
455+
456+2004-10-25 Michiel Sikkes <michiel@eyesopened.nl>
457+
458+ * Initial release.
459
460=== renamed file 'ChangeLog' => 'ChangeLog.moved'
461=== added file 'KDE-BUGS-TODO'
462--- KDE-BUGS-TODO 1970-01-01 00:00:00 +0000
463+++ KDE-BUGS-TODO 2016-03-27 17:29:55 +0000
464@@ -0,0 +1,64 @@
465+Things I've noticed:
466+
467+bug: edit comment on a disabled 3rd party repo and it becomes enabled
468+bug: gtk frontend has two on_treeview_sources_cursor_changed, not sure which is correct, probably second
469+bug: newly selected mirrors are not put into combo box
470+bug: add_key always returns true
471+ we should use gpg --dry-run before too
472+bug: gtk frontend UI strings don't translate
473+issue: may want to add a gtk crash handler
474+
475+TODO:
476+
477+server combobox changed
478+i18n
479+adept integration
480+crash dialogue
481+drag and drop for sources list
482+cdrom listview needs implementing (both frontends)
483+insert CD support, somehow
484+various functions in the mirror dialogue: custom mirrors, edit, find fastest etc. DialogMirror.py should be abstracted for frontend independence
485+
486+jriddell, 2007-02
487+
488+WON'T FIX:
489+issue: no way to set source code back to inconsistent state, so checkbox
490+ needs tristate turned off
491+rationale: would add to much complexity. the inconsistent state should only
492+ be visible if the user made some custom modifications. so we would
493+ have to keep a history of all changes and take mulitiple
494+ inconsistent states into account. finally there is a global
495+ revert button.
496+FIXED:
497+packaging
498+
499+bug: self.get_source_code_state() never returns false, only None (fixed in backend and KDE)
500+
501+bug: popcon state doesn't get saved (or loaded)
502+
503+bug: checkbutton source code sometimes can't be ticked
504+
505+bug: rm /etc/apt/sources.list; start up; all Update tickboxes disabled and never become enabled
506+bug: after adding repo, doesn't show change
507+bug: editing 3rd party archives doesn't show changes
508+bug: gtk checkboxes are never marked as inconsistent
509+bug: click 3rd party enable/disable twice and it doesn't get back to original state
510+bug: on_button_revert_clicked doesn't revert the UI
511+ Was a transistion error. The current solution is not nice, but works:
512+ reload the isv_sources and show_distro after each change :/
513+ It would be nice to store the meta data anywhere else, so that
514+ we won't have to recreate the ui elements.
515+
516+bug? untick "main" and main doesn't go away
517+ was a problem with empty sources.list files. python-apt now handles this
518+ corner case correctly
519+
520+
521+ANSWERED:
522+question: where do update radio buttons get disabled/enabled at program start?
523+answer: SoftwareProperties.get_update_automation_level() and
524+ SoftwarePropertiesGtk.show_auto_update_level()
525+
526+issue: DialogAddSourcesList obsolete?
527+answer: No, it is used to open sources.list files (by drag and drop or
528+ double click)
529
530=== renamed file 'KDE-BUGS-TODO' => 'KDE-BUGS-TODO.moved'
531=== added file 'LGPL'
532--- LGPL 1970-01-01 00:00:00 +0000
533+++ LGPL 2016-03-27 17:29:55 +0000
534@@ -0,0 +1,510 @@
535+
536+ GNU LESSER GENERAL PUBLIC LICENSE
537+ Version 2.1, February 1999
538+
539+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
540+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
541+ Everyone is permitted to copy and distribute verbatim copies
542+ of this license document, but changing it is not allowed.
543+
544+[This is the first released version of the Lesser GPL. It also counts
545+ as the successor of the GNU Library Public License, version 2, hence
546+ the version number 2.1.]
547+
548+ Preamble
549+
550+ The licenses for most software are designed to take away your
551+freedom to share and change it. By contrast, the GNU General Public
552+Licenses are intended to guarantee your freedom to share and change
553+free software--to make sure the software is free for all its users.
554+
555+ This license, the Lesser General Public License, applies to some
556+specially designated software packages--typically libraries--of the
557+Free Software Foundation and other authors who decide to use it. You
558+can use it too, but we suggest you first think carefully about whether
559+this license or the ordinary General Public License is the better
560+strategy to use in any particular case, based on the explanations
561+below.
562+
563+ When we speak of free software, we are referring to freedom of use,
564+not price. Our General Public Licenses are designed to make sure that
565+you have the freedom to distribute copies of free software (and charge
566+for this service if you wish); that you receive source code or can get
567+it if you want it; that you can change the software and use pieces of
568+it in new free programs; and that you are informed that you can do
569+these things.
570+
571+ To protect your rights, we need to make restrictions that forbid
572+distributors to deny you these rights or to ask you to surrender these
573+rights. These restrictions translate to certain responsibilities for
574+you if you distribute copies of the library or if you modify it.
575+
576+ For example, if you distribute copies of the library, whether gratis
577+or for a fee, you must give the recipients all the rights that we gave
578+you. You must make sure that they, too, receive or can get the source
579+code. If you link other code with the library, you must provide
580+complete object files to the recipients, so that they can relink them
581+with the library after making changes to the library and recompiling
582+it. And you must show them these terms so they know their rights.
583+
584+ We protect your rights with a two-step method: (1) we copyright the
585+library, and (2) we offer you this license, which gives you legal
586+permission to copy, distribute and/or modify the library.
587+
588+ To protect each distributor, we want to make it very clear that
589+there is no warranty for the free library. Also, if the library is
590+modified by someone else and passed on, the recipients should know
591+that what they have is not the original version, so that the original
592+author's reputation will not be affected by problems that might be
593+introduced by others.
594+
595
596+ Finally, software patents pose a constant threat to the existence of
597+any free program. We wish to make sure that a company cannot
598+effectively restrict the users of a free program by obtaining a
599+restrictive license from a patent holder. Therefore, we insist that
600+any patent license obtained for a version of the library must be
601+consistent with the full freedom of use specified in this license.
602+
603+ Most GNU software, including some libraries, is covered by the
604+ordinary GNU General Public License. This license, the GNU Lesser
605+General Public License, applies to certain designated libraries, and
606+is quite different from the ordinary General Public License. We use
607+this license for certain libraries in order to permit linking those
608+libraries into non-free programs.
609+
610+ When a program is linked with a library, whether statically or using
611+a shared library, the combination of the two is legally speaking a
612+combined work, a derivative of the original library. The ordinary
613+General Public License therefore permits such linking only if the
614+entire combination fits its criteria of freedom. The Lesser General
615+Public License permits more lax criteria for linking other code with
616+the library.
617+
618+ We call this license the "Lesser" General Public License because it
619+does Less to protect the user's freedom than the ordinary General
620+Public License. It also provides other free software developers Less
621+of an advantage over competing non-free programs. These disadvantages
622+are the reason we use the ordinary General Public License for many
623+libraries. However, the Lesser license provides advantages in certain
624+special circumstances.
625+
626+ For example, on rare occasions, there may be a special need to
627+encourage the widest possible use of a certain library, so that it
628+becomes a de-facto standard. To achieve this, non-free programs must
629+be allowed to use the library. A more frequent case is that a free
630+library does the same job as widely used non-free libraries. In this
631+case, there is little to gain by limiting the free library to free
632+software only, so we use the Lesser General Public License.
633+
634+ In other cases, permission to use a particular library in non-free
635+programs enables a greater number of people to use a large body of
636+free software. For example, permission to use the GNU C Library in
637+non-free programs enables many more people to use the whole GNU
638+operating system, as well as its variant, the GNU/Linux operating
639+system.
640+
641+ Although the Lesser General Public License is Less protective of the
642+users' freedom, it does ensure that the user of a program that is
643+linked with the Library has the freedom and the wherewithal to run
644+that program using a modified version of the Library.
645+
646+ The precise terms and conditions for copying, distribution and
647+modification follow. Pay close attention to the difference between a
648+"work based on the library" and a "work that uses the library". The
649+former contains code derived from the library, whereas the latter must
650+be combined with the library in order to run.
651+
652
653+ GNU LESSER GENERAL PUBLIC LICENSE
654+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
655+
656+ 0. This License Agreement applies to any software library or other
657+program which contains a notice placed by the copyright holder or
658+other authorized party saying it may be distributed under the terms of
659+this Lesser General Public License (also called "this License").
660+Each licensee is addressed as "you".
661+
662+ A "library" means a collection of software functions and/or data
663+prepared so as to be conveniently linked with application programs
664+(which use some of those functions and data) to form executables.
665+
666+ The "Library", below, refers to any such software library or work
667+which has been distributed under these terms. A "work based on the
668+Library" means either the Library or any derivative work under
669+copyright law: that is to say, a work containing the Library or a
670+portion of it, either verbatim or with modifications and/or translated
671+straightforwardly into another language. (Hereinafter, translation is
672+included without limitation in the term "modification".)
673+
674+ "Source code" for a work means the preferred form of the work for
675+making modifications to it. For a library, complete source code means
676+all the source code for all modules it contains, plus any associated
677+interface definition files, plus the scripts used to control
678+compilation and installation of the library.
679+
680+ Activities other than copying, distribution and modification are not
681+covered by this License; they are outside its scope. The act of
682+running a program using the Library is not restricted, and output from
683+such a program is covered only if its contents constitute a work based
684+on the Library (independent of the use of the Library in a tool for
685+writing it). Whether that is true depends on what the Library does
686+and what the program that uses the Library does.
687+
688+ 1. You may copy and distribute verbatim copies of the Library's
689+complete source code as you receive it, in any medium, provided that
690+you conspicuously and appropriately publish on each copy an
691+appropriate copyright notice and disclaimer of warranty; keep intact
692+all the notices that refer to this License and to the absence of any
693+warranty; and distribute a copy of this License along with the
694+Library.
695+
696+ You may charge a fee for the physical act of transferring a copy,
697+and you may at your option offer warranty protection in exchange for a
698+fee.
699+
700
701+ 2. You may modify your copy or copies of the Library or any portion
702+of it, thus forming a work based on the Library, and copy and
703+distribute such modifications or work under the terms of Section 1
704+above, provided that you also meet all of these conditions:
705+
706+ a) The modified work must itself be a software library.
707+
708+ b) You must cause the files modified to carry prominent notices
709+ stating that you changed the files and the date of any change.
710+
711+ c) You must cause the whole of the work to be licensed at no
712+ charge to all third parties under the terms of this License.
713+
714+ d) If a facility in the modified Library refers to a function or a
715+ table of data to be supplied by an application program that uses
716+ the facility, other than as an argument passed when the facility
717+ is invoked, then you must make a good faith effort to ensure that,
718+ in the event an application does not supply such function or
719+ table, the facility still operates, and performs whatever part of
720+ its purpose remains meaningful.
721+
722+ (For example, a function in a library to compute square roots has
723+ a purpose that is entirely well-defined independent of the
724+ application. Therefore, Subsection 2d requires that any
725+ application-supplied function or table used by this function must
726+ be optional: if the application does not supply it, the square
727+ root function must still compute square roots.)
728+
729+These requirements apply to the modified work as a whole. If
730+identifiable sections of that work are not derived from the Library,
731+and can be reasonably considered independent and separate works in
732+themselves, then this License, and its terms, do not apply to those
733+sections when you distribute them as separate works. But when you
734+distribute the same sections as part of a whole which is a work based
735+on the Library, the distribution of the whole must be on the terms of
736+this License, whose permissions for other licensees extend to the
737+entire whole, and thus to each and every part regardless of who wrote
738+it.
739+
740+Thus, it is not the intent of this section to claim rights or contest
741+your rights to work written entirely by you; rather, the intent is to
742+exercise the right to control the distribution of derivative or
743+collective works based on the Library.
744+
745+In addition, mere aggregation of another work not based on the Library
746+with the Library (or with a work based on the Library) on a volume of
747+a storage or distribution medium does not bring the other work under
748+the scope of this License.
749+
750+ 3. You may opt to apply the terms of the ordinary GNU General Public
751+License instead of this License to a given copy of the Library. To do
752+this, you must alter all the notices that refer to this License, so
753+that they refer to the ordinary GNU General Public License, version 2,
754+instead of to this License. (If a newer version than version 2 of the
755+ordinary GNU General Public License has appeared, then you can specify
756+that version instead if you wish.) Do not make any other change in
757+these notices.
758+
759
760+ Once this change is made in a given copy, it is irreversible for
761+that copy, so the ordinary GNU General Public License applies to all
762+subsequent copies and derivative works made from that copy.
763+
764+ This option is useful when you wish to copy part of the code of
765+the Library into a program that is not a library.
766+
767+ 4. You may copy and distribute the Library (or a portion or
768+derivative of it, under Section 2) in object code or executable form
769+under the terms of Sections 1 and 2 above provided that you accompany
770+it with the complete corresponding machine-readable source code, which
771+must be distributed under the terms of Sections 1 and 2 above on a
772+medium customarily used for software interchange.
773+
774+ If distribution of object code is made by offering access to copy
775+from a designated place, then offering equivalent access to copy the
776+source code from the same place satisfies the requirement to
777+distribute the source code, even though third parties are not
778+compelled to copy the source along with the object code.
779+
780+ 5. A program that contains no derivative of any portion of the
781+Library, but is designed to work with the Library by being compiled or
782+linked with it, is called a "work that uses the Library". Such a
783+work, in isolation, is not a derivative work of the Library, and
784+therefore falls outside the scope of this License.
785+
786+ However, linking a "work that uses the Library" with the Library
787+creates an executable that is a derivative of the Library (because it
788+contains portions of the Library), rather than a "work that uses the
789+library". The executable is therefore covered by this License.
790+Section 6 states terms for distribution of such executables.
791+
792+ When a "work that uses the Library" uses material from a header file
793+that is part of the Library, the object code for the work may be a
794+derivative work of the Library even though the source code is not.
795+Whether this is true is especially significant if the work can be
796+linked without the Library, or if the work is itself a library. The
797+threshold for this to be true is not precisely defined by law.
798+
799+ If such an object file uses only numerical parameters, data
800+structure layouts and accessors, and small macros and small inline
801+functions (ten lines or less in length), then the use of the object
802+file is unrestricted, regardless of whether it is legally a derivative
803+work. (Executables containing this object code plus portions of the
804+Library will still fall under Section 6.)
805+
806+ Otherwise, if the work is a derivative of the Library, you may
807+distribute the object code for the work under the terms of Section 6.
808+Any executables containing that work also fall under Section 6,
809+whether or not they are linked directly with the Library itself.
810+
811
812+ 6. As an exception to the Sections above, you may also combine or
813+link a "work that uses the Library" with the Library to produce a
814+work containing portions of the Library, and distribute that work
815+under terms of your choice, provided that the terms permit
816+modification of the work for the customer's own use and reverse
817+engineering for debugging such modifications.
818+
819+ You must give prominent notice with each copy of the work that the
820+Library is used in it and that the Library and its use are covered by
821+this License. You must supply a copy of this License. If the work
822+during execution displays copyright notices, you must include the
823+copyright notice for the Library among them, as well as a reference
824+directing the user to the copy of this License. Also, you must do one
825+of these things:
826+
827+ a) Accompany the work with the complete corresponding
828+ machine-readable source code for the Library including whatever
829+ changes were used in the work (which must be distributed under
830+ Sections 1 and 2 above); and, if the work is an executable linked
831+ with the Library, with the complete machine-readable "work that
832+ uses the Library", as object code and/or source code, so that the
833+ user can modify the Library and then relink to produce a modified
834+ executable containing the modified Library. (It is understood
835+ that the user who changes the contents of definitions files in the
836+ Library will not necessarily be able to recompile the application
837+ to use the modified definitions.)
838+
839+ b) Use a suitable shared library mechanism for linking with the
840+ Library. A suitable mechanism is one that (1) uses at run time a
841+ copy of the library already present on the user's computer system,
842+ rather than copying library functions into the executable, and (2)
843+ will operate properly with a modified version of the library, if
844+ the user installs one, as long as the modified version is
845+ interface-compatible with the version that the work was made with.
846+
847+ c) Accompany the work with a written offer, valid for at least
848+ three years, to give the same user the materials specified in
849+ Subsection 6a, above, for a charge no more than the cost of
850+ performing this distribution.
851+
852+ d) If distribution of the work is made by offering access to copy
853+ from a designated place, offer equivalent access to copy the above
854+ specified materials from the same place.
855+
856+ e) Verify that the user has already received a copy of these
857+ materials or that you have already sent this user a copy.
858+
859+ For an executable, the required form of the "work that uses the
860+Library" must include any data and utility programs needed for
861+reproducing the executable from it. However, as a special exception,
862+the materials to be distributed need not include anything that is
863+normally distributed (in either source or binary form) with the major
864+components (compiler, kernel, and so on) of the operating system on
865+which the executable runs, unless that component itself accompanies
866+the executable.
867+
868+ It may happen that this requirement contradicts the license
869+restrictions of other proprietary libraries that do not normally
870+accompany the operating system. Such a contradiction means you cannot
871+use both them and the Library together in an executable that you
872+distribute.
873+
874
875+ 7. You may place library facilities that are a work based on the
876+Library side-by-side in a single library together with other library
877+facilities not covered by this License, and distribute such a combined
878+library, provided that the separate distribution of the work based on
879+the Library and of the other library facilities is otherwise
880+permitted, and provided that you do these two things:
881+
882+ a) Accompany the combined library with a copy of the same work
883+ based on the Library, uncombined with any other library
884+ facilities. This must be distributed under the terms of the
885+ Sections above.
886+
887+ b) Give prominent notice with the combined library of the fact
888+ that part of it is a work based on the Library, and explaining
889+ where to find the accompanying uncombined form of the same work.
890+
891+ 8. You may not copy, modify, sublicense, link with, or distribute
892+the Library except as expressly provided under this License. Any
893+attempt otherwise to copy, modify, sublicense, link with, or
894+distribute the Library is void, and will automatically terminate your
895+rights under this License. However, parties who have received copies,
896+or rights, from you under this License will not have their licenses
897+terminated so long as such parties remain in full compliance.
898+
899+ 9. You are not required to accept this License, since you have not
900+signed it. However, nothing else grants you permission to modify or
901+distribute the Library or its derivative works. These actions are
902+prohibited by law if you do not accept this License. Therefore, by
903+modifying or distributing the Library (or any work based on the
904+Library), you indicate your acceptance of this License to do so, and
905+all its terms and conditions for copying, distributing or modifying
906+the Library or works based on it.
907+
908+ 10. Each time you redistribute the Library (or any work based on the
909+Library), the recipient automatically receives a license from the
910+original licensor to copy, distribute, link with or modify the Library
911+subject to these terms and conditions. You may not impose any further
912+restrictions on the recipients' exercise of the rights granted herein.
913+You are not responsible for enforcing compliance by third parties with
914+this License.
915+
916
917+ 11. If, as a consequence of a court judgment or allegation of patent
918+infringement or for any other reason (not limited to patent issues),
919+conditions are imposed on you (whether by court order, agreement or
920+otherwise) that contradict the conditions of this License, they do not
921+excuse you from the conditions of this License. If you cannot
922+distribute so as to satisfy simultaneously your obligations under this
923+License and any other pertinent obligations, then as a consequence you
924+may not distribute the Library at all. For example, if a patent
925+license would not permit royalty-free redistribution of the Library by
926+all those who receive copies directly or indirectly through you, then
927+the only way you could satisfy both it and this License would be to
928+refrain entirely from distribution of the Library.
929+
930+If any portion of this section is held invalid or unenforceable under
931+any particular circumstance, the balance of the section is intended to
932+apply, and the section as a whole is intended to apply in other
933+circumstances.
934+
935+It is not the purpose of this section to induce you to infringe any
936+patents or other property right claims or to contest validity of any
937+such claims; this section has the sole purpose of protecting the
938+integrity of the free software distribution system which is
939+implemented by public license practices. Many people have made
940+generous contributions to the wide range of software distributed
941+through that system in reliance on consistent application of that
942+system; it is up to the author/donor to decide if he or she is willing
943+to distribute software through any other system and a licensee cannot
944+impose that choice.
945+
946+This section is intended to make thoroughly clear what is believed to
947+be a consequence of the rest of this License.
948+
949+ 12. If the distribution and/or use of the Library is restricted in
950+certain countries either by patents or by copyrighted interfaces, the
951+original copyright holder who places the Library under this License
952+may add an explicit geographical distribution limitation excluding those
953+countries, so that distribution is permitted only in or among
954+countries not thus excluded. In such case, this License incorporates
955+the limitation as if written in the body of this License.
956+
957+ 13. The Free Software Foundation may publish revised and/or new
958+versions of the Lesser General Public License from time to time.
959+Such new versions will be similar in spirit to the present version,
960+but may differ in detail to address new problems or concerns.
961+
962+Each version is given a distinguishing version number. If the Library
963+specifies a version number of this License which applies to it and
964+"any later version", you have the option of following the terms and
965+conditions either of that version or of any later version published by
966+the Free Software Foundation. If the Library does not specify a
967+license version number, you may choose any version ever published by
968+the Free Software Foundation.
969+
970
971+ 14. If you wish to incorporate parts of the Library into other free
972+programs whose distribution conditions are incompatible with these,
973+write to the author to ask for permission. For software which is
974+copyrighted by the Free Software Foundation, write to the Free
975+Software Foundation; we sometimes make exceptions for this. Our
976+decision will be guided by the two goals of preserving the free status
977+of all derivatives of our free software and of promoting the sharing
978+and reuse of software generally.
979+
980+ NO WARRANTY
981+
982+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
983+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
984+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
985+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
986+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
987+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
988+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
989+LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
990+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
991+
992+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
993+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
994+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
995+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
996+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
997+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
998+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
999+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
1000+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
1001+DAMAGES.
1002+
1003+ END OF TERMS AND CONDITIONS
1004+
1005
1006+ How to Apply These Terms to Your New Libraries
1007+
1008+ If you develop a new library, and you want it to be of the greatest
1009+possible use to the public, we recommend making it free software that
1010+everyone can redistribute and change. You can do so by permitting
1011+redistribution under these terms (or, alternatively, under the terms
1012+of the ordinary General Public License).
1013+
1014+ To apply these terms, attach the following notices to the library.
1015+It is safest to attach them to the start of each source file to most
1016+effectively convey the exclusion of warranty; and each file should
1017+have at least the "copyright" line and a pointer to where the full
1018+notice is found.
1019+
1020+
1021+ <one line to give the library's name and a brief idea of what it does.>
1022+ Copyright (C) <year> <name of author>
1023+
1024+ This library is free software; you can redistribute it and/or
1025+ modify it under the terms of the GNU Lesser General Public
1026+ License as published by the Free Software Foundation; either
1027+ version 2.1 of the License, or (at your option) any later version.
1028+
1029+ This library is distributed in the hope that it will be useful,
1030+ but WITHOUT ANY WARRANTY; without even the implied warranty of
1031+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1032+ Lesser General Public License for more details.
1033+
1034+ You should have received a copy of the GNU Lesser General Public
1035+ License along with this library; if not, write to the Free Software
1036+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1037+
1038+Also add information on how to contact you by electronic and paper mail.
1039+
1040+You should also get your employer (if you work as a programmer) or
1041+your school, if any, to sign a "copyright disclaimer" for the library,
1042+if necessary. Here is a sample; alter the names:
1043+
1044+ Yoyodyne, Inc., hereby disclaims all copyright interest in the
1045+ library `Frob' (a library for tweaking knobs) written by James
1046+ Random Hacker.
1047+
1048+ <signature of Ty Coon>, 1 April 1990
1049+ Ty Coon, President of Vice
1050+
1051+That's all there is to it!
1052+
1053+
1054
1055=== renamed file 'LGPL' => 'LGPL.moved'
1056=== added file 'README'
1057--- README 1970-01-01 00:00:00 +0000
1058+++ README 2016-03-27 17:29:55 +0000
1059@@ -0,0 +1,8 @@
1060+Software Properties
1061+-------------------
1062+
1063+Software-properties provides you a python interface and a graphical user
1064+interface based on GTK, that will be ported to QT soon, to modify
1065+the used software repositories. Furthermore it allows you to configure
1066+automatic updates, software provider authentication keys and finally
1067+your popularity contest participation.
1068
1069=== renamed file 'README' => 'README.moved'
1070=== added file 'TODO'
1071--- TODO 1970-01-01 00:00:00 +0000
1072+++ TODO 2016-03-27 17:29:55 +0000
1073@@ -0,0 +1,2 @@
1074+- rework the add channel/cdrom dialogs
1075+- d'n'd for key files
1076
1077=== renamed file 'TODO' => 'TODO.moved'
1078=== added file 'add-apt-repository'
1079--- add-apt-repository 1970-01-01 00:00:00 +0000
1080+++ add-apt-repository 2016-03-27 17:29:55 +0000
1081@@ -0,0 +1,175 @@
1082+#!/usr/bin/python3
1083+
1084+from __future__ import print_function
1085+
1086+import io
1087+import os
1088+import sys
1089+import gettext
1090+import locale
1091+
1092+from softwareproperties.SoftwareProperties import SoftwareProperties, shortcut_handler
1093+from softwareproperties.shortcuts import ShortcutException
1094+from softwareproperties.ppa import DEFAULT_KEYSERVER
1095+import aptsources
1096+from aptsources.sourceslist import SourceEntry
1097+from optparse import OptionParser
1098+from gettext import gettext as _
1099+
1100+if __name__ == "__main__":
1101+ # Force encoding to UTF-8 even in non-UTF-8 locales.
1102+ sys.stdout = io.TextIOWrapper(
1103+ sys.stdout.detach(), encoding="UTF-8", line_buffering=True)
1104+
1105+ try:
1106+ locale.setlocale(locale.LC_ALL, "")
1107+ except:
1108+ pass
1109+ gettext.textdomain("software-properties")
1110+ usage = """Usage: %prog <sourceline>
1111+
1112+%prog is a script for adding apt sources.list entries.
1113+It can be used to add any repository and also provides a shorthand
1114+syntax for adding a Launchpad PPA (Personal Package Archive)
1115+repository.
1116+
1117+<sourceline> - The apt repository source line to add. This is one of:
1118+ a complete apt line in quotes,
1119+ a repo url and areas in quotes (areas defaults to 'main')
1120+ a PPA shortcut.
1121+ a distro component
1122+
1123+ Examples:
1124+ apt-add-repository 'deb http://myserver/path/to/repo stable myrepo'
1125+ apt-add-repository 'http://myserver/path/to/repo myrepo'
1126+ apt-add-repository 'https://packages.medibuntu.org free non-free'
1127+ apt-add-repository http://extras.ubuntu.com/ubuntu
1128+ apt-add-repository ppa:user/repository
1129+ apt-add-repository ppa:user/distro/repository
1130+ apt-add-repository multiverse
1131+
1132+If --remove is given the tool will remove the given sourceline from your
1133+sources.list
1134+"""
1135+ parser = OptionParser(usage)
1136+ # FIXME: provide a --sources-list-file= option that
1137+ # puts the line into a specific file in sources.list.d
1138+ parser.add_option ("-m", "--massive-debug", action="store_true",
1139+ dest="massive_debug", default=False,
1140+ help=_("Print a lot of debug information to the command line"))
1141+ parser.add_option("-r", "--remove", action="store_true",
1142+ dest="remove", default=False,
1143+ help=_("remove repository from sources.list.d directory"))
1144+ parser.add_option("-k", "--keyserver",
1145+ dest="keyserver", default=DEFAULT_KEYSERVER,
1146+ help=_("URL of keyserver. Default: %default"))
1147+ parser.add_option("-s", "--enable-source", action="store_true",
1148+ dest="enable_source", default=False,
1149+ help=_("Allow downloading of the source packages from the repository"))
1150+ parser.add_option("-y", "--yes", action="store_true",
1151+ dest="assume_yes", default=False,
1152+ help=_("Assume yes to all queries"))
1153+ parser.add_option("-u", "--update", action="store_true",
1154+ dest="update", default=False,
1155+ help=_("Update package cache after adding"))
1156+ (options, args) = parser.parse_args()
1157+
1158+ if os.geteuid() != 0:
1159+ print(_("Error: must run as root"))
1160+ sys.exit(1)
1161+
1162+ if len(args) == 0:
1163+ print(_("Error: need a repository as argument"))
1164+ sys.exit(1)
1165+ elif len(args) > 1:
1166+ print(_("Error: need a single repository as argument"))
1167+ sys.exit(1)
1168+
1169+ # force new ppa file to be 644 (LP: #399709)
1170+ os.umask(0o022)
1171+
1172+ # get the line
1173+ line = args[0]
1174+
1175+ # add it
1176+ sp = SoftwareProperties(options=options)
1177+ distro = aptsources.distro.get_distro()
1178+ distro.get_sources(sp.sourceslist)
1179+
1180+ # check if its a component that should be added/removed
1181+ components = [comp.name for comp in distro.source_template.components]
1182+ if line in components:
1183+ if options.remove:
1184+ if line in distro.enabled_comps:
1185+ distro.disable_component(line)
1186+ print(_("'%s' distribution component disabled for all sources.") % line)
1187+ else:
1188+ print(_("'%s' distribution component is already disabled for all sources.") % line)
1189+ sys.exit(0)
1190+ else:
1191+ if line not in distro.enabled_comps:
1192+ distro.enable_component(line)
1193+ print(_("'%s' distribution component enabled for all sources.") % line)
1194+ else:
1195+ print(_("'%s' distribution component is already enabled for all sources.") % line)
1196+ sys.exit(0)
1197+ sp.sourceslist.save()
1198+ sys.exit(0)
1199+
1200+ # this wasn't a component name ('multiverse', 'backports'), so its either
1201+ # a actual line to be added or a shortcut.
1202+ try:
1203+ shortcut = shortcut_handler(line)
1204+ except ShortcutException as e:
1205+ print(e)
1206+ sys.exit(1)
1207+
1208+ # display more information about the shortcut / ppa info
1209+ if not options.assume_yes and shortcut.should_confirm():
1210+ try:
1211+ info = shortcut.info()
1212+ except ShortcutException as e:
1213+ print(e)
1214+ sys.exit(1)
1215+
1216+ print(" %s" % (info["description"] or ""))
1217+ print(_(" More info: %s") % str(info["web_link"]))
1218+ if (sys.stdin.isatty() and
1219+ not "FORCE_ADD_APT_REPOSITORY" in os.environ):
1220+ if options.remove:
1221+ print(_("Press [ENTER] to continue or ctrl-c to cancel removing it"))
1222+ else:
1223+ print(_("Press [ENTER] to continue or ctrl-c to cancel adding it"))
1224+ sys.stdin.readline()
1225+
1226+
1227+ if options.remove:
1228+ try:
1229+ (line, file) = shortcut.expand(
1230+ sp.distro.codename, sp.distro.id.lower())
1231+ except ShortcutException as e:
1232+ print(e)
1233+ sys.exit(1)
1234+ deb_line = sp.expand_http_line(line)
1235+ debsrc_line = 'deb-src' + deb_line[3:]
1236+ deb_entry = SourceEntry(deb_line, file)
1237+ debsrc_entry = SourceEntry(debsrc_line, file)
1238+ try:
1239+ sp.remove_source(deb_entry)
1240+ except ValueError:
1241+ print(_("Error: '%s' doesn't exist in a sourcelist file") % deb_line)
1242+ try:
1243+ sp.remove_source(debsrc_entry)
1244+ except ValueError:
1245+ print(_("Error: '%s' doesn't exist in a sourcelist file") % debsrc_line)
1246+
1247+ else:
1248+ try:
1249+ if not sp.add_source_from_shortcut(shortcut, options.enable_source):
1250+ print(_("Error: '%s' invalid") % line)
1251+ sys.exit(1)
1252+ except ShortcutException as e:
1253+ print(e)
1254+ sys.exit(1)
1255+
1256+ sp.sourceslist.save()
1257
1258=== renamed file 'add-apt-repository' => 'add-apt-repository.moved'
1259=== added directory 'data'
1260=== renamed directory 'data' => 'data.moved'
1261=== added file 'data/com.ubuntu.SoftwareProperties.conf'
1262--- data/com.ubuntu.SoftwareProperties.conf 1970-01-01 00:00:00 +0000
1263+++ data/com.ubuntu.SoftwareProperties.conf 2016-03-27 17:29:55 +0000
1264@@ -0,0 +1,20 @@
1265+<!DOCTYPE busconfig PUBLIC
1266+ "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
1267+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
1268+<busconfig>
1269+
1270+ <policy user="root">
1271+ <allow own="com.ubuntu.SoftwareProperties"/>
1272+ </policy>
1273+
1274+ <policy context="default">
1275+ <allow send_destination="com.ubuntu.SoftwareProperties"
1276+ send_interface="com.ubuntu.SoftwareProperties"/>
1277+ <allow send_destination="com.ubuntu.SoftwareProperties"
1278+ send_interface="org.freedesktop.DBus.Introspectable"/>
1279+ <allow send_destination="com.ubuntu.DeviceDriver"
1280+ send_interface="org.freedesktop.DBus.Properties"/>
1281+ </policy>
1282+
1283+</busconfig>
1284+
1285
1286=== added file 'data/com.ubuntu.SoftwareProperties.service'
1287--- data/com.ubuntu.SoftwareProperties.service 1970-01-01 00:00:00 +0000
1288+++ data/com.ubuntu.SoftwareProperties.service 2016-03-27 17:29:55 +0000
1289@@ -0,0 +1,4 @@
1290+[D-BUS Service]
1291+Name=com.ubuntu.SoftwareProperties
1292+Exec=/usr/lib/software-properties/software-properties-dbus
1293+User=root
1294
1295=== added file 'data/com.ubuntu.softwareproperties.policy.in'
1296--- data/com.ubuntu.softwareproperties.policy.in 1970-01-01 00:00:00 +0000
1297+++ data/com.ubuntu.softwareproperties.policy.in 2016-03-27 17:29:55 +0000
1298@@ -0,0 +1,33 @@
1299+<?xml version="1.0" encoding="UTF-8"?>
1300+<!DOCTYPE policyconfig PUBLIC
1301+ "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
1302+ "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
1303+<policyconfig>
1304+
1305+ <vendor>Software Properties</vendor>
1306+ <vendor_url>https://launchpad.net/software-properties</vendor_url>
1307+ <icon_name>software-properties</icon_name>
1308+
1309+ <action id="com.ubuntu.softwareproperties.applychanges">
1310+ <_description>Write Configuration</_description>
1311+ <_message>To change software repository settings, you need to authenticate.</_message>
1312+ <defaults>
1313+ <allow_any>auth_admin</allow_any>
1314+ <allow_inactive>auth_admin</allow_inactive>
1315+ <allow_active>auth_admin_keep</allow_active>
1316+ </defaults>
1317+ </action>
1318+
1319+<!--
1320+ <action id="com.ubuntu.softwareproperties.">
1321+ <_description></_description>
1322+ <_message></_message>
1323+ <defaults>
1324+ <allow_any>no</allow_any>
1325+ <allow_inactive>no</allow_inactive>
1326+ <allow_active>yes</allow_active>
1327+ </defaults>
1328+ </action>
1329+-->
1330+
1331+</policyconfig>
1332
1333=== added directory 'data/designer'
1334=== added file 'data/designer/dialog_add.ui'
1335--- data/designer/dialog_add.ui 1970-01-01 00:00:00 +0000
1336+++ data/designer/dialog_add.ui 2016-03-27 17:29:55 +0000
1337@@ -0,0 +1,79 @@
1338+<ui version="4.0" >
1339+ <class>dialog_add</class>
1340+ <widget class="QDialog" name="dialog_add" >
1341+ <property name="geometry" >
1342+ <rect>
1343+ <x>0</x>
1344+ <y>0</y>
1345+ <width>484</width>
1346+ <height>188</height>
1347+ </rect>
1348+ </property>
1349+ <property name="windowTitle" >
1350+ <string>Add APT repository</string>
1351+ </property>
1352+ <property name="modal" >
1353+ <bool>true</bool>
1354+ </property>
1355+ <layout class="QGridLayout" >
1356+ <property name="margin" >
1357+ <number>9</number>
1358+ </property>
1359+ <property name="spacing" >
1360+ <number>6</number>
1361+ </property>
1362+ <item row="0" column="0" >
1363+ <widget class="QLabel" name="label_example_line" >
1364+ </widget>
1365+ </item>
1366+ <item row="1" column="0" >
1367+ <widget class="QLineEdit" name="entry" />
1368+ </item>
1369+ <item row="2" column="0" colspan="2" >
1370+ <widget class="QDialogButtonBox" name="buttonBox" >
1371+ <property name="orientation" >
1372+ <enum>Qt::Horizontal</enum>
1373+ </property>
1374+ <property name="standardButtons" >
1375+ <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
1376+ </property>
1377+ </widget>
1378+ </item>
1379+ </layout>
1380+ </widget>
1381+ <resources/>
1382+ <connections>
1383+ <connection>
1384+ <sender>buttonBox</sender>
1385+ <signal>accepted()</signal>
1386+ <receiver>dialog_add</receiver>
1387+ <slot>accept()</slot>
1388+ <hints>
1389+ <hint type="sourcelabel" >
1390+ <x>248</x>
1391+ <y>254</y>
1392+ </hint>
1393+ <hint type="destinationlabel" >
1394+ <x>157</x>
1395+ <y>274</y>
1396+ </hint>
1397+ </hints>
1398+ </connection>
1399+ <connection>
1400+ <sender>buttonBox</sender>
1401+ <signal>rejected()</signal>
1402+ <receiver>dialog_add</receiver>
1403+ <slot>reject()</slot>
1404+ <hints>
1405+ <hint type="sourcelabel" >
1406+ <x>316</x>
1407+ <y>260</y>
1408+ </hint>
1409+ <hint type="destinationlabel" >
1410+ <x>286</x>
1411+ <y>274</y>
1412+ </hint>
1413+ </hints>
1414+ </connection>
1415+ </connections>
1416+</ui>
1417
1418=== added file 'data/designer/dialog_edit.ui'
1419--- data/designer/dialog_edit.ui 1970-01-01 00:00:00 +0000
1420+++ data/designer/dialog_edit.ui 2016-03-27 17:29:55 +0000
1421@@ -0,0 +1,122 @@
1422+<ui version="4.0" >
1423+ <class>dialog_edit</class>
1424+ <widget class="QDialog" name="dialog_edit" >
1425+ <property name="geometry" >
1426+ <rect>
1427+ <x>0</x>
1428+ <y>0</y>
1429+ <width>349</width>
1430+ <height>197</height>
1431+ </rect>
1432+ </property>
1433+ <property name="windowTitle" >
1434+ <string>Edit Source</string>
1435+ </property>
1436+ <property name="modal" >
1437+ <bool>true</bool>
1438+ </property>
1439+ <layout class="QGridLayout" >
1440+ <property name="margin" >
1441+ <number>9</number>
1442+ </property>
1443+ <property name="spacing" >
1444+ <number>6</number>
1445+ </property>
1446+ <item row="5" column="0" colspan="2" >
1447+ <widget class="QDialogButtonBox" name="buttonBox" >
1448+ <property name="orientation" >
1449+ <enum>Qt::Horizontal</enum>
1450+ </property>
1451+ <property name="standardButtons" >
1452+ <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
1453+ </property>
1454+ </widget>
1455+ </item>
1456+ <item row="0" column="1" >
1457+ <widget class="QComboBox" name="combobox_type" />
1458+ </item>
1459+ <item row="1" column="1" >
1460+ <widget class="QLineEdit" name="entry_uri" />
1461+ </item>
1462+ <item row="2" column="1" >
1463+ <widget class="QLineEdit" name="entry_dist" />
1464+ </item>
1465+ <item row="3" column="1" >
1466+ <widget class="QLineEdit" name="entry_comps" />
1467+ </item>
1468+ <item row="4" column="1" >
1469+ <widget class="QLineEdit" name="entry_comment" />
1470+ </item>
1471+ <item row="0" column="0" >
1472+ <widget class="QLabel" name="label" >
1473+ <property name="text" >
1474+ <string>&lt;b>Type:&lt;/b></string>
1475+ </property>
1476+ </widget>
1477+ </item>
1478+ <item row="1" column="0" >
1479+ <widget class="QLabel" name="label_2" >
1480+ <property name="text" >
1481+ <string>&lt;b>URI:&lt;/b></string>
1482+ </property>
1483+ </widget>
1484+ </item>
1485+ <item row="2" column="0" >
1486+ <widget class="QLabel" name="label_3" >
1487+ <property name="text" >
1488+ <string>&lt;b>Distribution:&lt;/b></string>
1489+ </property>
1490+ </widget>
1491+ </item>
1492+ <item row="3" column="0" >
1493+ <widget class="QLabel" name="label_4" >
1494+ <property name="text" >
1495+ <string>&lt;b>Components:&lt;/b></string>
1496+ </property>
1497+ </widget>
1498+ </item>
1499+ <item row="4" column="0" >
1500+ <widget class="QLabel" name="label_5" >
1501+ <property name="text" >
1502+ <string>&lt;b>Comment:&lt;/b></string>
1503+ </property>
1504+ </widget>
1505+ </item>
1506+ </layout>
1507+ </widget>
1508+ <resources/>
1509+ <connections>
1510+ <connection>
1511+ <sender>buttonBox</sender>
1512+ <signal>accepted()</signal>
1513+ <receiver>dialog_edit</receiver>
1514+ <slot>accept()</slot>
1515+ <hints>
1516+ <hint type="sourcelabel" >
1517+ <x>248</x>
1518+ <y>254</y>
1519+ </hint>
1520+ <hint type="destinationlabel" >
1521+ <x>157</x>
1522+ <y>274</y>
1523+ </hint>
1524+ </hints>
1525+ </connection>
1526+ <connection>
1527+ <sender>buttonBox</sender>
1528+ <signal>rejected()</signal>
1529+ <receiver>dialog_edit</receiver>
1530+ <slot>reject()</slot>
1531+ <hints>
1532+ <hint type="sourcelabel" >
1533+ <x>316</x>
1534+ <y>260</y>
1535+ </hint>
1536+ <hint type="destinationlabel" >
1537+ <x>286</x>
1538+ <y>274</y>
1539+ </hint>
1540+ </hints>
1541+ </connection>
1542+ </connections>
1543+</ui>
1544
1545=== added file 'data/designer/dialog_mirror.ui'
1546--- data/designer/dialog_mirror.ui 1970-01-01 00:00:00 +0000
1547+++ data/designer/dialog_mirror.ui 2016-03-27 17:29:55 +0000
1548@@ -0,0 +1,176 @@
1549+<?xml version="1.0" encoding="UTF-8"?>
1550+<ui version="4.0">
1551+ <class>dialog_mirror</class>
1552+ <widget class="QDialog" name="dialog_mirror">
1553+ <property name="geometry">
1554+ <rect>
1555+ <x>0</x>
1556+ <y>0</y>
1557+ <width>428</width>
1558+ <height>296</height>
1559+ </rect>
1560+ </property>
1561+ <property name="windowTitle">
1562+ <string>Choose a Download Server</string>
1563+ </property>
1564+ <property name="modal">
1565+ <bool>true</bool>
1566+ </property>
1567+ <layout class="QGridLayout">
1568+ <property name="margin">
1569+ <number>9</number>
1570+ </property>
1571+ <property name="spacing">
1572+ <number>6</number>
1573+ </property>
1574+ <item row="0" column="2">
1575+ <widget class="QWidget" name="buttons_frame" native="true">
1576+ <layout class="QGridLayout">
1577+ <property name="margin">
1578+ <number>0</number>
1579+ </property>
1580+ <property name="spacing">
1581+ <number>6</number>
1582+ </property>
1583+ <item row="0" column="0">
1584+ <widget class="QWidget" name="edit_buttons_frame" native="true">
1585+ <layout class="QGridLayout">
1586+ <property name="margin">
1587+ <number>0</number>
1588+ </property>
1589+ <property name="spacing">
1590+ <number>6</number>
1591+ </property>
1592+ <item row="3" column="0">
1593+ <spacer>
1594+ <property name="orientation">
1595+ <enum>Qt::Vertical</enum>
1596+ </property>
1597+ <property name="sizeType">
1598+ <enum>QSizePolicy::Fixed</enum>
1599+ </property>
1600+ <property name="sizeHint" stdset="0">
1601+ <size>
1602+ <width>113</width>
1603+ <height>16</height>
1604+ </size>
1605+ </property>
1606+ </spacer>
1607+ </item>
1608+ <item row="2" column="0">
1609+ <widget class="QPushButton" name="button_remove">
1610+ <property name="text">
1611+ <string>Remove</string>
1612+ </property>
1613+ </widget>
1614+ </item>
1615+ <item row="1" column="0">
1616+ <widget class="QPushButton" name="button_edit">
1617+ <property name="text">
1618+ <string>Edit</string>
1619+ </property>
1620+ </widget>
1621+ </item>
1622+ <item row="0" column="0">
1623+ <widget class="QPushButton" name="button_add">
1624+ <property name="text">
1625+ <string>Add</string>
1626+ </property>
1627+ </widget>
1628+ </item>
1629+ </layout>
1630+ </widget>
1631+ </item>
1632+ <item row="1" column="0">
1633+ <widget class="QPushButton" name="button_find_server">
1634+ <property name="text">
1635+ <string>_Select Best Server</string>
1636+ </property>
1637+ </widget>
1638+ </item>
1639+ </layout>
1640+ </widget>
1641+ </item>
1642+ <item row="1" column="2">
1643+ <spacer>
1644+ <property name="orientation">
1645+ <enum>Qt::Vertical</enum>
1646+ </property>
1647+ <property name="sizeHint" stdset="0">
1648+ <size>
1649+ <width>133</width>
1650+ <height>21</height>
1651+ </size>
1652+ </property>
1653+ </spacer>
1654+ </item>
1655+ <item row="0" column="0" rowspan="2" colspan="2">
1656+ <widget class="QTreeWidget" name="treeview">
1657+ <property name="alternatingRowColors">
1658+ <bool>true</bool>
1659+ </property>
1660+ <column>
1661+ <property name="text">
1662+ <string notr="true">1</string>
1663+ </property>
1664+ </column>
1665+ </widget>
1666+ </item>
1667+ <item row="2" column="0">
1668+ <widget class="QLabel" name="protocol_label">
1669+ <property name="text">
1670+ <string>Protocol:</string>
1671+ </property>
1672+ </widget>
1673+ </item>
1674+ <item row="2" column="1" colspan="2">
1675+ <widget class="QComboBox" name="combobox"/>
1676+ </item>
1677+ <item row="3" column="0" colspan="3">
1678+ <widget class="QDialogButtonBox" name="buttonBox">
1679+ <property name="orientation">
1680+ <enum>Qt::Horizontal</enum>
1681+ </property>
1682+ <property name="standardButtons">
1683+ <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
1684+ </property>
1685+ </widget>
1686+ </item>
1687+ </layout>
1688+ </widget>
1689+ <resources/>
1690+ <connections>
1691+ <connection>
1692+ <sender>buttonBox</sender>
1693+ <signal>accepted()</signal>
1694+ <receiver>dialog_mirror</receiver>
1695+ <slot>accept()</slot>
1696+ <hints>
1697+ <hint type="sourcelabel">
1698+ <x>248</x>
1699+ <y>254</y>
1700+ </hint>
1701+ <hint type="destinationlabel">
1702+ <x>157</x>
1703+ <y>274</y>
1704+ </hint>
1705+ </hints>
1706+ </connection>
1707+ <connection>
1708+ <sender>buttonBox</sender>
1709+ <signal>rejected()</signal>
1710+ <receiver>dialog_mirror</receiver>
1711+ <slot>reject()</slot>
1712+ <hints>
1713+ <hint type="sourcelabel">
1714+ <x>316</x>
1715+ <y>260</y>
1716+ </hint>
1717+ <hint type="destinationlabel">
1718+ <x>286</x>
1719+ <y>274</y>
1720+ </hint>
1721+ </hints>
1722+ </connection>
1723+ </connections>
1724+</ui>
1725
1726=== added file 'data/designer/main.ui'
1727--- data/designer/main.ui 1970-01-01 00:00:00 +0000
1728+++ data/designer/main.ui 2016-03-27 17:29:55 +0000
1729@@ -0,0 +1,499 @@
1730+<?xml version="1.0" encoding="UTF-8"?>
1731+<ui version="4.0">
1732+ <class>vbox_updates_frame</class>
1733+ <widget class="QWidget" name="vbox_updates_frame">
1734+ <property name="geometry">
1735+ <rect>
1736+ <x>0</x>
1737+ <y>0</y>
1738+ <width>605</width>
1739+ <height>408</height>
1740+ </rect>
1741+ </property>
1742+ <property name="windowTitle">
1743+ <string>Software Sources</string>
1744+ </property>
1745+ <layout class="QGridLayout">
1746+ <property name="margin">
1747+ <number>9</number>
1748+ </property>
1749+ <property name="spacing">
1750+ <number>6</number>
1751+ </property>
1752+ <item row="0" column="0">
1753+ <widget class="QTabWidget" name="tabWidget">
1754+ <property name="currentIndex">
1755+ <number>0</number>
1756+ </property>
1757+ <widget class="QWidget" name="tab">
1758+ <attribute name="title">
1759+ <string>Kubuntu Software</string>
1760+ </attribute>
1761+ <layout class="QGridLayout">
1762+ <property name="margin">
1763+ <number>9</number>
1764+ </property>
1765+ <property name="spacing">
1766+ <number>6</number>
1767+ </property>
1768+ <item row="0" column="0">
1769+ <widget class="QGroupBox" name="groupBox">
1770+ <property name="title">
1771+ <string>&lt;b&gt;Downloadable from the Internet&lt;/b&gt;</string>
1772+ </property>
1773+ <layout class="QGridLayout">
1774+ <property name="margin">
1775+ <number>9</number>
1776+ </property>
1777+ <property name="spacing">
1778+ <number>6</number>
1779+ </property>
1780+ <item row="0" column="0" colspan="2">
1781+ <widget class="QFrame" name="vbox_dist_comps_frame">
1782+ <property name="frameShape">
1783+ <enum>QFrame::NoFrame</enum>
1784+ </property>
1785+ <property name="frameShadow">
1786+ <enum>QFrame::Raised</enum>
1787+ </property>
1788+ <layout class="QGridLayout">
1789+ <property name="margin">
1790+ <number>0</number>
1791+ </property>
1792+ <property name="spacing">
1793+ <number>6</number>
1794+ </property>
1795+ <item row="0" column="0">
1796+ <layout class="QVBoxLayout">
1797+ <property name="spacing">
1798+ <number>6</number>
1799+ </property>
1800+ <property name="margin">
1801+ <number>0</number>
1802+ </property>
1803+ </layout>
1804+ </item>
1805+ </layout>
1806+ </widget>
1807+ </item>
1808+ <item row="1" column="0" colspan="2">
1809+ <widget class="QCheckBox" name="checkbutton_source_code">
1810+ <property name="text">
1811+ <string>Source code</string>
1812+ </property>
1813+ <property name="tristate">
1814+ <bool>false</bool>
1815+ </property>
1816+ </widget>
1817+ </item>
1818+ <item row="2" column="0">
1819+ <widget class="QLabel" name="download_label">
1820+ <property name="text">
1821+ <string>Download from:</string>
1822+ </property>
1823+ </widget>
1824+ </item>
1825+ <item row="2" column="1">
1826+ <widget class="QComboBox" name="combobox_server"/>
1827+ </item>
1828+ </layout>
1829+ </widget>
1830+ </item>
1831+ <item row="1" column="0">
1832+ <widget class="QGroupBox" name="groupBox_cdrom">
1833+ <property name="title">
1834+ <string>Installable from CD-ROM/DVD</string>
1835+ </property>
1836+ <layout class="QGridLayout">
1837+ <property name="margin">
1838+ <number>9</number>
1839+ </property>
1840+ <property name="spacing">
1841+ <number>6</number>
1842+ </property>
1843+ <item row="0" column="0">
1844+ <widget class="QLabel" name="textview_no_cd">
1845+ <property name="text">
1846+ <string>To install from a CD-ROM or DVD, insert the medium into the drive.</string>
1847+ </property>
1848+ </widget>
1849+ </item>
1850+ <item row="1" column="0">
1851+ <widget class="QTreeWidget" name="treeview_cdroms">
1852+ <property name="alternatingRowColors">
1853+ <bool>true</bool>
1854+ </property>
1855+ <property name="indentation">
1856+ <number>0</number>
1857+ </property>
1858+ <property name="rootIsDecorated">
1859+ <bool>false</bool>
1860+ </property>
1861+ <property name="itemsExpandable">
1862+ <bool>true</bool>
1863+ </property>
1864+ <property name="headerHidden">
1865+ <bool>true</bool>
1866+ </property>
1867+ <property name="columnCount">
1868+ <number>1</number>
1869+ </property>
1870+ <column>
1871+ <property name="text">
1872+ <string>1</string>
1873+ </property>
1874+ </column>
1875+ </widget>
1876+ </item>
1877+ </layout>
1878+ </widget>
1879+ </item>
1880+ <item row="2" column="0">
1881+ <spacer>
1882+ <property name="orientation">
1883+ <enum>Qt::Vertical</enum>
1884+ </property>
1885+ <property name="sizeHint" stdset="0">
1886+ <size>
1887+ <width>20</width>
1888+ <height>40</height>
1889+ </size>
1890+ </property>
1891+ </spacer>
1892+ </item>
1893+ </layout>
1894+ </widget>
1895+ <widget class="QWidget" name="tab_3">
1896+ <attribute name="title">
1897+ <string>Other Software</string>
1898+ </attribute>
1899+ <layout class="QGridLayout">
1900+ <property name="margin">
1901+ <number>9</number>
1902+ </property>
1903+ <property name="spacing">
1904+ <number>6</number>
1905+ </property>
1906+ <item row="0" column="0" colspan="4">
1907+ <widget class="QTreeWidget" name="treeview_sources">
1908+ <property name="alternatingRowColors">
1909+ <bool>true</bool>
1910+ </property>
1911+ <property name="rootIsDecorated">
1912+ <bool>false</bool>
1913+ </property>
1914+ <property name="headerHidden">
1915+ <bool>true</bool>
1916+ </property>
1917+ <column>
1918+ <property name="text">
1919+ <string>1</string>
1920+ </property>
1921+ </column>
1922+ </widget>
1923+ </item>
1924+ <item row="1" column="0">
1925+ <widget class="QPushButton" name="button_add">
1926+ <property name="text">
1927+ <string>Add...</string>
1928+ </property>
1929+ </widget>
1930+ </item>
1931+ <item row="1" column="1">
1932+ <widget class="QPushButton" name="button_add_cdrom">
1933+ <property name="text">
1934+ <string>Add CD-ROM...</string>
1935+ </property>
1936+ </widget>
1937+ </item>
1938+ <item row="1" column="2">
1939+ <widget class="QPushButton" name="button_edit">
1940+ <property name="enabled">
1941+ <bool>false</bool>
1942+ </property>
1943+ <property name="text">
1944+ <string>Edit...</string>
1945+ </property>
1946+ </widget>
1947+ </item>
1948+ <item row="1" column="3">
1949+ <widget class="QPushButton" name="button_remove">
1950+ <property name="enabled">
1951+ <bool>false</bool>
1952+ </property>
1953+ <property name="text">
1954+ <string>Remove</string>
1955+ </property>
1956+ </widget>
1957+ </item>
1958+ </layout>
1959+ </widget>
1960+ <widget class="QWidget" name="tab_2">
1961+ <attribute name="title">
1962+ <string>Updates</string>
1963+ </attribute>
1964+ <layout class="QGridLayout">
1965+ <property name="margin">
1966+ <number>9</number>
1967+ </property>
1968+ <property name="spacing">
1969+ <number>6</number>
1970+ </property>
1971+ <item row="0" column="0" colspan="2">
1972+ <widget class="QGroupBox" name="groupBox_updates">
1973+ <property name="title">
1974+ <string>&lt;b&gt;Ubuntu updates&lt;/b&gt;</string>
1975+ </property>
1976+ <layout class="QGridLayout" name="gridLayout_2">
1977+ <property name="margin">
1978+ <number>9</number>
1979+ </property>
1980+ <property name="spacing">
1981+ <number>6</number>
1982+ </property>
1983+ <item row="0" column="0">
1984+ <layout class="QVBoxLayout">
1985+ <property name="spacing">
1986+ <number>6</number>
1987+ </property>
1988+ <property name="margin">
1989+ <number>0</number>
1990+ </property>
1991+ <item>
1992+ <widget class="QFrame" name="vbox_updates_frame">
1993+ <property name="frameShape">
1994+ <enum>QFrame::NoFrame</enum>
1995+ </property>
1996+ <property name="frameShadow">
1997+ <enum>QFrame::Raised</enum>
1998+ </property>
1999+ <layout class="QGridLayout">
2000+ <property name="margin">
2001+ <number>0</number>
2002+ </property>
2003+ <property name="spacing">
2004+ <number>6</number>
2005+ </property>
2006+ </layout>
2007+ </widget>
2008+ </item>
2009+ </layout>
2010+ </item>
2011+ </layout>
2012+ </widget>
2013+ </item>
2014+ <item row="1" column="0" colspan="2">
2015+ <widget class="QGroupBox" name="groupBox_2">
2016+ <property name="title">
2017+ <string>&lt;b&gt;Automatic updates&lt;/b&gt;</string>
2018+ </property>
2019+ <layout class="QGridLayout" name="gridLayout">
2020+ <property name="margin">
2021+ <number>9</number>
2022+ </property>
2023+ <property name="spacing">
2024+ <number>6</number>
2025+ </property>
2026+ <item row="0" column="0">
2027+ <widget class="QCheckBox" name="checkbutton_auto_update">
2028+ <property name="text">
2029+ <string>Chec_k for updates:</string>
2030+ </property>
2031+ </widget>
2032+ </item>
2033+ <item row="0" column="1">
2034+ <widget class="QComboBox" name="combobox_update_interval"/>
2035+ </item>
2036+ <item row="3" column="0">
2037+ <widget class="QRadioButton" name="radiobutton_updates_notify">
2038+ <property name="text">
2039+ <string>Only _notify about available updates</string>
2040+ </property>
2041+ </widget>
2042+ </item>
2043+ <item row="2" column="0">
2044+ <widget class="QRadioButton" name="radiobutton_updates_download">
2045+ <property name="text">
2046+ <string>_Download all updates in the background</string>
2047+ </property>
2048+ </widget>
2049+ </item>
2050+ <item row="1" column="0">
2051+ <widget class="QRadioButton" name="radiobutton_updates_inst_sec">
2052+ <property name="text">
2053+ <string>Install _security updates without confirmation</string>
2054+ </property>
2055+ </widget>
2056+ </item>
2057+ </layout>
2058+ </widget>
2059+ </item>
2060+ <item row="2" column="0" colspan="2">
2061+ <widget class="QGroupBox" name="frame8">
2062+ <property name="title">
2063+ <string>&lt;b&gt;Release upgrade&lt;/b&gt;</string>
2064+ </property>
2065+ <layout class="QGridLayout" name="gridLayout_3">
2066+ <item row="0" column="0">
2067+ <widget class="QLabel" name="label29">
2068+ <property name="text">
2069+ <string>Show new distribution releases: </string>
2070+ </property>
2071+ </widget>
2072+ </item>
2073+ <item row="0" column="1">
2074+ <widget class="QComboBox" name="combobox_release_upgrades">
2075+ <item>
2076+ <property name="text">
2077+ <string>Normal Releases</string>
2078+ </property>
2079+ </item>
2080+ <item>
2081+ <property name="text">
2082+ <string>Long term support releases only</string>
2083+ </property>
2084+ </item>
2085+ <item>
2086+ <property name="text">
2087+ <string>Never</string>
2088+ </property>
2089+ </item>
2090+ </widget>
2091+ </item>
2092+ </layout>
2093+ </widget>
2094+ </item>
2095+ </layout>
2096+ </widget>
2097+ <widget class="QWidget" name="tab_4">
2098+ <attribute name="title">
2099+ <string>Authentication</string>
2100+ </attribute>
2101+ <layout class="QGridLayout">
2102+ <property name="margin">
2103+ <number>9</number>
2104+ </property>
2105+ <property name="spacing">
2106+ <number>6</number>
2107+ </property>
2108+ <item row="1" column="0" colspan="4">
2109+ <widget class="QTreeWidget" name="treeview2">
2110+ <property name="alternatingRowColors">
2111+ <bool>true</bool>
2112+ </property>
2113+ <property name="rootIsDecorated">
2114+ <bool>false</bool>
2115+ </property>
2116+ <property name="headerHidden">
2117+ <bool>true</bool>
2118+ </property>
2119+ <column>
2120+ <property name="text">
2121+ <string>1</string>
2122+ </property>
2123+ </column>
2124+ </widget>
2125+ </item>
2126+ <item row="0" column="0" colspan="2">
2127+ <widget class="QLabel" name="label_3">
2128+ <property name="text">
2129+ <string>&lt;b&gt;Trusted software providers&lt;/b&gt;</string>
2130+ </property>
2131+ </widget>
2132+ </item>
2133+ <item row="2" column="2">
2134+ <spacer>
2135+ <property name="orientation">
2136+ <enum>Qt::Horizontal</enum>
2137+ </property>
2138+ <property name="sizeHint" stdset="0">
2139+ <size>
2140+ <width>171</width>
2141+ <height>20</height>
2142+ </size>
2143+ </property>
2144+ </spacer>
2145+ </item>
2146+ <item row="2" column="0">
2147+ <widget class="QPushButton" name="button_add_auth">
2148+ <property name="text">
2149+ <string>_Import Key File...</string>
2150+ </property>
2151+ </widget>
2152+ </item>
2153+ <item row="2" column="1">
2154+ <widget class="QPushButton" name="button_auth_remove">
2155+ <property name="text">
2156+ <string>Remove</string>
2157+ </property>
2158+ </widget>
2159+ </item>
2160+ <item row="2" column="3">
2161+ <widget class="QPushButton" name="button_auth_restore">
2162+ <property name="text">
2163+ <string>Restore _Defaults</string>
2164+ </property>
2165+ </widget>
2166+ </item>
2167+ </layout>
2168+ </widget>
2169+ <widget class="QWidget" name="tab_5">
2170+ <attribute name="title">
2171+ <string>Statistics</string>
2172+ </attribute>
2173+ <layout class="QGridLayout">
2174+ <property name="margin">
2175+ <number>9</number>
2176+ </property>
2177+ <property name="spacing">
2178+ <number>6</number>
2179+ </property>
2180+ <item row="2" column="0">
2181+ <spacer>
2182+ <property name="orientation">
2183+ <enum>Qt::Vertical</enum>
2184+ </property>
2185+ <property name="sizeHint" stdset="0">
2186+ <size>
2187+ <width>561</width>
2188+ <height>321</height>
2189+ </size>
2190+ </property>
2191+ </spacer>
2192+ </item>
2193+ <item row="1" column="0">
2194+ <widget class="QLabel" name="label_popcon_desc">
2195+ <property name="text">
2196+ <string>TextLabel</string>
2197+ </property>
2198+ <property name="wordWrap">
2199+ <bool>true</bool>
2200+ </property>
2201+ </widget>
2202+ </item>
2203+ <item row="0" column="0">
2204+ <widget class="QCheckBox" name="checkbutton_popcon">
2205+ <property name="text">
2206+ <string>Submit statistical information</string>
2207+ </property>
2208+ </widget>
2209+ </item>
2210+ </layout>
2211+ </widget>
2212+ </widget>
2213+ </item>
2214+ <item row="1" column="0">
2215+ <widget class="QDialogButtonBox" name="buttonBox">
2216+ <property name="orientation">
2217+ <enum>Qt::Horizontal</enum>
2218+ </property>
2219+ <property name="standardButtons">
2220+ <set>QDialogButtonBox::Close|QDialogButtonBox::Reset</set>
2221+ </property>
2222+ </widget>
2223+ </item>
2224+ </layout>
2225+ </widget>
2226+ <resources/>
2227+ <connections/>
2228+</ui>
2229
2230=== added directory 'data/gtkbuilder'
2231=== added file 'data/gtkbuilder/dialog-add-sources-list.ui'
2232--- data/gtkbuilder/dialog-add-sources-list.ui 1970-01-01 00:00:00 +0000
2233+++ data/gtkbuilder/dialog-add-sources-list.ui 2016-03-27 17:29:55 +0000
2234@@ -0,0 +1,142 @@
2235+<?xml version="1.0"?>
2236+<interface>
2237+ <!-- interface-requires gtk+ 2.12 -->
2238+ <!-- interface-naming-policy toplevel-contextual -->
2239+ <object class="GtkDialog" id="dialog_add_sources_list">
2240+ <property name="border_width">6</property>
2241+ <property name="resizable">False</property>
2242+ <property name="type_hint">dialog</property>
2243+ <child internal-child="vbox">
2244+ <object class="GtkVBox" id="dialog-vbox1">
2245+ <property name="visible">True</property>
2246+ <property name="spacing">12</property>
2247+ <child>
2248+ <object class="GtkHBox" id="hbox1">
2249+ <property name="visible">True</property>
2250+ <property name="border_width">6</property>
2251+ <property name="spacing">12</property>
2252+ <child>
2253+ <object class="GtkImage" id="image_sources_list">
2254+ <property name="visible">True</property>
2255+ <property name="xalign">0</property>
2256+ <property name="yalign">0</property>
2257+ <property name="stock">gtk-dialog-question</property>
2258+ <property name="icon-size">6</property>
2259+ </object>
2260+ <packing>
2261+ <property name="expand">False</property>
2262+ <property name="position">0</property>
2263+ </packing>
2264+ </child>
2265+ <child>
2266+ <object class="GtkVBox" id="vbox1">
2267+ <property name="visible">True</property>
2268+ <property name="spacing">12</property>
2269+ <child>
2270+ <object class="GtkLabel" id="label_sources">
2271+ <property name="visible">True</property>
2272+ <property name="xalign">0</property>
2273+ <property name="wrap">True</property>
2274+ </object>
2275+ <packing>
2276+ <property name="expand">False</property>
2277+ <property name="fill">False</property>
2278+ <property name="position">0</property>
2279+ </packing>
2280+ </child>
2281+ <child>
2282+ <object class="GtkScrolledWindow" id="scrolled_window">
2283+ <property name="height_request">200</property>
2284+ <property name="visible">True</property>
2285+ <property name="can_focus">True</property>
2286+ <property name="hscrollbar_policy">automatic</property>
2287+ <property name="vscrollbar_policy">automatic</property>
2288+ <property name="shadow_type">in</property>
2289+ <child>
2290+ <object class="GtkTreeView" id="treeview_sources">
2291+ <property name="visible">True</property>
2292+ <property name="can_focus">True</property>
2293+ <property name="headers_visible">False</property>
2294+ <property name="rules_hint">True</property>
2295+ </object>
2296+ </child>
2297+ </object>
2298+ <packing>
2299+ <property name="position">1</property>
2300+ </packing>
2301+ </child>
2302+ </object>
2303+ <packing>
2304+ <property name="position">1</property>
2305+ </packing>
2306+ </child>
2307+ </object>
2308+ <packing>
2309+ <property name="position">1</property>
2310+ </packing>
2311+ </child>
2312+ <child internal-child="action_area">
2313+ <object class="GtkHButtonBox" id="dialog-action_area1">
2314+ <property name="visible">True</property>
2315+ <property name="layout_style">end</property>
2316+ <child>
2317+ <object class="GtkButton" id="button_replace">
2318+ <property name="label" translatable="yes">_Replace</property>
2319+ <property name="visible">True</property>
2320+ <property name="can_focus">True</property>
2321+ <property name="can_default">True</property>
2322+ <property name="receives_default">False</property>
2323+ <property name="use_underline">True</property>
2324+ </object>
2325+ <packing>
2326+ <property name="expand">False</property>
2327+ <property name="fill">False</property>
2328+ <property name="position">0</property>
2329+ </packing>
2330+ </child>
2331+ <child>
2332+ <object class="GtkButton" id="button_cancel">
2333+ <property name="label">gtk-cancel</property>
2334+ <property name="visible">True</property>
2335+ <property name="can_focus">True</property>
2336+ <property name="can_default">True</property>
2337+ <property name="receives_default">False</property>
2338+ <property name="use_stock">True</property>
2339+ </object>
2340+ <packing>
2341+ <property name="expand">False</property>
2342+ <property name="fill">False</property>
2343+ <property name="position">1</property>
2344+ </packing>
2345+ </child>
2346+ <child>
2347+ <object class="GtkButton" id="button_add">
2348+ <property name="label">gtk-add</property>
2349+ <property name="visible">True</property>
2350+ <property name="can_focus">True</property>
2351+ <property name="can_default">True</property>
2352+ <property name="receives_default">False</property>
2353+ <property name="use_stock">True</property>
2354+ </object>
2355+ <packing>
2356+ <property name="expand">False</property>
2357+ <property name="fill">False</property>
2358+ <property name="position">2</property>
2359+ </packing>
2360+ </child>
2361+ </object>
2362+ <packing>
2363+ <property name="expand">False</property>
2364+ <property name="pack_type">end</property>
2365+ <property name="position">0</property>
2366+ </packing>
2367+ </child>
2368+ </object>
2369+ </child>
2370+ <action-widgets>
2371+ <action-widget response="1">button_replace</action-widget>
2372+ <action-widget response="-6">button_cancel</action-widget>
2373+ <action-widget response="2">button_add</action-widget>
2374+ </action-widgets>
2375+ </object>
2376+</interface>
2377
2378=== added file 'data/gtkbuilder/dialog-add.ui'
2379--- data/gtkbuilder/dialog-add.ui 1970-01-01 00:00:00 +0000
2380+++ data/gtkbuilder/dialog-add.ui 2016-03-27 17:29:55 +0000
2381@@ -0,0 +1,195 @@
2382+<?xml version="1.0"?>
2383+<interface>
2384+ <!-- interface-requires gtk+ 2.12 -->
2385+ <!-- interface-naming-policy toplevel-contextual -->
2386+ <object class="GtkDialog" id="dialog_add_custom">
2387+ <property name="border_width">6</property>
2388+ <property name="resizable">False</property>
2389+ <property name="modal">True</property>
2390+ <property name="type_hint">dialog</property>
2391+ <property name="skip_taskbar_hint">True</property>
2392+ <child internal-child="vbox">
2393+ <object class="GtkVBox" id="dialog-vbox2">
2394+ <property name="visible">True</property>
2395+ <property name="spacing">12</property>
2396+ <child>
2397+ <object class="GtkHBox" id="hbox7">
2398+ <property name="visible">True</property>
2399+ <property name="border_width">6</property>
2400+ <property name="spacing">12</property>
2401+ <child>
2402+ <object class="GtkImage" id="image3">
2403+ <property name="visible">True</property>
2404+ <property name="yalign">0</property>
2405+ <property name="stock">gtk-dialog-question</property>
2406+ <property name="icon-size">6</property>
2407+ </object>
2408+ <packing>
2409+ <property name="expand">False</property>
2410+ <property name="position">0</property>
2411+ </packing>
2412+ </child>
2413+ <child>
2414+ <object class="GtkVBox" id="vbox5">
2415+ <property name="visible">True</property>
2416+ <property name="spacing">12</property>
2417+ <child>
2418+ <object class="GtkLabel" id="label33">
2419+ <property name="visible">True</property>
2420+ <property name="can_focus">True</property>
2421+ <property name="xalign">0</property>
2422+ <property name="label" translatable="yes">&lt;big&gt;&lt;b&gt;Enter the complete APT line of the repository that you want to add as source&lt;/b&gt;&lt;/big&gt;</property>
2423+ <property name="use_markup">True</property>
2424+ <property name="wrap">True</property>
2425+ <property name="selectable">True</property>
2426+ <property name="max-width-chars">70</property>
2427+ </object>
2428+ <packing>
2429+ <property name="expand">False</property>
2430+ <property name="fill">False</property>
2431+ <property name="position">0</property>
2432+ </packing>
2433+ </child>
2434+ <child>
2435+ <object class="GtkLabel" id="label_example_line">
2436+ <property name="visible">True</property>
2437+ <property name="can_focus">True</property>
2438+ <property name="xalign">0</property>
2439+ <property name="use_markup">True</property>
2440+ <property name="wrap">True</property>
2441+ <property name="selectable">True</property>
2442+ <property name="max-width-chars">70</property>
2443+ </object>
2444+ <packing>
2445+ <property name="expand">False</property>
2446+ <property name="fill">False</property>
2447+ <property name="position">1</property>
2448+ </packing>
2449+ </child>
2450+ <child>
2451+ <object class="GtkHBox" id="hbox8">
2452+ <property name="visible">True</property>
2453+ <property name="spacing">10</property>
2454+ <child>
2455+ <object class="GtkLabel" id="label34">
2456+ <property name="visible">True</property>
2457+ <property name="label" translatable="yes">APT line:</property>
2458+ </object>
2459+ <packing>
2460+ <property name="expand">False</property>
2461+ <property name="fill">False</property>
2462+ <property name="position">0</property>
2463+ </packing>
2464+ </child>
2465+ <child>
2466+ <object class="GtkEntry" id="entry_source_line">
2467+ <property name="visible">True</property>
2468+ <property name="can_focus">True</property>
2469+ <property name="activates_default">True</property>
2470+ </object>
2471+ <packing>
2472+ <property name="position">1</property>
2473+ </packing>
2474+ </child>
2475+ </object>
2476+ <packing>
2477+ <property name="expand">False</property>
2478+ <property name="position">2</property>
2479+ </packing>
2480+ </child>
2481+ </object>
2482+ <packing>
2483+ <property name="position">1</property>
2484+ </packing>
2485+ </child>
2486+ </object>
2487+ <packing>
2488+ <property name="position">1</property>
2489+ </packing>
2490+ </child>
2491+ <child internal-child="action_area">
2492+ <object class="GtkHButtonBox" id="dialog-action_area2">
2493+ <property name="visible">True</property>
2494+ <property name="layout_style">end</property>
2495+ <child>
2496+ <object class="GtkButton" id="button5">
2497+ <property name="label">gtk-cancel</property>
2498+ <property name="visible">True</property>
2499+ <property name="can_focus">True</property>
2500+ <property name="can_default">True</property>
2501+ <property name="receives_default">False</property>
2502+ <property name="use_stock">True</property>
2503+ </object>
2504+ <packing>
2505+ <property name="expand">False</property>
2506+ <property name="fill">False</property>
2507+ <property name="position">0</property>
2508+ </packing>
2509+ </child>
2510+ <child>
2511+ <object class="GtkButton" id="button_add_source">
2512+ <property name="visible">True</property>
2513+ <property name="sensitive">False</property>
2514+ <property name="can_focus">True</property>
2515+ <property name="has_focus">True</property>
2516+ <property name="can_default">True</property>
2517+ <property name="has_default">True</property>
2518+ <property name="receives_default">False</property>
2519+ <child>
2520+ <object class="GtkAlignment" id="alignment1">
2521+ <property name="visible">True</property>
2522+ <property name="xscale">0</property>
2523+ <property name="yscale">0</property>
2524+ <child>
2525+ <object class="GtkHBox" id="hbox10">
2526+ <property name="visible">True</property>
2527+ <property name="spacing">2</property>
2528+ <child>
2529+ <object class="GtkImage" id="image2">
2530+ <property name="visible">True</property>
2531+ <property name="stock">gtk-add</property>
2532+ </object>
2533+ <packing>
2534+ <property name="expand">False</property>
2535+ <property name="fill">False</property>
2536+ <property name="position">0</property>
2537+ </packing>
2538+ </child>
2539+ <child>
2540+ <object class="GtkLabel" id="label35">
2541+ <property name="visible">True</property>
2542+ <property name="label" translatable="yes">_Add Source</property>
2543+ <property name="use_underline">True</property>
2544+ </object>
2545+ <packing>
2546+ <property name="expand">False</property>
2547+ <property name="fill">False</property>
2548+ <property name="position">1</property>
2549+ </packing>
2550+ </child>
2551+ </object>
2552+ </child>
2553+ </object>
2554+ </child>
2555+ </object>
2556+ <packing>
2557+ <property name="expand">False</property>
2558+ <property name="fill">False</property>
2559+ <property name="position">1</property>
2560+ </packing>
2561+ </child>
2562+ </object>
2563+ <packing>
2564+ <property name="expand">False</property>
2565+ <property name="pack_type">end</property>
2566+ <property name="position">0</property>
2567+ </packing>
2568+ </child>
2569+ </object>
2570+ </child>
2571+ <action-widgets>
2572+ <action-widget response="-6">button5</action-widget>
2573+ <action-widget response="-5">button_add_source</action-widget>
2574+ </action-widgets>
2575+ </object>
2576+</interface>
2577
2578=== added file 'data/gtkbuilder/dialog-cache-outofdate.ui'
2579--- data/gtkbuilder/dialog-cache-outofdate.ui 1970-01-01 00:00:00 +0000
2580+++ data/gtkbuilder/dialog-cache-outofdate.ui 2016-03-27 17:29:55 +0000
2581@@ -0,0 +1,146 @@
2582+<?xml version="1.0"?>
2583+<interface>
2584+ <!-- interface-requires gtk+ 2.12 -->
2585+ <!-- interface-naming-policy toplevel-contextual -->
2586+ <object class="GtkDialog" id="dialog_cache_outofdate">
2587+ <property name="border_width">6</property>
2588+ <property name="title" translatable="yes"> </property>
2589+ <property name="resizable">False</property>
2590+ <property name="window_position">center-on-parent</property>
2591+ <property name="type_hint">dialog</property>
2592+ <property name="skip_taskbar_hint">True</property>
2593+ <property name="skip_pager_hint">True</property>
2594+ <child internal-child="vbox">
2595+ <object class="GtkVBox" id="dialog-vbox5">
2596+ <property name="visible">True</property>
2597+ <property name="spacing">12</property>
2598+ <child>
2599+ <object class="GtkHBox" id="hbox36">
2600+ <property name="visible">True</property>
2601+ <property name="border_width">6</property>
2602+ <property name="spacing">12</property>
2603+ <child>
2604+ <object class="GtkImage" id="image4">
2605+ <property name="visible">True</property>
2606+ <property name="xalign">0</property>
2607+ <property name="yalign">0</property>
2608+ <property name="stock">gtk-dialog-info</property>
2609+ <property name="icon-size">6</property>
2610+ </object>
2611+ <packing>
2612+ <property name="expand">False</property>
2613+ <property name="position">0</property>
2614+ </packing>
2615+ </child>
2616+ <child>
2617+ <object class="GtkLabel" id="label70">
2618+ <property name="visible">True</property>
2619+ <property name="can_focus">True</property>
2620+ <property name="xalign">0</property>
2621+ <property name="yalign">0</property>
2622+ <property name="max-width-chars">70</property>
2623+ <property name="label" translatable="yes">&lt;b&gt;&lt;big&gt;The information about available software is out-of-date&lt;/big&gt;&lt;/b&gt;
2624+
2625+To install software and updates from newly added or changed sources, you have to reload the information about available software.
2626+
2627+You need a working internet connection to continue.</property>
2628+ <property name="use_markup">True</property>
2629+ <property name="wrap">True</property>
2630+ <property name="selectable">True</property>
2631+ </object>
2632+ <packing>
2633+ <property name="expand">False</property>
2634+ <property name="fill">False</property>
2635+ <property name="position">1</property>
2636+ </packing>
2637+ </child>
2638+ </object>
2639+ <packing>
2640+ <property name="position">1</property>
2641+ </packing>
2642+ </child>
2643+ <child internal-child="action_area">
2644+ <object class="GtkHButtonBox" id="dialog-action_area5">
2645+ <property name="visible">True</property>
2646+ <property name="layout_style">end</property>
2647+ <child>
2648+ <object class="GtkButton" id="cancelbutton1">
2649+ <property name="visible">True</property>
2650+ <property name="can_focus">True</property>
2651+ <property name="has_focus">True</property>
2652+ <property name="can_default">True</property>
2653+ <property name="has_default">True</property>
2654+ <property name="receives_default">False</property>
2655+ <child>
2656+ <object class="GtkAlignment" id="alignment2">
2657+ <property name="visible">True</property>
2658+ <property name="xscale">0</property>
2659+ <property name="yscale">0</property>
2660+ <child>
2661+ <object class="GtkHBox" id="hbox37">
2662+ <property name="visible">True</property>
2663+ <property name="spacing">2</property>
2664+ <child>
2665+ <object class="GtkImage" id="image5">
2666+ <property name="visible">True</property>
2667+ <property name="stock">gtk-refresh</property>
2668+ </object>
2669+ <packing>
2670+ <property name="expand">False</property>
2671+ <property name="fill">False</property>
2672+ <property name="position">0</property>
2673+ </packing>
2674+ </child>
2675+ <child>
2676+ <object class="GtkLabel" id="label71">
2677+ <property name="visible">True</property>
2678+ <property name="label" translatable="yes">_Reload</property>
2679+ <property name="use_underline">True</property>
2680+ </object>
2681+ <packing>
2682+ <property name="expand">False</property>
2683+ <property name="fill">False</property>
2684+ <property name="position">1</property>
2685+ </packing>
2686+ </child>
2687+ </object>
2688+ </child>
2689+ </object>
2690+ </child>
2691+ </object>
2692+ <packing>
2693+ <property name="expand">False</property>
2694+ <property name="fill">False</property>
2695+ <property name="position">0</property>
2696+ </packing>
2697+ </child>
2698+ <child>
2699+ <object class="GtkButton" id="okbutton1">
2700+ <property name="label">gtk-close</property>
2701+ <property name="visible">True</property>
2702+ <property name="can_focus">True</property>
2703+ <property name="can_default">True</property>
2704+ <property name="receives_default">False</property>
2705+ <property name="use_stock">True</property>
2706+ </object>
2707+ <packing>
2708+ <property name="expand">False</property>
2709+ <property name="fill">False</property>
2710+ <property name="position">1</property>
2711+ </packing>
2712+ </child>
2713+ </object>
2714+ <packing>
2715+ <property name="expand">False</property>
2716+ <property name="pack_type">end</property>
2717+ <property name="position">0</property>
2718+ </packing>
2719+ </child>
2720+ </object>
2721+ </child>
2722+ <action-widgets>
2723+ <action-widget response="-10">cancelbutton1</action-widget>
2724+ <action-widget response="-7">okbutton1</action-widget>
2725+ </action-widgets>
2726+ </object>
2727+</interface>
2728
2729=== added file 'data/gtkbuilder/dialog-cdrom-progress.ui'
2730--- data/gtkbuilder/dialog-cdrom-progress.ui 1970-01-01 00:00:00 +0000
2731+++ data/gtkbuilder/dialog-cdrom-progress.ui 2016-03-27 17:29:55 +0000
2732@@ -0,0 +1,83 @@
2733+<?xml version="1.0"?>
2734+<interface>
2735+ <!-- interface-requires gtk+ 2.12 -->
2736+ <!-- interface-naming-policy toplevel-contextual -->
2737+ <object class="GtkDialog" id="dialog_cdrom_progress">
2738+ <property name="border_width">6</property>
2739+ <property name="title" translatable="yes">Scanning CD-ROM</property>
2740+ <property name="resizable">False</property>
2741+ <property name="modal">True</property>
2742+ <property name="type_hint">dialog</property>
2743+ <child internal-child="vbox">
2744+ <object class="GtkVBox" id="dialog-vbox4">
2745+ <property name="visible">True</property>
2746+ <property name="spacing">12</property>
2747+ <child>
2748+ <object class="GtkVBox" id="vbox18">
2749+ <property name="visible">True</property>
2750+ <property name="border_width">6</property>
2751+ <property name="spacing">12</property>
2752+ <child>
2753+ <object class="GtkLabel" id="label_cdrom">
2754+ <property name="visible">True</property>
2755+ <property name="wrap">True</property>
2756+ </object>
2757+ <packing>
2758+ <property name="expand">False</property>
2759+ <property name="fill">False</property>
2760+ <property name="position">0</property>
2761+ </packing>
2762+ </child>
2763+ <child>
2764+ <object class="GtkProgressBar" id="progressbar_cdrom">
2765+ <property name="width_request">350</property>
2766+ <property name="visible">True</property>
2767+ <property name="pulse_step">0.10000000149</property>
2768+ </object>
2769+ <packing>
2770+ <property name="expand">False</property>
2771+ <property name="fill">False</property>
2772+ <property name="position">1</property>
2773+ </packing>
2774+ </child>
2775+ <child>
2776+ <placeholder/>
2777+ </child>
2778+ </object>
2779+ <packing>
2780+ <property name="position">1</property>
2781+ </packing>
2782+ </child>
2783+ <child internal-child="action_area">
2784+ <object class="GtkHButtonBox" id="dialog-action_area4">
2785+ <property name="visible">True</property>
2786+ <property name="layout_style">end</property>
2787+ <child>
2788+ <object class="GtkButton" id="button_cdrom_close">
2789+ <property name="label">gtk-close</property>
2790+ <property name="visible">True</property>
2791+ <property name="can_focus">True</property>
2792+ <property name="can_default">True</property>
2793+ <property name="receives_default">False</property>
2794+ <property name="use_stock">True</property>
2795+ </object>
2796+ <packing>
2797+ <property name="expand">False</property>
2798+ <property name="fill">False</property>
2799+ <property name="position">0</property>
2800+ </packing>
2801+ </child>
2802+ </object>
2803+ <packing>
2804+ <property name="expand">False</property>
2805+ <property name="pack_type">end</property>
2806+ <property name="position">0</property>
2807+ </packing>
2808+ </child>
2809+ </object>
2810+ </child>
2811+ <action-widgets>
2812+ <action-widget response="-7">button_cdrom_close</action-widget>
2813+ </action-widgets>
2814+ </object>
2815+</interface>
2816
2817=== added file 'data/gtkbuilder/dialog-edit-source.ui'
2818--- data/gtkbuilder/dialog-edit-source.ui 1970-01-01 00:00:00 +0000
2819+++ data/gtkbuilder/dialog-edit-source.ui 2016-03-27 17:29:55 +0000
2820@@ -0,0 +1,251 @@
2821+<?xml version="1.0"?>
2822+<interface>
2823+ <!-- interface-requires gtk+ 2.12 -->
2824+ <!-- interface-naming-policy toplevel-contextual -->
2825+ <object class="GtkListStore" id="model1">
2826+ <columns>
2827+ <!-- column-name gchararray -->
2828+ <column type="gchararray"/>
2829+ </columns>
2830+ <data>
2831+ <row>
2832+ <col id="0" translatable="yes">Binary</col>
2833+ </row>
2834+ <row>
2835+ <col id="0" translatable="yes">Source</col>
2836+ </row>
2837+ </data>
2838+ </object>
2839+ <object class="GtkDialog" id="dialog_edit">
2840+ <property name="border_width">6</property>
2841+ <property name="title" translatable="yes">Edit Source</property>
2842+ <property name="modal">True</property>
2843+ <property name="default_width">400</property>
2844+ <property name="type_hint">dialog</property>
2845+ <property name="skip_taskbar_hint">True</property>
2846+ <child internal-child="vbox">
2847+ <object class="GtkVBox" id="vbox6">
2848+ <property name="visible">True</property>
2849+ <property name="spacing">12</property>
2850+ <child>
2851+ <object class="GtkTable" id="table1">
2852+ <property name="visible">True</property>
2853+ <property name="border_width">6</property>
2854+ <property name="n_rows">7</property>
2855+ <property name="n_columns">2</property>
2856+ <property name="column_spacing">12</property>
2857+ <property name="row_spacing">6</property>
2858+ <child>
2859+ <object class="GtkLabel" id="label36">
2860+ <property name="visible">True</property>
2861+ <property name="xalign">1</property>
2862+ <property name="label" translatable="yes">&lt;b&gt;Type:&lt;/b&gt;</property>
2863+ <property name="use_markup">True</property>
2864+ </object>
2865+ <packing>
2866+ <property name="top_attach">1</property>
2867+ <property name="bottom_attach">2</property>
2868+ <property name="x_options">GTK_FILL</property>
2869+ <property name="y_options"></property>
2870+ </packing>
2871+ </child>
2872+ <child>
2873+ <object class="GtkLabel" id="label38">
2874+ <property name="visible">True</property>
2875+ <property name="xalign">1</property>
2876+ <property name="label" translatable="yes">&lt;b&gt;URI:&lt;/b&gt;</property>
2877+ <property name="use_markup">True</property>
2878+ </object>
2879+ <packing>
2880+ <property name="top_attach">3</property>
2881+ <property name="bottom_attach">4</property>
2882+ <property name="x_options">GTK_FILL</property>
2883+ <property name="y_options"></property>
2884+ </packing>
2885+ </child>
2886+ <child>
2887+ <object class="GtkLabel" id="label39">
2888+ <property name="visible">True</property>
2889+ <property name="xalign">1</property>
2890+ <property name="label" translatable="yes">&lt;b&gt;Distribution:&lt;/b&gt;</property>
2891+ <property name="use_markup">True</property>
2892+ </object>
2893+ <packing>
2894+ <property name="top_attach">4</property>
2895+ <property name="bottom_attach">5</property>
2896+ <property name="x_options">GTK_FILL</property>
2897+ <property name="y_options"></property>
2898+ </packing>
2899+ </child>
2900+ <child>
2901+ <object class="GtkLabel" id="label40">
2902+ <property name="visible">True</property>
2903+ <property name="xalign">1</property>
2904+ <property name="label" translatable="yes">&lt;b&gt;Components:&lt;/b&gt;</property>
2905+ <property name="use_markup">True</property>
2906+ </object>
2907+ <packing>
2908+ <property name="top_attach">5</property>
2909+ <property name="bottom_attach">6</property>
2910+ <property name="x_options">GTK_FILL</property>
2911+ <property name="y_options"></property>
2912+ </packing>
2913+ </child>
2914+ <child>
2915+ <object class="GtkEntry" id="entry_uri">
2916+ <property name="visible">True</property>
2917+ <property name="can_focus">True</property>
2918+ <property name="activates_default">True</property>
2919+ </object>
2920+ <packing>
2921+ <property name="left_attach">1</property>
2922+ <property name="right_attach">2</property>
2923+ <property name="top_attach">3</property>
2924+ <property name="bottom_attach">4</property>
2925+ <property name="y_options"></property>
2926+ </packing>
2927+ </child>
2928+ <child>
2929+ <object class="GtkEntry" id="entry_comps">
2930+ <property name="visible">True</property>
2931+ <property name="can_focus">True</property>
2932+ <property name="activates_default">True</property>
2933+ </object>
2934+ <packing>
2935+ <property name="left_attach">1</property>
2936+ <property name="right_attach">2</property>
2937+ <property name="top_attach">5</property>
2938+ <property name="bottom_attach">6</property>
2939+ <property name="y_options"></property>
2940+ </packing>
2941+ </child>
2942+ <child>
2943+ <object class="GtkComboBox" id="combobox_type">
2944+ <property name="visible">True</property>
2945+ <property name="model">model1</property>
2946+ <child>
2947+ <object class="GtkCellRendererText" id="renderer1"/>
2948+ <attributes>
2949+ <attribute name="text">0</attribute>
2950+ </attributes>
2951+ </child>
2952+ </object>
2953+ <packing>
2954+ <property name="left_attach">1</property>
2955+ <property name="right_attach">2</property>
2956+ <property name="top_attach">1</property>
2957+ <property name="bottom_attach">2</property>
2958+ <property name="x_options">GTK_FILL</property>
2959+ <property name="y_options">GTK_FILL</property>
2960+ </packing>
2961+ </child>
2962+ <child>
2963+ <object class="GtkLabel" id="label61">
2964+ <property name="visible">True</property>
2965+ <property name="xalign">1</property>
2966+ <property name="label" translatable="yes">&lt;b&gt;Comment:&lt;/b&gt;</property>
2967+ <property name="use_markup">True</property>
2968+ </object>
2969+ <packing>
2970+ <property name="top_attach">6</property>
2971+ <property name="bottom_attach">7</property>
2972+ <property name="x_options">GTK_FILL</property>
2973+ <property name="y_options"></property>
2974+ </packing>
2975+ </child>
2976+ <child>
2977+ <object class="GtkEntry" id="entry_comment">
2978+ <property name="visible">True</property>
2979+ <property name="can_focus">True</property>
2980+ <property name="activates_default">True</property>
2981+ </object>
2982+ <packing>
2983+ <property name="left_attach">1</property>
2984+ <property name="right_attach">2</property>
2985+ <property name="top_attach">6</property>
2986+ <property name="bottom_attach">7</property>
2987+ <property name="y_options"></property>
2988+ </packing>
2989+ </child>
2990+ <child>
2991+ <object class="GtkEntry" id="entry_dist">
2992+ <property name="visible">True</property>
2993+ <property name="can_focus">True</property>
2994+ <property name="activates_default">True</property>
2995+ </object>
2996+ <packing>
2997+ <property name="left_attach">1</property>
2998+ <property name="right_attach">2</property>
2999+ <property name="top_attach">4</property>
3000+ <property name="bottom_attach">5</property>
3001+ <property name="y_options"></property>
3002+ </packing>
3003+ </child>
3004+ <child>
3005+ <placeholder/>
3006+ </child>
3007+ <child>
3008+ <placeholder/>
3009+ </child>
3010+ <child>
3011+ <placeholder/>
3012+ </child>
3013+ <child>
3014+ <placeholder/>
3015+ </child>
3016+ </object>
3017+ <packing>
3018+ <property name="position">1</property>
3019+ </packing>
3020+ </child>
3021+ <child internal-child="action_area">
3022+ <object class="GtkHButtonBox" id="hbuttonbox3">
3023+ <property name="visible">True</property>
3024+ <property name="layout_style">end</property>
3025+ <child>
3026+ <object class="GtkButton" id="button7">
3027+ <property name="label">gtk-cancel</property>
3028+ <property name="visible">True</property>
3029+ <property name="can_focus">True</property>
3030+ <property name="can_default">True</property>
3031+ <property name="receives_default">False</property>
3032+ <property name="use_stock">True</property>
3033+ </object>
3034+ <packing>
3035+ <property name="expand">False</property>
3036+ <property name="fill">False</property>
3037+ <property name="position">0</property>
3038+ </packing>
3039+ </child>
3040+ <child>
3041+ <object class="GtkButton" id="button_edit_ok">
3042+ <property name="label">gtk-ok</property>
3043+ <property name="visible">True</property>
3044+ <property name="can_focus">True</property>
3045+ <property name="has_focus">True</property>
3046+ <property name="can_default">True</property>
3047+ <property name="has_default">True</property>
3048+ <property name="receives_default">False</property>
3049+ <property name="use_stock">True</property>
3050+ </object>
3051+ <packing>
3052+ <property name="expand">False</property>
3053+ <property name="fill">False</property>
3054+ <property name="position">1</property>
3055+ </packing>
3056+ </child>
3057+ </object>
3058+ <packing>
3059+ <property name="expand">False</property>
3060+ <property name="pack_type">end</property>
3061+ <property name="position">0</property>
3062+ </packing>
3063+ </child>
3064+ </object>
3065+ </child>
3066+ <action-widgets>
3067+ <action-widget response="-6">button7</action-widget>
3068+ <action-widget response="-5">button_edit_ok</action-widget>
3069+ </action-widgets>
3070+ </object>
3071+</interface>
3072
3073=== added file 'data/gtkbuilder/dialog-mirror.ui'
3074--- data/gtkbuilder/dialog-mirror.ui 1970-01-01 00:00:00 +0000
3075+++ data/gtkbuilder/dialog-mirror.ui 2016-03-27 17:29:55 +0000
3076@@ -0,0 +1,335 @@
3077+<?xml version="1.0"?>
3078+<interface>
3079+ <!-- interface-requires gtk+ 2.12 -->
3080+ <!-- interface-naming-policy toplevel-contextual -->
3081+ <object class="GtkDialog" id="dialog_mirror">
3082+ <property name="border_width">6</property>
3083+ <property name="title" translatable="yes">Choose a Download Server</property>
3084+ <property name="window_position">center-on-parent</property>
3085+ <property name="type_hint">dialog</property>
3086+ <child internal-child="vbox">
3087+ <object class="GtkVBox" id="dialog-vbox6">
3088+ <property name="visible">True</property>
3089+ <property name="spacing">6</property>
3090+ <child>
3091+ <object class="GtkVBox" id="vbox19">
3092+ <property name="visible">True</property>
3093+ <property name="border_width">6</property>
3094+ <property name="spacing">12</property>
3095+ <child>
3096+ <object class="GtkHBox" id="hbox38">
3097+ <property name="visible">True</property>
3098+ <property name="spacing">6</property>
3099+ <child>
3100+ <object class="GtkVBox" id="vbox24">
3101+ <property name="visible">True</property>
3102+ <property name="spacing">6</property>
3103+ <child>
3104+ <object class="GtkScrolledWindow" id="scrolledwindow1">
3105+ <property name="width_request">334</property>
3106+ <property name="height_request">211</property>
3107+ <property name="visible">True</property>
3108+ <property name="can_focus">True</property>
3109+ <property name="shadow_type">in</property>
3110+ <child>
3111+ <object class="GtkTreeView" id="treeview_mirrors">
3112+ <property name="visible">True</property>
3113+ <property name="can_focus">True</property>
3114+ <property name="headers_visible">False</property>
3115+ <property name="rules_hint">True</property>
3116+ <signal name="cursor_changed" handler="on_treeview_mirrors_cursor_changed"/>
3117+ </object>
3118+ </child>
3119+ </object>
3120+ <packing>
3121+ <property name="position">0</property>
3122+ </packing>
3123+ </child>
3124+ <child>
3125+ <object class="GtkHBox" id="hbox40">
3126+ <property name="visible">True</property>
3127+ <child>
3128+ <object class="GtkHBox" id="hbox39">
3129+ <property name="visible">True</property>
3130+ <property name="spacing">12</property>
3131+ <child>
3132+ <object class="GtkLabel" id="label73">
3133+ <property name="visible">True</property>
3134+ <property name="label" translatable="yes">Protocol:</property>
3135+ </object>
3136+ <packing>
3137+ <property name="expand">False</property>
3138+ <property name="fill">False</property>
3139+ <property name="position">0</property>
3140+ </packing>
3141+ </child>
3142+ <child>
3143+ <object class="GtkComboBox" id="combobox_mirror_proto">
3144+ <property name="visible">True</property>
3145+ </object>
3146+ <packing>
3147+ <property name="position">1</property>
3148+ </packing>
3149+ </child>
3150+ </object>
3151+ <packing>
3152+ <property name="position">0</property>
3153+ </packing>
3154+ </child>
3155+ </object>
3156+ <packing>
3157+ <property name="expand">False</property>
3158+ <property name="position">1</property>
3159+ </packing>
3160+ </child>
3161+ </object>
3162+ <packing>
3163+ <property name="position">0</property>
3164+ </packing>
3165+ </child>
3166+ <child>
3167+ <object class="GtkVBox" id="vbox20">
3168+ <property name="visible">True</property>
3169+ <property name="spacing">12</property>
3170+ <child>
3171+ <object class="GtkVBox" id="vbox21">
3172+ <property name="spacing">6</property>
3173+ <child>
3174+ <object class="GtkButton" id="button_mirror_add">
3175+ <property name="label">gtk-add</property>
3176+ <property name="visible">True</property>
3177+ <property name="can_focus">True</property>
3178+ <property name="receives_default">False</property>
3179+ <property name="use_stock">True</property>
3180+ <signal name="clicked" handler="on_button_mirror_add_clicked"/>
3181+ </object>
3182+ <packing>
3183+ <property name="expand">False</property>
3184+ <property name="fill">False</property>
3185+ <property name="position">0</property>
3186+ </packing>
3187+ </child>
3188+ <child>
3189+ <object class="GtkButton" id="button_mirror_edit">
3190+ <property name="label">gtk-edit</property>
3191+ <property name="visible">True</property>
3192+ <property name="sensitive">False</property>
3193+ <property name="can_focus">True</property>
3194+ <property name="receives_default">False</property>
3195+ <property name="use_stock">True</property>
3196+ <signal name="clicked" handler="on_button_mirror_edit_clicked"/>
3197+ </object>
3198+ <packing>
3199+ <property name="expand">False</property>
3200+ <property name="fill">False</property>
3201+ <property name="position">1</property>
3202+ </packing>
3203+ </child>
3204+ <child>
3205+ <object class="GtkButton" id="button_mirror_remove">
3206+ <property name="label">gtk-remove</property>
3207+ <property name="visible">True</property>
3208+ <property name="sensitive">False</property>
3209+ <property name="can_focus">True</property>
3210+ <property name="receives_default">False</property>
3211+ <property name="use_stock">True</property>
3212+ <signal name="clicked" handler="on_button_mirror_remove_clicked"/>
3213+ </object>
3214+ <packing>
3215+ <property name="expand">False</property>
3216+ <property name="fill">False</property>
3217+ <property name="position">2</property>
3218+ </packing>
3219+ </child>
3220+ </object>
3221+ <packing>
3222+ <property name="expand">False</property>
3223+ <property name="position">0</property>
3224+ </packing>
3225+ </child>
3226+ <child>
3227+ <object class="GtkButton" id="button_mirror_test">
3228+ <property name="label" translatable="yes">_Select Best Server</property>
3229+ <property name="visible">True</property>
3230+ <property name="can_focus">True</property>
3231+ <property name="receives_default">False</property>
3232+ <property name="tooltip_text" translatable="yes">Performs a connection test to find the best mirror for your location</property>
3233+ <property name="use_underline">True</property>
3234+ <signal name="clicked" handler="on_button_test_clicked"/>
3235+ </object>
3236+ <packing>
3237+ <property name="expand">False</property>
3238+ <property name="fill">False</property>
3239+ <property name="position">1</property>
3240+ </packing>
3241+ </child>
3242+ </object>
3243+ <packing>
3244+ <property name="expand">False</property>
3245+ <property name="position">1</property>
3246+ </packing>
3247+ </child>
3248+ </object>
3249+ <packing>
3250+ <property name="position">0</property>
3251+ </packing>
3252+ </child>
3253+ </object>
3254+ <packing>
3255+ <property name="position">1</property>
3256+ </packing>
3257+ </child>
3258+ <child internal-child="action_area">
3259+ <object class="GtkHButtonBox" id="dialog-action_area6">
3260+ <property name="visible">True</property>
3261+ <property name="layout_style">end</property>
3262+ <child>
3263+ <object class="GtkButton" id="cancelbutton2">
3264+ <property name="label">gtk-cancel</property>
3265+ <property name="visible">True</property>
3266+ <property name="can_focus">True</property>
3267+ <property name="can_default">True</property>
3268+ <property name="receives_default">False</property>
3269+ <property name="use_stock">True</property>
3270+ </object>
3271+ <packing>
3272+ <property name="expand">False</property>
3273+ <property name="fill">False</property>
3274+ <property name="position">0</property>
3275+ </packing>
3276+ </child>
3277+ <child>
3278+ <object class="GtkButton" id="button_mirror_choose">
3279+ <property name="label" translatable="yes">Choose _Server</property>
3280+ <property name="visible">True</property>
3281+ <property name="sensitive">False</property>
3282+ <property name="can_focus">True</property>
3283+ <property name="can_default">True</property>
3284+ <property name="receives_default">False</property>
3285+ <property name="use_underline">True</property>
3286+ </object>
3287+ <packing>
3288+ <property name="expand">False</property>
3289+ <property name="fill">False</property>
3290+ <property name="position">1</property>
3291+ </packing>
3292+ </child>
3293+ </object>
3294+ <packing>
3295+ <property name="expand">False</property>
3296+ <property name="pack_type">end</property>
3297+ <property name="position">0</property>
3298+ </packing>
3299+ </child>
3300+ </object>
3301+ </child>
3302+ <action-widgets>
3303+ <action-widget response="-6">cancelbutton2</action-widget>
3304+ <action-widget response="-5">button_mirror_choose</action-widget>
3305+ </action-widgets>
3306+ </object>
3307+ <object class="GtkDialog" id="dialog_mirror_test">
3308+ <property name="border_width">6</property>
3309+ <property name="title" translatable="yes"> </property>
3310+ <property name="resizable">False</property>
3311+ <property name="modal">True</property>
3312+ <property name="window_position">center-on-parent</property>
3313+ <property name="destroy_with_parent">True</property>
3314+ <property name="type_hint">dialog</property>
3315+ <signal name="delete_event" handler="on_dialog_mirror_test_delete_event"/>
3316+ <child internal-child="vbox">
3317+ <object class="GtkVBox" id="dialog-vbox2">
3318+ <property name="visible">True</property>
3319+ <property name="spacing">6</property>
3320+ <child>
3321+ <object class="GtkVBox" id="vbox22">
3322+ <property name="visible">True</property>
3323+ <property name="border_width">6</property>
3324+ <property name="spacing">12</property>
3325+ <child>
3326+ <object class="GtkLabel" id="label72">
3327+ <property name="visible">True</property>
3328+ <property name="label" translatable="yes">&lt;b&gt;&lt;big&gt;Testing download servers&lt;/big&gt;&lt;/b&gt;
3329+
3330+A series of tests will be performed to find the best mirror for your location.</property>
3331+ <property name="use_markup">True</property>
3332+ <property name="wrap">True</property>
3333+ </object>
3334+ <packing>
3335+ <property name="expand">False</property>
3336+ <property name="fill">False</property>
3337+ <property name="position">0</property>
3338+ </packing>
3339+ </child>
3340+ <child>
3341+ <object class="GtkVBox" id="vbox23">
3342+ <property name="visible">True</property>
3343+ <property name="spacing">6</property>
3344+ <child>
3345+ <object class="GtkProgressBar" id="progressbar_test_mirror">
3346+ <property name="visible">True</property>
3347+ <property name="pulse_step">0.10000000149</property>
3348+ </object>
3349+ <packing>
3350+ <property name="expand">False</property>
3351+ <property name="fill">False</property>
3352+ <property name="position">0</property>
3353+ </packing>
3354+ </child>
3355+ <child>
3356+ <object class="GtkLabel" id="label_test_mirror">
3357+ <property name="visible">True</property>
3358+ <property name="xalign">0</property>
3359+ <property name="use_markup">True</property>
3360+ <property name="ellipsize">end</property>
3361+ </object>
3362+ <packing>
3363+ <property name="expand">False</property>
3364+ <property name="fill">False</property>
3365+ <property name="position">1</property>
3366+ </packing>
3367+ </child>
3368+ </object>
3369+ <packing>
3370+ <property name="position">1</property>
3371+ </packing>
3372+ </child>
3373+ </object>
3374+ <packing>
3375+ <property name="position">1</property>
3376+ </packing>
3377+ </child>
3378+ <child internal-child="action_area">
3379+ <object class="GtkHButtonBox" id="dialog-action_area2">
3380+ <property name="visible">True</property>
3381+ <property name="layout_style">end</property>
3382+ <child>
3383+ <object class="GtkButton" id="button_test_cancel">
3384+ <property name="label">gtk-cancel</property>
3385+ <property name="visible">True</property>
3386+ <property name="can_focus">True</property>
3387+ <property name="can_default">True</property>
3388+ <property name="receives_default">True</property>
3389+ <property name="use_stock">True</property>
3390+ <signal name="clicked" handler="on_button_cancel_test_clicked"/>
3391+ </object>
3392+ <packing>
3393+ <property name="expand">False</property>
3394+ <property name="fill">False</property>
3395+ <property name="position">0</property>
3396+ </packing>
3397+ </child>
3398+ </object>
3399+ <packing>
3400+ <property name="expand">False</property>
3401+ <property name="pack_type">end</property>
3402+ <property name="position">0</property>
3403+ </packing>
3404+ </child>
3405+ </object>
3406+ </child>
3407+ <action-widgets>
3408+ <action-widget response="-6">button_test_cancel</action-widget>
3409+ </action-widgets>
3410+ </object>
3411+</interface>
3412
3413=== added file 'data/gtkbuilder/main.ui'
3414--- data/gtkbuilder/main.ui 1970-01-01 00:00:00 +0000
3415+++ data/gtkbuilder/main.ui 2016-03-27 17:29:55 +0000
3416@@ -0,0 +1,1125 @@
3417+<?xml version="1.0" encoding="UTF-8"?>
3418+<interface>
3419+ <!-- interface-requires gtk+ 3.0 -->
3420+ <object class="GtkListStore" id="model_normal_updates_display">
3421+ <columns>
3422+ <!-- column-name text -->
3423+ <column type="gchararray"/>
3424+ <!-- column-name days -->
3425+ <column type="gint"/>
3426+ </columns>
3427+ <data>
3428+ <row>
3429+ <col id="0" translatable="yes">Display immediately</col>
3430+ <col id="1">0</col>
3431+ </row>
3432+ <row>
3433+ <col id="0" translatable="yes">Display weekly</col>
3434+ <col id="1">7</col>
3435+ </row>
3436+ <row>
3437+ <col id="0" translatable="yes">Display every two weeks</col>
3438+ <col id="1">14</col>
3439+ </row>
3440+ </data>
3441+ </object>
3442+ <object class="GtkListStore" id="model_release_upgrades">
3443+ <columns>
3444+ <!-- column-name gchararray -->
3445+ <column type="gchararray"/>
3446+ </columns>
3447+ <data>
3448+ <row>
3449+ <col id="0" translatable="yes">For any new version</col>
3450+ </row>
3451+ <row>
3452+ <col id="0" translatable="yes">For long-term support versions</col>
3453+ </row>
3454+ <row>
3455+ <col id="0" translatable="yes">Never</col>
3456+ </row>
3457+ </data>
3458+ </object>
3459+ <object class="GtkListStore" id="model_security_updates_display_behavior">
3460+ <columns>
3461+ <!-- column-name text -->
3462+ <column type="gchararray"/>
3463+ </columns>
3464+ <data>
3465+ <row>
3466+ <col id="0" translatable="yes">Display immediately</col>
3467+ </row>
3468+ <row>
3469+ <col id="0" translatable="yes">Download automatically</col>
3470+ </row>
3471+ <row>
3472+ <col id="0" translatable="yes">Download and install automatically</col>
3473+ </row>
3474+ </data>
3475+ </object>
3476+ <object class="GtkListStore" id="model_updates_interval">
3477+ <columns>
3478+ <!-- column-name text -->
3479+ <column type="gchararray"/>
3480+ <!-- column-name interval -->
3481+ <column type="gint"/>
3482+ </columns>
3483+ <data>
3484+ <row>
3485+ <col id="0" translatable="yes">Daily</col>
3486+ <col id="1">1</col>
3487+ </row>
3488+ <row>
3489+ <col id="0" translatable="yes">Every two days</col>
3490+ <col id="1">2</col>
3491+ </row>
3492+ <row>
3493+ <col id="0" translatable="yes">Weekly</col>
3494+ <col id="1">7</col>
3495+ </row>
3496+ <row>
3497+ <col id="0" translatable="yes">Every two weeks</col>
3498+ <col id="1">14</col>
3499+ </row>
3500+ <row>
3501+ <col id="0" translatable="yes">Never</col>
3502+ <col id="1">0</col>
3503+ </row>
3504+ </data>
3505+ </object>
3506+ <object class="GtkTextBuffer" id="textbuffer1">
3507+ <property name="text" translatable="yes">To install from a CD-ROM or DVD, insert the medium into the drive.</property>
3508+ </object>
3509+ <object class="GtkWindow" id="window_main">
3510+ <property name="can_focus">False</property>
3511+ <property name="border_width">6</property>
3512+ <property name="title" translatable="yes">Software &amp; Updates</property>
3513+ <property name="window_position">center</property>
3514+ <signal name="delete-event" handler="on_delete_event" swapped="no"/>
3515+ <child>
3516+ <object class="GtkVBox" id="vbox1">
3517+ <property name="visible">True</property>
3518+ <property name="can_focus">False</property>
3519+ <child>
3520+ <object class="GtkNotebook" id="notebook_main">
3521+ <property name="visible">True</property>
3522+ <property name="can_focus">True</property>
3523+ <property name="border_width">6</property>
3524+ <child>
3525+ <object class="GtkVBox" id="vbox5">
3526+ <property name="visible">True</property>
3527+ <property name="can_focus">False</property>
3528+ <property name="border_width">12</property>
3529+ <property name="spacing">18</property>
3530+ <child>
3531+ <object class="GtkFrame" id="frame4">
3532+ <property name="visible">True</property>
3533+ <property name="can_focus">False</property>
3534+ <property name="label_xalign">0</property>
3535+ <property name="shadow_type">none</property>
3536+ <child>
3537+ <object class="GtkAlignment" id="alignment5">
3538+ <property name="visible">True</property>
3539+ <property name="can_focus">False</property>
3540+ <property name="top_padding">6</property>
3541+ <property name="left_padding">12</property>
3542+ <child>
3543+ <object class="GtkVBox" id="vbox10">
3544+ <property name="visible">True</property>
3545+ <property name="can_focus">False</property>
3546+ <property name="spacing">18</property>
3547+ <child>
3548+ <object class="GtkVBox" id="vbox13">
3549+ <property name="visible">True</property>
3550+ <property name="can_focus">False</property>
3551+ <property name="spacing">6</property>
3552+ <child>
3553+ <object class="GtkVBox" id="vbox21">
3554+ <property name="visible">True</property>
3555+ <property name="can_focus">False</property>
3556+ <property name="spacing">6</property>
3557+ <child>
3558+ <object class="GtkVBox" id="vbox_dist_comps">
3559+ <property name="visible">True</property>
3560+ <property name="can_focus">False</property>
3561+ <property name="spacing">6</property>
3562+ <child>
3563+ <placeholder/>
3564+ </child>
3565+ </object>
3566+ <packing>
3567+ <property name="expand">False</property>
3568+ <property name="fill">True</property>
3569+ <property name="position">0</property>
3570+ </packing>
3571+ </child>
3572+ <child>
3573+ <object class="GtkCheckButton" id="checkbutton_source_code">
3574+ <property name="label" translatable="yes">Source code</property>
3575+ <property name="use_action_appearance">False</property>
3576+ <property name="visible">True</property>
3577+ <property name="can_focus">True</property>
3578+ <property name="receives_default">False</property>
3579+ <property name="use_action_appearance">False</property>
3580+ <property name="use_underline">True</property>
3581+ <property name="xalign">0</property>
3582+ <property name="draw_indicator">True</property>
3583+ </object>
3584+ <packing>
3585+ <property name="expand">False</property>
3586+ <property name="fill">True</property>
3587+ <property name="position">1</property>
3588+ </packing>
3589+ </child>
3590+ </object>
3591+ <packing>
3592+ <property name="expand">False</property>
3593+ <property name="fill">True</property>
3594+ <property name="position">0</property>
3595+ </packing>
3596+ </child>
3597+ <child>
3598+ <object class="GtkHBox" id="hbox6">
3599+ <property name="visible">True</property>
3600+ <property name="can_focus">False</property>
3601+ <property name="spacing">12</property>
3602+ <child>
3603+ <object class="GtkLabel" id="label15">
3604+ <property name="visible">True</property>
3605+ <property name="can_focus">False</property>
3606+ <property name="label" translatable="yes">Download from:</property>
3607+ </object>
3608+ <packing>
3609+ <property name="expand">False</property>
3610+ <property name="fill">False</property>
3611+ <property name="position">0</property>
3612+ </packing>
3613+ </child>
3614+ <child>
3615+ <object class="GtkComboBox" id="combobox_server">
3616+ <property name="visible">True</property>
3617+ <property name="can_focus">False</property>
3618+ </object>
3619+ <packing>
3620+ <property name="expand">True</property>
3621+ <property name="fill">True</property>
3622+ <property name="position">1</property>
3623+ </packing>
3624+ </child>
3625+ </object>
3626+ <packing>
3627+ <property name="expand">False</property>
3628+ <property name="fill">False</property>
3629+ <property name="position">1</property>
3630+ </packing>
3631+ </child>
3632+ </object>
3633+ <packing>
3634+ <property name="expand">False</property>
3635+ <property name="fill">True</property>
3636+ <property name="position">0</property>
3637+ </packing>
3638+ </child>
3639+ </object>
3640+ </child>
3641+ </object>
3642+ </child>
3643+ <child type="label">
3644+ <object class="GtkLabel" id="label67">
3645+ <property name="visible">True</property>
3646+ <property name="can_focus">False</property>
3647+ <property name="label" translatable="yes">&lt;b&gt;Downloadable from the Internet&lt;/b&gt;</property>
3648+ <property name="use_markup">True</property>
3649+ </object>
3650+ </child>
3651+ </object>
3652+ <packing>
3653+ <property name="expand">False</property>
3654+ <property name="fill">True</property>
3655+ <property name="position">0</property>
3656+ </packing>
3657+ </child>
3658+ <child>
3659+ <object class="GtkFrame" id="frame7">
3660+ <property name="visible">True</property>
3661+ <property name="can_focus">False</property>
3662+ <property name="label_xalign">0</property>
3663+ <property name="shadow_type">none</property>
3664+ <child>
3665+ <object class="GtkAlignment" id="alignment8">
3666+ <property name="visible">True</property>
3667+ <property name="can_focus">False</property>
3668+ <property name="top_padding">6</property>
3669+ <property name="left_padding">12</property>
3670+ <child>
3671+ <object class="GtkVBox" id="vbox11">
3672+ <property name="visible">True</property>
3673+ <property name="can_focus">False</property>
3674+ <property name="spacing">6</property>
3675+ <child>
3676+ <object class="GtkVBox" id="vbox22">
3677+ <property name="visible">True</property>
3678+ <property name="can_focus">False</property>
3679+ <child>
3680+ <object class="GtkScrolledWindow" id="scrolledwindow_no_cd">
3681+ <property name="visible">True</property>
3682+ <property name="can_focus">True</property>
3683+ <property name="shadow_type">in</property>
3684+ <child>
3685+ <object class="GtkTextView" id="textview_no_cd">
3686+ <property name="visible">True</property>
3687+ <property name="sensitive">False</property>
3688+ <property name="can_focus">True</property>
3689+ <property name="pixels_above_lines">6</property>
3690+ <property name="editable">False</property>
3691+ <property name="wrap_mode">word</property>
3692+ <property name="left_margin">6</property>
3693+ <property name="right_margin">6</property>
3694+ <property name="cursor_visible">False</property>
3695+ <property name="buffer">textbuffer1</property>
3696+ </object>
3697+ </child>
3698+ </object>
3699+ <packing>
3700+ <property name="expand">True</property>
3701+ <property name="fill">True</property>
3702+ <property name="position">0</property>
3703+ </packing>
3704+ </child>
3705+ <child>
3706+ <object class="GtkScrolledWindow" id="scrolledwindow_cd">
3707+ <property name="height_request">75</property>
3708+ <property name="visible">True</property>
3709+ <property name="can_focus">True</property>
3710+ <property name="shadow_type">in</property>
3711+ <child>
3712+ <object class="GtkTreeView" id="treeview_cdroms">
3713+ <property name="height_request">109</property>
3714+ <property name="visible">True</property>
3715+ <property name="can_focus">True</property>
3716+ <property name="headers_visible">False</property>
3717+ <property name="rules_hint">True</property>
3718+ <child internal-child="selection">
3719+ <object class="GtkTreeSelection" id="treeview-selection1"/>
3720+ </child>
3721+ </object>
3722+ </child>
3723+ </object>
3724+ <packing>
3725+ <property name="expand">True</property>
3726+ <property name="fill">True</property>
3727+ <property name="position">1</property>
3728+ </packing>
3729+ </child>
3730+ </object>
3731+ <packing>
3732+ <property name="expand">True</property>
3733+ <property name="fill">True</property>
3734+ <property name="position">0</property>
3735+ </packing>
3736+ </child>
3737+ </object>
3738+ </child>
3739+ </object>
3740+ </child>
3741+ <child type="label">
3742+ <object class="GtkLabel" id="label14">
3743+ <property name="visible">True</property>
3744+ <property name="can_focus">False</property>
3745+ <property name="label" translatable="yes">&lt;b&gt;Installable from CD-ROM/DVD&lt;/b&gt;</property>
3746+ <property name="use_markup">True</property>
3747+ </object>
3748+ </child>
3749+ </object>
3750+ <packing>
3751+ <property name="expand">True</property>
3752+ <property name="fill">True</property>
3753+ <property name="position">1</property>
3754+ </packing>
3755+ </child>
3756+ </object>
3757+ </child>
3758+ <child type="tab">
3759+ <object class="GtkLabel" id="label_dist_name">
3760+ <property name="visible">True</property>
3761+ <property name="can_focus">False</property>
3762+ </object>
3763+ <packing>
3764+ <property name="tab_fill">False</property>
3765+ </packing>
3766+ </child>
3767+ <child>
3768+ <object class="GtkVBox" id="vbox2">
3769+ <property name="visible">True</property>
3770+ <property name="can_focus">False</property>
3771+ <property name="border_width">12</property>
3772+ <property name="spacing">6</property>
3773+ <child>
3774+ <object class="GtkScrolledWindow" id="scrolledwindow1">
3775+ <property name="visible">True</property>
3776+ <property name="can_focus">True</property>
3777+ <property name="shadow_type">in</property>
3778+ <child>
3779+ <object class="GtkTreeView" id="treeview_sources">
3780+ <property name="visible">True</property>
3781+ <property name="can_focus">True</property>
3782+ <property name="headers_visible">False</property>
3783+ <property name="rules_hint">True</property>
3784+ <signal name="cursor-changed" handler="on_treeview_sources_cursor_changed" swapped="no"/>
3785+ <child internal-child="selection">
3786+ <object class="GtkTreeSelection" id="treeview-selection2"/>
3787+ </child>
3788+ </object>
3789+ </child>
3790+ </object>
3791+ <packing>
3792+ <property name="expand">True</property>
3793+ <property name="fill">True</property>
3794+ <property name="position">0</property>
3795+ </packing>
3796+ </child>
3797+ <child>
3798+ <object class="GtkHBox" id="hbox8">
3799+ <property name="visible">True</property>
3800+ <property name="can_focus">False</property>
3801+ <child>
3802+ <object class="GtkHButtonBox" id="hbuttonbox3">
3803+ <property name="visible">True</property>
3804+ <property name="can_focus">False</property>
3805+ <property name="spacing">6</property>
3806+ <property name="layout_style">start</property>
3807+ <child>
3808+ <object class="GtkButton" id="button_add">
3809+ <property name="label" translatable="yes">Add...</property>
3810+ <property name="use_action_appearance">False</property>
3811+ <property name="visible">True</property>
3812+ <property name="can_focus">True</property>
3813+ <property name="can_default">True</property>
3814+ <property name="receives_default">True</property>
3815+ <property name="use_action_appearance">False</property>
3816+ <signal name="clicked" handler="on_add_clicked" swapped="no"/>
3817+ </object>
3818+ <packing>
3819+ <property name="expand">False</property>
3820+ <property name="fill">False</property>
3821+ <property name="position">0</property>
3822+ </packing>
3823+ </child>
3824+ <child>
3825+ <object class="GtkButton" id="button_edit">
3826+ <property name="label" translatable="yes">Edit...</property>
3827+ <property name="use_action_appearance">False</property>
3828+ <property name="visible">True</property>
3829+ <property name="can_focus">True</property>
3830+ <property name="can_default">True</property>
3831+ <property name="receives_default">True</property>
3832+ <property name="use_action_appearance">False</property>
3833+ <signal name="clicked" handler="on_edit_clicked" swapped="no"/>
3834+ </object>
3835+ <packing>
3836+ <property name="expand">False</property>
3837+ <property name="fill">False</property>
3838+ <property name="position">1</property>
3839+ </packing>
3840+ </child>
3841+ <child>
3842+ <object class="GtkButton" id="button_remove">
3843+ <property name="label">gtk-remove</property>
3844+ <property name="use_action_appearance">False</property>
3845+ <property name="visible">True</property>
3846+ <property name="can_focus">True</property>
3847+ <property name="can_default">True</property>
3848+ <property name="receives_default">True</property>
3849+ <property name="use_action_appearance">False</property>
3850+ <property name="use_stock">True</property>
3851+ <signal name="clicked" handler="on_remove_clicked" swapped="no"/>
3852+ </object>
3853+ <packing>
3854+ <property name="expand">False</property>
3855+ <property name="fill">False</property>
3856+ <property name="position">2</property>
3857+ </packing>
3858+ </child>
3859+ </object>
3860+ <packing>
3861+ <property name="expand">True</property>
3862+ <property name="fill">True</property>
3863+ <property name="position">0</property>
3864+ </packing>
3865+ </child>
3866+ <child>
3867+ <object class="GtkHButtonBox" id="hbuttonbox4">
3868+ <property name="visible">True</property>
3869+ <property name="can_focus">False</property>
3870+ <property name="layout_style">end</property>
3871+ <child>
3872+ <object class="GtkButton" id="button_add_cdrom">
3873+ <property name="label" translatable="yes">Add Volume...</property>
3874+ <property name="use_action_appearance">False</property>
3875+ <property name="visible">True</property>
3876+ <property name="can_focus">True</property>
3877+ <property name="receives_default">True</property>
3878+ <property name="use_action_appearance">False</property>
3879+ <signal name="clicked" handler="on_button_add_cdrom_clicked" swapped="no"/>
3880+ </object>
3881+ <packing>
3882+ <property name="expand">False</property>
3883+ <property name="fill">False</property>
3884+ <property name="pack_type">end</property>
3885+ <property name="position">0</property>
3886+ </packing>
3887+ </child>
3888+ </object>
3889+ <packing>
3890+ <property name="expand">True</property>
3891+ <property name="fill">True</property>
3892+ <property name="position">1</property>
3893+ </packing>
3894+ </child>
3895+ </object>
3896+ <packing>
3897+ <property name="expand">False</property>
3898+ <property name="fill">True</property>
3899+ <property name="position">1</property>
3900+ </packing>
3901+ </child>
3902+ </object>
3903+ <packing>
3904+ <property name="position">1</property>
3905+ </packing>
3906+ </child>
3907+ <child type="tab">
3908+ <object class="GtkLabel" id="label1">
3909+ <property name="visible">True</property>
3910+ <property name="can_focus">False</property>
3911+ <property name="label" translatable="yes">Other Software</property>
3912+ </object>
3913+ <packing>
3914+ <property name="position">1</property>
3915+ <property name="tab_fill">False</property>
3916+ </packing>
3917+ </child>
3918+ <child>
3919+ <object class="GtkVBox" id="vbox8">
3920+ <property name="visible">True</property>
3921+ <property name="can_focus">False</property>
3922+ <property name="border_width">12</property>
3923+ <property name="spacing">18</property>
3924+ <child>
3925+ <object class="GtkFrame" id="frame_children">
3926+ <property name="visible">True</property>
3927+ <property name="can_focus">False</property>
3928+ <property name="label_xalign">0</property>
3929+ <property name="shadow_type">none</property>
3930+ <child>
3931+ <object class="GtkAlignment" id="alignment7">
3932+ <property name="visible">True</property>
3933+ <property name="can_focus">False</property>
3934+ <property name="top_padding">6</property>
3935+ <property name="left_padding">12</property>
3936+ <child>
3937+ <object class="GtkVBox" id="vbox_updates">
3938+ <property name="visible">True</property>
3939+ <property name="can_focus">False</property>
3940+ <property name="spacing">6</property>
3941+ <child>
3942+ <placeholder/>
3943+ </child>
3944+ <child>
3945+ <placeholder/>
3946+ </child>
3947+ <child>
3948+ <placeholder/>
3949+ </child>
3950+ </object>
3951+ </child>
3952+ </object>
3953+ </child>
3954+ <child type="label">
3955+ <object class="GtkLabel" id="label_updates">
3956+ <property name="visible">True</property>
3957+ <property name="can_focus">False</property>
3958+ <property name="label" translatable="yes">Install updates from:</property>
3959+ <property name="use_markup">True</property>
3960+ </object>
3961+ </child>
3962+ </object>
3963+ <packing>
3964+ <property name="expand">False</property>
3965+ <property name="fill">True</property>
3966+ <property name="position">0</property>
3967+ </packing>
3968+ </child>
3969+ <child>
3970+ <object class="GtkAlignment" id="alignment2">
3971+ <property name="visible">True</property>
3972+ <property name="can_focus">False</property>
3973+ <property name="top_padding">6</property>
3974+ <property name="left_padding">12</property>
3975+ <child>
3976+ <object class="GtkVBox" id="vbox6">
3977+ <property name="visible">True</property>
3978+ <property name="can_focus">False</property>
3979+ <property name="spacing">6</property>
3980+ <child>
3981+ <object class="GtkHBox" id="hbox_check_for_updates">
3982+ <property name="visible">True</property>
3983+ <property name="can_focus">False</property>
3984+ <property name="spacing">6</property>
3985+ <child>
3986+ <object class="GtkLabel" id="label3">
3987+ <property name="visible">True</property>
3988+ <property name="can_focus">False</property>
3989+ <property name="xalign">1</property>
3990+ <property name="label" translatable="yes">Automatically check for updates:</property>
3991+ </object>
3992+ <packing>
3993+ <property name="expand">False</property>
3994+ <property name="fill">False</property>
3995+ <property name="position">0</property>
3996+ </packing>
3997+ </child>
3998+ <child>
3999+ <object class="GtkComboBox" id="combobox_update_interval">
4000+ <property name="visible">True</property>
4001+ <property name="can_focus">False</property>
4002+ <property name="model">model_updates_interval</property>
4003+ <child>
4004+ <object class="GtkCellRendererText" id="renderer_updateinterval"/>
4005+ <attributes>
4006+ <attribute name="text">0</attribute>
4007+ </attributes>
4008+ </child>
4009+ </object>
4010+ <packing>
4011+ <property name="expand">True</property>
4012+ <property name="fill">True</property>
4013+ <property name="position">1</property>
4014+ </packing>
4015+ </child>
4016+ </object>
4017+ <packing>
4018+ <property name="expand">False</property>
4019+ <property name="fill">False</property>
4020+ <property name="position">0</property>
4021+ </packing>
4022+ </child>
4023+ <child>
4024+ <object class="GtkHBox" id="hbox1">
4025+ <property name="visible">True</property>
4026+ <property name="can_focus">False</property>
4027+ <property name="spacing">6</property>
4028+ <child>
4029+ <object class="GtkLabel" id="label4">
4030+ <property name="visible">True</property>
4031+ <property name="can_focus">False</property>
4032+ <property name="xalign">1</property>
4033+ <property name="label" translatable="yes">When there are security updates:</property>
4034+ </object>
4035+ <packing>
4036+ <property name="expand">False</property>
4037+ <property name="fill">False</property>
4038+ <property name="position">0</property>
4039+ </packing>
4040+ </child>
4041+ <child>
4042+ <object class="GtkComboBox" id="combobox_security_updates">
4043+ <property name="visible">True</property>
4044+ <property name="can_focus">False</property>
4045+ <property name="model">model_security_updates_display_behavior</property>
4046+ <child>
4047+ <object class="GtkCellRendererText" id="renderer_securityupdates"/>
4048+ <attributes>
4049+ <attribute name="text">0</attribute>
4050+ </attributes>
4051+ </child>
4052+ </object>
4053+ <packing>
4054+ <property name="expand">True</property>
4055+ <property name="fill">True</property>
4056+ <property name="position">1</property>
4057+ </packing>
4058+ </child>
4059+ </object>
4060+ <packing>
4061+ <property name="expand">False</property>
4062+ <property name="fill">False</property>
4063+ <property name="position">1</property>
4064+ </packing>
4065+ </child>
4066+ <child>
4067+ <object class="GtkHBox" id="hbox2">
4068+ <property name="visible">True</property>
4069+ <property name="can_focus">False</property>
4070+ <property name="spacing">6</property>
4071+ <child>
4072+ <object class="GtkLabel" id="label5">
4073+ <property name="visible">True</property>
4074+ <property name="can_focus">False</property>
4075+ <property name="xalign">1</property>
4076+ <property name="label" translatable="yes">When there are other updates:</property>
4077+ </object>
4078+ <packing>
4079+ <property name="expand">False</property>
4080+ <property name="fill">False</property>
4081+ <property name="position">0</property>
4082+ </packing>
4083+ </child>
4084+ <child>
4085+ <object class="GtkComboBox" id="combobox_other_updates">
4086+ <property name="visible">True</property>
4087+ <property name="can_focus">False</property>
4088+ <property name="model">model_normal_updates_display</property>
4089+ <child>
4090+ <object class="GtkCellRendererText" id="renderer_otherupdates"/>
4091+ <attributes>
4092+ <attribute name="text">0</attribute>
4093+ </attributes>
4094+ </child>
4095+ </object>
4096+ <packing>
4097+ <property name="expand">True</property>
4098+ <property name="fill">True</property>
4099+ <property name="position">1</property>
4100+ </packing>
4101+ </child>
4102+ </object>
4103+ <packing>
4104+ <property name="expand">False</property>
4105+ <property name="fill">False</property>
4106+ <property name="position">2</property>
4107+ </packing>
4108+ </child>
4109+ </object>
4110+ </child>
4111+ </object>
4112+ <packing>
4113+ <property name="expand">True</property>
4114+ <property name="fill">True</property>
4115+ <property name="position">1</property>
4116+ </packing>
4117+ </child>
4118+ <child>
4119+ <object class="GtkAlignment" id="alignment15">
4120+ <property name="visible">True</property>
4121+ <property name="can_focus">False</property>
4122+ <property name="left_padding">12</property>
4123+ <child>
4124+ <object class="GtkHBox" id="hbox18">
4125+ <property name="visible">True</property>
4126+ <property name="can_focus">False</property>
4127+ <property name="spacing">6</property>
4128+ <child>
4129+ <object class="GtkLabel" id="label29">
4130+ <property name="visible">True</property>
4131+ <property name="can_focus">False</property>
4132+ <property name="xalign">1</property>
4133+ <property name="label" translatable="yes">Notify me of a new Ubuntu version:</property>
4134+ </object>
4135+ <packing>
4136+ <property name="expand">False</property>
4137+ <property name="fill">False</property>
4138+ <property name="position">0</property>
4139+ </packing>
4140+ </child>
4141+ <child>
4142+ <object class="GtkComboBox" id="combobox_release_upgrades">
4143+ <property name="visible">True</property>
4144+ <property name="can_focus">False</property>
4145+ <property name="model">model_release_upgrades</property>
4146+ <child>
4147+ <object class="GtkCellRendererText" id="renderer1"/>
4148+ <attributes>
4149+ <attribute name="text">0</attribute>
4150+ </attributes>
4151+ </child>
4152+ </object>
4153+ <packing>
4154+ <property name="expand">True</property>
4155+ <property name="fill">True</property>
4156+ <property name="position">1</property>
4157+ </packing>
4158+ </child>
4159+ </object>
4160+ </child>
4161+ </object>
4162+ <packing>
4163+ <property name="expand">False</property>
4164+ <property name="fill">False</property>
4165+ <property name="position">2</property>
4166+ </packing>
4167+ </child>
4168+ </object>
4169+ <packing>
4170+ <property name="position">2</property>
4171+ </packing>
4172+ </child>
4173+ <child type="tab">
4174+ <object class="GtkLabel" id="label_updates12">
4175+ <property name="visible">True</property>
4176+ <property name="can_focus">False</property>
4177+ <property name="label" translatable="yes">Updates</property>
4178+ </object>
4179+ <packing>
4180+ <property name="position">2</property>
4181+ <property name="tab_fill">False</property>
4182+ </packing>
4183+ </child>
4184+ <child>
4185+ <object class="GtkVBox" id="vbox23">
4186+ <property name="visible">True</property>
4187+ <property name="can_focus">False</property>
4188+ <property name="border_width">12</property>
4189+ <property name="spacing">6</property>
4190+ <child>
4191+ <object class="GtkLabel" id="label27">
4192+ <property name="visible">True</property>
4193+ <property name="can_focus">False</property>
4194+ <property name="xalign">0</property>
4195+ <property name="label" translatable="yes">&lt;b&gt;Trusted software providers&lt;/b&gt;</property>
4196+ <property name="use_markup">True</property>
4197+ </object>
4198+ <packing>
4199+ <property name="expand">False</property>
4200+ <property name="fill">False</property>
4201+ <property name="position">0</property>
4202+ </packing>
4203+ </child>
4204+ <child>
4205+ <object class="GtkHBox" id="hbox17">
4206+ <property name="visible">True</property>
4207+ <property name="can_focus">False</property>
4208+ <child>
4209+ <object class="GtkLabel" id="label26">
4210+ <property name="visible">True</property>
4211+ <property name="can_focus">False</property>
4212+ <property name="label" translatable="yes"> </property>
4213+ </object>
4214+ <packing>
4215+ <property name="expand">False</property>
4216+ <property name="fill">False</property>
4217+ <property name="position">0</property>
4218+ </packing>
4219+ </child>
4220+ <child>
4221+ <object class="GtkVBox" id="vbox4">
4222+ <property name="visible">True</property>
4223+ <property name="can_focus">False</property>
4224+ <property name="spacing">6</property>
4225+ <child>
4226+ <object class="GtkScrolledWindow" id="scrolledwindow2">
4227+ <property name="visible">True</property>
4228+ <property name="can_focus">True</property>
4229+ <property name="shadow_type">in</property>
4230+ <child>
4231+ <object class="GtkTreeView" id="treeview_auth">
4232+ <property name="visible">True</property>
4233+ <property name="can_focus">True</property>
4234+ <property name="tooltip_text" translatable="yes">Keys are used to authenticate the correct source of software and so protect your computer from malicious software</property>
4235+ <property name="headers_visible">False</property>
4236+ <property name="rules_hint">True</property>
4237+ <child internal-child="selection">
4238+ <object class="GtkTreeSelection" id="treeview-selection3"/>
4239+ </child>
4240+ </object>
4241+ </child>
4242+ </object>
4243+ <packing>
4244+ <property name="expand">True</property>
4245+ <property name="fill">True</property>
4246+ <property name="position">0</property>
4247+ </packing>
4248+ </child>
4249+ <child>
4250+ <object class="GtkHBox" id="hbox3">
4251+ <property name="visible">True</property>
4252+ <property name="can_focus">False</property>
4253+ <property name="spacing">6</property>
4254+ <child>
4255+ <object class="GtkHButtonBox" id="hbuttonbox5">
4256+ <property name="visible">True</property>
4257+ <property name="can_focus">False</property>
4258+ <property name="spacing">6</property>
4259+ <property name="layout_style">start</property>
4260+ <child>
4261+ <object class="GtkButton" id="button_auth_add">
4262+ <property name="label" translatable="yes">_Import Key File...</property>
4263+ <property name="use_action_appearance">False</property>
4264+ <property name="visible">True</property>
4265+ <property name="can_focus">True</property>
4266+ <property name="receives_default">True</property>
4267+ <property name="has_tooltip">True</property>
4268+ <property name="tooltip_markup" translatable="yes">Import the public key from a trusted software provider</property>
4269+ <property name="tooltip_text" translatable="yes">Import the public key from a trusted software provider</property>
4270+ <property name="use_action_appearance">False</property>
4271+ <property name="use_underline">True</property>
4272+ <signal name="clicked" handler="add_key_clicked" swapped="no"/>
4273+ </object>
4274+ <packing>
4275+ <property name="expand">False</property>
4276+ <property name="fill">False</property>
4277+ <property name="position">0</property>
4278+ </packing>
4279+ </child>
4280+ <child>
4281+ <object class="GtkButton" id="button_auth_remove">
4282+ <property name="label">gtk-remove</property>
4283+ <property name="use_action_appearance">False</property>
4284+ <property name="visible">True</property>
4285+ <property name="can_focus">True</property>
4286+ <property name="receives_default">True</property>
4287+ <property name="use_action_appearance">False</property>
4288+ <property name="use_stock">True</property>
4289+ <signal name="clicked" handler="remove_key_clicked" swapped="no"/>
4290+ </object>
4291+ <packing>
4292+ <property name="expand">False</property>
4293+ <property name="fill">False</property>
4294+ <property name="position">1</property>
4295+ </packing>
4296+ </child>
4297+ </object>
4298+ <packing>
4299+ <property name="expand">True</property>
4300+ <property name="fill">True</property>
4301+ <property name="position">0</property>
4302+ </packing>
4303+ </child>
4304+ <child>
4305+ <object class="GtkHButtonBox" id="hbuttonbox6">
4306+ <property name="visible">True</property>
4307+ <property name="can_focus">False</property>
4308+ <property name="layout_style">end</property>
4309+ <child>
4310+ <object class="GtkButton" id="button_auth_restor">
4311+ <property name="label" translatable="yes">Restore _Defaults</property>
4312+ <property name="use_action_appearance">False</property>
4313+ <property name="visible">True</property>
4314+ <property name="can_focus">True</property>
4315+ <property name="receives_default">True</property>
4316+ <property name="has_tooltip">True</property>
4317+ <property name="tooltip_markup" translatable="yes">Restore the default keys of your distribution</property>
4318+ <property name="tooltip_text" translatable="yes">Restore the default keys of your distribution</property>
4319+ <property name="use_action_appearance">False</property>
4320+ <property name="use_underline">True</property>
4321+ <signal name="clicked" handler="on_restore_clicked" swapped="no"/>
4322+ </object>
4323+ <packing>
4324+ <property name="expand">False</property>
4325+ <property name="fill">False</property>
4326+ <property name="pack_type">end</property>
4327+ <property name="position">0</property>
4328+ </packing>
4329+ </child>
4330+ </object>
4331+ <packing>
4332+ <property name="expand">True</property>
4333+ <property name="fill">True</property>
4334+ <property name="position">1</property>
4335+ </packing>
4336+ </child>
4337+ </object>
4338+ <packing>
4339+ <property name="expand">False</property>
4340+ <property name="fill">True</property>
4341+ <property name="position">1</property>
4342+ </packing>
4343+ </child>
4344+ </object>
4345+ <packing>
4346+ <property name="expand">True</property>
4347+ <property name="fill">True</property>
4348+ <property name="position">1</property>
4349+ </packing>
4350+ </child>
4351+ </object>
4352+ <packing>
4353+ <property name="expand">True</property>
4354+ <property name="fill">True</property>
4355+ <property name="position">1</property>
4356+ </packing>
4357+ </child>
4358+ </object>
4359+ <packing>
4360+ <property name="position">3</property>
4361+ </packing>
4362+ </child>
4363+ <child type="tab">
4364+ <object class="GtkLabel" id="label2">
4365+ <property name="visible">True</property>
4366+ <property name="can_focus">False</property>
4367+ <property name="label" translatable="yes">Authentication</property>
4368+ </object>
4369+ <packing>
4370+ <property name="position">3</property>
4371+ <property name="tab_fill">False</property>
4372+ </packing>
4373+ </child>
4374+ <child>
4375+ <object class="GtkBox" id="vbox_drivers">
4376+ <property name="visible">True</property>
4377+ <property name="can_focus">False</property>
4378+ <property name="border_width">12</property>
4379+ <property name="orientation">vertical</property>
4380+ <property name="spacing">6</property>
4381+ <child>
4382+ <object class="GtkScrolledWindow" id="scrolled_window_drivers">
4383+ <property name="visible">True</property>
4384+ <property name="can_focus">True</property>
4385+ <property name="shadow_type">in</property>
4386+ <child>
4387+ <object class="GtkViewport" id="viewport_drivers">
4388+ <property name="visible">True</property>
4389+ <property name="can_focus">False</property>
4390+ <child>
4391+ <object class="GtkBox" id="box_driver_detail">
4392+ <property name="visible">True</property>
4393+ <property name="can_focus">False</property>
4394+ <property name="hexpand">True</property>
4395+ <property name="orientation">vertical</property>
4396+ <child>
4397+ <placeholder/>
4398+ </child>
4399+ </object>
4400+ </child>
4401+ </object>
4402+ </child>
4403+ </object>
4404+ <packing>
4405+ <property name="expand">True</property>
4406+ <property name="fill">True</property>
4407+ <property name="position">0</property>
4408+ </packing>
4409+ </child>
4410+ <child>
4411+ <object class="GtkBox" id="box_driver_action">
4412+ <property name="visible">True</property>
4413+ <property name="can_focus">False</property>
4414+ <property name="spacing">6</property>
4415+ <child>
4416+ <object class="GtkLabel" id="label_driver_action">
4417+ <property name="visible">True</property>
4418+ <property name="can_focus">False</property>
4419+ <property name="halign">start</property>
4420+ <property name="xalign">0</property>
4421+ <property name="label" translatable="yes">No proprietary drivers are in use.</property>
4422+ </object>
4423+ <packing>
4424+ <property name="expand">True</property>
4425+ <property name="fill">True</property>
4426+ <property name="position">0</property>
4427+ </packing>
4428+ </child>
4429+ <child>
4430+ <placeholder/>
4431+ </child>
4432+ </object>
4433+ <packing>
4434+ <property name="expand">False</property>
4435+ <property name="fill">True</property>
4436+ <property name="position">1</property>
4437+ </packing>
4438+ </child>
4439+ <child>
4440+ <object class="GtkLabel" id="label_disc">
4441+ <property name="visible">True</property>
4442+ <property name="can_focus">False</property>
4443+ <property name="xalign">0</property>
4444+ <property name="label" translatable="yes">&lt;small&gt;A proprietary driver has private code that Ubuntu developers can't review or improve. Security and other updates are dependent on the driver vendor.&lt;/small&gt;</property>
4445+ <property name="use_markup">True</property>
4446+ <property name="wrap">True</property>
4447+ <property name="max-width-chars">50</property>
4448+ </object>
4449+ <packing>
4450+ <property name="expand">False</property>
4451+ <property name="fill">True</property>
4452+ <property name="position">2</property>
4453+ </packing>
4454+ </child>
4455+ </object>
4456+ <packing>
4457+ <property name="position">4</property>
4458+ </packing>
4459+ </child>
4460+ <child type="tab">
4461+ <object class="GtkLabel" id="label6">
4462+ <property name="visible">True</property>
4463+ <property name="can_focus">False</property>
4464+ <property name="label" translatable="yes">Additional Drivers</property>
4465+ </object>
4466+ <packing>
4467+ <property name="position">5</property>
4468+ <property name="tab_fill">False</property>
4469+ </packing>
4470+ </child>
4471+ </object>
4472+ <packing>
4473+ <property name="expand">True</property>
4474+ <property name="fill">True</property>
4475+ <property name="position">0</property>
4476+ </packing>
4477+ </child>
4478+ <child>
4479+ <object class="GtkHButtonBox" id="hbuttonbox2">
4480+ <property name="visible">True</property>
4481+ <property name="can_focus">False</property>
4482+ <property name="spacing">6</property>
4483+ <property name="layout_style">end</property>
4484+ <child>
4485+ <object class="GtkButton" id="button_revert">
4486+ <property name="label" translatable="yes">Re_vert</property>
4487+ <property name="use_action_appearance">False</property>
4488+ <property name="visible">True</property>
4489+ <property name="sensitive">False</property>
4490+ <property name="can_focus">True</property>
4491+ <property name="can_default">True</property>
4492+ <property name="receives_default">True</property>
4493+ <property name="use_action_appearance">False</property>
4494+ <property name="use_underline">True</property>
4495+ <signal name="clicked" handler="on_button_revert_clicked" swapped="no"/>
4496+ </object>
4497+ <packing>
4498+ <property name="expand">False</property>
4499+ <property name="fill">False</property>
4500+ <property name="pack_type">end</property>
4501+ <property name="position">0</property>
4502+ </packing>
4503+ </child>
4504+ <child>
4505+ <object class="GtkButton" id="button_close">
4506+ <property name="label">gtk-close</property>
4507+ <property name="use_action_appearance">False</property>
4508+ <property name="visible">True</property>
4509+ <property name="can_focus">True</property>
4510+ <property name="can_default">True</property>
4511+ <property name="receives_default">True</property>
4512+ <property name="use_action_appearance">False</property>
4513+ <property name="use_stock">True</property>
4514+ <signal name="clicked" handler="on_close_button" swapped="no"/>
4515+ </object>
4516+ <packing>
4517+ <property name="expand">False</property>
4518+ <property name="fill">False</property>
4519+ <property name="pack_type">end</property>
4520+ <property name="position">1</property>
4521+ </packing>
4522+ </child>
4523+ </object>
4524+ <packing>
4525+ <property name="expand">False</property>
4526+ <property name="fill">True</property>
4527+ <property name="position">1</property>
4528+ </packing>
4529+ </child>
4530+ </object>
4531+ </child>
4532+ </object>
4533+ <object class="GtkSizeGroup" id="sizegroup1">
4534+ <widgets>
4535+ <widget name="label3"/>
4536+ <widget name="label4"/>
4537+ <widget name="label5"/>
4538+ <widget name="label29"/>
4539+ </widgets>
4540+ </object>
4541+</interface>
4542
4543=== added directory 'data/icons'
4544=== added directory 'data/icons/16x16'
4545=== added directory 'data/icons/16x16/apps'
4546=== added file 'data/icons/16x16/apps/software-properties.png'
4547Binary files data/icons/16x16/apps/software-properties.png 1970-01-01 00:00:00 +0000 and data/icons/16x16/apps/software-properties.png 2016-03-27 17:29:55 +0000 differ
4548=== added directory 'data/icons/24x24'
4549=== added directory 'data/icons/24x24/apps'
4550=== added file 'data/icons/24x24/apps/software-properties.png'
4551Binary files data/icons/24x24/apps/software-properties.png 1970-01-01 00:00:00 +0000 and data/icons/24x24/apps/software-properties.png 2016-03-27 17:29:55 +0000 differ
4552=== added directory 'data/icons/48x48'
4553=== added directory 'data/icons/48x48/apps'
4554=== added file 'data/icons/48x48/apps/software-properties.png'
4555Binary files data/icons/48x48/apps/software-properties.png 1970-01-01 00:00:00 +0000 and data/icons/48x48/apps/software-properties.png 2016-03-27 17:29:55 +0000 differ
4556=== added directory 'data/icons/64x64'
4557=== added directory 'data/icons/64x64/apps'
4558=== added file 'data/icons/64x64/apps/software-properties.png'
4559Binary files data/icons/64x64/apps/software-properties.png 1970-01-01 00:00:00 +0000 and data/icons/64x64/apps/software-properties.png 2016-03-27 17:29:55 +0000 differ
4560=== added directory 'data/icons/scalable'
4561=== added directory 'data/icons/scalable/apps'
4562=== added file 'data/icons/scalable/apps/disable-device.svg'
4563--- data/icons/scalable/apps/disable-device.svg 1970-01-01 00:00:00 +0000
4564+++ data/icons/scalable/apps/disable-device.svg 2016-03-27 17:29:55 +0000
4565@@ -0,0 +1,150 @@
4566+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4567+<!-- Created with Inkscape (http://www.inkscape.org/) -->
4568+<svg
4569+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4570+ xmlns:cc="http://creativecommons.org/ns#"
4571+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4572+ xmlns:svg="http://www.w3.org/2000/svg"
4573+ xmlns="http://www.w3.org/2000/svg"
4574+ xmlns:xlink="http://www.w3.org/1999/xlink"
4575+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
4576+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
4577+ width="16"
4578+ height="16"
4579+ id="svg3744"
4580+ sodipodi:version="0.32"
4581+ inkscape:version="0.46"
4582+ version="1.0"
4583+ sodipodi:docname="light-off.svg"
4584+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
4585+ inkscape:export-filename="/home/kwwii/greenlight_off.png"
4586+ inkscape:export-xdpi="90"
4587+ inkscape:export-ydpi="90">
4588+ <sodipodi:namedview
4589+ id="base"
4590+ pagecolor="#efebe7"
4591+ bordercolor="#666666"
4592+ borderopacity="1.0"
4593+ inkscape:pageopacity="0"
4594+ inkscape:pageshadow="2"
4595+ inkscape:zoom="6.1638655"
4596+ inkscape:cx="54"
4597+ inkscape:cy="15.5"
4598+ inkscape:current-layer="layer1"
4599+ showgrid="false"
4600+ inkscape:document-units="px"
4601+ inkscape:grid-bbox="true"
4602+ gridtolerance="10000"
4603+ inkscape:object-nodes="true"
4604+ showborder="true"
4605+ objecttolerance="1"
4606+ guidetolerance="10000"
4607+ inkscape:window-width="1920"
4608+ inkscape:window-height="1125"
4609+ inkscape:window-x="0"
4610+ inkscape:window-y="25">
4611+ <inkscape:grid
4612+ type="xygrid"
4613+ id="grid3754"
4614+ visible="true"
4615+ enabled="true"
4616+ empspacing="1" />
4617+ </sodipodi:namedview>
4618+ <defs
4619+ id="defs3746">
4620+ <inkscape:perspective
4621+ sodipodi:type="inkscape:persp3d"
4622+ inkscape:vp_x="0 : 8 : 1"
4623+ inkscape:vp_y="0 : 1000 : 0"
4624+ inkscape:vp_z="16 : 8 : 1"
4625+ inkscape:persp3d-origin="8 : 5.3333333 : 1"
4626+ id="perspective20" />
4627+ <linearGradient
4628+ id="linearGradient3237-580">
4629+ <stop
4630+ id="stop4181"
4631+ offset="0"
4632+ style="stop-color:#ededed;stop-opacity:1;" />
4633+ <stop
4634+ id="stop4183"
4635+ offset="1"
4636+ style="stop-color:#707070;stop-opacity:1;" />
4637+ </linearGradient>
4638+ <radialGradient
4639+ r="5.5"
4640+ fy="12.428571"
4641+ fx="8.5"
4642+ cy="12.428571"
4643+ cx="8.5"
4644+ gradientTransform="matrix(1.5565279,-3.8147216e-8,3.1952359e-8,1.303758,-4.7304868,-3.7752758)"
4645+ gradientUnits="userSpaceOnUse"
4646+ id="radialGradient4098-62"
4647+ xlink:href="#linearGradient3237-580"
4648+ inkscape:collect="always" />
4649+ <linearGradient
4650+ id="linearGradient4644-590">
4651+ <stop
4652+ style="stop-color:#ffffff;stop-opacity:0.71200001;"
4653+ offset="0"
4654+ id="stop4175" />
4655+ <stop
4656+ style="stop-color:#bbbbbb;stop-opacity:0;"
4657+ offset="1"
4658+ id="stop4177" />
4659+ </linearGradient>
4660+ <linearGradient
4661+ gradientTransform="translate(0,20)"
4662+ y2="-13"
4663+ x2="8"
4664+ y1="-17.991131"
4665+ x1="8"
4666+ gradientUnits="userSpaceOnUse"
4667+ id="linearGradient4100-968"
4668+ xlink:href="#linearGradient4644-590"
4669+ inkscape:collect="always" />
4670+ </defs>
4671+ <metadata
4672+ id="metadata3749">
4673+ <rdf:RDF>
4674+ <cc:Work
4675+ rdf:about="">
4676+ <dc:format>image/svg+xml</dc:format>
4677+ <dc:type
4678+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4679+ </cc:Work>
4680+ </rdf:RDF>
4681+ </metadata>
4682+ <g
4683+ id="layer1"
4684+ inkscape:label="Layer 1"
4685+ inkscape:groupmode="layer">
4686+ <path
4687+ id="path4090"
4688+ d="M 8,0 C 3.584,0 0,3.584 0,8 C 0,12.416 3.584,16 8,16 C 12.416,16 16,12.416 16,8 C 16,3.584 12.416,0 8,0 z M 8,1 C 11.864,1 15,4.136 15,8 C 15,11.864 11.864,15 8,15 C 4.136,15 1,11.864 1,8 C 1,4.136 4.136,1 8,1 z"
4689+ style="opacity:0.2;fill:#848484;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
4690+ <path
4691+ transform="matrix(1.2727273,0,0,1.2727273,-2.818182,-2.818182)"
4692+ d="M 14,8.5 A 5.5,5.5 0 1 1 3,8.5 A 5.5,5.5 0 1 1 14,8.5 z"
4693+ sodipodi:ry="5.5"
4694+ sodipodi:rx="5.5"
4695+ sodipodi:cy="8.5"
4696+ sodipodi:cx="8.5"
4697+ id="path4092"
4698+ style="fill:url(#radialGradient4098-62);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
4699+ sodipodi:type="arc" />
4700+ <path
4701+ style="opacity:1;fill:url(#linearGradient4100-968);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.91335344;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.2711111;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
4702+ d="M 8,1 C 5.006233,1 2.468542,2.886176 1.46875,5.53125 C 2.91717,6.430238 5.296697,7 8,7 C 10.703303,7 13.08283,6.430238 14.53125,5.53125 C 13.531458,2.886176 10.993767,1 8,1 z"
4703+ id="path4094" />
4704+ <path
4705+ transform="translate(0,20)"
4706+ d="M 15,-12 A 7,7 0 1 1 1,-12 A 7,7 0 1 1 15,-12 z"
4707+ sodipodi:ry="7"
4708+ sodipodi:rx="7"
4709+ sodipodi:cy="-12"
4710+ sodipodi:cx="8"
4711+ id="path4096"
4712+ style="opacity:0.5;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#272727;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
4713+ sodipodi:type="arc" />
4714+ </g>
4715+</svg>
4716
4717=== added file 'data/icons/scalable/apps/other-driver.svg'
4718--- data/icons/scalable/apps/other-driver.svg 1970-01-01 00:00:00 +0000
4719+++ data/icons/scalable/apps/other-driver.svg 2016-03-27 17:29:55 +0000
4720@@ -0,0 +1,375 @@
4721+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4722+<!-- Created with Inkscape (http://www.inkscape.org/) -->
4723+<svg
4724+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4725+ xmlns:cc="http://creativecommons.org/ns#"
4726+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4727+ xmlns:svg="http://www.w3.org/2000/svg"
4728+ xmlns="http://www.w3.org/2000/svg"
4729+ xmlns:xlink="http://www.w3.org/1999/xlink"
4730+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
4731+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
4732+ width="16"
4733+ height="16"
4734+ id="svg2"
4735+ sodipodi:version="0.32"
4736+ inkscape:version="0.46"
4737+ version="1.0"
4738+ inkscape:export-filename="/home/kwwii/Desktop/open.png"
4739+ inkscape:export-xdpi="90"
4740+ inkscape:export-ydpi="90"
4741+ sodipodi:docname="OpenSourceDriver.svg"
4742+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
4743+ <defs
4744+ id="defs4">
4745+ <linearGradient
4746+ id="linearGradient3249">
4747+ <stop
4748+ style="stop-color:#7c6958;stop-opacity:1;"
4749+ offset="0"
4750+ id="stop3251" />
4751+ <stop
4752+ id="stop3257"
4753+ offset="0.4019025"
4754+ style="stop-color:#a18d7b;stop-opacity:1;" />
4755+ <stop
4756+ style="stop-color:#bbafa4;stop-opacity:1;"
4757+ offset="0.91498214"
4758+ id="stop3259" />
4759+ <stop
4760+ style="stop-color:#887361;stop-opacity:1;"
4761+ offset="1"
4762+ id="stop3253" />
4763+ </linearGradient>
4764+ <linearGradient
4765+ id="linearGradient4699">
4766+ <stop
4767+ id="stop4701"
4768+ offset="0"
4769+ style="stop-color:#685c54;stop-opacity:1;" />
4770+ <stop
4771+ id="stop4703"
4772+ offset="1"
4773+ style="stop-color:#e2d8d4;stop-opacity:1;" />
4774+ </linearGradient>
4775+ <linearGradient
4776+ inkscape:collect="always"
4777+ id="linearGradient4591">
4778+ <stop
4779+ style="stop-color:#07ff22;stop-opacity:1;"
4780+ offset="0"
4781+ id="stop4593" />
4782+ <stop
4783+ style="stop-color:#07ff22;stop-opacity:0;"
4784+ offset="1"
4785+ id="stop4595" />
4786+ </linearGradient>
4787+ <linearGradient
4788+ id="linearGradient4583">
4789+ <stop
4790+ id="stop4585"
4791+ offset="0"
4792+ style="stop-color:#2d2620;stop-opacity:1;" />
4793+ <stop
4794+ id="stop4587"
4795+ offset="1"
4796+ style="stop-color:#a08a7e;stop-opacity:1;" />
4797+ </linearGradient>
4798+ <linearGradient
4799+ id="linearGradient4149">
4800+ <stop
4801+ style="stop-color:#584b3e;stop-opacity:1;"
4802+ offset="0"
4803+ id="stop4151" />
4804+ <stop
4805+ style="stop-color:#887461;stop-opacity:0;"
4806+ offset="1"
4807+ id="stop4153" />
4808+ </linearGradient>
4809+ <linearGradient
4810+ id="linearGradient3891">
4811+ <stop
4812+ style="stop-color:#aa9888;stop-opacity:1;"
4813+ offset="0"
4814+ id="stop3893" />
4815+ <stop
4816+ style="stop-color:#493931;stop-opacity:1;"
4817+ offset="1"
4818+ id="stop3895" />
4819+ </linearGradient>
4820+ <filter
4821+ inkscape:collect="always"
4822+ x="-0.11116035"
4823+ width="1.2223207"
4824+ y="-0.50716912"
4825+ height="2.0143382"
4826+ id="filter6290">
4827+ <feGaussianBlur
4828+ inkscape:collect="always"
4829+ stdDeviation="2.0286765"
4830+ id="feGaussianBlur6292" />
4831+ </filter>
4832+ <filter
4833+ inkscape:collect="always"
4834+ id="filter4143"
4835+ x="-0.16626506"
4836+ width="1.3325301"
4837+ y="-0.33253012"
4838+ height="1.6650602">
4839+ <feGaussianBlur
4840+ inkscape:collect="always"
4841+ stdDeviation="0.55421687"
4842+ id="feGaussianBlur4145" />
4843+ </filter>
4844+ <linearGradient
4845+ inkscape:collect="always"
4846+ xlink:href="#linearGradient4583"
4847+ id="linearGradient4511"
4848+ gradientUnits="userSpaceOnUse"
4849+ x1="8"
4850+ y1="6"
4851+ x2="8"
4852+ y2="3"
4853+ gradientTransform="translate(-20,0)" />
4854+ <linearGradient
4855+ inkscape:collect="always"
4856+ xlink:href="#linearGradient3891"
4857+ id="linearGradient4513"
4858+ gradientUnits="userSpaceOnUse"
4859+ x1="8"
4860+ y1="4"
4861+ x2="8"
4862+ y2="6"
4863+ gradientTransform="translate(-20,0)" />
4864+ <radialGradient
4865+ inkscape:collect="always"
4866+ xlink:href="#linearGradient4591"
4867+ id="radialGradient4599"
4868+ cx="21.353081"
4869+ cy="9.4844608"
4870+ fx="21.353081"
4871+ fy="9.4844608"
4872+ r="2"
4873+ gradientTransform="matrix(0.7517973,-0.6593942,1.9999998,2.2802666,-28.022109,-2.547001)"
4874+ gradientUnits="userSpaceOnUse" />
4875+ <radialGradient
4876+ inkscape:collect="always"
4877+ xlink:href="#linearGradient4591"
4878+ id="radialGradient4603"
4879+ gradientUnits="userSpaceOnUse"
4880+ gradientTransform="matrix(0.9423462,-0.3346395,0.8877829,2.5000003,-23.655724,-5.37522)"
4881+ cx="26.358694"
4882+ cy="7.6783514"
4883+ fx="26.358694"
4884+ fy="7.6783514"
4885+ r="2" />
4886+ <radialGradient
4887+ inkscape:collect="always"
4888+ xlink:href="#linearGradient4591"
4889+ id="radialGradient4607"
4890+ gradientUnits="userSpaceOnUse"
4891+ gradientTransform="matrix(0.9571641,0.2895458,-0.7562596,2.5,-15.097625,-10.652153)"
4892+ cx="26.640236"
4893+ cy="3.1754339"
4894+ fx="26.640236"
4895+ fy="3.1754339"
4896+ r="2" />
4897+ <radialGradient
4898+ inkscape:collect="always"
4899+ xlink:href="#linearGradient4591"
4900+ id="radialGradient4611"
4901+ gradientUnits="userSpaceOnUse"
4902+ gradientTransform="matrix(1.7452993,-7.1255553e-7,8.2917439e-7,1.9999999,-25.11029,-5.511152)"
4903+ cx="18.971123"
4904+ cy="4.7555828"
4905+ fx="18.971123"
4906+ fy="4.7555828"
4907+ r="2" />
4908+ <radialGradient
4909+ inkscape:collect="always"
4910+ xlink:href="#linearGradient4591"
4911+ id="radialGradient4615"
4912+ gradientUnits="userSpaceOnUse"
4913+ gradientTransform="matrix(0.7486292,0.6629888,-1.9999998,2.258346,-4.840336,-13.756273)"
4914+ cx="22.796482"
4915+ cy="1.6128885"
4916+ fx="22.796482"
4917+ fy="1.6128885"
4918+ r="2" />
4919+ <linearGradient
4920+ inkscape:collect="always"
4921+ xlink:href="#linearGradient4699"
4922+ id="linearGradient4705"
4923+ gradientUnits="userSpaceOnUse"
4924+ x1="28"
4925+ y1="14"
4926+ x2="28"
4927+ y2="5"
4928+ gradientTransform="matrix(1.1666666,0,0,1,-24.666666,0)" />
4929+ <radialGradient
4930+ inkscape:collect="always"
4931+ xlink:href="#linearGradient4149"
4932+ id="radialGradient2469"
4933+ gradientUnits="userSpaceOnUse"
4934+ gradientTransform="matrix(2.3333332,3.0756349e-7,-1.1473705e-7,1.6666666,9.333336,-10.416667)"
4935+ cx="-0.57142889"
4936+ cy="17.050001"
4937+ fx="-0.57142889"
4938+ fy="17.050001"
4939+ r="6" />
4940+ <linearGradient
4941+ inkscape:collect="always"
4942+ xlink:href="#linearGradient3249"
4943+ id="linearGradient3255"
4944+ x1="10"
4945+ y1="5"
4946+ x2="10"
4947+ y2="15"
4948+ gradientUnits="userSpaceOnUse" />
4949+ </defs>
4950+ <sodipodi:namedview
4951+ id="base"
4952+ pagecolor="#ffffff"
4953+ bordercolor="#666666"
4954+ borderopacity="1.0"
4955+ gridtolerance="10"
4956+ guidetolerance="10"
4957+ objecttolerance="10"
4958+ inkscape:pageopacity="0.0"
4959+ inkscape:pageshadow="2"
4960+ inkscape:zoom="11.183754"
4961+ inkscape:cx="17.923126"
4962+ inkscape:cy="8.949946"
4963+ inkscape:document-units="px"
4964+ inkscape:current-layer="layer1"
4965+ showgrid="false"
4966+ inkscape:object-nodes="true"
4967+ inkscape:window-width="1919"
4968+ inkscape:window-height="1127"
4969+ inkscape:window-x="1"
4970+ inkscape:window-y="48">
4971+ <inkscape:grid
4972+ type="xygrid"
4973+ id="grid2383"
4974+ visible="true"
4975+ enabled="true" />
4976+ </sodipodi:namedview>
4977+ <metadata
4978+ id="metadata7">
4979+ <rdf:RDF>
4980+ <cc:Work
4981+ rdf:about="">
4982+ <dc:format>image/svg+xml</dc:format>
4983+ <dc:type
4984+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4985+ </cc:Work>
4986+ </rdf:RDF>
4987+ </metadata>
4988+ <g
4989+ inkscape:label="Layer 1"
4990+ inkscape:groupmode="layer"
4991+ id="layer1">
4992+ <rect
4993+ style="opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible;filter:url(#filter6290);enable-background:accumulate"
4994+ id="rect6264"
4995+ width="36.5"
4996+ height="8"
4997+ x="-10.167682"
4998+ y="8.3613281"
4999+ rx="10.428574"
5000+ ry="11.532348"
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to status/vote changes: