Quote:
Originally Posted by Starson17
It worked in all my tests. Not knowing the code, however, it's hard to be sure if I was doing a proper test.
|
Thanks. That helps.
The changes were quite localized. The sort method was completely rewritten to improve performance and to support multiple sort criteria during a single sort. Several call sites that needed multiple-criteria, such the content server and calibre startup, were changed to use the new method. Some places in the gui, such as redisplay after search or device connection, were also changed to respect sort history (multiple criteria). This last was the bug reported by jhempel24 in this thread, which provoked this effort.
If calibre sorted when you thought it should, and if the sort looked right, then there is a good chance we were successful.
Thanks again.