summaryrefslogtreecommitdiff
path: root/src/downloadlistsortproxy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* removed setUpdateDelay(false) calls, it's the defaultisanae2020-12-261-122/+0
| | | | FilterWidget for downloads tab
* Add source game column to the download listLostDragonist2019-12-061-0/+2
|
* split settings into a bunch of classesisanae2019-09-021-1/+1
| | | | removed "get" from the getters that had it
* download list: added columns for mod name, version and nexus idisanae2019-05-221-0/+42
|
* Add filetime column to download tabKrzysztof Starecki2018-12-311-1/+3
|
* Add downloadlist styling tweaksKrzysztof Starecki2018-12-301-2/+2
|
* Fix adding new downloads, add missing download progress statesKrzysztof Starecki2018-12-301-2/+2
|
* Tweak downloadlist status sorting behaviorKrzysztof Starecki2018-12-301-1/+6
|
* Disable downloadlist widget delegates, port partial functionality to QTreeViewKrzysztof Starecki2018-12-301-9/+5
|
* Added sortable "Size" column to the downlaods tab.Al12rs2018-07-171-0/+2
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-31/+40
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-40/+31
|
* bugfix: previous fix for download name filter didn't workTannin2015-05-181-3/+9
|
* bugfix: filter on download list always filtered by file name, not by ↵Tannin2015-04-191-1/+1
| | | | displayed name
* cleanup (mostly removing unused includes)Tannin2015-01-221-0/+1
|
* - bugfix: MO would report invalid index errors when downloading while ↵Tannin2014-08-251-3/+4
| | | | download list is sorted by filetime descending
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-65/+65
|
* - nxmhandler will now ask before registering itselfTannin2014-01-041-8/+14
| | | | | | - 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
* - mod list can now be sorted by install timeTannin2013-08-311-4/+8
| | | | | - the sorting of download archives wasn't actually by index instead of file time - bugfix: some of the plugins crashed if they failed to create a mod
* initial commit to mercurial repository.Tannin2013-02-031-0/+55
Corresponds to MO version 0.12.6