-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Paths and Folders to Catalogue TreeView #97
base: main
Are you sure you want to change the base?
Conversation
While testing I got one issue when trying to drag a folder inside a folder:
|
It crashes, I don't know why.
This is fixed, but I have a new problem, maybe related to a newer Pyside6 version and unrelated to folders/paths: 176b8fa |
Doesn't crash anymore but folder drag and drop doesn't work. It should either work or acceptDrop should return false for folders. |
OK, I agree. When dropping a folder the full folder-structures (with subfolders and its catalogues) will be moved and/or created. I think they should be deleted from their previous/dragged position. What do you think? However, moving a folder is not undoable, except for moving it back manually. Or when there was a catalogue inside, this is undoable. |
Addresses #59