summaryrefslogtreecommitdiff
path: root/src/shared/directoryentry.cpp
Commit message (Expand)AuthorAgeFilesLines
* error handling for last modified timeisanae2020-02-181-1/+11
* re-enabled archive parsingisanae2020-02-181-69/+92
* removed directoryrefresher.h from organizercore.hisanae2020-02-181-99/+0
* cleanup, typedefsisanae2020-02-181-12/+11
* split directoryentryisanae2020-02-181-721/+24
* error checking in dump()isanae2020-02-181-5/+29
* moved dump() to DirectoryEntryisanae2020-02-181-33/+98
* fixed crash when disabling modisanae2020-02-181-3/+5
* removed lastAccessed from FileEntry, not usedisanae2020-02-181-83/+93
* removed some unnecessary countersisanae2020-02-181-48/+0
* thread-safe OriginConnectionisanae2020-02-181-21/+80
* more instrumentationisanae2020-02-181-126/+156
* thread-safe directory entryisanae2020-02-181-21/+66
* faster getSubDirectory() for env::Directory, added lcnameisanae2020-02-181-37/+276
* removed dead insertFile()isanae2020-02-181-20/+25
* threaded refresherisanae2020-02-181-0/+27
* don't lowercase twiceisanae2020-02-181-4/+6
* wstring_view when possibleisanae2020-02-181-22/+54
* filter on filename column only because loading the meta for every file takes ...isanae2020-02-051-8/+18
* don't get meta for fields that are not usedisanae2020-02-041-4/+17
* fixed bad path for alternate originsisanae2020-02-041-3/+11
* preparing for multiple origins shell menusisanae2020-02-041-0/+16
* removed LEAK_TRACE stuffisanae2020-02-041-126/+93
* missing toStdString() from mergeisanae2020-02-041-1/+1
* refactoring: moved member functions in the same order as the headerisanae2020-02-041-551/+545
* refactoring: whitespace, newlines, auto, removed commented out codeisanae2020-02-041-215/+274
* refactoring: whitespace and newlinesisanae2020-02-041-4/+6
* renamed ToLower() to avoid confusion with in-place vs copyisanae2020-02-041-14/+111
* added a map for directories in DirectoryEntryisanae2020-02-041-10/+46
* some optimizations to avoid case conversions and memory allocationsisanae2020-02-041-2/+4
* initial implementation for updating file tree, buggyisanae2020-02-041-0/+5
* added a few missing constsisanae2020-02-041-1/+1
* Fix problem with translated unmanaged mods and origin namesSilarn2019-12-141-9/+10
* changed qCritical() to log::error()isanae2019-07-221-10/+13
* removed unused or redundant stuff in error_report.hisanae2019-07-221-6/+6
* conflict lists:isanae2019-05-311-0/+5
* Fix origin determination for the case of a lower priority, loose files mod be...LostDragonist2019-03-221-4/+14
* Performance improvements:Al2019-02-121-7/+7
* Change find_if to remove_ifLostDragonist2019-01-011-1/+1
* Fixed mainwindow.cpp so that Qt Creator does not break it anymore.Al12rs2018-12-121-5/+26
* Initial archive conflict parsingSilarn2018-12-121-36/+78
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-592/+720
* Applied clang-format on sourceSandro Jäckel2018-02-221-720/+592
* Fix rare crash when deactiving modsEran Mizrahi2017-12-241-3/+3
* Implement file priority for loose files > archivesJeremy Rimpo2017-12-171-32/+36
* replaced boost&qt foreach-implementations by the c++11 variantTannin2016-02-091-3/+2
* first work on interfacing with usvfsTannin2015-11-171-2/+2
* small stuffTannin2015-06-121-2/+2
* - some code cleanup and modernization trying to fix "dr memory" reportsTannin2015-05-171-29/+35
* tons of code cleanup and minor fixes to harden the code (mostly suggestions f...Tannin2015-02-251-3/+5