summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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