| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -106/+147 |
| | | |||||
| * | Convert everything to CRLF. | Mikaël Capelle | 2023-07-09 | 1 | -291/+291 |
| | | |||||
| * | Sort filetimes from newer to older while sorting by status in downloadlist | AL | 2021-07-10 | 1 | -1/+1 |
| | | |||||
| * | Fix download list sorting. | Mikaël Capelle | 2021-02-26 | 1 | -2/+2 |
| | | |||||
| * | Fix download of meta-information in download tab. | Mikaël Capelle | 2021-01-31 | 1 | -52/+49 |
| | | |||||
| * | Use proper naming convention for constants. | Mikaël Capelle | 2021-01-22 | 1 | -1/+1 |
| | | |||||
| * | Add message for invalid drag. Split & clean code. | Mikaël Capelle | 2021-01-02 | 1 | -1/+2 |
| | | |||||
| * | Drag and drop from download view to install + Expand and scroll to mod on ↵ | Mikaël Capelle | 2021-01-02 | 1 | -0/+12 |
| | | | | | install. | ||||
| * | renamed DownloadList::lessThan to lessThanPredicate and added a comment that ↵ | isanae | 2020-12-28 | 1 | -1/+1 |
| | | | | | it's used with the filter widget | ||||
| * | removed setUpdateDelay(false) calls, it's the default | isanae | 2020-12-26 | 1 | -2/+78 |
| | | | | | FilterWidget for downloads tab | ||||
| * | Add source game column to the download list | LostDragonist | 2019-12-06 | 1 | -1/+8 |
| | | |||||
| * | moved code for byte sizes and speed to uibase | isanae | 2019-08-26 | 1 | -19/+2 |
| | | | | | | added scoped classes for QSettings groups and arrays servers logged on startup | ||||
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -2/+3 |
| | | | | | removed now unused vlog() | ||||
| * | download list: made all column left-aligned except for size | isanae | 2019-05-22 | 1 | -3/+3 |
| | | |||||
| * | download list: added columns for mod name, version and nexus id | isanae | 2019-05-22 | 1 | -1/+28 |
| | | |||||
| * | Use MD5 when querying info before bothering the user | LostDragonist | 2019-03-07 | 1 | -2/+3 |
| | | |||||
| * | Limit the download file description to 4096 characters | LostDragonist | 2019-02-21 | 1 | -1/+1 |
| | | | | | The description is limited to 255 characters on the Nexus so this is mostly protecting against invalid data. | ||||
| * | Fix some compiler warnings | Krzysztof Starecki | 2018-12-31 | 1 | -2/+2 |
| | | |||||
| * | Add filetime column to download tab | Krzysztof Starecki | 2018-12-31 | 1 | -5/+7 |
| | | |||||
| * | Add 'download meta information' support to download tab | Krzysztof Starecki | 2018-12-31 | 1 | -1/+6 |
| | | |||||
| * | Fix download layout bug, port most of remaining themes | Krzysztof Starecki | 2018-12-31 | 1 | -42/+24 |
| | | |||||
| * | Add qss styling options for progress bar and compact mode widgets | Krzysztof Starecki | 2018-12-31 | 1 | -10/+3 |
| | | |||||
| * | Add icon for incomplete download info, add download progress delegate | Krzysztof Starecki | 2018-12-30 | 1 | -0/+5 |
| | | |||||
| * | Add downloadlist styling tweaks | Krzysztof Starecki | 2018-12-30 | 1 | -8/+25 |
| | | |||||
| * | Fix adding new downloads, add missing download progress states | Krzysztof Starecki | 2018-12-30 | 1 | -18/+53 |
| | | |||||
| * | Port context menus to new downloadlist | Krzysztof Starecki | 2018-12-30 | 1 | -0/+2 |
| | | |||||
| * | Disable downloadlist widget delegates, port partial functionality to QTreeView | Krzysztof Starecki | 2018-12-30 | 1 | -7/+38 |
| | | |||||
| * | Fix for download list refreshing, courtesy of bshd | LostDragonist | 2018-12-29 | 1 | -2/+1 |
| | | |||||
| * | Added sortable "Size" column to the downlaods tab. | Al12rs | 2018-07-17 | 1 | -1/+2 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -51/+72 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -72/+51 |
| | | |||||
| * | - bugfix: MO would report invalid index errors when downloading while ↵ | Tannin | 2014-08-25 | 1 | -2/+2 |
| | | | | | download list is sorted by filetime descending | ||||
| * | normalized eol style (all files should now have windows line endings) | Tannin | 2014-07-17 | 1 | -114/+114 |
| | | |||||
| * | - download tooltip now also includes the file description | Tannin | 2014-05-01 | 1 | -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 report | Tannin | 2014-04-05 | 1 | -1/+1 |
| | | | | | | - fixes to the previous merge - bugfix: cli loot didn't handle non-ascii characters correctly | ||||
| * | Merge with branch1.1 | Tannin | 2014-04-05 | 1 | -5/+12 |
| |\ | |||||
| | * | - nxmhandler will now ask before registering itself | Tannin | 2014-01-04 | 1 | -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 name | Tannin | 2013-10-18 | 1 | -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 plugins | Tannin | 2013-09-15 | 1 | -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 time | Tannin | 2013-08-31 | 1 | -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 compatibility | Tannin | 2013-06-20 | 1 | -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. | Tannin | 2013-02-03 | 1 | -0/+106 |
| Corresponds to MO version 0.12.6 | |||||
