Skip to content
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

Remove remnants of the deactivated sorting mechanism. #144

Merged
merged 1 commit into from
May 18, 2024

Conversation

cristian64
Copy link
Collaborator

This sorting mechanism was deactivated in 65bb529, but the actual functionality was still in the code base.

Note that sorting was disabled due to its implementation being destructive: the actual watch nodes were reordered; not just the visual representation of the items in the Qt tree view. If the functionality is reinstated in the future, a QSortFilterProxyModel should be used.

This sorting mechanism was deactivated in 65bb529, but the
actual functionality was still in the code base.

Note that sorting was disabled due to its implementation being
destructive: the actual watch nodes were reordered; not just the visual
representation of the items in the Qt tree view. If the functionality
is reinstated in the future, a `QSortFilterProxyModel` should be used.
@dreamsyntax
Copy link
Collaborator

We probably wont ever want this feature, but a search filter that doesnt destroy the dmw struct could be cool.

@dreamsyntax dreamsyntax merged commit 061257b into aldelaro5:master May 18, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants