bbappserver
bbappserver
See also https://github.com/hydrusnetwork/hydrus/issues/597
> Would "remove files undo" go under the same widget system or is that a separate issue? That's a different issue but part of the same system. It also interacts...
Even if it doesn't know it could easily enough see that two seperate parts of the program are using the same key and warn that it may conflict.
Perhaps the metadata merge should simply retain the URL associations for all hashes in the group, rather than doing a hard copy and present directly related urls then a vertical...
https://github.com/hydrusnetwork/hydrus/issues/348
Ideally give each tab an QUndoStack, and have the undo views and keyboard listeners affect the "selected undo stack" where this undo stack is the stack of the tab currently...
120s of grace is probably not nearly enough. Hydrus can take as long as 10 minutes to shutdown sometimes, depending how many pending things need to be stopped.
In principle this is just a **name given to a logical expression**. This is functionally identical to making a query and then saving it as a favourite query. The only...
The way drag and drop works is that the system says there is something on the clipboard(yes technically internally systems treat drag and drop as another clipboard). Hydrus has no...
Some 3rd party applications are working on this problem. I became frustrated with hydrus's lack of meta-infromation a few years ago an over-engineered django app for it. https://github.com/bbappserver/retcon Although some...