-
9c1b603...
by
Sebastien Bacher
on 2012-04-16
-
Import patches-unapplied version 1:3.4.1-0ubuntu1 to ubuntu/precise-proposed
Imported using git-ubuntu import.
Changelog parent: b886a4cd106bf9ac822ae8f99f6b36b369a80e6d
New changelog entries:
* New upstream version:
- Don't display comment field for desktop files
- Fix off-by-one error in file operation counts
- Fix mouse hardware back/forward buttons not working correctly
(lp: #486358)
- Fix "Undo Trash" for files with non-ASCII characters
- Fix name corruption for untitled files under some circumstances
* debian/patches/revert_desktop_comment.patch,
debian/patches/git_utf_undo.patch,
debian/patches/git_no_freespace_cpu_look.patch,
debian/patches/git_copy_off_by_one.patch:
- dropped, those fixes are in the new version
-
b886a4c...
by
Sebastien Bacher
on 2012-04-15
-
Import patches-unapplied version 1:3.4.0-0ubuntu3 to ubuntu/precise
Imported using git-ubuntu import.
Changelog parent: 18a5a6faf26d4be3976b5161a542d21fb6f4ddfb
New changelog entries:
* debian/patches/dont_wrap_labels_after_dots.patch:
- don't wrap labels after a dot if they are followed by a number,
the upstream code has a hack for 3 digit version numbers which
doesn't really make sense (lp: #942539)
* debian/patches/git_utf_undo.patch:
- git patch, fix undo failing to restore files with non ascii chars
(lp: #973620)
-
18a5a6f...
by
Sebastien Bacher
on 2012-04-05
-
Import patches-unapplied version 1:3.4.0-0ubuntu2 to ubuntu/precise
Imported using git-ubuntu import.
Changelog parent: a8ecc73afcd6b35c3e32a149d24e3453bd0864ce
New changelog entries:
* debian/patches/git_copy_off_by_one.patch:
- "Off-by-one error in count of copied files" (lp: #930944)
* debian/patches/git_no_freespace_cpu_look.patch:
- correct free space calculation and avoid cpu loops (lp: #965493)
-
a8ecc73...
by
Sebastien Bacher
on 2012-03-26
-
Import patches-unapplied version 1:3.4.0-0ubuntu1 to ubuntu/precise-proposed
Imported using git-ubuntu import.
Changelog parent: 53ac4f4b921b4b737cfc221ec137c2a28ba026b0
New changelog entries:
* New upstream version
- Fix a regression where "Open With" was hidden for folders (lp: #964186)
-
53ac4f4...
by
Sebastien Bacher
on 2012-03-22
-
Import patches-unapplied version 1:3.3.92-0ubuntu2 to ubuntu/precise
Imported using git-ubuntu import.
Changelog parent: 669f92c5026173b3ea36ae9a55d3100f6842ca45
New changelog entries:
* debian/patches/revert_desktop_comment.patch:
- revert git commit to change the .desktop handling code which leaded
to have the filename displayed with the comment field next to it
(lp: #961141)
-
669f92c...
by
Sebastien Bacher
on 2012-03-20
-
Import patches-unapplied version 1:3.3.92-0ubuntu1 to ubuntu/precise
Imported using git-ubuntu import.
Changelog parent: 31f495bad685eb7725a03ab00c53ca8a4bf51fc1
New changelog entries:
* New upstream version:
- Fix scrolling in compact view to work with latest GTK
- Fix Ctrl+Scroll zooming to work with latest GTK
- Don't hide Open With applications for subtypes
of application/x-desktop (lp: #38434)
- Add support for the "network" GVolume class identifier
- Fix a crash at exit with certain extensions that keep refs of
the NautilusFileInfos (lp: #449796)
- Fix initial focus row when moving the focus into the Places
sidebar (lp: #940951)
- Fix Shift+Click selection when going back/forward in browsing
history (lp: #953245)
- Fix packing of desktop file box in properties view
- Fix pathbar button sizing when a file watched by the pathbar
changes name (lp: #952648)
- Fix properties window not being able to shrink size (lp: #948524)
- Remove unused --enable-profiler configure option
- Let drag the dialog by the toolbar (lp: #953004)
* debian/patches/git_handle_ctrl_scroll.patch:
- dropped, the fix is in the new version
* debian/patches/12_unity_launcher_support.patch:
- use correct capitalization, list the source in potfiles so it's
translatable (lp: #958517)
* drop appindicator patch, the option was turned off and it creates work
-
31f495b...
by
Sebastien Bacher
on 2012-03-08
-
Import patches-unapplied version 1:3.3.91-0ubuntu4 to ubuntu/precise
Imported using git-ubuntu import.
Changelog parent: d613f68cd29293bf6accfc2fb9e0d43b96381593
New changelog entries:
* debian/patches/git_handle_ctrl_scroll.patch:
- don't run into an assert on ctrl-scroll (lp: #949591)
* debian/patches/zg_activity_logging.patch:
- updated version from Siegfried Gevatter, should fix lp: #947489
-
d613f68...
by
Jeremy Bicha
on 2012-03-08
-
Import patches-unapplied version 1:3.3.91-0ubuntu3 to ubuntu/precise
Imported using git-ubuntu import.
Changelog parent: 320c0b3b2f8ff77fc1b7ac22546bafeeb58c6892
New changelog entries:
* Update nautilus-home.desktop for freedesktop action spec too
Thanks Doug McMahon for reporting this!
-
320c0b3...
by
Jeremy Bicha
on 2012-03-06
-
Import patches-unapplied version 1:3.3.91-0ubuntu2 to ubuntu/precise
Imported using git-ubuntu import.
Changelog parent: 4124095d67d544431916b5a1a0613f95c4fd80e6
New changelog entries:
* debian/patches/20_static_unity_quicklist.patch:
- Use title case and update for new freedesktop desktop action spec
-
4124095...
by
Sebastien Bacher
on 2012-03-06
-
Import patches-unapplied version 1:3.3.91-0ubuntu1 to ubuntu/precise
Imported using git-ubuntu import.
Changelog parent: b4c2668b4807f2aa6f15ff8470e79782d30a9bb4
New changelog entries:
* New upstream version:
- Ensure pathbar scrolling works with latest GTK
- Fix a crash when unmounting volumes with non-empty trash
- Fix a race condition leading to a crash when closing window slots
under certain circumstances
* debian/control.in:
- updated gtk requirements
* debian/patches/21_fix_crash_during_unmount.patch:
- dropping, the fix is in the new version
* debian/patches/22_fix_crash_from_extra_slot_ref.patch:
- dropping, the fix is in the new version