summaryrefslogtreecommitdiff
path: root/src/modlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* emblemes -> emblemsisanae2019-10-041-1/+1
* split settings into a bunch of classesisanae2019-09-021-4/+4
* changed crash dump type to use enum instead of intisanae2019-08-241-5/+5
* Merge pull request #807 from isanae/logging-reworkJeremy Rimpo2019-08-021-13/+13
|\
| * changed qDebug() to log::debug()isanae2019-07-221-4/+3
| * changed qCritical() to log::error()isanae2019-07-221-6/+6
| * replaced qWarning()isanae2019-07-221-3/+4
* | Merge remote-tracking branch 'origin/Develop' into qt-5.13Silarn2019-07-041-0/+3
|\|
| * Various fixes and updates to the tutorial systemSilarn2019-07-041-0/+3
* | Refactor obsolete methodsSilarn2019-07-031-1/+1
|/
* Don't display Nexus ID of zeroLostDragonist2019-03-221-1/+1
* Allow moving overwrite files to mods to replace filesLostDragonist2019-03-181-7/+1
* Improve function and error reporting of dropping files on mod listLostDragonist2019-03-081-17/+47
* Add support for displaying tracked mods and setting tracked statusLostDragonist2019-03-071-0/+1
* Fix seconds calculationSilarn2019-02-181-1/+1
* Small updates, cleanup, update code, cache settings, tooltipsSilarn2019-02-181-8/+4
* Add settings option to switch between fixed and dynamic cache timeoutsSilarn2019-02-181-2/+6
* Implement staggered timeouts bases on age.Silarn2019-02-181-1/+1
* Various fixes and updatesSilarn2019-02-181-0/+5
* Sorting logic fix and show last updated dateSilarn2019-02-181-0/+1
* Update Process ImprovementsSilarn2019-02-181-1398/+1410
* Make gameShortName comparisons case insensitiveLostDragonist2019-01-311-1/+1
* Always display at least 3 segments of version info for MO itselfLostDragonist2019-01-301-1/+1
* Merge remote-tracking branch 'remotes/origin/archive_conflicts_2' into DevelopLostDragonist2019-01-251-11/+42
|\
| * Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2LostDragonist2019-01-221-16/+24
| |\
| * \ Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2Silarn2019-01-181-1/+5
| |\ \
| * \ \ Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2Silarn2019-01-051-1/+1
| |\ \ \
| * | | | Fixed refresh not clearing overwrite highlighting.Al2019-01-011-0/+2
| * | | | Correct logic of mod conflict color selectionLostDragonist2018-12-311-14/+4
| * | | | Fix conflict colors and make archive conflict colors configurableLostDragonist2018-12-301-12/+17
| * | | | Merge branch 'Develop' into archive_conflicts_2Project5792018-12-291-4/+8
| |\ \ \ \
| * | | | | Clean up and fix merge issuesLostDragonist2018-12-121-13/+5
| * | | | | Improved refresh performance by replacing std::transform() with CharLowerBuff...Al12rs2018-12-121-1/+0
| * | | | | Add loose file/archive conflict iconsSilarn2018-12-121-13/+29
| * | | | | Added new "loose files overwrite archive" icon and all the flags.Al12rs2018-12-121-3/+4
| * | | | | Initial archive conflict parsingSilarn2018-12-121-7/+33
* | | | | | Fixed display of notes tool-tip and improved Alternative Game source tooltip.Al2019-01-241-3/+4
| |_|_|_|/ |/| | | |
* | | | | Reduce file I/O operations when enabling/disabling multiple modsLostDragonist2019-01-221-14/+22
* | | | | Fixed a crash with "Disable Selected" while in "checked" filter and similar c...Al2019-01-221-4/+4
| |_|_|/ |/| | |
* | | | Update valid mod status when moving files from overwrite.Al2019-01-071-1/+5
| |_|/ |/| |
* | | Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-1/+1
| |/ |/|
* | Fixed typo in previous commit.Al12rs2018-12-221-1/+1
* | Improved tooltip for Alternate Game Source flag.Al12rs2018-12-221-1/+1
* | Some logging for drop events on modlist.Al12rs2018-12-221-3/+7
|/
* Implement separator text color in a way that doesn't break everything elseLostDragonist2018-12-111-7/+6
* Change color of separator text based on the configured color of the separatorLostDragonist2018-12-111-0/+5
* Add option to remove column colors for mod list separatorsLostDragonist2018-12-111-3/+5
* Add notes column to mod listLostDragonist2018-12-081-2/+22
* Prevent the user from renaming unmanaged and DLC modsLostDragonist2018-11-261-3/+6
* Prevent the user from setting a negative mod priorityLostDragonist2018-11-261-0/+3