Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Feature Ideas
| | |-+  selecting multiple files for copy/cut/delete
« previous next »
  • Print
Pages: 1 [2]

Author Topic: selecting multiple files for copy/cut/delete  (Read 5348 times)

Offline pabouk

  • Member
  • *
  • Posts: 387
Re: selecting multiple files for copy/cut/delete
« Reply #15 on: April 21, 2010, 06:08:59 AM »
Quote from: safetydan on April 21, 2010, 03:42:28 AM
Once you navigated away, you would lose your selection.
Such a limitation would make the multiselect useless for moving and copying files between directories. You probably wanted to say:
Quote
Once you start selection in a different directory, you would lose your old selection.
Such simplification is reasonable. I think that selection inside single directory is sufficient in most of the cases of use if you will be able to select directories beside files.
Logged

Offline safetydan

  • Developer
  • Member
  • *
  • Posts: 248
Re: selecting multiple files for copy/cut/delete
« Reply #16 on: April 21, 2010, 06:37:02 AM »
Quote from: pabouk on April 21, 2010, 06:08:59 AM
Quote
Once you start selection in a different directory, you would lose your old selection.
Such simplification is reasonable. I think that selection inside single directory is sufficient in most of the cases of use if you will be able to select directories beside files.

Yeah that's what I was going for. The difficulty will be finding somewhere to store the selected items and figuring out some way to display the selection. Check marks or something similar in the list view might work for display. As for where to store the selection, perhaps a flag could be stored against the file entry in dircache? Would make this a dircache only feature though.
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: selecting multiple files for copy/cut/delete
« Reply #17 on: April 21, 2010, 01:48:06 PM »
Including this information in dircache does seem reasonable.  I have a hard time imagining that people wishing to navigate between directories for bulk copy (etc.) operations will not have this turned on already.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline gulak

  • Member
  • *
  • Posts: 26
Re: selecting multiple files for copy/cut/delete
« Reply #18 on: April 21, 2010, 02:43:30 PM »
If I understand it correctly, this limitation
Quote
Once you start selection in a different directory, you would lose your old selection.
is no longer valid, with an additional flag in dircache, isn't it?
The ui selection is made in the list view, but the information, which item is selected is stored in dircache.

Quote from: Llorean on April 20, 2010, 04:54:39 PM
But you can't really say "here's my code, but you have to accept it on my unacceptable terms" then blame the project for not meeting your external conditions.
Please provide a prove to your accusation. If you can't then I expect an excuse from you.
You can quote my post, but please don't quote some nonsense from yourself and then say I said it.
And, please respect this forum's rule and stay on topic. This thread is about multiselection.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: selecting multiple files for copy/cut/delete
« Reply #19 on: April 21, 2010, 03:28:23 PM »
Quote from: gulak on April 21, 2010, 02:43:30 PM
Quote from: Llorean on April 20, 2010, 04:54:39 PM
But you can't really say "here's my code, but you have to accept it on my unacceptable terms" then blame the project for not meeting your external conditions.
Please provide a prove to your accusation. If you can't then I expect an excuse from you.
You can quote my post, but please don't quote some nonsense from yourself and then say I said it.
And, please respect this forum's rule and stay on topic. This thread is about multiselection.


That was a general "you" not a specific. You said the code guidelines were preventing work from being included, my statement was only that they don't prevent it. Authors choosing not to follow them prevents it.

As for on-topicness, I was responding to a post in this thread. I suppose if you follow the transitive property, it's your original statement that was off-topic. Someone's free to split these, of course.
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: selecting multiple files for copy/cut/delete
« Reply #20 on: April 21, 2010, 09:12:24 PM »
dircache probably isnt sensible, but you maybe oculd use the regular file attributs (assuming one bit is free). you ould still be limited to only one folder but that is a good thing anyway. otherwise it owuld be too confusing.
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: selecting multiple files for copy/cut/delete
« Reply #21 on: April 22, 2010, 02:21:33 PM »
Well, I for one would like to see this happen...

Not just for copy/cut/delete either, I imagine this would be usefull for inserting to the playlist also (like, if you wanted to add *most* of an album, but not *all* of it).


[St.]
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline gulak

  • Member
  • *
  • Posts: 26
Re: selecting multiple files for copy/cut/delete
« Reply #22 on: April 22, 2010, 02:25:24 PM »
Quote from: [St.] on April 22, 2010, 02:21:33 PM
I imagine this would be usefull for inserting to the playlist also (like, if you wanted to add *most* of an album, but not *all* of it).
You can do this already with the Hotkey (well, with a small modification in one line in the code).

Quote from: Llorean on April 20, 2010, 04:54:39 PM
But you can't really say "here's my code, but you have to accept it on my unacceptable terms" then blame the project for not meeting your external conditions.
No, I didn't say it.

Quote from: Llorean on April 21, 2010, 03:28:23 PM
You said the code guidelines were preventing work from being included,
No, I didn't say it.

Sorry for that Off-Topic stuff, but it's important for me, to make clear, I didn't say the nonsense I was accused of. I opened another thread, but it was deleted and I hope this won't get deleted again.
This is my last post here and I want to say thank you, to everyone who has contributed to rockbox. You're doing a great job and don't let guys like Llorean discourage you!

@admin: you can delete my account.
« Last Edit: April 23, 2010, 02:38:16 PM by gulak »
Logged

  • Print
Pages: 1 [2]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Feature Ideas
| | |-+  selecting multiple files for copy/cut/delete
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.188 seconds with 14 queries.