summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
Commit message (Collapse)AuthorAgeFilesLines
* dropped redundant report.h/report.cppTannin2015-05-091-1/+1
|
* - operations not possible during directory refresh can now be delayed unit afterTannin2015-04-121-2/+11
| | | | | | | the refresh. - will now rewrite the plugin list(s) immediately after running external application - changes missing from changeset 9f522a324341
* missing changes that belong into changeset 5eaf1e439403Tannin2015-04-121-1/+2
|
* if overwriting the ModOrganizer.ini file fails, another attempt to storeTannin2015-04-081-43/+61
| | | | settings is made, writing to the ini file directly.
* avoid saving plugin list during directory updates as they may be invalidTannin2015-03-311-0/+4
|
* cleanupTannin2015-03-271-3/+2
|
* - when activating/deactivating a mod the contained esps are only ↵Tannin2015-03-091-6/+7
| | | | | | activated/deactivated if no other active mod provides the same plugins
* - some fixes to how file changes are signaled and delayedTannin2015-03-011-12/+14
|
* extended the game-plugin interfaceTannin2015-01-291-47/+28
|
* - bugfixesTannin2015-01-061-112/+86
| | | | | | | - moved more functionality to game-plugins - further decoupled management functionality from the UI - created another "tutorial" which is only a single page with relevant parts of the ui highlighted with info as tooltips
* MergeTannin2015-01-041-41/+165
|\
| * replaced all uses of NULL with nullptrTannin2014-11-281-11/+11
| | | | | | | | fixed a few placed where NULL was used as a number or boolean
| * cleanup und bugfixes after refactoringTannin2014-11-281-32/+207
| |
* | - fixes after mergeTannin2015-01-041-22/+151
| |
* | re-integrated changes missing from the mergeTannin2015-01-031-22/+44
|/
* - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-0/+1249
- started on support for game-plugins