summaryrefslogtreecommitdiff
path: root/src/iuserinterface.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependency of TransferSave on SaveGameBryo, part of fix for #418Thomas Tanner2015-12-131-0/+1
| | | | | | Added a method to Profile class to get location of save games for the profile. I haven't added this to IProfile as am in two minds. Aside from this have done cleanups of issues suggested by include-what-you-use, and some OCD sorting of #includes
* - some fixes to how file changes are signaled and delayedTannin2015-03-011-1/+3
|
* - bugfixesTannin2015-01-061-0/+3
| | | | | | | - 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-2/+4
|\
| * cleanup und bugfixes after refactoringTannin2014-11-281-7/+7
| |
* | - fixes after mergeTannin2015-01-041-7/+1
|/
* - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-0/+39
- started on support for game-plugins