summaryrefslogtreecommitdiff
path: root/src/pch.h
Commit message (Collapse)AuthorAgeFilesLines
* Migrating to OAuth Authentication (#2374)Jeremy Rimpo2026-05-121-1/+0
| | | | Co-authored-by: aglowinthefield <146008217+aglowinthefield@users.noreply.github.com> Co-authored-by: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com>
* Fix order of includes in pch.h.Mikaël Capelle2023-07-091-1/+4
|
* Apply clang-format.Mikaël Capelle2023-07-091-6/+5
|
* Remove dependency on Core5CompatJeremy Rimpo2022-04-191-1/+0
|
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-4/+2
|
* editable combobox for output mod nameisanae2020-12-291-0/+1
|
* fixed boost bind warningsisanae2020-11-031-1/+1
|
* new CommandLine classisanae2020-11-031-0/+1
| | | | | implemented crashdump as a command, fixed dump_running_process.bat to use it attach to console if present instead of always create one
* 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