summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * Update issue templatesAl2019-01-261-1/+1
| |
| * Delete Issue template to use specific ones insteadAl2019-01-251-32/+0
| |
| * Added new Issue variegated templatesAl2019-01-253-0/+71
| |
| * Update ISSUE_TEMPLATE.mdAl2019-01-251-8/+14
| |
| * Update ISSUE_TEMPLATE.mdAl2019-01-251-2/+3
| |
| * 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
| | |\ \ \ \ \
| | * | | | | | Fix conflict colors and make archive conflict colors configurableLostDragonist2018-12-306-74/+141
| | | | | | | |
| | * | | | | | Merge branch 'Develop' into archive_conflicts_2LostDragonist2018-12-301-2/+2
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge pull request #601 from Project579/archive_conflicts_2LostDragonist2018-12-3035-824/+1642
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Archive conflicts Updating to Lastest Develop
| | | * | | | | | | Updated translationProject5792018-12-301-5/+0
| | | | | | | | | |
| | | * | | | | | | Updated version to reflect changesProject5792018-12-301-2/+2
| | | | | | | | | |
| | | * | | | | | | Fix for download list refreshing, courtesy of bshdProject5792018-12-301-2/+1
| | | | | | | | | |
| | | * | | | | | | Updated translation fileProject5792018-12-301-648/+786
| | | | | | | | | |
| | | * | | | | | | Merge branch 'Develop' into archive_conflicts_2Project5792018-12-2934-174/+860
| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating to 2.1.7alpha1
| | * | | | | | | | Clean up and fix merge issuesLostDragonist2018-12-1212-627/+652
| | | | | | | | | |
| | * | | | | | | | Fixed mainwindow.cpp so that Qt Creator does not break it anymore.Al12rs2018-12-125-46/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should be able to normally use Creator now without having to worry about breaking the build. Partial fix for conflict information getting messd up after opening infodialog or disabling a mod. Icons still get messed up but conflict tab remains consistent at first inspection. Reverted main tab to plugins Changed version of Archive conflicts branch to 2.2.0 pre-alpha.
| | * | | | | | | | Added button to disable Archives in Data Tree and entirely.Project5792018-12-128-22/+147
| | | | | | | | | |
| | * | | | | | | | 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.