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
=== added directory '.bzr-builddeb'
=== renamed directory '.bzr-builddeb' => '.bzr-builddeb.moved'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf 2016-03-27 17:29:55 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2native = True
03
=== added file 'AUTHORS'
--- AUTHORS 1970-01-01 00:00:00 +0000
+++ AUTHORS 2016-03-27 17:29:55 +0000
@@ -0,0 +1,19 @@
1Hackers
2=======
3Michiel Sikkes <michiel@eyesopened.nl>
4Michael Vogt <michael.vogt@canonical.com>
5
6Translators
7===========
8Jorge Bernal <koke@amedias.org>
9Jean Privat <privat@lirmm.fr>
10Martin Willemoes Hansen <mwh@sysrq.dk>
11Zygmunt Krynicki <zyga@www.suxx.pl>
12
13Technical Author
14================
15Sean Wheller <sean@inwords.co.za>
16
17Icons
18=====
19Jakub Steiner <jimmac@novell.com>
020
=== renamed file 'AUTHORS' => 'AUTHORS.moved'
=== added file 'BUGS'
--- BUGS 1970-01-01 00:00:00 +0000
+++ BUGS 2016-03-27 17:29:55 +0000
@@ -0,0 +1,1 @@
1There are currently no known bugs.
02
=== renamed file 'BUGS' => 'BUGS.moved'
=== added file 'COPYING'
--- COPYING 1970-01-01 00:00:00 +0000
+++ COPYING 2016-03-27 17:29:55 +0000
@@ -0,0 +1,340 @@
1 GNU GENERAL PUBLIC LICENSE
2 Version 2, June 1991
3
4 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed.
8
9 Preamble
10
11 The licenses for most software are designed to take away your
12freedom to share and change it. By contrast, the GNU General Public
13License is intended to guarantee your freedom to share and change free
14software--to make sure the software is free for all its users. This
15General Public License applies to most of the Free Software
16Foundation's software and to any other program whose authors commit to
17using it. (Some other Free Software Foundation software is covered by
18the GNU Library General Public License instead.) You can apply it to
19your programs, too.
20
21 When we speak of free software, we are referring to freedom, not
22price. Our General Public Licenses are designed to make sure that you
23have the freedom to distribute copies of free software (and charge for
24this service if you wish), that you receive source code or can get it
25if you want it, that you can change the software or use pieces of it
26in new free programs; and that you know you can do these things.
27
28 To protect your rights, we need to make restrictions that forbid
29anyone to deny you these rights or to ask you to surrender the rights.
30These restrictions translate to certain responsibilities for you if you
31distribute copies of the software, or if you modify it.
32
33 For example, if you distribute copies of such a program, whether
34gratis or for a fee, you must give the recipients all the rights that
35you have. You must make sure that they, too, receive or can get the
36source code. And you must show them these terms so they know their
37rights.
38
39 We protect your rights with two steps: (1) copyright the software, and
40(2) offer you this license which gives you legal permission to copy,
41distribute and/or modify the software.
42
43 Also, for each author's protection and ours, we want to make certain
44that everyone understands that there is no warranty for this free
45software. If the software is modified by someone else and passed on, we
46want its recipients to know that what they have is not the original, so
47that any problems introduced by others will not reflect on the original
48authors' reputations.
49
50 Finally, any free program is threatened constantly by software
51patents. We wish to avoid the danger that redistributors of a free
52program will individually obtain patent licenses, in effect making the
53program proprietary. To prevent this, we have made it clear that any
54patent must be licensed for everyone's free use or not licensed at all.
55
56 The precise terms and conditions for copying, distribution and
57modification follow.
58
059
60 GNU GENERAL PUBLIC LICENSE
61 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
62
63 0. This License applies to any program or other work which contains
64a notice placed by the copyright holder saying it may be distributed
65under the terms of this General Public License. The "Program", below,
66refers to any such program or work, and a "work based on the Program"
67means either the Program or any derivative work under copyright law:
68that is to say, a work containing the Program or a portion of it,
69either verbatim or with modifications and/or translated into another
70language. (Hereinafter, translation is included without limitation in
71the term "modification".) Each licensee is addressed as "you".
72
73Activities other than copying, distribution and modification are not
74covered by this License; they are outside its scope. The act of
75running the Program is not restricted, and the output from the Program
76is covered only if its contents constitute a work based on the
77Program (independent of having been made by running the Program).
78Whether that is true depends on what the Program does.
79
80 1. You may copy and distribute verbatim copies of the Program's
81source code as you receive it, in any medium, provided that you
82conspicuously and appropriately publish on each copy an appropriate
83copyright notice and disclaimer of warranty; keep intact all the
84notices that refer to this License and to the absence of any warranty;
85and give any other recipients of the Program a copy of this License
86along with the Program.
87
88You may charge a fee for the physical act of transferring a copy, and
89you may at your option offer warranty protection in exchange for a fee.
90
91 2. You may modify your copy or copies of the Program or any portion
92of it, thus forming a work based on the Program, and copy and
93distribute such modifications or work under the terms of Section 1
94above, provided that you also meet all of these conditions:
95
96 a) You must cause the modified files to carry prominent notices
97 stating that you changed the files and the date of any change.
98
99 b) You must cause any work that you distribute or publish, that in
100 whole or in part contains or is derived from the Program or any
101 part thereof, to be licensed as a whole at no charge to all third
102 parties under the terms of this License.
103
104 c) If the modified program normally reads commands interactively
105 when run, you must cause it, when started running for such
106 interactive use in the most ordinary way, to print or display an
107 announcement including an appropriate copyright notice and a
108 notice that there is no warranty (or else, saying that you provide
109 a warranty) and that users may redistribute the program under
110 these conditions, and telling the user how to view a copy of this
111 License. (Exception: if the Program itself is interactive but
112 does not normally print such an announcement, your work based on
113 the Program is not required to print an announcement.)
114
1115
116These requirements apply to the modified work as a whole. If
117identifiable sections of that work are not derived from the Program,
118and can be reasonably considered independent and separate works in
119themselves, then this License, and its terms, do not apply to those
120sections when you distribute them as separate works. But when you
121distribute the same sections as part of a whole which is a work based
122on the Program, the distribution of the whole must be on the terms of
123this License, whose permissions for other licensees extend to the
124entire whole, and thus to each and every part regardless of who wrote it.
125
126Thus, it is not the intent of this section to claim rights or contest
127your rights to work written entirely by you; rather, the intent is to
128exercise the right to control the distribution of derivative or
129collective works based on the Program.
130
131In addition, mere aggregation of another work not based on the Program
132with the Program (or with a work based on the Program) on a volume of
133a storage or distribution medium does not bring the other work under
134the scope of this License.
135
136 3. You may copy and distribute the Program (or a work based on it,
137under Section 2) in object code or executable form under the terms of
138Sections 1 and 2 above provided that you also do one of the following:
139
140 a) Accompany it with the complete corresponding machine-readable
141 source code, which must be distributed under the terms of Sections
142 1 and 2 above on a medium customarily used for software interchange; or,
143
144 b) Accompany it with a written offer, valid for at least three
145 years, to give any third party, for a charge no more than your
146 cost of physically performing source distribution, a complete
147 machine-readable copy of the corresponding source code, to be
148 distributed under the terms of Sections 1 and 2 above on a medium
149 customarily used for software interchange; or,
150
151 c) Accompany it with the information you received as to the offer
152 to distribute corresponding source code. (This alternative is
153 allowed only for noncommercial distribution and only if you
154 received the program in object code or executable form with such
155 an offer, in accord with Subsection b above.)
156
157The source code for a work means the preferred form of the work for
158making modifications to it. For an executable work, complete source
159code means all the source code for all modules it contains, plus any
160associated interface definition files, plus the scripts used to
161control compilation and installation of the executable. However, as a
162special exception, the source code distributed need not include
163anything that is normally distributed (in either source or binary
164form) with the major components (compiler, kernel, and so on) of the
165operating system on which the executable runs, unless that component
166itself accompanies the executable.
167
168If distribution of executable or object code is made by offering
169access to copy from a designated place, then offering equivalent
170access to copy the source code from the same place counts as
171distribution of the source code, even though third parties are not
172compelled to copy the source along with the object code.
173
2174
175 4. You may not copy, modify, sublicense, or distribute the Program
176except as expressly provided under this License. Any attempt
177otherwise to copy, modify, sublicense or distribute the Program is
178void, and will automatically terminate your rights under this License.
179However, parties who have received copies, or rights, from you under
180this License will not have their licenses terminated so long as such
181parties remain in full compliance.
182
183 5. You are not required to accept this License, since you have not
184signed it. However, nothing else grants you permission to modify or
185distribute the Program or its derivative works. These actions are
186prohibited by law if you do not accept this License. Therefore, by
187modifying or distributing the Program (or any work based on the
188Program), you indicate your acceptance of this License to do so, and
189all its terms and conditions for copying, distributing or modifying
190the Program or works based on it.
191
192 6. Each time you redistribute the Program (or any work based on the
193Program), the recipient automatically receives a license from the
194original licensor to copy, distribute or modify the Program subject to
195these terms and conditions. You may not impose any further
196restrictions on the recipients' exercise of the rights granted herein.
197You are not responsible for enforcing compliance by third parties to
198this License.
199
200 7. If, as a consequence of a court judgment or allegation of patent
201infringement or for any other reason (not limited to patent issues),
202conditions are imposed on you (whether by court order, agreement or
203otherwise) that contradict the conditions of this License, they do not
204excuse you from the conditions of this License. If you cannot
205distribute so as to satisfy simultaneously your obligations under this
206License and any other pertinent obligations, then as a consequence you
207may not distribute the Program at all. For example, if a patent
208license would not permit royalty-free redistribution of the Program by
209all those who receive copies directly or indirectly through you, then
210the only way you could satisfy both it and this License would be to
211refrain entirely from distribution of the Program.
212
213If any portion of this section is held invalid or unenforceable under
214any particular circumstance, the balance of the section is intended to
215apply and the section as a whole is intended to apply in other
216circumstances.
217
218It is not the purpose of this section to induce you to infringe any
219patents or other property right claims or to contest validity of any
220such claims; this section has the sole purpose of protecting the
221integrity of the free software distribution system, which is
222implemented by public license practices. Many people have made
223generous contributions to the wide range of software distributed
224through that system in reliance on consistent application of that
225system; it is up to the author/donor to decide if he or she is willing
226to distribute software through any other system and a licensee cannot
227impose that choice.
228
229This section is intended to make thoroughly clear what is believed to
230be a consequence of the rest of this License.
231
3232
233 8. If the distribution and/or use of the Program is restricted in
234certain countries either by patents or by copyrighted interfaces, the
235original copyright holder who places the Program under this License
236may add an explicit geographical distribution limitation excluding
237those countries, so that distribution is permitted only in or among
238countries not thus excluded. In such case, this License incorporates
239the limitation as if written in the body of this License.
240
241 9. The Free Software Foundation may publish revised and/or new versions
242of the General Public License from time to time. Such new versions will
243be similar in spirit to the present version, but may differ in detail to
244address new problems or concerns.
245
246Each version is given a distinguishing version number. If the Program
247specifies a version number of this License which applies to it and "any
248later version", you have the option of following the terms and conditions
249either of that version or of any later version published by the Free
250Software Foundation. If the Program does not specify a version number of
251this License, you may choose any version ever published by the Free Software
252Foundation.
253
254 10. If you wish to incorporate parts of the Program into other free
255programs whose distribution conditions are different, write to the author
256to ask for permission. For software which is copyrighted by the Free
257Software Foundation, write to the Free Software Foundation; we sometimes
258make exceptions for this. Our decision will be guided by the two goals
259of preserving the free status of all derivatives of our free software and
260of promoting the sharing and reuse of software generally.
261
262 NO WARRANTY
263
264 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
265FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
266OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
267PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
268OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
269MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
270TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
271PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
272REPAIR OR CORRECTION.
273
274 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
275WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
276REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
277INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
278OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
279TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
280YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
281PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
282POSSIBILITY OF SUCH DAMAGES.
283
284 END OF TERMS AND CONDITIONS
285
4286
287 How to Apply These Terms to Your New Programs
288
289 If you develop a new program, and you want it to be of the greatest
290possible use to the public, the best way to achieve this is to make it
291free software which everyone can redistribute and change under these terms.
292
293 To do so, attach the following notices to the program. It is safest
294to attach them to the start of each source file to most effectively
295convey the exclusion of warranty; and each file should have at least
296the "copyright" line and a pointer to where the full notice is found.
297
298 <one line to give the program's name and a brief idea of what it does.>
299 Copyright (C) <year> <name of author>
300
301 This program is free software; you can redistribute it and/or modify
302 it under the terms of the GNU General Public License as published by
303 the Free Software Foundation; either version 2 of the License, or
304 (at your option) any later version.
305
306 This program is distributed in the hope that it will be useful,
307 but WITHOUT ANY WARRANTY; without even the implied warranty of
308 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
309 GNU General Public License for more details.
310
311 You should have received a copy of the GNU General Public License
312 along with this program; if not, write to the Free Software
313 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
314
315
316Also add information on how to contact you by electronic and paper mail.
317
318If the program is interactive, make it output a short notice like this
319when it starts in an interactive mode:
320
321 Gnomovision version 69, Copyright (C) year name of author
322 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
323 This is free software, and you are welcome to redistribute it
324 under certain conditions; type `show c' for details.
325
326The hypothetical commands `show w' and `show c' should show the appropriate
327parts of the General Public License. Of course, the commands you use may
328be called something other than `show w' and `show c'; they could even be
329mouse-clicks or menu items--whatever suits your program.
330
331You should also get your employer (if you work as a programmer) or your
332school, if any, to sign a "copyright disclaimer" for the program, if
333necessary. Here is a sample; alter the names:
334
335 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
336 `Gnomovision' (which makes passes at compilers) written by James Hacker.
337
338 <signature of Ty Coon>, 1 April 1989
339 Ty Coon, President of Vice
340
341This General Public License does not permit incorporating your program into
342proprietary programs. If your program is a subroutine library, you may
343consider it more useful to permit linking proprietary applications with the
344library. If this is what you want to do, use the GNU Library General
345Public License instead of this License.
5346
=== renamed file 'COPYING' => 'COPYING.moved'
=== added file 'ChangeLog'
--- ChangeLog 1970-01-01 00:00:00 +0000
+++ ChangeLog 2016-03-27 17:29:55 +0000
@@ -0,0 +1,62 @@
12005-04-04 Michael Vogt <mvo@debian.org>
2
3 * configure.in: Added "xh" to ALL_LINGUAS.
4
52005-04-01 Steve Murphy <murf@e-tools.com>
6
7 * configure.in: Added "rw" to ALL_LINGUAS.
8
92005-03-29 Raphael Higino <raphaelh@cvs.gnome.org>
10
11 * configure.in: Added pt_BR to ALL_LINGUAS.
12
132005-03-29 Zygmunt Krynicki <zyga@www.suxx.pl>
14
15 * src/dialog_apt_key.py.in: Enabled translation of known keys
16
172005-03-24 Michiel Sikkes <michiel@eyesopened.nl>
18
19 * data/update-manager.glade: Added help button. Put package count next
20 to reload button above updatelist.
21 * src/update-manager.in: Implemented help button.
22 * configure.in: Added ja to ALL_LINGUAS.
23
242005-03-21 Adam Weinberger <adamw@gnome.org>
25
26 * configure.in: Added en_CA to ALL_LINGUAS.
27
282005-03-21 Christian Rose <menthos@menthos.com>
29
30 * configure.in: Added "sv" to ALL_LINGUAS.
31 Also sorted the language entries in the ALL_LINGUAS line,
32 so that it will be possible to spot duplicates or omissions.
33
342005-03-11 Michiel Sikkes <michiel@eyesopened.nl>
35
36 * configure.in: Added el (Greek) to ALL_LINGUAS.
37
382005-03-03 Dan Damian <dand@gnome.ro>
39
40 * configure.in: Added ro (Romanian) to ALL_LINGUAS.
41
422005-03-10 Zygmunt Krynicki <zyga@www.suxx.pl>
43
44 * Improved translation support
45
462005-02-18 Michiel Sikkes <michiel@eyesopened.nl>
47
48 * Added window title to the synaptic gtk socket window.
49
502005-02-18 Michiel Sikkes <michiel@eyesopened.nl>
51
52 * Updated strings to have more consistent messages and it's not a pain
53 in the ass to translate ;).
54 * Merge from branches/release-37-2.
55
562005-01-27 Martin Willemoes Hansen <mwh@sysrq.dk>
57
58 * da.po: Added Danish translation.
59
602004-10-25 Michiel Sikkes <michiel@eyesopened.nl>
61
62 * Initial release.
063
=== renamed file 'ChangeLog' => 'ChangeLog.moved'
=== added file 'KDE-BUGS-TODO'
--- KDE-BUGS-TODO 1970-01-01 00:00:00 +0000
+++ KDE-BUGS-TODO 2016-03-27 17:29:55 +0000
@@ -0,0 +1,64 @@
1Things I've noticed:
2
3bug: edit comment on a disabled 3rd party repo and it becomes enabled
4bug: gtk frontend has two on_treeview_sources_cursor_changed, not sure which is correct, probably second
5bug: newly selected mirrors are not put into combo box
6bug: add_key always returns true
7 we should use gpg --dry-run before too
8bug: gtk frontend UI strings don't translate
9issue: may want to add a gtk crash handler
10
11TODO:
12
13server combobox changed
14i18n
15adept integration
16crash dialogue
17drag and drop for sources list
18cdrom listview needs implementing (both frontends)
19insert CD support, somehow
20various functions in the mirror dialogue: custom mirrors, edit, find fastest etc. DialogMirror.py should be abstracted for frontend independence
21
22jriddell, 2007-02
23
24WON'T FIX:
25issue: no way to set source code back to inconsistent state, so checkbox
26 needs tristate turned off
27rationale: would add to much complexity. the inconsistent state should only
28 be visible if the user made some custom modifications. so we would
29 have to keep a history of all changes and take mulitiple
30 inconsistent states into account. finally there is a global
31 revert button.
32FIXED:
33packaging
34
35bug: self.get_source_code_state() never returns false, only None (fixed in backend and KDE)
36
37bug: popcon state doesn't get saved (or loaded)
38
39bug: checkbutton source code sometimes can't be ticked
40
41bug: rm /etc/apt/sources.list; start up; all Update tickboxes disabled and never become enabled
42bug: after adding repo, doesn't show change
43bug: editing 3rd party archives doesn't show changes
44bug: gtk checkboxes are never marked as inconsistent
45bug: click 3rd party enable/disable twice and it doesn't get back to original state
46bug: on_button_revert_clicked doesn't revert the UI
47 Was a transistion error. The current solution is not nice, but works:
48 reload the isv_sources and show_distro after each change :/
49 It would be nice to store the meta data anywhere else, so that
50 we won't have to recreate the ui elements.
51
52bug? untick "main" and main doesn't go away
53 was a problem with empty sources.list files. python-apt now handles this
54 corner case correctly
55
56
57ANSWERED:
58question: where do update radio buttons get disabled/enabled at program start?
59answer: SoftwareProperties.get_update_automation_level() and
60 SoftwarePropertiesGtk.show_auto_update_level()
61
62issue: DialogAddSourcesList obsolete?
63answer: No, it is used to open sources.list files (by drag and drop or
64 double click)
065
=== renamed file 'KDE-BUGS-TODO' => 'KDE-BUGS-TODO.moved'
=== added file 'LGPL'
--- LGPL 1970-01-01 00:00:00 +0000
+++ LGPL 2016-03-27 17:29:55 +0000
@@ -0,0 +1,510 @@
1
2 GNU LESSER GENERAL PUBLIC LICENSE
3 Version 2.1, February 1999
4
5 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
6 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
7 Everyone is permitted to copy and distribute verbatim copies
8 of this license document, but changing it is not allowed.
9
10[This is the first released version of the Lesser GPL. It also counts
11 as the successor of the GNU Library Public License, version 2, hence
12 the version number 2.1.]
13
14 Preamble
15
16 The licenses for most software are designed to take away your
17freedom to share and change it. By contrast, the GNU General Public
18Licenses are intended to guarantee your freedom to share and change
19free software--to make sure the software is free for all its users.
20
21 This license, the Lesser General Public License, applies to some
22specially designated software packages--typically libraries--of the
23Free Software Foundation and other authors who decide to use it. You
24can use it too, but we suggest you first think carefully about whether
25this license or the ordinary General Public License is the better
26strategy to use in any particular case, based on the explanations
27below.
28
29 When we speak of free software, we are referring to freedom of use,
30not price. Our General Public Licenses are designed to make sure that
31you have the freedom to distribute copies of free software (and charge
32for this service if you wish); that you receive source code or can get
33it if you want it; that you can change the software and use pieces of
34it in new free programs; and that you are informed that you can do
35these things.
36
37 To protect your rights, we need to make restrictions that forbid
38distributors to deny you these rights or to ask you to surrender these
39rights. These restrictions translate to certain responsibilities for
40you if you distribute copies of the library or if you modify it.
41
42 For example, if you distribute copies of the library, whether gratis
43or for a fee, you must give the recipients all the rights that we gave
44you. You must make sure that they, too, receive or can get the source
45code. If you link other code with the library, you must provide
46complete object files to the recipients, so that they can relink them
47with the library after making changes to the library and recompiling
48it. And you must show them these terms so they know their rights.
49
50 We protect your rights with a two-step method: (1) we copyright the
51library, and (2) we offer you this license, which gives you legal
52permission to copy, distribute and/or modify the library.
53
54 To protect each distributor, we want to make it very clear that
55there is no warranty for the free library. Also, if the library is
56modified by someone else and passed on, the recipients should know
57that what they have is not the original version, so that the original
58author's reputation will not be affected by problems that might be
59introduced by others.
60
061
62 Finally, software patents pose a constant threat to the existence of
63any free program. We wish to make sure that a company cannot
64effectively restrict the users of a free program by obtaining a
65restrictive license from a patent holder. Therefore, we insist that
66any patent license obtained for a version of the library must be
67consistent with the full freedom of use specified in this license.
68
69 Most GNU software, including some libraries, is covered by the
70ordinary GNU General Public License. This license, the GNU Lesser
71General Public License, applies to certain designated libraries, and
72is quite different from the ordinary General Public License. We use
73this license for certain libraries in order to permit linking those
74libraries into non-free programs.
75
76 When a program is linked with a library, whether statically or using
77a shared library, the combination of the two is legally speaking a
78combined work, a derivative of the original library. The ordinary
79General Public License therefore permits such linking only if the
80entire combination fits its criteria of freedom. The Lesser General
81Public License permits more lax criteria for linking other code with
82the library.
83
84 We call this license the "Lesser" General Public License because it
85does Less to protect the user's freedom than the ordinary General
86Public License. It also provides other free software developers Less
87of an advantage over competing non-free programs. These disadvantages
88are the reason we use the ordinary General Public License for many
89libraries. However, the Lesser license provides advantages in certain
90special circumstances.
91
92 For example, on rare occasions, there may be a special need to
93encourage the widest possible use of a certain library, so that it
94becomes a de-facto standard. To achieve this, non-free programs must
95be allowed to use the library. A more frequent case is that a free
96library does the same job as widely used non-free libraries. In this
97case, there is little to gain by limiting the free library to free
98software only, so we use the Lesser General Public License.
99
100 In other cases, permission to use a particular library in non-free
101programs enables a greater number of people to use a large body of
102free software. For example, permission to use the GNU C Library in
103non-free programs enables many more people to use the whole GNU
104operating system, as well as its variant, the GNU/Linux operating
105system.
106
107 Although the Lesser General Public License is Less protective of the
108users' freedom, it does ensure that the user of a program that is
109linked with the Library has the freedom and the wherewithal to run
110that program using a modified version of the Library.
111
112 The precise terms and conditions for copying, distribution and
113modification follow. Pay close attention to the difference between a
114"work based on the library" and a "work that uses the library". The
115former contains code derived from the library, whereas the latter must
116be combined with the library in order to run.
117
1118
119 GNU LESSER GENERAL PUBLIC LICENSE
120 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
121
122 0. This License Agreement applies to any software library or other
123program which contains a notice placed by the copyright holder or
124other authorized party saying it may be distributed under the terms of
125this Lesser General Public License (also called "this License").
126Each licensee is addressed as "you".
127
128 A "library" means a collection of software functions and/or data
129prepared so as to be conveniently linked with application programs
130(which use some of those functions and data) to form executables.
131
132 The "Library", below, refers to any such software library or work
133which has been distributed under these terms. A "work based on the
134Library" means either the Library or any derivative work under
135copyright law: that is to say, a work containing the Library or a
136portion of it, either verbatim or with modifications and/or translated
137straightforwardly into another language. (Hereinafter, translation is
138included without limitation in the term "modification".)
139
140 "Source code" for a work means the preferred form of the work for
141making modifications to it. For a library, complete source code means
142all the source code for all modules it contains, plus any associated
143interface definition files, plus the scripts used to control
144compilation and installation of the library.
145
146 Activities other than copying, distribution and modification are not
147covered by this License; they are outside its scope. The act of
148running a program using the Library is not restricted, and output from
149such a program is covered only if its contents constitute a work based
150on the Library (independent of the use of the Library in a tool for
151writing it). Whether that is true depends on what the Library does
152and what the program that uses the Library does.
153
154 1. You may copy and distribute verbatim copies of the Library's
155complete source code as you receive it, in any medium, provided that
156you conspicuously and appropriately publish on each copy an
157appropriate copyright notice and disclaimer of warranty; keep intact
158all the notices that refer to this License and to the absence of any
159warranty; and distribute a copy of this License along with the
160Library.
161
162 You may charge a fee for the physical act of transferring a copy,
163and you may at your option offer warranty protection in exchange for a
164fee.
165
2166
167 2. You may modify your copy or copies of the Library or any portion
168of it, thus forming a work based on the Library, and copy and
169distribute such modifications or work under the terms of Section 1
170above, provided that you also meet all of these conditions:
171
172 a) The modified work must itself be a software library.
173
174 b) You must cause the files modified to carry prominent notices
175 stating that you changed the files and the date of any change.
176
177 c) You must cause the whole of the work to be licensed at no
178 charge to all third parties under the terms of this License.
179
180 d) If a facility in the modified Library refers to a function or a
181 table of data to be supplied by an application program that uses
182 the facility, other than as an argument passed when the facility
183 is invoked, then you must make a good faith effort to ensure that,
184 in the event an application does not supply such function or
185 table, the facility still operates, and performs whatever part of
186 its purpose remains meaningful.
187
188 (For example, a function in a library to compute square roots has
189 a purpose that is entirely well-defined independent of the
190 application. Therefore, Subsection 2d requires that any
191 application-supplied function or table used by this function must
192 be optional: if the application does not supply it, the square
193 root function must still compute square roots.)
194
195These requirements apply to the modified work as a whole. If
196identifiable sections of that work are not derived from the Library,
197and can be reasonably considered independent and separate works in
198themselves, then this License, and its terms, do not apply to those
199sections when you distribute them as separate works. But when you
200distribute the same sections as part of a whole which is a work based
201on the Library, the distribution of the whole must be on the terms of
202this License, whose permissions for other licensees extend to the
203entire whole, and thus to each and every part regardless of who wrote
204it.
205
206Thus, it is not the intent of this section to claim rights or contest
207your rights to work written entirely by you; rather, the intent is to
208exercise the right to control the distribution of derivative or
209collective works based on the Library.
210
211In addition, mere aggregation of another work not based on the Library
212with the Library (or with a work based on the Library) on a volume of
213a storage or distribution medium does not bring the other work under
214the scope of this License.
215
216 3. You may opt to apply the terms of the ordinary GNU General Public
217License instead of this License to a given copy of the Library. To do
218this, you must alter all the notices that refer to this License, so
219that they refer to the ordinary GNU General Public License, version 2,
220instead of to this License. (If a newer version than version 2 of the
221ordinary GNU General Public License has appeared, then you can specify
222that version instead if you wish.) Do not make any other change in
223these notices.
224
3225
226 Once this change is made in a given copy, it is irreversible for
227that copy, so the ordinary GNU General Public License applies to all
228subsequent copies and derivative works made from that copy.
229
230 This option is useful when you wish to copy part of the code of
231the Library into a program that is not a library.
232
233 4. You may copy and distribute the Library (or a portion or
234derivative of it, under Section 2) in object code or executable form
235under the terms of Sections 1 and 2 above provided that you accompany
236it with the complete corresponding machine-readable source code, which
237must be distributed under the terms of Sections 1 and 2 above on a
238medium customarily used for software interchange.
239
240 If distribution of object code is made by offering access to copy
241from a designated place, then offering equivalent access to copy the
242source code from the same place satisfies the requirement to
243distribute the source code, even though third parties are not
244compelled to copy the source along with the object code.
245
246 5. A program that contains no derivative of any portion of the
247Library, but is designed to work with the Library by being compiled or
248linked with it, is called a "work that uses the Library". Such a
249work, in isolation, is not a derivative work of the Library, and
250therefore falls outside the scope of this License.
251
252 However, linking a "work that uses the Library" with the Library
253creates an executable that is a derivative of the Library (because it
254contains portions of the Library), rather than a "work that uses the
255library". The executable is therefore covered by this License.
256Section 6 states terms for distribution of such executables.
257
258 When a "work that uses the Library" uses material from a header file
259that is part of the Library, the object code for the work may be a
260derivative work of the Library even though the source code is not.
261Whether this is true is especially significant if the work can be
262linked without the Library, or if the work is itself a library. The
263threshold for this to be true is not precisely defined by law.
264
265 If such an object file uses only numerical parameters, data
266structure layouts and accessors, and small macros and small inline
267functions (ten lines or less in length), then the use of the object
268file is unrestricted, regardless of whether it is legally a derivative
269work. (Executables containing this object code plus portions of the
270Library will still fall under Section 6.)
271
272 Otherwise, if the work is a derivative of the Library, you may
273distribute the object code for the work under the terms of Section 6.
274Any executables containing that work also fall under Section 6,
275whether or not they are linked directly with the Library itself.
276
4277
278 6. As an exception to the Sections above, you may also combine or
279link a "work that uses the Library" with the Library to produce a
280work containing portions of the Library, and distribute that work
281under terms of your choice, provided that the terms permit
282modification of the work for the customer's own use and reverse
283engineering for debugging such modifications.
284
285 You must give prominent notice with each copy of the work that the
286Library is used in it and that the Library and its use are covered by
287this License. You must supply a copy of this License. If the work
288during execution displays copyright notices, you must include the
289copyright notice for the Library among them, as well as a reference
290directing the user to the copy of this License. Also, you must do one
291of these things:
292
293 a) Accompany the work with the complete corresponding
294 machine-readable source code for the Library including whatever
295 changes were used in the work (which must be distributed under
296 Sections 1 and 2 above); and, if the work is an executable linked
297 with the Library, with the complete machine-readable "work that
298 uses the Library", as object code and/or source code, so that the
299 user can modify the Library and then relink to produce a modified
300 executable containing the modified Library. (It is understood
301 that the user who changes the contents of definitions files in the
302 Library will not necessarily be able to recompile the application
303 to use the modified definitions.)
304
305 b) Use a suitable shared library mechanism for linking with the
306 Library. A suitable mechanism is one that (1) uses at run time a
307 copy of the library already present on the user's computer system,
308 rather than copying library functions into the executable, and (2)
309 will operate properly with a modified version of the library, if
310 the user installs one, as long as the modified version is
311 interface-compatible with the version that the work was made with.
312
313 c) Accompany the work with a written offer, valid for at least
314 three years, to give the same user the materials specified in
315 Subsection 6a, above, for a charge no more than the cost of
316 performing this distribution.
317
318 d) If distribution of the work is made by offering access to copy
319 from a designated place, offer equivalent access to copy the above
320 specified materials from the same place.
321
322 e) Verify that the user has already received a copy of these
323 materials or that you have already sent this user a copy.
324
325 For an executable, the required form of the "work that uses the
326Library" must include any data and utility programs needed for
327reproducing the executable from it. However, as a special exception,
328the materials to be distributed need not include anything that is
329normally distributed (in either source or binary form) with the major
330components (compiler, kernel, and so on) of the operating system on
331which the executable runs, unless that component itself accompanies
332the executable.
333
334 It may happen that this requirement contradicts the license
335restrictions of other proprietary libraries that do not normally
336accompany the operating system. Such a contradiction means you cannot
337use both them and the Library together in an executable that you
338distribute.
339
5340
341 7. You may place library facilities that are a work based on the
342Library side-by-side in a single library together with other library
343facilities not covered by this License, and distribute such a combined
344library, provided that the separate distribution of the work based on
345the Library and of the other library facilities is otherwise
346permitted, and provided that you do these two things:
347
348 a) Accompany the combined library with a copy of the same work
349 based on the Library, uncombined with any other library
350 facilities. This must be distributed under the terms of the
351 Sections above.
352
353 b) Give prominent notice with the combined library of the fact
354 that part of it is a work based on the Library, and explaining
355 where to find the accompanying uncombined form of the same work.
356
357 8. You may not copy, modify, sublicense, link with, or distribute
358the Library except as expressly provided under this License. Any
359attempt otherwise to copy, modify, sublicense, link with, or
360distribute the Library is void, and will automatically terminate your
361rights under this License. However, parties who have received copies,
362or rights, from you under this License will not have their licenses
363terminated so long as such parties remain in full compliance.
364
365 9. You are not required to accept this License, since you have not
366signed it. However, nothing else grants you permission to modify or
367distribute the Library or its derivative works. These actions are
368prohibited by law if you do not accept this License. Therefore, by
369modifying or distributing the Library (or any work based on the
370Library), you indicate your acceptance of this License to do so, and
371all its terms and conditions for copying, distributing or modifying
372the Library or works based on it.
373
374 10. Each time you redistribute the Library (or any work based on the
375Library), the recipient automatically receives a license from the
376original licensor to copy, distribute, link with or modify the Library
377subject to these terms and conditions. You may not impose any further
378restrictions on the recipients' exercise of the rights granted herein.
379You are not responsible for enforcing compliance by third parties with
380this License.
381
6382
383 11. If, as a consequence of a court judgment or allegation of patent
384infringement or for any other reason (not limited to patent issues),
385conditions are imposed on you (whether by court order, agreement or
386otherwise) that contradict the conditions of this License, they do not
387excuse you from the conditions of this License. If you cannot
388distribute so as to satisfy simultaneously your obligations under this
389License and any other pertinent obligations, then as a consequence you
390may not distribute the Library at all. For example, if a patent
391license would not permit royalty-free redistribution of the Library by
392all those who receive copies directly or indirectly through you, then
393the only way you could satisfy both it and this License would be to
394refrain entirely from distribution of the Library.
395
396If any portion of this section is held invalid or unenforceable under
397any particular circumstance, the balance of the section is intended to
398apply, and the section as a whole is intended to apply in other
399circumstances.
400
401It is not the purpose of this section to induce you to infringe any
402patents or other property right claims or to contest validity of any
403such claims; this section has the sole purpose of protecting the
404integrity of the free software distribution system which is
405implemented by public license practices. Many people have made
406generous contributions to the wide range of software distributed
407through that system in reliance on consistent application of that
408system; it is up to the author/donor to decide if he or she is willing
409to distribute software through any other system and a licensee cannot
410impose that choice.
411
412This section is intended to make thoroughly clear what is believed to
413be a consequence of the rest of this License.
414
415 12. If the distribution and/or use of the Library is restricted in
416certain countries either by patents or by copyrighted interfaces, the
417original copyright holder who places the Library under this License
418may add an explicit geographical distribution limitation excluding those
419countries, so that distribution is permitted only in or among
420countries not thus excluded. In such case, this License incorporates
421the limitation as if written in the body of this License.
422
423 13. The Free Software Foundation may publish revised and/or new
424versions of the Lesser General Public License from time to time.
425Such new versions will be similar in spirit to the present version,
426but may differ in detail to address new problems or concerns.
427
428Each version is given a distinguishing version number. If the Library
429specifies a version number of this License which applies to it and
430"any later version", you have the option of following the terms and
431conditions either of that version or of any later version published by
432the Free Software Foundation. If the Library does not specify a
433license version number, you may choose any version ever published by
434the Free Software Foundation.
435
7436
437 14. If you wish to incorporate parts of the Library into other free
438programs whose distribution conditions are incompatible with these,
439write to the author to ask for permission. For software which is
440copyrighted by the Free Software Foundation, write to the Free
441Software Foundation; we sometimes make exceptions for this. Our
442decision will be guided by the two goals of preserving the free status
443of all derivatives of our free software and of promoting the sharing
444and reuse of software generally.
445
446 NO WARRANTY
447
448 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
449WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
450EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
451OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
452KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
453IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
454PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
455LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
456THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
457
458 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
459WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
460AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
461FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
462CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
463LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
464RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
465FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
466SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
467DAMAGES.
468
469 END OF TERMS AND CONDITIONS
470
8471
472 How to Apply These Terms to Your New Libraries
473
474 If you develop a new library, and you want it to be of the greatest
475possible use to the public, we recommend making it free software that
476everyone can redistribute and change. You can do so by permitting
477redistribution under these terms (or, alternatively, under the terms
478of the ordinary General Public License).
479
480 To apply these terms, attach the following notices to the library.
481It is safest to attach them to the start of each source file to most
482effectively convey the exclusion of warranty; and each file should
483have at least the "copyright" line and a pointer to where the full
484notice is found.
485
486
487 <one line to give the library's name and a brief idea of what it does.>
488 Copyright (C) <year> <name of author>
489
490 This library is free software; you can redistribute it and/or
491 modify it under the terms of the GNU Lesser General Public
492 License as published by the Free Software Foundation; either
493 version 2.1 of the License, or (at your option) any later version.
494
495 This library is distributed in the hope that it will be useful,
496 but WITHOUT ANY WARRANTY; without even the implied warranty of
497 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
498 Lesser General Public License for more details.
499
500 You should have received a copy of the GNU Lesser General Public
501 License along with this library; if not, write to the Free Software
502 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
503
504Also add information on how to contact you by electronic and paper mail.
505
506You should also get your employer (if you work as a programmer) or
507your school, if any, to sign a "copyright disclaimer" for the library,
508if necessary. Here is a sample; alter the names:
509
510 Yoyodyne, Inc., hereby disclaims all copyright interest in the
511 library `Frob' (a library for tweaking knobs) written by James
512 Random Hacker.
513
514 <signature of Ty Coon>, 1 April 1990
515 Ty Coon, President of Vice
516
517That's all there is to it!
518
519
9520
=== renamed file 'LGPL' => 'LGPL.moved'
=== added file 'README'
--- README 1970-01-01 00:00:00 +0000
+++ README 2016-03-27 17:29:55 +0000
@@ -0,0 +1,8 @@
1Software Properties
2-------------------
3
4Software-properties provides you a python interface and a graphical user
5interface based on GTK, that will be ported to QT soon, to modify
6the used software repositories. Furthermore it allows you to configure
7automatic updates, software provider authentication keys and finally
8your popularity contest participation.
09
=== renamed file 'README' => 'README.moved'
=== added file 'TODO'
--- TODO 1970-01-01 00:00:00 +0000
+++ TODO 2016-03-27 17:29:55 +0000
@@ -0,0 +1,2 @@
1- rework the add channel/cdrom dialogs
2- d'n'd for key files
03
=== renamed file 'TODO' => 'TODO.moved'
=== added file 'add-apt-repository'
--- add-apt-repository 1970-01-01 00:00:00 +0000
+++ add-apt-repository 2016-03-27 17:29:55 +0000
@@ -0,0 +1,175 @@
1#!/usr/bin/python3
2
3from __future__ import print_function
4
5import io
6import os
7import sys
8import gettext
9import locale
10
11from softwareproperties.SoftwareProperties import SoftwareProperties, shortcut_handler
12from softwareproperties.shortcuts import ShortcutException
13from softwareproperties.ppa import DEFAULT_KEYSERVER
14import aptsources
15from aptsources.sourceslist import SourceEntry
16from optparse import OptionParser
17from gettext import gettext as _
18
19if __name__ == "__main__":
20 # Force encoding to UTF-8 even in non-UTF-8 locales.
21 sys.stdout = io.TextIOWrapper(
22 sys.stdout.detach(), encoding="UTF-8", line_buffering=True)
23
24 try:
25 locale.setlocale(locale.LC_ALL, "")
26 except:
27 pass
28 gettext.textdomain("software-properties")
29 usage = """Usage: %prog <sourceline>
30
31%prog is a script for adding apt sources.list entries.
32It can be used to add any repository and also provides a shorthand
33syntax for adding a Launchpad PPA (Personal Package Archive)
34repository.
35
36<sourceline> - The apt repository source line to add. This is one of:
37 a complete apt line in quotes,
38 a repo url and areas in quotes (areas defaults to 'main')
39 a PPA shortcut.
40 a distro component
41
42 Examples:
43 apt-add-repository 'deb http://myserver/path/to/repo stable myrepo'
44 apt-add-repository 'http://myserver/path/to/repo myrepo'
45 apt-add-repository 'https://packages.medibuntu.org free non-free'
46 apt-add-repository http://extras.ubuntu.com/ubuntu
47 apt-add-repository ppa:user/repository
48 apt-add-repository ppa:user/distro/repository
49 apt-add-repository multiverse
50
51If --remove is given the tool will remove the given sourceline from your
52sources.list
53"""
54 parser = OptionParser(usage)
55 # FIXME: provide a --sources-list-file= option that
56 # puts the line into a specific file in sources.list.d
57 parser.add_option ("-m", "--massive-debug", action="store_true",
58 dest="massive_debug", default=False,
59 help=_("Print a lot of debug information to the command line"))
60 parser.add_option("-r", "--remove", action="store_true",
61 dest="remove", default=False,
62 help=_("remove repository from sources.list.d directory"))
63 parser.add_option("-k", "--keyserver",
64 dest="keyserver", default=DEFAULT_KEYSERVER,
65 help=_("URL of keyserver. Default: %default"))
66 parser.add_option("-s", "--enable-source", action="store_true",
67 dest="enable_source", default=False,
68 help=_("Allow downloading of the source packages from the repository"))
69 parser.add_option("-y", "--yes", action="store_true",
70 dest="assume_yes", default=False,
71 help=_("Assume yes to all queries"))
72 parser.add_option("-u", "--update", action="store_true",
73 dest="update", default=False,
74 help=_("Update package cache after adding"))
75 (options, args) = parser.parse_args()
76
77 if os.geteuid() != 0:
78 print(_("Error: must run as root"))
79 sys.exit(1)
80
81 if len(args) == 0:
82 print(_("Error: need a repository as argument"))
83 sys.exit(1)
84 elif len(args) > 1:
85 print(_("Error: need a single repository as argument"))
86 sys.exit(1)
87
88 # force new ppa file to be 644 (LP: #399709)
89 os.umask(0o022)
90
91 # get the line
92 line = args[0]
93
94 # add it
95 sp = SoftwareProperties(options=options)
96 distro = aptsources.distro.get_distro()
97 distro.get_sources(sp.sourceslist)
98
99 # check if its a component that should be added/removed
100 components = [comp.name for comp in distro.source_template.components]
101 if line in components:
102 if options.remove:
103 if line in distro.enabled_comps:
104 distro.disable_component(line)
105 print(_("'%s' distribution component disabled for all sources.") % line)
106 else:
107 print(_("'%s' distribution component is already disabled for all sources.") % line)
108 sys.exit(0)
109 else:
110 if line not in distro.enabled_comps:
111 distro.enable_component(line)
112 print(_("'%s' distribution component enabled for all sources.") % line)
113 else:
114 print(_("'%s' distribution component is already enabled for all sources.") % line)
115 sys.exit(0)
116 sp.sourceslist.save()
117 sys.exit(0)
118
119 # this wasn't a component name ('multiverse', 'backports'), so its either
120 # a actual line to be added or a shortcut.
121 try:
122 shortcut = shortcut_handler(line)
123 except ShortcutException as e:
124 print(e)
125 sys.exit(1)
126
127 # display more information about the shortcut / ppa info
128 if not options.assume_yes and shortcut.should_confirm():
129 try:
130 info = shortcut.info()
131 except ShortcutException as e:
132 print(e)
133 sys.exit(1)
134
135 print(" %s" % (info["description"] or ""))
136 print(_(" More info: %s") % str(info["web_link"]))
137 if (sys.stdin.isatty() and
138 not "FORCE_ADD_APT_REPOSITORY" in os.environ):
139 if options.remove:
140 print(_("Press [ENTER] to continue or ctrl-c to cancel removing it"))
141 else:
142 print(_("Press [ENTER] to continue or ctrl-c to cancel adding it"))
143 sys.stdin.readline()
144
145
146 if options.remove:
147 try:
148 (line, file) = shortcut.expand(
149 sp.distro.codename, sp.distro.id.lower())
150 except ShortcutException as e:
151 print(e)
152 sys.exit(1)
153 deb_line = sp.expand_http_line(line)
154 debsrc_line = 'deb-src' + deb_line[3:]
155 deb_entry = SourceEntry(deb_line, file)
156 debsrc_entry = SourceEntry(debsrc_line, file)
157 try:
158 sp.remove_source(deb_entry)
159 except ValueError:
160 print(_("Error: '%s' doesn't exist in a sourcelist file") % deb_line)
161 try:
162 sp.remove_source(debsrc_entry)
163 except ValueError:
164 print(_("Error: '%s' doesn't exist in a sourcelist file") % debsrc_line)
165
166 else:
167 try:
168 if not sp.add_source_from_shortcut(shortcut, options.enable_source):
169 print(_("Error: '%s' invalid") % line)
170 sys.exit(1)
171 except ShortcutException as e:
172 print(e)
173 sys.exit(1)
174
175 sp.sourceslist.save()
0176
=== renamed file 'add-apt-repository' => 'add-apt-repository.moved'
=== added directory 'data'
=== renamed directory 'data' => 'data.moved'
=== added file 'data/com.ubuntu.SoftwareProperties.conf'
--- data/com.ubuntu.SoftwareProperties.conf 1970-01-01 00:00:00 +0000
+++ data/com.ubuntu.SoftwareProperties.conf 2016-03-27 17:29:55 +0000
@@ -0,0 +1,20 @@
1<!DOCTYPE busconfig PUBLIC
2 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
4<busconfig>
5
6 <policy user="root">
7 <allow own="com.ubuntu.SoftwareProperties"/>
8 </policy>
9
10 <policy context="default">
11 <allow send_destination="com.ubuntu.SoftwareProperties"
12 send_interface="com.ubuntu.SoftwareProperties"/>
13 <allow send_destination="com.ubuntu.SoftwareProperties"
14 send_interface="org.freedesktop.DBus.Introspectable"/>
15 <allow send_destination="com.ubuntu.DeviceDriver"
16 send_interface="org.freedesktop.DBus.Properties"/>
17 </policy>
18
19</busconfig>
20
021
=== added file 'data/com.ubuntu.SoftwareProperties.service'
--- data/com.ubuntu.SoftwareProperties.service 1970-01-01 00:00:00 +0000
+++ data/com.ubuntu.SoftwareProperties.service 2016-03-27 17:29:55 +0000
@@ -0,0 +1,4 @@
1[D-BUS Service]
2Name=com.ubuntu.SoftwareProperties
3Exec=/usr/lib/software-properties/software-properties-dbus
4User=root
05
=== added file 'data/com.ubuntu.softwareproperties.policy.in'
--- data/com.ubuntu.softwareproperties.policy.in 1970-01-01 00:00:00 +0000
+++ data/com.ubuntu.softwareproperties.policy.in 2016-03-27 17:29:55 +0000
@@ -0,0 +1,33 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE policyconfig PUBLIC
3 "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
4 "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
5<policyconfig>
6
7 <vendor>Software Properties</vendor>
8 <vendor_url>https://launchpad.net/software-properties</vendor_url>
9 <icon_name>software-properties</icon_name>
10
11 <action id="com.ubuntu.softwareproperties.applychanges">
12 <_description>Write Configuration</_description>
13 <_message>To change software repository settings, you need to authenticate.</_message>
14 <defaults>
15 <allow_any>auth_admin</allow_any>
16 <allow_inactive>auth_admin</allow_inactive>
17 <allow_active>auth_admin_keep</allow_active>
18 </defaults>
19 </action>
20
21<!--
22 <action id="com.ubuntu.softwareproperties.">
23 <_description></_description>
24 <_message></_message>
25 <defaults>
26 <allow_any>no</allow_any>
27 <allow_inactive>no</allow_inactive>
28 <allow_active>yes</allow_active>
29 </defaults>
30 </action>
31-->
32
33</policyconfig>
034
=== added directory 'data/designer'
=== added file 'data/designer/dialog_add.ui'
--- data/designer/dialog_add.ui 1970-01-01 00:00:00 +0000
+++ data/designer/dialog_add.ui 2016-03-27 17:29:55 +0000
@@ -0,0 +1,79 @@
1<ui version="4.0" >
2 <class>dialog_add</class>
3 <widget class="QDialog" name="dialog_add" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>484</width>
9 <height>188</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Add APT repository</string>
14 </property>
15 <property name="modal" >
16 <bool>true</bool>
17 </property>
18 <layout class="QGridLayout" >
19 <property name="margin" >
20 <number>9</number>
21 </property>
22 <property name="spacing" >
23 <number>6</number>
24 </property>
25 <item row="0" column="0" >
26 <widget class="QLabel" name="label_example_line" >
27 </widget>
28 </item>
29 <item row="1" column="0" >
30 <widget class="QLineEdit" name="entry" />
31 </item>
32 <item row="2" column="0" colspan="2" >
33 <widget class="QDialogButtonBox" name="buttonBox" >
34 <property name="orientation" >
35 <enum>Qt::Horizontal</enum>
36 </property>
37 <property name="standardButtons" >
38 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
39 </property>
40 </widget>
41 </item>
42 </layout>
43 </widget>
44 <resources/>
45 <connections>
46 <connection>
47 <sender>buttonBox</sender>
48 <signal>accepted()</signal>
49 <receiver>dialog_add</receiver>
50 <slot>accept()</slot>
51 <hints>
52 <hint type="sourcelabel" >
53 <x>248</x>
54 <y>254</y>
55 </hint>
56 <hint type="destinationlabel" >
57 <x>157</x>
58 <y>274</y>
59 </hint>
60 </hints>
61 </connection>
62 <connection>
63 <sender>buttonBox</sender>
64 <signal>rejected()</signal>
65 <receiver>dialog_add</receiver>
66 <slot>reject()</slot>
67 <hints>
68 <hint type="sourcelabel" >
69 <x>316</x>
70 <y>260</y>
71 </hint>
72 <hint type="destinationlabel" >
73 <x>286</x>
74 <y>274</y>
75 </hint>
76 </hints>
77 </connection>
78 </connections>
79</ui>
080
=== added file 'data/designer/dialog_edit.ui'
--- data/designer/dialog_edit.ui 1970-01-01 00:00:00 +0000
+++ data/designer/dialog_edit.ui 2016-03-27 17:29:55 +0000
@@ -0,0 +1,122 @@
1<ui version="4.0" >
2 <class>dialog_edit</class>
3 <widget class="QDialog" name="dialog_edit" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>349</width>
9 <height>197</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Edit Source</string>
14 </property>
15 <property name="modal" >
16 <bool>true</bool>
17 </property>
18 <layout class="QGridLayout" >
19 <property name="margin" >
20 <number>9</number>
21 </property>
22 <property name="spacing" >
23 <number>6</number>
24 </property>
25 <item row="5" column="0" colspan="2" >
26 <widget class="QDialogButtonBox" name="buttonBox" >
27 <property name="orientation" >
28 <enum>Qt::Horizontal</enum>
29 </property>
30 <property name="standardButtons" >
31 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
32 </property>
33 </widget>
34 </item>
35 <item row="0" column="1" >
36 <widget class="QComboBox" name="combobox_type" />
37 </item>
38 <item row="1" column="1" >
39 <widget class="QLineEdit" name="entry_uri" />
40 </item>
41 <item row="2" column="1" >
42 <widget class="QLineEdit" name="entry_dist" />
43 </item>
44 <item row="3" column="1" >
45 <widget class="QLineEdit" name="entry_comps" />
46 </item>
47 <item row="4" column="1" >
48 <widget class="QLineEdit" name="entry_comment" />
49 </item>
50 <item row="0" column="0" >
51 <widget class="QLabel" name="label" >
52 <property name="text" >
53 <string>&lt;b>Type:&lt;/b></string>
54 </property>
55 </widget>
56 </item>
57 <item row="1" column="0" >
58 <widget class="QLabel" name="label_2" >
59 <property name="text" >
60 <string>&lt;b>URI:&lt;/b></string>
61 </property>
62 </widget>
63 </item>
64 <item row="2" column="0" >
65 <widget class="QLabel" name="label_3" >
66 <property name="text" >
67 <string>&lt;b>Distribution:&lt;/b></string>
68 </property>
69 </widget>
70 </item>
71 <item row="3" column="0" >
72 <widget class="QLabel" name="label_4" >
73 <property name="text" >
74 <string>&lt;b>Components:&lt;/b></string>
75 </property>
76 </widget>
77 </item>
78 <item row="4" column="0" >
79 <widget class="QLabel" name="label_5" >
80 <property name="text" >
81 <string>&lt;b>Comment:&lt;/b></string>
82 </property>
83 </widget>
84 </item>
85 </layout>
86 </widget>
87 <resources/>
88 <connections>
89 <connection>
90 <sender>buttonBox</sender>
91 <signal>accepted()</signal>
92 <receiver>dialog_edit</receiver>
93 <slot>accept()</slot>
94 <hints>
95 <hint type="sourcelabel" >
96 <x>248</x>
97 <y>254</y>
98 </hint>
99 <hint type="destinationlabel" >
100 <x>157</x>
101 <y>274</y>
102 </hint>
103 </hints>
104 </connection>
105 <connection>
106 <sender>buttonBox</sender>
107 <signal>rejected()</signal>
108 <receiver>dialog_edit</receiver>
109 <slot>reject()</slot>
110 <hints>
111 <hint type="sourcelabel" >
112 <x>316</x>
113 <y>260</y>
114 </hint>
115 <hint type="destinationlabel" >
116 <x>286</x>
117 <y>274</y>
118 </hint>
119 </hints>
120 </connection>
121 </connections>
122</ui>
0123
=== added file 'data/designer/dialog_mirror.ui'
--- data/designer/dialog_mirror.ui 1970-01-01 00:00:00 +0000
+++ data/designer/dialog_mirror.ui 2016-03-27 17:29:55 +0000
@@ -0,0 +1,176 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>dialog_mirror</class>
4 <widget class="QDialog" name="dialog_mirror">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>428</width>
10 <height>296</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Choose a Download Server</string>
15 </property>
16 <property name="modal">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout">
20 <property name="margin">
21 <number>9</number>
22 </property>
23 <property name="spacing">
24 <number>6</number>
25 </property>
26 <item row="0" column="2">
27 <widget class="QWidget" name="buttons_frame" native="true">
28 <layout class="QGridLayout">
29 <property name="margin">
30 <number>0</number>
31 </property>
32 <property name="spacing">
33 <number>6</number>
34 </property>
35 <item row="0" column="0">
36 <widget class="QWidget" name="edit_buttons_frame" native="true">
37 <layout class="QGridLayout">
38 <property name="margin">
39 <number>0</number>
40 </property>
41 <property name="spacing">
42 <number>6</number>
43 </property>
44 <item row="3" column="0">
45 <spacer>
46 <property name="orientation">
47 <enum>Qt::Vertical</enum>
48 </property>
49 <property name="sizeType">
50 <enum>QSizePolicy::Fixed</enum>
51 </property>
52 <property name="sizeHint" stdset="0">
53 <size>
54 <width>113</width>
55 <height>16</height>
56 </size>
57 </property>
58 </spacer>
59 </item>
60 <item row="2" column="0">
61 <widget class="QPushButton" name="button_remove">
62 <property name="text">
63 <string>Remove</string>
64 </property>
65 </widget>
66 </item>
67 <item row="1" column="0">
68 <widget class="QPushButton" name="button_edit">
69 <property name="text">
70 <string>Edit</string>
71 </property>
72 </widget>
73 </item>
74 <item row="0" column="0">
75 <widget class="QPushButton" name="button_add">
76 <property name="text">
77 <string>Add</string>
78 </property>
79 </widget>
80 </item>
81 </layout>
82 </widget>
83 </item>
84 <item row="1" column="0">
85 <widget class="QPushButton" name="button_find_server">
86 <property name="text">
87 <string>_Select Best Server</string>
88 </property>
89 </widget>
90 </item>
91 </layout>
92 </widget>
93 </item>
94 <item row="1" column="2">
95 <spacer>
96 <property name="orientation">
97 <enum>Qt::Vertical</enum>
98 </property>
99 <property name="sizeHint" stdset="0">
100 <size>
101 <width>133</width>
102 <height>21</height>
103 </size>
104 </property>
105 </spacer>
106 </item>
107 <item row="0" column="0" rowspan="2" colspan="2">
108 <widget class="QTreeWidget" name="treeview">
109 <property name="alternatingRowColors">
110 <bool>true</bool>
111 </property>
112 <column>
113 <property name="text">
114 <string notr="true">1</string>
115 </property>
116 </column>
117 </widget>
118 </item>
119 <item row="2" column="0">
120 <widget class="QLabel" name="protocol_label">
121 <property name="text">
122 <string>Protocol:</string>
123 </property>
124 </widget>
125 </item>
126 <item row="2" column="1" colspan="2">
127 <widget class="QComboBox" name="combobox"/>
128 </item>
129 <item row="3" column="0" colspan="3">
130 <widget class="QDialogButtonBox" name="buttonBox">
131 <property name="orientation">
132 <enum>Qt::Horizontal</enum>
133 </property>
134 <property name="standardButtons">
135 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
136 </property>
137 </widget>
138 </item>
139 </layout>
140 </widget>
141 <resources/>
142 <connections>
143 <connection>
144 <sender>buttonBox</sender>
145 <signal>accepted()</signal>
146 <receiver>dialog_mirror</receiver>
147 <slot>accept()</slot>
148 <hints>
149 <hint type="sourcelabel">
150 <x>248</x>
151 <y>254</y>
152 </hint>
153 <hint type="destinationlabel">
154 <x>157</x>
155 <y>274</y>
156 </hint>
157 </hints>
158 </connection>
159 <connection>
160 <sender>buttonBox</sender>
161 <signal>rejected()</signal>
162 <receiver>dialog_mirror</receiver>
163 <slot>reject()</slot>
164 <hints>
165 <hint type="sourcelabel">
166 <x>316</x>
167 <y>260</y>
168 </hint>
169 <hint type="destinationlabel">
170 <x>286</x>
171 <y>274</y>
172 </hint>
173 </hints>
174 </connection>
175 </connections>
176</ui>
0177
=== added file 'data/designer/main.ui'
--- data/designer/main.ui 1970-01-01 00:00:00 +0000
+++ data/designer/main.ui 2016-03-27 17:29:55 +0000
@@ -0,0 +1,499 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>vbox_updates_frame</class>
4 <widget class="QWidget" name="vbox_updates_frame">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>605</width>
10 <height>408</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Software Sources</string>
15 </property>
16 <layout class="QGridLayout">
17 <property name="margin">
18 <number>9</number>
19 </property>
20 <property name="spacing">
21 <number>6</number>
22 </property>
23 <item row="0" column="0">
24 <widget class="QTabWidget" name="tabWidget">
25 <property name="currentIndex">
26 <number>0</number>
27 </property>
28 <widget class="QWidget" name="tab">
29 <attribute name="title">
30 <string>Kubuntu Software</string>
31 </attribute>
32 <layout class="QGridLayout">
33 <property name="margin">
34 <number>9</number>
35 </property>
36 <property name="spacing">
37 <number>6</number>
38 </property>
39 <item row="0" column="0">
40 <widget class="QGroupBox" name="groupBox">
41 <property name="title">
42 <string>&lt;b&gt;Downloadable from the Internet&lt;/b&gt;</string>
43 </property>
44 <layout class="QGridLayout">
45 <property name="margin">
46 <number>9</number>
47 </property>
48 <property name="spacing">
49 <number>6</number>
50 </property>
51 <item row="0" column="0" colspan="2">
52 <widget class="QFrame" name="vbox_dist_comps_frame">
53 <property name="frameShape">
54 <enum>QFrame::NoFrame</enum>
55 </property>
56 <property name="frameShadow">
57 <enum>QFrame::Raised</enum>
58 </property>
59 <layout class="QGridLayout">
60 <property name="margin">
61 <number>0</number>
62 </property>
63 <property name="spacing">
64 <number>6</number>
65 </property>
66 <item row="0" column="0">
67 <layout class="QVBoxLayout">
68 <property name="spacing">
69 <number>6</number>
70 </property>
71 <property name="margin">
72 <number>0</number>
73 </property>
74 </layout>
75 </item>
76 </layout>
77 </widget>
78 </item>
79 <item row="1" column="0" colspan="2">
80 <widget class="QCheckBox" name="checkbutton_source_code">
81 <property name="text">
82 <string>Source code</string>
83 </property>
84 <property name="tristate">
85 <bool>false</bool>
86 </property>
87 </widget>
88 </item>
89 <item row="2" column="0">
90 <widget class="QLabel" name="download_label">
91 <property name="text">
92 <string>Download from:</string>
93 </property>
94 </widget>
95 </item>
96 <item row="2" column="1">
97 <widget class="QComboBox" name="combobox_server"/>
98 </item>
99 </layout>
100 </widget>
101 </item>
102 <item row="1" column="0">
103 <widget class="QGroupBox" name="groupBox_cdrom">
104 <property name="title">
105 <string>Installable from CD-ROM/DVD</string>
106 </property>
107 <layout class="QGridLayout">
108 <property name="margin">
109 <number>9</number>
110 </property>
111 <property name="spacing">
112 <number>6</number>
113 </property>
114 <item row="0" column="0">
115 <widget class="QLabel" name="textview_no_cd">
116 <property name="text">
117 <string>To install from a CD-ROM or DVD, insert the medium into the drive.</string>
118 </property>
119 </widget>
120 </item>
121 <item row="1" column="0">
122 <widget class="QTreeWidget" name="treeview_cdroms">
123 <property name="alternatingRowColors">
124 <bool>true</bool>
125 </property>
126 <property name="indentation">
127 <number>0</number>
128 </property>
129 <property name="rootIsDecorated">
130 <bool>false</bool>
131 </property>
132 <property name="itemsExpandable">
133 <bool>true</bool>
134 </property>
135 <property name="headerHidden">
136 <bool>true</bool>
137 </property>
138 <property name="columnCount">
139 <number>1</number>
140 </property>
141 <column>
142 <property name="text">
143 <string>1</string>
144 </property>
145 </column>
146 </widget>
147 </item>
148 </layout>
149 </widget>
150 </item>
151 <item row="2" column="0">
152 <spacer>
153 <property name="orientation">
154 <enum>Qt::Vertical</enum>
155 </property>
156 <property name="sizeHint" stdset="0">
157 <size>
158 <width>20</width>
159 <height>40</height>
160 </size>
161 </property>
162 </spacer>
163 </item>
164 </layout>
165 </widget>
166 <widget class="QWidget" name="tab_3">
167 <attribute name="title">
168 <string>Other Software</string>
169 </attribute>
170 <layout class="QGridLayout">
171 <property name="margin">
172 <number>9</number>
173 </property>
174 <property name="spacing">
175 <number>6</number>
176 </property>
177 <item row="0" column="0" colspan="4">
178 <widget class="QTreeWidget" name="treeview_sources">
179 <property name="alternatingRowColors">
180 <bool>true</bool>
181 </property>
182 <property name="rootIsDecorated">
183 <bool>false</bool>
184 </property>
185 <property name="headerHidden">
186 <bool>true</bool>
187 </property>
188 <column>
189 <property name="text">
190 <string>1</string>
191 </property>
192 </column>
193 </widget>
194 </item>
195 <item row="1" column="0">
196 <widget class="QPushButton" name="button_add">
197 <property name="text">
198 <string>Add...</string>
199 </property>
200 </widget>
201 </item>
202 <item row="1" column="1">
203 <widget class="QPushButton" name="button_add_cdrom">
204 <property name="text">
205 <string>Add CD-ROM...</string>
206 </property>
207 </widget>
208 </item>
209 <item row="1" column="2">
210 <widget class="QPushButton" name="button_edit">
211 <property name="enabled">
212 <bool>false</bool>
213 </property>
214 <property name="text">
215 <string>Edit...</string>
216 </property>
217 </widget>
218 </item>
219 <item row="1" column="3">
220 <widget class="QPushButton" name="button_remove">
221 <property name="enabled">
222 <bool>false</bool>
223 </property>
224 <property name="text">
225 <string>Remove</string>
226 </property>
227 </widget>
228 </item>
229 </layout>
230 </widget>
231 <widget class="QWidget" name="tab_2">
232 <attribute name="title">
233 <string>Updates</string>
234 </attribute>
235 <layout class="QGridLayout">
236 <property name="margin">
237 <number>9</number>
238 </property>
239 <property name="spacing">
240 <number>6</number>
241 </property>
242 <item row="0" column="0" colspan="2">
243 <widget class="QGroupBox" name="groupBox_updates">
244 <property name="title">
245 <string>&lt;b&gt;Ubuntu updates&lt;/b&gt;</string>
246 </property>
247 <layout class="QGridLayout" name="gridLayout_2">
248 <property name="margin">
249 <number>9</number>
250 </property>
251 <property name="spacing">
252 <number>6</number>
253 </property>
254 <item row="0" column="0">
255 <layout class="QVBoxLayout">
256 <property name="spacing">
257 <number>6</number>
258 </property>
259 <property name="margin">
260 <number>0</number>
261 </property>
262 <item>
263 <widget class="QFrame" name="vbox_updates_frame">
264 <property name="frameShape">
265 <enum>QFrame::NoFrame</enum>
266 </property>
267 <property name="frameShadow">
268 <enum>QFrame::Raised</enum>
269 </property>
270 <layout class="QGridLayout">
271 <property name="margin">
272 <number>0</number>
273 </property>
274 <property name="spacing">
275 <number>6</number>
276 </property>
277 </layout>
278 </widget>
279 </item>
280 </layout>
281 </item>
282 </layout>
283 </widget>
284 </item>
285 <item row="1" column="0" colspan="2">
286 <widget class="QGroupBox" name="groupBox_2">
287 <property name="title">
288 <string>&lt;b&gt;Automatic updates&lt;/b&gt;</string>
289 </property>
290 <layout class="QGridLayout" name="gridLayout">
291 <property name="margin">
292 <number>9</number>
293 </property>
294 <property name="spacing">
295 <number>6</number>
296 </property>
297 <item row="0" column="0">
298 <widget class="QCheckBox" name="checkbutton_auto_update">
299 <property name="text">
300 <string>Chec_k for updates:</string>
301 </property>
302 </widget>
303 </item>
304 <item row="0" column="1">
305 <widget class="QComboBox" name="combobox_update_interval"/>
306 </item>
307 <item row="3" column="0">
308 <widget class="QRadioButton" name="radiobutton_updates_notify">
309 <property name="text">
310 <string>Only _notify about available updates</string>
311 </property>
312 </widget>
313 </item>
314 <item row="2" column="0">
315 <widget class="QRadioButton" name="radiobutton_updates_download">
316 <property name="text">
317 <string>_Download all updates in the background</string>
318 </property>
319 </widget>
320 </item>
321 <item row="1" column="0">
322 <widget class="QRadioButton" name="radiobutton_updates_inst_sec">
323 <property name="text">
324 <string>Install _security updates without confirmation</string>
325 </property>
326 </widget>
327 </item>
328 </layout>
329 </widget>
330 </item>
331 <item row="2" column="0" colspan="2">
332 <widget class="QGroupBox" name="frame8">
333 <property name="title">
334 <string>&lt;b&gt;Release upgrade&lt;/b&gt;</string>
335 </property>
336 <layout class="QGridLayout" name="gridLayout_3">
337 <item row="0" column="0">
338 <widget class="QLabel" name="label29">
339 <property name="text">
340 <string>Show new distribution releases: </string>
341 </property>
342 </widget>
343 </item>
344 <item row="0" column="1">
345 <widget class="QComboBox" name="combobox_release_upgrades">
346 <item>
347 <property name="text">
348 <string>Normal Releases</string>
349 </property>
350 </item>
351 <item>
352 <property name="text">
353 <string>Long term support releases only</string>
354 </property>
355 </item>
356 <item>
357 <property name="text">
358 <string>Never</string>
359 </property>
360 </item>
361 </widget>
362 </item>
363 </layout>
364 </widget>
365 </item>
366 </layout>
367 </widget>
368 <widget class="QWidget" name="tab_4">
369 <attribute name="title">
370 <string>Authentication</string>
371 </attribute>
372 <layout class="QGridLayout">
373 <property name="margin">
374 <number>9</number>
375 </property>
376 <property name="spacing">
377 <number>6</number>
378 </property>
379 <item row="1" column="0" colspan="4">
380 <widget class="QTreeWidget" name="treeview2">
381 <property name="alternatingRowColors">
382 <bool>true</bool>
383 </property>
384 <property name="rootIsDecorated">
385 <bool>false</bool>
386 </property>
387 <property name="headerHidden">
388 <bool>true</bool>
389 </property>
390 <column>
391 <property name="text">
392 <string>1</string>
393 </property>
394 </column>
395 </widget>
396 </item>
397 <item row="0" column="0" colspan="2">
398 <widget class="QLabel" name="label_3">
399 <property name="text">
400 <string>&lt;b&gt;Trusted software providers&lt;/b&gt;</string>
401 </property>
402 </widget>
403 </item>
404 <item row="2" column="2">
405 <spacer>
406 <property name="orientation">
407 <enum>Qt::Horizontal</enum>
408 </property>
409 <property name="sizeHint" stdset="0">
410 <size>
411 <width>171</width>
412 <height>20</height>
413 </size>
414 </property>
415 </spacer>
416 </item>
417 <item row="2" column="0">
418 <widget class="QPushButton" name="button_add_auth">
419 <property name="text">
420 <string>_Import Key File...</string>
421 </property>
422 </widget>
423 </item>
424 <item row="2" column="1">
425 <widget class="QPushButton" name="button_auth_remove">
426 <property name="text">
427 <string>Remove</string>
428 </property>
429 </widget>
430 </item>
431 <item row="2" column="3">
432 <widget class="QPushButton" name="button_auth_restore">
433 <property name="text">
434 <string>Restore _Defaults</string>
435 </property>
436 </widget>
437 </item>
438 </layout>
439 </widget>
440 <widget class="QWidget" name="tab_5">
441 <attribute name="title">
442 <string>Statistics</string>
443 </attribute>
444 <layout class="QGridLayout">
445 <property name="margin">
446 <number>9</number>
447 </property>
448 <property name="spacing">
449 <number>6</number>
450 </property>
451 <item row="2" column="0">
452 <spacer>
453 <property name="orientation">
454 <enum>Qt::Vertical</enum>
455 </property>
456 <property name="sizeHint" stdset="0">
457 <size>
458 <width>561</width>
459 <height>321</height>
460 </size>
461 </property>
462 </spacer>
463 </item>
464 <item row="1" column="0">
465 <widget class="QLabel" name="label_popcon_desc">
466 <property name="text">
467 <string>TextLabel</string>
468 </property>
469 <property name="wordWrap">
470 <bool>true</bool>
471 </property>
472 </widget>
473 </item>
474 <item row="0" column="0">
475 <widget class="QCheckBox" name="checkbutton_popcon">
476 <property name="text">
477 <string>Submit statistical information</string>
478 </property>
479 </widget>
480 </item>
481 </layout>
482 </widget>
483 </widget>
484 </item>
485 <item row="1" column="0">
486 <widget class="QDialogButtonBox" name="buttonBox">
487 <property name="orientation">
488 <enum>Qt::Horizontal</enum>
489 </property>
490 <property name="standardButtons">
491 <set>QDialogButtonBox::Close|QDialogButtonBox::Reset</set>
492 </property>
493 </widget>
494 </item>
495 </layout>
496 </widget>
497 <resources/>
498 <connections/>
499</ui>
0500
=== added directory 'data/gtkbuilder'
=== added file 'data/gtkbuilder/dialog-add-sources-list.ui'
--- data/gtkbuilder/dialog-add-sources-list.ui 1970-01-01 00:00:00 +0000
+++ data/gtkbuilder/dialog-add-sources-list.ui 2016-03-27 17:29:55 +0000
@@ -0,0 +1,142 @@
1<?xml version="1.0"?>
2<interface>
3 <!-- interface-requires gtk+ 2.12 -->
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkDialog" id="dialog_add_sources_list">
6 <property name="border_width">6</property>
7 <property name="resizable">False</property>
8 <property name="type_hint">dialog</property>
9 <child internal-child="vbox">
10 <object class="GtkVBox" id="dialog-vbox1">
11 <property name="visible">True</property>
12 <property name="spacing">12</property>
13 <child>
14 <object class="GtkHBox" id="hbox1">
15 <property name="visible">True</property>
16 <property name="border_width">6</property>
17 <property name="spacing">12</property>
18 <child>
19 <object class="GtkImage" id="image_sources_list">
20 <property name="visible">True</property>
21 <property name="xalign">0</property>
22 <property name="yalign">0</property>
23 <property name="stock">gtk-dialog-question</property>
24 <property name="icon-size">6</property>
25 </object>
26 <packing>
27 <property name="expand">False</property>
28 <property name="position">0</property>
29 </packing>
30 </child>
31 <child>
32 <object class="GtkVBox" id="vbox1">
33 <property name="visible">True</property>
34 <property name="spacing">12</property>
35 <child>
36 <object class="GtkLabel" id="label_sources">
37 <property name="visible">True</property>
38 <property name="xalign">0</property>
39 <property name="wrap">True</property>
40 </object>
41 <packing>
42 <property name="expand">False</property>
43 <property name="fill">False</property>
44 <property name="position">0</property>
45 </packing>
46 </child>
47 <child>
48 <object class="GtkScrolledWindow" id="scrolled_window">
49 <property name="height_request">200</property>
50 <property name="visible">True</property>
51 <property name="can_focus">True</property>
52 <property name="hscrollbar_policy">automatic</property>
53 <property name="vscrollbar_policy">automatic</property>
54 <property name="shadow_type">in</property>
55 <child>
56 <object class="GtkTreeView" id="treeview_sources">
57 <property name="visible">True</property>
58 <property name="can_focus">True</property>
59 <property name="headers_visible">False</property>
60 <property name="rules_hint">True</property>
61 </object>
62 </child>
63 </object>
64 <packing>
65 <property name="position">1</property>
66 </packing>
67 </child>
68 </object>
69 <packing>
70 <property name="position">1</property>
71 </packing>
72 </child>
73 </object>
74 <packing>
75 <property name="position">1</property>
76 </packing>
77 </child>
78 <child internal-child="action_area">
79 <object class="GtkHButtonBox" id="dialog-action_area1">
80 <property name="visible">True</property>
81 <property name="layout_style">end</property>
82 <child>
83 <object class="GtkButton" id="button_replace">
84 <property name="label" translatable="yes">_Replace</property>
85 <property name="visible">True</property>
86 <property name="can_focus">True</property>
87 <property name="can_default">True</property>
88 <property name="receives_default">False</property>
89 <property name="use_underline">True</property>
90 </object>
91 <packing>
92 <property name="expand">False</property>
93 <property name="fill">False</property>
94 <property name="position">0</property>
95 </packing>
96 </child>
97 <child>
98 <object class="GtkButton" id="button_cancel">
99 <property name="label">gtk-cancel</property>
100 <property name="visible">True</property>
101 <property name="can_focus">True</property>
102 <property name="can_default">True</property>
103 <property name="receives_default">False</property>
104 <property name="use_stock">True</property>
105 </object>
106 <packing>
107 <property name="expand">False</property>
108 <property name="fill">False</property>
109 <property name="position">1</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkButton" id="button_add">
114 <property name="label">gtk-add</property>
115 <property name="visible">True</property>
116 <property name="can_focus">True</property>
117 <property name="can_default">True</property>
118 <property name="receives_default">False</property>
119 <property name="use_stock">True</property>
120 </object>
121 <packing>
122 <property name="expand">False</property>
123 <property name="fill">False</property>
124 <property name="position">2</property>
125 </packing>
126 </child>
127 </object>
128 <packing>
129 <property name="expand">False</property>
130 <property name="pack_type">end</property>
131 <property name="position">0</property>
132 </packing>
133 </child>
134 </object>
135 </child>
136 <action-widgets>
137 <action-widget response="1">button_replace</action-widget>
138 <action-widget response="-6">button_cancel</action-widget>
139 <action-widget response="2">button_add</action-widget>
140 </action-widgets>
141 </object>
142</interface>
0143
=== added file 'data/gtkbuilder/dialog-add.ui'
--- data/gtkbuilder/dialog-add.ui 1970-01-01 00:00:00 +0000
+++ data/gtkbuilder/dialog-add.ui 2016-03-27 17:29:55 +0000
@@ -0,0 +1,195 @@
1<?xml version="1.0"?>
2<interface>
3 <!-- interface-requires gtk+ 2.12 -->
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkDialog" id="dialog_add_custom">
6 <property name="border_width">6</property>
7 <property name="resizable">False</property>
8 <property name="modal">True</property>
9 <property name="type_hint">dialog</property>
10 <property name="skip_taskbar_hint">True</property>
11 <child internal-child="vbox">
12 <object class="GtkVBox" id="dialog-vbox2">
13 <property name="visible">True</property>
14 <property name="spacing">12</property>
15 <child>
16 <object class="GtkHBox" id="hbox7">
17 <property name="visible">True</property>
18 <property name="border_width">6</property>
19 <property name="spacing">12</property>
20 <child>
21 <object class="GtkImage" id="image3">
22 <property name="visible">True</property>
23 <property name="yalign">0</property>
24 <property name="stock">gtk-dialog-question</property>
25 <property name="icon-size">6</property>
26 </object>
27 <packing>
28 <property name="expand">False</property>
29 <property name="position">0</property>
30 </packing>
31 </child>
32 <child>
33 <object class="GtkVBox" id="vbox5">
34 <property name="visible">True</property>
35 <property name="spacing">12</property>
36 <child>
37 <object class="GtkLabel" id="label33">
38 <property name="visible">True</property>
39 <property name="can_focus">True</property>
40 <property name="xalign">0</property>
41 <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>
42 <property name="use_markup">True</property>
43 <property name="wrap">True</property>
44 <property name="selectable">True</property>
45 <property name="max-width-chars">70</property>
46 </object>
47 <packing>
48 <property name="expand">False</property>
49 <property name="fill">False</property>
50 <property name="position">0</property>
51 </packing>
52 </child>
53 <child>
54 <object class="GtkLabel" id="label_example_line">
55 <property name="visible">True</property>
56 <property name="can_focus">True</property>
57 <property name="xalign">0</property>
58 <property name="use_markup">True</property>
59 <property name="wrap">True</property>
60 <property name="selectable">True</property>
61 <property name="max-width-chars">70</property>
62 </object>
63 <packing>
64 <property name="expand">False</property>
65 <property name="fill">False</property>
66 <property name="position">1</property>
67 </packing>
68 </child>
69 <child>
70 <object class="GtkHBox" id="hbox8">
71 <property name="visible">True</property>
72 <property name="spacing">10</property>
73 <child>
74 <object class="GtkLabel" id="label34">
75 <property name="visible">True</property>
76 <property name="label" translatable="yes">APT line:</property>
77 </object>
78 <packing>
79 <property name="expand">False</property>
80 <property name="fill">False</property>
81 <property name="position">0</property>
82 </packing>
83 </child>
84 <child>
85 <object class="GtkEntry" id="entry_source_line">
86 <property name="visible">True</property>
87 <property name="can_focus">True</property>
88 <property name="activates_default">True</property>
89 </object>
90 <packing>
91 <property name="position">1</property>
92 </packing>
93 </child>
94 </object>
95 <packing>
96 <property name="expand">False</property>
97 <property name="position">2</property>
98 </packing>
99 </child>
100 </object>
101 <packing>
102 <property name="position">1</property>
103 </packing>
104 </child>
105 </object>
106 <packing>
107 <property name="position">1</property>
108 </packing>
109 </child>
110 <child internal-child="action_area">
111 <object class="GtkHButtonBox" id="dialog-action_area2">
112 <property name="visible">True</property>
113 <property name="layout_style">end</property>
114 <child>
115 <object class="GtkButton" id="button5">
116 <property name="label">gtk-cancel</property>
117 <property name="visible">True</property>
118 <property name="can_focus">True</property>
119 <property name="can_default">True</property>
120 <property name="receives_default">False</property>
121 <property name="use_stock">True</property>
122 </object>
123 <packing>
124 <property name="expand">False</property>
125 <property name="fill">False</property>
126 <property name="position">0</property>
127 </packing>
128 </child>
129 <child>
130 <object class="GtkButton" id="button_add_source">
131 <property name="visible">True</property>
132 <property name="sensitive">False</property>
133 <property name="can_focus">True</property>
134 <property name="has_focus">True</property>
135 <property name="can_default">True</property>
136 <property name="has_default">True</property>
137 <property name="receives_default">False</property>
138 <child>
139 <object class="GtkAlignment" id="alignment1">
140 <property name="visible">True</property>
141 <property name="xscale">0</property>
142 <property name="yscale">0</property>
143 <child>
144 <object class="GtkHBox" id="hbox10">
145 <property name="visible">True</property>
146 <property name="spacing">2</property>
147 <child>
148 <object class="GtkImage" id="image2">
149 <property name="visible">True</property>
150 <property name="stock">gtk-add</property>
151 </object>
152 <packing>
153 <property name="expand">False</property>
154 <property name="fill">False</property>
155 <property name="position">0</property>
156 </packing>
157 </child>
158 <child>
159 <object class="GtkLabel" id="label35">
160 <property name="visible">True</property>
161 <property name="label" translatable="yes">_Add Source</property>
162 <property name="use_underline">True</property>
163 </object>
164 <packing>
165 <property name="expand">False</property>
166 <property name="fill">False</property>
167 <property name="position">1</property>
168 </packing>
169 </child>
170 </object>
171 </child>
172 </object>
173 </child>
174 </object>
175 <packing>
176 <property name="expand">False</property>
177 <property name="fill">False</property>
178 <property name="position">1</property>
179 </packing>
180 </child>
181 </object>
182 <packing>
183 <property name="expand">False</property>
184 <property name="pack_type">end</property>
185 <property name="position">0</property>
186 </packing>
187 </child>
188 </object>
189 </child>
190 <action-widgets>
191 <action-widget response="-6">button5</action-widget>
192 <action-widget response="-5">button_add_source</action-widget>
193 </action-widgets>
194 </object>
195</interface>
0196
=== added file 'data/gtkbuilder/dialog-cache-outofdate.ui'
--- data/gtkbuilder/dialog-cache-outofdate.ui 1970-01-01 00:00:00 +0000
+++ data/gtkbuilder/dialog-cache-outofdate.ui 2016-03-27 17:29:55 +0000
@@ -0,0 +1,146 @@
1<?xml version="1.0"?>
2<interface>
3 <!-- interface-requires gtk+ 2.12 -->
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkDialog" id="dialog_cache_outofdate">
6 <property name="border_width">6</property>
7 <property name="title" translatable="yes"> </property>
8 <property name="resizable">False</property>
9 <property name="window_position">center-on-parent</property>
10 <property name="type_hint">dialog</property>
11 <property name="skip_taskbar_hint">True</property>
12 <property name="skip_pager_hint">True</property>
13 <child internal-child="vbox">
14 <object class="GtkVBox" id="dialog-vbox5">
15 <property name="visible">True</property>
16 <property name="spacing">12</property>
17 <child>
18 <object class="GtkHBox" id="hbox36">
19 <property name="visible">True</property>
20 <property name="border_width">6</property>
21 <property name="spacing">12</property>
22 <child>
23 <object class="GtkImage" id="image4">
24 <property name="visible">True</property>
25 <property name="xalign">0</property>
26 <property name="yalign">0</property>
27 <property name="stock">gtk-dialog-info</property>
28 <property name="icon-size">6</property>
29 </object>
30 <packing>
31 <property name="expand">False</property>
32 <property name="position">0</property>
33 </packing>
34 </child>
35 <child>
36 <object class="GtkLabel" id="label70">
37 <property name="visible">True</property>
38 <property name="can_focus">True</property>
39 <property name="xalign">0</property>
40 <property name="yalign">0</property>
41 <property name="max-width-chars">70</property>
42 <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;
43
44To install software and updates from newly added or changed sources, you have to reload the information about available software.
45
46You need a working internet connection to continue.</property>
47 <property name="use_markup">True</property>
48 <property name="wrap">True</property>
49 <property name="selectable">True</property>
50 </object>
51 <packing>
52 <property name="expand">False</property>
53 <property name="fill">False</property>
54 <property name="position">1</property>
55 </packing>
56 </child>
57 </object>
58 <packing>
59 <property name="position">1</property>
60 </packing>
61 </child>
62 <child internal-child="action_area">
63 <object class="GtkHButtonBox" id="dialog-action_area5">
64 <property name="visible">True</property>
65 <property name="layout_style">end</property>
66 <child>
67 <object class="GtkButton" id="cancelbutton1">
68 <property name="visible">True</property>
69 <property name="can_focus">True</property>
70 <property name="has_focus">True</property>
71 <property name="can_default">True</property>
72 <property name="has_default">True</property>
73 <property name="receives_default">False</property>
74 <child>
75 <object class="GtkAlignment" id="alignment2">
76 <property name="visible">True</property>
77 <property name="xscale">0</property>
78 <property name="yscale">0</property>
79 <child>
80 <object class="GtkHBox" id="hbox37">
81 <property name="visible">True</property>
82 <property name="spacing">2</property>
83 <child>
84 <object class="GtkImage" id="image5">
85 <property name="visible">True</property>
86 <property name="stock">gtk-refresh</property>
87 </object>
88 <packing>
89 <property name="expand">False</property>
90 <property name="fill">False</property>
91 <property name="position">0</property>
92 </packing>
93 </child>
94 <child>
95 <object class="GtkLabel" id="label71">
96 <property name="visible">True</property>
97 <property name="label" translatable="yes">_Reload</property>
98 <property name="use_underline">True</property>
99 </object>
100 <packing>
101 <property name="expand">False</property>
102 <property name="fill">False</property>
103 <property name="position">1</property>
104 </packing>
105 </child>
106 </object>
107 </child>
108 </object>
109 </child>
110 </object>
111 <packing>
112 <property name="expand">False</property>
113 <property name="fill">False</property>
114 <property name="position">0</property>
115 </packing>
116 </child>
117 <child>
118 <object class="GtkButton" id="okbutton1">
119 <property name="label">gtk-close</property>
120 <property name="visible">True</property>
121 <property name="can_focus">True</property>
122 <property name="can_default">True</property>
123 <property name="receives_default">False</property>
124 <property name="use_stock">True</property>
125 </object>
126 <packing>
127 <property name="expand">False</property>
128 <property name="fill">False</property>
129 <property name="position">1</property>
130 </packing>
131 </child>
132 </object>
133 <packing>
134 <property name="expand">False</property>
135 <property name="pack_type">end</property>
136 <property name="position">0</property>
137 </packing>
138 </child>
139 </object>
140 </child>
141 <action-widgets>
142 <action-widget response="-10">cancelbutton1</action-widget>
143 <action-widget response="-7">okbutton1</action-widget>
144 </action-widgets>
145 </object>
146</interface>
0147
=== added file 'data/gtkbuilder/dialog-cdrom-progress.ui'
--- data/gtkbuilder/dialog-cdrom-progress.ui 1970-01-01 00:00:00 +0000
+++ data/gtkbuilder/dialog-cdrom-progress.ui 2016-03-27 17:29:55 +0000
@@ -0,0 +1,83 @@
1<?xml version="1.0"?>
2<interface>
3 <!-- interface-requires gtk+ 2.12 -->
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkDialog" id="dialog_cdrom_progress">
6 <property name="border_width">6</property>
7 <property name="title" translatable="yes">Scanning CD-ROM</property>
8 <property name="resizable">False</property>
9 <property name="modal">True</property>
10 <property name="type_hint">dialog</property>
11 <child internal-child="vbox">
12 <object class="GtkVBox" id="dialog-vbox4">
13 <property name="visible">True</property>
14 <property name="spacing">12</property>
15 <child>
16 <object class="GtkVBox" id="vbox18">
17 <property name="visible">True</property>
18 <property name="border_width">6</property>
19 <property name="spacing">12</property>
20 <child>
21 <object class="GtkLabel" id="label_cdrom">
22 <property name="visible">True</property>
23 <property name="wrap">True</property>
24 </object>
25 <packing>
26 <property name="expand">False</property>
27 <property name="fill">False</property>
28 <property name="position">0</property>
29 </packing>
30 </child>
31 <child>
32 <object class="GtkProgressBar" id="progressbar_cdrom">
33 <property name="width_request">350</property>
34 <property name="visible">True</property>
35 <property name="pulse_step">0.10000000149</property>
36 </object>
37 <packing>
38 <property name="expand">False</property>
39 <property name="fill">False</property>
40 <property name="position">1</property>
41 </packing>
42 </child>
43 <child>
44 <placeholder/>
45 </child>
46 </object>
47 <packing>
48 <property name="position">1</property>
49 </packing>
50 </child>
51 <child internal-child="action_area">
52 <object class="GtkHButtonBox" id="dialog-action_area4">
53 <property name="visible">True</property>
54 <property name="layout_style">end</property>
55 <child>
56 <object class="GtkButton" id="button_cdrom_close">
57 <property name="label">gtk-close</property>
58 <property name="visible">True</property>
59 <property name="can_focus">True</property>
60 <property name="can_default">True</property>
61 <property name="receives_default">False</property>
62 <property name="use_stock">True</property>
63 </object>
64 <packing>
65 <property name="expand">False</property>
66 <property name="fill">False</property>
67 <property name="position">0</property>
68 </packing>
69 </child>
70 </object>
71 <packing>
72 <property name="expand">False</property>
73 <property name="pack_type">end</property>
74 <property name="position">0</property>
75 </packing>
76 </child>
77 </object>
78 </child>
79 <action-widgets>
80 <action-widget response="-7">button_cdrom_close</action-widget>
81 </action-widgets>
82 </object>
83</interface>
084
=== added file 'data/gtkbuilder/dialog-edit-source.ui'
--- data/gtkbuilder/dialog-edit-source.ui 1970-01-01 00:00:00 +0000
+++ data/gtkbuilder/dialog-edit-source.ui 2016-03-27 17:29:55 +0000
@@ -0,0 +1,251 @@
1<?xml version="1.0"?>
2<interface>
3 <!-- interface-requires gtk+ 2.12 -->
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkListStore" id="model1">
6 <columns>
7 <!-- column-name gchararray -->
8 <column type="gchararray"/>
9 </columns>
10 <data>
11 <row>
12 <col id="0" translatable="yes">Binary</col>
13 </row>
14 <row>
15 <col id="0" translatable="yes">Source</col>
16 </row>
17 </data>
18 </object>
19 <object class="GtkDialog" id="dialog_edit">
20 <property name="border_width">6</property>
21 <property name="title" translatable="yes">Edit Source</property>
22 <property name="modal">True</property>
23 <property name="default_width">400</property>
24 <property name="type_hint">dialog</property>
25 <property name="skip_taskbar_hint">True</property>
26 <child internal-child="vbox">
27 <object class="GtkVBox" id="vbox6">
28 <property name="visible">True</property>
29 <property name="spacing">12</property>
30 <child>
31 <object class="GtkTable" id="table1">
32 <property name="visible">True</property>
33 <property name="border_width">6</property>
34 <property name="n_rows">7</property>
35 <property name="n_columns">2</property>
36 <property name="column_spacing">12</property>
37 <property name="row_spacing">6</property>
38 <child>
39 <object class="GtkLabel" id="label36">
40 <property name="visible">True</property>
41 <property name="xalign">1</property>
42 <property name="label" translatable="yes">&lt;b&gt;Type:&lt;/b&gt;</property>
43 <property name="use_markup">True</property>
44 </object>
45 <packing>
46 <property name="top_attach">1</property>
47 <property name="bottom_attach">2</property>
48 <property name="x_options">GTK_FILL</property>
49 <property name="y_options"></property>
50 </packing>
51 </child>
52 <child>
53 <object class="GtkLabel" id="label38">
54 <property name="visible">True</property>
55 <property name="xalign">1</property>
56 <property name="label" translatable="yes">&lt;b&gt;URI:&lt;/b&gt;</property>
57 <property name="use_markup">True</property>
58 </object>
59 <packing>
60 <property name="top_attach">3</property>
61 <property name="bottom_attach">4</property>
62 <property name="x_options">GTK_FILL</property>
63 <property name="y_options"></property>
64 </packing>
65 </child>
66 <child>
67 <object class="GtkLabel" id="label39">
68 <property name="visible">True</property>
69 <property name="xalign">1</property>
70 <property name="label" translatable="yes">&lt;b&gt;Distribution:&lt;/b&gt;</property>
71 <property name="use_markup">True</property>
72 </object>
73 <packing>
74 <property name="top_attach">4</property>
75 <property name="bottom_attach">5</property>
76 <property name="x_options">GTK_FILL</property>
77 <property name="y_options"></property>
78 </packing>
79 </child>
80 <child>
81 <object class="GtkLabel" id="label40">
82 <property name="visible">True</property>
83 <property name="xalign">1</property>
84 <property name="label" translatable="yes">&lt;b&gt;Components:&lt;/b&gt;</property>
85 <property name="use_markup">True</property>
86 </object>
87 <packing>
88 <property name="top_attach">5</property>
89 <property name="bottom_attach">6</property>
90 <property name="x_options">GTK_FILL</property>
91 <property name="y_options"></property>
92 </packing>
93 </child>
94 <child>
95 <object class="GtkEntry" id="entry_uri">
96 <property name="visible">True</property>
97 <property name="can_focus">True</property>
98 <property name="activates_default">True</property>
99 </object>
100 <packing>
101 <property name="left_attach">1</property>
102 <property name="right_attach">2</property>
103 <property name="top_attach">3</property>
104 <property name="bottom_attach">4</property>
105 <property name="y_options"></property>
106 </packing>
107 </child>
108 <child>
109 <object class="GtkEntry" id="entry_comps">
110 <property name="visible">True</property>
111 <property name="can_focus">True</property>
112 <property name="activates_default">True</property>
113 </object>
114 <packing>
115 <property name="left_attach">1</property>
116 <property name="right_attach">2</property>
117 <property name="top_attach">5</property>
118 <property name="bottom_attach">6</property>
119 <property name="y_options"></property>
120 </packing>
121 </child>
122 <child>
123 <object class="GtkComboBox" id="combobox_type">
124 <property name="visible">True</property>
125 <property name="model">model1</property>
126 <child>
127 <object class="GtkCellRendererText" id="renderer1"/>
128 <attributes>
129 <attribute name="text">0</attribute>
130 </attributes>
131 </child>
132 </object>
133 <packing>
134 <property name="left_attach">1</property>
135 <property name="right_attach">2</property>
136 <property name="top_attach">1</property>
137 <property name="bottom_attach">2</property>
138 <property name="x_options">GTK_FILL</property>
139 <property name="y_options">GTK_FILL</property>
140 </packing>
141 </child>
142 <child>
143 <object class="GtkLabel" id="label61">
144 <property name="visible">True</property>
145 <property name="xalign">1</property>
146 <property name="label" translatable="yes">&lt;b&gt;Comment:&lt;/b&gt;</property>
147 <property name="use_markup">True</property>
148 </object>
149 <packing>
150 <property name="top_attach">6</property>
151 <property name="bottom_attach">7</property>
152 <property name="x_options">GTK_FILL</property>
153 <property name="y_options"></property>
154 </packing>
155 </child>
156 <child>
157 <object class="GtkEntry" id="entry_comment">
158 <property name="visible">True</property>
159 <property name="can_focus">True</property>
160 <property name="activates_default">True</property>
161 </object>
162 <packing>
163 <property name="left_attach">1</property>
164 <property name="right_attach">2</property>
165 <property name="top_attach">6</property>
166 <property name="bottom_attach">7</property>
167 <property name="y_options"></property>
168 </packing>
169 </child>
170 <child>
171 <object class="GtkEntry" id="entry_dist">
172 <property name="visible">True</property>
173 <property name="can_focus">True</property>
174 <property name="activates_default">True</property>
175 </object>
176 <packing>
177 <property name="left_attach">1</property>
178 <property name="right_attach">2</property>
179 <property name="top_attach">4</property>
180 <property name="bottom_attach">5</property>
181 <property name="y_options"></property>
182 </packing>
183 </child>
184 <child>
185 <placeholder/>
186 </child>
187 <child>
188 <placeholder/>
189 </child>
190 <child>
191 <placeholder/>
192 </child>
193 <child>
194 <placeholder/>
195 </child>
196 </object>
197 <packing>
198 <property name="position">1</property>
199 </packing>
200 </child>
201 <child internal-child="action_area">
202 <object class="GtkHButtonBox" id="hbuttonbox3">
203 <property name="visible">True</property>
204 <property name="layout_style">end</property>
205 <child>
206 <object class="GtkButton" id="button7">
207 <property name="label">gtk-cancel</property>
208 <property name="visible">True</property>
209 <property name="can_focus">True</property>
210 <property name="can_default">True</property>
211 <property name="receives_default">False</property>
212 <property name="use_stock">True</property>
213 </object>
214 <packing>
215 <property name="expand">False</property>
216 <property name="fill">False</property>
217 <property name="position">0</property>
218 </packing>
219 </child>
220 <child>
221 <object class="GtkButton" id="button_edit_ok">
222 <property name="label">gtk-ok</property>
223 <property name="visible">True</property>
224 <property name="can_focus">True</property>
225 <property name="has_focus">True</property>
226 <property name="can_default">True</property>
227 <property name="has_default">True</property>
228 <property name="receives_default">False</property>
229 <property name="use_stock">True</property>
230 </object>
231 <packing>
232 <property name="expand">False</property>
233 <property name="fill">False</property>
234 <property name="position">1</property>
235 </packing>
236 </child>
237 </object>
238 <packing>
239 <property name="expand">False</property>
240 <property name="pack_type">end</property>
241 <property name="position">0</property>
242 </packing>
243 </child>
244 </object>
245 </child>
246 <action-widgets>
247 <action-widget response="-6">button7</action-widget>
248 <action-widget response="-5">button_edit_ok</action-widget>
249 </action-widgets>
250 </object>
251</interface>
0252
=== added file 'data/gtkbuilder/dialog-mirror.ui'
--- data/gtkbuilder/dialog-mirror.ui 1970-01-01 00:00:00 +0000
+++ data/gtkbuilder/dialog-mirror.ui 2016-03-27 17:29:55 +0000
@@ -0,0 +1,335 @@
1<?xml version="1.0"?>
2<interface>
3 <!-- interface-requires gtk+ 2.12 -->
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkDialog" id="dialog_mirror">
6 <property name="border_width">6</property>
7 <property name="title" translatable="yes">Choose a Download Server</property>
8 <property name="window_position">center-on-parent</property>
9 <property name="type_hint">dialog</property>
10 <child internal-child="vbox">
11 <object class="GtkVBox" id="dialog-vbox6">
12 <property name="visible">True</property>
13 <property name="spacing">6</property>
14 <child>
15 <object class="GtkVBox" id="vbox19">
16 <property name="visible">True</property>
17 <property name="border_width">6</property>
18 <property name="spacing">12</property>
19 <child>
20 <object class="GtkHBox" id="hbox38">
21 <property name="visible">True</property>
22 <property name="spacing">6</property>
23 <child>
24 <object class="GtkVBox" id="vbox24">
25 <property name="visible">True</property>
26 <property name="spacing">6</property>
27 <child>
28 <object class="GtkScrolledWindow" id="scrolledwindow1">
29 <property name="width_request">334</property>
30 <property name="height_request">211</property>
31 <property name="visible">True</property>
32 <property name="can_focus">True</property>
33 <property name="shadow_type">in</property>
34 <child>
35 <object class="GtkTreeView" id="treeview_mirrors">
36 <property name="visible">True</property>
37 <property name="can_focus">True</property>
38 <property name="headers_visible">False</property>
39 <property name="rules_hint">True</property>
40 <signal name="cursor_changed" handler="on_treeview_mirrors_cursor_changed"/>
41 </object>
42 </child>
43 </object>
44 <packing>
45 <property name="position">0</property>
46 </packing>
47 </child>
48 <child>
49 <object class="GtkHBox" id="hbox40">
50 <property name="visible">True</property>
51 <child>
52 <object class="GtkHBox" id="hbox39">
53 <property name="visible">True</property>
54 <property name="spacing">12</property>
55 <child>
56 <object class="GtkLabel" id="label73">
57 <property name="visible">True</property>
58 <property name="label" translatable="yes">Protocol:</property>
59 </object>
60 <packing>
61 <property name="expand">False</property>
62 <property name="fill">False</property>
63 <property name="position">0</property>
64 </packing>
65 </child>
66 <child>
67 <object class="GtkComboBox" id="combobox_mirror_proto">
68 <property name="visible">True</property>
69 </object>
70 <packing>
71 <property name="position">1</property>
72 </packing>
73 </child>
74 </object>
75 <packing>
76 <property name="position">0</property>
77 </packing>
78 </child>
79 </object>
80 <packing>
81 <property name="expand">False</property>
82 <property name="position">1</property>
83 </packing>
84 </child>
85 </object>
86 <packing>
87 <property name="position">0</property>
88 </packing>
89 </child>
90 <child>
91 <object class="GtkVBox" id="vbox20">
92 <property name="visible">True</property>
93 <property name="spacing">12</property>
94 <child>
95 <object class="GtkVBox" id="vbox21">
96 <property name="spacing">6</property>
97 <child>
98 <object class="GtkButton" id="button_mirror_add">
99 <property name="label">gtk-add</property>
100 <property name="visible">True</property>
101 <property name="can_focus">True</property>
102 <property name="receives_default">False</property>
103 <property name="use_stock">True</property>
104 <signal name="clicked" handler="on_button_mirror_add_clicked"/>
105 </object>
106 <packing>
107 <property name="expand">False</property>
108 <property name="fill">False</property>
109 <property name="position">0</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkButton" id="button_mirror_edit">
114 <property name="label">gtk-edit</property>
115 <property name="visible">True</property>
116 <property name="sensitive">False</property>
117 <property name="can_focus">True</property>
118 <property name="receives_default">False</property>
119 <property name="use_stock">True</property>
120 <signal name="clicked" handler="on_button_mirror_edit_clicked"/>
121 </object>
122 <packing>
123 <property name="expand">False</property>
124 <property name="fill">False</property>
125 <property name="position">1</property>
126 </packing>
127 </child>
128 <child>
129 <object class="GtkButton" id="button_mirror_remove">
130 <property name="label">gtk-remove</property>
131 <property name="visible">True</property>
132 <property name="sensitive">False</property>
133 <property name="can_focus">True</property>
134 <property name="receives_default">False</property>
135 <property name="use_stock">True</property>
136 <signal name="clicked" handler="on_button_mirror_remove_clicked"/>
137 </object>
138 <packing>
139 <property name="expand">False</property>
140 <property name="fill">False</property>
141 <property name="position">2</property>
142 </packing>
143 </child>
144 </object>
145 <packing>
146 <property name="expand">False</property>
147 <property name="position">0</property>
148 </packing>
149 </child>
150 <child>
151 <object class="GtkButton" id="button_mirror_test">
152 <property name="label" translatable="yes">_Select Best Server</property>
153 <property name="visible">True</property>
154 <property name="can_focus">True</property>
155 <property name="receives_default">False</property>
156 <property name="tooltip_text" translatable="yes">Performs a connection test to find the best mirror for your location</property>
157 <property name="use_underline">True</property>
158 <signal name="clicked" handler="on_button_test_clicked"/>
159 </object>
160 <packing>
161 <property name="expand">False</property>
162 <property name="fill">False</property>
163 <property name="position">1</property>
164 </packing>
165 </child>
166 </object>
167 <packing>
168 <property name="expand">False</property>
169 <property name="position">1</property>
170 </packing>
171 </child>
172 </object>
173 <packing>
174 <property name="position">0</property>
175 </packing>
176 </child>
177 </object>
178 <packing>
179 <property name="position">1</property>
180 </packing>
181 </child>
182 <child internal-child="action_area">
183 <object class="GtkHButtonBox" id="dialog-action_area6">
184 <property name="visible">True</property>
185 <property name="layout_style">end</property>
186 <child>
187 <object class="GtkButton" id="cancelbutton2">
188 <property name="label">gtk-cancel</property>
189 <property name="visible">True</property>
190 <property name="can_focus">True</property>
191 <property name="can_default">True</property>
192 <property name="receives_default">False</property>
193 <property name="use_stock">True</property>
194 </object>
195 <packing>
196 <property name="expand">False</property>
197 <property name="fill">False</property>
198 <property name="position">0</property>
199 </packing>
200 </child>
201 <child>
202 <object class="GtkButton" id="button_mirror_choose">
203 <property name="label" translatable="yes">Choose _Server</property>
204 <property name="visible">True</property>
205 <property name="sensitive">False</property>
206 <property name="can_focus">True</property>
207 <property name="can_default">True</property>
208 <property name="receives_default">False</property>
209 <property name="use_underline">True</property>
210 </object>
211 <packing>
212 <property name="expand">False</property>
213 <property name="fill">False</property>
214 <property name="position">1</property>
215 </packing>
216 </child>
217 </object>
218 <packing>
219 <property name="expand">False</property>
220 <property name="pack_type">end</property>
221 <property name="position">0</property>
222 </packing>
223 </child>
224 </object>
225 </child>
226 <action-widgets>
227 <action-widget response="-6">cancelbutton2</action-widget>
228 <action-widget response="-5">button_mirror_choose</action-widget>
229 </action-widgets>
230 </object>
231 <object class="GtkDialog" id="dialog_mirror_test">
232 <property name="border_width">6</property>
233 <property name="title" translatable="yes"> </property>
234 <property name="resizable">False</property>
235 <property name="modal">True</property>
236 <property name="window_position">center-on-parent</property>
237 <property name="destroy_with_parent">True</property>
238 <property name="type_hint">dialog</property>
239 <signal name="delete_event" handler="on_dialog_mirror_test_delete_event"/>
240 <child internal-child="vbox">
241 <object class="GtkVBox" id="dialog-vbox2">
242 <property name="visible">True</property>
243 <property name="spacing">6</property>
244 <child>
245 <object class="GtkVBox" id="vbox22">
246 <property name="visible">True</property>
247 <property name="border_width">6</property>
248 <property name="spacing">12</property>
249 <child>
250 <object class="GtkLabel" id="label72">
251 <property name="visible">True</property>
252 <property name="label" translatable="yes">&lt;b&gt;&lt;big&gt;Testing download servers&lt;/big&gt;&lt;/b&gt;
253
254A series of tests will be performed to find the best mirror for your location.</property>
255 <property name="use_markup">True</property>
256 <property name="wrap">True</property>
257 </object>
258 <packing>
259 <property name="expand">False</property>
260 <property name="fill">False</property>
261 <property name="position">0</property>
262 </packing>
263 </child>
264 <child>
265 <object class="GtkVBox" id="vbox23">
266 <property name="visible">True</property>
267 <property name="spacing">6</property>
268 <child>
269 <object class="GtkProgressBar" id="progressbar_test_mirror">
270 <property name="visible">True</property>
271 <property name="pulse_step">0.10000000149</property>
272 </object>
273 <packing>
274 <property name="expand">False</property>
275 <property name="fill">False</property>
276 <property name="position">0</property>
277 </packing>
278 </child>
279 <child>
280 <object class="GtkLabel" id="label_test_mirror">
281 <property name="visible">True</property>
282 <property name="xalign">0</property>
283 <property name="use_markup">True</property>
284 <property name="ellipsize">end</property>
285 </object>
286 <packing>
287 <property name="expand">False</property>
288 <property name="fill">False</property>
289 <property name="position">1</property>
290 </packing>
291 </child>
292 </object>
293 <packing>
294 <property name="position">1</property>
295 </packing>
296 </child>
297 </object>
298 <packing>
299 <property name="position">1</property>
300 </packing>
301 </child>
302 <child internal-child="action_area">
303 <object class="GtkHButtonBox" id="dialog-action_area2">
304 <property name="visible">True</property>
305 <property name="layout_style">end</property>
306 <child>
307 <object class="GtkButton" id="button_test_cancel">
308 <property name="label">gtk-cancel</property>
309 <property name="visible">True</property>
310 <property name="can_focus">True</property>
311 <property name="can_default">True</property>
312 <property name="receives_default">True</property>
313 <property name="use_stock">True</property>
314 <signal name="clicked" handler="on_button_cancel_test_clicked"/>
315 </object>
316 <packing>
317 <property name="expand">False</property>
318 <property name="fill">False</property>
319 <property name="position">0</property>
320 </packing>
321 </child>
322 </object>
323 <packing>
324 <property name="expand">False</property>
325 <property name="pack_type">end</property>
326 <property name="position">0</property>
327 </packing>
328 </child>
329 </object>
330 </child>
331 <action-widgets>
332 <action-widget response="-6">button_test_cancel</action-widget>
333 </action-widgets>
334 </object>
335</interface>
0336
=== added file 'data/gtkbuilder/main.ui'
--- data/gtkbuilder/main.ui 1970-01-01 00:00:00 +0000
+++ data/gtkbuilder/main.ui 2016-03-27 17:29:55 +0000
@@ -0,0 +1,1125 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkListStore" id="model_normal_updates_display">
5 <columns>
6 <!-- column-name text -->
7 <column type="gchararray"/>
8 <!-- column-name days -->
9 <column type="gint"/>
10 </columns>
11 <data>
12 <row>
13 <col id="0" translatable="yes">Display immediately</col>
14 <col id="1">0</col>
15 </row>
16 <row>
17 <col id="0" translatable="yes">Display weekly</col>
18 <col id="1">7</col>
19 </row>
20 <row>
21 <col id="0" translatable="yes">Display every two weeks</col>
22 <col id="1">14</col>
23 </row>
24 </data>
25 </object>
26 <object class="GtkListStore" id="model_release_upgrades">
27 <columns>
28 <!-- column-name gchararray -->
29 <column type="gchararray"/>
30 </columns>
31 <data>
32 <row>
33 <col id="0" translatable="yes">For any new version</col>
34 </row>
35 <row>
36 <col id="0" translatable="yes">For long-term support versions</col>
37 </row>
38 <row>
39 <col id="0" translatable="yes">Never</col>
40 </row>
41 </data>
42 </object>
43 <object class="GtkListStore" id="model_security_updates_display_behavior">
44 <columns>
45 <!-- column-name text -->
46 <column type="gchararray"/>
47 </columns>
48 <data>
49 <row>
50 <col id="0" translatable="yes">Display immediately</col>
51 </row>
52 <row>
53 <col id="0" translatable="yes">Download automatically</col>
54 </row>
55 <row>
56 <col id="0" translatable="yes">Download and install automatically</col>
57 </row>
58 </data>
59 </object>
60 <object class="GtkListStore" id="model_updates_interval">
61 <columns>
62 <!-- column-name text -->
63 <column type="gchararray"/>
64 <!-- column-name interval -->
65 <column type="gint"/>
66 </columns>
67 <data>
68 <row>
69 <col id="0" translatable="yes">Daily</col>
70 <col id="1">1</col>
71 </row>
72 <row>
73 <col id="0" translatable="yes">Every two days</col>
74 <col id="1">2</col>
75 </row>
76 <row>
77 <col id="0" translatable="yes">Weekly</col>
78 <col id="1">7</col>
79 </row>
80 <row>
81 <col id="0" translatable="yes">Every two weeks</col>
82 <col id="1">14</col>
83 </row>
84 <row>
85 <col id="0" translatable="yes">Never</col>
86 <col id="1">0</col>
87 </row>
88 </data>
89 </object>
90 <object class="GtkTextBuffer" id="textbuffer1">
91 <property name="text" translatable="yes">To install from a CD-ROM or DVD, insert the medium into the drive.</property>
92 </object>
93 <object class="GtkWindow" id="window_main">
94 <property name="can_focus">False</property>
95 <property name="border_width">6</property>
96 <property name="title" translatable="yes">Software &amp; Updates</property>
97 <property name="window_position">center</property>
98 <signal name="delete-event" handler="on_delete_event" swapped="no"/>
99 <child>
100 <object class="GtkVBox" id="vbox1">
101 <property name="visible">True</property>
102 <property name="can_focus">False</property>
103 <child>
104 <object class="GtkNotebook" id="notebook_main">
105 <property name="visible">True</property>
106 <property name="can_focus">True</property>
107 <property name="border_width">6</property>
108 <child>
109 <object class="GtkVBox" id="vbox5">
110 <property name="visible">True</property>
111 <property name="can_focus">False</property>
112 <property name="border_width">12</property>
113 <property name="spacing">18</property>
114 <child>
115 <object class="GtkFrame" id="frame4">
116 <property name="visible">True</property>
117 <property name="can_focus">False</property>
118 <property name="label_xalign">0</property>
119 <property name="shadow_type">none</property>
120 <child>
121 <object class="GtkAlignment" id="alignment5">
122 <property name="visible">True</property>
123 <property name="can_focus">False</property>
124 <property name="top_padding">6</property>
125 <property name="left_padding">12</property>
126 <child>
127 <object class="GtkVBox" id="vbox10">
128 <property name="visible">True</property>
129 <property name="can_focus">False</property>
130 <property name="spacing">18</property>
131 <child>
132 <object class="GtkVBox" id="vbox13">
133 <property name="visible">True</property>
134 <property name="can_focus">False</property>
135 <property name="spacing">6</property>
136 <child>
137 <object class="GtkVBox" id="vbox21">
138 <property name="visible">True</property>
139 <property name="can_focus">False</property>
140 <property name="spacing">6</property>
141 <child>
142 <object class="GtkVBox" id="vbox_dist_comps">
143 <property name="visible">True</property>
144 <property name="can_focus">False</property>
145 <property name="spacing">6</property>
146 <child>
147 <placeholder/>
148 </child>
149 </object>
150 <packing>
151 <property name="expand">False</property>
152 <property name="fill">True</property>
153 <property name="position">0</property>
154 </packing>
155 </child>
156 <child>
157 <object class="GtkCheckButton" id="checkbutton_source_code">
158 <property name="label" translatable="yes">Source code</property>
159 <property name="use_action_appearance">False</property>
160 <property name="visible">True</property>
161 <property name="can_focus">True</property>
162 <property name="receives_default">False</property>
163 <property name="use_action_appearance">False</property>
164 <property name="use_underline">True</property>
165 <property name="xalign">0</property>
166 <property name="draw_indicator">True</property>
167 </object>
168 <packing>
169 <property name="expand">False</property>
170 <property name="fill">True</property>
171 <property name="position">1</property>
172 </packing>
173 </child>
174 </object>
175 <packing>
176 <property name="expand">False</property>
177 <property name="fill">True</property>
178 <property name="position">0</property>
179 </packing>
180 </child>
181 <child>
182 <object class="GtkHBox" id="hbox6">
183 <property name="visible">True</property>
184 <property name="can_focus">False</property>
185 <property name="spacing">12</property>
186 <child>
187 <object class="GtkLabel" id="label15">
188 <property name="visible">True</property>
189 <property name="can_focus">False</property>
190 <property name="label" translatable="yes">Download from:</property>
191 </object>
192 <packing>
193 <property name="expand">False</property>
194 <property name="fill">False</property>
195 <property name="position">0</property>
196 </packing>
197 </child>
198 <child>
199 <object class="GtkComboBox" id="combobox_server">
200 <property name="visible">True</property>
201 <property name="can_focus">False</property>
202 </object>
203 <packing>
204 <property name="expand">True</property>
205 <property name="fill">True</property>
206 <property name="position">1</property>
207 </packing>
208 </child>
209 </object>
210 <packing>
211 <property name="expand">False</property>
212 <property name="fill">False</property>
213 <property name="position">1</property>
214 </packing>
215 </child>
216 </object>
217 <packing>
218 <property name="expand">False</property>
219 <property name="fill">True</property>
220 <property name="position">0</property>
221 </packing>
222 </child>
223 </object>
224 </child>
225 </object>
226 </child>
227 <child type="label">
228 <object class="GtkLabel" id="label67">
229 <property name="visible">True</property>
230 <property name="can_focus">False</property>
231 <property name="label" translatable="yes">&lt;b&gt;Downloadable from the Internet&lt;/b&gt;</property>
232 <property name="use_markup">True</property>
233 </object>
234 </child>
235 </object>
236 <packing>
237 <property name="expand">False</property>
238 <property name="fill">True</property>
239 <property name="position">0</property>
240 </packing>
241 </child>
242 <child>
243 <object class="GtkFrame" id="frame7">
244 <property name="visible">True</property>
245 <property name="can_focus">False</property>
246 <property name="label_xalign">0</property>
247 <property name="shadow_type">none</property>
248 <child>
249 <object class="GtkAlignment" id="alignment8">
250 <property name="visible">True</property>
251 <property name="can_focus">False</property>
252 <property name="top_padding">6</property>
253 <property name="left_padding">12</property>
254 <child>
255 <object class="GtkVBox" id="vbox11">
256 <property name="visible">True</property>
257 <property name="can_focus">False</property>
258 <property name="spacing">6</property>
259 <child>
260 <object class="GtkVBox" id="vbox22">
261 <property name="visible">True</property>
262 <property name="can_focus">False</property>
263 <child>
264 <object class="GtkScrolledWindow" id="scrolledwindow_no_cd">
265 <property name="visible">True</property>
266 <property name="can_focus">True</property>
267 <property name="shadow_type">in</property>
268 <child>
269 <object class="GtkTextView" id="textview_no_cd">
270 <property name="visible">True</property>
271 <property name="sensitive">False</property>
272 <property name="can_focus">True</property>
273 <property name="pixels_above_lines">6</property>
274 <property name="editable">False</property>
275 <property name="wrap_mode">word</property>
276 <property name="left_margin">6</property>
277 <property name="right_margin">6</property>
278 <property name="cursor_visible">False</property>
279 <property name="buffer">textbuffer1</property>
280 </object>
281 </child>
282 </object>
283 <packing>
284 <property name="expand">True</property>
285 <property name="fill">True</property>
286 <property name="position">0</property>
287 </packing>
288 </child>
289 <child>
290 <object class="GtkScrolledWindow" id="scrolledwindow_cd">
291 <property name="height_request">75</property>
292 <property name="visible">True</property>
293 <property name="can_focus">True</property>
294 <property name="shadow_type">in</property>
295 <child>
296 <object class="GtkTreeView" id="treeview_cdroms">
297 <property name="height_request">109</property>
298 <property name="visible">True</property>
299 <property name="can_focus">True</property>
300 <property name="headers_visible">False</property>
301 <property name="rules_hint">True</property>
302 <child internal-child="selection">
303 <object class="GtkTreeSelection" id="treeview-selection1"/>
304 </child>
305 </object>
306 </child>
307 </object>
308 <packing>
309 <property name="expand">True</property>
310 <property name="fill">True</property>
311 <property name="position">1</property>
312 </packing>
313 </child>
314 </object>
315 <packing>
316 <property name="expand">True</property>
317 <property name="fill">True</property>
318 <property name="position">0</property>
319 </packing>
320 </child>
321 </object>
322 </child>
323 </object>
324 </child>
325 <child type="label">
326 <object class="GtkLabel" id="label14">
327 <property name="visible">True</property>
328 <property name="can_focus">False</property>
329 <property name="label" translatable="yes">&lt;b&gt;Installable from CD-ROM/DVD&lt;/b&gt;</property>
330 <property name="use_markup">True</property>
331 </object>
332 </child>
333 </object>
334 <packing>
335 <property name="expand">True</property>
336 <property name="fill">True</property>
337 <property name="position">1</property>
338 </packing>
339 </child>
340 </object>
341 </child>
342 <child type="tab">
343 <object class="GtkLabel" id="label_dist_name">
344 <property name="visible">True</property>
345 <property name="can_focus">False</property>
346 </object>
347 <packing>
348 <property name="tab_fill">False</property>
349 </packing>
350 </child>
351 <child>
352 <object class="GtkVBox" id="vbox2">
353 <property name="visible">True</property>
354 <property name="can_focus">False</property>
355 <property name="border_width">12</property>
356 <property name="spacing">6</property>
357 <child>
358 <object class="GtkScrolledWindow" id="scrolledwindow1">
359 <property name="visible">True</property>
360 <property name="can_focus">True</property>
361 <property name="shadow_type">in</property>
362 <child>
363 <object class="GtkTreeView" id="treeview_sources">
364 <property name="visible">True</property>
365 <property name="can_focus">True</property>
366 <property name="headers_visible">False</property>
367 <property name="rules_hint">True</property>
368 <signal name="cursor-changed" handler="on_treeview_sources_cursor_changed" swapped="no"/>
369 <child internal-child="selection">
370 <object class="GtkTreeSelection" id="treeview-selection2"/>
371 </child>
372 </object>
373 </child>
374 </object>
375 <packing>
376 <property name="expand">True</property>
377 <property name="fill">True</property>
378 <property name="position">0</property>
379 </packing>
380 </child>
381 <child>
382 <object class="GtkHBox" id="hbox8">
383 <property name="visible">True</property>
384 <property name="can_focus">False</property>
385 <child>
386 <object class="GtkHButtonBox" id="hbuttonbox3">
387 <property name="visible">True</property>
388 <property name="can_focus">False</property>
389 <property name="spacing">6</property>
390 <property name="layout_style">start</property>
391 <child>
392 <object class="GtkButton" id="button_add">
393 <property name="label" translatable="yes">Add...</property>
394 <property name="use_action_appearance">False</property>
395 <property name="visible">True</property>
396 <property name="can_focus">True</property>
397 <property name="can_default">True</property>
398 <property name="receives_default">True</property>
399 <property name="use_action_appearance">False</property>
400 <signal name="clicked" handler="on_add_clicked" swapped="no"/>
401 </object>
402 <packing>
403 <property name="expand">False</property>
404 <property name="fill">False</property>
405 <property name="position">0</property>
406 </packing>
407 </child>
408 <child>
409 <object class="GtkButton" id="button_edit">
410 <property name="label" translatable="yes">Edit...</property>
411 <property name="use_action_appearance">False</property>
412 <property name="visible">True</property>
413 <property name="can_focus">True</property>
414 <property name="can_default">True</property>
415 <property name="receives_default">True</property>
416 <property name="use_action_appearance">False</property>
417 <signal name="clicked" handler="on_edit_clicked" swapped="no"/>
418 </object>
419 <packing>
420 <property name="expand">False</property>
421 <property name="fill">False</property>
422 <property name="position">1</property>
423 </packing>
424 </child>
425 <child>
426 <object class="GtkButton" id="button_remove">
427 <property name="label">gtk-remove</property>
428 <property name="use_action_appearance">False</property>
429 <property name="visible">True</property>
430 <property name="can_focus">True</property>
431 <property name="can_default">True</property>
432 <property name="receives_default">True</property>
433 <property name="use_action_appearance">False</property>
434 <property name="use_stock">True</property>
435 <signal name="clicked" handler="on_remove_clicked" swapped="no"/>
436 </object>
437 <packing>
438 <property name="expand">False</property>
439 <property name="fill">False</property>
440 <property name="position">2</property>
441 </packing>
442 </child>
443 </object>
444 <packing>
445 <property name="expand">True</property>
446 <property name="fill">True</property>
447 <property name="position">0</property>
448 </packing>
449 </child>
450 <child>
451 <object class="GtkHButtonBox" id="hbuttonbox4">
452 <property name="visible">True</property>
453 <property name="can_focus">False</property>
454 <property name="layout_style">end</property>
455 <child>
456 <object class="GtkButton" id="button_add_cdrom">
457 <property name="label" translatable="yes">Add Volume...</property>
458 <property name="use_action_appearance">False</property>
459 <property name="visible">True</property>
460 <property name="can_focus">True</property>
461 <property name="receives_default">True</property>
462 <property name="use_action_appearance">False</property>
463 <signal name="clicked" handler="on_button_add_cdrom_clicked" swapped="no"/>
464 </object>
465 <packing>
466 <property name="expand">False</property>
467 <property name="fill">False</property>
468 <property name="pack_type">end</property>
469 <property name="position">0</property>
470 </packing>
471 </child>
472 </object>
473 <packing>
474 <property name="expand">True</property>
475 <property name="fill">True</property>
476 <property name="position">1</property>
477 </packing>
478 </child>
479 </object>
480 <packing>
481 <property name="expand">False</property>
482 <property name="fill">True</property>
483 <property name="position">1</property>
484 </packing>
485 </child>
486 </object>
487 <packing>
488 <property name="position">1</property>
489 </packing>
490 </child>
491 <child type="tab">
492 <object class="GtkLabel" id="label1">
493 <property name="visible">True</property>
494 <property name="can_focus">False</property>
495 <property name="label" translatable="yes">Other Software</property>
496 </object>
497 <packing>
498 <property name="position">1</property>
499 <property name="tab_fill">False</property>
500 </packing>
501 </child>
502 <child>
503 <object class="GtkVBox" id="vbox8">
504 <property name="visible">True</property>
505 <property name="can_focus">False</property>
506 <property name="border_width">12</property>
507 <property name="spacing">18</property>
508 <child>
509 <object class="GtkFrame" id="frame_children">
510 <property name="visible">True</property>
511 <property name="can_focus">False</property>
512 <property name="label_xalign">0</property>
513 <property name="shadow_type">none</property>
514 <child>
515 <object class="GtkAlignment" id="alignment7">
516 <property name="visible">True</property>
517 <property name="can_focus">False</property>
518 <property name="top_padding">6</property>
519 <property name="left_padding">12</property>
520 <child>
521 <object class="GtkVBox" id="vbox_updates">
522 <property name="visible">True</property>
523 <property name="can_focus">False</property>
524 <property name="spacing">6</property>
525 <child>
526 <placeholder/>
527 </child>
528 <child>
529 <placeholder/>
530 </child>
531 <child>
532 <placeholder/>
533 </child>
534 </object>
535 </child>
536 </object>
537 </child>
538 <child type="label">
539 <object class="GtkLabel" id="label_updates">
540 <property name="visible">True</property>
541 <property name="can_focus">False</property>
542 <property name="label" translatable="yes">Install updates from:</property>
543 <property name="use_markup">True</property>
544 </object>
545 </child>
546 </object>
547 <packing>
548 <property name="expand">False</property>
549 <property name="fill">True</property>
550 <property name="position">0</property>
551 </packing>
552 </child>
553 <child>
554 <object class="GtkAlignment" id="alignment2">
555 <property name="visible">True</property>
556 <property name="can_focus">False</property>
557 <property name="top_padding">6</property>
558 <property name="left_padding">12</property>
559 <child>
560 <object class="GtkVBox" id="vbox6">
561 <property name="visible">True</property>
562 <property name="can_focus">False</property>
563 <property name="spacing">6</property>
564 <child>
565 <object class="GtkHBox" id="hbox_check_for_updates">
566 <property name="visible">True</property>
567 <property name="can_focus">False</property>
568 <property name="spacing">6</property>
569 <child>
570 <object class="GtkLabel" id="label3">
571 <property name="visible">True</property>
572 <property name="can_focus">False</property>
573 <property name="xalign">1</property>
574 <property name="label" translatable="yes">Automatically check for updates:</property>
575 </object>
576 <packing>
577 <property name="expand">False</property>
578 <property name="fill">False</property>
579 <property name="position">0</property>
580 </packing>
581 </child>
582 <child>
583 <object class="GtkComboBox" id="combobox_update_interval">
584 <property name="visible">True</property>
585 <property name="can_focus">False</property>
586 <property name="model">model_updates_interval</property>
587 <child>
588 <object class="GtkCellRendererText" id="renderer_updateinterval"/>
589 <attributes>
590 <attribute name="text">0</attribute>
591 </attributes>
592 </child>
593 </object>
594 <packing>
595 <property name="expand">True</property>
596 <property name="fill">True</property>
597 <property name="position">1</property>
598 </packing>
599 </child>
600 </object>
601 <packing>
602 <property name="expand">False</property>
603 <property name="fill">False</property>
604 <property name="position">0</property>
605 </packing>
606 </child>
607 <child>
608 <object class="GtkHBox" id="hbox1">
609 <property name="visible">True</property>
610 <property name="can_focus">False</property>
611 <property name="spacing">6</property>
612 <child>
613 <object class="GtkLabel" id="label4">
614 <property name="visible">True</property>
615 <property name="can_focus">False</property>
616 <property name="xalign">1</property>
617 <property name="label" translatable="yes">When there are security updates:</property>
618 </object>
619 <packing>
620 <property name="expand">False</property>
621 <property name="fill">False</property>
622 <property name="position">0</property>
623 </packing>
624 </child>
625 <child>
626 <object class="GtkComboBox" id="combobox_security_updates">
627 <property name="visible">True</property>
628 <property name="can_focus">False</property>
629 <property name="model">model_security_updates_display_behavior</property>
630 <child>
631 <object class="GtkCellRendererText" id="renderer_securityupdates"/>
632 <attributes>
633 <attribute name="text">0</attribute>
634 </attributes>
635 </child>
636 </object>
637 <packing>
638 <property name="expand">True</property>
639 <property name="fill">True</property>
640 <property name="position">1</property>
641 </packing>
642 </child>
643 </object>
644 <packing>
645 <property name="expand">False</property>
646 <property name="fill">False</property>
647 <property name="position">1</property>
648 </packing>
649 </child>
650 <child>
651 <object class="GtkHBox" id="hbox2">
652 <property name="visible">True</property>
653 <property name="can_focus">False</property>
654 <property name="spacing">6</property>
655 <child>
656 <object class="GtkLabel" id="label5">
657 <property name="visible">True</property>
658 <property name="can_focus">False</property>
659 <property name="xalign">1</property>
660 <property name="label" translatable="yes">When there are other updates:</property>
661 </object>
662 <packing>
663 <property name="expand">False</property>
664 <property name="fill">False</property>
665 <property name="position">0</property>
666 </packing>
667 </child>
668 <child>
669 <object class="GtkComboBox" id="combobox_other_updates">
670 <property name="visible">True</property>
671 <property name="can_focus">False</property>
672 <property name="model">model_normal_updates_display</property>
673 <child>
674 <object class="GtkCellRendererText" id="renderer_otherupdates"/>
675 <attributes>
676 <attribute name="text">0</attribute>
677 </attributes>
678 </child>
679 </object>
680 <packing>
681 <property name="expand">True</property>
682 <property name="fill">True</property>
683 <property name="position">1</property>
684 </packing>
685 </child>
686 </object>
687 <packing>
688 <property name="expand">False</property>
689 <property name="fill">False</property>
690 <property name="position">2</property>
691 </packing>
692 </child>
693 </object>
694 </child>
695 </object>
696 <packing>
697 <property name="expand">True</property>
698 <property name="fill">True</property>
699 <property name="position">1</property>
700 </packing>
701 </child>
702 <child>
703 <object class="GtkAlignment" id="alignment15">
704 <property name="visible">True</property>
705 <property name="can_focus">False</property>
706 <property name="left_padding">12</property>
707 <child>
708 <object class="GtkHBox" id="hbox18">
709 <property name="visible">True</property>
710 <property name="can_focus">False</property>
711 <property name="spacing">6</property>
712 <child>
713 <object class="GtkLabel" id="label29">
714 <property name="visible">True</property>
715 <property name="can_focus">False</property>
716 <property name="xalign">1</property>
717 <property name="label" translatable="yes">Notify me of a new Ubuntu version:</property>
718 </object>
719 <packing>
720 <property name="expand">False</property>
721 <property name="fill">False</property>
722 <property name="position">0</property>
723 </packing>
724 </child>
725 <child>
726 <object class="GtkComboBox" id="combobox_release_upgrades">
727 <property name="visible">True</property>
728 <property name="can_focus">False</property>
729 <property name="model">model_release_upgrades</property>
730 <child>
731 <object class="GtkCellRendererText" id="renderer1"/>
732 <attributes>
733 <attribute name="text">0</attribute>
734 </attributes>
735 </child>
736 </object>
737 <packing>
738 <property name="expand">True</property>
739 <property name="fill">True</property>
740 <property name="position">1</property>
741 </packing>
742 </child>
743 </object>
744 </child>
745 </object>
746 <packing>
747 <property name="expand">False</property>
748 <property name="fill">False</property>
749 <property name="position">2</property>
750 </packing>
751 </child>
752 </object>
753 <packing>
754 <property name="position">2</property>
755 </packing>
756 </child>
757 <child type="tab">
758 <object class="GtkLabel" id="label_updates12">
759 <property name="visible">True</property>
760 <property name="can_focus">False</property>
761 <property name="label" translatable="yes">Updates</property>
762 </object>
763 <packing>
764 <property name="position">2</property>
765 <property name="tab_fill">False</property>
766 </packing>
767 </child>
768 <child>
769 <object class="GtkVBox" id="vbox23">
770 <property name="visible">True</property>
771 <property name="can_focus">False</property>
772 <property name="border_width">12</property>
773 <property name="spacing">6</property>
774 <child>
775 <object class="GtkLabel" id="label27">
776 <property name="visible">True</property>
777 <property name="can_focus">False</property>
778 <property name="xalign">0</property>
779 <property name="label" translatable="yes">&lt;b&gt;Trusted software providers&lt;/b&gt;</property>
780 <property name="use_markup">True</property>
781 </object>
782 <packing>
783 <property name="expand">False</property>
784 <property name="fill">False</property>
785 <property name="position">0</property>
786 </packing>
787 </child>
788 <child>
789 <object class="GtkHBox" id="hbox17">
790 <property name="visible">True</property>
791 <property name="can_focus">False</property>
792 <child>
793 <object class="GtkLabel" id="label26">
794 <property name="visible">True</property>
795 <property name="can_focus">False</property>
796 <property name="label" translatable="yes"> </property>
797 </object>
798 <packing>
799 <property name="expand">False</property>
800 <property name="fill">False</property>
801 <property name="position">0</property>
802 </packing>
803 </child>
804 <child>
805 <object class="GtkVBox" id="vbox4">
806 <property name="visible">True</property>
807 <property name="can_focus">False</property>
808 <property name="spacing">6</property>
809 <child>
810 <object class="GtkScrolledWindow" id="scrolledwindow2">
811 <property name="visible">True</property>
812 <property name="can_focus">True</property>
813 <property name="shadow_type">in</property>
814 <child>
815 <object class="GtkTreeView" id="treeview_auth">
816 <property name="visible">True</property>
817 <property name="can_focus">True</property>
818 <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>
819 <property name="headers_visible">False</property>
820 <property name="rules_hint">True</property>
821 <child internal-child="selection">
822 <object class="GtkTreeSelection" id="treeview-selection3"/>
823 </child>
824 </object>
825 </child>
826 </object>
827 <packing>
828 <property name="expand">True</property>
829 <property name="fill">True</property>
830 <property name="position">0</property>
831 </packing>
832 </child>
833 <child>
834 <object class="GtkHBox" id="hbox3">
835 <property name="visible">True</property>
836 <property name="can_focus">False</property>
837 <property name="spacing">6</property>
838 <child>
839 <object class="GtkHButtonBox" id="hbuttonbox5">
840 <property name="visible">True</property>
841 <property name="can_focus">False</property>
842 <property name="spacing">6</property>
843 <property name="layout_style">start</property>
844 <child>
845 <object class="GtkButton" id="button_auth_add">
846 <property name="label" translatable="yes">_Import Key File...</property>
847 <property name="use_action_appearance">False</property>
848 <property name="visible">True</property>
849 <property name="can_focus">True</property>
850 <property name="receives_default">True</property>
851 <property name="has_tooltip">True</property>
852 <property name="tooltip_markup" translatable="yes">Import the public key from a trusted software provider</property>
853 <property name="tooltip_text" translatable="yes">Import the public key from a trusted software provider</property>
854 <property name="use_action_appearance">False</property>
855 <property name="use_underline">True</property>
856 <signal name="clicked" handler="add_key_clicked" swapped="no"/>
857 </object>
858 <packing>
859 <property name="expand">False</property>
860 <property name="fill">False</property>
861 <property name="position">0</property>
862 </packing>
863 </child>
864 <child>
865 <object class="GtkButton" id="button_auth_remove">
866 <property name="label">gtk-remove</property>
867 <property name="use_action_appearance">False</property>
868 <property name="visible">True</property>
869 <property name="can_focus">True</property>
870 <property name="receives_default">True</property>
871 <property name="use_action_appearance">False</property>
872 <property name="use_stock">True</property>
873 <signal name="clicked" handler="remove_key_clicked" swapped="no"/>
874 </object>
875 <packing>
876 <property name="expand">False</property>
877 <property name="fill">False</property>
878 <property name="position">1</property>
879 </packing>
880 </child>
881 </object>
882 <packing>
883 <property name="expand">True</property>
884 <property name="fill">True</property>
885 <property name="position">0</property>
886 </packing>
887 </child>
888 <child>
889 <object class="GtkHButtonBox" id="hbuttonbox6">
890 <property name="visible">True</property>
891 <property name="can_focus">False</property>
892 <property name="layout_style">end</property>
893 <child>
894 <object class="GtkButton" id="button_auth_restor">
895 <property name="label" translatable="yes">Restore _Defaults</property>
896 <property name="use_action_appearance">False</property>
897 <property name="visible">True</property>
898 <property name="can_focus">True</property>
899 <property name="receives_default">True</property>
900 <property name="has_tooltip">True</property>
901 <property name="tooltip_markup" translatable="yes">Restore the default keys of your distribution</property>
902 <property name="tooltip_text" translatable="yes">Restore the default keys of your distribution</property>
903 <property name="use_action_appearance">False</property>
904 <property name="use_underline">True</property>
905 <signal name="clicked" handler="on_restore_clicked" swapped="no"/>
906 </object>
907 <packing>
908 <property name="expand">False</property>
909 <property name="fill">False</property>
910 <property name="pack_type">end</property>
911 <property name="position">0</property>
912 </packing>
913 </child>
914 </object>
915 <packing>
916 <property name="expand">True</property>
917 <property name="fill">True</property>
918 <property name="position">1</property>
919 </packing>
920 </child>
921 </object>
922 <packing>
923 <property name="expand">False</property>
924 <property name="fill">True</property>
925 <property name="position">1</property>
926 </packing>
927 </child>
928 </object>
929 <packing>
930 <property name="expand">True</property>
931 <property name="fill">True</property>
932 <property name="position">1</property>
933 </packing>
934 </child>
935 </object>
936 <packing>
937 <property name="expand">True</property>
938 <property name="fill">True</property>
939 <property name="position">1</property>
940 </packing>
941 </child>
942 </object>
943 <packing>
944 <property name="position">3</property>
945 </packing>
946 </child>
947 <child type="tab">
948 <object class="GtkLabel" id="label2">
949 <property name="visible">True</property>
950 <property name="can_focus">False</property>
951 <property name="label" translatable="yes">Authentication</property>
952 </object>
953 <packing>
954 <property name="position">3</property>
955 <property name="tab_fill">False</property>
956 </packing>
957 </child>
958 <child>
959 <object class="GtkBox" id="vbox_drivers">
960 <property name="visible">True</property>
961 <property name="can_focus">False</property>
962 <property name="border_width">12</property>
963 <property name="orientation">vertical</property>
964 <property name="spacing">6</property>
965 <child>
966 <object class="GtkScrolledWindow" id="scrolled_window_drivers">
967 <property name="visible">True</property>
968 <property name="can_focus">True</property>
969 <property name="shadow_type">in</property>
970 <child>
971 <object class="GtkViewport" id="viewport_drivers">
972 <property name="visible">True</property>
973 <property name="can_focus">False</property>
974 <child>
975 <object class="GtkBox" id="box_driver_detail">
976 <property name="visible">True</property>
977 <property name="can_focus">False</property>
978 <property name="hexpand">True</property>
979 <property name="orientation">vertical</property>
980 <child>
981 <placeholder/>
982 </child>
983 </object>
984 </child>
985 </object>
986 </child>
987 </object>
988 <packing>
989 <property name="expand">True</property>
990 <property name="fill">True</property>
991 <property name="position">0</property>
992 </packing>
993 </child>
994 <child>
995 <object class="GtkBox" id="box_driver_action">
996 <property name="visible">True</property>
997 <property name="can_focus">False</property>
998 <property name="spacing">6</property>
999 <child>
1000 <object class="GtkLabel" id="label_driver_action">
1001 <property name="visible">True</property>
1002 <property name="can_focus">False</property>
1003 <property name="halign">start</property>
1004 <property name="xalign">0</property>
1005 <property name="label" translatable="yes">No proprietary drivers are in use.</property>
1006 </object>
1007 <packing>
1008 <property name="expand">True</property>
1009 <property name="fill">True</property>
1010 <property name="position">0</property>
1011 </packing>
1012 </child>
1013 <child>
1014 <placeholder/>
1015 </child>
1016 </object>
1017 <packing>
1018 <property name="expand">False</property>
1019 <property name="fill">True</property>
1020 <property name="position">1</property>
1021 </packing>
1022 </child>
1023 <child>
1024 <object class="GtkLabel" id="label_disc">
1025 <property name="visible">True</property>
1026 <property name="can_focus">False</property>
1027 <property name="xalign">0</property>
1028 <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>
1029 <property name="use_markup">True</property>
1030 <property name="wrap">True</property>
1031 <property name="max-width-chars">50</property>
1032 </object>
1033 <packing>
1034 <property name="expand">False</property>
1035 <property name="fill">True</property>
1036 <property name="position">2</property>
1037 </packing>
1038 </child>
1039 </object>
1040 <packing>
1041 <property name="position">4</property>
1042 </packing>
1043 </child>
1044 <child type="tab">
1045 <object class="GtkLabel" id="label6">
1046 <property name="visible">True</property>
1047 <property name="can_focus">False</property>
1048 <property name="label" translatable="yes">Additional Drivers</property>
1049 </object>
1050 <packing>
1051 <property name="position">5</property>
1052 <property name="tab_fill">False</property>
1053 </packing>
1054 </child>
1055 </object>
1056 <packing>
1057 <property name="expand">True</property>
1058 <property name="fill">True</property>
1059 <property name="position">0</property>
1060 </packing>
1061 </child>
1062 <child>
1063 <object class="GtkHButtonBox" id="hbuttonbox2">
1064 <property name="visible">True</property>
1065 <property name="can_focus">False</property>
1066 <property name="spacing">6</property>
1067 <property name="layout_style">end</property>
1068 <child>
1069 <object class="GtkButton" id="button_revert">
1070 <property name="label" translatable="yes">Re_vert</property>
1071 <property name="use_action_appearance">False</property>
1072 <property name="visible">True</property>
1073 <property name="sensitive">False</property>
1074 <property name="can_focus">True</property>
1075 <property name="can_default">True</property>
1076 <property name="receives_default">True</property>
1077 <property name="use_action_appearance">False</property>
1078 <property name="use_underline">True</property>
1079 <signal name="clicked" handler="on_button_revert_clicked" swapped="no"/>
1080 </object>
1081 <packing>
1082 <property name="expand">False</property>
1083 <property name="fill">False</property>
1084 <property name="pack_type">end</property>
1085 <property name="position">0</property>
1086 </packing>
1087 </child>
1088 <child>
1089 <object class="GtkButton" id="button_close">
1090 <property name="label">gtk-close</property>
1091 <property name="use_action_appearance">False</property>
1092 <property name="visible">True</property>
1093 <property name="can_focus">True</property>
1094 <property name="can_default">True</property>
1095 <property name="receives_default">True</property>
1096 <property name="use_action_appearance">False</property>
1097 <property name="use_stock">True</property>
1098 <signal name="clicked" handler="on_close_button" swapped="no"/>
1099 </object>
1100 <packing>
1101 <property name="expand">False</property>
1102 <property name="fill">False</property>
1103 <property name="pack_type">end</property>
1104 <property name="position">1</property>
1105 </packing>
1106 </child>
1107 </object>
1108 <packing>
1109 <property name="expand">False</property>
1110 <property name="fill">True</property>
1111 <property name="position">1</property>
1112 </packing>
1113 </child>
1114 </object>
1115 </child>
1116 </object>
1117 <object class="GtkSizeGroup" id="sizegroup1">
1118 <widgets>
1119 <widget name="label3"/>
1120 <widget name="label4"/>
1121 <widget name="label5"/>
1122 <widget name="label29"/>
1123 </widgets>
1124 </object>
1125</interface>
01126
=== added directory 'data/icons'
=== added directory 'data/icons/16x16'
=== added directory 'data/icons/16x16/apps'
=== added file 'data/icons/16x16/apps/software-properties.png'
1Binary 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 differ1127Binary 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
=== added directory 'data/icons/24x24'
=== added directory 'data/icons/24x24/apps'
=== added file 'data/icons/24x24/apps/software-properties.png'
2Binary 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 differ1128Binary 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
=== added directory 'data/icons/48x48'
=== added directory 'data/icons/48x48/apps'
=== added file 'data/icons/48x48/apps/software-properties.png'
3Binary 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 differ1129Binary 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
=== added directory 'data/icons/64x64'
=== added directory 'data/icons/64x64/apps'
=== added file 'data/icons/64x64/apps/software-properties.png'
4Binary 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 differ1130Binary 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
=== added directory 'data/icons/scalable'
=== added directory 'data/icons/scalable/apps'
=== added file 'data/icons/scalable/apps/disable-device.svg'
--- data/icons/scalable/apps/disable-device.svg 1970-01-01 00:00:00 +0000
+++ data/icons/scalable/apps/disable-device.svg 2016-03-27 17:29:55 +0000
@@ -0,0 +1,150 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="16"
13 height="16"
14 id="svg3744"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 version="1.0"
18 sodipodi:docname="light-off.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape"
20 inkscape:export-filename="/home/kwwii/greenlight_off.png"
21 inkscape:export-xdpi="90"
22 inkscape:export-ydpi="90">
23 <sodipodi:namedview
24 id="base"
25 pagecolor="#efebe7"
26 bordercolor="#666666"
27 borderopacity="1.0"
28 inkscape:pageopacity="0"
29 inkscape:pageshadow="2"
30 inkscape:zoom="6.1638655"
31 inkscape:cx="54"
32 inkscape:cy="15.5"
33 inkscape:current-layer="layer1"
34 showgrid="false"
35 inkscape:document-units="px"
36 inkscape:grid-bbox="true"
37 gridtolerance="10000"
38 inkscape:object-nodes="true"
39 showborder="true"
40 objecttolerance="1"
41 guidetolerance="10000"
42 inkscape:window-width="1920"
43 inkscape:window-height="1125"
44 inkscape:window-x="0"
45 inkscape:window-y="25">
46 <inkscape:grid
47 type="xygrid"
48 id="grid3754"
49 visible="true"
50 enabled="true"
51 empspacing="1" />
52 </sodipodi:namedview>
53 <defs
54 id="defs3746">
55 <inkscape:perspective
56 sodipodi:type="inkscape:persp3d"
57 inkscape:vp_x="0 : 8 : 1"
58 inkscape:vp_y="0 : 1000 : 0"
59 inkscape:vp_z="16 : 8 : 1"
60 inkscape:persp3d-origin="8 : 5.3333333 : 1"
61 id="perspective20" />
62 <linearGradient
63 id="linearGradient3237-580">
64 <stop
65 id="stop4181"
66 offset="0"
67 style="stop-color:#ededed;stop-opacity:1;" />
68 <stop
69 id="stop4183"
70 offset="1"
71 style="stop-color:#707070;stop-opacity:1;" />
72 </linearGradient>
73 <radialGradient
74 r="5.5"
75 fy="12.428571"
76 fx="8.5"
77 cy="12.428571"
78 cx="8.5"
79 gradientTransform="matrix(1.5565279,-3.8147216e-8,3.1952359e-8,1.303758,-4.7304868,-3.7752758)"
80 gradientUnits="userSpaceOnUse"
81 id="radialGradient4098-62"
82 xlink:href="#linearGradient3237-580"
83 inkscape:collect="always" />
84 <linearGradient
85 id="linearGradient4644-590">
86 <stop
87 style="stop-color:#ffffff;stop-opacity:0.71200001;"
88 offset="0"
89 id="stop4175" />
90 <stop
91 style="stop-color:#bbbbbb;stop-opacity:0;"
92 offset="1"
93 id="stop4177" />
94 </linearGradient>
95 <linearGradient
96 gradientTransform="translate(0,20)"
97 y2="-13"
98 x2="8"
99 y1="-17.991131"
100 x1="8"
101 gradientUnits="userSpaceOnUse"
102 id="linearGradient4100-968"
103 xlink:href="#linearGradient4644-590"
104 inkscape:collect="always" />
105 </defs>
106 <metadata
107 id="metadata3749">
108 <rdf:RDF>
109 <cc:Work
110 rdf:about="">
111 <dc:format>image/svg+xml</dc:format>
112 <dc:type
113 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
114 </cc:Work>
115 </rdf:RDF>
116 </metadata>
117 <g
118 id="layer1"
119 inkscape:label="Layer 1"
120 inkscape:groupmode="layer">
121 <path
122 id="path4090"
123 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"
124 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" />
125 <path
126 transform="matrix(1.2727273,0,0,1.2727273,-2.818182,-2.818182)"
127 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"
128 sodipodi:ry="5.5"
129 sodipodi:rx="5.5"
130 sodipodi:cy="8.5"
131 sodipodi:cx="8.5"
132 id="path4092"
133 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"
134 sodipodi:type="arc" />
135 <path
136 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"
137 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"
138 id="path4094" />
139 <path
140 transform="translate(0,20)"
141 d="M 15,-12 A 7,7 0 1 1 1,-12 A 7,7 0 1 1 15,-12 z"
142 sodipodi:ry="7"
143 sodipodi:rx="7"
144 sodipodi:cy="-12"
145 sodipodi:cx="8"
146 id="path4096"
147 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"
148 sodipodi:type="arc" />
149 </g>
150</svg>
0151
=== added file 'data/icons/scalable/apps/other-driver.svg'
--- data/icons/scalable/apps/other-driver.svg 1970-01-01 00:00:00 +0000
+++ data/icons/scalable/apps/other-driver.svg 2016-03-27 17:29:55 +0000
@@ -0,0 +1,375 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="16"
13 height="16"
14 id="svg2"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 version="1.0"
18 inkscape:export-filename="/home/kwwii/Desktop/open.png"
19 inkscape:export-xdpi="90"
20 inkscape:export-ydpi="90"
21 sodipodi:docname="OpenSourceDriver.svg"
22 inkscape:output_extension="org.inkscape.output.svg.inkscape">
23 <defs
24 id="defs4">
25 <linearGradient
26 id="linearGradient3249">
27 <stop
28 style="stop-color:#7c6958;stop-opacity:1;"
29 offset="0"
30 id="stop3251" />
31 <stop
32 id="stop3257"
33 offset="0.4019025"
34 style="stop-color:#a18d7b;stop-opacity:1;" />
35 <stop
36 style="stop-color:#bbafa4;stop-opacity:1;"
37 offset="0.91498214"
38 id="stop3259" />
39 <stop
40 style="stop-color:#887361;stop-opacity:1;"
41 offset="1"
42 id="stop3253" />
43 </linearGradient>
44 <linearGradient
45 id="linearGradient4699">
46 <stop
47 id="stop4701"
48 offset="0"
49 style="stop-color:#685c54;stop-opacity:1;" />
50 <stop
51 id="stop4703"
52 offset="1"
53 style="stop-color:#e2d8d4;stop-opacity:1;" />
54 </linearGradient>
55 <linearGradient
56 inkscape:collect="always"
57 id="linearGradient4591">
58 <stop
59 style="stop-color:#07ff22;stop-opacity:1;"
60 offset="0"
61 id="stop4593" />
62 <stop
63 style="stop-color:#07ff22;stop-opacity:0;"
64 offset="1"
65 id="stop4595" />
66 </linearGradient>
67 <linearGradient
68 id="linearGradient4583">
69 <stop
70 id="stop4585"
71 offset="0"
72 style="stop-color:#2d2620;stop-opacity:1;" />
73 <stop
74 id="stop4587"
75 offset="1"
76 style="stop-color:#a08a7e;stop-opacity:1;" />
77 </linearGradient>
78 <linearGradient
79 id="linearGradient4149">
80 <stop
81 style="stop-color:#584b3e;stop-opacity:1;"
82 offset="0"
83 id="stop4151" />
84 <stop
85 style="stop-color:#887461;stop-opacity:0;"
86 offset="1"
87 id="stop4153" />
88 </linearGradient>
89 <linearGradient
90 id="linearGradient3891">
91 <stop
92 style="stop-color:#aa9888;stop-opacity:1;"
93 offset="0"
94 id="stop3893" />
95 <stop
96 style="stop-color:#493931;stop-opacity:1;"
97 offset="1"
98 id="stop3895" />
99 </linearGradient>
100 <filter
101 inkscape:collect="always"
102 x="-0.11116035"
103 width="1.2223207"
104 y="-0.50716912"
105 height="2.0143382"
106 id="filter6290">
107 <feGaussianBlur
108 inkscape:collect="always"
109 stdDeviation="2.0286765"
110 id="feGaussianBlur6292" />
111 </filter>
112 <filter
113 inkscape:collect="always"
114 id="filter4143"
115 x="-0.16626506"
116 width="1.3325301"
117 y="-0.33253012"
118 height="1.6650602">
119 <feGaussianBlur
120 inkscape:collect="always"
121 stdDeviation="0.55421687"
122 id="feGaussianBlur4145" />
123 </filter>
124 <linearGradient
125 inkscape:collect="always"
126 xlink:href="#linearGradient4583"
127 id="linearGradient4511"
128 gradientUnits="userSpaceOnUse"
129 x1="8"
130 y1="6"
131 x2="8"
132 y2="3"
133 gradientTransform="translate(-20,0)" />
134 <linearGradient
135 inkscape:collect="always"
136 xlink:href="#linearGradient3891"
137 id="linearGradient4513"
138 gradientUnits="userSpaceOnUse"
139 x1="8"
140 y1="4"
141 x2="8"
142 y2="6"
143 gradientTransform="translate(-20,0)" />
144 <radialGradient
145 inkscape:collect="always"
146 xlink:href="#linearGradient4591"
147 id="radialGradient4599"
148 cx="21.353081"
149 cy="9.4844608"
150 fx="21.353081"
151 fy="9.4844608"
152 r="2"
153 gradientTransform="matrix(0.7517973,-0.6593942,1.9999998,2.2802666,-28.022109,-2.547001)"
154 gradientUnits="userSpaceOnUse" />
155 <radialGradient
156 inkscape:collect="always"
157 xlink:href="#linearGradient4591"
158 id="radialGradient4603"
159 gradientUnits="userSpaceOnUse"
160 gradientTransform="matrix(0.9423462,-0.3346395,0.8877829,2.5000003,-23.655724,-5.37522)"
161 cx="26.358694"
162 cy="7.6783514"
163 fx="26.358694"
164 fy="7.6783514"
165 r="2" />
166 <radialGradient
167 inkscape:collect="always"
168 xlink:href="#linearGradient4591"
169 id="radialGradient4607"
170 gradientUnits="userSpaceOnUse"
171 gradientTransform="matrix(0.9571641,0.2895458,-0.7562596,2.5,-15.097625,-10.652153)"
172 cx="26.640236"
173 cy="3.1754339"
174 fx="26.640236"
175 fy="3.1754339"
176 r="2" />
177 <radialGradient
178 inkscape:collect="always"
179 xlink:href="#linearGradient4591"
180 id="radialGradient4611"
181 gradientUnits="userSpaceOnUse"
182 gradientTransform="matrix(1.7452993,-7.1255553e-7,8.2917439e-7,1.9999999,-25.11029,-5.511152)"
183 cx="18.971123"
184 cy="4.7555828"
185 fx="18.971123"
186 fy="4.7555828"
187 r="2" />
188 <radialGradient
189 inkscape:collect="always"
190 xlink:href="#linearGradient4591"
191 id="radialGradient4615"
192 gradientUnits="userSpaceOnUse"
193 gradientTransform="matrix(0.7486292,0.6629888,-1.9999998,2.258346,-4.840336,-13.756273)"
194 cx="22.796482"
195 cy="1.6128885"
196 fx="22.796482"
197 fy="1.6128885"
198 r="2" />
199 <linearGradient
200 inkscape:collect="always"
201 xlink:href="#linearGradient4699"
202 id="linearGradient4705"
203 gradientUnits="userSpaceOnUse"
204 x1="28"
205 y1="14"
206 x2="28"
207 y2="5"
208 gradientTransform="matrix(1.1666666,0,0,1,-24.666666,0)" />
209 <radialGradient
210 inkscape:collect="always"
211 xlink:href="#linearGradient4149"
212 id="radialGradient2469"
213 gradientUnits="userSpaceOnUse"
214 gradientTransform="matrix(2.3333332,3.0756349e-7,-1.1473705e-7,1.6666666,9.333336,-10.416667)"
215 cx="-0.57142889"
216 cy="17.050001"
217 fx="-0.57142889"
218 fy="17.050001"
219 r="6" />
220 <linearGradient
221 inkscape:collect="always"
222 xlink:href="#linearGradient3249"
223 id="linearGradient3255"
224 x1="10"
225 y1="5"
226 x2="10"
227 y2="15"
228 gradientUnits="userSpaceOnUse" />
229 </defs>
230 <sodipodi:namedview
231 id="base"
232 pagecolor="#ffffff"
233 bordercolor="#666666"
234 borderopacity="1.0"
235 gridtolerance="10"
236 guidetolerance="10"
237 objecttolerance="10"
238 inkscape:pageopacity="0.0"
239 inkscape:pageshadow="2"
240 inkscape:zoom="11.183754"
241 inkscape:cx="17.923126"
242 inkscape:cy="8.949946"
243 inkscape:document-units="px"
244 inkscape:current-layer="layer1"
245 showgrid="false"
246 inkscape:object-nodes="true"
247 inkscape:window-width="1919"
248 inkscape:window-height="1127"
249 inkscape:window-x="1"
250 inkscape:window-y="48">
251 <inkscape:grid
252 type="xygrid"
253 id="grid2383"
254 visible="true"
255 enabled="true" />
256 </sodipodi:namedview>
257 <metadata
258 id="metadata7">
259 <rdf:RDF>
260 <cc:Work
261 rdf:about="">
262 <dc:format>image/svg+xml</dc:format>
263 <dc:type
264 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
265 </cc:Work>
266 </rdf:RDF>
267 </metadata>
268 <g
269 inkscape:label="Layer 1"
270 inkscape:groupmode="layer"
271 id="layer1">
272 <rect
273 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"
274 id="rect6264"
275 width="36.5"
276 height="8"
277 x="-10.167682"
278 y="8.3613281"
279 rx="10.428574"
280 ry="11.532348"
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to status/vote changes: