summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ \
| * | | | | | | 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.
| * | | | | | | | 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
| | | | | | |