| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | Use an intermediate structure to store the separator tree. | Mikaël Capelle | 2021-01-02 | 1 | -1/+1 |
| | | |||||
| * | Remove setName and remove from mod interface. | Mikaël Capelle | 2021-01-02 | 1 | -1/+28 |
| | | |||||
| * | Fix callbacks for pluginlist, modlist and download manager. | Mikaël Capelle | 2020-12-02 | 1 | -10/+9 |
| | | |||||
| * | highlighting plugins from the data directory would crash | isanae | 2020-11-12 | 1 | -3/+5 |
| | | | | | the mod name is "data" and getByName() crashes with a mod name that doesn't exist | ||||
| * | added IPlugin::registered() | isanae | 2020-11-04 | 1 | -71/+0 |
| | | | | | | | | | removed useless dummy interfaces because init() isn't called anymore python plugins currently broken because init() isn't called on them fixed create instance dialog being shown on startup even if portable instance existed display a message when the last instance can't be found fixed instance manager dialog failing to open the portable instance | ||||
| * | fixes after rebasing | isanae | 2020-11-03 | 1 | -9/+39 |
| | | |||||
