| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | Improved refresh performance by replacing std::transform() with ↵ | Al12rs | 2018-12-12 | 6 | -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 icons | Silarn | 2018-12-12 | 2 | -1/+40 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Added red archive conflict icon and made the conflicts tab change font for ↵ | Al12rs | 2018-12-12 | 4 | -3/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files that come from an archive. | |||||
| | * | | | | | | | | | | | | | | | | | | | Add loose file/archive conflict icons | Silarn | 2018-12-12 | 11 | -51/+151 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Added new "loose files overwrite archive" icon and all the flags. | Al12rs | 2018-12-12 | 6 | -5/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The logic to show it is still missing until the other issues are fixed. | |||||
| | * | | | | | | | | | | | | | | | | | | | Initial archive conflict parsing | Silarn | 2018-12-12 | 17 | -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. | Al | 2019-01-24 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Show windows overwrite dialog when moving and add result message. | Al | 2019-01-24 | 1 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #631 from Thex-PiedDroit/OverwriteToMod | Al | 2019-01-24 | 2 | -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 mod | Thex | 2019-01-22 | 2 | -4/+62 | |
| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Fixed display of notes tool-tip and improved Alternative Game source tooltip. | Al | 2019-01-24 | 1 | -3/+4 | |
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Use the optimized function that was created | LostDragonist | 2019-01-22 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Reduce file I/O operations when enabling/disabling multiple mods | LostDragonist | 2019-01-22 | 9 | -76/+229 | |
| |/ / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | Cache list of archives contained in a mod instead of accessing disk each time | Al | 2019-01-22 | 6 | -12/+21 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Fixed a crash with "Disable Selected" while in "checked" filter and similar ↵ | Al | 2019-01-22 | 2 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cases | |||||
| * | | | | | | | | | | | | | | | | | | | Improved performance of pluginlist refresh by removing regex | Al | 2019-01-22 | 2 | -22/+5 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Improved Choose Instance name dialog to avoid confusion | Al | 2019-01-20 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Add some horizontal padding to downloads tab for eyecare | Al | 2019-01-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Open conflicts tab when double clicking on flags | Al | 2019-01-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not perfect as flags could be for something else but will provide fast access to that tab. | |||||
| * | | | | | | | | | | | | | | | | | | | Fix forced libraries when using shortcuts | LostDragonist | 2019-01-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Cancel the installation progress bar when done to prevent it showing up again | LostDragonist | 2019-01-18 | 1 | -0/+1 | |
| | |_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Added OR and AND based search to modlist and pluginlist. | Al | 2019-01-18 | 2 | -41/+103 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A space now means AND and "OR ; | ||" mean OR. OR always wins. | |||||
| * | | | | | | | | | | | | | | | | | | Redirect documentation link in help menu to github.io | LostDragonist | 2019-01-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Add link to discord server in help menu | LostDragonist | 2019-01-14 | 2 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Fixed invalid vector access on modInfoDialog closing. | Al | 2019-01-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Avoid refreshes unless it's specifically the update filter. | Al | 2019-01-12 | 1 | -9/+3 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Fixed "check all for updates" not updating for the newly added mods. | Al | 2019-01-12 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Some more drag and drop related changes, still no fix though. | Al | 2019-01-12 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Added missing Parchment theme file | Al | 2019-01-12 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Added Parchment theme by TheBobAbides. | Al | 2019-01-12 | 9 | -0/+587 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Delete the settings array before writing a new one | LostDragonist | 2019-01-11 | 5 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Remove profile-specific executable settings when removing the executable | LostDragonist | 2019-01-11 | 3 | -3/+11 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Remove window title of widget | LostDragonist | 2019-01-11 | 2 | -17/+9 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Update translation file | LostDragonist | 2019-01-11 | 1 | -395/+422 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Update Paper Dark and Paper Light themes to 5.0 | LostDragonist | 2019-01-11 | 4 | -73/+341 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Update Paper Automata theme to A2-2.0 | LostDragonist | 2019-01-11 | 1 | -43/+95 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Fix regex warning | LostDragonist | 2019-01-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Save version even after downgrading. | Al | 2019-01-11 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the downgrade warning will appear forever. | |||||
| * | | | | | | | | | | | | | | | | | | Fix or ignore a number of compiler warnings. | Al | 2019-01-11 | 7 | -12/+22 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Change version to 2.1.7alpha6 | LostDragonist | 2019-01-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Fixes to library load widget | LostDragonist | 2019-01-11 | 8 | -15/+60 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Support for force loading libraries | LostDragonist | 2019-01-11 | 23 | -432/+1260 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Make Visit on Nexus and Open web page do the other as well for multiple items. | Al | 2019-01-11 | 1 | -8/+49 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Added Web Page URL field in modinfodialog. | Al | 2019-01-11 | 3 | -1/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's used only if nexusID is invalid. | |||||
| * | | | | | | | | | | | | | | | | | | Fix #523 by resetting m_URL after install. | Al | 2019-01-10 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Save rich text of notes tab across restart. | Al | 2019-01-10 | 2 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Don't try to resume downloads that aren't paused | LostDragonist | 2019-01-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Update valid mod status when moving files from overwrite. | Al | 2019-01-07 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Fix drop to downloads tab. | Al | 2019-01-07 | 1 | -8/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix DownloadView to be QtreeView in QCreator. | |||||
| * | | | | | | | | | | | | | | | | | | Made Delete INIs and Saves dialogs remember selection. | Al | 2019-01-06 | 1 | -8/+9 | |
| | | | | | | | | | | | | | | | | | | | ||||||
