index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
directoryentry.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issues with very slow refresh time for large root data directories.
isanae
2020-05-23
1
-29
/
+3
*
now using new common cmakefiles
isanae
2020-04-23
1
-1
/
+1
*
error handling for last modified time
isanae
2020-02-18
1
-1
/
+11
*
re-enabled archive parsing
isanae
2020-02-18
1
-69
/
+92
*
removed directoryrefresher.h from organizercore.h
isanae
2020-02-18
1
-99
/
+0
*
cleanup, typedefs
isanae
2020-02-18
1
-12
/
+11
*
split directoryentry
isanae
2020-02-18
1
-721
/
+24
*
error checking in dump()
isanae
2020-02-18
1
-5
/
+29
*
moved dump() to DirectoryEntry
isanae
2020-02-18
1
-33
/
+98
*
fixed crash when disabling mod
isanae
2020-02-18
1
-3
/
+5
*
removed lastAccessed from FileEntry, not used
isanae
2020-02-18
1
-83
/
+93
*
removed some unnecessary counters
isanae
2020-02-18
1
-48
/
+0
*
thread-safe OriginConnection
isanae
2020-02-18
1
-21
/
+80
*
more instrumentation
isanae
2020-02-18
1
-126
/
+156
*
thread-safe directory entry
isanae
2020-02-18
1
-21
/
+66
*
faster getSubDirectory() for env::Directory, added lcname
isanae
2020-02-18
1
-37
/
+276
*
removed dead insertFile()
isanae
2020-02-18
1
-20
/
+25
*
threaded refresher
isanae
2020-02-18
1
-0
/
+27
*
don't lowercase twice
isanae
2020-02-18
1
-4
/
+6
*
wstring_view when possible
isanae
2020-02-18
1
-22
/
+54
*
filter on filename column only because loading the meta for every file takes ...
isanae
2020-02-05
1
-8
/
+18
*
don't get meta for fields that are not used
isanae
2020-02-04
1
-4
/
+17
*
fixed bad path for alternate origins
isanae
2020-02-04
1
-3
/
+11
*
preparing for multiple origins shell menus
isanae
2020-02-04
1
-0
/
+16
*
removed LEAK_TRACE stuff
isanae
2020-02-04
1
-126
/
+93
*
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
1
-551
/
+545
*
refactoring: whitespace, newlines, auto, removed commented out code
isanae
2020-02-04
1
-215
/
+274
*
refactoring: whitespace and newlines
isanae
2020-02-04
1
-4
/
+6
*
renamed ToLower() to avoid confusion with in-place vs copy
isanae
2020-02-04
1
-14
/
+111
*
added a map for directories in DirectoryEntry
isanae
2020-02-04
1
-10
/
+46
*
some optimizations to avoid case conversions and memory allocations
isanae
2020-02-04
1
-2
/
+4
*
initial implementation for updating file tree, buggy
isanae
2020-02-04
1
-0
/
+5
*
added a few missing consts
isanae
2020-02-04
1
-1
/
+1
*
Fix problem with translated unmanaged mods and origin names
Silarn
2019-12-14
1
-9
/
+10
*
changed qCritical() to log::error()
isanae
2019-07-22
1
-10
/
+13
*
removed unused or redundant stuff in error_report.h
isanae
2019-07-22
1
-6
/
+6
*
conflict lists:
isanae
2019-05-31
1
-0
/
+5
*
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
*
Change find_if to remove_if
LostDragonist
2019-01-01
1
-1
/
+1
*
Fixed mainwindow.cpp so that Qt Creator does not break it anymore.
Al12rs
2018-12-12
1
-5
/
+26
*
Initial archive conflict parsing
Silarn
2018-12-12
1
-36
/
+78
*
Revert "Applied clang-format on source"
Sandro Jäckel
2018-02-23
1
-592
/
+720
*
Applied clang-format on source
Sandro Jäckel
2018-02-22
1
-720
/
+592
*
Fix rare crash when deactiving mods
Eran Mizrahi
2017-12-24
1
-3
/
+3
*
Implement file priority for loose files > archives
Jeremy Rimpo
2017-12-17
1
-32
/
+36
*
replaced boost&qt foreach-implementations by the c++11 variant
Tannin
2016-02-09
1
-3
/
+2
*
first work on interfacing with usvfs
Tannin
2015-11-17
1
-2
/
+2
*
small stuff
Tannin
2015-06-12
1
-2
/
+2
[next]