summaryrefslogtreecommitdiff
path: root/src/modlist.cpp
Commit message (Collapse)AuthorAgeFilesLines
* harmonized widgets in the tabs, fixed stylesisanae2020-02-051-5/+0
|
* Change tooltip of Category column to say "Primary"AL2020-01-311-1/+1
|
* Fixed file structure not being kept when drag and dropping files.AL2020-01-231-1/+1
| | | | Fix #981
* Fix incorrect tabsAl2020-01-141-1/+1
|
* Add icon for hidden files flagAl2020-01-141-0/+1
|
* Allow content tooltip to translateSilarn2019-12-141-13/+13
|
* Separate conflict flags and render them in separate columnsSilarn2019-12-061-10/+30
|
* fix crash when changing categories on mods when the "no categories" filter ↵isanae2019-11-271-0/+27
| | | | is selected
* emblemes -> emblemsisanae2019-10-041-1/+1
|
* split settings into a bunch of classesisanae2019-09-021-4/+4
| | | | removed "get" from the getters that had it
* changed crash dump type to use enum instead of intisanae2019-08-241-5/+5
| | | | | | added ColorSettings settings dialog general and diag tabs don't use qsettings anymore removed logging of setting changes, will be added back to Settings class
* Merge pull request #807 from isanae/logging-reworkJeremy Rimpo2019-08-021-13/+13
|\ | | | | Logging rework
| * changed qDebug() to log::debug()isanae2019-07-221-4/+3
| | | | | | | | removed some commented out logging
| * changed qCritical() to log::error()isanae2019-07-221-6/+6
| | | | | | | | removed now unused vlog()
| * 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
| | | | | | | | | | | | | | * Fix problem with main tutorial advancing past mod activation * Add various missing overlays for new and updated features * Restore BSA tab * Fix problem with positioning action button overlays (requires uibase)
* | 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
| | | | | | | | * < 1 mo = 2 hours * < 3 mo = 4 hours * < 6 mo = 6 hours * < 1 yr = 12 hours * > 1 yr = 24 hours
* Various fixes and updatesSilarn2019-02-181-0/+5
| | | | | | * Add second api type for mod info to segment updates from basic desc * Add saved nexus file type and factor it into the update display * Fix some issues with how we were checking for 'latest update' files
* Sorting logic fix and show last updated dateSilarn2019-02-181-0/+1
|
* Update Process ImprovementsSilarn2019-02-181-1398/+1410
| | | | | | | | | | | | | | * 5 minute batch auto-update of up to 10 mods - Still able to force an update of all 'unchecked' mods - Prioritizes mods with oldest update 'age' * Implemented 1-hour wait between update checks per mod * Fixed issues with update progress display * Only enable update filter automatically if 'force update' * Improved display of version update status in mod list - Italic text when ready to perform update check - Tooltip indicates when next update is available * Fixed remaining issues with update fallback check * Only trigger one update API request for duplicate sources
* 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
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Updating to 2.1.7alpha1
| * | | | | Clean up and fix merge issuesLostDragonist2018-12-121-13/+5
| | | | | |
| * | | | | Improved refresh performance by replacing std::transform() with ↵Al12rs2018-12-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CharLowerBuffer(). Fixed padding to four spaces and removed references to FLAG_ARCHIVE_LOOSE_CONFLICTS_MIXED that isn't used.
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | The logic to show it is still missing until the other issues are fixed.
| * | | | | Initial archive conflict parsingSilarn2018-12-121-7/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 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 ↵Al2019-01-221-4/+4
| |_|_|/ |/| | | | | | | | | | | cases
* | | | 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
| |