summaryrefslogtreecommitdiff
path: root/src/pluginlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* changed qDebug() to log::debug()isanae2019-07-221-3/+3
* changed qCritical() to log::error()isanae2019-07-221-5/+5
* replaced qWarning()isanae2019-07-221-2/+2
* findFile() seems to return null in some cases and crash on the line belowisanae2019-05-271-1/+1
* Allow selecting overwrite to trigger selected plugin highlightLostDragonist2019-03-091-3/+2
* Use case insensitive check for flagging primary prugins.Al2019-02-121-1/+2
* Fix some logsLostDragonist2019-01-311-1/+1
* Make logs more consistent in format and contentLostDragonist2019-01-301-3/+3
* Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2LostDragonist2019-01-221-21/+3
|\
| * Improved performance of pluginlist refresh by removing regexAl2019-01-221-21/+3
* | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2Silarn2019-01-181-1/+1
|\|
| * Fix or ignore a number of compiler warnings.Al2019-01-111-1/+1
* | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2Silarn2019-01-051-9/+31
|\|
| * Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-6/+6
| * Improve performance of refresh (regex and code distribution)Al2019-01-051-4/+26
* | Merge branch 'Develop' into archive_conflicts_2Project5792018-12-291-10/+14
|\|
| * Changed "Loads BSA" flag to finds loaded archives in the entire virtual folder.Al2018-12-281-10/+13
| * Added Active Plugins and Active Mods countersAl2018-12-241-0/+1
* | Initial archive conflict parsingSilarn2018-12-121-2/+2
|/
* Fix highlighting plugins when selecting mods with no visible priorityLostDragonist2018-12-121-1/+4
* Add context menu option to send to a specific priorityLostDragonist2018-11-041-21/+2
* Fix matching highlights for mod and plugin selectionsLostDragonist2018-11-011-4/+7
* Added ability to change color of conflict and plugin highlighting from the se...Al12rs2018-11-011-1/+1
* Improve changing mod and plugin prioritiesLostDragonist2018-11-011-7/+25
* Add send to top/bottom options for the plugin listLostDragonist2018-10-311-27/+61
* Add "enable/disable selected" to plugin list context menuLostDragonist2018-08-161-0/+41
* Tweak shading of mods and plugins to better support dark themesLostDragonist2018-08-011-1/+1
* Truncate strings longer than 1024 characters in the plugin list tooltipLostDragonist2018-07-231-6/+15
* Added clarification to loads archives tooltip.Al12rs2018-07-171-1/+1
* Added ability to open mod information window by double cliking on plugins.Al12rs2018-07-171-0/+7
* Added a flag to the plugin list indicating if a certain plugin has one or mor...Al12rs2018-07-171-4/+22
* Make sure to update the index when data is changedSilarn2018-05-041-0/+6
* Vastly improved plugin index generation and sortingSilarn2018-05-041-35/+21
* 4096 was the correct numberSilarn2018-04-271-4/+4
* Fix ESL index display and sorting by indexSilarn2018-04-271-2/+21
* Add flag and description text to ESL-flagged ESPsSilarn2018-04-111-2/+9
* Updates to allow a full plugin data refresh in certain circumstancesSilarn2018-04-081-1/+8
* Light flagged master support and other minor changesJeremy Rimpo2018-03-051-5/+17
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-874/+950
* Applied clang-format on sourceSandro Jäckel2018-02-221-950/+874
* Implement file priority for loose files > archivesJeremy Rimpo2017-12-171-13/+13
* A number of improvements and fixesJeremy Rimpo2017-12-131-3/+27
* Final highlighting changesJeremy Rimpo2017-12-021-2/+2
* Add unmanaged mods and fix plugin identificationJeremy Rimpo2017-11-301-1/+8
* Implement mod/plugin highlighting when pair is selectedJeremy Rimpo2017-11-301-2/+32
* Update master parsing and detect ESLs by extensionJeremy Rimpo2017-10-261-12/+14
* Fix minor ESL issues and set a useful URL for issue reportingJeremy Rimpo2017-10-241-3/+3
* Display the index of the ESL in the mod index space to differentiate ESLsJeremy Rimpo2017-10-211-1/+1
* Correctly render the modindex for ESLsJeremy Rimpo2017-10-211-3/+17
* Add ESL flag type detectionJeremy Rimpo2017-10-201-4/+20