summaryrefslogtreecommitdiff
path: root/src/pluginlist.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* 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
| | | | | | | | | * Move diagnostics tab to un-break tutorials targeting tab 3 * Restrict order locking for force-enabled plugins * Cascade locked positions in the case of a conflict * Should remove existing invalid locks * Add some info to primary plugins in plugin list * Differentiate plugin names for DLC and CC content
* 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
| | | | | * ESL files can be sorted like ESMs * ESL files are displayed italicized but not bold
* Basic ESL updatesJeremy Rimpo2017-10-201-1/+1
|
* Merge branch 'master' into new_vfs_libraryTannin2016-06-301-0/+1
|\
| * Some include-what-you-use suggested changesThomas Tanner2016-06-271-0/+1
| |
| * Removing the 'get' in all function names and making FO4 plugin buildThomas Tanner2016-01-241-3/+3
| | | | | | | | Merge branch 'master' of https://github.com/TanninOne/modorganizer
* | fixed creation of data paths after changing paths in settings and update of ↵Tannin2016-06-231-5/+5
| | | | | | | | profile list after change
* | fixed: mandatory esms could get disabled without a way in the ui to ↵Tannin2016-06-011-5/+7
| | | | | | | | re-enable them
* | 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
| | | | | | | | not updated correctly
* | 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
|/ | | | other fixes
* Replace last occurrence of GameInfo::getNexusGameID and remove a whole load ↵Thomas Tanner2015-11-261-1/+0
| | | | of gameinfo.h includes
* Bunch of const correctness changes. There shouldn't be any update of plugin ↵Thomas Tanner2015-11-251-1/+1
| | | | games once MO has started
* 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
| | | | be a problem nowadays (probably related to Qt5?)
* MO will no longer use the load order from an empty loadorder.txt because theTannin2015-04-121-0/+4
| | | | file should at least have a header.
* 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 ↵Tannin2015-03-311-2/+6
| | | | a bug)
* 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 ↵Tannin2015-01-111-4/+19
| | | | | | | | was apparently not copied to the branch)