| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add setting to show notifications when downloads complete or fail (#2338) | Jonathan Feenstra | 2026-05-15 | 1 | -0/+5 |
| | | |||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -14/+13 |
| | | |||||
| * | Convert everything to CRLF. | Mikaël Capelle | 2023-07-09 | 1 | -33/+33 |
| | | |||||
| * | Avoid duplicating code to simulate startup. | Mikaël Capelle | 2020-12-04 | 1 | -2/+0 |
| | | |||||
| * | Fix display of tools in the MainWindow menu. | Mikaël Capelle | 2020-11-11 | 1 | -2/+0 |
| | | |||||
| * | Clean notification of userInterfaceInitialized between MainWindow and ↵ | Mikaël Capelle | 2020-06-16 | 1 | -1/+2 |
| | | | | | OrganizerCore. | ||||
| * | renamed lockwidget files to uilocker | isanae | 2019-11-06 | 1 | -1/+0 |
| | | |||||
| * | removed unused files | isanae | 2019-11-06 | 1 | -1/+0 |
| | | | | | fixed handle leak when starting steam | ||||
| * | added lockwidget to replace all the other dialogs | isanae | 2019-11-06 | 1 | -4/+2 |
| | | | | | | | rewrote ProcessRunner to have a bunch of setters and then a run() fixed bad exit code when waiting on a process that's already completed removed lock()/unlock() from main window, ProcessRunner is in charge of that now | ||||
| * | split to processrunner | isanae | 2019-11-06 | 1 | -0/+2 |
| | | | | | | added IUserInterface::qtWidget() put back IUserInterface in OrganizerCore now that there's a way to get the widget | ||||
| * | StatusBar now inherits from QStatusBar to handle hide/show events | isanae | 2019-08-16 | 1 | -5/+0 |
| | | | | | | merged settings into saveVisibility() and restoreVisibility() call MainWindow::storeSettings() earlier so widget visibility is still valid | ||||
| * | split into GeometrySettings | isanae | 2019-08-04 | 1 | -2/+2 |
| | | | | | | | | removed most of storeSettings() from OrganizerCore: QSettings handles saving by itself, no need for that removed topLevelSplitter from ui, unused since the log widget is in a dock removed QSettings from MainWindow::readSettings() replaced return values for some of the new getters in Settings to std::optional | ||||
| * | added modinfodialogfwd.h, mostly for the enum that's used in various places | isanae | 2019-07-02 | 1 | -2/+3 |
| | | | | | | renamed ETabs to ModInfoTabIDs and changed all ints to use the enum instead added ModInfoPtr to avoid having to include modinfo.h just to get ModInfo::Ptr | ||||
| * | Allow tool plugins to define a submenu with the display name | LostDragonist | 2018-12-11 | 1 | -1/+4 |
| | | | | | Setting the display name to "<submenu>/<displayname>" will group plugins under the submenu. | ||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -16/+19 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -19/+16 |
| | | |||||
| * | Restore archive tab and partial functionality | Jeremy Rimpo | 2017-12-15 | 1 | -0/+4 |
| | | |||||
| * | Wait for processes run using command line shortcuts | Eran Mizrahi | 2017-12-10 | 1 | -5/+2 |
| | | |||||
| * | Merge branch 'master' into new_vfs_library | Tannin | 2016-06-30 | 1 | -0/+1 |
| |\ | |||||
| | * | Some refactoring of the spawn code and to make waitForApplication get the ↵ | Thomas Tanner | 2016-06-25 | 1 | -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 #418 | Thomas Tanner | 2015-12-13 | 1 | -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_library | Tannin | 2016-02-12 | 1 | -0/+1 |
| | | | |||||
| * | | first work on interfacing with usvfs | Tannin | 2015-11-17 | 1 | -4/+0 |
| |/ | |||||
| * | - some fixes to how file changes are signaled and delayed | Tannin | 2015-03-01 | 1 | -1/+3 |
| | | |||||
| * | - bugfixes | Tannin | 2015-01-06 | 1 | -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 | ||||
| * | Merge | Tannin | 2015-01-04 | 1 | -2/+4 |
| |\ | |||||
| | * | cleanup und bugfixes after refactoring | Tannin | 2014-11-28 | 1 | -7/+7 |
| | | | |||||
| * | | - fixes after merge | Tannin | 2015-01-04 | 1 | -7/+1 |
| |/ | |||||
| * | - started on a refactoring moving functionality out of the MainWindow class | Tannin | 2014-11-21 | 1 | -0/+39 |
| - started on support for game-plugins | |||||
