-
Notifications
You must be signed in to change notification settings - Fork 286
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 catalog action #1276
Add catalog action #1276
Conversation
…'t work with the comma trick)
* make the options drawer open when displaying a catalog entry
Nice idea. But it doesn't seem to work for me. It opens the catalog prefs with the panel open, but there's nothing selected and the new entry isn't there. If I click on one of the other catalog sections and come back, I see a new entry with the folder's name, but it's missing the path to the folder so I have to manually set it. |
Oh, and the precedence was set very low, but anything above 0 must be significant. It ended up as the 5th action overall for me (so it became the default for all files/folders). |
…ng an object This means that if you run 'show source in catalog' on an object in 'Recent Objects' and another catalog source, the method will always return the original catalog source (not 'recent objects')
Right you are. I've added a few more commits to fix things properly. Cheers |
The UI looks better. The new entry is selected with its info panel open. But when I try to touch it, changing the contents from "None" to "Folder Contents", QS hangs. For what it's worth, I pulled this down yesterday so I don't have the last commit on my end. I don't think that would fix it though. Here's the stack trace. Sorry I'm just finding problems today. :-)
|
You always do a better job than me. I'm looking forward to the synonyms That error's from a small typo, fixed in the latest pull request. Cheers :) On 8 January 2013 14:47, Rob McBroom notifications@github.com wrote:
|
Much better. I'll play with it a bit. |
Another one waiting to use |
Yep, as soon as release is merged into master, I'll rebase and add the commit |
You're up. :-) |
QS hangs whenever I use the 'Add To Catalog' action. The folder is added, but I have to relaunch to use QS again. Nothing seems to go to Console. Using 3947 updated from QSapp.com's ß71. |
See #1388 It'll be fixed in the final release |
Adds a new action to allow you to add files/folders directly to the catalog.
Plus a few other tidyups