summaryrefslogtreecommitdiff
path: root/src/pluginlist.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Removing the 'get' in all function names and making FO4 plugin buildThomas Tanner2016-01-241-3/+3
* | fixed creation of data paths after changing paths in settings and update of p...Tannin2016-06-231-5/+5
* | fixed: mandatory esms could get disabled without a way in the ui to re-enable...Tannin2016-06-011-5/+7
* | removed obsolete stuffTannin2016-05-161-1/+0
* | removed highlighting of dummy pluginsTannin2016-05-151-10/+0
* | fixed: after running an external application the plugin list was potentially ...Tannin2016-05-151-0/+2
* | fixed crash when disabling modsTannin2016-05-111-1/+7
* | fixed priority ordering after enabling/disabling modTannin2016-05-091-1/+35
* | 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