summaryrefslogtreecommitdiff
path: root/src/downloadlistwidgetcompact.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove old downloads tab code leftoversKrzysztof Starecki2018-12-301-412/+0
|
* Fix adding new downloads, add missing download progress statesKrzysztof Starecki2018-12-301-1/+0
|
* Changed name limit to 60 instead of 100 since it was too longAl2018-12-291-2/+2
|
* Made compact download view show longer namesAl2018-12-241-2/+2
|
* Added Open File option to downloads tab.Al12rs2018-08-061-1/+1
|
* 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.
* Changed size rappresentation in downloads compact view.Al12rs2018-07-181-5/+9
|
* 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-4/+21
|
* Added "Open in Folder" option to downloads tab.Al12rs2018-07-161-1/+8
|
* 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-11/+22
| | | | | | | | *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/+16
| | | | Improved performace when hiding/unhiding. There is still room for improvement for hiding but it requires refactoring the function
* Allow downloads to display speed and complete %Silarn2018-05-011-1/+2
|
* Support for multi-game downloadsSilarn2018-04-161-2/+2
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-197/+254
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-254/+197
|
* - 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...".
* compact download view now uses icons instead of colors to distinguish stateTannin2015-05-251-11/+8
|
* 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-341/+341
| |
* | replaced all uses of NULL with nullptrTannin2014-11-281-6/+6
| | | | | | | | 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-341/+341
|/
* - added an option to show meta info on downloads instead of filenamesTannin2014-04-231-3/+7
| | | | | | - 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-62/+86
| | | | | | - 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
* - position of splitter in main window is now saved and restoredTannin2013-08-251-1/+1
| | | | | | | | - confirmation dialog before enabling/disabling all plugins - bugfix: GetPrivateProfileString-hook potentially accessed buffer that is allowed to be NULL - bugfix: attempt to extract an archive crashed MO in 0.99.2 - bugfix: archive list wasn't saved correctly in 0.99.2 - bugfix: plugins.txt was incorrectly interpreted as utf-8
* - download size is now displayedTannin2013-08-241-0/+7
| | | | | | - 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
* - caching of downloadwidgets to fix performance problem, currently broken ↵Tannin2013-06-291-5/+50
| | | | | | | | | | | | and disabled - added new state for downloads "uninstalled" for mods that were at one point installed and then removed - user-configured server preference is now used - updated tutorial to account for removal of integrated browser - reverted to qt 4 - using performance optimised findfirstfile on win vista and up - bugfix: it was possible to disable all columns of the mod list - bugfix: hook.dll doesn't load on win xp
* - some fixes for qt5 compatibilityTannin2013-06-201-1/+2
| | | | | | | | | | | | | | | | | | | | | - 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)
* - added hooks for getFileVersion* functionsTannin2013-03-271-2/+6
| | | | | | | | | | | | | | | | | | - automatic donwload retry - support for storing multiple download urls - improved "query info" functionality - some cleanup to download manager code - external fomod installer dialog are now brought to front - added shell... functions to have windows handle problematic situations - added visual clue when filters are active - esps are now automatically activated when installing a mod - added option to never endorse a mod - added "previous" and "next" buttons to mod info dialog - improved the way messagedialog text is shortened - coloring in mod info dialog now visible in other color schemes - plugin list is now saved automatically - vanilla bsas are now enabled even if they are not listed in the ini file - bugfix: setting mod to maximum now doesn't try to place the mod below overwrite
* - proper detection of user-preferred languageTannin2013-02-191-218/+225
| | | | - resume and removal of failed download fixed
* initial commit to mercurial repository.Tannin2013-02-031-0/+237
Corresponds to MO version 0.12.6