User-Agent: Opera/9.21 (X11; Linux i686; U; de) Build Identifier: It should be possible to reorder files manually in renamer’s file list. Reproducible: Always Steps to Reproduce: 1. Add files to renamer’s list 2. Try to drag and drop them around within that list Actual Results: Nothin happens. Expected Results: The renamer should move files where they ought to be.
Created attachment 2012 Patch to implement reorder Here is a patch to implement reorder in the renamer dialog. thunar-renamer-model: - Adds a new function to move a list of GtkTreePaths to a new position in the list. - Renames thunar_renamer_model_append to thunar_renamer_model_insert() so we can send an insert position. - Macro for thunar_renamer_model_append to use thunar_renamer_model_insert(.., -1). thunar-renamer-dialog: - Use the exo-tree-view instead of gtk-tree-view, so we can implement rubberbanding (for dnd and remove). - Dnd changes: insert in position in the list, reorder rows in the list.
While the focus for the 1.2 flag is bugfixes, I think this is a nice addition to the renamer, and it actually makes the numbering renamer useful. So maybe if we do some testing and reviewing, we can get this in thunar before the Xfce 4.6b3 release (??).
(In reply to comment #2) > While the focus for the 1.2 flag is bugfixes, I think this is a nice addition > to the renamer, and it actually makes the numbering renamer useful. So maybe if > we do some testing and reviewing, we can get this in thunar before the Xfce > 4.6b3 release (??). Works fine here. I'm ok with a few new features as long as they are not major ones. Feel free to commit.
Committed in revision 28975.