summaryrefslogtreecommitdiff
path: root/src/downloadlistwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* *Avoided some unnecessary refreshes while removing mods.Al12rs2018-05-251-3/+17
* Added un-hide all option to downlods tab.Al12rs2018-05-211-6/+18
* 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
* Applied clang-format on sourceSandro Jäckel2018-02-221-266/+214
* - Changed "Remove Installed" and "Delete Installed" Downloads menu options to...Al12rs2018-02-121-3/+3
* 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
* | 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
* - nxmhandler will now ask before registering itselfTannin2014-01-041-78/+101
* - new toggle to display hidden downloadsTannin2013-10-101-4/+16
* - when installing mods from outside the download directory the absolute path ...Tannin2013-09-111-1/+1
* - download size is now displayedTannin2013-08-241-0/+2
* - caching of downloadwidgets to fix performance problem, currently broken and...Tannin2013-06-291-8/+54
* - some fixes for qt5 compatibilityTannin2013-06-201-0/+2
* - completed Qt5 compatibilityTannin2013-06-151-3/+3
* - added hooks for getFileVersion* functionsTannin2013-03-271-2/+8
* - fixed broken help menuTannin2013-02-191-223/+236
* initial commit to mercurial repository.Tannin2013-02-031-0/+242