summaryrefslogtreecommitdiff
path: root/src/downloadstab.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add author and uploader columns to mod list (#2269)Jonathan Feenstra2025-08-181-0/+2
|
* Mass Metadata Parsing: Prevent re-querying and manual prompts to enter ↵Jonathan Feenstra2025-05-231-2/+22
| | | | | | | | | | | missing data (#2135) * Add a button to "Query Info" of every download in the list --------- Co-authored-by: Deewens <dudonadrien@gmail.com> Co-authored-by: KenJyn76 <liambonilla@gmail.com> Co-authored-by: Al <26797547+Al12rs@users.noreply.github.com>
* Apply clang-format.Mikaël Capelle2023-07-091-18/+31
|
* Fix download of meta-information in download tab.Mikaël Capelle2021-01-311-3/+1
|
* Rename DownloadListWidget -> DownloadListView. Clean context menu.Mikaël Capelle2021-01-151-4/+4
|
* renamed DownloadList::lessThan to lessThanPredicate and added a comment that ↵isanae2020-12-281-1/+1
| | | | it's used with the filter widget
* removed setUpdateDelay(false) calls, it's the defaultisanae2020-12-261-21/+10
| | | | FilterWidget for downloads tab
* split downloads tabisanae2020-12-261-0/+88