summaryrefslogtreecommitdiff
path: root/src/downloadlistwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename DownloadListWidget -> DownloadListView. Clean context menu.Mikaël Capelle2021-01-151-418/+0
|
* task dialog for deleting downloadsisanae2021-01-101-6/+15
| | | | also shows filename
* removed setUpdateDelay(false) calls, it's the defaultisanae2020-12-261-2/+16
| | | | FilterWidget for downloads tab
* Added Open Meta File context action to downloadserri1202020-08-201-0/+5
|
* Fix inconsistent Explore menu option naming. Used Visual Studio standard.AL2020-04-021-3/+3
|
* harmonized widgets in the tabs, fixed stylesisanae2020-02-051-0/+1
|
* Add source game column to the download listLostDragonist2019-12-061-0/+1
|
* changed qDebug() to log::debug()isanae2019-07-221-1/+4
| | | | removed some commented out logging
* handle context menu on pending downloadsisanae2019-07-101-29/+38
|
* Added "Downloads" since ex NMM users though it mean the installed Mods.Al2019-07-051-3/+3
| | | | It also gives more difference with "Hide" so that it's less likely to use one instead of the other.
* Improved downloads tab deletion and hiding warnings.Al2019-06-191-11/+11
|
* download list: added columns for mod name, version and nexus idisanae2019-05-221-1/+10
|
* Use MD5 when querying info before bothering the userLostDragonist2019-03-071-2/+7
|
* Don't try to resume downloads that aren't pausedLostDragonist2019-01-081-2/+2
|
* Fix compact/normal download sizes on all themes.Al2019-01-051-1/+1
| | | | | Fix hover/select padding changes. Fix non uniform height due to warning icon.
* Tweak download tab column resizingKrzysztof Starecki2019-01-031-16/+59
|
* Make download tab columns hideable by userKrzysztof Starecki2018-12-311-0/+38
|
* Fix nullptr bug with download meta infoKrzysztof Starecki2018-12-311-1/+2
|
* Add 'download meta information' support to download tabKrzysztof Starecki2018-12-311-0/+10
|
* Fix download layout bug, port most of remaining themesKrzysztof Starecki2018-12-311-32/+31
|
* Tweak styling options for downloads tab, port Paper Light theme for referenceKrzysztof Starecki2018-12-311-9/+19
|
* Add qss styling options for progress bar and compact mode widgetsKrzysztof Starecki2018-12-311-13/+15
|
* Add icon for incomplete download info, add download progress delegateKrzysztof Starecki2018-12-301-0/+26
|
* Remove old downloads tab code leftoversKrzysztof Starecki2018-12-301-1/+0
|
* Port context menus to new downloadlistKrzysztof Starecki2018-12-301-279/+78
|
* Disable downloadlist widget delegates, port partial functionality to QTreeViewKrzysztof Starecki2018-12-301-3/+7
|
* Removed pixel limit on downloads tab, inclreased character limit to 120.Al12rs2018-12-221-2/+2
|
* Add new "Open File" right-click dialog for DownloadsFrederik “Freso” S. Olesen2018-08-061-0/+6
| | | | | | | This enables the user to directly open the downloaded archived/file which can be useful for e.g., inspection of what's inside or if they need to copy files from inside the archive to somewhere else. Saves a step compared to "Show in Folder" and then opening the file.
* Added new "Hide Uninstalled" and "Delete Uninstalled" options to downloads tab.Al12rs2018-07-171-0/+20
|
* Added sortable "Size" column to the downlaods tab.Al12rs2018-07-171-2/+2
|
* Added "Open in Folder" option to downloads tab.Al12rs2018-07-161-1/+9
|
* Fix for downloads getting stuck after pausing them.Al12rs2018-06-201-3/+3
| | | | Disabled timer check as it appeared to terminate some downloads early.
* *Avoided some unnecessary refreshes while removing mods.Al12rs2018-05-251-3/+17
| | | | | | | | *Added "Visit on Nexus" menu entry in the downloads tab. *Added confirmation message when deleting a single download. *Changed text of messages to more easily distinguish deleting from hiding.
* Added un-hide all option to downlods tab.Al12rs2018-05-211-6/+18
| | | | Improved performace when hiding/unhiding. There is still room for improvement for hiding but it requires refactoring the function
* Made downlods file sizes human readable instead of just being KBAl12rs2018-05-201-1/+20
|
* Allow downloads to display speed and complete %Silarn2018-05-011-1/+3
|
* Support for multi-game downloadsSilarn2018-04-161-2/+2
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-214/+266
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-266/+214
|
* - Changed "Remove Installed" and "Delete Installed" Downloads menu options ↵Al12rs2018-02-121-3/+3
| | | | | | to not consider the Downloads of Mods that were uninstalled. - Changed Downloads menu options to say "Hide all..." instead of "Remove all...".
* Merge with branch1.2Tannin2015-01-241-1/+0
|\
| * cleanup (mostly removing unused includes)Tannin2015-01-221-1/+0
| |
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-351/+351
| |
* | replaced all uses of NULL with nullptrTannin2014-11-281-4/+4
| | | | | | | | fixed a few placed where NULL was used as a number or boolean
* | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-351/+351
|/
* - added an option to show meta info on downloads instead of filenamesTannin2014-04-231-3/+8
| | | | | | - MO will now cancel if user tries to run MO vfs-injected - when saving the MO ini file it is now written to a tmp file first and then overwritten - updated to link against boost python 1.55
* - nxmhandler will now ask before registering itselfTannin2014-01-041-78/+101
| | | | | | - downloads from nexus are now displayed before file information is retrieved - logging from the ui is now a bit more informative - download list now scrolls to bottom automatically
* - new toggle to display hidden downloadsTannin2013-10-101-4/+16
| | | | | | | | - hidden downloads can be un-hidden - the installation manager now more thoroughly cleans up the temporary directory after installation - added SkyrimLauncher.exe to the list of auto-detected executables - bugfix: shutting down MO while downloads where active in some occasions didn't work - bugfix: when canceling the only active download the taskbar icon didn't return to normal
* - when installing mods from outside the download directory the absolute path ↵Tannin2013-09-111-1/+1
| | | | | | | | | | | | | is now stored - added a context menu to the toolbar buttons so tool icons can be removed directly - initweaks modinfo tab is now always available and allows new ini tweaks to be created - fake esms are now treated as masters (as they should) - MO will now display a warning if not all masters of an esp are enabled. The tooltip gives a list of required masters - bugfix: path returned by getfullpathname was sometimes not correctly terminated - bugfix: path after reverse-rerouting was sometimes incorrect, missing a path separator - bugfix: change of current directory sometimes used a fake directory without need - bugfix: icons in shortcut menu were not alwayscorrectly updated
* - download size is now displayedTannin2013-08-241-0/+2
| | | | | | - multiple esps/mods can now be enabled/disabled at once using space - bugfix: fomod installer didn't compile because of changes to condition checking - bugfix: broken inverse virtual name resolution in case of non-default mod directory