summaryrefslogtreecommitdiff
path: root/src/iuserinterface.h
Commit message (Collapse)AuthorAgeFilesLines
* Restore archive tab and partial functionalityJeremy Rimpo2017-12-151-0/+4
|
* Wait for processes run using command line shortcutsEran Mizrahi2017-12-101-5/+2
|
* Merge branch 'master' into new_vfs_libraryTannin2016-06-301-0/+1
|\
| * Some refactoring of the spawn code and to make waitForApplication get the ↵Thomas Tanner2016-06-251-0/+1
| | | | | | | | | | | | | | right error code (usually) A note: It is possible for the executed program to completely exit before MO attempts to get hold of the pid from the job handle, in which case strangeness will happen (this has always been an issue)
| * 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
* | merged master into new_vfs_libraryTannin2016-02-121-0/+1
| |
* | first work on interfacing with usvfsTannin2015-11-171-4/+0
|/
* - 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