summaryrefslogtreecommitdiff
path: root/src/pch.h
Commit message (Collapse)AuthorAgeFilesLines
* split directoryentryisanae2020-02-181-0/+4
| | | | made classes noncopyable, fixed a few unintended copies
* status bar messagesisanae2020-02-041-0/+1
|
* rewriting FileTreeModel, implemented add/remove folders in rootisanae2020-02-041-0/+1
|
* added lockwidget to replace all the other dialogsisanae2019-11-061-22/+25
| | | | | | 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
* added missing include guardsisanae2019-09-091-0/+1
| | | | log free space on drives involved in paths
* merged DockFixer into GeometrySettingsisanae2019-08-161-0/+1
| | | | added combobox index to settings
* merged toolbars into restoreToolbars() and saveToolbars()isanae2019-08-161-0/+1
| | | | | | added centerOnMainWindowMonitor(), now also used by validation dialog added overloads for splitter, used by main splitter fixed saveState() for QMainWindow calling the wrong function
* Merge pull request #806 from ModOrganizer2/qt-5.13Jeremy Rimpo2019-08-021-1/+0
|\ | | | | Qt 5.13
| * More refactoringSilarn2019-07-031-1/+0
| |
* | progress dialog now shows elapsed time in progress barisanae2019-07-101-0/+1
|/
* removed concept of custom executables, everything is modifiableisanae2019-06-151-0/+1
| | | | | | added apply button to dialog added reset button that re-adds plugin executables and renames existing ones if needed moved executables files to their filter in visual studio
* Update pch.hisanae2019-05-241-3/+0
| | | removed headers that were redundant or actually from MO
* added precompiled headersisanae2019-05-241-0/+257