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

DownloadListView improvements #1362

Merged
merged 3 commits into from
Jan 16, 2021

Conversation

Holt59
Copy link
Member

@Holt59 Holt59 commented Jan 15, 2021

Closes #924


  • Rename DownloadListWidget to DownloadListView to be consistent with other view (ModListView, PluginListView, etc.).
  • Clean the context menu code by removing the m_ContextRow attribute and use new-style slots for actions.
  • Handle multiple key events:
    • enter: install
    • delete: remove or cancel (if downloading)
    • space: pause / resume downloads

@Al12rs Al12rs added this to the 2.4.0alpha6 milestone Jan 16, 2021
@Al12rs Al12rs merged commit 19556bc into ModOrganizer2:master Jan 16, 2021
@Holt59 Holt59 deleted the downloadlistview-cleaning branch February 7, 2021 19:45
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.

Add keyboard navigation and shortcuts to Downloads tab.
2 participants