summaryrefslogtreecommitdiff
path: root/src/pluginlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* moved plugins.txt reading/writing to game pluginTannin2016-05-061-203/+82
* removed get-prefix from many getters. removed const from managed_game variable.Tannin2015-12-281-3/+3
* Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...Thomas Tanner2015-11-261-1/+0
* Bunch of const correctness changes. There shouldn't be any update of plugin g...Thomas Tanner2015-11-251-1/+1
* Replace GameInfo::getLoadorderMechanism with IPluginGame::getLoadOrderMechanismThomas Tanner2015-11-241-3/+8
* small stuffTannin2015-05-261-1/+0
* dropped redundant report.h/report.cppTannin2015-05-091-1/+1
* refactoringsTannin2015-04-121-5/+7
* bugfix: batch-activation/deactivation used non-persistent indices which seems toTannin2015-04-121-1/+5
* MO will no longer use the load order from an empty loadorder.txt because theTannin2015-04-121-0/+4
* enabling/disabling a plugin should now immediately cause a check for problemsTannin2015-04-081-2/+8
* a signal is now emitted when the state (checked/unchecked) of a plugin changesTannin2015-03-311-11/+32
* will now avoid writing plugin lists if they would be empty (as its probably a...Tannin2015-03-311-2/+6
* minor cleanupTannin2015-03-091-3/+4
* - some fixes to how file changes are signaled and delayedTannin2015-03-011-33/+9
* icon delegates now use a pixmap cache to improve rendering performanceTannin2015-02-251-5/+5
* extended the game-plugin interfaceTannin2015-01-291-10/+13
* Merge with branch1.2Tannin2015-01-241-3/+3
|\
| * cleanup (mostly removing unused includes)Tannin2015-01-221-3/+3
| * bugfix: priority couldn't be changed directly in plugin list (this change was...Tannin2015-01-111-4/+19
| * more bugfixesTannin2014-11-261-1179/+1177
| * - archive library can now query for password during extraction (seems to be n...Tannin2014-11-051-1/+11
| * - several style fixes suggested by static analysisTannin2014-09-241-25/+25
| * plugins can now query the list of masters for a pluginTannin2014-09-101-0/+14
| * - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-2/+8
| * - processes spawned from MO are now themselves allowed to break away from the...Tannin2014-08-251-4/+5
| * - browser dialog now has a hidden url-field (for testing only)Tannin2014-07-271-0/+7
| * - download-list will no longer show a file as having incomplete data if there...Tannin2014-07-211-3/+0
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-1144/+1144
* | replaced all uses of NULL with nullptrTannin2014-11-281-11/+11
* | cleanup und bugfixes after refactoringTannin2014-11-281-2/+2
* | - archive library can now query for password during extraction (seems to be n...Tannin2014-11-051-1/+11
* | - several style fixes suggested by static analysisTannin2014-09-241-25/+25
* | plugins can now query the list of masters for a pluginTannin2014-09-101-0/+14
* | - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-1/+4
* | - processes spawned from MO are now themselves allowed to break away from the...Tannin2014-08-251-4/+5
* | - can now filter by mod contentTannin2014-08-181-0/+1
* | - browser dialog now has a hidden url-field (for testing only)Tannin2014-07-271-0/+7
* | - download-list will no longer show a file as having incomplete data if there...Tannin2014-07-211-3/+0
* | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-1159/+1159
* | - when highlighting a mod the overwritten and overwriting mods are now highli...Tannin2014-07-141-12/+27
|/
* - added pseudo-categories to filter for mo-managed vs. unmanaged modsTannin2014-06-161-2/+11
* - loot client now only updates the masterlist once per MO sessionTannin2014-06-081-2/+2
* - plugin-list now displays loot messagesTannin2014-06-021-13/+35
* - added a new mod type that represents files handled externally (i.e. DLCs) a...Tannin2014-05-311-3/+11
* - mod list context menu split into two menus (one for whole list, one for sel...Tannin2014-05-131-4/+8
* - very effective optimization to findfirstfile-callsTannin2014-05-051-3/+6
* - updated installerTannin2014-04-241-3/+0
* - added buttons to backup and restore the modlist and pluginlistTannin2014-04-051-223/+1
* - improved NCC compatibilityTannin2014-03-261-2/+1