| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change some for loops to use refs, prefer range loop where possible. | AL | 2020-11-02 | 2 | -3/+3 |
| * | Convert FileAlternative and DataArchiveOrigin to classes | AL | 2020-11-02 | 3 | -29/+44 |
| * | Change Alternatives vector to use a struct | AL | 2020-11-02 | 4 | -38/+59 |
| * | Fix issues with very slow refresh time for large root data directories. | isanae | 2020-05-23 | 2 | -40/+13 |
| * | now using new common cmakefiles | isanae | 2020-04-23 | 2 | -3/+3 |
| * | changed FileRegister to a deque instead | isanae | 2020-02-18 | 1 | -6/+1 |
| * | moved TimeThis to uibase | isanae | 2020-02-18 | 3 | -34/+3 |
| * | error handling for last modified time | isanae | 2020-02-18 | 1 | -1/+11 |
| * | re-enabled archive parsing | isanae | 2020-02-18 | 3 | -104/+146 |
| * | removed directoryrefresher.h from organizercore.h | isanae | 2020-02-18 | 1 | -99/+0 |
| * | cleanup, typedefs | isanae | 2020-02-18 | 11 | -91/+74 |
| * | split directoryentry | isanae | 2020-02-18 | 11 | -1061/+1187 |
| * | error checking in dump() | isanae | 2020-02-18 | 1 | -5/+29 |
| * | moved dump() to DirectoryEntry | isanae | 2020-02-18 | 2 | -36/+110 |
| * | fixed crash when disabling mod | isanae | 2020-02-18 | 2 | -4/+6 |
| * | removed lastAccessed from FileEntry, not used | isanae | 2020-02-18 | 2 | -95/+106 |
| * | removed some unnecessary counters | isanae | 2020-02-18 | 2 | -51/+0 |
| * | thread-safe OriginConnection | isanae | 2020-02-18 | 2 | -22/+87 |
| * | more instrumentation | isanae | 2020-02-18 | 2 | -133/+167 |
| * | thread-safe directory entry | isanae | 2020-02-18 | 2 | -21/+74 |
| * | faster getSubDirectory() for env::Directory, added lcname | isanae | 2020-02-18 | 2 | -42/+330 |
| * | removed dead insertFile() | isanae | 2020-02-18 | 2 | -24/+31 |
| * | threaded refresher | isanae | 2020-02-18 | 2 | -0/+35 |
| * | don't lowercase twice | isanae | 2020-02-18 | 2 | -5/+7 |
| * | wstring_view when possible | isanae | 2020-02-18 | 4 | -32/+72 |
| * | 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 |