| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | filter on filename column only because loading the meta for every file takes ... | isanae | 2020-02-05 | 2 | -9/+19 |
| * | hidden unique_ptr into FileTreeItem | isanae | 2020-02-04 | 2 | -14/+73 |
| * | don't get meta for fields that are not used | isanae | 2020-02-04 | 2 | -5/+38 |
| * | fixed bad path for alternate origins | isanae | 2020-02-04 | 2 | -4/+17 |
| * | preparing for multiple origins shell menus | isanae | 2020-02-04 | 2 | -1/+27 |
| * | shell menu for multiple files | isanae | 2020-02-04 | 1 | -1/+1 |
| * | rewriting FileTreeModel, implemented add/remove folders in root | isanae | 2020-02-04 | 1 | -0/+5 |
| * | removed LEAK_TRACE stuff | isanae | 2020-02-04 | 2 | -133/+106 |
| * | missing toStdString() from merge | isanae | 2020-02-04 | 1 | -1/+1 |
| * | refactoring: moved member functions in the same order as the header | isanae | 2020-02-04 | 2 | -560/+567 |
| * | refactoring: whitespace, newlines, auto, removed commented out code | isanae | 2020-02-04 | 1 | -215/+274 |
| * | refactoring: whitespace and newlines | isanae | 2020-02-04 | 2 | -106/+174 |
| * | renamed ToLower() to avoid confusion with in-place vs copy | isanae | 2020-02-04 | 4 | -57/+176 |
| * | added a map for directories in DirectoryEntry | isanae | 2020-02-04 | 2 | -11/+64 |
| * | some optimizations to avoid case conversions and memory allocations | isanae | 2020-02-04 | 2 | -3/+5 |
| * | put expensive logging in an optional function | isanae | 2020-02-04 | 2 | -0/+35 |
| * | initial implementation for updating file tree, buggy | isanae | 2020-02-04 | 4 | -0/+35 |
| * | implemented dump to file | isanae | 2020-02-04 | 1 | -0/+10 |
| * | added a few missing consts | isanae | 2020-02-04 | 2 | -2/+2 |
| * | now prunes empty directories | isanae | 2020-02-04 | 1 | -0/+14 |
| * | fixed exiting before QThread joins when pressing the X twice | isanae | 2019-12-15 | 2 | -1/+11 |
| * | Fix problem with translated unmanaged mods and origin names | Silarn | 2019-12-14 | 1 | -9/+10 |
| * | added usvfs version in log and about dialog | isanae | 2019-10-09 | 2 | -0/+47 |
| * | added ExitModOrganizer(), used instead of qApp->exit() | isanae | 2019-10-07 | 2 | -0/+65 |
| * | Add portable lock feature | LostDragonist | 2019-09-11 | 1 | -0/+1 |
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 2 | -12/+13 |
| * | split env | isanae | 2019-07-22 | 2 | -2564/+2 |
| * | log guid for security products | isanae | 2019-07-22 | 2 | -18/+29 |
| * | only display "inactive" for security products | isanae | 2019-07-22 | 1 | -3/+1 |
| * | fixed bad compare for nahimic | isanae | 2019-07-22 | 2 | -0/+250 |
| * | moved environment dump to member function | isanae | 2019-07-22 | 2 | -4/+27 |
| * | moved Settings out of OrganizerCore so it can be created by itself to access ... | isanae | 2019-07-22 | 1 | -2/+2 |
| * | moved Console to util | isanae | 2019-07-22 | 2 | -0/+57 |
| * | removed unused or redundant stuff in error_report.h | isanae | 2019-07-22 | 3 | -70/+8 |
| * | put the error message in the ShellLinkException instead | isanae | 2019-07-06 | 2 | -29/+95 |
| * | added new Shortcut class, moved stuff that was in MainWindow into it | isanae | 2019-07-06 | 2 | -2/+414 |
| * | a few more comments | isanae | 2019-07-01 | 1 | -0/+15 |
| * | now handles windows firewall, which apparently doens't report itself to wmi | isanae | 2019-07-01 | 2 | -84/+236 |
| * | a few comments | isanae | 2019-07-01 | 1 | -10/+37 |
| * | added --crashdump to generate dumps of a running MO process | isanae | 2019-07-01 | 2 | -20/+389 |
| * | security products | isanae | 2019-07-01 | 2 | -3/+301 |
| * | comments, some refactoring | isanae | 2019-06-29 | 2 | -97/+321 |
| * | added a warning when running in compatibility mode | isanae | 2019-06-29 | 2 | -1/+14 |
| * | log windows version | isanae | 2019-06-29 | 2 | -46/+259 |
| * | lower case paths, sorted list, md5 for some files | isanae | 2019-06-29 | 2 | -7/+54 |
| * | refactored preloadSsl() into preloadDll() | isanae | 2019-06-29 | 2 | -2/+375 |
| * | conflict lists: | isanae | 2019-05-31 | 2 | -0/+6 |
| * | added AlternativesVector typedef to FileEntry | isanae | 2019-05-31 | 1 | -3/+3 |
| * | Fix origin determination for the case of a lower priority, loose files mod be... | LostDragonist | 2019-03-22 | 1 | -4/+14 |
| * | Performance improvements: | Al | 2019-02-12 | 1 | -7/+7 |