summaryrefslogtreecommitdiff
path: root/src/iuserinterface.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow tool plugins to define a submenu with the display nameLostDragonist2018-12-111-1/+4
| | | | Setting the display name to "<submenu>/<displayname>" will group plugins under the submenu.
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-16/+19
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-19/+16
|
* 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