If it's possible at all, it should be easy. I will try it the next days.
I'd make it the default behaviour; without a configuration entry but
with a new menu entry "restore selection" that can also be used to
restore it when you made a wrong click and lost your current selection
by accident.
Anyways, it might be difficult to get the information from KIO which
files actually have been copied/moved. IIRC Csaba said it wasn't
possible, but this was in the middle of KDE3 times...
bye,
Jonas
>
> --
> You received this message because you are subscribed to the Google
> Groups "krusader-devel" group.
> To post to this group, send email to krusade...@googlegroups.com.
> To unsubscribe from this group, send email to krusader-deve...@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/krusader-devel?hl=en
> .
>
On Thursday 09 December 2010 21:04:58 Jonas Bähr wrote:
> Hi,
>
> Am 09.12.2010 um 18:33 schrieb Jan Lepper:
> > On Thursday 09 December 2010 13:21:02 franz steinhaeusler wrote:
> >> There is an old feature request:
> >> http://www.krusader.org/phpBB/viewtopic.php?p=11246
> >> (Unselect files after copy/move)
> >>
> >> Would it be complicated to impolement this behaviour?
> >>
> >> Maybe a setting in configuration settings: delete selection after
> >> operation
> >
> > If it's possible at all, it should be easy. I will try it the next
> > days.
>
> I'd make it the default behaviour; without a configuration entry but
> with a new menu entry "restore selection" that can also be used to
> restore it when you made a wrong click and lost your current selection
> by accident.
>
> Anyways, it might be difficult to get the information from KIO which
> files actually have been copied/moved. IIRC Csaba said it wasn't
> possible, but this was in the middle of KDE3 times...
>
> bye,
> Jonas
>
Unfortunately it is still true. KIO notifies us when a directory which is to
be copied is created at the destination, but not when copying the contents is
finished.
So the only thing we could do now is either deselecting everything at the
start of the operation, or when it is finished.
Bye,
Jan
IMHO the user's selection and operations on files are two separate
concepts and as such the selection should not change arbitrarily. If
the 'in operation' marker idea is not acceptable, I propose either
clearing the selection on operation start or not at all (current
behavior).
Regards,
Gregor
2010/12/29 Stanislav Řehák <hal...@gmail.com>:
There is a third option though: Write a patch for KIO got the the
needed notifications. KDE-4.6 is nearly out of the door so tunk should
be open for new features very soon.
bye,
Jonas
>
> Bye,
> Jan
This is possible too, of course. But I'm afraid, I currently don't have time
to look into this.
Bye,
Jan
This should be possible.