| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #992 from Al12rs/version_check_for_optional_files | Al | 2020-02-14 | 1 | -41/+47 | |
| |\ \ | | | | | | | Avoid getting the general mod version for optional and miscellaneous … | |||||
| | * | | Avoid getting the general mod version for optional and miscellaneous files, | AL | 2020-02-06 | 1 | -41/+47 | |
| | | | | | | | | | | | | | as those usually have their own version unbound to the main one. | |||||
| * | | | Merge pull request #994 from isanae/generic-file-list | isanae | 2020-02-09 | 45 | -1738/+5693 | |
| |\ \ \ | |/ / |/| | | New file tree | |||||
| | * | | don't sort items when they're not expanded | isanae | 2020-02-08 | 4 | -10/+12 | |
| | | | | ||||||
| | * | | just disable recursive filtering when fully loading | isanae | 2020-02-07 | 5 | -23/+25 | |
| | | | | | | | | | | | | | switching models clears persistent indexes and collapses everything | |||||
| | * | | fixed sorting not emitting layout events and fixing persistent indexes | isanae | 2020-02-07 | 4 | -7/+18 | |
| | | | | ||||||
| | * | | fixed data tab not refreshing after "restarting" MO | isanae | 2020-02-07 | 4 | -8/+10 | |
| | | | | | | | | | | | | | | | | larger default size for filename column fixed sorting in descending order by default | |||||
| | * | | sort on demand | isanae | 2020-02-07 | 4 | -20/+53 | |
| | | | | ||||||
| | * | | disconnect any proxies when fully loading | isanae | 2020-02-07 | 4 | -1/+43 | |
| | | | | | | | | | | | | | disable model when resetting, enable it back after the directory refresh so the tree doesn't appear in a weird state in between | |||||
| | * | | item activation | isanae | 2020-02-07 | 2 | -120/+194 | |
| | | | | | | | | | | | | | removed a bunch of unnecessary QObject qualifiers | |||||
| | * | | bump to alpha5 | isanae | 2020-02-07 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into ↵ | isanae | 2020-02-07 | 3 | -12/+73 | |
| | |\ \ | |/ / |/| | | | | | generic-file-list | |||||
| * | | | Merge pull request #990 from Al12rs/shift_visit_website | Al | 2020-02-05 | 2 | -1/+63 | |
| |\ \ \ | | | | | | | | | Allow Shift-double click on modlist to open Nexus or custom URL as fa… | |||||
| | * | | | Allow Shift-double click on modlist to open Nexus or custom URL as fall-back. | AL | 2020-02-04 | 2 | -1/+63 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #989 from Al12rs/more_text_types | Al | 2020-02-05 | 1 | -11/+10 | |
| |\ \ \ | |/ / |/| | | Add support for other text file types to Text Files modinfo tab | |||||
| | * | | Remove .cfg from INI Files tab as it's in Text Files tab now. | AL | 2020-02-04 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Add support for other text file types to Text Files modinfo tab | AL | 2020-02-04 | 1 | -10/+9 | |
| |/ / | ||||||
| | * | don't refresh the data tab every time the index changes | isanae | 2020-02-05 | 1 | -1/+6 | |
| | | | ||||||
| | * | filter on filename column only because loading the meta for every file takes ↵ | isanae | 2020-02-05 | 3 | -9/+20 | |
| | | | | | | | | | | | | | forever some small optimizations when enabling mods | |||||
| | * | removed bad minimum column width in the data tab | isanae | 2020-02-05 | 5 | -11/+3 | |
| | | | | | | | | | fixed crash in log when restart MO | |||||
| | * | fixed LogModel not being thread safe | isanae | 2020-02-05 | 5 | -20/+50 | |
| | | | | | | | | | | | | | | | optimizations: - create BrowserDialog on demand - scroll to bottom of log in a timer, coalesces fast logging - disabled md5 of dlls | |||||
| | * | harmonized widgets in the tabs, fixed styles | isanae | 2020-02-05 | 11 | -265/+101 | |
| | | | ||||||
| | * | fixed warning when comparing empty strings | isanae | 2020-02-05 | 11 | -48/+152 | |
| | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| | * | case insensitive checks for mohidden extension (lost in rebase) | isanae | 2020-02-04 | 2 | -2/+2 | |
| | | | ||||||
| | * | skip files from archives for the shell menu | isanae | 2020-02-04 | 1 | -5/+15 | |
| | | | ||||||
| | * | update tree items when origins change | isanae | 2020-02-04 | 4 | -49/+105 | |
| | | | ||||||
| | * | hidden unique_ptr into FileTreeItem | isanae | 2020-02-04 | 8 | -84/+214 | |
| | | | | | | | | | | | | | refactored pruning don't show shell menu for directories added collapse all in context menu | |||||
| | * | prune empty directories | isanae | 2020-02-04 | 3 | -40/+133 | |
| | | | ||||||
| | * | don't get meta for fields that are not used | isanae | 2020-02-04 | 9 | -116/+234 | |
| | | | | | | | | | | | show compressed file size if available remember file sizes for files in archives | |||||
| | * | moved refresh and checkboxes to the top | isanae | 2020-02-04 | 1 | -38/+51 | |
| | | | ||||||
| | * | sort | isanae | 2020-02-04 | 6 | -19/+159 | |
| | | | ||||||
| | * | filetype and last modified columns | isanae | 2020-02-04 | 4 | -30/+70 | |
| | | | ||||||
| | * | file size column | isanae | 2020-02-04 | 4 | -9/+60 | |
| | | | ||||||
| | * | show file counts when there are discrepancies | isanae | 2020-02-04 | 3 | -1/+51 | |
| | | | ||||||
| | * | fixed bad path for alternate origins | isanae | 2020-02-04 | 5 | -258/+358 | |
| | | | | | | | | | finished ShellMenuCollection, had to split a bunch of things | |||||
| | * | ShellMenuCollection, events not processed yet | isanae | 2020-02-04 | 3 | -18/+109 | |
| | | | ||||||
| | * | preparing for multiple origins shell menus | isanae | 2020-02-04 | 5 | -48/+185 | |
| | | | | | | | | | split exec() from createMenu() | |||||
| | * | dummy menu for files in multiple directories | isanae | 2020-02-04 | 2 | -1/+64 | |
| | | | ||||||
| | * | ShellMenu class | isanae | 2020-02-04 | 3 | -70/+85 | |
| | | | ||||||
| | * | shell menu for multiple files | isanae | 2020-02-04 | 6 | -55/+153 | |
| | | | ||||||
| | * | status bar messages | isanae | 2020-02-04 | 2 | -11/+139 | |
| | | | ||||||
| | * | shift+right click for shell menu | isanae | 2020-02-04 | 6 | -1/+282 | |
| | | | ||||||
| | * | icons | isanae | 2020-02-04 | 1 | -12/+47 | |
| | | | ||||||
| | * | font, tooltip and foreground | isanae | 2020-02-04 | 1 | -0/+116 | |
| | | | ||||||
| | * | createDirectoryItem() and createFileItem() | isanae | 2020-02-04 | 2 | -31/+54 | |
| | | | ||||||
| | * | moved a bunch of duplicate stuff in a new class Range | isanae | 2020-02-04 | 3 | -113/+143 | |
| | | | ||||||
| | * | refactored removeDisappearingFiles() to just check for directories in the ↵ | isanae | 2020-02-04 | 1 | -39/+32 | |
| | | | | | | | | | main loop | |||||
| | * | faster parent() and indexFromItem() with index guess | isanae | 2020-02-04 | 4 | -41/+251 | |
| | | | | | | | | | implemented files | |||||
| | * | implemented fetchMore() and update for subdirectories | isanae | 2020-02-04 | 3 | -9/+81 | |
| | | | | | | | | | don't refresh tree on active, it's taken care of by fetchMore() | |||||
| | * | rewriting FileTreeModel, implemented add/remove folders in root | isanae | 2020-02-04 | 5 | -788/+220 | |
| | | | ||||||
