summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | Improved refresh performance by replacing std::transform() with ↵Al12rs2018-12-126-21/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CharLowerBuffer(). Fixed padding to four spaces and removed references to FLAG_ARCHIVE_LOOSE_CONFLICTS_MIXED that isn't used.
| * | | | | | | | | | | | | | | | | | | Add flag padding for all conflict iconsSilarn2018-12-122-1/+40
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Added red archive conflict icon and made the conflicts tab change font for ↵Al12rs2018-12-124-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files that come from an archive.
| * | | | | | | | | | | | | | | | | | | Add loose file/archive conflict iconsSilarn2018-12-1211-51/+151
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Added new "loose files overwrite archive" icon and all the flags.Al12rs2018-12-126-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The logic to show it is still missing until the other issues are fixed.
| * | | | | | | | | | | | | | | | | | | Initial archive conflict parsingSilarn2018-12-1217-83/+295
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit: Basic archive conflict parsing - pass 1 Merge fixes for archive parsing Basic archive conflict parsing - pass 1 Merge fixes for archive parsing Should fix conflict detection for archive files
* | | | | | | | | | | | | | | | | | | | Fixed ListDialog geometry not saving in Move to mod feature.Al2019-01-241-1/+6
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Show windows overwrite dialog when moving and add result message.Al2019-01-241-2/+9
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #631 from Thex-PiedDroit/OverwriteToModAl2019-01-242-4/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added ability to move files from the overwrite folder to an existing mod
| * | | | | | | | | | | | | | | | | | | | Added ability to move files from the overwrite folder to an existing modThex2019-01-222-4/+62
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Fixed display of notes tool-tip and improved Alternative Game source tooltip.Al2019-01-241-3/+4
| |_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Use the optimized function that was createdLostDragonist2019-01-221-3/+1
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Reduce file I/O operations when enabling/disabling multiple modsLostDragonist2019-01-229-76/+229
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Cache list of archives contained in a mod instead of accessing disk each timeAl2019-01-226-12/+21
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Fixed a crash with "Disable Selected" while in "checked" filter and similar ↵Al2019-01-222-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cases
* | | | | | | | | | | | | | | | | | | Improved performance of pluginlist refresh by removing regexAl2019-01-222-22/+5
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Improved Choose Instance name dialog to avoid confusionAl2019-01-201-1/+2
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Add some horizontal padding to downloads tab for eyecareAl2019-01-201-2/+2
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Open conflicts tab when double clicking on flagsAl2019-01-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not perfect as flags could be for something else but will provide fast access to that tab.
* | | | | | | | | | | | | | | | | | | Fix forced libraries when using shortcutsLostDragonist2019-01-191-1/+1
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Cancel the installation progress bar when done to prevent it showing up againLostDragonist2019-01-181-0/+1
| |_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Added OR and AND based search to modlist and pluginlist.Al2019-01-182-41/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A space now means AND and "OR ; | ||" mean OR. OR always wins.
* | | | | | | | | | | | | | | | | | Redirect documentation link in help menu to github.ioLostDragonist2019-01-141-2/+2
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Add link to discord server in help menuLostDragonist2019-01-142-0/+10
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Fixed invalid vector access on modInfoDialog closing.Al2019-01-131-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Avoid refreshes unless it's specifically the update filter.Al2019-01-121-9/+3
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Fixed "check all for updates" not updating for the newly added mods.Al2019-01-121-1/+8
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Some more drag and drop related changes, still no fix though.Al2019-01-121-3/+9
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Added missing Parchment theme fileAl2019-01-121-0/+0
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Added Parchment theme by TheBobAbides.Al2019-01-129-0/+587
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Delete the settings array before writing a new oneLostDragonist2019-01-115-0/+5
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Remove profile-specific executable settings when removing the executableLostDragonist2019-01-113-3/+11
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Remove window title of widgetLostDragonist2019-01-112-17/+9
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Update translation fileLostDragonist2019-01-111-395/+422
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Update Paper Dark and Paper Light themes to 5.0LostDragonist2019-01-114-73/+341
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Update Paper Automata theme to A2-2.0LostDragonist2019-01-111-43/+95
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Fix regex warningLostDragonist2019-01-111-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Save version even after downgrading.Al2019-01-111-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the downgrade warning will appear forever.
* | | | | | | | | | | | | | | | | | Fix or ignore a number of compiler warnings.Al2019-01-117-12/+22
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Change version to 2.1.7alpha6LostDragonist2019-01-111-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Fixes to library load widgetLostDragonist2019-01-118-15/+60
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Support for force loading librariesLostDragonist2019-01-1123-432/+1260
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Make Visit on Nexus and Open web page do the other as well for multiple items.Al2019-01-111-8/+49
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Added Web Page URL field in modinfodialog.Al2019-01-113-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's used only if nexusID is invalid.
* | | | | | | | | | | | | | | | | | Fix #523 by resetting m_URL after install.Al2019-01-101-0/+3
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Save rich text of notes tab across restart.Al2019-01-102-1/+8
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Don't try to resume downloads that aren't pausedLostDragonist2019-01-081-2/+2
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Update valid mod status when moving files from overwrite.Al2019-01-071-1/+5
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Fix drop to downloads tab.Al2019-01-071-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix DownloadView to be QtreeView in QCreator.
* | | | | | | | | | | | | | | | | | Made Delete INIs and Saves dialogs remember selection.Al2019-01-061-8/+9
| | | | | | | | | | | | | | | | | |