| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | wstring_view when possible | isanae | 2020-02-18 | 10 | -33/+403 | |
| | | | | | first implementation of NtQueryDirectoryFile | |||||
| * | customizable columns for mod and plugin lists | isanae | 2020-02-18 | 7 | -52/+5 | |
| | | ||||||
| * | customizable columns for file tree | isanae | 2020-02-18 | 1 | -0/+3 | |
| | | ||||||
| * | shift+right-click selects items | isanae | 2020-02-18 | 1 | -0/+15 | |
| | | ||||||
| * | localized warning when file doesn't exist for shell menu | isanae | 2020-02-18 | 1 | -0/+12 | |
| | | ||||||
| * | fixed stylesheets for "valid-filter" property | isanae | 2020-02-18 | 14 | -1/+57 | |
| | | ||||||
| * | added support for FilterWidget regexes | isanae | 2020-02-18 | 4 | -4/+32 | |
| | | ||||||
| * | updated stylesheets for new "filtered" property on lists with FilterWidget | isanae | 2020-02-18 | 14 | -20/+79 | |
| | | ||||||
| * | Merge pull request #1000 from Al12rs/startup_performance | isanae | 2020-02-18 | 8 | -31/+66 | |
| |\ | | | | | Startup performance | |||||
| | * | Cleanup commented code | AL | 2020-02-17 | 1 | -3/+2 | |
| | | | ||||||
| | * | Add setting to disable splash since it can cause load time increase | AL | 2020-02-17 | 3 | -15/+41 | |
| | | | | | | | | | use_spash=true by default. It's not exposed to the ui for now. | |||||
| | * | Reduce overhead introduced by splashscreen | AL | 2020-02-17 | 1 | -4/+3 | |
| | | | | | | | | | by not letting it wait on the mainwindow and instead immediately close | |||||
| | * | Remove duplicated updateFromDisc() call during refresh | AL | 2020-02-17 | 1 | -8/+0 | |
| | | | | | | | | | comment mentioned that it was needed but it was very old and testing would suggest this is no longer the case. | |||||
| | * | Avoid refreshing when setting downloads supported extensions as it only ↵ | AL | 2020-02-16 | 1 | -1/+3 | |
| | | | | | | | | | happens during init. | |||||
| | * | Allow not refreshing downloads when setting their folder, for example during ↵ | AL | 2020-02-16 | 3 | -4/+6 | |
| | | | | | | | | | init. | |||||
| | * | Avoid updating the downloadView when it hasn't even been initialized. | AL | 2020-02-16 | 1 | -0/+4 | |
| | | | ||||||
| | * | Avoid refreshing the profile again when initializing the pforilebox | AL | 2020-02-16 | 1 | -0/+9 | |
| | | | ||||||
| | * | Move modInfo loadFromDisc to it's own function | AL | 2020-02-16 | 3 | -2/+4 | |
| | | | ||||||
| * | | Change Qtime to QElapsedtimer in some palaces to remove the warnings. | AL | 2020-02-15 | 4 | -4/+6 | |
| |/ | ||||||
| * | Avoid overwriting existing URL values when replacing a mod if new value is ↵ | AL | 2020-02-14 | 1 | -1/+4 | |
| | | | | | empty. | |||||
| * | Merge pull request #991 from Al12rs/remember_last_modinfo_tab | Al | 2020-02-14 | 1 | -3/+6 | |
| |\ | | | | | Always remember last opened ModInfoDialog tab. | |||||
| | * | Always remember last opened ModInfoDialog tab. | AL | 2020-02-05 | 1 | -3/+6 | |
| | | | | | | | | | Don't reopen saved tab if mainwindow requested specific tab. | |||||
| * | | 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. | |||||
| * | | | 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 | |
| | | |/ | ||||||
| | * | | 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 | |
| | | | ||||||
