summaryrefslogtreecommitdiff
path: root/src/downloadlist.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add source game column to the download listLostDragonist2019-12-061-1/+8
|
* moved code for byte sizes and speed to uibaseisanae2019-08-261-19/+2
| | | | | added scoped classes for QSettings groups and arrays servers logged on startup
* changed qCritical() to log::error()isanae2019-07-221-2/+3
| | | | removed now unused vlog()
* download list: made all column left-aligned except for sizeisanae2019-05-221-3/+3
|
* download list: added columns for mod name, version and nexus idisanae2019-05-221-1/+28
|
* Use MD5 when querying info before bothering the userLostDragonist2019-03-071-2/+3
|
* Limit the download file description to 4096 charactersLostDragonist2019-02-211-1/+1
| | | | The description is limited to 255 characters on the Nexus so this is mostly protecting against invalid data.
* Fix some compiler warningsKrzysztof Starecki2018-12-311-2/+2
|
* Add filetime column to download tabKrzysztof Starecki2018-12-311-5/+7
|
* Add 'download meta information' support to download tabKrzysztof Starecki2018-12-311-1/+6
|
* Fix download layout bug, port most of remaining themesKrzysztof Starecki2018-12-311-42/+24
|
* Add qss styling options for progress bar and compact mode widgetsKrzysztof Starecki2018-12-311-10/+3
|
* Add icon for incomplete download info, add download progress delegateKrzysztof Starecki2018-12-301-0/+5
|
* Add downloadlist styling tweaksKrzysztof Starecki2018-12-301-8/+25
|
* Fix adding new downloads, add missing download progress statesKrzysztof Starecki2018-12-301-18/+53
|
* Port context menus to new downloadlistKrzysztof Starecki2018-12-301-0/+2
|
* Disable downloadlist widget delegates, port partial functionality to QTreeViewKrzysztof Starecki2018-12-301-7/+38
|
* Fix for download list refreshing, courtesy of bshdLostDragonist2018-12-291-2/+1
|
* Added sortable "Size" column to the downlaods tab.Al12rs2018-07-171-1/+2
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-51/+72
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-72/+51
|
* - bugfix: MO would report invalid index errors when downloading while ↵Tannin2014-08-251-2/+2
| | | | download list is sorted by filetime descending
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-114/+114
|
* - download tooltip now also includes the file descriptionTannin2014-05-011-1/+1
| | | | - will now display an error message when the ini file can't be updated (in addition to what windows says)
* - loot integration now displays the reportTannin2014-04-051-1/+1
| | | | | - fixes to the previous merge - bugfix: cli loot didn't handle non-ascii characters correctly
* Merge with branch1.1Tannin2014-04-051-5/+12
|\
| * - nxmhandler will now ask before registering itselfTannin2014-01-041-7/+12
| | | | | | | | | | | | - 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
| * - tooltip on download list now contains the file nameTannin2013-10-181-2/+4
| | | | | | | | | | | | - bugfix: when refreshing the directory tree conflict information wasn't immediately refreshed (including on start) - bugfix: dataChanged events wasn't emitted when user changed the modlist - bugfix: file patterns in checkfnis plugin weren't completely correct
* | - added support for mod page pluginsTannin2013-09-151-2/+2
|/ | | | | | | - re-introduced the integrated browser - added a plugin to download from the tes alliance page - the download list now contains the file description - nexus interface now stores cookies persistently to reduce number of required log-ins
* - mod list can now be sorted by install timeTannin2013-08-311-2/+2
| | | | | - 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
* - some fixes for qt5 compatibilityTannin2013-06-201-87/+88
| | | | | | | | | | | | | | | | | | | | | - hook.dll no longer creates a dump and uninstalls it if an exception is reported that doesn't originate from it - NCC used read-only transactions again because otherwise solid archives become unusably slow. - removed the integrated nexus browser - the mod description and motd are now rendered in QTextBrowser. This (and the above) eliminates the dependency on qtwebkit - removed the direct file download for mod files - reduced CPU usage during downloads by invalidating only one column of the download list. This widget still needs to be replaced - added the complete filename as an option for the modname - applications that require elevation can now be started by invoking an elevated secondary ModOrganizer instance - MO will now register nexus file servers and provides a settings dialog to pick preferred servers. (This preference is not used yet) - worked around 1-2 bugs in QSortFilterProxy - handling of nxm links is now done by an external application. This allows the registration of different applications depending on the game - integrated fomod installer now displays the screenshot in a scalable view - bugfix: integrated fomod installer didn't name output files correctly if the name differs from the source name - bugfix: a successful login to nexus was (sometimes?) not correctly detected as a success - bugfix: top-level entries in QtGroupingProxy were sometimes incorrectly displayed as groups - bugfix: GetPrivateProfile... optimization could cause null-pointer indirection - bugfix: GetCurrentWorkingDirectory caused buffer overflow in case of pre-flighting (buffer size 0) - bugfix: configurator plugin now also uses qt5 (it's currently broken though)
* initial commit to mercurial repository.Tannin2013-02-031-0/+106
Corresponds to MO version 0.12.6