github hydrusnetwork/hydrus v404
Version 404

latest releases: v573, v572, v571...
3 years ago
  • column lists:
  • all multi-column lists across the program now remember the widths of their columns when they are next recreated
  • the last column of any list is now universally the 'stretching' column, which should correctly initialise with its preferred/previous size, but also grows and shrinks with the parent window
  • while all lists retain their initial rows height, and those in the gallery and watcher management panels will continue to grow and shrink in a fixed way, all lists in dialog windows can now be shrunk down to four rows
  • the minimum size of any column is now much smaller, about three characters
  • all column headers now tooltip their name
  • lists should be better about sizing in non-100% OS UI scalings
  • the lists that are automatically sorted (e.g. the download pages, and manage subs) now remember the last sort you gave them
  • future plans, now within reach:
  • all lists will sort, sort arrows will appear on the header, and sort will be faster
  • columns will be rearrangeable
  • columns will be hide/showable, and initially hidden complicated columns will be available
  • there will be some, maybe optional, capability to have lists sync live, so if you edit one, the others do the same
  • num rows height memory, maybe--we'll see how the above shakes out first
  • boring code changes:
  • moved list code to a new sub-module
  • wrote a status object for column list current columns, widths, and sort, and plugged it into list code
  • wrote a manager to handle column statuses, and plugged it into the main controller and db
  • wrote definitions for every list (66 or so different lists!) and all their columns, and unified width, name, default sort, and future hideabality and default hide/show status to that one easy to edit and extend location
  • rewrote list column and sort initialisation to work off the new status object and added hooks for list sorting and column resizing to save new status back
  • rewrote every list column instantiation to use the new system
  • numerous misc column list code cleanup
  • .
  • the rest:
  • double middle-clicking on the page tab bar should now correctly close two tabs in a row (rather than opening the rename page dialog on the second)
  • entering an odd number of hex characters into system:hash no longer causes an error. this will be changed in future to properly highlight and explain badly pasted or incorrect-length hashes in future
  • the new red text for non-functional status texts in review services now properly re-colours itself between normal/red when an error or resolution occurs while the panel is open
  • hydrus now knows if it is running in the Haiku operating system and has preliminary platform specificity. if you are interested in helping to get hydrus running properly in Haiku, please join in with github issue #358
  • cleaned up a mix of smaller code, unused variables and imports and so on

Don't miss a new hydrus release

NewReleases is sending notifications on new releases.