-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
GUI: Download sizes should be sorted as numbers, not strings. #1419
Comments
That is The default sorting, done in mainmodlist.cs ----- Ursprüngliche Nachricht ----- Steps to reproduce: |
Thaks. |
What exactly do you mean? |
Please create a new issue for this. :) |
Really? Okay, that does not stop anyone. |
@jenyaza01 yup, one issue for every request is normal. ----- Ursprüngliche Nachricht ----- Really? Okay, that does not stop anyone. |
* 1420_adjust: Simply colum sorting to use methods rather than closures Implemented a int sorter Moved the creation of the 3 different sorter kinds into different methods for: string based, integer based and checkbox based fixes #1419
* origin/master: (31 commits) Simply colum sorting to use methods rather than closures GUI: Partially documented the process of updating the mod list Release v1.14.1 (Eris) Fix a castexception when installing metapackage The install logic still used a KeyValuePair<GuiMod, GuiModChangeTyp> while everything else uses ModChange object's now reordering of repos isn't weird anymore fixes #1409 Add missing PR on CHANGELOG for netkan.exe --version GUI: Extra documentation on modlist reasons. Made the reasons more uniform in the changeset Documented CreateSortedModList, made it *hopefully" forward compatible Use the name in the reasons, not the identifier The SelectionReason's should be human friendly. A identifier isn't. fixed tmp test Sort the changeset list by action an their reason the actions are sorted in the order Remove, Action and Install the reasons are only sorted for install, based on if a to be installed mod depends on another to be installed mod Renamed the description column to "Reason for action Fill the description column with the selection reasons Or if it is an update, just say to which version we are going to Fixed a typo in the Depends reason Changeset is now using one ModChange instance per change This ModChange class also contains a Selectionreason which is used to describe why a mod was select for a change in a human friendly way made the selectionreason public Added missing pr number Implemented a int sorter Moved the creation of the 3 different sorter kinds into different methods for: string based, integer based and checkbox based fixes #1419 protect the @thumbs folder as well ...
Steps to reproduce:
The text was updated successfully, but these errors were encountered: