| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove cancelModListEditor (unused). | Mikaël Capelle | 2021-01-02 | 1 | -2/+0 |
| | | |||||
| * | Move filter list to ModListView. | Mikaël Capelle | 2021-01-02 | 1 | -8/+0 |
| | | |||||
| * | Move more stuff from MainWindow. Minor improvements for prev/next button in ↵ | Mikaël Capelle | 2021-01-02 | 1 | -4/+0 |
| | | | | | ModInfoDialog. | ||||
| * | Move click event to ModListView. Remove unused slots from MainWindow. | Mikaël Capelle | 2021-01-02 | 1 | -60/+2 |
| | | |||||
| * | Move the regular context menu. | Mikaël Capelle | 2021-01-02 | 1 | -6/+0 |
| | | |||||
| * | Move the separator context menu. | Mikaël Capelle | 2021-01-02 | 1 | -2/+1 |
| | | |||||
| * | Move the backup context menu. | Mikaël Capelle | 2021-01-02 | 1 | -2/+2 |
| | | |||||
| * | Move the overwrite context menu. | Mikaël Capelle | 2021-01-02 | 1 | -12/+0 |
| | | |||||
| * | More stuff moved to mod list context. | Mikaël Capelle | 2021-01-02 | 1 | -7/+0 |
| | | |||||
| * | More context menu stuff moved. | Mikaël Capelle | 2021-01-02 | 1 | -7/+0 |
| | | |||||
| * | Start moving modlist context menu actions to separate structures. | Mikaël Capelle | 2021-01-02 | 1 | -7/+0 |
| | | |||||
| * | Fix category management. | Mikaël Capelle | 2021-01-02 | 1 | -6/+3 |
| | | |||||
| * | Fix and move stuff around. | Mikaël Capelle | 2021-01-02 | 1 | -1/+0 |
| | | | | | | | - Move selection-related code from ModList to ModListView. - Fix move-selection for multi-selection. - Fix refresh of mod list on toggle selection. | ||||
| * | Remove context attribute from MainWindow. | Mikaël Capelle | 2021-01-02 | 1 | -37/+30 |
| | | |||||
| * | Refactoring and fixes. | Mikaël Capelle | 2021-01-02 | 1 | -14/+0 |
| | | | | | | | - Move codes from MainWindow to ModListView. - Fix enable/disable all visible. - Fix changing style of the mod list. | ||||
| * | Fix automatic refresh of the collapsible separator proxy. | Mikaël Capelle | 2021-01-02 | 1 | -4/+0 |
| | | |||||
| * | Fix keyboard move selection. | Mikaël Capelle | 2021-01-02 | 1 | -1/+6 |
| | | |||||
| * | Move common code to method. | Mikaël Capelle | 2021-01-02 | 1 | -0/+1 |
| | | |||||
| * | Use an intermediate structure to store the separator tree. | Mikaël Capelle | 2021-01-02 | 1 | -0/+2 |
| | | |||||
| * | refresh action, added in toolbar and menu | isanae | 2020-12-28 | 1 | -0/+1 |
| | | |||||
| * | split saves tab, no changes | isanae | 2020-12-28 | 1 | -25/+2 |
| | | |||||
| * | split downloads tab | isanae | 2020-12-26 | 1 | -6/+2 |
| | | |||||
| * | Avoid duplicating code to simulate startup. | Mikaël Capelle | 2020-12-04 | 1 | -8/+0 |
| | | |||||
| * | Add MainWindow::onPluginRegistrationChanged. | Mikaël Capelle | 2020-12-04 | 1 | -0/+2 |
| | | |||||
| * | Add timer to the save list watcher to avoid error during refresh. | Mikaël Capelle | 2020-11-21 | 1 | -0/+1 |
| | | |||||
| * | Update following addition of IPluginGame::listSaves(). | Mikaël Capelle | 2020-11-18 | 1 | -0/+1 |
| | | |||||
| * | Proper handling of mod pages. | Mikaël Capelle | 2020-11-13 | 1 | -0/+1 |
| | | |||||
| * | Better 'Browse Mod Page' menu. | Mikaël Capelle | 2020-11-13 | 1 | -4/+0 |
| | | |||||
| * | Fix display of tools in the MainWindow menu. | Mikaël Capelle | 2020-11-11 | 1 | -5/+4 |
| | | |||||
| * | hide tutorial question option | isanae | 2020-11-03 | 1 | -0/+1 |
| | | |||||
| * | shift+ and ctrl+double-click in mod list will now only open one mod instead ↵ | isanae | 2020-07-20 | 1 | -1/+2 |
| | | | | | | | of the whole selection since these modifiers are also used for selecting, this is too error prone and users have reported opening a crapload of tabs in their browser or explorer windows | ||||
| * | Clean notification of userInterfaceInitialized between MainWindow and ↵ | Mikaël Capelle | 2020-06-16 | 1 | -1/+6 |
| | | | | | OrganizerCore. | ||||
| * | Make checks that occur at the same time not return immediately to avoid ↵ | AL | 2020-06-07 | 1 | -2/+2 |
| | | | | | issues with stuff that might need to rely on check completion. | ||||
| * | Make even the last direct call to checkForProblemsImpl use the async version. | AL | 2020-06-07 | 1 | -2/+2 |
| | | |||||
| * | Avoid executing Problems checks concurrently. | AL | 2020-06-07 | 1 | -0/+2 |
| | | | | | | Reduce timer to 500ms. Make other calls also scheduled. | ||||
| * | Fix comment on checkForProblems() | AL | 2020-06-07 | 1 | -1/+1 |
| | | |||||
| * | Make m_NumberOfProblems atomic | AL | 2020-06-07 | 1 | -1/+1 |
| | | |||||
| * | Make checkForProblems update local variable with the problem count, | AL | 2020-06-06 | 1 | -4/+14 |
| | | | | | | Make updateProblemsButton just update the ui using that variable (no heavy operation) Add checkForProblemsAsync to perform the heavy checks in another thread. | ||||
| * | hook ctrl+f and escape directly on widgets instead of on the main window to ↵ | isanae | 2020-04-17 | 1 | -3/+0 |
| | | | | | allow other widgets to use the same shortcuts, like the FilterWidget | ||||
| * | moved TimeThis to uibase | isanae | 2020-02-18 | 1 | -1/+3 |
| | | | | | fixed progress bar | ||||
| * | customizable columns for mod and plugin lists | isanae | 2020-02-18 | 1 | -3/+0 |
| | | |||||
| * | Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into ↵ | isanae | 2020-02-07 | 1 | -0/+1 |
| |\ | | | | | | | generic-file-list | ||||
| | * | Allow Shift-double click on modlist to open Nexus or custom URL as fall-back. | AL | 2020-02-04 | 1 | -0/+1 |
| | | | |||||
| * | | fixed LogModel not being thread safe | isanae | 2020-02-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | optimizations: - create BrowserDialog on demand - scroll to bottom of log in a timer, coalesces fast logging - disabled md5 of dlls | ||||
| * | | fixed warning when comparing empty strings | isanae | 2020-02-05 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | filter in data tab fixed some bad iterators when removing rows fixed empty directories not being marked as such when refreshing always sort directories first even when reversing the sort order fixed children not being sorted fixed errors about file sizes for directories remember state of checkboxes in data tab | ||||
| * | | split data tab | isanae | 2020-02-04 | 1 | -42/+2 |
| |/ | | | | removed a bunch of undefined functions in MainWindow | ||||
| * | Add "Restore hidden files" context menu option to modlist. | Al | 2020-01-20 | 1 | -0/+1 |
| | | | | | Recursively restores all hidden files in the mod or mods if more than one is selected. | ||||
| * | moved the conflicts column back to its proper position in the enum | isanae | 2019-12-09 | 1 | -1/+0 |
| | | | | | removed unnecessary compat code | ||||
| * | move the conflicts column when resetting geometries | isanae | 2019-12-09 | 1 | -0/+1 |
| | | |||||
| * | use paintEvent() to allow interactive resize because showEvent() is too early | isanae | 2019-12-09 | 1 | -0/+2 |
| | | | | | bumped to rc2 | ||||
