summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Write currentProfile to Ini file on profile change. Exclusively for outside ↵Al2019-02-151-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | detection of profile change.
* | | | | | Update version to 2.2.0beta2LostDragonist2019-02-151-1/+1
| | | | | |
* | | | | | Improve game selection when multiple games are possibleLostDragonist2019-02-152-51/+47
| | | | | |
* | | | | | Merge pull request #651 from przester/DevelopAl2019-02-143-110/+111
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix mod context menu memleak (issue #379)
| * | | | | | Fix mod context menu rendering issueKrzysztof Starecki2019-02-143-142/+141
| | | | | | |
| * | | | | | Fix mod context menu memleak (issue #379)Krzysztof Starecki2019-02-142-139/+141
| | | | | | |
* | | | | | | Fix modId behavior on 'Query Info' cancel (issue #446)Krzysztof Starecki2019-02-142-41/+42
|/ / / / / /
* | | | | | Update translation fileLostDragonist2019-02-131-328/+330
| | | | | |
* | | | | | Update version to 2.2.0beta1LostDragonist2019-02-131-1/+1
| | | | | |
* | | | | | Added enderal to instance selection nameAl2019-02-131-1/+1
| | | | | |
* | | | | | UpdateProblemsButton when it's pressed, should clear notifications if there ↵Al2019-02-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | was a lingering one. Sadly does not work when it's disabled
* | | | | | Performance improvements:Al2019-02-122-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Avoid accessing disk for finding archives if archive parsing is disabled. * Avoid very expensive createFile() call in removeOrigin(), after disabling a mod or closing modinfodialog.
* | | | | | Use case insensitive check for flagging primary prugins.Al2019-02-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixes some plugins not getting force enabled on TTW.
* | | | | | Clear palette of message dialog to improve readabilityLostDragonist2019-02-111-119/+10
| | | | | |
* | | | | | Make notifications geometry implementation match other dialogsLostDragonist2019-02-101-11/+5
| | | | | |
* | | | | | Made Archive Conflicts option less appealing to random users.Al2019-02-101-2/+2
| | | | | |
* | | | | | Avoid calling addModBSAToStructure() altogether if archive conflicts is ↵Al2019-02-101-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | disasbled.
* | | | | | Fixed crash when "Update" filter is selected and multiple mods are ignored ↵Al2019-02-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | for update.
* | | | | | Enable compact mode for mod list flags when column is smaller than 6 iconsLostDragonist2019-02-073-9/+30
| | | | | |
* | | | | | Add Discord, GOG Galaxy, and Spotify to default blacklistLostDragonist2019-02-051-0/+3
| | | | | |
* | | | | | Fix some logsLostDragonist2019-01-312-2/+2
| | | | | |
* | | | | | Make gameShortName comparisons case insensitiveLostDragonist2019-01-312-5/+13
| | | | | |
* | | | | | Fixed a Failed to refresh list of esps: invalid vector<T> subscript errorAl2019-01-311-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | caused when locking multiple mods where some of them where disabled. Skipped the disabled ones.
* | | | | | Update translation fileLostDragonist2019-01-301-343/+364
| | | | | |
* | | | | | Always display at least 3 segments of version info for MO itselfLostDragonist2019-01-305-9/+9
| | | | | |
* | | | | | Update version to 2.2.0alpha10LostDragonist2019-01-301-1/+1
| | | | | |
* | | | | | Make logs more consistent in format and contentLostDragonist2019-01-3011-27/+27
| | | | | |
* | | | | | Make logs more consistent in format and contentLostDragonist2019-01-3013-39/+46
| | | | | |
* | | | | | Remember geometry of problems dialogLostDragonist2019-01-301-5/+13
| | | | | |
* | | | | | Rename problems to notificationsLostDragonist2019-01-304-19/+21
| | | | | |
* | | | | | Don't report errors when "write to file..." in data tab is canceledLostDragonist2019-01-301-7/+9
| | | | | |
* | | | | | Auto-populate executable name when browsing for a fileLostDragonist2019-01-301-0/+4
| | | | | |
* | | | | | Don't add empty icons for flags that don't have iconsLostDragonist2019-01-301-2/+10
| | | | | |
* | | | | | Change modsSortedByProfilePriority to not return overwrite or backup modsLostDragonist2019-01-281-1/+5
| | | | | |
* | | | | | Change archive parsing to experimental and default to disabledLostDragonist2019-01-251-2/+2
| | | | | |
* | | | | | Update copyright to 2019LostDragonist2019-01-251-1/+1
| | | | | |
* | | | | | Update version to 2.2.0alpha9LostDragonist2019-01-251-1/+1
| | | | | |
* | | | | | Merge remote-tracking branch 'remotes/origin/archive_conflicts_2' into DevelopLostDragonist2019-01-2533-908/+1544
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2LostDragonist2019-01-2217-113/+264
| |\ \ \ \ \ \
| * | | | | | | 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
| | | | | | | |
| * | | | | | | Edit tooltip and what's this of archive parsing optionLostDragonist2019-01-181-7/+2
| | | | | | | |
| * | | | | | | Fix location of archive parsing settingLostDragonist2019-01-181-39/+39
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2Silarn2019-01-1855-787/+2772
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2Silarn2019-01-0530-887/+931
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2LostDragonist2019-01-0131-2211/+1259
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed refresh not clearing overwrite highlighting.Al2019-01-011-0/+2
| | | | | | | | | | |
| * | | | | | | | | | Change find_if to remove_ifLostDragonist2019-01-011-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Correct logic of mod conflict color selectionLostDragonist2018-12-311-14/+4
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'Develop' into archive_conflicts_2LostDragonist2018-12-304-75/+49
| |\ \ \ \ \ \ \ \ \ \