[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2010-09-15 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed = Fix Released

** Changed in: nautilus
   Importance: Unknown = Wishlist

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2010-02-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/nautilus

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2010-01-07 Thread Neil Hooey
Do you fix lots of things in Nautilus?

I'm more generally wondering how you specifically found the code that
controls that feature. I remember looking a while ago and giving up
because it was taking too long.

On Wed, Jan 6, 2010 at 15:54, Marcus Carlson launch...@mejlamej.nu wrote:
 @Neil, np ;) . Almost forgot I had this one fixed. Nice to finally see
 it get into ubuntu :)

 I'm just doing it for fun and to get my OS of choice better :)

 --
 Ctrl+Shift Select doesn't select a new set of files
 https://bugs.launchpad.net/bugs/148297
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2010-01-07 Thread Marcus Carlson
Quite off topic but, i did fix a couple of things in nautilus but now
I've got more interesting stuff to work on - I hope I'll get time to fix
things in nautilus later again.

Do not give up - getting to know a codebase as large and complex as
nautilus does take time. Begin with the easier things first (might not
be something you care about, but certainly someone else) and when you
feel comfortable browsing the code then you get the bigger fishes ;)

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2010-01-06 Thread Sebastien Bacher
the bug is fixed in karmic and lucid

** Changed in: nautilus (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2010-01-06 Thread Sebastien Bacher
the bug is fixed in karmic and lucid now!

** Changed in: hundredpapercuts
   Status: New = Fix Released

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2010-01-06 Thread Sebastien Bacher
** Changed in: nautilus (Ubuntu)
   Status: Fix Released = Fix Committed

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2010-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package nautilus - 1:2.29.1-0ubuntu1

---
nautilus (1:2.29.1-0ubuntu1) lucid; urgency=low

  * New upstream version:
- Make browser mode the default
- Add split view mode
- Browser UI reorganization
- Better background support on multi-monitor setups
- Support new default location on mounts
- Add extension api to lookup NautilusFileInfo objects
- Make the search toolbar button a toggle button (lp: #57210, #392292)
- Change text selection when using f2 several times (lp: #55996)
- Ctrl+shift does multiple range selection in list view (lp: #148297)
- Correctly toggle the show hidden files option (lp: #318151)
- Opening of unknown files types displays a list of softwares (lp: #435780)
- Fix the end key action in the image details (lp: #448786)
- Use correct Borders for the sidebar (lp: #380838)
- Display tooltips over sidebar bookmarks (lp: #432485)
  * debian/control.in:
- updated gnome-desktop requirement
  * debian/nautilus-data.gconf-defaults:
- don't set browser mode there since that's upstream default now
  * debian/patches/01_manpage.patch:
- the change is upstream now
  * debian/patches/91_correct_rgba_use.patch:
- change by Cody Russell to fix rgba issue (lp: #491521)
  * debian/rules:
- updated shlib version
 -- Sebastien Bacher seb...@ubuntu.com   Wed, 06 Jan 2010 17:14:33 +0100

** Changed in: nautilus (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2010-01-06 Thread Neil Hooey
Thanks Marcus, several months later it's finally in lucid and apparently
karmic. When should doing an `apt-get dist-upgrade` reflect the change?

Do you work for Canonical, or do you do this for fun?

On Sun, Sep 27, 2009 at 15:37, Marcus Carlson launch...@mejlamej.nu
wrote:

 Neil, patch is upstream now - let's hope someone sees it and finds it
 enough useful for inclusion.

 --
 Ctrl+Shift Select doesn't select a new set of files
 https://bugs.launchpad.net/bugs/148297
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2010-01-06 Thread Marcus Carlson
@Neil, np ;) . Almost forgot I had this one fixed. Nice to finally see
it get into ubuntu :)

I'm just doing it for fun and to get my OS of choice better :)

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2009-09-29 Thread Pedro Villavicencio
this has been fixed upstream commit is at :
http://git.gnome.org/cgit/nautilus/commit/?id=8fe1a569690abd8a472041886b883b55852d445f

** Changed in: nautilus (Ubuntu)
   Status: Triaged = Fix Committed

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2009-09-28 Thread Sebastien Bacher
thank you for your work there, you might want to send the patch the
nautilus-list for review since the nautilus hackers are usually too busy
to keep up with the number of comments made in bugzilla nowadays

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2009-09-27 Thread Marcus Carlson
Is it something like this you'd like?
(Sorry about the size)

** Attachment added: nautilus_multiselect.ogv
   http://launchpadlibrarian.net/32530361/nautilus_multiselect.ogv

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2009-09-27 Thread Neil Hooey
@Macrus: Yeah that is exactly what I'm talking about. I believe any
selection list in any context to do with computers should have this
feature, it's so useful.

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2009-09-27 Thread Marcus Carlson
Neil, patch is upstream now - let's hope someone sees it and finds it
enough useful for inclusion.

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2009-09-27 Thread Neil Hooey
@Marcus Carlson: You are the man. That's been annoying me for about 10
years now. ;)

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2009-06-20 Thread Norbert Klein
** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2008-09-09 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New = Confirmed

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2008-09-09 Thread Sebastien Bacher
the bug should be fixed for the icon view in intrepid now, that's still
an issue when using the list view though

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2007-10-18 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown = New

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

2007-10-17 Thread Pedro Villavicencio
Thanks for your report, that's known upstream you can track it and make
your comments here: http://bugzilla.gnome.org/show_bug.cgi?id=410497

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Triaged

** Also affects: nautilus via
   http://bugzilla.gnome.org/show_bug.cgi?id=410497
   Importance: Unknown
   Status: Unknown

-- 
Ctrl+Shift Select doesn't select a new set of files
https://bugs.launchpad.net/bugs/148297
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs