| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove "Categories: " tooltips when there are no categories (#2339) | Jonathan Feenstra | 2026-02-18 | 1 | -0/+4 |
| | | |||||
| * | Change IOrganizer::profile return type to a shared_ptr (#2322) | Jonathan Feenstra | 2026-01-11 | 1 | -1/+1 |
| | | |||||
| * | Add author and uploader columns to mod list (#2269) | Jonathan Feenstra | 2025-08-18 | 1 | -0/+12 |
| | | |||||
| * | Oblivion Remastered Meta PR (#2241) | Jeremy Rimpo | 2025-05-23 | 1 | -7/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow for mod directory maps - Set main data files based on game - Mapped mod directories to VFS - Update overwrite setup * Skip if mod contains no 'data' dir * More mod directory compatibility fixes * Workaround for Obl:Rem save location - SLocalSavePath does nothing yet MO2 wants to use it to override the default save location - This only applies to BGS games anyway, we should move this logic * First pass for overwrite mod directory support * More overwrite move / delete restrictions * Fix issue with moving directories that are not required * Formatting pass * More modDataDirectory updates * Formatting --------- Co-authored-by: Mikaël Capelle <capelle.mikael@gmail.com> | ||||
| * | A few fixes for RC 1 | Jeremy Rimpo | 2023-11-16 | 1 | -1/+1 |
| | | | | | | | | * Convert the priority index to a string as Windows appears to be converting these to localized numerals * Skip separators when assigning categories * Update the context menu requirements for displaying the auto-assign option * Bump to RC 2 | ||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -400/+398 |
| | | |||||
| * | Added ARCHIVED support for nexus update check and download query. | AL | 2021-07-12 | 1 | -2/+4 |
| | | | | | | Use FileStatus enum instead of scattered int literals. Re-wrote the update check code | ||||
| * | Fix fixDirectoryName includes | Chris Bessent | 2021-04-29 | 1 | -1/+1 |
| | | |||||
| * | Better refresh of override markers and conflicts. | Mikaël Capelle | 2021-02-09 | 1 | -4/+4 |
| | | |||||
| * | Use proper naming convention for constants. | Mikaël Capelle | 2021-01-22 | 1 | -1/+1 |
| | | |||||
| * | Use constant for minimum/maximum priorities. | Mikaël Capelle | 2021-01-22 | 1 | -4/+1 |
| | | |||||
| * | Refresh data tab when mods are enabled or moved. | Mikaël Capelle | 2021-01-21 | 1 | -0/+2 |
| | | |||||
| * | Replace isFixedPriority by hasAutomaticPriority. | Mikaël Capelle | 2021-01-21 | 1 | -2/+2 |
| | | |||||
| * | Expose proper priority in ModList and sort in the sort proxy. | Mikaël Capelle | 2021-01-21 | 1 | -21/+1 |
| | | |||||
| * | Use range-loop instead of old-style iterators. | Mikaël Capelle | 2021-01-21 | 1 | -13/+10 |
| | | |||||
| * | Use isFixedPriority() when appropriate. | Mikaël Capelle | 2021-01-21 | 1 | -1/+1 |
| | | |||||
| * | Add method to retrieve priority of mods in ModList. | Mikaël Capelle | 2021-01-21 | 1 | -18/+16 |
| | | |||||
| * | Remove unused/undefined ModList functions. | Mikaël Capelle | 2021-01-20 | 1 | -26/+0 |
| | | |||||
| * | Move backup and overwrite priority to ModList. | Mikaël Capelle | 2021-01-20 | 1 | -4/+4 |
| | | |||||
| * | Increase robustness of mods priority in profile. | Mikaël Capelle | 2021-01-20 | 1 | -31/+29 |
| | | |||||
| * | Fix editing priority. | Mikaël Capelle | 2021-01-18 | 1 | -2/+1 |
| | | |||||
| * | Use isBackup() and isOverwrite() instead of testing flags. | Mikaël Capelle | 2021-01-13 | 1 | -3/+2 |
| | | |||||
| * | Remove OrganizerCore::modsSortedByProfilePriority. | Mikaël Capelle | 2021-01-13 | 1 | -1/+13 |
| | | |||||
| * | Do not notifyChange if the new name is identical to the old name. | Mikaël Capelle | 2021-01-10 | 1 | -4/+5 |
| | | |||||
| * | Display children contents in collapsed separator. | Mikaël Capelle | 2021-01-10 | 1 | -30/+0 |
| | | |||||
| * | NameRole -> GameNameRole. | Mikaël Capelle | 2021-01-10 | 1 | -1/+1 |
| | | |||||
| * | Fix indentation of indicators branches when using collapsible separators. | Mikaël Capelle | 2021-01-03 | 1 | -2/+0 |
| | | |||||
| * | Move highlighting of mods containing selected plugins to mod view. | Mikaël Capelle | 2021-01-02 | 1 | -24/+0 |
| | | |||||
| * | Move markers management for overwrite/overwritten to ModListView. | Mikaël Capelle | 2021-01-02 | 1 | -50/+1 |
| | | |||||
| * | Refactoring of ModInfo to give access to the core. Remove ModInfo::remove() ↵ | Mikaël Capelle | 2021-01-02 | 1 | -10/+1 |
| | | | | | completely. | ||||
| * | Minor cleaning and fix in ModList. | Mikaël Capelle | 2021-01-02 | 1 | -80/+126 |
| | | | | | | - Proper display of separator name for removal. - Replace usage of flags with isXXX. | ||||
| * | Minor refactoring. | Mikaël Capelle | 2021-01-02 | 1 | -16/+20 |
| | | |||||
| * | Fix notification for removed mods. | Mikaël Capelle | 2021-01-02 | 1 | -6/+7 |
| | | |||||
| * | Fix highligth of collapsed separator. Move foreground color fix to delegate. | Mikaël Capelle | 2021-01-02 | 1 | -3/+1 |
| | | |||||
| * | Minor cleaning in ModList. | Mikaël Capelle | 2021-01-02 | 1 | -5/+5 |
| | | |||||
| * | Some cleaning. Avoid using Qt::UserRole. | Mikaël Capelle | 2021-01-02 | 1 | -20/+44 |
| | | |||||
| * | Remove selection-related stuff from plugin/mod lists. | Mikaël Capelle | 2021-01-02 | 1 | -3/+5 |
| | | |||||
| * | More stuff moved to mod list context. | Mikaël Capelle | 2021-01-02 | 1 | -1/+21 |
| | | |||||
| * | Add message for invalid drag. Split & clean code. | Mikaël Capelle | 2021-01-02 | 1 | -133/+7 |
| | | |||||
| * | Clean drag&drop code and add drop of external folder/archives. | Mikaël Capelle | 2021-01-02 | 1 | -110/+160 |
| | | |||||
| * | Remove unused method. | Mikaël Capelle | 2021-01-02 | 1 | -17/+0 |
| | | |||||
| * | Do not invalidate the sort proxy when not required (keep selection). | Mikaël Capelle | 2021-01-02 | 1 | -21/+10 |
| | | |||||
| * | Fix and move stuff around. | Mikaël Capelle | 2021-01-02 | 1 | -87/+25 |
| | | | | | | | - Move selection-related code from ModList to ModListView. - Fix move-selection for multi-selection. - Fix refresh of mod list on toggle selection. | ||||
| * | Fix automatic refresh of the collapsible separator proxy. | Mikaël Capelle | 2021-01-02 | 1 | -0/+30 |
| | | |||||
| * | Disable drag&drop of mods in backups. | Mikaël Capelle | 2021-01-02 | 1 | -1/+1 |
| | | |||||
| * | Fix keyboard move selection. | Mikaël Capelle | 2021-01-02 | 1 | -15/+14 |
| | | |||||
| * | Do not set Qt::ItemIsDropEnabled all the time. | Mikaël Capelle | 2021-01-02 | 1 | -5/+13 |
| | | |||||
| * | Small refactoring to avoid duplicated code. | Mikaël Capelle | 2021-01-02 | 1 | -4/+4 |
| | | |||||
| * | Clean drag&drop of URLs and mods/archives. | Mikaël Capelle | 2021-01-02 | 1 | -75/+97 |
| | | |||||
| * | Drag and drop from download view to install + Expand and scroll to mod on ↵ | Mikaël Capelle | 2021-01-02 | 1 | -21/+67 |
| | | | | | install. | ||||
