! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Versioned sorting
Status:
RESOLVED: WONTFIX
Severity:
enhancement

Comments

Description Nick Schermer editbugs 2008-02-03 12:31:44 CET
Hidden setting to disable versioned sorting.
Comment 1 Nick Schermer editbugs 2008-02-03 12:32:11 CET
Created attachment 1508 
Patch to implement hidden setting MiscVersionCompare
Comment 2 Nick Schermer editbugs 2008-02-03 15:41:02 CET
Created attachment 1509 
Patch to implement hidden setting MiscVersionCompare v2

Updated version of the previous patch.

- Initialize the model data.
- thunar-list-model now uses a global variable to determ whether to sort with version_compare. This way the setting is also used when sorting by group etc. and sort_by_version can be dropped. I'm not a fan of global vars, but in this case i think it's the cleanest solution and since the entire instance uses the same setting it shouldn't be a problem. The model still holds a boolean itself to check if it needs to call thunar_list_model_sort when thunar_list_model_set_version_compare is called.
- Remove unneeded spaces change.

Bug #3831

Reported by:
Nick Schermer
Reported on: 2008-02-03
Last modified on: 2012-09-26

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information