| 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/+4 |
| | | |||||
| * | Extended MODL / direct download handling (#2384) | Jeremy Rimpo | 2026-05-03 | 1 | -0/+5 |
| | | | | | | | | * Extended MODL / direct download handling - name, modname, version, and source options added to download command - nxmhandler init adds schemas and MODL entry with default launch args - Add MODL register button to general tab - On window display, call meta function to trigger both registrations | ||||
| * | Move to VCPKG (#2068) | Mikaël Capelle | 2025-05-29 | 1 | -1/+1 |
| | | | | | | | | | | * Remove SConscript related files. * Force-load translations from uibase and gamebryo/creation. * Bring githubpp here and add a standalone preset. * Switch VersionInfo -> Version for ModOrganizer2. (#2063) * Add pre-commit hook. * Use 7zip build from VCPKG registry. * Use archive.dll from the bin folder instead of dlls. | ||||
| * | Default profile settings (#1869) | Jeremy Rimpo | 2023-09-19 | 1 | -0/+11 |
| | | | | * Fix archive parsing and BSA invalidation | ||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -31/+36 |
| | | |||||
| * | First pass for Qt6 compatibility | Jeremy Rimpo | 2022-04-19 | 1 | -4/+5 |
| | | |||||
| * | Add a toggle for the Alt key showing the menubar | Qudix | 2021-09-11 | 1 | -0/+2 |
| | | |||||
| * | Fix compiler error due to using same name for new dialog (VS v16.10.3) | AL | 2021-07-10 | 1 | -3/+3 |
| | | |||||
| * | Reorganize settingsdialog classes to match UI. | Mikaël Capelle | 2021-01-29 | 1 | -55/+19 |
| | | |||||
| * | Re-organize settings. Add setting to remember filters when restarting MO. | Mikaël Capelle | 2021-01-10 | 1 | -27/+0 |
| | | |||||
| * | Add option to enable/disable displaying conflicts on collapsed separators. | Mikaël Capelle | 2021-01-03 | 1 | -0/+7 |
| | | |||||
| * | Add option to disable collapsible separators. | Mikaël Capelle | 2021-01-02 | 1 | -0/+2 |
| | | |||||
| * | Revert "Changing the location of several directories" | isanae | 2020-11-27 | 1 | -3/+3 |
| | | |||||
| * | Using AppConfig | Qudix | 2020-11-09 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into ↵ | Seth Riley | 2020-11-06 | 1 | -0/+1 |
| |\ | | | | | | | master | ||||
| | * | added hide option for intro page in create instance dialog | isanae | 2020-11-03 | 1 | -0/+1 |
| | | | |||||
| * | | Implement suggestions | Seth Riley | 2020-11-03 | 1 | -1/+1 |
| |/ | |||||
| * | now using new common cmakefiles | isanae | 2020-04-23 | 1 | -1/+1 |
| | | | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files | ||||
| * | added open previews on double-click option | isanae | 2019-12-04 | 1 | -0/+2 |
| | | | | | implemented for filetree | ||||
| * | added explore button in the settings to open stylesheets folder | isanae | 2019-12-04 | 1 | -17/+25 |
| | | | | | | added stylesheets folder to the open folders button moved "Open MO2 Logs folder" up to be with instance folders, removed "MO2" in the name | ||||
| * | added option to hide confirmation when switching instances | isanae | 2019-11-26 | 1 | -0/+2 |
| | | |||||
| * | fixed checkboxes not being set when opening the settings dialog | isanae | 2019-10-02 | 1 | -3/+9 |
| | | |||||
| * | moved color stuff to ColorTable, now shows sample text and icons | isanae | 2019-09-27 | 1 | -215/+20 |
| | | |||||
| * | refactored addLanguages() a bit | isanae | 2019-09-25 | 1 | -19/+38 |
| | | | | | changed some of the tooltips | ||||
| * | use QStyleFactory to get default styles instead of hardcoding them | isanae | 2019-09-25 | 1 | -6/+17 |
| | | | | | don't display extensions in style combobox | ||||
| * | replaced color buttons by a QTableWidget | isanae | 2019-09-25 | 1 | -119/+220 |
| | | |||||
| * | changed the layout of the general settings tab | isanae | 2019-09-23 | 1 | -0/+2 |
| | | | | | | added option to disable checking for updates removed online check, just try it and see | ||||
| * | added center dialogs option | isanae | 2019-09-23 | 1 | -0/+2 |
| | | | | | | moved download list options to their own group box renamed confusing "Download Meta Information" to "Show Meta Information" | ||||
| * | TaskDialog for restarting as admin for steam | isanae | 2019-09-19 | 1 | -2/+5 |
| | | | | | | | added a parent widget parameter to a bunch of places fixed paths still getting changed even if folders can't be created made private the member variables that were temporarily public during rework | ||||
| * | split settings into a bunch of classes | isanae | 2019-09-02 | 1 | -14/+14 |
| | | | | | removed "get" from the getters that had it | ||||
| * | changed crash dump type to use enum instead of int | isanae | 2019-08-24 | 1 | -30/+34 |
| | | | | | | | added ColorSettings settings dialog general and diag tabs don't use qsettings anymore removed logging of setting changes, will be added back to Settings class | ||||
| * | made member variables in SettingsTab private, added accessors | isanae | 2019-08-17 | 1 | -45/+45 |
| | | | | | SettingsDialog now uses GeometrySaver | ||||
| * | passes callbacks to QuestionBoxMemory so it doesn't access the ini directly | isanae | 2019-08-17 | 1 | -1/+1 |
| | | | | | | fixed selected executable being empty after closing the edit dialog put backup_install inside Settings | ||||
| * | cleaned up includes | isanae | 2019-08-02 | 1 | -24/+0 |
| | | | | | | removed commented out code reordered member functions in Settings | ||||
| * | renamed tab classes, clashing with mod info dialog | isanae | 2019-08-02 | 1 | -15/+15 |
| | | | | | split nexus tab | ||||
| * | moved SettingsTab out of Settings | isanae | 2019-08-02 | 1 | -0/+274 |
| split general tab | |||||
