Merge lp:~azzar1/nautilus/higidpi-desktop-view-margins into lp:~vcs-imports/nautilus/master-git

Proposed by Andrea Azzarone
Status: Superseded
Proposed branch: lp:~azzar1/nautilus/higidpi-desktop-view-margins
Merge into: lp:~vcs-imports/nautilus/master-git
Diff against target: 12971 lines (+12613/-0)
71 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+2397/-0)
debian/compat (+1/-0)
debian/control (+158/-0)
debian/control.in (+154/-0)
debian/copyright (+51/-0)
debian/gir1.2-nautilus-3.0.install (+1/-0)
debian/libnautilus-extension-dev.install (+5/-0)
debian/libnautilus-extension1a.install (+1/-0)
debian/mount-archive.desktop (+9/-0)
debian/mount-archive.desktop.in (+9/-0)
debian/nautilus-data.install (+5/-0)
debian/nautilus-folder-handler.desktop (+126/-0)
debian/nautilus-home.desktop (+22/-0)
debian/nautilus-home.desktop.in (+10/-0)
debian/nautilus-unity-launcher-icon.py (+24/-0)
debian/nautilus.install (+12/-0)
debian/nautilus.migrations (+1/-0)
debian/nautilus.postrm (+15/-0)
debian/patches/0001-Respect-gtk-dialogs-use-header-for-all-dialogs.patch (+2410/-0)
debian/patches/0001-application-use-correct-order-to-watch-for-GSettings.patch (+32/-0)
debian/patches/0001-desktop-window-restore-transparency.patch (+70/-0)
debian/patches/0001-nautilus_file_peek_display_name-Don-t-return-NULL.patch (+31/-0)
debian/patches/0002-Only-use-a-header-bar-in-GNOME-shell.patch (+82/-0)
debian/patches/0002-desktop-window-restore-transparency-again.patch (+30/-0)
debian/patches/03_translations_list_update.patch (+13/-0)
debian/patches/04_suppress_umount_in_ltsp.patch (+29/-0)
debian/patches/06_never_exec_nonexec_launchers.patch (+22/-0)
debian/patches/08_clean_session_capplet.patch (+9/-0)
debian/patches/11_copy_skipping_pager.patch (+23/-0)
debian/patches/12_unity_launcher_support.patch (+886/-0)
debian/patches/14_bring_del_instead_ctrl_del.patch (+34/-0)
debian/patches/15_use-ubuntu-help.patch (+123/-0)
debian/patches/16_unity_new_documents.patch (+125/-0)
debian/patches/17_static_unity_quicklist.patch (+14/-0)
debian/patches/18_unity_icon_color.patch (+12/-0)
debian/patches/19_unity_open_location_xid.patch (+236/-0)
debian/patches/20_add_timestamp_to_operations.patch (+359/-0)
debian/patches/dont_wrap_labels_after_dots.patch (+34/-0)
debian/patches/git_desktop_grid.patch (+39/-0)
debian/patches/git_dnd_segfault.patch (+34/-0)
debian/patches/git_file_dnd.patch (+42/-0)
debian/patches/git_hover_hidebar.patch (+225/-0)
debian/patches/git_multiple_desktop_names.patch (+40/-0)
debian/patches/git_name_column.patch (+29/-0)
debian/patches/git_nomodel_segfault.patch (+68/-0)
debian/patches/git_null_uri.patch (+26/-0)
debian/patches/git_open_dir_with.patch (+19/-0)
debian/patches/git_revert_location_entry.patch (+26/-0)
debian/patches/git_sidebar_selection.patch (+134/-0)
debian/patches/git_slot_order.patch (+50/-0)
debian/patches/git_unmount_seg.patch (+20/-0)
debian/patches/git_valid_list.patch (+47/-0)
debian/patches/git_wrap_label.patch (+51/-0)
debian/patches/hidpi_desktop_view_margins.patch (+43/-0)
debian/patches/ignore-no-desktop-if-not-first-launch.patch (+41/-0)
debian/patches/interactive_search.patch (+1036/-0)
debian/patches/restore-traditional-menu-bar.patch (+521/-0)
debian/patches/revert_remove_unused_GtkActions.patch (+243/-0)
debian/patches/series (+44/-0)
debian/patches/ubuntu_backspace_behaviour.patch (+84/-0)
debian/patches/ubuntu_infobars_color.patch (+38/-0)
debian/patches/ubuntu_new_gtksidebar.patch (+263/-0)
debian/patches/ubuntu_revert_no_wallpaper.patch (+859/-0)
debian/patches/ubuntu_sync_background_to_accountsservice.patch (+99/-0)
debian/patches/ubuntu_tracker_only_on_GNOME.patch (+63/-0)
debian/patches/zg_activity_logging.patch (+784/-0)
debian/rules (+39/-0)
debian/source/format (+1/-0)
debian/source_nautilus.py (+25/-0)
debian/watch (+3/-0)
To merge this branch: bzr merge lp:~azzar1/nautilus/higidpi-desktop-view-margins
Reviewer Review Type Date Requested Status
VCS imports Pending
Review via email: mp+301620@code.launchpad.net

This proposal has been superseded by a proposal from 2016-08-01.

To post a comment you must log in.

Unmerged revisions

513. By Andrea Azzarone

* debian/patches/hidpi_desktop_view_margins.patch:
  - scale desktop workarea margins.

512. By Sebastien Bacher

* debian/patches/git_hover_hidebar.patch:
  - hide the selection info bar on mouse over (lp: #797485)

511. By Iain Lane

* debian/patches/restore-traditional-menu-bar.patch:
  - update menubar visibility on GktSettings changes

510. By Iain Lane

More 3.20 updates

509. By Iain Lane

Modify both to work with GTK 3.18 too, by using old CSS name and avoiding
new API.

508. By Iain Lane

debian/patches/0002-desktop-window-restore-transparency-again.patch:
Modify to work with GTK 3.18 too, by using old CSS name.

507. By Iain Lane

debian/patches/0001-desktop-window-restore-transparency.patch,
debian/patches/0002-desktop-window-restore-transparency-again.patch:
Cherry-pick patches from upstream to fix the desktop window's transparency
with GTK 3.20.

506. By Sebastien Bacher

releasing package nautilus version 1:3.18.4.is.3.14.3-0ubuntu4

505. By Sebastien Bacher

* debian/nautilus.migrations,
  debian/nautilus-unity-launcher-icon.py,
  debian/nautilus-unity-launcher-icon-rename.py:
  - remove the first migration script that was only needed for trusty,
    update it to use python3 and rename since there is only one.

504. By Sebastien Bacher

releasing package nautilus version 1:3.18.4.is.3.14.3-0ubuntu3

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory '.bzr-builddeb'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf 2016-08-01 08:30:30 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2merge = True
03
=== added directory 'debian'
=== added file 'debian/changelog'
--- debian/changelog 1970-01-01 00:00:00 +0000
+++ debian/changelog 2016-08-01 08:30:30 +0000
@@ -0,0 +1,2397 @@
1nautilus (1:3.18.4.is.3.14.3-0ubuntu6) UNRELEASED; urgency=medium
2
3 * debian/patches/hidpi_desktop_view_margins.patch:
4 - scale desktop workarea margins.
5
6 -- Andrea Azzarone <andrea.azzarone@canonical.com> Fri, 29 Jul 2016 21:55:44 +0200
7
8nautilus (1:3.18.4.is.3.14.3-0ubuntu5) UNRELEASED; urgency=medium
9
10 [ Iain Lane ]
11 * debian/patches/0001-desktop-window-restore-transparency.patch,
12 debian/patches/0002-desktop-window-restore-transparency-again.patch:
13 Cherry-pick patches from upstream to fix the desktop window's transparency
14 with GTK 3.20.
15 * Modify both to work with GTK 3.18 too, by using old CSS name and avoiding
16 new API.
17
18 [ Marco Trevisan (Treviño) ]
19 * debian/patches/restore-traditional-menu-bar.patch:
20 - update menubar visibility on GktSettings changes
21
22 [ Sebastien Bacher ]
23 * debian/patches/git_hover_hidebar.patch:
24 - hide the selection info bar on mouse over (lp: #797485)
25
26 -- Iain Lane <iain@orangesquash.org.uk> Mon, 09 May 2016 13:17:39 +0100
27
28nautilus (1:3.18.4.is.3.14.3-0ubuntu4) xenial; urgency=medium
29
30 * debian/nautilus.migrations,
31 debian/nautilus-unity-launcher-icon.py,
32 debian/nautilus-unity-launcher-icon-rename.py:
33 - remove the first migration script that was only needed for trusty,
34 update it to use python3 and rename since there is only one.
35
36 -- Sebastien Bacher <seb128@ubuntu.com> Fri, 18 Mar 2016 20:50:18 +0100
37
38nautilus (1:3.18.4.is.3.14.3-0ubuntu3) xenial; urgency=medium
39
40 * debian/patches/git_desktop_grid.patch:
41 - use the correct grid point when moving icons on the desktop view,
42 (lp: #1462267)
43 * debian/patches/ubuntu_new_gtksidebar.patch:
44 - GtkPlacesSidebar changed in GTK 3.18, update to the new version, that
45 restores special items on context menus (eject, format, etc) and the
46 sidebar item to browse remote locations (lp: #1548977)
47
48 -- Sebastien Bacher <seb128@ubuntu.com> Fri, 18 Mar 2016 09:42:31 +0100
49
50nautilus (1:3.18.4.is.3.14.3-0ubuntu2) xenial; urgency=medium
51
52 * debian/patches/git_dnd_segfault.patch:
53 - don't segfault when dragging files from e.g file-roller to nautilus
54 (lp: #1542633)
55
56 -- Sebastien Bacher <seb128@ubuntu.com> Fri, 19 Feb 2016 17:23:01 +0100
57
58nautilus (1:3.18.4.is.3.14.3-0ubuntu1) xenial; urgency=medium
59
60 * Revert to the previous serie, the new one is going to need more work
61 which is not going to be done this cycle (some issues/regressions are
62 being handled upstream in 3.20 but we can do that update with our GTK
63 version, also the new copy dialog is a bit much of a change and upstream
64 confirms it's creating problems that they try to address with more UI
65 changes) (lp: #1541954)
66
67 [ Marco Trevisan (Treviño) ]
68 * debian/patches/ubuntu_open_new_window_for_folders.patch:
69 - Open folders in new nautilus windows by default (LP: #1524721)
70
71 -- Sebastien Bacher <seb128@ubuntu.com> Thu, 04 Feb 2016 18:41:31 +0100
72
73nautilus (1:3.18.4-0ubuntu2) xenial; urgency=medium
74
75 * Multiarchify the library packages.
76
77 -- Matthias Klose <doko@ubuntu.com> Thu, 28 Jan 2016 20:27:59 +0100
78
79nautilus (1:3.18.4-0ubuntu1) xenial; urgency=medium
80
81 * New upstream bugfix release.
82
83 -- Dmitry Shachnev <mitya57@ubuntu.com> Mon, 28 Dec 2015 15:23:01 +0300
84
85nautilus (1:3.18.3-0ubuntu1) xenial; urgency=medium
86
87 * New upstream version:
88 - Fix "move to" action (lp: #1434573)
89 * debian/patches/update_git_stable.patch:
90 - dropped, not needed with the version update
91
92 -- Sebastien Bacher <seb128@ubuntu.com> Tue, 15 Dec 2015 11:39:28 +0100
93
94nautilus (1:3.18.2-1ubuntu3) xenial; urgency=medium
95
96 * debian/patches/update_git_stable.patch:
97 - updated to current gnome-3-18 code, should help with some segfaults
98 (lp: #1524008)
99
100 -- Sebastien Bacher <seb128@ubuntu.com> Fri, 11 Dec 2015 15:33:16 +0100
101
102nautilus (1:3.18.2-1ubuntu2) xenial; urgency=medium
103
104 * debian/control.in, debian/patches/zg_activity_logging.patch:
105 - Use zeitgeist-2.0 (lp: #1197569)
106
107 -- Rico Tzschichholz <ricotz@ubuntu.com> Thu, 03 Dec 2015 16:41:30 +0100
108
109nautilus (1:3.18.2-1ubuntu1) xenial; urgency=medium
110
111 * New version (lp: #1463662) and resynchronize on Debian
112 - better layout in the icons view (lp: #589433, #1019298)
113 - can move link type .desktop (lp: #1278437)
114 * The update uses GtkHeaderBar decorations and has no menubar for now,
115 the menus are coming back later and UI is likely to be tweaked again
116 based on the feedback from this version
117 * Removed changed, deprecated or included in the new version
118 * debian/patches/revert_remove_unused_GtkActions.patch:
119 * debian/patches/restore-traditional-menu-bar.patch:
120 - not needed with the new proper menubar changeset
121 * debian/patches/11_copy_skipping_pager.patch:
122 - the new version has no copy dialog
123 * debian/patches/14_bring_del_instead_ctrl_del.patch:
124 - resolved in the new version
125 * debian/patches/git_name_column.patch,
126 debian/patches/git_multiple_desktop_names.patch,
127 debian/patches/git_file_dnd.patch,
128 debian/patches/git_sidebar_selection.patch,
129 debian/patches/git_slot_order.patch,
130 debian/patches/git_unmount_seg.patch,
131 debian/patches/git_valid_list.patch,
132 debian/patches/git_nomodel_segfault.patch,
133 debian/patches/git_open_dir_with.patch,
134 debian/patches/git_wrap_label.patch,
135 debian/patches/git_null_uri.patch,
136 debian/patches/git_revert_location_entry.patch,
137 debian/patches/ignore-no-desktop-if-not-first-launch.patch,
138 0001-application-use-correct-order-to-watch-for-GSettings.patch:
139 - included in the new version
140 * Remaining changes
141 * debian/control.in:
142 - Build-Depends on dh-migrations, libunity-dev,
143 updated gnome-pkg-tools requirement
144 - lower gnome-sushi Recommends to a Suggests
145 - don't recommends gnome-icon-theme-symbolic it's deprecated
146 - nautilus-data should not need to recommends nautilus,
147 lower to a suggests so file-roller doesn't bring in nautilus
148 * debian/changelog, debian/rules: set epoch number (which was added by error)
149 * debian/mount-archive.desktop:
150 * debian/mount-archive.desktop.in:
151 - New nautilus context menu item to allow mounting zip, iso, etc
152 * debian/nautilus.install:
153 - don't move the autostart to usr
154 - install mount-archive menu
155 - install nautilus-folder-handler.desktop
156 * debian/nautilus-data.install:
157 - install apport hook
158 * debian/nautilus-folder-handler.desktop:
159 - ship a copy of nautilus.desktop with NoDisplay=true since some user
160 configurations refer to it
161 * debian/nautilus.migrations,
162 debian/nautilus-unity-launcher-icon-rename.py:
163 - change the nautilus.desktop entry in the unity configuration to the
164 new org.gnome.Nautilus name (lp: #1436297)
165 * debian/source_nautilus.py:
166 - Apport hook to list versions of files in /usr/lib/nautilus and reassign
167 the crashes when there are not due to nautilus code directly
168 * debian/rules:
169 - use dh_migrations and build compat desktop entries
170 * debian/patches/03_translations_list_update.patch:
171 - Translate the mount-archive menu entry
172 * debian/patches/04_suppress_umount_in_ltsp.patch:
173 - Don't list unmount and eject actions on LTSP clients
174 * debian/patches/06_never_exec_nonexec_launchers.patch:
175 - Implement non-exec policy for .desktop handler.
176 * debian/patches/08_clean_session_capplet.patch:
177 - use NoDisplay for the new autostart desktop to keep the capplet clean
178 * debian/patches/12_unity_launcher_support.patch:
179 - unity launcher integration (list bookmarks in the context menu,
180 display a bar on the icon during copies)
181 * debian/patches/15_use-ubuntu-help.patch:
182 - use the ubuntu documentation
183 * debian/patches/16_unity_new_documents.patch:
184 - display the "new document" menu under unity, even if there is no
185 template installed (lp: #1113648)
186 * debian/patches/17_static_unity_quicklist.patch:
187 - Use nautilus --new-window to open a New window
188 * debian/patches/18_unity_icon_color.patch:
189 - specify a background color for the unity launcher icon (lp: #1081691)
190 * debian/patches/dont_wrap_labels_after_dots.patch:
191 - don't wrap labels after a dot if they are followed by a number,
192 the upstream code has a hack for 3 digit version numbers which
193 doesn't really make sense (lp: #942539)
194 * debian/patches/19_unity_open_location_xid.patch:
195 - don't try to call functions on null objects (lp: #1285895)
196 - delay dbus registration until we don't have a bus
197 * debian/patches/ubuntu_revert_no_wallpaper.patch:
198 - revert upstream changes to use a rgba desktop view, until the other
199 components are ready for that change, see lp #1159430 for details
200 * debian/patches/interactive_search.patch:
201 - Restore interactive search as an option (lp: #1164016)
202 * debian/patches/ubuntu_infobars_color.patch: set the infobars type
203 to "other" rather than "question" to avoid blue cluebars (lp: #1259059)
204 * debian/patches/ubuntu_tracker_only_on_GNOME.patch:
205 - only start the tracker index on GNOME sessions
206 * debian/patches/ubuntu_backspace_behaviour.patch:
207 - restore backspace behaviour, as a back button, that's
208 what most filemanager use (lp: #1108637)
209
210 [ Marco Trevisan (Treviño) ]
211 * debian/patches/19_unity_open_location_xid.patch:
212 - ensure that the active location is always the first listed
213 - only use window xid on X11
214 * debian/patches/20_add_timestamp_to_operations.patch:
215 - Add *WithTimestamp dbus methods for file operations that
216 might trigger a dialog, that should be presented with time.
217 (lp: #1445595)
218
219 -- Sebastien Bacher <seb128@ubuntu.com> Wed, 02 Dec 2015 10:18:52 +0100
220
221nautilus (3.18.2-1) unstable; urgency=medium
222
223 * New upstream release.
224
225 -- Michael Biebl <biebl@debian.org> Sat, 14 Nov 2015 15:44:03 +0100
226
227nautilus (3.18.1-1) unstable; urgency=medium
228
229 * New upstream release.
230
231 -- Michael Biebl <biebl@debian.org> Wed, 21 Oct 2015 16:35:10 +0200
232
233nautilus (3.18.0-2) unstable; urgency=medium
234
235 * Enable PackageKit support
236 * Bump debhelper compatibility to 9
237
238 -- Laurent Bigonville <bigon@debian.org> Tue, 13 Oct 2015 12:10:27 +0200
239
240nautilus (3.18.0-1) experimental; urgency=medium
241
242 * New upstream release.
243 * Update (build-)dependencies according to configure.ac changes:
244 - bump libglib2.0-dev to >= 2.45.7
245 - bump libgtk-3-dev to >= 3.17.5
246 - bump gtk-doc-tools to >= 1.10
247
248 -- Andreas Henriksson <andreas@fatal.se> Thu, 24 Sep 2015 15:54:57 +0200
249
250nautilus (3.16.2-1) experimental; urgency=medium
251
252 [ Andreas Henriksson ]
253 * New upstream release.
254 * Update (build-)dependencies according to configure.ac changes:
255 - drop libnotify
256 - bump glib to 2.43.4 and gtk+ to 3.15.2
257 * debian/nautilus-data.install:
258 - no longer ship usr/share/mime/packages/nautilus.xml, which is
259 no longer available upstream since commit 5951fadbefafd17798
260 "Remove saved search mimetype association"
261 * Fix spelling of "allows one to" in pkg descriptions, thanks lintian.
262 * Bump Standards-Version to 3.9.6
263
264 [ Michael Biebl ]
265 * Remove Debian menu entry.
266
267 -- Michael Biebl <biebl@debian.org> Sat, 05 Sep 2015 22:30:08 +0200
268
269nautilus (3.14.2-1) unstable; urgency=medium
270
271 * Drop eject recommends - obsolete since circa 2003
272 * New upstream stable release.
273 * Drop debian/patches/01_fix-new-window-manage-desktop.patch
274 - now part of upstream release.
275
276 -- Andreas Henriksson <andreas@fatal.se> Sun, 17 May 2015 11:15:00 +0200
277
278nautilus (3.14.1-2) unstable; urgency=medium
279
280 * d/p/01_fix-new-window-manage-desktop.patch: Fix opening of new browser
281 windows when nautilus is managing the desktop, cherry-picked from
282 upstream, should really Closes: #766021
283
284 -- Laurent Bigonville <bigon@debian.org> Fri, 21 Nov 2014 20:44:25 +0100
285
286nautilus (3.14.1-1) unstable; urgency=medium
287
288 * New upstream release.
289 - includes fix for --new-window (Closes: #766021)
290
291 -- Andreas Henriksson <andreas@fatal.se> Thu, 20 Nov 2014 14:15:54 +0100
292
293nautilus (3.14.0-1) unstable; urgency=medium
294
295 * New upstream release.
296 * Upload to unstable.
297
298 -- Andreas Henriksson <andreas@fatal.se> Tue, 23 Sep 2014 15:50:25 +0200
299
300nautilus (3.13.91-1) experimental; urgency=medium
301
302 * New upstream development release.
303 * Update build-dependencies according to configure.ac:
304 - Bump libgtk-3-dev to (>= 3.13.2)
305 * nautilus-data: stop installing /usr/share/nautilus placeholder files
306 - no longer shipped by upstream.
307
308 -- Andreas Henriksson <andreas@fatal.se> Fri, 05 Sep 2014 15:34:02 -0700
309
310nautilus (3.12.2-1) unstable; urgency=medium
311
312 * New upstream release.
313 * Upload to unstable.
314
315 -- Andreas Henriksson <andreas@fatal.se> Tue, 15 Jul 2014 00:08:32 +0200
316
317nautilus (3.12.0-2) experimental; urgency=medium
318
319 * Switch to tracker 1.0.
320
321 -- Michael Biebl <biebl@debian.org> Sat, 10 May 2014 04:10:11 +0200
322
323nautilus (3.12.0-1) experimental; urgency=medium
324
325 * New upstream release.
326 * nautilus: install appdata file
327 * Bump Standards-Version to 3.9.5
328
329 -- Andreas Henriksson <andreas@fatal.se> Tue, 25 Mar 2014 21:54:35 +0100
330
331nautilus (3.11.90-1) experimental; urgency=medium
332
333 * New upstream release.
334 * Bump build-dependency, Gtk+ 3.11.6
335
336 -- Andreas Henriksson <andreas@fatal.se> Tue, 18 Feb 2014 01:56:29 +0100
337
338nautilus (3.10.0-1) experimental; urgency=low
339
340 * New upstream release
341 * debian/control.in: Update build-depends libgtk-3-dev (>= 3.9.11),
342 libgnome-desktop-3-dev (>= 3.10)
343
344 -- Sjoerd Simons <sjoerd@debian.org> Sun, 03 Nov 2013 11:34:30 +0100
345
346nautilus (3.8.2-3) unstable; urgency=medium
347
348 * Switch to tracker 1.0. (Closes: #741425)
349
350 -- Michael Biebl <biebl@debian.org> Sat, 10 May 2014 04:07:37 +0200
351
352nautilus (3.8.2-2) unstable; urgency=low
353
354 * Upload to unstable.
355
356 -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 13 Oct 2013 17:37:31 +0200
357
358nautilus (3.8.2-1) experimental; urgency=low
359
360 [ Jeremy Bicha ]
361 * New upstream release
362 * debian/control.in: Bump minimum gsettings-desktop-schemas
363
364 [ Emilio Pozuelo Monfort ]
365 * Standards-Version is 3.9.4, no changes needed.
366
367 [ Michael Biebl ]
368 * Re-enable tracker support.
369 * Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
370
371 -- Michael Biebl <biebl@debian.org> Sat, 12 Oct 2013 00:54:36 +0200
372
373nautilus (3.8.0-1) experimental; urgency=low
374
375 * New upstream release.
376
377 -- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 25 Mar 2013 18:20:45 +0100
378
379nautilus (3.7.92-1) experimental; urgency=low
380
381 * New upstream release.
382
383 -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 20 Mar 2013 01:37:52 +0100
384
385nautilus (3.7.91-2) experimental; urgency=low
386
387 * debian/control.in:
388 - Bump depends on gsettings-desktop-schemas to 3.7.90.
389 Thanks to Laurent Bigonville for noticing this. Closes: #703106.
390
391 -- Emilio Pozuelo Monfort <pochu@debian.org> Fri, 15 Mar 2013 20:36:10 +0100
392
393nautilus (3.7.91-1) experimental; urgency=low
394
395 [ Josselin Mouette ]
396 * Recommend gnome-icon-theme-symbolic. Closes: #692509
397
398 [ Jeremy Bicha ]
399 * New upstream release
400 * debian/control.in:
401 - Bump minimum glib and gtk
402 - Suggest brasero instead of recommending it
403 * debian/nautilus.install:
404 - Shell search provider doesn't need a separate library any more
405
406 [ Emilio Pozuelo Monfort ]
407 * New upstream release.
408 + debian/control.in,
409 debian/rules:
410 - Temporarily disable tracker support until tracker 0.16 lands
411 in the archive.
412
413 -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 13 Mar 2013 13:26:53 +0100
414
415nautilus (3.6.1-2) experimental; urgency=low
416
417 * Build-depend on libgnome-desktop-3-dev 3.6.1, because thumbnailing
418 doesn't seem to work when compiled against the 3.4.x version
419
420 -- Simon McVittie <smcv@debian.org> Wed, 24 Oct 2012 12:18:01 +0100
421
422nautilus (3.6.1-1) experimental; urgency=low
423
424 * Team upload
425
426 [ Jeremy Bicha ]
427 * New upsteam release
428 * debian/control.in:
429 - Bump minimum glib and gtk
430 * debian/nautilus.install, debian/nautilus-data.install:
431 - Install gnome shell search provider
432 * Dropped obsolete patches:
433 - debian/patches/12_list-view_expand.patch
434 - debian/patches/13_tracker.patch:
435
436 -- Simon McVittie <smcv@debian.org> Tue, 23 Oct 2012 10:35:43 +0100
437
438nautilus (3.4.2-1) unstable; urgency=low
439
440 * New upstream release.
441 * Refresh debian/patches/12_list-view_expand.patch.
442
443 -- Michael Biebl <biebl@debian.org> Wed, 16 May 2012 15:54:52 +0200
444
445nautilus (3.4.1-1) unstable; urgency=low
446
447 * New upstream release.
448 * Drop explicit Build-Depends on gir packages and let the corresponding -dev
449 package pull them for us.
450 * Bump minimum required version of libglib2.0-dev to 2.31.9 and libgtk-3-dev
451 to 3.3.17.
452 * Remove debian/patches/14_tracker-0.14.patch, fixed upstream.
453 * Remove debian/patches/03_deprecated.patch, no longer needed.
454 * debian/nautilus-data.install: Remove usr/share/pixmaps, not installed by
455 upstream.
456 * debian/rules: Remove call to dh_installmime, already done by cdbs.
457 * Bump Standards-Version to 3.9.3.
458
459 -- Michael Biebl <biebl@debian.org> Thu, 19 Apr 2012 14:41:06 +0200
460
461nautilus (3.2.1-3) unstable; urgency=low
462
463 * Change section of gir1.2-nautilus-3.0 to introspection.
464 * Build against tracker 0.14.
465
466 -- Michael Biebl <biebl@debian.org> Wed, 14 Mar 2012 19:09:16 +0100
467
468nautilus (3.2.1-2) unstable; urgency=low
469
470 * Upload to unstable.
471 * debian/control.in:
472 - Drop Build-Depends on libdbus-glib-1-dev, no longer required.
473 - Drop Recommends on desktop-base. It was originally added when nautilus
474 was patched to show the .desktop icons from the desktop-base package. We
475 don't do that anymore, so the Recommends has become obsolete.
476 - Drop Recommends on consolekit. The ConsoleKit specific functionality has
477 been moved into gnome-settings-daemon.
478 - Drop Recommends on synaptic and app-install-data. We no longer call
479 synaptic for mimetypes without a handler as this functionality is
480 provided by alternatives like PackageKit or sessioninstaller now.
481 - Update Vcs-* URLs.
482 * debian/nautilus-data.gconf-defaults:
483 - Removed, obsolete.
484 * Refresh patches.
485
486 -- Michael Biebl <biebl@debian.org> Mon, 21 Nov 2011 20:52:38 +0100
487
488nautilus (3.2.1-1) experimental; urgency=low
489
490 * New upstream release
491 * debian/patches/13_tracker.patch: Updated
492 * debian/control.in: Update build-dependencies
493 * debian/control.in, debian/rules: enable the tracker sarch backend
494 * debian/control.in: Recommend sushi
495
496 -- Sjoerd Simons <sjoerd@debian.org> Sun, 06 Nov 2011 13:51:59 +0000
497
498nautilus (3.0.2-4) unstable; urgency=low
499
500 * Upload to unstable.
501
502 -- Michael Biebl <biebl@debian.org> Thu, 13 Oct 2011 18:00:54 +0200
503
504nautilus (3.0.2-3) experimental; urgency=low
505
506 * debian/control.in:
507 - Add Breaks against nautilus-sendto-empathy (<< 3.0) and
508 gnome-bluetooth (<< 3.0) as the libnautilus-sendto extension was moved
509 into nautilus 3 but the plugin path was not changed with the switch to
510 GTK 3. Loading both GTK 2 and GTK 3 in the same process is not allowed.
511 - Bump Standards-Version to 3.9.2. No further changes.
512 - Bump Build-Depends on cdbs to (>= 0.4.90) to ensure dh_girepository is
513 called.
514 - Remove old Conflicts and Replaces.
515 * debian/rules:
516 - Remove clean-la.mk since we don't install any .la files.
517 - Drop call to dh_girepository
518 * Bump debhelper compatibility level to 8.
519 - Strip debian/tmp/ from .install files.
520 - Bump Build-Depends on debhelper.
521 * debian/watch:
522 - Update to version 3.
523 - Track .xz tarballs.
524 * debian/nautilus.install:
525 - Install dbus service file for nautilus.
526 * debian/patches/13_tracker.patch:
527 - Add support for tracker 0.12. Closes: #643946
528 - Enable full text search.
529
530 -- Michael Biebl <biebl@debian.org> Tue, 11 Oct 2011 17:49:58 +0200
531
532nautilus (3.0.2-2) experimental; urgency=low
533
534 * Rename libnautilus-extension1 to libnautilus-extension1a, and add
535 appropriate Replaces/Conflicts. Closes: #627361.
536
537 -- Josselin Mouette <joss@debian.org> Tue, 31 May 2011 23:39:28 +0200
538
539nautilus (3.0.2-1) experimental; urgency=low
540
541 * Rebuild against a cdbs+debhelper with dh_installgsettings.
542 Closes: #627477.
543 * libnautilus-extension1 breaks nautilus (< 3.0) and that’s the
544 beginning of a very long list (nautilus transition).
545 + gnome-disk-utility < 3.0
546 + brasero < 2.91
547 + file-roller < 3.0
548 + nautilus-sendto < 3
549 * Replace nautilus-sendto since it is now included in nautilus.
550 * New upstream translation and bugfix release.
551 * 00_do_not_require_unpackage_libexif.patch: dropped, we have the
552 latest libexif now.
553 + Bump build-dependencies accordingly.
554 * Bump libnotify requirement.
555 * Reintroduce some nautilus 2.x patches.
556 + 03_deprecated.patch: still necessary, refreshed.
557 + 12_list-view_expand.patch: still necessary, file was renamed,
558 refreshed. Update to GTK+ 3.
559 * nautilus.install: install the autostart file. This should bring back
560 the desktop icons functionality completely.
561
562 -- Josselin Mouette <joss@debian.org> Tue, 31 May 2011 19:30:35 +0200
563
564nautilus (3.0.0-1) experimental; urgency=low
565
566 * New upstream release.
567 * debian/control.in:
568 + bump relevant build dependencies.
569 * debian/patches/00_do_not_require_unpackage_libexif.patch: new,
570 dependencies were bumped upstream, to require the latest stable versions;
571 but libexif 0.6.20 not yet in Debian, and not necessary.
572
573 -- Frederic Peters <fpeters@debian.org> Fri, 15 Apr 2011 15:38:08 +0200
574
575nautilus (2.91.94-1) experimental; urgency=low
576
577 * New upstream release.
578
579 [ Josselin Mouette ]
580 * Make the -dev package depend on the gir package.
581
582 -- Frederic Peters <fpeters@debian.org> Thu, 31 Mar 2011 09:52:17 +0530
583
584nautilus (2.91.93-1) experimental; urgency=low
585
586 * New upstream release.
587 * debian/control.in: bumped build-dependency on gtk+
588 * debian/copyright: updated the list of copyright holders from the sources.
589
590 -- Frederic Peters <fpeters@debian.org> Sun, 27 Mar 2011 18:51:51 +0530
591
592nautilus (2.91.90.1-1) experimental; urgency=low
593
594 * New upstream release.
595
596 -- Frederic Peters <fpeters@debian.org> Tue, 22 Feb 2011 23:43:00 +0100
597
598nautilus (2.91.9-1) experimental; urgency=low
599
600 * New upstream release.
601 + debian/control.in:
602 - Update the build dependencies.
603 - Update the gtk+ 3 and libgail 3 package names.
604
605 -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 19 Feb 2011 14:27:11 +0000
606
607nautilus (2.91.7-1) experimental; urgency=low
608
609 * New upstream release.
610 + debian/control.in:
611 - Update build dependencies.
612 + debian/patches/10_load_session.patch:
613 - Removed, that code is gone.
614 + debian/patches/30-fix-compilation.patch:
615 - Removed, included upstream.
616 * debian/po-up,
617 debian/rules:
618 + Removed patch-translations support, we have no patches with
619 strings anymore (actually we have no patches at all!).
620
621 -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 12 Jan 2011 22:47:23 +0000
622
623nautilus (2.91.4-1) experimental; urgency=low
624
625 * New upstream release
626 * debian/patches/20-rename-extensions-directory.patch
627 + Removed, fixed upstream
628 * debian/control.in: Add Conflicts/Replaces to gir1.0-nautilus-3.0
629
630 -- Sjoerd Simons <sjoerd@debian.org> Sat, 18 Dec 2010 19:18:03 +0000
631
632nautilus (2.91.3-2) experimental; urgency=low
633
634 * Update to the new gir policy:
635 - Rename gir1.0-nautilus-3.0 to gir1.2-nautilus-3.0.
636 - Bump the gobject-introspection build dependency.
637 * Switch to source format 3.0 (quilt).
638 * debian/control.in,
639 debian/rules:
640 - Call dh_girepository and let the gir package depend
641 on gir:Depends, to get gir dependencies. Build depend
642 on the necessary gir1.2 packages for that.
643 - Exclude the extensions folder from the dh_makeshlibs call.
644
645 -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 12 Dec 2010 20:13:10 +0100
646
647nautilus (2.91.3-1) experimental; urgency=low
648
649 * New upstream release
650 * debian/control: Add Gsettings schemas to nautilus-data
651 * debian/control: Add gir1.0-nautilus-3.0
652 * debian/control: Add the nautilus gir to libnautilus-extension-dev.install
653 * debian/patches/13_shortcuts.patch
654 - Removed, Fixed upstream
655 * debian/patches/20_open-with_install.patch
656 - Removed, open with is now handled by GtkAppChooser
657 * debian/patches/03_deprecated.patch
658 - Removed, no longer relevant
659 * debian/patches/12_list-view_expand.patch
660 - Removed, no longer applies
661 * debian/patches/10_location_titlebar.patch
662 - Removed, not relevant anymore as there is a crumtrail
663 * debian/patches/14_dont_show_umount.patch
664 - Removed, fixed upstream.
665 * debian/patches/30-fix-compilation.patch
666 - Added, fix complications with --as-needed
667 * debian/patches/20-rename-extensions-directory.patch
668 - Added, rename the extensions dir to not clash with older nautilus
669 extensions. From upstream git.
670 * debian/rules: Add list-missing and autoreconf
671 * debian/patches/99_ltmain_as-needed.patch
672 - Removed as we use dh_autoreconf now
673 * debian/patches/90_relibtoolize.patch
674 - Removed as we use dh_autoreconf now
675 * debian/control.in: Add gobject-introspection to the build-depends
676 * debian/rules: Force gobject-introspection support to build
677 * debian/control.in: libgirepository1.0-dev (>= 0.9.12)
678 * debian/nautilus.install: Don't install .la for extensions
679
680 -- Sjoerd Simons <sjoerd@debian.org> Sat, 11 Dec 2010 15:48:26 +0000
681
682nautilus (2.30.1-3) unstable; urgency=low
683
684 * 15_nautilus_file_peek_crash.patch: stolen from upstream git. Fix a
685 crasher with lots of upstream duplicates from squeeze systems.
686
687 -- Josselin Mouette <joss@debian.org> Sun, 27 Feb 2011 12:50:09 +0100
688
689nautilus (2.30.1-2) unstable; urgency=low
690
691 * Drop type-handling usage. Closes: #587872.
692 * Bump standards version accordingly.
693 * 13_shortcuts.patch: stolen from upstream git. Fix an annoying bug
694 that makes a number of keyboard shortcuts inoperant the first time.
695 Closes: #592016.
696 * 14_dont_show_umount.patch: stolen from upstream git. Don’t show both
697 “unmount” and “safe removal”/“eject” entries. Closes: #564859.
698
699 -- Josselin Mouette <joss@debian.org> Sat, 18 Sep 2010 14:31:36 +0200
700
701nautilus (2.30.1-1) unstable; urgency=low
702
703 * Bump shlibs for libnautilus-extension1. Closes: #577856.
704 * New upstream release.
705 * 02_eel_libadd.patch, 04_tracker_0.8.patch: dropped, merged upstream.
706 * 90_relibtoolize.patch: updated for the new version.
707
708 -- Josselin Mouette <joss@debian.org> Tue, 27 Apr 2010 19:06:00 +0200
709
710nautilus (2.30.0-1) experimental; urgency=low
711
712 * New upstream release.
713 * debian/control.in
714 - Drop libbeagle-dev and libtrackerclient-dev from Build-Depends.
715 Nautilus uses dlopen now to access those search engines.
716 - Bump libglib2.0-dev to (>= 2.24.0).
717 - Bump libgnome-desktop-dev to (>= 2.29.91).
718 - Bump libgtk2.0-dev to (>= 2.20.0).
719 - Bump Standards-Version to 3.8.4. No further changes.
720 * debian/patches/01_manpage.patch
721 - Remove, merged upstream.
722 * debian/patches/04_tracker_0.8.patch
723 - Add support for tracker 0.8 and fix filtering by location.
724 Patch pulled from upstream Git.
725 * debian/patches/90_relibtoolize.patch
726 - Update build system for new upstream release.
727 * Refresh patches to apply cleanly.
728
729 -- Michael Biebl <biebl@debian.org> Wed, 14 Apr 2010 23:30:34 +0200
730
731nautilus (2.28.4-2) unstable; urgency=low
732
733 * 03_deprecated.patch: new patch. Don’t use -D*DISABLE_DEPRECATED for
734 a production build, it often FTBFS. Closes: #576977.
735 * 90_relibtoolize.patch: updated accordingly.
736
737 -- Josselin Mouette <joss@debian.org> Fri, 09 Apr 2010 02:00:34 +0200
738
739nautilus (2.28.4-1) unstable; urgency=low
740
741 * New upstream bugfix release.
742 * Regenerate relibtoolize patch to apply.
743
744 -- Andreas Henriksson <andreas@fatal.se> Tue, 15 Dec 2009 14:28:56 +0100
745
746nautilus (2.28.3-1) unstable; urgency=low
747
748 [ Josselin Mouette ]
749 * Drop n-c-b from Recommends.
750
751 [ Emilio Pozuelo Monfort ]
752 * debian/patches/20_open-with_install.patch:
753 - Add description.
754 * debian/watch:
755 - Don't uupdate.
756 * New upstream bugfix release.
757 - debian/patches/12_list-view_expand.patch,
758 debian/patches/20_open-with_install.patch,
759 debian/patches/90_relibtoolize.patch:
760 + Refreshed.
761 * debian/patches/01_manpage.patch,
762 debian/patches/02_eel_libadd.patch:
763 - Forwarded, add headers.
764
765 -- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 14 Dec 2009 21:01:11 +0100
766
767nautilus (2.28.1-1) unstable; urgency=low
768
769 [ Josselin Mouette ]
770 * Drop gnome-mount recommends, it’s already pulled by gvfs if needed
771 (i.e. for gvfs builds that use HAL).
772
773 [ Andrea Veri ]
774 * New upstream release.
775 * debian/control:
776 - bumped standards-version to 3.8.3. No changes needed.
777 - bumped libtrackerclient-dev to >= 0.6.6 (lenny version),
778 to start up nautilus porting to tracker 0.7. Thanks mbiebl
779 for the hint.
780 - added missing ${misc:Depends} to both nautilus-dbg and
781 libnautilus-extension-dev making lintian stop complaining.
782
783 [ Josselin Mouette ]
784 * nautilus-data.gconf-defaults: set exit_with_last_window to false so
785 that nautilus doesn’t go in a loop when show_desktop = false.
786 * 13_autostart.patch: removed, it is no longer necessary.
787 + Automount works even when show_desktop = false. Closes: #538108.
788 + Stop installing the autostart file as well.
789 + Break gnome-session < 2.28 because of this change.
790 * Regenerate 90_relibtoolize.patch.
791
792 -- Josselin Mouette <joss@debian.org> Sat, 24 Oct 2009 15:32:11 +0200
793
794nautilus (2.28.0-2) unstable; urgency=low
795
796 * Require a recent gvfs for the metadata store.
797 Closes: #548142, #548143.
798
799 -- Josselin Mouette <joss@debian.org> Thu, 24 Sep 2009 10:05:46 +0200
800
801nautilus (2.28.0-1) unstable; urgency=low
802
803 * Depend on libglib2.0-data for GIO translations.
804 * New upstream release.
805 + Fixes duplicate ID in UI file. Closes: #545254.
806 * Bump glib build-dependency.
807 * 12_list-view_expand.patch, 13_autostart.patch, 90_relibtoolize.patch:
808 updated for the new version.
809 * Install nautilus-convert-metadata.
810
811 -- Josselin Mouette <joss@debian.org> Wed, 23 Sep 2009 20:11:11 +0200
812
813nautilus (2.26.3-1) unstable; urgency=low
814
815 * New upstream release.
816 + Updated Spanish translation. Closes: #532288.
817 * 13_autostart.patch: start with -n so that the default window is not
818 created, even when nautilus doesn’t detect correctly it is started
819 by the session startup. Closes: #532799.
820 * 90_relibtoolize.patch: regenerated for the new version.
821
822 -- Josselin Mouette <joss@debian.org> Thu, 11 Jun 2009 23:08:03 +0200
823
824nautilus (2.26.2-5) unstable; urgency=low
825
826 * 11_restart_mode.patch: removed, it is useless now that we never
827 autorespawn nautilus. Furthermore, nautilus-home.desktop is lacking
828 a X-GNOME-Provides: field.
829 * 13_autostart.patch: refreshed accordingly.
830
831 -- Josselin Mouette <joss@debian.org> Sun, 31 May 2009 17:53:10 +0200
832
833nautilus (2.26.2-4) unstable; urgency=low
834
835 * 11_restart_mode.patch: add reference.
836 * Remove scrollkeeper dependency.
837 * 13_autostart.patch: new patch. Put nautilus.desktop into the
838 autostart directory so that we don’t rely on gnome-session’s
839 required_applications mechanism. This allows to add an autostart
840 condition on the show_desktop GConf key.
841 + Remove the AutoRestart on the same basis; there’s no point in
842 restarting nautilus and not e.g. gnome-power-manager, and it
843 causes many issues.
844 * 90_relibtoolize.patch: update accordingly.
845
846 -- Josselin Mouette <joss@debian.org> Sun, 31 May 2009 13:51:27 +0200
847
848nautilus (2.26.2-3) unstable; urgency=low
849
850 * 11_restart_mode.patch: new patch. Do not get the session manager to
851 automatically restart nautilus when using --no-desktop. Thanks to
852 Roland Mas for testing.
853
854 -- Josselin Mouette <joss@debian.org> Wed, 29 Apr 2009 17:55:35 +0200
855
856nautilus (2.26.2-2) unstable; urgency=low
857
858 * 20_open-with_install.patch: fix a crash when switching tabs in the
859 dialog.
860
861 -- Josselin Mouette <joss@debian.org> Sat, 25 Apr 2009 23:44:05 +0200
862
863nautilus (2.26.2-1) unstable; urgency=low
864
865 * Break eiciel, diff-ext, nautilus-gksu, nautilus-actions,
866 nautilus-share and seahorse-plugins until versions rebuilt with the
867 new extension path.
868 * Only suggest xdg-user-dirs, nautilus works perfectly fine without
869 it.
870 * New upstream release.
871 + Correctly cleans up session files. Closes: #469267.
872 + Checks whether the session is active with ConsoleKit before
873 mounting a removable media. Closes: #512824.
874 + Follows OnlyShowIn/NotShowIn for .desktop files on the desktop.
875 Closes: #422570.
876 + Only accepts .desktop with executable permissions.
877 Closes: #515078, #515104.
878 * 07_desktop_file_activation.patch: removed from the sources.
879 * 02_eel_libadd.patch: stolen from the eel2 sources. Fix linking of
880 the eel convenience library.
881 * 14_sidebar_network-protocol.patch: removed, useless since 2.24.
882 Closes: #518773.
883 * 20_open-with_install.patch: updated for the new version.
884 * 90_relibtoolize.patch: new patch, relibtoolize over that.
885 * Refresh other patches.
886 * Bump shlibs version to 2.26.2.
887 * Add brasero 2.26 as an alternative to n-c-b.
888 * Recommend consolekit.
889 * Pass --disable-packagekit.
890 * Fix section of debug package.
891 * Update build-dependencies and dependencies according to the upstream
892 changes.
893 * Build-depend on libglib2.0-doc and libgtk2.0-doc to ensure proper
894 xrefs.
895 * nautilus-data.install: there are no more bonobo files to ship.
896 * 10_load_session.patch: new patch. Support --load-session so that
897 sessions saved with older nautilus versions will load correctly.
898
899 -- Josselin Mouette <joss@debian.org> Sat, 25 Apr 2009 01:33:51 +0200
900
901nautilus (2.24.2-3) unstable; urgency=low
902
903 * Require shared-mime-info 0.50 to have support for the x-content
904 types. Closes: #511370.
905 * Recommend gnome-mount.
906 * Break rhythmbox < 0.12.
907 * Standards version is 3.8.1.
908 * Upload to unstable.
909
910 -- Josselin Mouette <joss@debian.org> Tue, 07 Apr 2009 14:06:47 +0200
911
912nautilus (2.24.2-2) experimental; urgency=low
913
914 * Add a Breaks with g-v-m << 2.24 to avoid double actions on device
915 insertion. Closes: #507630, #510692.
916 * 20_open-with_install.patch: add missing argument to
917 gtk_tree_model_get. Closes: #510694.
918
919 -- Josselin Mouette <joss@debian.org> Tue, 06 Jan 2009 17:07:39 +0100
920
921nautilus (2.24.2-1) experimental; urgency=low
922
923 * nautilus-data.gconf-defaults: enable autorun actions for all media
924 CD/DVD/etc. by default instead of asking.
925 + Also do it for blank media.
926 * libnautilus-extension1 breaks nautilus << 2.22.
927 * Build-depend on libgnome-desktop-dev 2.24 to be sure to link with
928 libgnome-desktop-2-7. Otherwise, since symbols are not versioned,
929 libeel2-2.24 will load it anyway and ka-boom. Closes: #507632.
930 * New upstream release.
931
932 -- Josselin Mouette <joss@debian.org> Wed, 26 Nov 2008 01:28:28 +0100
933
934nautilus (2.24.1-1) experimental; urgency=low
935
936 [ Gustavo Noronha Silva ]
937 * New upstream release
938 * debian/patches/20_open-with_install.patch:
939 - updated to the new version
940
941 [ Josselin Mouette ]
942 * Update (build-)dependencies according to the new version.
943 * Add Breaks in libnautilus-extension1 against all packages that use
944 the old API.
945 * 12_list-view_expand.patch, 14_sidebar_network-protocol.patch:
946 refreshed.
947 * Update shlibs version to 2.23.1.
948 * Only require gvfs (>= 1.0.2), only recommend gvfs-backends.
949 * Stop recommending fam, gio does not support it correctly.
950 * Remove useless dh_strip argument overloading.
951 * 01_manpage.patch: fix whatis entry in nautilus-connect-server.1.
952 * Install upstream manpages in nautilus.
953 * Install the documentation for libnautilus-extension.
954
955 -- Josselin Mouette <joss@debian.org> Sun, 23 Nov 2008 23:39:28 +0100
956
957nautilus (2.22.5.1-1) experimental; urgency=low
958
959 [ Josselin Mouette ]
960 * 20_open-with_install.patch: handle the case where content_type =
961 NULL. See bugzilla #541183.
962
963 [ Sebastian Dröge ]
964 * New upstream bugfix release.
965
966 -- Sebastian Dröge <slomo@debian.org> Sat, 12 Jul 2008 19:17:54 +0200
967
968nautilus (2.22.4-1) experimental; urgency=low
969
970 * New upstream bugfix release.
971
972 -- Sebastian Dröge <slomo@debian.org> Mon, 30 Jun 2008 16:28:24 +0200
973
974nautilus (2.22.3-1) experimental; urgency=low
975
976 [ Josselin Mouette ]
977 * 20_open-with_install.patch: ported from the patch formerly in eel2.
978 * Also recommend synaptic and app-install-data.
979 * Include patch-translations.mk, require gnome-pkg-tools 0.13.
980 * debian/po-up: taken from eel2.
981 * 99_ltmain_as-needed.patch: make the patch apply with -p1.
982 Closes: #484953.
983
984 [ Sebastian Dröge ]
985 * New upstream bugfix release:
986 + debian/control.in:
987 - Drop esound from build dependencies.
988 + debian/patches/05_places-sidebar_single-click.patch:
989 - Dropped, merged upstream.
990 * debian/control.in:
991 + Update Standards-Version to 3.8.0, no additional changes needed.
992
993 -- Sebastian Dröge <slomo@debian.org> Wed, 25 Jun 2008 08:42:25 +0200
994
995nautilus (2.22.2-1) experimental; urgency=high
996
997 * New upstream bugfix release:
998 + debian/patches/05_places-sidebar_single-click.patch:
999 - Updated to apply cleanly again.
1000
1001 -- Sebastian Dröge <slomo@debian.org> Tue, 08 Apr 2008 18:48:04 +0200
1002
1003nautilus (2.22.1-1) experimental; urgency=low
1004
1005 * 05_places-sidebar_single-click.patch: Update from bugzilla and enable
1006 again as it should work good now and is more consistent with the
1007 GTK file chooser.
1008 * New upstream bugfix release:
1009 + debian/patches/03_sftp_connect.patch,
1010 debian/patches/04_show_backup_files.patch,
1011 debian/patches/15_tracker_check.patch,
1012 debian/patches/90_from_svn_mount_connect_to_server_locations.patch,
1013 debian/patches/90_from_svn_fix_changing_default_application.patch:
1014 - Dropped, emrged upstream.
1015
1016 -- Sebastian Dröge <slomo@debian.org> Fri, 28 Mar 2008 22:12:12 +0100
1017
1018nautilus (2.22.0-3) experimental; urgency=low
1019
1020 * Disable 05_places-sidebar_single-click.patch as it's buggy.
1021 * Remove 18_disable_signal_handler.patch, it's better fixed upstream.
1022 * Remove 06_dont_create_Desktop.patch, --no-desktop is meant as a switch
1023 to not show icons on the desktop and not creating the desktop directory
1024 creates all kinds of broken links in nautilus.
1025 * Remove 08_folder_handler.patch, this is upstream already.
1026 * Disable 10_location_titlebar.patch, this gives completely unwanted results
1027 for thrash:// for example or when the filesystem uses something else
1028 than UTF8 as encoding (%XX stuff in the title).
1029 See http://bugzilla.gnome.org/show_bug.cgi?id=142087
1030 * 90_from_svn_mount_connect_to_server_locations.patch, Added. Mounts location
1031 in the connect to server dialog. Patch taken from the Ubuntu package.
1032
1033 -- Sebastian Dröge <slomo@debian.org> Wed, 19 Mar 2008 16:22:08 +0100
1034
1035nautilus (2.22.0-2) experimental; urgency=low
1036
1037 * Disable 07_desktop_file_activation.patch for now, it breaks in an
1038 unintended way.
1039
1040 -- Sebastian Dröge <slomo@debian.org> Wed, 19 Mar 2008 11:10:42 +0100
1041
1042nautilus (2.22.0-1) experimental; urgency=low
1043
1044 [ Sebastian Dröge ]
1045 * New upstream stable release:
1046 + Upload to experimental first because of intrusive changes.
1047 + debian/control.in:
1048 - Update build dependencies and dependencies.
1049 + debian/rules:
1050 - Bump shlibs.
1051 + debian/patches/01_prompt_same_file.patch,
1052 debian/patches/16_missing_thumbnails.patch,
1053 debian/patches/20_upstream_nautilus-dnd-user-owned.patch,
1054 debian/patches/21_nautilus_xmp.patch,
1055 debian/patches/23_thumbnails_add-border.patch,
1056 debian/patches/11_gnomevfs_query_eject.patch:
1057 - Dropped, merged upstream.
1058 + debian/patches/06_dont_create_Desktop.patch:
1059 - Updated to apply cleanly again.
1060 + debian/patches/07_desktop_file_activation.patch:
1061 - Updated to apply cleanly again.
1062 + debian/patches/10_location_titlebar.patch:
1063 - Updated to apply cleanly again.
1064 + debian/patches/14_sidebar_network-protocol.patch:
1065 - Updated to apply cleanly again.
1066 + debian/patches/99_ltmain_as-needed.patch:
1067 - Updated to apply cleanly again.
1068 + debian/patches/90_from_svn_fix_changing_default_application.patch:
1069 - Make changing the default application work again, patch taken from
1070 the Ubuntu package.
1071 + debian/patches/18_disable_signal_handler.patch:
1072 - Don't use the logging code signal handler it's buggy and makes
1073 nautilus being stuck and eat cpu on crash. Patch taken from the
1074 Ubuntu package.
1075
1076 -- Sebastian Dröge <slomo@debian.org> Sun, 16 Mar 2008 20:30:48 +0100
1077
1078nautilus (2.20.0-7) unstable; urgency=low
1079
1080 * 25_disable_sighandler.patch: patch from upstream SVN. Disable the
1081 horrible signal handler that makes nautilus go wild while filling
1082 its debug log. Closes: #454764, #494788.
1083 * Don’t require libselinux on non-linux OSes. Closes: #494645.
1084
1085 -- Josselin Mouette <joss@debian.org> Tue, 16 Sep 2008 08:15:05 +0200
1086
1087nautilus (2.20.0-6) unstable; urgency=low
1088
1089 * 24_smb_crash.patch: patch from upstream to handle NULL MIME types
1090 set by the SMB module gracefully, avoiding a lot of crashes.
1091
1092 -- Josselin Mouette <joss@debian.org> Mon, 21 Jul 2008 17:09:01 +0200
1093
1094nautilus (2.20.0-5) unstable; urgency=low
1095
1096 * 05_places-sidebar_single-click.patch: replaced by upstream version
1097 of the patch, that does not activate items while right-clicking
1098 them. Closes: #414960.
1099 * 06_dont_create_Desktop.patch,
1100 20_upstream_nautilus-dnd-user-owned.patch: make patches apply with
1101 -p1. Closes: #484953.
1102 * Recommend app-install-data and synaptic now that libeel doesn’t
1103 anymore.
1104
1105 -- Josselin Mouette <joss@debian.org> Fri, 18 Jul 2008 13:27:27 +0200
1106
1107nautilus (2.20.0-4) unstable; urgency=low
1108
1109 [ Loic Minier ]
1110 * Add a nautilus-extensions-1.0 Provide to nautilus to express the fact that
1111 nautilus will search for extensions in /usr/lib/nautilus/extensions-1.0;
1112 this might avoid a long list of Conflicts in nautilus when updating to
1113 extensions-2.0 (nautilus >= 2.21.2).
1114
1115 [ Josselin Mouette ]
1116 * Demote fam to a Suggests; only g-d-e really needs to recommend it.
1117 * 02_trash_location.patch: new patch. When unmounting a volume with a
1118 non-empty trash, take into account that with the new location, the
1119 directory to remove is the parent of the one returned by gnome-vfs.
1120
1121 -- Josselin Mouette <joss@debian.org> Wed, 28 May 2008 01:47:28 +0200
1122
1123nautilus (2.20.0-3) unstable; urgency=low
1124
1125 [ Diego Escalante Urrelo ]
1126 * New patch, 23_thumbnails_add-border.patch, restore the
1127 thumbnail borders; (GNOME #478363). Closes: #456957.
1128
1129 [ Josselin Mouette ]
1130 * Add missing references to all patches.
1131
1132 [ Sebastien Bacher ]
1133 * New nautilus-connect-server manpage from Fernando Ribeiro (Ubuntu: #61299)
1134
1135 [ Josselin Mouette ]
1136 * 16_missing_thumbnails.patch: stolen from upstream's SVN. Fixes
1137 disappearing thumnails. Closes: #453525.
1138
1139 [ Julian Andres Klode ]
1140 * debian/nautilus-connect-server.1: fix the manpage
1141 * debian/nautilus-file-management-properties.1: add new manpage
1142 * Upgrade to Policy 3.7.3
1143 * Add VCS-Browser and VCS-Svn fields to debian/control
1144 * Use the new Homepage field
1145
1146 -- Josselin Mouette <joss@debian.org> Sat, 12 Jan 2008 16:16:26 +0100
1147
1148nautilus (2.20.0-2) unstable; urgency=high
1149
1150 [ Loic Minier ]
1151 * Build-dep against libglib2.0-dev >= 2.14; fixes crashes when mixing the
1152 internal copy of GSequence with the glib one; thanks Andre Klapper.
1153
1154 [ Sebastian Dröge ]
1155 * debian/patches/21_nautilus_xmp.patch,
1156 debian/control.in:
1157 + Build against exempi 1.99.5. Patch by Michael Biebl. (Closes: #450486)
1158
1159 -- Sebastian Dröge <slomo@debian.org> Thu, 22 Nov 2007 11:00:12 +0100
1160
1161nautilus (2.20.0-1) unstable; urgency=low
1162
1163 * 15_tracker_check.patch: new patch, properly checks that tracker is
1164 installed before using it. Closes: #439863.
1165 * Suggest tracker.
1166 * New upstream release.
1167 * Update build dependencies.
1168 * Pass --disable-update-mimedb to configure flags.
1169 * Don't ship the XML file in nautilus, ugh.
1170 * Call dh_installmime by hand for nautilus-data.
1171 * Refresh patches.
1172 * 05_places-sidebar_single-click.patch: updated to new version.
1173 * 12_list-view_expand.patch: updated for 2.20; revert upstream commit
1174 r13045.
1175 * 13_thumbnail_size_pref.patch: removed, integrated upstream.
1176 * 60_combobox-changed-signal.patch: removed, integrated upstream.
1177 * Update menu file.
1178
1179 -- Josselin Mouette <joss@debian.org> Mon, 24 Sep 2007 12:34:46 +0200
1180
1181nautilus (2.18.3-3) unstable; urgency=low
1182
1183 * New patch, 60_combobox-changed-signal, fix a crash with newer Gtk emitting
1184 a changed signal; GNOME #459221; SVN r13002.
1185
1186 -- Loic Minier <lool@dooz.org> Tue, 24 Jul 2007 15:57:04 +0200
1187
1188nautilus (2.18.3-2) unstable; urgency=low
1189
1190 * 14_sidebar_network-protocol.patch: fix systematic segfault.
1191 Closes: #434123.
1192 * Enable tracker support by build-depending on libtrackerclient-dev.
1193
1194 -- Josselin Mouette <joss@debian.org> Sun, 22 Jul 2007 15:17:31 +0200
1195
1196nautilus (2.18.3-1) unstable; urgency=low
1197
1198 [ Josselin Mouette ]
1199 * 12_list-view_expand.patch: update the minimum width to 20
1200 characters.
1201 * Update watch file.
1202 * 13_thumbnail_size_pref.patch: stolen from upstream SVN. Introduces a
1203 preference to define the thumbnail size (closes: #425400).
1204 * 99_ltmain_as-needed.patch: make --as-needed work for the library
1205 too.
1206
1207 [ Otavio Salvador ]
1208 * 14_sidebar_network-protocol.patch: Adds the "Network Servers" option
1209 on sidebar. Thanks to Luis Gustavo S. Barreto <gustavo@ossystems.com.br>
1210 for the patch.
1211
1212 [ Guilherme de S. Pastore ]
1213 * 15_japanese_typo.patch: fixes a typo in the Japanese translation. Thanks
1214 to Kobayashi Noritada for reporting it. (Closes: #430679)
1215
1216 [ Josselin Mouette ]
1217 * New upstream release.
1218 * Refresh patches.
1219 * 15_japanese_typo.patch: removed, integrated upstream.
1220
1221 -- Josselin Mouette <joss@debian.org> Wed, 18 Jul 2007 23:43:01 +0200
1222
1223nautilus (2.18.1-3) unstable; urgency=low
1224
1225 [ Loic Minier ]
1226 * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
1227 cdbs >= 0.4.41.
1228 * Prepend -z defs to LDFLAGS for additional safety.
1229 * Wrap build-deps and deps.
1230
1231 [ Josselin Mouette ]
1232 * 12_list-view_expand.patch: set a minimum width for the name column
1233 to avoid opening a window with a too small name column. Partially
1234 fixes #422563.
1235
1236 -- Josselin Mouette <joss@debian.org> Wed, 16 May 2007 00:21:01 +0200
1237
1238nautilus (2.18.1-2) unstable; urgency=low
1239
1240 * 10_location_titlebar.patch: include gnome-vfs-utils.h
1241 (closes: #421027).
1242 * Refresh other patches.
1243 * 12_list-view_expand.patch: make the filename column expandable
1244 instead of setting the width by default. Reverts upstream commit
1245 12779.
1246
1247 -- Josselin Mouette <joss@debian.org> Tue, 01 May 2007 16:16:22 +0200
1248
1249nautilus (2.18.1-1) unstable; urgency=low
1250
1251 [ Josselin Mouette ]
1252 * 10_location_titlebar.patch: patch from Adrien Delle Cave to display
1253 the full location in the title bar when a setting is enabled
1254 (closes: #413018).
1255 * 01_prompt_same_file.patch: don't overwrite files when the source and
1256 destination are strictly the same (closes: #419525).
1257
1258 [ Sebastian Dröge ]
1259 * Upload to unstable, drop check-dist include.
1260 * New upstream release:
1261 + Update build dependency on libgnome2-dev to >= 2.14.0 and add
1262 x11proto-core-dev for the multimedia keys support.
1263 + Bump shlibs to 2.17.90.
1264 + Fix URL in the watch file.
1265 + Dropped 02_umask.patch,
1266 09_connect_server_iter.patch, merged upstream.
1267 + Dropped 11_umount-progress-bar.patch, this is obsolete now that
1268 gnome-volume-manager and gnome-vfs use gnome-mount, which displays
1269 a notification bubble. See Gnome #313639.
1270 + Add icons to nautilus-data.install.
1271 * 11_gnomevfs_query_eject.patch: Patch taken from Ubuntu. Use gnomevfs'
1272 gnome_vfs_drive_needs_eject() function instead of just looking at the
1273 drive type. This keeps umount/eject consistent and keeps it configurable
1274 with the HAL policies.
1275 * 20_upstream_nautilus-dnd-user-owned.patch: Patch taken from Ubuntu.
1276 Use copy instead of move when using DND and the destination is owned by
1277 someone else. See Gnome #339154.
1278 * 10_location_titlebar.patch: Updated with the latest patch from
1279 Gnome #142087.
1280
1281 -- Sebastian Dröge <slomo@debian.org> Tue, 24 Apr 2007 22:38:54 +0200
1282
1283nautilus (2.16.3-5) experimental; urgency=low
1284
1285 * Bump up librsvg2-dev build-dep to >= 2.16.0-2 to make the package
1286 autobuildable; add a librsvg2-common >= 2.16.0-2 build-dep since
1287 desktop-base needs it, and librsvg2-dev doesn't pull it.
1288
1289 -- Loic Minier <lool@dooz.org> Tue, 13 Mar 2007 13:27:43 +0100
1290
1291nautilus (2.16.3-4) experimental; urgency=low
1292
1293 * 08_folder_handler.patch: add OnlyShowIn=GNOME to
1294 nautilus-folder-handler.desktop (closes: #396969).
1295 * 07_desktop_file_activation.patch:
1296 + Compare numeric uids instead of using strcmp.
1297 + Fix the context menu of "link" desktop items.
1298 * 09_connect_server_iter.patch: patch from Christian Neumair to
1299 display only supported protocols in the "connect to" window
1300 (closes: #375180).
1301
1302 -- Josselin Mouette <joss@debian.org> Sun, 25 Feb 2007 00:50:36 +0100
1303
1304nautilus (2.16.3-3) experimental; urgency=low
1305
1306 [ Loic Minier ]
1307 * Add a get-orig-source target to retrieve the upstream tarball.
1308 * Add an epoch to the libgnomevfs2-dev build-dep and dep.
1309 * Include the new check-dist Makefile to prevent accidental uploads to
1310 unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
1311
1312 [ Josselin Mouette ]
1313 * 06_dont_create_Desktop.patch: patch from upstream bugzilla. Don't
1314 create the Desktop directory when run with the --no-desktop option
1315 (closes: #230757, #408896).
1316 * 07_desktop_file_activation.patch:
1317 + Don't launch desktop files that aren't at safe places
1318 (closes: #408556). This doesn't affect desktop files that are
1319 merely links.
1320 + Don't launch those that don't end with .desktop (closes: #408948).
1321
1322 -- Josselin Mouette <joss@debian.org> Thu, 15 Feb 2007 17:23:51 +0100
1323
1324nautilus (2.16.3-2) experimental; urgency=low
1325
1326 * 03_sftp_connect.patch: patch from Mike Hommey to add a "connect to
1327 server" context menu item for sftp shares (closes: #375181).
1328 * 04_show_backup_files.patch: patch from Stephen Cook to display
1329 backup files together with hidden files (closes: #401583).
1330 * Refresh 11_umount-progress-bar.patch.
1331 * 05_places-sidebar_single-click.patch: patch from UHU Linux to use
1332 single click in the "places" sidebar pane.
1333
1334 -- Josselin Mouette <joss@debian.org> Wed, 3 Jan 2007 00:31:00 +0100
1335
1336nautilus (2.16.3-1) experimental; urgency=low
1337
1338 [ Loic Minier ]
1339 * Ship /usr/share/mime/application in nautilus.
1340 * Merge 2.14.3-2, 2.14.3-3, and 2.14.3-4; credit
1341 10_nautilus-directory-cache-is-local in 2.14.3-4 appropriately.
1342 * Fix watch file to use HTTP.
1343
1344 [ Josselin Mouette ]
1345 * Merge 2.14.3-6.
1346 * Switch to quilt for patch handling.
1347 * 02_umask.patch: use the recommended method upstream, which should be
1348 thread-safe.
1349 * 10_nautilus-directory-cache-is-local.patch: removed, integrated
1350 upstream.
1351 * 11_umount-progress-bar.patch: refresh translations.
1352
1353 -- Josselin Mouette <joss@debian.org> Fri, 8 Dec 2006 22:29:03 +0100
1354
1355nautilus (2.16.1-1) experimental; urgency=low
1356
1357 [ Josselin Mouette ]
1358 * Brown paper bag update.
1359 * 02_umask.patch: use and operator on not(umask), not the xor.
1360
1361 [ Loic Minier ]
1362 * Bump the Depends on libgnomevfs2-dev >= 2.16.0-1 as well.
1363 * Reorder build-deps to please pbuilder.
1364 * Add missing build-deps on libgnomeui-dev (>= 2.6.0), libglib2.0-dev (>=
1365 2.6.0), libgnome2-dev (>= 2.1.1), libpango1.0-dev (>= 1.1.2).
1366 * Version the liborbit2-dev build-dep to >= 2.4.0.
1367 * Bump the libgnomeui-dev build-dep to >= 2.16.0-2 for gtk+2.0 2.10.
1368 * Bump the libbonobo2-dev build-dep to >= 2.15 for gnome-vfs2 >= 2.16.0-1.
1369 * Add ${shlibs:Depends} to libnautilus-extension-dev.
1370 * New upstream release; no API change.
1371
1372 -- Loic Minier <lool@dooz.org> Thu, 5 Oct 2006 17:04:18 +0200
1373
1374nautilus (2.16.0-2) experimental; urgency=low
1375
1376 [ Marco Cabizza ]
1377 * Bump libgnomevfs2-dev build-dep to 2.16.0-1 for selinux support.
1378
1379 [ Loic Minier ]
1380 * Upload.
1381
1382 -- Loic Minier <lool@dooz.org> Sun, 24 Sep 2006 21:45:45 +0200
1383
1384nautilus (2.16.0-1) experimental; urgency=low
1385
1386 * New upstream release.
1387 * Update watch file.
1388 * Remove requirements on libpopt and libgsf.
1389 * Update build-dependencies appropriately.
1390 * Remove many unneeded dependencies for libnautilus-extension-dev.
1391 * Build-depend on docbook-utils and libselinux1-dev.
1392 * Build-depend on gnome-pkg-tools 0.7 and use clean-la.mk.
1393 * Also use gnome-version.mk and use ${gnome:Version}.
1394 * Bump shlibs to 2.15.90.
1395
1396 -- Josselin Mouette <joss@debian.org> Tue, 12 Sep 2006 23:42:15 +0200
1397
1398nautilus (2.14.3-6) unstable; urgency=medium
1399
1400 * Update patch 11_umount-progress-bar to fix an implicit pointer conversion
1401 to int which would have likely caused crashes on 64-bits arches; thanks
1402 Dann Frazier; closes: #400996.
1403
1404 -- Loic Minier <lool@dooz.org> Thu, 30 Nov 2006 13:45:04 +0100
1405
1406nautilus (2.14.3-5) unstable; urgency=low
1407
1408 * New patch, 11_umount-progress-bar.patch, to display a progress bar when
1409 umounting an USB stick (or other volumes); taken from the Ubuntu package as
1410 well as the translations; thanks Sven Arvidsson; GNOME #313639;
1411 closes: #396939, #398373.
1412
1413 -- Loic Minier <lool@dooz.org> Wed, 29 Nov 2006 15:33:06 +0100
1414
1415nautilus (2.14.3-4) unstable; urgency=low
1416
1417 * New patch, 10_nautilus-directory-cache-is-local.patch, to cache the result
1418 of islocal() on NautilusDirectory objects; this is called relatively often
1419 and should speed up browsing of network shares; from upstream CVS; credits
1420 to Alexander Larsson and Federico Mena Quintero.
1421
1422 -- Loic Minier <lool@dooz.org> Wed, 15 Nov 2006 17:08:56 +0100
1423
1424nautilus (2.14.3-3) unstable; urgency=low
1425
1426 * Is there something like a double brown paper bag?
1427 * 02_umask.patch: finally a correct expression, hopefully. Fixes
1428 problem with file creation (closes: #390908).
1429
1430 -- Josselin Mouette <joss@debian.org> Wed, 4 Oct 2006 17:14:14 +0200
1431
1432nautilus (2.14.3-2) unstable; urgency=low
1433
1434 * 02_umask.patch: use & operator on umask, not ^. Silly me.
1435
1436 -- Josselin Mouette <joss@debian.org> Mon, 2 Oct 2006 14:39:03 +0200
1437
1438nautilus (2.14.3-1) unstable; urgency=low
1439
1440 * New upstream release.
1441 * 02_umask.patch: honor umask when creating files (closes: #314796).
1442 * 01_relibtoolise.patch: removed.
1443 * Bump eel2 build-dependencies.
1444
1445 -- Josselin Mouette <joss@debian.org> Thu, 3 Aug 2006 21:41:00 +0200
1446
1447nautilus (2.14.1-5) unstable; urgency=high
1448
1449 [ Josselin Mouette ]
1450 * nautilus-data depends on ${misc:Depends} (RC bug fix).
1451
1452 [ Loic Minier ]
1453 * Add a useless ${misc:Depends} to libnautilus-extension1, just in case.
1454
1455 -- Loic Minier <lool@dooz.org> Wed, 14 Jun 2006 11:00:59 +0200
1456
1457nautilus (2.14.1-4) unstable; urgency=low
1458
1459 * nautilus-dbg replaces libnautilus-extension1-dbg (closes: #368304).
1460
1461 -- Josselin Mouette <joss@debian.org> Sun, 21 May 2006 20:53:43 +0200
1462
1463nautilus (2.14.1-3) unstable; urgency=low
1464
1465 * The "tame the beast" release.
1466 + New maintainer.
1467 * Remove dependency on broken gamin.
1468 * Keep only fam as a Recommends:, nautilus now monitors correctly
1469 local mounts even without it (closes: #353163).
1470 * Standards version is 3.7.2.
1471 * dirs: removed, useless.
1472 * *.install: move architecture-independent data to nautilus-data
1473 (closes: #314209).
1474 + Add a conflict with earlier versions.
1475 * rules, nautilus-data.dirs: don't install the initial-desktop stuff,
1476 it isn't used at all.
1477 * nautilus-data.install: use it to install the icon.
1478 * README.Debian: removed, useless.
1479 * nautilus.postinst: removed, deprecated.
1480 * Use ${binary:Version} (yes, that's cosmetic).
1481 * Put all debugging information in nautilus-dbg.
1482 + Remove libnautilus-extension1-dbg entirely.
1483 + Use debhelper 5 and depend on it.
1484 * Set priority of the debugging package to extra, to match the
1485 override.
1486 * libnautilus-extension-dev.install: there is no .a file.
1487
1488 -- Josselin Mouette <joss@debian.org> Thu, 18 May 2006 06:40:47 +0200
1489
1490nautilus (2.14.1-2) unstable; urgency=low
1491
1492 [ Sebastien Bacher ]
1493 * Upload
1494
1495 [ Josselin Mouette ]
1496 * Make the package binNMU-safe.
1497 + Build-depend on dpkg-dev 1.13.19.
1498 + Use ${source:Version}.
1499
1500 [ Loic Minier ]
1501 * Stop shipping /usr/lib/*.la files in libnautilus-extension-dev.
1502 [debian/libnautilus-extension-dev.install]
1503 * Build with a fixed CDBS (0.4.39-0.1 for #365085) which should restore the
1504 correct libnautilus-extension1 shlib dep. (Closes: #365740)
1505
1506 -- Sebastien Bacher <seb128@debian.org> Sat, 13 May 2006 00:12:20 +0200
1507
1508nautilus (2.14.1-1) unstable; urgency=low
1509
1510 * New upstream version
1511 * debian/control.in:
1512 - updated requirements on libeel and libgtk according to configure
1513 * debian/patches/01_relibtoolise.patch:
1514 - updated
1515
1516 -- Sebastien Bacher <seb128@debian.org> Sun, 30 Apr 2006 01:16:06 +0200
1517
1518nautilus (2.14.0-1) unstable; urgency=low
1519
1520 * New upstream version
1521 * debian/control.in:
1522 - updated the requirements on gnome-vfs, eel
1523 - updated cdbs requirement so dh_installmime is used
1524 * debian/nautilus-data.install:
1525 - install the "application/x-gnome-saved-search" mimetype definition
1526 * debian/patches/01_relibtoolise.patch:
1527 - updated
1528 * debian/rules:
1529 - updated the shlibs argument
1530 * debian/watch:
1531 - updated
1532
1533 [ Josselin Mouette ]
1534 * Recommend librsvg2-common and libgnomevfs2-extra.
1535
1536 [ Loic Minier ]
1537 * Depend on gamin | fam since gnome-vfs deps are not enough to ensure it's
1538 there. (Closes: #353163)
1539 [debian/control, debian/control.in]
1540
1541 -- Sebastien Bacher <seb128@debian.org> Sun, 9 Apr 2006 19:41:37 +0200
1542
1543nautilus (2.12.2-3) unstable; urgency=low
1544
1545 * Simple rebuild to get rid of references to Xcursor.la and Xrender.la.
1546
1547 -- Loic Minier <lool@dooz.org> Mon, 24 Apr 2006 19:45:51 +0200
1548
1549nautilus (2.12.2-2) unstable; urgency=low
1550
1551 * Upload to unstable.
1552
1553 -- Josselin Mouette <joss@debian.org> Sun, 8 Jan 2006 00:30:27 +0100
1554
1555nautilus (2.12.2-1) experimental; urgency=low
1556
1557 [ Sjoerd Simons ]
1558 * Up gnome-vfs2 build-depend to >= 2.12.0
1559
1560 [ Loic Minier ]
1561 * New upstream release.
1562 * Minor cleanups to debian/rules.
1563 * Actually ship license information and distinguish between copyright and
1564 license.
1565
1566 -- Loic Minier <lool@dooz.org> Mon, 12 Dec 2005 22:42:27 +0100
1567
1568nautilus (2.12.1-1) experimental; urgency=low
1569
1570 * New upstream version.
1571 * debian/control.in:
1572 - updated the Build-Depends on the eel2 package.
1573 * debian/patches/01_relibtoolise.patch:
1574 - updated.
1575 * debian/patches/07_places_bookmarks.patch,
1576 debian/patches/08_desktopborder.patch:
1577 - fixed with the new version.
1578 * debian/watch:
1579 - updated.
1580
1581 -- Sebastien Bacher <seb128@debian.org> Mon, 17 Oct 2005 16:00:40 +0200
1582
1583nautilus (2.10.1-5) unstable; urgency=high
1584
1585 [ Josselin Mouette ]
1586 * Depend on ${misc:Depends} (high urgency fix).
1587 * Add --as-needed again.
1588
1589 [ Loic Minier ]
1590 * Add CDBS' utils.
1591
1592 -- Loic Minier <lool@dooz.org> Fri, 14 Oct 2005 11:24:06 +0200
1593
1594nautilus (2.10.1-4) unstable; urgency=medium
1595
1596 [ Sebastien Bacher <seb128@debian.org> ]
1597 * debian/control.in:
1598 - Build-Depends on the current exif (Closes: #321261).
1599 * debian/rules:
1600 - don't use "-as-needed", fix the current build issue (Closes: #320138).
1601
1602 [ Josselin Mouette <joss@debian.org> ]
1603 * Don't recommend gnome-icon-theme, gnome-control-center already depends on
1604 it.
1605 * Updated Suggests, using evince | pdf-viewer instead of xpdf, and
1606 totem | mp3-decoder instead of xmms (closes: #289252).
1607
1608 -- Sebastien Bacher <seb128@debian.org> Fri, 5 Aug 2005 13:12:57 +0200
1609
1610nautilus (2.10.1-3) unstable; urgency=medium
1611
1612 * Pass --as-needed to ld.
1613 * Remove most conflicts and replaces, they aren't useful anymore.
1614 * Depend on gnome-control-center instead of capplets.
1615 * Cosmetic fixes to the -dbg packages' description.
1616 * Don't install the .so and .la for libnautilus-private.
1617 * Standards-version is 3.6.2.
1618 * copyright: correctly reference the authors and the GPL.
1619
1620 -- Josselin Mouette <joss@debian.org> Sat, 25 Jun 2005 18:03:04 +0200
1621
1622nautilus (2.10.1-2) unstable; urgency=low
1623
1624 * Upload to unstable.
1625
1626 -- Sebastien Bacher <seb128@debian.org> Fri, 10 Jun 2005 15:26:25 +0200
1627
1628nautilus (2.10.1-1) experimental; urgency=low
1629
1630 * Changes by Sébastien Bacher:
1631 * New upstream version.
1632 * debian/patches/09_connect-server-auth-fix.patch:
1633 - fixed upstream.
1634 * Changes by Josselin Mouette:
1635 * Conflict with libnautilus2-dev.
1636
1637 -- Sebastien Bacher <seb128@debian.org> Mon, 9 May 2005 15:57:18 +0200
1638
1639nautilus (2.10.0-1) experimental; urgency=low
1640
1641 * New upstream release:
1642 - better handling of DnD from web browsers (Closes: #269490).
1643 - fix the icon layout on ia64 (Closes: #286039).
1644 * debian/control.in:
1645 - create a debug package.
1646 - don't Build-Conflicts on libcdparanoia0-dev
1647 - renamed libnautilus2-2 to libnautilus-extension1 to reflect the upstream
1648 changes.
1649 - updated the Build-Depends.
1650 * debian/patches/01_relibtoolise.patch:
1651 - updated.
1652 * debian/patches/02_build_exif.patch:
1653 - fixed upstream.
1654 * debian/patches/07_places_bookmarks.patch:
1655 - patch to add the GTK bookmarks to the places menu.
1656 * debian/patches/08_desktopborder.patch:
1657 - don't display a border around the desktop.
1658 * debian/patches/09_connect-server-auth-fix.patch:
1659 - don't display a warning when creating a share.
1660 * debian/rules:
1661 - updated the configure options.
1662 - updated the shlibs.
1663 * debian/watch:
1664 - updated.
1665
1666 -- Sebastien Bacher <seb128@debian.org> Fri, 8 Apr 2005 16:46:55 +0200
1667
1668nautilus (2.8.2-2) unstable; urgency=medium
1669
1670 * debian/nautilus.postrm:
1671 - test if the directories are here before trying to remove them
1672 (Closes: #283450).
1673
1674 -- Sebastien Bacher <seb128@debian.org> Wed, 24 Nov 2004 16:09:08 +0100
1675
1676nautilus (2.8.2-1) unstable; urgency=low
1677
1678 * New upstream release.
1679 * Upload to unstable.
1680 * debian/patches/01_relibtoolise.patch:
1681 - updated.
1682 * debian/rules:
1683 - updated the Build-Depends.
1684
1685 -- Sebastien Bacher <seb128@debian.org> Thu, 18 Nov 2004 19:35:45 +0100
1686
1687nautilus (2.8.1-1) experimental; urgency=low
1688
1689 * New upstream release.
1690 * debian/patches/01_relibtoolise.patch:
1691 - updated.
1692
1693 -- Sebastien Bacher <seb128@debian.org> Tue, 12 Oct 2004 00:16:22 +0200
1694
1695nautilus (2.8.0-1) experimental; urgency=low
1696
1697 * New upstream release.
1698 * debian/control.in:
1699 - updated the Build-Depends on libeel2-dev to 2.8.0.
1700 * debian/patches/01_relibtoolise.patch:
1701 - updated.
1702
1703 -- Sebastien Bacher <seb128@debian.org> Tue, 14 Sep 2004 21:38:18 +0200
1704
1705nautilus (2.7.4-1) experimental; urgency=low
1706
1707 * GNOME Team Upload.
1708 * New upstream development release.
1709 - now uses the freedesktop.org MIME specification.
1710 * Switched to CDBS.
1711 * debian/control.in:
1712 - nautilus depends on desktop-file-utils (>= 0.7).
1713 - updated the Build-Depends on libeel2-dev to 2.7.4.
1714 * debian/patches/01_relibtoolise.patch:
1715 - updated.
1716 * debian/patches/03_desktop-launchers.patch:
1717 - removed since included in the new upstream release.
1718 * debian/patches/04_mime_warning.patch:
1719 - removed, obsolete.
1720 * debian/control.in:
1721 - Build-Depends on cdbs instead of dbs.
1722 - updated the Build-Depends on librsvg2 to 2.7
1723 * debian/*.files:
1724 - replaced by *.install files.
1725 * debian/rules:
1726 - switched to CDBS.
1727 * This update is based on Canonical's patch as found in
1728 http://no-name-yet.com/patches/gnome2.7/nautilus271to272.patch
1729 (closes: #265304).
1730
1731 -- Jordi Mallach <jordi@debian.org> Tue, 17 Aug 2004 11:22:55 +0200
1732
1733nautilus (2.7.1-2) experimental; urgency=low
1734
1735 * GNOME Team Upload.
1736 * debian/patches/02_build_exif.patch:
1737 - updated to fix the crash on file properties for images with exif datas.
1738
1739 -- Sebastien Bacher <seb128@debian.org> Wed, 30 Jun 2004 15:07:49 +0200
1740
1741nautilus (2.7.1-1) experimental; urgency=low
1742
1743 * GNOME Team Upload.
1744 * New (development) upstream release.
1745 * debian/patches/01_relibtoolise.patch:
1746 - updated.
1747 * debian/patches/02_show-mounts.patch:
1748 - removed since the changes are in the new version.
1749 * debian/patches/02_build_exif.patch:
1750 - patch to fix the build with the new libexif.
1751
1752 -- Sebastien Bacher <seb128@debian.org> Wed, 23 Jun 2004 18:41:33 +0200
1753
1754nautilus (2.6.3-2) unstable; urgency=high
1755
1756 * GNOME Team Upload.
1757 * debian/control.in:
1758 - conflicts with capplets (<< 2.6).
1759
1760 -- Sebastien Bacher <seb128@debian.org> Fri, 18 Jun 2004 02:17:21 +0200
1761
1762nautilus (2.6.3-1) unstable; urgency=low
1763
1764 * GNOME Team Upload.
1765 * New upstream release
1766 - fix zoom and desktop problems (Closes: #253135, #253653).
1767 - fix the problem with desktop icons marqued as read-only
1768 (Closes: #249792, #251848).
1769 * debian/control.in:
1770 - recommands nautilus-cd-burner (Closes: #249503).
1771 * debian/patches/01_relibtoolise.patch:
1772 + updated.
1773 * debian/patches/02_show-mounts.patch:
1774 - patch from the CVS to allow to not show volumes on desktop
1775 (gconf key to use: /apps/nautilus/desktop/volumes_visible).
1776 (Closes: #253529).
1777 * debian/patches/03_desktop-launchers.patch:
1778 - patch from the CVS to allow to edit the launcher on the desktop again.
1779
1780 -- Sebastien Bacher <seb128@debian.org> Wed, 16 Jun 2004 23:18:15 +0200
1781
1782nautilus (2.6.2-1) unstable; urgency=low
1783
1784 * Gnome Team Upload.
1785 * New Upstream Release.
1786 * debian/control.in:
1787 + removed recommends on nautilus-gtkhtml (Closes: #252449).
1788 * debian/patches/01_relibtoolise.patch:
1789 + updated.
1790
1791 -- Sebastien Bacher <seb128@debian.org> Sat, 5 Jun 2004 13:11:31 +0200
1792
1793nautilus (2.6.1-3) unstable; urgency=low
1794
1795
1796 * debian/control.in:
1797 + updated Build-Depends (Closes: #251388).
1798
1799 -- Sebastien Bacher <seb128@debian.org> Fri, 28 May 2004 22:02:14 +0200
1800
1801nautilus (2.6.1-2) unstable; urgency=low
1802
1803 * GNOME Team Upload.
1804 * Upload in unstable.
1805 * debian/nautilus.1:
1806 + updated by Dafydd Harries <daf@muse.19inch.net>.
1807
1808 -- Sebastien Bacher <seb128@debian.org> Wed, 26 May 2004 17:43:42 +0200
1809
1810nautilus (2.6.1-1) experimental; urgency=low
1811
1812 * New upstream release.
1813 * GNOME Team Upload.
1814 * debian/patches/01_relibtoolise.patch:
1815 + updated.
1816
1817 -- Sebastien Bacher <seb128@debian.org> Wed, 26 May 2004 17:43:40 +0200
1818
1819nautilus (2.6.0-2) experimental; urgency=low
1820
1821 * [debian/patches/01_relibtoolise.patch] New. Updated libtoolisation to cut
1822 down on library dependencies.
1823
1824 -- J.H.M. Dassen (Ray) <jdassen@debian.org> Mon, 12 Apr 2004 21:01:55 +0200
1825
1826nautilus (2.6.0-1) experimental; urgency=low
1827
1828 * New upstream release:
1829 + Fix crash when trying to access non-existing vfs-url (Closes: #222957).
1830 + Fix file selection by typing name in column mode (Closes: #237066).
1831 + Fix drag and drop between menu and desktop (Closes: #237414).
1832 + Should fix background management (Closes: #217859, #230348).
1833 * debian/control.in, debian/rules:
1834 + Adapted for the Gnome Team.
1835 + libnautilus2-2 conflitcs with nautilus (<< 2.6.0) (Closes: #200433).
1836 + Depends on shared-mime-info.
1837 + Removed gnome-vfs-extra2 Recommends.
1838 * debian/nautilus.1:
1839 + Updated references (Closes: #226677).
1840 * debian/patches/nautilus-2.4.1-gnu_pathmax.patch:
1841 + Removed since not needed by new version.
1842
1843 -- Sebastien Bacher <seb128@debian.org> Sat, 27 Mar 2004 14:36:53 +0100
1844
1845nautilus (2.4.2-2) unstable; urgency=low
1846
1847 * [debian/control.in] Added Build-Depends: libxml-parser-perl, needed for
1848 recent intltool.
1849
1850 -- J.H.M. Dassen (Ray) <jdassen@debian.org> Thu, 5 Feb 2004 21:50:27 +0100
1851
1852nautilus (2.4.2-1) unstable; urgency=low
1853
1854 * New upstream release.
1855
1856 -- Sebastien Bacher <seb128@debian.org> Tue, 3 Feb 2004 21:40:02 +0100
1857
1858nautilus (2.4.1-3) unstable; urgency=low
1859
1860 * debian/control :
1861 - Recommends eject (Closes: #171081).
1862 - Removed nautilus-mozilla from Suggests since the package is not in
1863 the archive (Closes: #180805).
1864 - Updated Build-Depends.
1865 - Updated descriptions (Closes: #172928, #206509, #210070).
1866 * debian/nautilus.postrm
1867 - Removed empty dir in /etc (Closes: #206508).
1868 * debian/rules :
1869 - Removed autogen.sh call to fix the -pthread problem.
1870 - Removed --disable-mozilla-component option, since nautilus 2.4 doesn't
1871 use it.
1872
1873 -- Sebastien Bacher <seb128@debian.org> Sun, 26 Oct 2003 15:22:19 +0100
1874
1875nautilus (2.4.1-2) unstable; urgency=low
1876
1877 * Register the schema file, that fix the problem with missing options
1878 (Closes: #184865, #197810, #212279).
1879
1880 -- Sebastien Bacher <seb128@debian.org> Wed, 22 Oct 2003 19:02:36 +0200
1881
1882nautilus (2.4.1-1) unstable; urgency=low
1883
1884 * New upstream release.
1885 * Updated Build-Depends.
1886 * Removed Conflicts on libeel2.
1887 * debian/patches:
1888 - fix-ld: removed
1889 - nautilus-2.1.5-cdburn.patch: removed
1890 - nautilus-2.4.1-gnu_pathmax.patch: updated
1891 - orbit28.patch: removed
1892
1893 -- Sebastien Bacher <seb128@debian.org> Sun, 19 Oct 2003 17:42:49 +0200
1894
1895nautilus (2.2.4-5) unstable; urgency=low
1896
1897 * Added a patch to fix a bug with orbit2.8.
1898 * Gnome Team Upload.
1899
1900 -- Sebastien Bacher <seb128@debian.org> Thu, 16 Oct 2003 21:15:10 +0200
1901
1902nautilus (2.2.4-4.1) unstable; urgency=medium
1903
1904 * Non-Maintainer Upload, to try to finally get GNOME 2.2 entirely in Sarge.
1905 * debian/control.in: make libnautilus2-dev depend on libgnome-desktop-dev
1906 (closes: #209089).
1907
1908 -- Jordi Mallach <jordi@debian.org> Sun, 28 Sep 2003 18:59:15 +0200
1909
1910nautilus (2.2.4-4) unstable; urgency=low
1911
1912 * remove cdda support, I've heard that is totally broken.
1913 Build-Conflicts: libcdparanoia0-dev
1914 * -dev: Depends on librsvg2-dev (closes: #208674)
1915
1916 -- Takuo KITAME <kitame@debian.org> Mon, 8 Sep 2003 11:40:58 +0900
1917
1918nautilus (2.2.4-3) unstable; urgency=low
1919
1920 * Fix build dependency (closes: Bug#208713)
1921 * -dev: depends on libcdparanoia0-dev (closes: Bug#208713)
1922
1923 -- Takuo KITAME <kitame@debian.org> Fri, 5 Sep 2003 02:43:25 +0900
1924
1925nautilus (2.2.4-2) unstable; urgency=low
1926
1927 * Fix #187364: libnautilus2-2: libraries not correctly linked (closes: #187364)
1928 * -dev: conflicts: libnautilus1.0-dev (closes: #172230)
1929
1930 -- Takuo KITAME <kitame@debian.org> Wed, 3 Sep 2003 16:40:41 +0900
1931
1932nautilus (2.2.4-1) unstable; urgency=low
1933
1934 * New upstream release
1935 * Fix build-depends (closes: #188888)
1936 * Fix build problem on GNU/Hurd (closes: #190369)
1937 * Fix dependency to eel (closes: #189255)
1938 * Recommends gnome-vfs-extras2 (closes: #194491)
1939 * Fix Debian menu icon (closes: #192630)
1940 * Suggests pdf-viewer instead of xpdf (closes: #197202)
1941
1942 -- Takuo KITAME <kitame@debian.org> Fri, 13 Jun 2003 14:54:56 +0900
1943
1944nautilus (2.2.3.1-1) unstable; urgency=low
1945
1946 * New upstream release
1947
1948 -- Takuo KITAME <kitame@debian.org> Wed, 23 Apr 2003 15:51:03 +0900
1949
1950nautilus (2.2.3-1) unstable; urgency=low
1951
1952 * New upstream release
1953 * Applied nautilus-cd-burner patch
1954
1955 -- Takuo KITAME <kitame@debian.org> Thu, 10 Apr 2003 11:35:38 +0900
1956
1957nautilus (2.2.2-1) unstable; urgency=low
1958
1959 * New upstream release
1960
1961 -- Takuo KITAME <kitame@debian.org> Fri, 14 Mar 2003 16:34:45 +0900
1962
1963nautilus (2.2.1-1) unstable; urgency=low
1964
1965 * New upstream release
1966
1967 -- Takuo KITAME <kitame@debian.org> Thu, 13 Feb 2003 01:58:08 +0900
1968
1969nautilus (2.2.0.2-1) unstable; urgency=low
1970
1971 * New upstream release
1972
1973 -- Takuo KITAME <kitame@debian.org> Fri, 31 Jan 2003 11:06:34 +0900
1974
1975nautilus (2.2.0.1-1) unstable; urgency=low
1976
1977 * New upstream release
1978
1979 -- Takuo KITAME <kitame@debian.org> Fri, 24 Jan 2003 16:25:11 +0900
1980
1981nautilus (2.2.0-2) unstable; urgency=low
1982
1983 * fix miss packaging. tarball should be orig.tar.gz
1984
1985 -- Takuo KITAME <kitame@debian.org> Thu, 23 Jan 2003 23:38:27 +0900
1986
1987nautilus (2.2.0-1) unstable; urgency=low
1988
1989 * New upstream release
1990
1991 -- Takuo KITAME <kitame@debian.org> Thu, 23 Jan 2003 18:52:42 +0900
1992
1993nautilus (2.1.91-1) unstable; urgency=low
1994
1995 * New upstream release
1996 * Rebuild against latest libraries (closes: #177485, #177415, #177326, #177325)
1997
1998 -- Takuo KITAME <kitame@debian.org> Mon, 20 Jan 2003 11:14:49 +0900
1999
2000nautilus (2.0.8-1) unstable; urgency=low
2001
2002 * New upstream release
2003 * applied patch to use desktop-base (closes: #166423)
2004 * Fix menu entry (closes: #170572, #161798)
2005
2006 -- Takuo KITAME <kitame@debian.org> Sat, 30 Nov 2002 13:07:38 +0900
2007
2008nautilus (2.0.7-5) unstable; urgency=low
2009
2010 * Update config.{guess,sub} (closes: #168651)
2011 * Sugguests: eog not eog2
2012
2013 -- Takuo KITAME <kitame@debian.org> Fri, 15 Nov 2002 15:26:15 +0900
2014
2015nautilus (2.0.7-4) unstable; urgency=low
2016
2017 * upload into unstable/main
2018
2019 -- Takuo KITAME <kitame@debian.org> Wed, 13 Nov 2002 09:49:33 +0900
2020
2021nautilus (2.0.7-3) experimental; urgency=low
2022
2023 * Change package name to nautilus
2024
2025 -- Takuo KITAME <kitame@debian.org> Fri, 8 Nov 2002 16:09:34 +0900
2026
2027nautilus2 (2.0.7-2) unstable; urgency=low
2028
2029 * Replaces: nautilus (closes: #166074)
2030
2031 -- Takuo KITAME <kitame@debian.org> Tue, 5 Nov 2002 16:31:22 +0900
2032
2033nautilus2 (2.0.7-1) unstable; urgency=low
2034
2035 * New upstream release
2036
2037 -- Takuo KITAME <kitame@northeye.org> Wed, 18 Sep 2002 15:23:25 +0900
2038
2039nautilus2 (2.0.6-1) unstable; urgency=low
2040
2041 * New upstream release
2042
2043 -- Takuo KITAME <kitame@northeye.org> Thu, 5 Sep 2002 14:16:42 +0900
2044
2045nautilus2 (2.0.4-3) unstable; urgency=low
2046
2047 * rebuild against gconf 1.2.1-3
2048
2049 -- Takuo KITAME <kitame@northeye.org> Mon, 26 Aug 2002 16:01:26 +0900
2050
2051nautilus2 (2.0.4-2) unstable; urgency=low
2052
2053 * rebuild against gconf 1.2.1-2
2054
2055 -- Takuo KITAME <kitame@northeye.org> Mon, 19 Aug 2002 14:45:22 +0900
2056
2057nautilus2 (2.0.4-1) unstable; urgency=low
2058
2059 * New upsream release
2060
2061 -- Takuo KITAME <kitame@northeye.org> Fri, 16 Aug 2002 17:12:26 +0900
2062
2063nautilus2 (2.0.3-1) unstable; urgency=low
2064
2065 * New upsream release
2066 * don't compile with openssl (closes: #155614)
2067
2068 -- Takuo KITAME <kitame@northeye.org> Thu, 8 Aug 2002 10:50:23 +0900
2069
2070nautilus2 (2.0.2-1) unstable; urgency=low
2071
2072 * New upsream release (closes: #154606)
2073 * Fix description (closes: #152290)
2074
2075 -- Takuo KITAME <kitame@northeye.org> Mon, 5 Aug 2002 18:47:17 +0900
2076
2077nautilus2 (2.0.0-3) unstable; urgency=low
2078
2079 * Upload to unstable/main
2080 * nautilus2-data conflicts with nautilus 1.0
2081
2082 -- Takuo KITAME <kitame@northeye.org> Wed, 3 Jul 2002 12:00:40 +0900
2083
2084nautilus2 (2.0.0-2) experimental; urgency=low
2085
2086 * build against librsvg2-2
2087
2088 -- Takuo KITAME <kitame@northeye.org> Fri, 28 Jun 2002 14:14:11 +0900
2089
2090nautilus2 (2.0.0-1) experimental; urgency=low
2091
2092 * New upstream release
2093 * change package name to nautilus2
2094
2095 -- Takuo KITAME <kitame@northeye.org> Thu, 13 Jun 2002 03:21:57 +0900
2096
2097nautilus1.1 (1.1.19-1) experimental; urgency=low
2098
2099 * New upstream release
2100
2101 -- Takuo KITAME <kitame@northeye.org> Wed, 5 Jun 2002 11:35:23 +0900
2102
2103nautilus1.1 (1.1.18-1) experimental; urgency=low
2104
2105 * New upstream release
2106
2107 -- Takuo KITAME <kitame@northeye.org> Tue, 28 May 2002 15:55:22 +0900
2108
2109nautilus1.1 (1.1.17-2) experimental; urgency=low
2110
2111 * separate arch independent files into nautilus1.1-data
2112
2113 -- Takuo KITAME <kitame@northeye.org> Tue, 21 May 2002 14:26:45 +0900
2114
2115nautilus1.1 (1.1.17-1) experimental; urgency=low
2116
2117 * New upstream release
2118
2119 -- Takuo KITAME <kitame@northeye.org> Tue, 21 May 2002 13:21:26 +0900
2120
2121nautilus1.1 (1.1.16-1) experimental; urgency=low
2122
2123 * New upstream release
2124 * some executable binaries in /usr/lib/nautilus
2125 * remove nautilus1.1-{suggested,extra} package.
2126
2127 -- Takuo KITAME <kitame@northeye.org> Tue, 14 May 2002 10:30:51 +0900
2128
2129nautilus1.1 (1.1.15-1) experimental; urgency=low
2130
2131 * New upstream release
2132
2133 -- Takuo KITAME <kitame@northeye.org> Tue, 7 May 2002 14:30:16 +0900
2134
2135nautilus1.1 (1.1.14-1) experimental; urgency=low
2136
2137 * New upstream release
2138 * fix menu and upstream infomation (closes: #144018,#144016)
2139
2140 -- Takuo KITAME <kitame@northeye.org> Mon, 29 Apr 2002 23:48:00 +0900
2141
2142nautilus1.1 (1.1.13-1) experimental; urgency=low
2143
2144 * New upstream release
2145 * use dbs
2146
2147 -- Takuo KITAME <kitame@northeye.org> Mon, 22 Apr 2002 20:22:44 +0900
2148
2149nautilus1.1 (1.1.12-1) experimental; urgency=low
2150
2151 * New upstream release
2152
2153 -- Takuo KITAME <kitame@northeye.org> Sat, 20 Apr 2002 01:23:25 +0900
2154
2155nautilus1.1 (1.1.11-1) experimental; urgency=low
2156
2157 * New upstream release
2158
2159 -- Takuo KITAME <kitame@northeye.org> Tue, 26 Mar 2002 10:09:56 +0900
2160
2161nautilus1.1 (1.1.9-1) experimental; urgency=low
2162
2163 * New upstream release
2164
2165 -- Takuo KITAME <kitame@northeye.org> Mon, 11 Mar 2002 16:12:28 +0900
2166
2167nautilus1.1 (1.1.8-2) experimental; urgency=low
2168
2169 * bump package name libnautilus1.1-0 to -2
2170
2171 -- Takuo KITAME <kitame@northeye.org> Fri, 8 Mar 2002 14:55:21 +0900
2172
2173nautilus1.1 (1.1.8-1) experimental; urgency=low
2174
2175 * New upstream release
2176
2177 -- Takuo KITAME <kitame@northeye.org> Thu, 7 Mar 2002 11:29:37 +0900
2178
2179nautilus1.1 (1.1.6-1) experimental; urgency=low
2180
2181 * New upstream release
2182
2183 -- Takuo KITAME <kitame@northeye.org> Thu, 28 Feb 2002 11:42:15 +0900
2184
2185nautilus1.1 (1.1.5-2) experimental; urgency=low
2186
2187 * build against gtk+ 1.3.14 and libgnome* 1.112.0
2188
2189 -- Takuo KITAME <kitame@northeye.org> Sat, 23 Feb 2002 03:55:40 +0900
2190
2191nautilus1.1 (1.1.5-1) experimental; urgency=low
2192
2193 * New upstream release
2194 * update build-depends
2195
2196 -- Takuo KITAME <kitame@northeye.org> Sun, 17 Feb 2002 14:40:17 +0900
2197
2198nautilus1.1 (1.1.4-1) experimental; urgency=low
2199
2200 * New upstream release
2201
2202 -- Takuo KITAME <kitame@northeye.org> Wed, 6 Feb 2002 03:01:38 +0900
2203
2204nautilus1.1 (1.1.3-1) experimental; urgency=low
2205
2206 * New upstream release
2207
2208 -- Takuo KITAME <kitame@northeye.org> Mon, 4 Feb 2002 00:42:38 +0900
2209
2210nautilus1.1 (1.1.2-2) experimental; urgency=low
2211
2212 * Build against latest libatk9
2213
2214 -- Takuo KITAME <kitame@northeye.org> Thu, 24 Jan 2002 21:32:33 +0900
2215
2216nautilus1.1 (1.1.2-1) experimental; urgency=low
2217
2218 * New upstream release, GNOME2 version.
2219 * upload to experimental
2220
2221 -- Takuo KITAME <kitame@northeye.org> Mon, 21 Jan 2002 17:57:33 +0000
2222
2223nautilus (1.0.6-2) unstable; urgency=low
2224
2225 * debian/rules:
2226 - --enable-fam (closes: #116712)
2227 * debian/control:
2228 - added libfam-dev into build-depends
2229 * remove gnome-*2html2 files (closes: #128083)
2230
2231 -- Takuo KITAME <kitame@northeye.org> Tue, 8 Jan 2002 02:19:45 +0900
2232
2233nautilus (1.0.6-1) unstable; urgency=low
2234
2235 * New upstream release
2236
2237 -- Takuo KITAME <kitame@northeye.org> Fri, 9 Nov 2001 04:18:33 +0000
2238
2239nautilus (1.0.5-2) unstable; urgency=low
2240
2241 * Fix and install overrides for lintian errors (closes: #116941)
2242 * Changed debian menu category tools to system. (closes: #116370)
2243
2244 -- Takuo KITAME <kitame@northeye.org> Sat, 27 Oct 2001 04:10:54 +0900
2245
2246nautilus (1.0.5-1) unstable; urgency=low
2247
2248 * New upstream release
2249 * Build-Depends: libcdparanoia0-dev (closes: #106350)
2250
2251 -- Takuo KITAME <kitame@northeye.org> Sat, 20 Oct 2001 17:34:38 +0900
2252
2253nautilus (1.0.4-1) unstable; urgency=low
2254
2255 * New upstream release
2256 * closes again (closes: Bug#101387, Bug#102662, Bug#96610)
2257
2258 -- Takuo KITAME <kitame@northeye.org> Sat, 7 Jul 2001 22:07:43 +0900
2259
2260nautilus (1.0.3.2cvs-1) unstable; urgency=low
2261
2262 * New upstream release
2263 * cvs update -r NAUTILUS_1_0_4 (1.0.3.2)
2264 * closes: Bug#101387, Bug#102662
2265 * closes: Bug#96610 It's not software bug.
2266
2267 -- Takuo KITAME <kitame@northeye.org> Wed, 4 Jul 2001 11:12:05 +0900
2268
2269nautilus (1.0.3-4) unstable; urgency=low
2270
2271 * Fixed build-dependency (closes: Bug#99765)
2272 * added depends libbonobo-dev for libnautilus-dev (closes: Bug#99654)
2273
2274 -- Takuo KITAME <kitame@northeye.org> Sun, 17 Jun 2001 21:53:02 +0900
2275
2276nautilus (1.0.3-3) unstable; urgency=low
2277
2278 * Fixed build-depends: (closes: Bug#98706, Bug#98846)
2279
2280 -- Takuo KITAME <kitame@northeye.org> Sun, 27 May 2001 15:14:26 +0900
2281
2282nautilus (1.0.3-2) unstable; urgency=low
2283
2284 * rebuid with libeel0 which is still in Incoming.
2285 * remove libammonite-dev, librpm0-dev for Build-Depends
2286 * also librsvg-dev, libfreetype6-dev. (libeel-dev follows it)
2287
2288 -- Takuo KITAME <kitame@northeye.org> Thu, 10 May 2001 21:49:18 +0900
2289
2290nautilus (1.0-4) unstable; urgency=low
2291
2292 * debian/control.in: Really nautilus-suggested move to contrib.
2293 nautilus-suggested: Really Depends: nautilus-trilobite (>= 1.0-2)
2294 * fix wrong symlink name /usr/share/man/man1/nautilus-verify-rpm.sh (closes: Bug#93579)
2295
2296 -- Takuo KITAME <kitame@northeye.org> Wed, 11 Apr 2001 10:53:01 +0900
2297
2298nautilus (1.0-3) unstable; urgency=low
2299
2300 * nautilus-suggested: move to contrib, Depends: nautilus-trilobite (>= 1.0-2)
2301 * --disable-mozilla-component instead of --disable-mozilla
2302
2303 -- Takuo KITAME <kitame@northeye.org> Tue, 10 Apr 2001 14:52:43 +0900
2304
2305nautilus (1.0-2) unstable; urgency=low
2306
2307 * remove dependency to non-US package.
2308 * nautilus-trilobite/mozilla: goes to it's own package and moved to non-US.
2309 * --disable-mozilla. Sorry, remove mozilla support. We have not mozilla-0.8 in archive. (closes: Bug#92274)
2310 * --disable-eazel-service, non-US part was moved to it's own package 'nautilus-nonus'
2311 * Install nautilus-verify-rpm.sh (closes: Bug#90087)
2312 * Build with -DDEBIAN (closes: Bug#84810)
2313 * includes libvfs-help.so (closes: Bug#92766)
2314
2315 * Notice to FTP maintainer,
2316 Please remove nautilus-trilobite, nautilus-mozilla from main archive.
2317 and move nautilus-suggested to contrib/x11.
2318
2319 -- Takuo KITAME <kitame@northeye.org> Thu, 5 Apr 2001 14:05:56 +0900
2320
2321nautilus (1.0-1) unstable; urgency=low
2322
2323 * New upstream release
2324 * nautilus-extra: depends xpdf | xpdf-i (closes: Bug#84958)
2325 * libnautilus-extention/nautilus-gnome-extensions.c: applied debian x-terminal-emurator patch (closes: Bug#84810)
2326 * Fix "Tree view doesn't work in Nautilus" (closes: Bug#89087)
2327 * upsteam fixed
2328 closes: Bug#87069 xmms doesn't accept DND mp3 files from nautilus
2329 closes: Bug#86422 nautilus: Font handling bug
2330 closes: Bug#86452 nautilus: Nautilus doesn't choose correct fonts
2331 * holefully fixed
2332 closes: Bug#89372: Nautilus doesn't show up
2333
2334 -- Takuo KITAME <kitame@northeye.org> Wed, 14 Mar 2001 13:56:00 +0900
2335
2336nautilus (0.8.2-1) unstable; urgency=low
2337
2338 * New upstream release (not released, but cvs update -r NAUTILUS_0_8_2)
2339 * Fix manpage install (closes: Bug#87394, Bug#87958)
2340
2341 -- Takuo KITAME <kitame@northeye.org> Sat, 3 Mar 2001 00:41:31 +0900
2342
2343nautilus (0.8-2) unstable; urgency=low
2344
2345 * libnautilus0 has versioned shlibs. (closes: Bug#84858)
2346 * nautilus-mozilla depends on mozilla (>= 1:0.7)
2347 * fixed freetype build dependency, --with-freetype2-include2=/usr/include/freetype2 (closes: Bug#85246)
2348 * added manpages, removed all undocumented (closes: Bug#84807)
2349 * Rebuild with Bonobo 0.36-2 and versioned depends. (close: Bug#84951, Bug#86562, )
2350
2351 -- Takuo KITAME <kitame@northeye.org> Mon, 19 Feb 2001 22:43:46 +0900
2352
2353nautilus (0.8-1) unstable; urgency=low
2354
2355 * New upstream release (closes: Bug#84191)
2356 * some bugs was hopefully fixed by upstream.
2357 closes: Bug#79174, Bug#79110, Bug#79340, Bug#79940, Bug#80741, Bug#79057, Bug#79207, Bug#79248, Bug#79448, Bug#82752
2358 * Recommends -> Suggests ammonite (closes: Bug#80799)
2359 * Build-Depends: rpm (closes: Bug#84302)
2360 * separated component packages(like nautilus.spec) -mozilla, -trilobite, -extra and nautilus-suggested.
2361
2362 -- Takuo KITAME <kitame@northeye.org> Fri, 2 Feb 2001 11:13:00 +0900
2363
2364nautilus (0.5-3) unstable; urgency=low
2365
2366 * --enable-eazel-services=1, Recommends: ammonite (closes: Bug#79345)
2367 * Added Build-Dpends (closes: Bug#79377)
2368
2369 -- Takuo KITAME <kitame@northeye.org> Wed, 27 Dec 2000 12:30:24 +0900
2370
2371nautilus (0.5-2.1) unstable; urgency=low
2372
2373 * Initial upload.
2374 * Build with Debian's libfreetype6, libfreetype2-dev.
2375 * Modifies for Bonobo 0.28
2376
2377 -- Takuo KITAME <kitame@northeye.org> Tue, 28 Nov 2000 01:37:10 +0900
2378
2379nautilus (0.5-2) unstable; urgency=low
2380
2381 * --enable-mozilla-component
2382
2383 -- Takuo KITAME <kitame@northeye.org> Wed, 8 Nov 2000 12:57:18 +0900
2384
2385nautilus (0.5-1) unstable; urgency=low
2386
2387 * New upstream release
2388
2389 -- Takuo KITAME <kitame@northeye.org> Wed, 8 Nov 2000 10:38:37 +0900
2390
2391nautilus (0.1.0-1) experimental; urgency=low
2392
2393 * Initial Release.
2394
2395 -- Takuo KITAME <kitame@northeye.org> Thu, 17 Aug 2000 12:51:38 +0900
2396
2397
02398
=== added file 'debian/compat'
--- debian/compat 1970-01-01 00:00:00 +0000
+++ debian/compat 2016-08-01 08:30:30 +0000
@@ -0,0 +1,1 @@
18
02
=== added file 'debian/control'
--- debian/control 1970-01-01 00:00:00 +0000
+++ debian/control 2016-08-01 08:30:30 +0000
@@ -0,0 +1,158 @@
1# This file is autogenerated. DO NOT EDIT!
2#
3# Modifications should be made to debian/control.in instead.
4# This file is regenerated automatically in the clean target.
5Source: nautilus
6Section: gnome
7Priority: optional
8Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
9XSBC-Original-Maintainer: Josselin Mouette <joss@debian.org>
10Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
11Build-Depends: debhelper (>= 9),
12 dh-autoreconf,
13 dh-migrations,
14 cdbs (>= 0.4.90),
15 gnome-pkg-tools (>= 0.19.4ubuntu1),
16 libglib2.0-dev (>= 2.35.3),
17 libatk1.0-dev (>= 1.32.0),
18 libgtk-3-dev (>= 3.13.2),
19 libgail-3-dev,
20 libgnome-desktop-3-dev (>= 3.0.0),
21 libtracker-sparql-1.0-dev,
22 libxml2-dev (>= 2.7.8),
23 libexif-dev (>= 0.6.20),
24 libexempi-dev (>= 2.1.0),
25 libnotify-dev (>= 0.7.0),
26 intltool (>= 0.40.1),
27 gtk-doc-tools (>= 1.4),
28 libxt-dev,
29 libx11-dev,
30 libselinux1-dev [linux-any],
31 libxrender-dev,
32 libxext-dev,
33 x11proto-core-dev,
34 shared-mime-info (>= 0.50),
35 gobject-introspection (>= 0.9.12-4~),
36 gsettings-desktop-schemas (>= 3.8.0),
37 libgirepository1.0-dev (>= 0.9.12),
38 libglib2.0-doc,
39 libgtk-3-doc,
40 libunity-dev (>= 5.0.0),
41 libzeitgeist-2.0-dev,
42Homepage: http://www.gnome.org/projects/nautilus/
43Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/nautilus/ubuntu
44Standards-Version: 3.9.6
45
46Package: nautilus
47Architecture: any
48Depends: ${shlibs:Depends},
49 ${misc:Depends},
50 nautilus-data (>= ${gnome:Version}),
51 nautilus-data (<< ${gnome:NextVersion}),
52 shared-mime-info (>= 0.50),
53 desktop-file-utils (>= 0.7),
54 gvfs (>= 1.3.2),
55 libglib2.0-data,
56 gsettings-desktop-schemas (>= 3.8.0)
57Recommends: librsvg2-common,
58 gvfs-backends,
59Suggests: brasero (>= 2.26),
60 eog,
61 evince | pdf-viewer,
62 totem | mp3-decoder,
63 xdg-user-dirs,
64 tracker,
65 gnome-sushi,
66Breaks: gnome-volume-manager (<< 2.24),
67 rhythmbox (<< 0.12),
68 gnome-session (<< 2.28),
69 nautilus-sendto-empathy (<< 3.0),
70 gnome-bluetooth (<< 3.0)
71Replaces: nautilus-sendto, nautilus-data (<< 1:3.18.1-1ubuntu1)
72Description: file manager and graphical shell for GNOME
73 Nautilus is the official file manager for the GNOME desktop. It allows
74 one to browse directories, preview files and launch applications
75 associated with them. It is also responsible for handling the icons on
76 the GNOME desktop. It works on local and remote filesystems.
77 .
78 Several icon themes and components for viewing different kinds of files
79 are available in separate packages.
80
81Package: nautilus-dbg
82Section: debug
83Architecture: any
84Priority: extra
85Depends: nautilus (= ${binary:Version}),
86 ${misc:Depends}
87Replaces: libnautilus-extension1-dbg
88Description: file manager and graphical shell for GNOME - debugging version
89 Nautilus is the official file manager for the GNOME desktop. It allows
90 one to browse directories, preview files and launch applications
91 associated with them. It is also responsible for handling the icons on
92 the GNOME desktop. It works on local and remote filesystems.
93 .
94 Several icon themes and components for viewing different kinds of files
95 are available in separate packages.
96 .
97 This development package contains unstripped binaries compiled with
98 debugging symbols needed by gdb.
99
100Package: libnautilus-extension1a
101Architecture: any
102Multi-Arch: same
103Section: libs
104Pre-Depends: ${misc:Pre-Depends}
105Depends: ${misc:Depends},
106 ${shlibs:Depends}
107Conflicts: libnautilus-extension1
108Replaces: libnautilus-extension1
109Breaks: nautilus (<< 1:3.0)
110Description: libraries for nautilus components - runtime version
111 Nautilus is the official file manager and graphical shell for the
112 GNOME desktop.
113 .
114 This package contains a few runtime libraries needed by nautilus' extensions.
115
116Package: libnautilus-extension-dev
117Architecture: any
118Multi-Arch: same
119Section: libdevel
120Depends: libnautilus-extension1a (= ${binary:Version}),
121 gir1.2-nautilus-3.0 (= ${binary:Version}),
122 libglib2.0-dev (>= 2.35.3),
123 libgtk-3-dev (>= 3.13.2),
124 ${shlibs:Depends},
125 ${misc:Depends}
126Description: libraries for nautilus components - development version
127 Nautilus is the official file manager and graphical shell for the
128 GNOME desktop.
129 .
130 This package provides the necessary development libraries and include
131 files to develop and compile Nautilus extensions.
132
133Package: gir1.2-nautilus-3.0
134Architecture: any
135Multi-Arch: same
136Section: introspection
137Depends: ${gir:Depends},
138 ${shlibs:Depends},
139 ${misc:Depends}
140Conflicts: gir1.0-nautilus-3.0
141Replaces: gir1.0-nautilus-3.0
142Description: libraries for nautilus components - gir bindings
143 Nautilus is the official file manager and graphical shell for the
144 GNOME desktop.
145 .
146 This package can be used by other packages using the GIRepository format to
147 generate dynamic bindings.
148
149Package: nautilus-data
150Architecture: all
151Depends: ${misc:Depends}
152Suggests: nautilus
153Description: data files for nautilus
154 Nautilus is the official file manager and graphical shell for the
155 GNOME desktop.
156 .
157 This package contains pictures, localization files and other data
158 needed by nautilus.
0159
=== added file 'debian/control.in'
--- debian/control.in 1970-01-01 00:00:00 +0000
+++ debian/control.in 2016-08-01 08:30:30 +0000
@@ -0,0 +1,154 @@
1Source: nautilus
2Section: gnome
3Priority: optional
4Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
5XSBC-Original-Maintainer: Josselin Mouette <joss@debian.org>
6Uploaders: @GNOME_TEAM@
7Build-Depends: debhelper (>= 9),
8 dh-autoreconf,
9 dh-migrations,
10 cdbs (>= 0.4.90),
11 gnome-pkg-tools (>= 0.19.4ubuntu1),
12 libglib2.0-dev (>= 2.35.3),
13 libatk1.0-dev (>= 1.32.0),
14 libgtk-3-dev (>= 3.13.2),
15 libgail-3-dev,
16 libgnome-desktop-3-dev (>= 3.0.0),
17 libtracker-sparql-1.0-dev,
18 libxml2-dev (>= 2.7.8),
19 libexif-dev (>= 0.6.20),
20 libexempi-dev (>= 2.1.0),
21 libnotify-dev (>= 0.7.0),
22 intltool (>= 0.40.1),
23 gtk-doc-tools (>= 1.4),
24 libxt-dev,
25 libx11-dev,
26 libselinux1-dev [linux-any],
27 libxrender-dev,
28 libxext-dev,
29 x11proto-core-dev,
30 shared-mime-info (>= 0.50),
31 gobject-introspection (>= 0.9.12-4~),
32 gsettings-desktop-schemas (>= 3.8.0),
33 libgirepository1.0-dev (>= 0.9.12),
34 libglib2.0-doc,
35 libgtk-3-doc,
36 libunity-dev (>= 5.0.0),
37 libzeitgeist-2.0-dev,
38Homepage: http://www.gnome.org/projects/nautilus/
39Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/nautilus/ubuntu
40Standards-Version: 3.9.6
41
42Package: nautilus
43Architecture: any
44Depends: ${shlibs:Depends},
45 ${misc:Depends},
46 nautilus-data (>= ${gnome:Version}),
47 nautilus-data (<< ${gnome:NextVersion}),
48 shared-mime-info (>= 0.50),
49 desktop-file-utils (>= 0.7),
50 gvfs (>= 1.3.2),
51 libglib2.0-data,
52 gsettings-desktop-schemas (>= 3.8.0)
53Recommends: librsvg2-common,
54 gvfs-backends,
55Suggests: brasero (>= 2.26),
56 eog,
57 evince | pdf-viewer,
58 totem | mp3-decoder,
59 xdg-user-dirs,
60 tracker,
61 gnome-sushi,
62Breaks: gnome-volume-manager (<< 2.24),
63 rhythmbox (<< 0.12),
64 gnome-session (<< 2.28),
65 nautilus-sendto-empathy (<< 3.0),
66 gnome-bluetooth (<< 3.0)
67Replaces: nautilus-sendto, nautilus-data (<< 1:3.18.1-1ubuntu1)
68Description: file manager and graphical shell for GNOME
69 Nautilus is the official file manager for the GNOME desktop. It allows
70 one to browse directories, preview files and launch applications
71 associated with them. It is also responsible for handling the icons on
72 the GNOME desktop. It works on local and remote filesystems.
73 .
74 Several icon themes and components for viewing different kinds of files
75 are available in separate packages.
76
77Package: nautilus-dbg
78Section: debug
79Architecture: any
80Priority: extra
81Depends: nautilus (= ${binary:Version}),
82 ${misc:Depends}
83Replaces: libnautilus-extension1-dbg
84Description: file manager and graphical shell for GNOME - debugging version
85 Nautilus is the official file manager for the GNOME desktop. It allows
86 one to browse directories, preview files and launch applications
87 associated with them. It is also responsible for handling the icons on
88 the GNOME desktop. It works on local and remote filesystems.
89 .
90 Several icon themes and components for viewing different kinds of files
91 are available in separate packages.
92 .
93 This development package contains unstripped binaries compiled with
94 debugging symbols needed by gdb.
95
96Package: libnautilus-extension1a
97Architecture: any
98Multi-Arch: same
99Section: libs
100Pre-Depends: ${misc:Pre-Depends}
101Depends: ${misc:Depends},
102 ${shlibs:Depends}
103Conflicts: libnautilus-extension1
104Replaces: libnautilus-extension1
105Breaks: nautilus (<< 1:3.0)
106Description: libraries for nautilus components - runtime version
107 Nautilus is the official file manager and graphical shell for the
108 GNOME desktop.
109 .
110 This package contains a few runtime libraries needed by nautilus' extensions.
111
112Package: libnautilus-extension-dev
113Architecture: any
114Multi-Arch: same
115Section: libdevel
116Depends: libnautilus-extension1a (= ${binary:Version}),
117 gir1.2-nautilus-3.0 (= ${binary:Version}),
118 libglib2.0-dev (>= 2.35.3),
119 libgtk-3-dev (>= 3.13.2),
120 ${shlibs:Depends},
121 ${misc:Depends}
122Description: libraries for nautilus components - development version
123 Nautilus is the official file manager and graphical shell for the
124 GNOME desktop.
125 .
126 This package provides the necessary development libraries and include
127 files to develop and compile Nautilus extensions.
128
129Package: gir1.2-nautilus-3.0
130Architecture: any
131Multi-Arch: same
132Section: introspection
133Depends: ${gir:Depends},
134 ${shlibs:Depends},
135 ${misc:Depends}
136Conflicts: gir1.0-nautilus-3.0
137Replaces: gir1.0-nautilus-3.0
138Description: libraries for nautilus components - gir bindings
139 Nautilus is the official file manager and graphical shell for the
140 GNOME desktop.
141 .
142 This package can be used by other packages using the GIRepository format to
143 generate dynamic bindings.
144
145Package: nautilus-data
146Architecture: all
147Depends: ${misc:Depends}
148Suggests: nautilus
149Description: data files for nautilus
150 Nautilus is the official file manager and graphical shell for the
151 GNOME desktop.
152 .
153 This package contains pictures, localization files and other data
154 needed by nautilus.
0155
=== added file 'debian/copyright'
--- debian/copyright 1970-01-01 00:00:00 +0000
+++ debian/copyright 2016-08-01 08:30:30 +0000
@@ -0,0 +1,51 @@
1This package was debianized by Takuo KITAME <kitame@excalibur.northeye.org> on
2Fri, 19 May 2000 14:10:24 +0900.
3
4It was downloaded from ftp://ftp.gnome.org/pub/GNOME/sources/nautilus
5
6Copyright Holders and Upstream Authors:
7 Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
8 Copyright (C) 1997-2000, 2008 Free Software Foundation, Inc.
9 Copyright (C) 1999, 2000, 2001 Eazel, Inc.
10 Copyright (C) 1999, 2000, 2003, 2004 Red Hat, Inc.
11 Copyright (C) 2001, 2002 Anders Carlsson
12 Copyright (C) 2001 Maciej Stachowiak
13 Copyright (C) 2002, 2004 James Willcox
14 Copyright (C) 2002 Bent Spoon Software
15 Copyright (C) 2002 Christophe Fergeau
16 Copyright (C) 2002 Darin Adler
17 Copyright (C) 2002 Jan Arne Petersen
18 Copyright (C) 2002 Sun Microsystems, Inc.
19 Copyright (C) 2003, 2004, 2005 Christian Persch
20 Copyright (C) 2003, 2004 Marco Pesenti Gritti
21 Copyright (C) 2005 Jamie McCracken
22 Copyright (C) 2005 Raffaele Sandrini
23 Copyright (C) 2005 Roberto Majadas
24 Copyright (C) 2005 Vincent Untz
25 Copyright (C) 2006 Paolo Borelli
26 Copyright (C) 2006 Zbigniew Chyla
27 Copyright (C) 2007 Collabora Ltd.
28 Copyright (C) 2007 Martin Wehner
29 Copyright (C) 2007 Nokia Corporation
30 Copyright (C) 2008-2010 Cosimo Cecchi
31 Copyright (C) 2009 Alexander Larsson
32 Copyright (C) 2011 Ignacio Casal Quinteiro
33
34License:
35
36 This package is free software; you can redistribute it and/or modify
37 it under the terms of the GNU General Public License as published by
38 the Free Software Foundation; either version 2 of the License, or
39 (at your option) any later version.
40
41 This package is distributed in the hope that it will be useful,
42 but WITHOUT ANY WARRANTY; without even the implied warranty of
43 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
44 GNU General Public License for more details.
45
46 You should have received a copy of the GNU General Public License
47 along with this package; if not, write to the Free Software
48 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
49
50On Debian systems, the complete text of the GNU General
51Public License can be found in `/usr/share/common-licenses/GPL'.
052
=== added file 'debian/gir1.2-nautilus-3.0.install'
--- debian/gir1.2-nautilus-3.0.install 1970-01-01 00:00:00 +0000
+++ debian/gir1.2-nautilus-3.0.install 2016-08-01 08:30:30 +0000
@@ -0,0 +1,1 @@
1usr/lib/*/girepository-1.0/Nautilus-3.0.typelib
02
=== added file 'debian/libnautilus-extension-dev.install'
--- debian/libnautilus-extension-dev.install 1970-01-01 00:00:00 +0000
+++ debian/libnautilus-extension-dev.install 2016-08-01 08:30:30 +0000
@@ -0,0 +1,5 @@
1usr/lib/*/libnautilus-extension*.so
2usr/include
3usr/lib/*/pkgconfig
4usr/share/gir-1.0/Nautilus-3.0.gir
5usr/share/gtk-doc
06
=== added file 'debian/libnautilus-extension1a.install'
--- debian/libnautilus-extension1a.install 1970-01-01 00:00:00 +0000
+++ debian/libnautilus-extension1a.install 2016-08-01 08:30:30 +0000
@@ -0,0 +1,1 @@
1usr/lib/*/libnautilus-extension*.so.*
02
=== added file 'debian/mount-archive.desktop'
--- debian/mount-archive.desktop 1970-01-01 00:00:00 +0000
+++ debian/mount-archive.desktop 2016-08-01 08:30:30 +0000
@@ -0,0 +1,9 @@
1[Desktop Entry]
2Name=Archive Mounter
3Exec=/usr/lib/gvfs/gvfsd-archive file=%u
4MimeType=application/x-cd-image;application/x-bzip-compressed-tar;application/x-compressed-tar;application/x-tar;application/x-cpio;application/zip;
5Terminal=false
6StartupNotify=false
7Type=Application
8NoDisplay=true
9
010
=== added file 'debian/mount-archive.desktop.in'
--- debian/mount-archive.desktop.in 1970-01-01 00:00:00 +0000
+++ debian/mount-archive.desktop.in 2016-08-01 08:30:30 +0000
@@ -0,0 +1,9 @@
1[Desktop Entry]
2_Name=Archive Mounter
3Exec=/usr/lib/gvfs/gvfsd-archive file=%u
4MimeType=application/x-cd-image;application/x-bzip-compressed-tar;application/x-compressed-tar;application/x-tar;application/x-cpio;application/zip;
5Terminal=false
6StartupNotify=false
7Type=Application
8NoDisplay=true
9
010
=== added file 'debian/nautilus-data.install'
--- debian/nautilus-data.install 1970-01-01 00:00:00 +0000
+++ debian/nautilus-data.install 2016-08-01 08:30:30 +0000
@@ -0,0 +1,5 @@
1usr/share/gnome-shell
2usr/share/locale
3usr/share/GConf
4usr/share/glib-2.0/schemas/org.gnome.nautilus.gschema.xml
5debian/source_nautilus.py /usr/share/apport/package-hooks
06
=== added file 'debian/nautilus-folder-handler.desktop'
--- debian/nautilus-folder-handler.desktop 1970-01-01 00:00:00 +0000
+++ debian/nautilus-folder-handler.desktop 2016-08-01 08:30:30 +0000
@@ -0,0 +1,126 @@
1[Desktop Entry]
2Name=Files
3Name[ar]=الملفات
4Name[as]=নথিপত্ৰসমূহ
5Name[be]=Файлы
6Name[bg]=Файлове
7Name[bn]=ফাইল
8Name[ca]=Fitxers
9Name[ca@valencia]=Fitxers
10Name[cs]=Soubory
11Name[da]=Filer
12Name[de]=Dateien
13Name[en_GB]=Files
14Name[eo]=Dosieroj
15Name[es]=Archivos
16Name[et]=Failid
17Name[eu]=Fitxategiak
18Name[fa]=پرونده‌ها
19Name[fi]=Tiedostot
20Name[fr]=Fichiers
21Name[ga]=Comhaid
22Name[gl]=Ficheiros
23Name[gu]=ફાઇલો
24Name[he]=קבצים
25Name[hu]=Fájlok
26Name[id]=Berkas
27Name[it]=File
28Name[ja]=ファイル
29Name[kn]=ಕಡತಗಳು
30Name[ko]=파일
31Name[lt]=Failai
32Name[lv]=Faili
33Name[mr]=फाइल्स्
34Name[nb]=Filer
35Name[nl]=Bestanden
36Name[nn]=Filer
37Name[or]=ଫାଇଲଗୁଡିକ
38Name[pa]=ਫਾਇਲਾਂ
39Name[pl]=Pliki
40Name[pt]=Ficheiros
41Name[pt_BR]=Arquivos
42Name[ro]=Fișiere
43Name[ru]=Файлы
44Name[sk]=Súbory
45Name[sl]=Datoteke
46Name[sr]=Датотеке
47Name[sr@latin]=Datoteke
48Name[sv]=Filer
49Name[ta]=கோப்புகள்
50Name[te]=ఫైళ్ళు
51Name[th]=แฟ้ม
52Name[tr]=Dosyalar
53Name[ug]=ھۆججەتلەر
54Name[uk]=Файли
55Name[vi]=Tập tin
56Name[zh_CN]=文件
57Name[zh_HK]=檔案
58Name[zh_TW]=檔案
59Comment=Access and organize files
60Comment[ar]=نظم الملفات و صِل إليها
61Comment[as]=প্ৰবেশাধিকাৰ লওক আৰু নথিপত্ৰসমূহ আয়োজিত কৰক
62Comment[be]=Доступ і кіраванне файламі
63Comment[bg]=Достъп и управление на файлове
64Comment[bn]=ফাইলে ব্যবাহর এবং সাজানো
65Comment[ca]=Organitzeu i accediu a fitxers
66Comment[ca@valencia]=Organitzeu i accediu a fitxers
67Comment[cs]=Přístup a organizace souborů
68Comment[da]=Tilgå og organisér filer
69Comment[de]=Auf Dateien zugreifen und diese organisieren
70Comment[en_GB]=Access and organise files
71Comment[es]=Acceder a los archivos y organizarlos
72Comment[et]=Ligipääs failidele ning failipuu korrastamine
73Comment[eu]=Atzitu eta antolatu fitxategiak
74Comment[fa]=دسترسی و سازماندهی پرونده‌ها
75Comment[fi]=Avaa ja järjestä tiedostoja
76Comment[fr]=Accéder aux fichiers et les organiser
77Comment[gl]=Acceda e organice ficheiros
78Comment[gu]=ફાઇલોને વાપરો અને સંચાલિત કરો
79Comment[he]=גישה לקבצים וארגונם
80Comment[hu]=Fájlok elérése és rendszerezése
81Comment[id]=Mengakses dan mengelola berkas
82Comment[it]=Accede ai file e li organizza
83Comment[ja]=ファイルの操作や整理をします
84Comment[kn]=ಕಡತಗಳನ್ನು ನಿಲುಕಿಸಿಕೊಳ್ಳಿ ಹಾಗು ವ್ಯವಸ್ಥಿತವಾಗಿ ಜೋಡಿಸಿ
85Comment[ko]=파일 접근 및 정리
86Comment[lt]=
87Comment[lv]=Piekļūt un organizēt failus
88Comment[mr]=फाइल्स्ला प्रवेश द्वया व संघटित करा
89Comment[nb]=Aksesser og organiser filer
90Comment[nl]=Bestanden gebruiken en organiseren
91Comment[nn]=Aksesser og organiser filer
92Comment[or]=ଫାଇଲମାନଙ୍କୁ ଅଭିଗମ କରନ୍ତୁ ଏବଂ ସଙ୍ଗଠନ କରନ୍ତୁ
93Comment[pa]=ਫਾਇਲਾਂ ਦੀ ਵਰਤੋਂ ਤੇ ਪਰਬੰਧ
94Comment[pl]=Organizowanie plików
95Comment[pt]=Aceder e organizar ficheiros
96Comment[pt_BR]=Acessar e organizar arquivos
97Comment[ro]=Accesați și organizați fișiere
98Comment[ru]=Управление и доступ к файлам
99Comment[sk]=Prístup a organizácia súborov
100Comment[sl]=Dostop in razvrščanje datotek
101Comment[sr]=Приступите и организујте датотеке
102Comment[sr@latin]=Pristupite i organizujte datoteke
103Comment[sv]=Kom åt och organisera filer
104Comment[ta]=கோப்புகளை அணுகு மற்றும் ஒழுங்கு படுத்து
105Comment[te]=ఫైళ్ళను నిర్వహించు మరియు వాడుకొను
106Comment[th]=เข้าถึงและจัดระเบียบแฟ้ม
107Comment[tr]=Dosyalara erişin ve düzenleyin
108Comment[ug]=ھۆججەتلەرنى تەشكىللەش ۋە زىيارەت
109Comment[uk]=Доступ до файлів
110Comment[vi]=Truy cập và tổ chức tập tin
111Comment[zh_CN]=访问和组织文件
112Comment[zh_HK]=存取與組織檔案
113Comment[zh_TW]=存取與組織檔案
114Exec=nautilus --new-window %U
115Icon=system-file-manager
116Terminal=false
117NoDisplay=true
118Type=Application
119StartupNotify=true
120OnlyShowIn=GNOME;Unity;
121Categories=GNOME;GTK;Utility;Core;
122MimeType=inode/directory;application/x-gnome-saved-search;
123X-GNOME-Bugzilla-Bugzilla=GNOME
124X-GNOME-Bugzilla-Product=nautilus
125X-GNOME-Bugzilla-Component=general
126X-GNOME-Bugzilla-Version=3.2.1
0127
=== added file 'debian/nautilus-home.desktop'
--- debian/nautilus-home.desktop 1970-01-01 00:00:00 +0000
+++ debian/nautilus-home.desktop 2016-08-01 08:30:30 +0000
@@ -0,0 +1,22 @@
1[Desktop Entry]
2Name=Home Folder
3Comment=Open your personal folder
4Exec=nautilus --new-window %U
5Icon=folder
6Terminal=false
7StartupNotify=true
8Type=Application
9OnlyShowIn=GNOME;Unity;
10Categories=GNOME;GTK;Core;
11X-GNOME-Bugzilla-Bugzilla=GNOME
12X-GNOME-Bugzilla-Product=nautilus
13X-GNOME-Bugzilla-Component=general
14X-GNOME-Bugzilla-Version=3.0.0
15X-Ubuntu-Gettext-Domain=nautilus
16Actions=Window;
17NoDisplay=true
18
19[Desktop Action Window]
20Name=Open a New Window
21Exec=nautilus --new-window
22OnlyShowIn=Unity;
023
=== added file 'debian/nautilus-home.desktop.in'
--- debian/nautilus-home.desktop.in 1970-01-01 00:00:00 +0000
+++ debian/nautilus-home.desktop.in 2016-08-01 08:30:30 +0000
@@ -0,0 +1,10 @@
1[Desktop Entry]
2_Name=Home Folder
3_Comment=Open your personal folder
4Actions=Window;
5NoDisplay=true
6
7[Desktop Action Window]
8_Name=Open a New Window
9Exec=nautilus --new-window
10OnlyShowIn=Unity;
011
=== added file 'debian/nautilus-unity-launcher-icon.py'
--- debian/nautilus-unity-launcher-icon.py 1970-01-01 00:00:00 +0000
+++ debian/nautilus-unity-launcher-icon.py 2016-08-01 08:30:30 +0000
@@ -0,0 +1,24 @@
1#!/usr/bin/python3
2# -*- coding: utf-8 -*-
3# Copyright (C) 2013 Canonical
4
5from gi.repository import Gio
6import os,sys
7
8if "com.canonical.Unity.Launcher" not in Gio.Settings.list_schemas():
9 print("No unity schemas found, no migration needed")
10 sys.exit(0)
11
12gsettings=Gio.Settings(schema="com.canonical.Unity.Launcher", path="/com/canonical/unity/launcher/")
13launcher_list = gsettings.get_strv("favorites")
14
15# Unity used nautilus-home.desktop but we are migrating to use the standard nautilus.desktop instead
16try:
17 idx=launcher_list.index("application://nautilus.desktop")
18 launcher_list[idx]="application://org.gnome.Nautilus.desktop"
19except ValueError:
20 pass
21# gsettings doesn't work directly, the key is somewhat reverted. Work one level under then: dconf!
22from subprocess import Popen, PIPE, STDOUT
23p = Popen(['dconf', 'load', '/com/canonical/unity/launcher/'], stdout=PIPE, stdin=PIPE, stderr=STDOUT)
24p.communicate(input="[/]\nfavorites={}".format(launcher_list).encode('utf-8'))
025
=== added file 'debian/nautilus.install'
--- debian/nautilus.install 1970-01-01 00:00:00 +0000
+++ debian/nautilus.install 2016-08-01 08:30:30 +0000
@@ -0,0 +1,12 @@
1debian/nautilus-home.desktop usr/share/applications
2debian/mount-archive.desktop usr/share/applications
3debian/nautilus-folder-handler.desktop usr/share/applications
4usr/bin
5usr/lib/nautilus/nautilus-convert-metadata
6usr/lib/nautilus/extensions-3.0/*.so
7usr/share/appdata
8usr/share/applications
9usr/share/dbus-1
10usr/share/man
11etc/xdg/autostart
12
013
=== added file 'debian/nautilus.migrations'
--- debian/nautilus.migrations 1970-01-01 00:00:00 +0000
+++ debian/nautilus.migrations 2016-08-01 08:30:30 +0000
@@ -0,0 +1,1 @@
1debian/nautilus-unity-launcher-icon.py
02
=== added file 'debian/nautilus.postrm'
--- debian/nautilus.postrm 1970-01-01 00:00:00 +0000
+++ debian/nautilus.postrm 2016-08-01 08:30:30 +0000
@@ -0,0 +1,15 @@
1#!/bin/sh -e
2
3if [ "$1" = "purge" ] ; then
4 if [ -d /etc/X11/starthere ]; then
5 rmdir --ignore-fail-on-non-empty /etc/X11/starthere
6 fi
7 if [ -d /etc/X11/sysconfig ]; then
8 rmdir --ignore-fail-on-non-empty /etc/X11/sysconfig
9 fi
10 if [ -d /etc/X11/serverconfig ]; then
11 rmdir --ignore-fail-on-non-empty /etc/X11/serverconfig
12 fi
13fi
14
15#DEBHELPER#
016
=== added directory 'debian/patches'
=== added file 'debian/patches/0001-Respect-gtk-dialogs-use-header-for-all-dialogs.patch'
--- debian/patches/0001-Respect-gtk-dialogs-use-header-for-all-dialogs.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/0001-Respect-gtk-dialogs-use-header-for-all-dialogs.patch 2016-08-01 08:30:30 +0000
@@ -0,0 +1,2410 @@
1From d4cd0806f62422fd54e6a77f9c8767388bcb4200 Mon Sep 17 00:00:00 2001
2From: Iain Lane <iain.lane@canonical.com>
3Date: Mon, 24 Nov 2014 10:43:18 +0000
4Subject: [PATCH 1/2] Respect gtk-dialogs-use-header for all dialogs
5
6https://bugzilla.gnome.org/show_bug.cgi?id=740617
7---
8 .../nautilus-file-conflict-dialog.c | 10 +-
9 src/nautilus-connect-server-dialog.c | 10 +-
10 src/nautilus-file-management-properties.c | 25 +-
11 src/nautilus-file-management-properties.ui | 1723 ++++++++++----------
12 src/nautilus-properties-window.c | 10 +-
13 5 files changed, 899 insertions(+), 879 deletions(-)
14
15Index: b/libnautilus-private/nautilus-file-conflict-dialog.c
16===================================================================
17--- a/libnautilus-private/nautilus-file-conflict-dialog.c
18+++ b/libnautilus-private/nautilus-file-conflict-dialog.c
19@@ -622,9 +622,17 @@
20 GFile *dest_dir)
21 {
22 GtkWidget *dialog;
23+ GtkSettings *settings;
24+ gboolean use_header;
25+
26+ settings = gtk_settings_get_default ();
27+
28+ g_object_get (G_OBJECT (settings),
29+ "gtk-dialogs-use-header", &use_header,
30+ NULL);
31
32 dialog = GTK_WIDGET (g_object_new (NAUTILUS_TYPE_FILE_CONFLICT_DIALOG,
33- "use-header-bar", TRUE,
34+ "use-header-bar", use_header,
35 "modal", TRUE,
36 "title", _("File conflict"),
37 NULL));
38Index: b/src/nautilus-connect-server-dialog.c
39===================================================================
40--- a/src/nautilus-connect-server-dialog.c
41+++ b/src/nautilus-connect-server-dialog.c
42@@ -699,9 +699,17 @@
43 nautilus_connect_server_dialog_new (NautilusWindow *window)
44 {
45 GtkWidget *dialog;
46+ GtkSettings *settings;
47+ gboolean use_header;
48+
49+ settings = gtk_settings_get_default ();
50+
51+ g_object_get (G_OBJECT (settings),
52+ "gtk-dialogs-use-header", &use_header,
53+ NULL);
54
55 dialog = gtk_widget_new (NAUTILUS_TYPE_CONNECT_SERVER_DIALOG,
56- "use-header-bar", TRUE,
57+ "use-header-bar", use_header,
58 NULL);
59
60 if (window) {
61Index: b/src/nautilus-file-management-properties.c
62===================================================================
63--- a/src/nautilus-file-management-properties.c
64+++ b/src/nautilus-file-management-properties.c
65@@ -151,7 +151,7 @@
66
67 size_group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL);
68
69- for (i = 0; i < items; i++) {
70+ for (i = 0; i < items; i++) {
71 item_name = g_strdup_printf ("%s_%d", prefix, i);
72 widget = GTK_WIDGET (gtk_builder_get_object (builder, item_name));
73 gtk_size_group_add_widget (size_group, widget);
74@@ -591,7 +591,16 @@
75 static void
76 nautilus_file_management_properties_dialog_setup (GtkBuilder *builder, GtkWindow *window)
77 {
78- GtkWidget *dialog;
79+ GtkWidget *dialog, *vbox;
80+ GtkContainer *content_area;
81+ GtkSettings *settings;
82+ gboolean use_header;
83+
84+ settings = gtk_settings_get_default ();
85+
86+ g_object_get (G_OBJECT (settings),
87+ "gtk-dialogs-use-header", &use_header,
88+ NULL);
89
90 /* setup UI */
91 nautilus_file_management_properties_size_group_create (builder,
92@@ -669,7 +678,17 @@
93 nautilus_file_management_properties_dialog_setup_list_column_page (builder);
94
95 /* UI callbacks */
96- dialog = GTK_WIDGET (gtk_builder_get_object (builder, "file_management_dialog"));
97+ dialog = gtk_widget_new (GTK_TYPE_DIALOG,
98+ "use-header-bar", use_header,
99+ "can-focus", FALSE,
100+ "window-position", GTK_WIN_POS_CENTER,
101+ "type-hint", GDK_WINDOW_TYPE_HINT_DIALOG,
102+ "title", _("Files Preferences"),
103+ NULL);
104+ vbox = GTK_WIDGET (gtk_builder_get_object (builder, "dialog"));
105+ content_area = GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (dialog)));
106+ gtk_container_add (content_area, vbox);
107+
108 g_signal_connect (dialog, "response",
109 G_CALLBACK (gtk_widget_destroy),
110 NULL);
111Index: b/src/nautilus-file-management-properties.ui
112===================================================================
113--- a/src/nautilus-file-management-properties.ui
114+++ b/src/nautilus-file-management-properties.ui
115@@ -1,161 +1,88 @@
116 <?xml version="1.0" encoding="UTF-8"?>
117 <interface>
118 <!-- interface-requires gtk+ 3.0 -->
119- <object class="GtkDialog" id="file_management_dialog">
120+ <object class="GtkBox" id="dialog">
121+ <property name="visible">True</property>
122 <property name="can_focus">False</property>
123+ <property name="orientation">vertical</property>
124+ <property name="spacing">2</property>
125 <property name="border_width">0</property>
126- <property name="window_position">center</property>
127- <property name="type_hint">dialog</property>
128- <property name="title" translatable="yes">Files Preferences</property>
129- <property name="use_header_bar">1</property>
130- <child internal-child="vbox">
131- <object class="GtkBox" id="dialog-vbox1">
132+ <child>
133+ <object class="GtkNotebook" id="notebook1">
134 <property name="visible">True</property>
135- <property name="can_focus">False</property>
136- <property name="orientation">vertical</property>
137- <property name="spacing">2</property>
138+ <property name="can_focus">True</property>
139 <property name="border_width">0</property>
140- <child internal-child="action_area">
141- <object class="GtkButtonBox" id="dialog-action_area1">
142- <property name="visible">False</property>
143- <property name="can_focus">False</property>
144- <property name="layout_style">end</property>
145- </object>
146- <packing>
147- <property name="expand">False</property>
148- <property name="fill">True</property>
149- <property name="pack_type">end</property>
150- <property name="position">0</property>
151- </packing>
152- </child>
153+ <property name="show_border">False</property>
154 <child>
155- <object class="GtkNotebook" id="notebook1">
156+ <object class="GtkBox" id="vbox1">
157 <property name="visible">True</property>
158- <property name="can_focus">True</property>
159- <property name="border_width">0</property>
160- <property name="show_border">False</property>
161+ <property name="can_focus">False</property>
162+ <property name="border_width">12</property>
163+ <property name="orientation">vertical</property>
164+ <property name="spacing">18</property>
165 <child>
166- <object class="GtkBox" id="vbox1">
167+ <object class="GtkBox" id="vbox2">
168 <property name="visible">True</property>
169 <property name="can_focus">False</property>
170- <property name="border_width">12</property>
171 <property name="orientation">vertical</property>
172- <property name="spacing">18</property>
173+ <property name="spacing">6</property>
174 <child>
175- <object class="GtkBox" id="vbox2">
176+ <object class="GtkLabel" id="label4">
177 <property name="visible">True</property>
178 <property name="can_focus">False</property>
179- <property name="orientation">vertical</property>
180- <property name="spacing">6</property>
181- <child>
182- <object class="GtkLabel" id="label4">
183- <property name="visible">True</property>
184- <property name="can_focus">False</property>
185- <property name="xalign">0</property>
186- <property name="label" translatable="yes">Default View</property>
187- <attributes>
188- <attribute name="weight" value="bold"/>
189- </attributes>
190- </object>
191- <packing>
192- <property name="expand">False</property>
193- <property name="fill">False</property>
194- <property name="position">0</property>
195- </packing>
196- </child>
197+ <property name="xalign">0</property>
198+ <property name="label" translatable="yes">Default View</property>
199+ <attributes>
200+ <attribute name="weight" value="bold"/>
201+ </attributes>
202+ </object>
203+ <packing>
204+ <property name="expand">False</property>
205+ <property name="fill">False</property>
206+ <property name="position">0</property>
207+ </packing>
208+ </child>
209+ <child>
210+ <object class="GtkAlignment" id="alignment2">
211+ <property name="visible">True</property>
212+ <property name="can_focus">False</property>
213+ <property name="left_padding">12</property>
214 <child>
215- <object class="GtkAlignment" id="alignment2">
216+ <object class="GtkBox" id="vbox14">
217 <property name="visible">True</property>
218 <property name="can_focus">False</property>
219- <property name="left_padding">12</property>
220+ <property name="orientation">vertical</property>
221+ <property name="spacing">6</property>
222 <child>
223- <object class="GtkBox" id="vbox14">
224+ <object class="GtkBox" id="hbox34">
225 <property name="visible">True</property>
226 <property name="can_focus">False</property>
227- <property name="orientation">vertical</property>
228- <property name="spacing">6</property>
229+ <property name="spacing">12</property>
230 <child>
231- <object class="GtkBox" id="hbox34">
232+ <object class="GtkLabel" id="views_label_0">
233 <property name="visible">True</property>
234 <property name="can_focus">False</property>
235- <property name="spacing">12</property>
236- <child>
237- <object class="GtkLabel" id="views_label_0">
238- <property name="visible">True</property>
239- <property name="can_focus">False</property>
240- <property name="xalign">0</property>
241- <property name="label" translatable="yes">View _new folders using:</property>
242- <property name="use_underline">True</property>
243- <property name="mnemonic_widget">default_view_combobox</property>
244- </object>
245- <packing>
246- <property name="expand">False</property>
247- <property name="fill">False</property>
248- <property name="position">0</property>
249- </packing>
250- </child>
251- <child>
252- <object class="GtkComboBox" id="default_view_combobox">
253- <property name="visible">True</property>
254- <property name="can_focus">False</property>
255- <property name="model">model1</property>
256- <child>
257- <object class="GtkCellRendererText" id="renderer1"/>
258- <attributes>
259- <attribute name="text">0</attribute>
260- </attributes>
261- </child>
262- </object>
263- <packing>
264- <property name="expand">False</property>
265- <property name="fill">True</property>
266- <property name="position">1</property>
267- </packing>
268- </child>
269+ <property name="xalign">0</property>
270+ <property name="label" translatable="yes">View _new folders using:</property>
271+ <property name="use_underline">True</property>
272+ <property name="mnemonic_widget">default_view_combobox</property>
273 </object>
274 <packing>
275 <property name="expand">False</property>
276- <property name="fill">True</property>
277+ <property name="fill">False</property>
278 <property name="position">0</property>
279 </packing>
280 </child>
281 <child>
282- <object class="GtkBox" id="hbox11">
283+ <object class="GtkComboBox" id="default_view_combobox">
284 <property name="visible">True</property>
285 <property name="can_focus">False</property>
286- <property name="spacing">12</property>
287- <child>
288- <object class="GtkLabel" id="views_label_1">
289- <property name="visible">True</property>
290- <property name="can_focus">False</property>
291- <property name="xalign">0</property>
292- <property name="label" translatable="yes">_Arrange items:</property>
293- <property name="use_underline">True</property>
294- <property name="mnemonic_widget">sort_order_combobox</property>
295- </object>
296- <packing>
297- <property name="expand">False</property>
298- <property name="fill">False</property>
299- <property name="position">0</property>
300- </packing>
301- </child>
302+ <property name="model">model1</property>
303 <child>
304- <object class="GtkComboBox" id="sort_order_combobox">
305- <property name="visible">True</property>
306- <property name="can_focus">False</property>
307- <property name="model">model2</property>
308- <child>
309- <object class="GtkCellRendererText" id="renderer2"/>
310- <attributes>
311- <attribute name="text">0</attribute>
312- </attributes>
313- </child>
314- </object>
315- <packing>
316- <property name="expand">False</property>
317- <property name="fill">True</property>
318- <property name="position">1</property>
319- </packing>
320+ <object class="GtkCellRendererText" id="renderer1"/>
321+ <attributes>
322+ <attribute name="text">0</attribute>
323+ </attributes>
324 </child>
325 </object>
326 <packing>
327@@ -164,302 +91,246 @@
328 <property name="position">1</property>
329 </packing>
330 </child>
331+ </object>
332+ <packing>
333+ <property name="expand">False</property>
334+ <property name="fill">True</property>
335+ <property name="position">0</property>
336+ </packing>
337+ </child>
338+ <child>
339+ <object class="GtkBox" id="hbox11">
340+ <property name="visible">True</property>
341+ <property name="can_focus">False</property>
342+ <property name="spacing">12</property>
343 <child>
344- <object class="GtkCheckButton" id="sort_folders_first_checkbutton">
345- <property name="label" translatable="yes">Sort _folders before files</property>
346+ <object class="GtkLabel" id="views_label_1">
347 <property name="visible">True</property>
348- <property name="can_focus">True</property>
349- <property name="receives_default">False</property>
350- <property name="use_action_appearance">False</property>
351+ <property name="can_focus">False</property>
352+ <property name="xalign">0</property>
353+ <property name="label" translatable="yes">_Arrange items:</property>
354 <property name="use_underline">True</property>
355- <property name="draw_indicator">True</property>
356+ <property name="mnemonic_widget">sort_order_combobox</property>
357 </object>
358 <packing>
359 <property name="expand">False</property>
360 <property name="fill">False</property>
361- <property name="position">2</property>
362+ <property name="position">0</property>
363 </packing>
364 </child>
365 <child>
366- <object class="GtkCheckButton" id="hidden_files_checkbutton">
367- <property name="label" translatable="yes">Show hidden and _backup files</property>
368+ <object class="GtkComboBox" id="sort_order_combobox">
369 <property name="visible">True</property>
370- <property name="can_focus">True</property>
371- <property name="receives_default">False</property>
372- <property name="use_action_appearance">False</property>
373- <property name="use_underline">True</property>
374- <property name="draw_indicator">True</property>
375+ <property name="can_focus">False</property>
376+ <property name="model">model2</property>
377+ <child>
378+ <object class="GtkCellRendererText" id="renderer2"/>
379+ <attributes>
380+ <attribute name="text">0</attribute>
381+ </attributes>
382+ </child>
383 </object>
384 <packing>
385 <property name="expand">False</property>
386- <property name="fill">False</property>
387- <property name="position">3</property>
388+ <property name="fill">True</property>
389+ <property name="position">1</property>
390 </packing>
391 </child>
392 </object>
393+ <packing>
394+ <property name="expand">False</property>
395+ <property name="fill">True</property>
396+ <property name="position">1</property>
397+ </packing>
398+ </child>
399+ <child>
400+ <object class="GtkCheckButton" id="sort_folders_first_checkbutton">
401+ <property name="label" translatable="yes">Sort _folders before files</property>
402+ <property name="visible">True</property>
403+ <property name="can_focus">True</property>
404+ <property name="receives_default">False</property>
405+ <property name="use_action_appearance">False</property>
406+ <property name="use_underline">True</property>
407+ <property name="draw_indicator">True</property>
408+ </object>
409+ <packing>
410+ <property name="expand">False</property>
411+ <property name="fill">False</property>
412+ <property name="position">2</property>
413+ </packing>
414+ </child>
415+ <child>
416+ <object class="GtkCheckButton" id="hidden_files_checkbutton">
417+ <property name="label" translatable="yes">Show hidden and _backup files</property>
418+ <property name="visible">True</property>
419+ <property name="can_focus">True</property>
420+ <property name="receives_default">False</property>
421+ <property name="use_action_appearance">False</property>
422+ <property name="use_underline">True</property>
423+ <property name="draw_indicator">True</property>
424+ </object>
425+ <packing>
426+ <property name="expand">False</property>
427+ <property name="fill">False</property>
428+ <property name="position">3</property>
429+ </packing>
430 </child>
431 </object>
432- <packing>
433- <property name="expand">False</property>
434- <property name="fill">True</property>
435- <property name="position">1</property>
436- </packing>
437 </child>
438 </object>
439 <packing>
440 <property name="expand">False</property>
441 <property name="fill">True</property>
442+ <property name="position">1</property>
443+ </packing>
444+ </child>
445+ </object>
446+ <packing>
447+ <property name="expand">False</property>
448+ <property name="fill">True</property>
449+ <property name="position">0</property>
450+ </packing>
451+ </child>
452+ <child>
453+ <object class="GtkBox" id="vbox3">
454+ <property name="visible">True</property>
455+ <property name="can_focus">False</property>
456+ <property name="orientation">vertical</property>
457+ <property name="spacing">6</property>
458+ <child>
459+ <object class="GtkLabel" id="label5">
460+ <property name="visible">True</property>
461+ <property name="can_focus">False</property>
462+ <property name="xalign">0</property>
463+ <property name="label" translatable="yes">Icon View Defaults</property>
464+ <attributes>
465+ <attribute name="weight" value="bold"/>
466+ </attributes>
467+ </object>
468+ <packing>
469+ <property name="expand">False</property>
470+ <property name="fill">False</property>
471 <property name="position">0</property>
472 </packing>
473 </child>
474 <child>
475- <object class="GtkBox" id="vbox3">
476+ <object class="GtkAlignment" id="alignment1">
477 <property name="visible">True</property>
478 <property name="can_focus">False</property>
479- <property name="orientation">vertical</property>
480- <property name="spacing">6</property>
481- <child>
482- <object class="GtkLabel" id="label5">
483- <property name="visible">True</property>
484- <property name="can_focus">False</property>
485- <property name="xalign">0</property>
486- <property name="label" translatable="yes">Icon View Defaults</property>
487- <attributes>
488- <attribute name="weight" value="bold"/>
489- </attributes>
490- </object>
491- <packing>
492- <property name="expand">False</property>
493- <property name="fill">False</property>
494- <property name="position">0</property>
495- </packing>
496- </child>
497+ <property name="left_padding">12</property>
498 <child>
499- <object class="GtkAlignment" id="alignment1">
500+ <object class="GtkBox" id="vbox16">
501 <property name="visible">True</property>
502 <property name="can_focus">False</property>
503- <property name="left_padding">12</property>
504+ <property name="orientation">vertical</property>
505+ <property name="spacing">6</property>
506 <child>
507- <object class="GtkBox" id="vbox16">
508+ <object class="GtkBox" id="hbox35">
509 <property name="visible">True</property>
510 <property name="can_focus">False</property>
511- <property name="orientation">vertical</property>
512- <property name="spacing">6</property>
513+ <property name="spacing">12</property>
514 <child>
515- <object class="GtkBox" id="hbox35">
516+ <object class="GtkLabel" id="views_label_2">
517 <property name="visible">True</property>
518 <property name="can_focus">False</property>
519- <property name="spacing">12</property>
520- <child>
521- <object class="GtkLabel" id="views_label_2">
522- <property name="visible">True</property>
523- <property name="can_focus">False</property>
524- <property name="xalign">0</property>
525- <property name="label" translatable="yes">Default _zoom level:</property>
526- <property name="use_underline">True</property>
527- <property name="mnemonic_widget">icon_view_zoom_combobox</property>
528- </object>
529- <packing>
530- <property name="expand">False</property>
531- <property name="fill">False</property>
532- <property name="position">0</property>
533- </packing>
534- </child>
535- <child>
536- <object class="GtkComboBox" id="icon_view_zoom_combobox">
537- <property name="visible">True</property>
538- <property name="can_focus">False</property>
539- <property name="model">model3</property>
540- <child>
541- <object class="GtkCellRendererText" id="renderer3"/>
542- <attributes>
543- <attribute name="text">0</attribute>
544- </attributes>
545- </child>
546- </object>
547- <packing>
548- <property name="expand">False</property>
549- <property name="fill">True</property>
550- <property name="position">1</property>
551- </packing>
552- </child>
553+ <property name="xalign">0</property>
554+ <property name="label" translatable="yes">Default _zoom level:</property>
555+ <property name="use_underline">True</property>
556+ <property name="mnemonic_widget">icon_view_zoom_combobox</property>
557 </object>
558 <packing>
559 <property name="expand">False</property>
560- <property name="fill">True</property>
561+ <property name="fill">False</property>
562 <property name="position">0</property>
563 </packing>
564 </child>
565- </object>
566- </child>
567- </object>
568- <packing>
569- <property name="expand">False</property>
570- <property name="fill">True</property>
571- <property name="position">1</property>
572- </packing>
573- </child>
574- </object>
575- <packing>
576- <property name="expand">False</property>
577- <property name="fill">True</property>
578- <property name="position">1</property>
579- </packing>
580- </child>
581- <child>
582- <object class="GtkBox" id="vbox4">
583- <property name="visible">True</property>
584- <property name="can_focus">False</property>
585- <property name="orientation">vertical</property>
586- <property name="spacing">6</property>
587- <child>
588- <object class="GtkLabel" id="label6">
589- <property name="visible">True</property>
590- <property name="can_focus">False</property>
591- <property name="xalign">0</property>
592- <property name="label" translatable="yes">List View Defaults</property>
593- <attributes>
594- <attribute name="weight" value="bold"/>
595- </attributes>
596- </object>
597- <packing>
598- <property name="expand">False</property>
599- <property name="fill">False</property>
600- <property name="position">0</property>
601- </packing>
602- </child>
603- <child>
604- <object class="GtkAlignment" id="alignment3">
605- <property name="visible">True</property>
606- <property name="can_focus">False</property>
607- <property name="left_padding">12</property>
608- <child>
609- <object class="GtkBox" id="vbox15">
610- <property name="visible">True</property>
611- <property name="can_focus">False</property>
612- <property name="orientation">vertical</property>
613- <property name="spacing">6</property>
614 <child>
615- <object class="GtkBox" id="hbox36">
616+ <object class="GtkComboBox" id="icon_view_zoom_combobox">
617 <property name="visible">True</property>
618 <property name="can_focus">False</property>
619- <property name="spacing">12</property>
620- <child>
621- <object class="GtkLabel" id="views_label_3">
622- <property name="visible">True</property>
623- <property name="can_focus">False</property>
624- <property name="xalign">0</property>
625- <property name="label" translatable="yes">D_efault zoom level:</property>
626- <property name="use_underline">True</property>
627- <property name="mnemonic_widget">list_view_zoom_combobox</property>
628- </object>
629- <packing>
630- <property name="expand">False</property>
631- <property name="fill">False</property>
632- <property name="position">0</property>
633- </packing>
634- </child>
635+ <property name="model">model3</property>
636 <child>
637- <object class="GtkComboBox" id="list_view_zoom_combobox">
638- <property name="visible">True</property>
639- <property name="can_focus">False</property>
640- <property name="model">model5</property>
641- <child>
642- <object class="GtkCellRendererText" id="renderer5"/>
643- <attributes>
644- <attribute name="text">0</attribute>
645- </attributes>
646- </child>
647- </object>
648- <packing>
649- <property name="expand">False</property>
650- <property name="fill">True</property>
651- <property name="position">1</property>
652- </packing>
653+ <object class="GtkCellRendererText" id="renderer3"/>
654+ <attributes>
655+ <attribute name="text">0</attribute>
656+ </attributes>
657 </child>
658 </object>
659 <packing>
660 <property name="expand">False</property>
661 <property name="fill">True</property>
662- <property name="position">0</property>
663+ <property name="position">1</property>
664 </packing>
665 </child>
666 </object>
667+ <packing>
668+ <property name="expand">False</property>
669+ <property name="fill">True</property>
670+ <property name="position">0</property>
671+ </packing>
672 </child>
673 </object>
674- <packing>
675- <property name="expand">False</property>
676- <property name="fill">True</property>
677- <property name="position">1</property>
678- </packing>
679 </child>
680 </object>
681 <packing>
682 <property name="expand">False</property>
683 <property name="fill">True</property>
684- <property name="position">3</property>
685+ <property name="position">1</property>
686 </packing>
687 </child>
688 </object>
689- </child>
690- <child type="tab">
691- <object class="GtkLabel" id="label1">
692- <property name="visible">True</property>
693- <property name="can_focus">False</property>
694- <property name="label" translatable="yes">Views</property>
695- </object>
696 <packing>
697- <property name="tab_fill">False</property>
698+ <property name="expand">False</property>
699+ <property name="fill">True</property>
700+ <property name="position">1</property>
701 </packing>
702 </child>
703 <child>
704- <object class="GtkBox" id="vbox5">
705+ <object class="GtkBox" id="vbox4">
706 <property name="visible">True</property>
707 <property name="can_focus">False</property>
708- <property name="border_width">12</property>
709 <property name="orientation">vertical</property>
710- <property name="spacing">10</property>
711+ <property name="spacing">6</property>
712 <child>
713- <object class="GtkBox" id="vbox6">
714+ <object class="GtkLabel" id="label6">
715 <property name="visible">True</property>
716 <property name="can_focus">False</property>
717- <property name="orientation">vertical</property>
718- <property name="spacing">6</property>
719- <child>
720- <object class="GtkLabel" id="label10">
721- <property name="visible">True</property>
722- <property name="can_focus">False</property>
723- <property name="xalign">0</property>
724- <property name="label" translatable="yes">Behavior</property>
725- <attributes>
726- <attribute name="weight" value="bold"/>
727- </attributes>
728- </object>
729- <packing>
730- <property name="expand">False</property>
731- <property name="fill">False</property>
732- <property name="position">0</property>
733- </packing>
734- </child>
735+ <property name="xalign">0</property>
736+ <property name="label" translatable="yes">List View Defaults</property>
737+ <attributes>
738+ <attribute name="weight" value="bold"/>
739+ </attributes>
740+ </object>
741+ <packing>
742+ <property name="expand">False</property>
743+ <property name="fill">False</property>
744+ <property name="position">0</property>
745+ </packing>
746+ </child>
747+ <child>
748+ <object class="GtkAlignment" id="alignment3">
749+ <property name="visible">True</property>
750+ <property name="can_focus">False</property>
751+ <property name="left_padding">12</property>
752 <child>
753- <object class="GtkAlignment" id="alignment5">
754+ <object class="GtkBox" id="vbox15">
755 <property name="visible">True</property>
756 <property name="can_focus">False</property>
757- <property name="left_padding">12</property>
758+ <property name="orientation">vertical</property>
759+ <property name="spacing">6</property>
760 <child>
761- <object class="GtkBox" id="vbox17">
762+ <object class="GtkBox" id="hbox36">
763 <property name="visible">True</property>
764 <property name="can_focus">False</property>
765- <property name="orientation">vertical</property>
766+ <property name="spacing">12</property>
767 <child>
768- <object class="GtkRadioButton" id="single_click_radiobutton">
769- <property name="label" translatable="yes">_Single click to open items</property>
770+ <object class="GtkLabel" id="views_label_3">
771 <property name="visible">True</property>
772- <property name="can_focus">True</property>
773- <property name="receives_default">False</property>
774- <property name="use_action_appearance">False</property>
775+ <property name="can_focus">False</property>
776+ <property name="xalign">0</property>
777+ <property name="label" translatable="yes">D_efault zoom level:</property>
778 <property name="use_underline">True</property>
779- <property name="draw_indicator">True</property>
780+ <property name="mnemonic_widget">list_view_zoom_combobox</property>
781 </object>
782 <packing>
783 <property name="expand">False</property>
784@@ -468,282 +339,405 @@
785 </packing>
786 </child>
787 <child>
788- <object class="GtkRadioButton" id="double_click_radiobutton">
789- <property name="label" translatable="yes">_Double click to open items</property>
790+ <object class="GtkComboBox" id="list_view_zoom_combobox">
791 <property name="visible">True</property>
792- <property name="can_focus">True</property>
793- <property name="receives_default">False</property>
794- <property name="use_action_appearance">False</property>
795- <property name="use_underline">True</property>
796- <property name="draw_indicator">True</property>
797- <property name="group">single_click_radiobutton</property>
798+ <property name="can_focus">False</property>
799+ <property name="model">model5</property>
800+ <child>
801+ <object class="GtkCellRendererText" id="renderer5"/>
802+ <attributes>
803+ <attribute name="text">0</attribute>
804+ </attributes>
805+ </child>
806 </object>
807 <packing>
808 <property name="expand">False</property>
809- <property name="fill">False</property>
810- <property name="padding">6</property>
811+ <property name="fill">True</property>
812 <property name="position">1</property>
813 </packing>
814 </child>
815 </object>
816+ <packing>
817+ <property name="expand">False</property>
818+ <property name="fill">True</property>
819+ <property name="position">0</property>
820+ </packing>
821 </child>
822 </object>
823- <packing>
824- <property name="expand">False</property>
825- <property name="fill">False</property>
826- <property name="position">1</property>
827- </packing>
828 </child>
829 </object>
830 <packing>
831 <property name="expand">False</property>
832 <property name="fill">True</property>
833+ <property name="position">1</property>
834+ </packing>
835+ </child>
836+ </object>
837+ <packing>
838+ <property name="expand">False</property>
839+ <property name="fill">True</property>
840+ <property name="position">3</property>
841+ </packing>
842+ </child>
843+ </object>
844+ </child>
845+ <child type="tab">
846+ <object class="GtkLabel" id="label1">
847+ <property name="visible">True</property>
848+ <property name="can_focus">False</property>
849+ <property name="label" translatable="yes">Views</property>
850+ </object>
851+ <packing>
852+ <property name="tab_fill">False</property>
853+ </packing>
854+ </child>
855+ <child>
856+ <object class="GtkBox" id="vbox5">
857+ <property name="visible">True</property>
858+ <property name="can_focus">False</property>
859+ <property name="border_width">12</property>
860+ <property name="orientation">vertical</property>
861+ <property name="spacing">10</property>
862+ <child>
863+ <object class="GtkBox" id="vbox6">
864+ <property name="visible">True</property>
865+ <property name="can_focus">False</property>
866+ <property name="orientation">vertical</property>
867+ <property name="spacing">6</property>
868+ <child>
869+ <object class="GtkLabel" id="label10">
870+ <property name="visible">True</property>
871+ <property name="can_focus">False</property>
872+ <property name="xalign">0</property>
873+ <property name="label" translatable="yes">Behavior</property>
874+ <attributes>
875+ <attribute name="weight" value="bold"/>
876+ </attributes>
877+ </object>
878+ <packing>
879+ <property name="expand">False</property>
880+ <property name="fill">False</property>
881 <property name="position">0</property>
882 </packing>
883 </child>
884 <child>
885- <object class="GtkBox" id="vbox7">
886+ <object class="GtkAlignment" id="alignment5">
887 <property name="visible">True</property>
888 <property name="can_focus">False</property>
889- <property name="orientation">vertical</property>
890- <property name="spacing">6</property>
891+ <property name="left_padding">12</property>
892 <child>
893- <object class="GtkLabel" id="label12">
894+ <object class="GtkBox" id="vbox17">
895 <property name="visible">True</property>
896 <property name="can_focus">False</property>
897- <property name="xalign">0</property>
898- <property name="label" translatable="yes">Executable Text Files</property>
899- <attributes>
900- <attribute name="weight" value="bold"/>
901- </attributes>
902- </object>
903- <packing>
904- <property name="expand">False</property>
905- <property name="fill">False</property>
906- <property name="position">0</property>
907- </packing>
908- </child>
909- <child>
910- <object class="GtkAlignment" id="alignment6">
911- <property name="visible">True</property>
912- <property name="can_focus">False</property>
913- <property name="left_padding">12</property>
914+ <property name="orientation">vertical</property>
915 <child>
916- <object class="GtkBox" id="vbox18">
917+ <object class="GtkRadioButton" id="single_click_radiobutton">
918+ <property name="label" translatable="yes">_Single click to open items</property>
919 <property name="visible">True</property>
920- <property name="can_focus">False</property>
921- <property name="orientation">vertical</property>
922- <property name="spacing">6</property>
923- <child>
924- <object class="GtkRadioButton" id="scripts_execute_radiobutton">
925- <property name="label" translatable="yes">_Run executable text files when they are opened</property>
926- <property name="visible">True</property>
927- <property name="can_focus">True</property>
928- <property name="receives_default">False</property>
929- <property name="use_action_appearance">False</property>
930- <property name="use_underline">True</property>
931- <property name="draw_indicator">True</property>
932- </object>
933- <packing>
934- <property name="expand">False</property>
935- <property name="fill">False</property>
936- <property name="position">0</property>
937- </packing>
938- </child>
939- <child>
940- <object class="GtkRadioButton" id="scripts_view_radiobutton">
941- <property name="label" translatable="yes">_View executable text files when they are opened</property>
942- <property name="visible">True</property>
943- <property name="can_focus">True</property>
944- <property name="receives_default">False</property>
945- <property name="use_action_appearance">False</property>
946- <property name="use_underline">True</property>
947- <property name="draw_indicator">True</property>
948- <property name="group">scripts_execute_radiobutton</property>
949- </object>
950- <packing>
951- <property name="expand">False</property>
952- <property name="fill">False</property>
953- <property name="position">1</property>
954- </packing>
955- </child>
956- <child>
957- <object class="GtkRadioButton" id="scripts_confirm_radiobutton">
958- <property name="label" translatable="yes">_Ask each time</property>
959- <property name="visible">True</property>
960- <property name="can_focus">True</property>
961- <property name="receives_default">False</property>
962- <property name="use_action_appearance">False</property>
963- <property name="use_underline">True</property>
964- <property name="draw_indicator">True</property>
965- <property name="group">scripts_execute_radiobutton</property>
966- </object>
967- <packing>
968- <property name="expand">False</property>
969- <property name="fill">False</property>
970- <property name="position">2</property>
971- </packing>
972- </child>
973+ <property name="can_focus">True</property>
974+ <property name="receives_default">False</property>
975+ <property name="use_action_appearance">False</property>
976+ <property name="use_underline">True</property>
977+ <property name="draw_indicator">True</property>
978 </object>
979+ <packing>
980+ <property name="expand">False</property>
981+ <property name="fill">False</property>
982+ <property name="position">0</property>
983+ </packing>
984+ </child>
985+ <child>
986+ <object class="GtkRadioButton" id="double_click_radiobutton">
987+ <property name="label" translatable="yes">_Double click to open items</property>
988+ <property name="visible">True</property>
989+ <property name="can_focus">True</property>
990+ <property name="receives_default">False</property>
991+ <property name="use_action_appearance">False</property>
992+ <property name="use_underline">True</property>
993+ <property name="draw_indicator">True</property>
994+ <property name="group">single_click_radiobutton</property>
995+ </object>
996+ <packing>
997+ <property name="expand">False</property>
998+ <property name="fill">False</property>
999+ <property name="padding">6</property>
1000+ <property name="position">1</property>
1001+ </packing>
1002 </child>
1003 </object>
1004- <packing>
1005- <property name="expand">False</property>
1006- <property name="fill">False</property>
1007- <property name="position">1</property>
1008- </packing>
1009 </child>
1010 </object>
1011 <packing>
1012 <property name="expand">False</property>
1013- <property name="fill">True</property>
1014+ <property name="fill">False</property>
1015 <property name="position">1</property>
1016 </packing>
1017 </child>
1018+ </object>
1019+ <packing>
1020+ <property name="expand">False</property>
1021+ <property name="fill">True</property>
1022+ <property name="position">0</property>
1023+ </packing>
1024+ </child>
1025+ <child>
1026+ <object class="GtkBox" id="vbox7">
1027+ <property name="visible">True</property>
1028+ <property name="can_focus">False</property>
1029+ <property name="orientation">vertical</property>
1030+ <property name="spacing">6</property>
1031 <child>
1032- <object class="GtkBox" id="vbox8">
1033+ <object class="GtkLabel" id="label12">
1034 <property name="visible">True</property>
1035 <property name="can_focus">False</property>
1036- <property name="orientation">vertical</property>
1037- <property name="spacing">6</property>
1038- <child>
1039- <object class="GtkLabel" id="label14">
1040- <property name="visible">True</property>
1041- <property name="can_focus">False</property>
1042- <property name="xalign">0</property>
1043- <property name="label" translatable="yes">Trash</property>
1044- <attributes>
1045- <attribute name="weight" value="bold"/>
1046- </attributes>
1047- </object>
1048- <packing>
1049- <property name="expand">False</property>
1050- <property name="fill">False</property>
1051- <property name="position">0</property>
1052- </packing>
1053- </child>
1054+ <property name="xalign">0</property>
1055+ <property name="label" translatable="yes">Executable Text Files</property>
1056+ <attributes>
1057+ <attribute name="weight" value="bold"/>
1058+ </attributes>
1059+ </object>
1060+ <packing>
1061+ <property name="expand">False</property>
1062+ <property name="fill">False</property>
1063+ <property name="position">0</property>
1064+ </packing>
1065+ </child>
1066+ <child>
1067+ <object class="GtkAlignment" id="alignment6">
1068+ <property name="visible">True</property>
1069+ <property name="can_focus">False</property>
1070+ <property name="left_padding">12</property>
1071 <child>
1072- <object class="GtkAlignment" id="alignment7">
1073+ <object class="GtkBox" id="vbox18">
1074 <property name="visible">True</property>
1075 <property name="can_focus">False</property>
1076- <property name="left_padding">12</property>
1077+ <property name="orientation">vertical</property>
1078+ <property name="spacing">6</property>
1079 <child>
1080- <object class="GtkBox" id="vbox19">
1081+ <object class="GtkRadioButton" id="scripts_execute_radiobutton">
1082+ <property name="label" translatable="yes">_Run executable text files when they are opened</property>
1083 <property name="visible">True</property>
1084- <property name="can_focus">False</property>
1085- <property name="orientation">vertical</property>
1086- <property name="spacing">6</property>
1087- <child>
1088- <object class="GtkCheckButton" id="trash_confirm_checkbutton">
1089- <property name="label" translatable="yes">Ask before _emptying the Trash or deleting files</property>
1090- <property name="visible">True</property>
1091- <property name="can_focus">True</property>
1092- <property name="receives_default">False</property>
1093- <property name="use_action_appearance">False</property>
1094- <property name="use_underline">True</property>
1095- <property name="draw_indicator">True</property>
1096- </object>
1097- <packing>
1098- <property name="expand">False</property>
1099- <property name="fill">False</property>
1100- <property name="position">0</property>
1101- </packing>
1102- </child>
1103- <child>
1104- <object class="GtkCheckButton" id="trash_delete_checkbutton">
1105- <property name="label" translatable="yes">I_nclude a Delete command that bypasses Trash</property>
1106- <property name="visible">True</property>
1107- <property name="can_focus">True</property>
1108- <property name="receives_default">False</property>
1109- <property name="use_action_appearance">False</property>
1110- <property name="use_underline">True</property>
1111- <property name="draw_indicator">True</property>
1112- </object>
1113- <packing>
1114- <property name="expand">False</property>
1115- <property name="fill">False</property>
1116- <property name="position">1</property>
1117- </packing>
1118- </child>
1119+ <property name="can_focus">True</property>
1120+ <property name="receives_default">False</property>
1121+ <property name="use_action_appearance">False</property>
1122+ <property name="use_underline">True</property>
1123+ <property name="draw_indicator">True</property>
1124+ </object>
1125+ <packing>
1126+ <property name="expand">False</property>
1127+ <property name="fill">False</property>
1128+ <property name="position">0</property>
1129+ </packing>
1130+ </child>
1131+ <child>
1132+ <object class="GtkRadioButton" id="scripts_view_radiobutton">
1133+ <property name="label" translatable="yes">_View executable text files when they are opened</property>
1134+ <property name="visible">True</property>
1135+ <property name="can_focus">True</property>
1136+ <property name="receives_default">False</property>
1137+ <property name="use_action_appearance">False</property>
1138+ <property name="use_underline">True</property>
1139+ <property name="draw_indicator">True</property>
1140+ <property name="group">scripts_execute_radiobutton</property>
1141+ </object>
1142+ <packing>
1143+ <property name="expand">False</property>
1144+ <property name="fill">False</property>
1145+ <property name="position">1</property>
1146+ </packing>
1147+ </child>
1148+ <child>
1149+ <object class="GtkRadioButton" id="scripts_confirm_radiobutton">
1150+ <property name="label" translatable="yes">_Ask each time</property>
1151+ <property name="visible">True</property>
1152+ <property name="can_focus">True</property>
1153+ <property name="receives_default">False</property>
1154+ <property name="use_action_appearance">False</property>
1155+ <property name="use_underline">True</property>
1156+ <property name="draw_indicator">True</property>
1157+ <property name="group">scripts_execute_radiobutton</property>
1158 </object>
1159+ <packing>
1160+ <property name="expand">False</property>
1161+ <property name="fill">False</property>
1162+ <property name="position">2</property>
1163+ </packing>
1164 </child>
1165 </object>
1166- <packing>
1167- <property name="expand">False</property>
1168- <property name="fill">False</property>
1169- <property name="position">1</property>
1170- </packing>
1171 </child>
1172 </object>
1173 <packing>
1174 <property name="expand">False</property>
1175- <property name="fill">True</property>
1176- <property name="position">2</property>
1177+ <property name="fill">False</property>
1178+ <property name="position">1</property>
1179 </packing>
1180 </child>
1181 </object>
1182 <packing>
1183+ <property name="expand">False</property>
1184+ <property name="fill">True</property>
1185 <property name="position">1</property>
1186 </packing>
1187 </child>
1188- <child type="tab">
1189- <object class="GtkLabel" id="label2">
1190+ <child>
1191+ <object class="GtkBox" id="vbox8">
1192 <property name="visible">True</property>
1193 <property name="can_focus">False</property>
1194- <property name="label" translatable="yes">Behavior</property>
1195+ <property name="orientation">vertical</property>
1196+ <property name="spacing">6</property>
1197+ <child>
1198+ <object class="GtkLabel" id="label14">
1199+ <property name="visible">True</property>
1200+ <property name="can_focus">False</property>
1201+ <property name="xalign">0</property>
1202+ <property name="label" translatable="yes">Trash</property>
1203+ <attributes>
1204+ <attribute name="weight" value="bold"/>
1205+ </attributes>
1206+ </object>
1207+ <packing>
1208+ <property name="expand">False</property>
1209+ <property name="fill">False</property>
1210+ <property name="position">0</property>
1211+ </packing>
1212+ </child>
1213+ <child>
1214+ <object class="GtkAlignment" id="alignment7">
1215+ <property name="visible">True</property>
1216+ <property name="can_focus">False</property>
1217+ <property name="left_padding">12</property>
1218+ <child>
1219+ <object class="GtkBox" id="vbox19">
1220+ <property name="visible">True</property>
1221+ <property name="can_focus">False</property>
1222+ <property name="orientation">vertical</property>
1223+ <property name="spacing">6</property>
1224+ <child>
1225+ <object class="GtkCheckButton" id="trash_confirm_checkbutton">
1226+ <property name="label" translatable="yes">Ask before _emptying the Trash or deleting files</property>
1227+ <property name="visible">True</property>
1228+ <property name="can_focus">True</property>
1229+ <property name="receives_default">False</property>
1230+ <property name="use_action_appearance">False</property>
1231+ <property name="use_underline">True</property>
1232+ <property name="draw_indicator">True</property>
1233+ </object>
1234+ <packing>
1235+ <property name="expand">False</property>
1236+ <property name="fill">False</property>
1237+ <property name="position">0</property>
1238+ </packing>
1239+ </child>
1240+ <child>
1241+ <object class="GtkCheckButton" id="trash_delete_checkbutton">
1242+ <property name="label" translatable="yes">I_nclude a Delete command that bypasses Trash</property>
1243+ <property name="visible">True</property>
1244+ <property name="can_focus">True</property>
1245+ <property name="receives_default">False</property>
1246+ <property name="use_action_appearance">False</property>
1247+ <property name="use_underline">True</property>
1248+ <property name="draw_indicator">True</property>
1249+ </object>
1250+ <packing>
1251+ <property name="expand">False</property>
1252+ <property name="fill">False</property>
1253+ <property name="position">1</property>
1254+ </packing>
1255+ </child>
1256+ </object>
1257+ </child>
1258+ </object>
1259+ <packing>
1260+ <property name="expand">False</property>
1261+ <property name="fill">False</property>
1262+ <property name="position">1</property>
1263+ </packing>
1264+ </child>
1265 </object>
1266 <packing>
1267- <property name="position">1</property>
1268- <property name="tab_fill">False</property>
1269+ <property name="expand">False</property>
1270+ <property name="fill">True</property>
1271+ <property name="position">2</property>
1272 </packing>
1273 </child>
1274+ </object>
1275+ <packing>
1276+ <property name="position">1</property>
1277+ </packing>
1278+ </child>
1279+ <child type="tab">
1280+ <object class="GtkLabel" id="label2">
1281+ <property name="visible">True</property>
1282+ <property name="can_focus">False</property>
1283+ <property name="label" translatable="yes">Behavior</property>
1284+ </object>
1285+ <packing>
1286+ <property name="position">1</property>
1287+ <property name="tab_fill">False</property>
1288+ </packing>
1289+ </child>
1290+ <child>
1291+ <object class="GtkBox" id="vbox26">
1292+ <property name="visible">True</property>
1293+ <property name="can_focus">False</property>
1294+ <property name="border_width">12</property>
1295+ <property name="orientation">vertical</property>
1296+ <property name="spacing">18</property>
1297 <child>
1298- <object class="GtkBox" id="vbox26">
1299+ <object class="GtkBox" id="vbox27">
1300 <property name="visible">True</property>
1301 <property name="can_focus">False</property>
1302- <property name="border_width">12</property>
1303 <property name="orientation">vertical</property>
1304- <property name="spacing">18</property>
1305+ <property name="spacing">6</property>
1306 <child>
1307- <object class="GtkBox" id="vbox27">
1308+ <object class="GtkLabel" id="label28">
1309 <property name="visible">True</property>
1310 <property name="can_focus">False</property>
1311- <property name="orientation">vertical</property>
1312- <property name="spacing">6</property>
1313- <child>
1314- <object class="GtkLabel" id="label28">
1315- <property name="visible">True</property>
1316- <property name="can_focus">False</property>
1317- <property name="xalign">0</property>
1318- <property name="label" translatable="yes">Icon Captions</property>
1319- <attributes>
1320- <attribute name="weight" value="bold"/>
1321- </attributes>
1322- </object>
1323- <packing>
1324- <property name="expand">False</property>
1325- <property name="fill">False</property>
1326- <property name="position">0</property>
1327- </packing>
1328- </child>
1329+ <property name="xalign">0</property>
1330+ <property name="label" translatable="yes">Icon Captions</property>
1331+ <attributes>
1332+ <attribute name="weight" value="bold"/>
1333+ </attributes>
1334+ </object>
1335+ <packing>
1336+ <property name="expand">False</property>
1337+ <property name="fill">False</property>
1338+ <property name="position">0</property>
1339+ </packing>
1340+ </child>
1341+ <child>
1342+ <object class="GtkAlignment" id="alignment8">
1343+ <property name="visible">True</property>
1344+ <property name="can_focus">False</property>
1345+ <property name="left_padding">12</property>
1346 <child>
1347- <object class="GtkAlignment" id="alignment8">
1348+ <object class="GtkBox" id="vbox28">
1349 <property name="visible">True</property>
1350 <property name="can_focus">False</property>
1351- <property name="left_padding">12</property>
1352+ <property name="orientation">vertical</property>
1353+ <property name="spacing">6</property>
1354+ <child>
1355+ <object class="GtkLabel" id="label29">
1356+ <property name="visible">True</property>
1357+ <property name="can_focus">False</property>
1358+ <property name="xalign">0</property>
1359+ <property name="label" translatable="yes">Choose the order of information to appear beneath icon names. More information will appear when zooming in closer.</property>
1360+ <property name="wrap">True</property>
1361+ </object>
1362+ <packing>
1363+ <property name="expand">False</property>
1364+ <property name="fill">False</property>
1365+ <property name="position">0</property>
1366+ </packing>
1367+ </child>
1368 <child>
1369- <object class="GtkBox" id="vbox28">
1370+ <object class="GtkBox" id="hbox28">
1371 <property name="visible">True</property>
1372 <property name="can_focus">False</property>
1373- <property name="orientation">vertical</property>
1374- <property name="spacing">6</property>
1375 <child>
1376- <object class="GtkLabel" id="label29">
1377+ <object class="GtkLabel" id="captions_label_0">
1378 <property name="visible">True</property>
1379 <property name="can_focus">False</property>
1380- <property name="xalign">0</property>
1381- <property name="label" translatable="yes">Choose the order of information to appear beneath icon names. More information will appear when zooming in closer.</property>
1382- <property name="wrap">True</property>
1383 </object>
1384 <packing>
1385 <property name="expand">False</property>
1386@@ -752,32 +746,10 @@
1387 </packing>
1388 </child>
1389 <child>
1390- <object class="GtkBox" id="hbox28">
1391+ <object class="GtkComboBoxText" id="captions_0_combobox">
1392 <property name="visible">True</property>
1393 <property name="can_focus">False</property>
1394- <child>
1395- <object class="GtkLabel" id="captions_label_0">
1396- <property name="visible">True</property>
1397- <property name="can_focus">False</property>
1398- </object>
1399- <packing>
1400- <property name="expand">False</property>
1401- <property name="fill">False</property>
1402- <property name="position">0</property>
1403- </packing>
1404- </child>
1405- <child>
1406- <object class="GtkComboBoxText" id="captions_0_combobox">
1407- <property name="visible">True</property>
1408- <property name="can_focus">False</property>
1409- <property name="entry_text_column">0</property>
1410- </object>
1411- <packing>
1412- <property name="expand">False</property>
1413- <property name="fill">False</property>
1414- <property name="position">1</property>
1415- </packing>
1416- </child>
1417+ <property name="entry_text_column">0</property>
1418 </object>
1419 <packing>
1420 <property name="expand">False</property>
1421@@ -785,133 +757,133 @@
1422 <property name="position">1</property>
1423 </packing>
1424 </child>
1425+ </object>
1426+ <packing>
1427+ <property name="expand">False</property>
1428+ <property name="fill">False</property>
1429+ <property name="position">1</property>
1430+ </packing>
1431+ </child>
1432+ <child>
1433+ <object class="GtkBox" id="hbox29">
1434+ <property name="visible">True</property>
1435+ <property name="can_focus">False</property>
1436 <child>
1437- <object class="GtkBox" id="hbox29">
1438+ <object class="GtkLabel" id="captions_label_1">
1439 <property name="visible">True</property>
1440 <property name="can_focus">False</property>
1441- <child>
1442- <object class="GtkLabel" id="captions_label_1">
1443- <property name="visible">True</property>
1444- <property name="can_focus">False</property>
1445- <property name="use_underline">True</property>
1446- </object>
1447- <packing>
1448- <property name="expand">False</property>
1449- <property name="fill">False</property>
1450- <property name="position">0</property>
1451- </packing>
1452- </child>
1453- <child>
1454- <object class="GtkComboBoxText" id="captions_1_combobox">
1455- <property name="visible">True</property>
1456- <property name="can_focus">False</property>
1457- <property name="entry_text_column">0</property>
1458- </object>
1459- <packing>
1460- <property name="expand">False</property>
1461- <property name="fill">False</property>
1462- <property name="position">1</property>
1463- </packing>
1464- </child>
1465+ <property name="use_underline">True</property>
1466 </object>
1467 <packing>
1468 <property name="expand">False</property>
1469 <property name="fill">False</property>
1470- <property name="position">2</property>
1471+ <property name="position">0</property>
1472 </packing>
1473 </child>
1474 <child>
1475- <object class="GtkBox" id="hbox30">
1476+ <object class="GtkComboBoxText" id="captions_1_combobox">
1477 <property name="visible">True</property>
1478 <property name="can_focus">False</property>
1479- <child>
1480- <object class="GtkLabel" id="captions_label_2">
1481- <property name="visible">True</property>
1482- <property name="can_focus">False</property>
1483- </object>
1484- <packing>
1485- <property name="expand">False</property>
1486- <property name="fill">False</property>
1487- <property name="position">0</property>
1488- </packing>
1489- </child>
1490- <child>
1491- <object class="GtkComboBoxText" id="captions_2_combobox">
1492- <property name="visible">True</property>
1493- <property name="can_focus">False</property>
1494- <property name="entry_text_column">0</property>
1495- </object>
1496- <packing>
1497- <property name="expand">False</property>
1498- <property name="fill">False</property>
1499- <property name="position">1</property>
1500- </packing>
1501- </child>
1502+ <property name="entry_text_column">0</property>
1503+ </object>
1504+ <packing>
1505+ <property name="expand">False</property>
1506+ <property name="fill">False</property>
1507+ <property name="position">1</property>
1508+ </packing>
1509+ </child>
1510+ </object>
1511+ <packing>
1512+ <property name="expand">False</property>
1513+ <property name="fill">False</property>
1514+ <property name="position">2</property>
1515+ </packing>
1516+ </child>
1517+ <child>
1518+ <object class="GtkBox" id="hbox30">
1519+ <property name="visible">True</property>
1520+ <property name="can_focus">False</property>
1521+ <child>
1522+ <object class="GtkLabel" id="captions_label_2">
1523+ <property name="visible">True</property>
1524+ <property name="can_focus">False</property>
1525+ </object>
1526+ <packing>
1527+ <property name="expand">False</property>
1528+ <property name="fill">False</property>
1529+ <property name="position">0</property>
1530+ </packing>
1531+ </child>
1532+ <child>
1533+ <object class="GtkComboBoxText" id="captions_2_combobox">
1534+ <property name="visible">True</property>
1535+ <property name="can_focus">False</property>
1536+ <property name="entry_text_column">0</property>
1537 </object>
1538 <packing>
1539 <property name="expand">False</property>
1540 <property name="fill">False</property>
1541- <property name="position">3</property>
1542+ <property name="position">1</property>
1543 </packing>
1544 </child>
1545 </object>
1546+ <packing>
1547+ <property name="expand">False</property>
1548+ <property name="fill">False</property>
1549+ <property name="position">3</property>
1550+ </packing>
1551 </child>
1552 </object>
1553- <packing>
1554- <property name="expand">False</property>
1555- <property name="fill">False</property>
1556- <property name="position">1</property>
1557- </packing>
1558 </child>
1559 </object>
1560 <packing>
1561 <property name="expand">False</property>
1562+ <property name="fill">False</property>
1563+ <property name="position">1</property>
1564+ </packing>
1565+ </child>
1566+ </object>
1567+ <packing>
1568+ <property name="expand">False</property>
1569+ <property name="fill">True</property>
1570+ <property name="position">0</property>
1571+ </packing>
1572+ </child>
1573+ <child>
1574+ <object class="GtkBox" id="box1">
1575+ <property name="visible">True</property>
1576+ <property name="can_focus">False</property>
1577+ <property name="orientation">vertical</property>
1578+ <child>
1579+ <object class="GtkLabel" id="label7">
1580+ <property name="visible">True</property>
1581+ <property name="can_focus">False</property>
1582+ <property name="xalign">0</property>
1583+ <property name="label" translatable="yes">List View</property>
1584+ <attributes>
1585+ <attribute name="weight" value="bold"/>
1586+ </attributes>
1587+ </object>
1588+ <packing>
1589+ <property name="expand">False</property>
1590 <property name="fill">True</property>
1591 <property name="position">0</property>
1592 </packing>
1593 </child>
1594 <child>
1595- <object class="GtkBox" id="box1">
1596+ <object class="GtkAlignment" id="alignment4">
1597 <property name="visible">True</property>
1598 <property name="can_focus">False</property>
1599- <property name="orientation">vertical</property>
1600+ <property name="left_padding">12</property>
1601 <child>
1602- <object class="GtkLabel" id="label7">
1603+ <object class="GtkCheckButton" id="use_tree_view_checkbutton">
1604+ <property name="label" translatable="yes">Navigate folders in a tree</property>
1605 <property name="visible">True</property>
1606- <property name="can_focus">False</property>
1607+ <property name="can_focus">True</property>
1608+ <property name="receives_default">False</property>
1609 <property name="xalign">0</property>
1610- <property name="label" translatable="yes">List View</property>
1611- <attributes>
1612- <attribute name="weight" value="bold"/>
1613- </attributes>
1614- </object>
1615- <packing>
1616- <property name="expand">False</property>
1617- <property name="fill">True</property>
1618- <property name="position">0</property>
1619- </packing>
1620- </child>
1621- <child>
1622- <object class="GtkAlignment" id="alignment4">
1623- <property name="visible">True</property>
1624- <property name="can_focus">False</property>
1625- <property name="left_padding">12</property>
1626- <child>
1627- <object class="GtkCheckButton" id="use_tree_view_checkbutton">
1628- <property name="label" translatable="yes">Navigate folders in a tree</property>
1629- <property name="visible">True</property>
1630- <property name="can_focus">True</property>
1631- <property name="receives_default">False</property>
1632- <property name="xalign">0</property>
1633- <property name="draw_indicator">True</property>
1634- </object>
1635- </child>
1636+ <property name="draw_indicator">True</property>
1637 </object>
1638- <packing>
1639- <property name="expand">False</property>
1640- <property name="fill">True</property>
1641- <property name="position">1</property>
1642- </packing>
1643 </child>
1644 </object>
1645 <packing>
1646@@ -922,164 +894,146 @@
1647 </child>
1648 </object>
1649 <packing>
1650- <property name="position">2</property>
1651- </packing>
1652- </child>
1653- <child type="tab">
1654- <object class="GtkLabel" id="label24">
1655- <property name="visible">True</property>
1656- <property name="can_focus">False</property>
1657- <property name="label" translatable="yes">Display</property>
1658- </object>
1659- <packing>
1660- <property name="position">2</property>
1661- <property name="tab_fill">False</property>
1662+ <property name="expand">False</property>
1663+ <property name="fill">True</property>
1664+ <property name="position">1</property>
1665 </packing>
1666 </child>
1667+ </object>
1668+ <packing>
1669+ <property name="position">2</property>
1670+ </packing>
1671+ </child>
1672+ <child type="tab">
1673+ <object class="GtkLabel" id="label24">
1674+ <property name="visible">True</property>
1675+ <property name="can_focus">False</property>
1676+ <property name="label" translatable="yes">Display</property>
1677+ </object>
1678+ <packing>
1679+ <property name="position">2</property>
1680+ <property name="tab_fill">False</property>
1681+ </packing>
1682+ </child>
1683+ <child>
1684+ <object class="GtkBox" id="vbox29">
1685+ <property name="visible">True</property>
1686+ <property name="can_focus">False</property>
1687+ <property name="border_width">12</property>
1688+ <property name="orientation">vertical</property>
1689+ <property name="spacing">18</property>
1690 <child>
1691- <object class="GtkBox" id="vbox29">
1692+ <object class="GtkBox" id="vbox30">
1693 <property name="visible">True</property>
1694 <property name="can_focus">False</property>
1695- <property name="border_width">12</property>
1696 <property name="orientation">vertical</property>
1697- <property name="spacing">18</property>
1698+ <property name="spacing">6</property>
1699 <child>
1700- <object class="GtkBox" id="vbox30">
1701+ <object class="GtkBox" id="list_columns_vbox">
1702 <property name="visible">True</property>
1703 <property name="can_focus">False</property>
1704 <property name="orientation">vertical</property>
1705 <property name="spacing">6</property>
1706 <child>
1707- <object class="GtkBox" id="list_columns_vbox">
1708+ <object class="GtkLabel" id="label33">
1709 <property name="visible">True</property>
1710 <property name="can_focus">False</property>
1711- <property name="orientation">vertical</property>
1712- <property name="spacing">6</property>
1713- <child>
1714- <object class="GtkLabel" id="label33">
1715- <property name="visible">True</property>
1716- <property name="can_focus">False</property>
1717- <property name="xalign">0</property>
1718- <property name="label" translatable="yes">Choose the order of information to appear in the list view.</property>
1719- <property name="wrap">True</property>
1720- </object>
1721- <packing>
1722- <property name="expand">False</property>
1723- <property name="fill">False</property>
1724- <property name="position">0</property>
1725- </packing>
1726- </child>
1727- <child>
1728- <placeholder/>
1729- </child>
1730+ <property name="xalign">0</property>
1731+ <property name="label" translatable="yes">Choose the order of information to appear in the list view.</property>
1732+ <property name="wrap">True</property>
1733 </object>
1734 <packing>
1735- <property name="expand">True</property>
1736- <property name="fill">True</property>
1737- <property name="position">1</property>
1738+ <property name="expand">False</property>
1739+ <property name="fill">False</property>
1740+ <property name="position">0</property>
1741 </packing>
1742 </child>
1743+ <child>
1744+ <placeholder/>
1745+ </child>
1746 </object>
1747 <packing>
1748 <property name="expand">True</property>
1749 <property name="fill">True</property>
1750- <property name="position">0</property>
1751+ <property name="position">1</property>
1752 </packing>
1753 </child>
1754 </object>
1755 <packing>
1756- <property name="position">3</property>
1757- </packing>
1758- </child>
1759- <child type="tab">
1760- <object class="GtkLabel" id="label30">
1761- <property name="visible">True</property>
1762- <property name="can_focus">False</property>
1763- <property name="label" translatable="yes">List Columns</property>
1764- </object>
1765- <packing>
1766- <property name="position">3</property>
1767- <property name="tab_fill">False</property>
1768+ <property name="expand">True</property>
1769+ <property name="fill">True</property>
1770+ <property name="position">0</property>
1771 </packing>
1772 </child>
1773+ </object>
1774+ <packing>
1775+ <property name="position">3</property>
1776+ </packing>
1777+ </child>
1778+ <child type="tab">
1779+ <object class="GtkLabel" id="label30">
1780+ <property name="visible">True</property>
1781+ <property name="can_focus">False</property>
1782+ <property name="label" translatable="yes">List Columns</property>
1783+ </object>
1784+ <packing>
1785+ <property name="position">3</property>
1786+ <property name="tab_fill">False</property>
1787+ </packing>
1788+ </child>
1789+ <child>
1790+ <object class="GtkBox" id="vbox9">
1791+ <property name="visible">True</property>
1792+ <property name="can_focus">False</property>
1793+ <property name="border_width">12</property>
1794+ <property name="orientation">vertical</property>
1795+ <property name="spacing">18</property>
1796 <child>
1797- <object class="GtkBox" id="vbox9">
1798+ <object class="GtkBox" id="vbox11">
1799 <property name="visible">True</property>
1800 <property name="can_focus">False</property>
1801- <property name="border_width">12</property>
1802 <property name="orientation">vertical</property>
1803- <property name="spacing">18</property>
1804+ <property name="spacing">6</property>
1805 <child>
1806- <object class="GtkBox" id="vbox11">
1807+ <object class="GtkLabel" id="label18">
1808 <property name="visible">True</property>
1809 <property name="can_focus">False</property>
1810- <property name="orientation">vertical</property>
1811- <property name="spacing">6</property>
1812- <child>
1813- <object class="GtkLabel" id="label18">
1814- <property name="visible">True</property>
1815- <property name="can_focus">False</property>
1816- <property name="xalign">0</property>
1817- <property name="label" translatable="yes">Files</property>
1818- <attributes>
1819- <attribute name="weight" value="bold"/>
1820- </attributes>
1821- </object>
1822- <packing>
1823- <property name="expand">False</property>
1824- <property name="fill">False</property>
1825- <property name="position">0</property>
1826- </packing>
1827- </child>
1828+ <property name="xalign">0</property>
1829+ <property name="label" translatable="yes">Files</property>
1830+ <attributes>
1831+ <attribute name="weight" value="bold"/>
1832+ </attributes>
1833+ </object>
1834+ <packing>
1835+ <property name="expand">False</property>
1836+ <property name="fill">False</property>
1837+ <property name="position">0</property>
1838+ </packing>
1839+ </child>
1840+ <child>
1841+ <object class="GtkAlignment" id="alignment11">
1842+ <property name="visible">True</property>
1843+ <property name="can_focus">False</property>
1844+ <property name="left_padding">12</property>
1845 <child>
1846- <object class="GtkAlignment" id="alignment11">
1847+ <object class="GtkBox" id="vbox21">
1848 <property name="visible">True</property>
1849 <property name="can_focus">False</property>
1850- <property name="left_padding">12</property>
1851+ <property name="orientation">vertical</property>
1852+ <property name="spacing">6</property>
1853 <child>
1854- <object class="GtkBox" id="vbox21">
1855+ <object class="GtkBox" id="hbox20">
1856 <property name="visible">True</property>
1857 <property name="can_focus">False</property>
1858- <property name="orientation">vertical</property>
1859- <property name="spacing">6</property>
1860+ <property name="spacing">12</property>
1861 <child>
1862- <object class="GtkBox" id="hbox20">
1863+ <object class="GtkLabel" id="preview_label_0">
1864 <property name="visible">True</property>
1865 <property name="can_focus">False</property>
1866- <property name="spacing">12</property>
1867- <child>
1868- <object class="GtkLabel" id="preview_label_0">
1869- <property name="visible">True</property>
1870- <property name="can_focus">False</property>
1871- <property name="xalign">0</property>
1872- <property name="label" translatable="yes">Show _thumbnails:</property>
1873- <property name="use_underline">True</property>
1874- <property name="mnemonic_widget">preview_image_combobox</property>
1875- </object>
1876- <packing>
1877- <property name="expand">False</property>
1878- <property name="fill">False</property>
1879- <property name="position">0</property>
1880- </packing>
1881- </child>
1882- <child>
1883- <object class="GtkComboBox" id="preview_image_combobox">
1884- <property name="visible">True</property>
1885- <property name="can_focus">False</property>
1886- <property name="model">model7</property>
1887- <child>
1888- <object class="GtkCellRendererText" id="renderer7"/>
1889- <attributes>
1890- <attribute name="text">0</attribute>
1891- </attributes>
1892- </child>
1893- </object>
1894- <packing>
1895- <property name="expand">False</property>
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches