summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1018 from Al12rs/remove_flashing_widgetsAl2020-02-251-4/+0
|\ | | | | Fixed widgets flashing during Mo2 startup,
| * Fixed widgets flashing during Mo2 startup,AL2020-02-251-4/+0
|/ | | | they were caused by some code I can't even make sense of that I left over. My bad...
* Merge pull request #1017 from Al12rs/filterwidget_updatesAl2020-02-253-59/+184
|\ | | | | Filterwidget updates
| * Moved filters back to the bottomAL2020-02-231-59/+181
| |
| * Set filterwidget delay for the data tab to avoid typing stutterAL2020-02-231-0/+1
| |
| * Add option to filterwidget to keep selection in viewAL2020-02-231-0/+2
|/
* Fix crashing on Nexus descriptions that are missing BBCode closing brackets.AL2020-02-221-1/+8
|
* Merge pull request #1006 from LostDragonist/masterChris Bessent2020-02-211-0/+6
|\ | | | | Hacky fix to installation progress dialog flashing
| * Hacky fix to installation progress dialog flashingChris Bessent2020-02-211-0/+6
|/
* Merge pull request #1005 from isanae/missing-categoriesisanae2020-02-192-1/+1
|\ | | | | Missing categories
| * categories were loaded too lateisanae2020-02-182-1/+1
|/
* Merge pull request #1004 from isanae/timingsisanae2020-02-189-11/+34
|\ | | | | More timings
| * timing for refreshBSAList and updateProblemsButtonisanae2020-02-184-8/+12
| |
| * added more timingsisanae2020-02-188-5/+24
|/ | | | missed fileregisterfwd.h in cmake list
* Merge pull request #1003 from isanae/file-list-improvementsisanae2020-02-1866-1514/+3313
|\ | | | | Refresh optimizations
| * changed FileRegister to a deque insteadisanae2020-02-182-7/+1
| |
| * removed copy/pasted qt copyrightisanae2020-02-181-31/+0
| |
| * bumped to alpha 6isanae2020-02-181-1/+1
| |
| * moved TimeThis to uibaseisanae2020-02-187-52/+113
| | | | | | | | fixed progress bar
| * error handling for last modified timeisanae2020-02-181-1/+11
| |
| * re-enabled archive parsingisanae2020-02-185-154/+223
| |
| * removed directoryrefresher.h from organizercore.hisanae2020-02-185-181/+160
| |
| * cleanup, typedefsisanae2020-02-1812-101/+84
| |
| * hide version.apsisanae2020-02-181-0/+1
| |
| * split directoryentryisanae2020-02-1836-1127/+1310
| | | | | | | | made classes noncopyable, fixed a few unintended copies
| * error checking in dump()isanae2020-02-187-79/+50
| | | | | | | | removed a bunch of "{} saved" in the logs
| * fixed sortingisanae2020-02-181-2/+2
| |
| * added natvisisanae2020-02-182-1/+49
| |
| * moved dump() to DirectoryEntryisanae2020-02-183-60/+111
| | | | | | | | static functions instead of lambdas
| * fixed crash when disabling modisanae2020-02-182-4/+6
| |
| * removed lastAccessed from FileEntry, not usedisanae2020-02-184-98/+117
| | | | | | | | FileRegister keeps a vector instead of a map
| * removed some unnecessary countersisanae2020-02-186-108/+80
| | | | | | | | delete old structure in thread
| * thread-safe OriginConnectionisanae2020-02-185-64/+202
| | | | | | | | | | ThreadPool now keeps threads running keep ModThreads around so avoid reallocating buffers
| * more instrumentationisanae2020-02-185-173/+241
| | | | | | | | tighter mutexes, required thread-safe FileEntry
| * thread-safe directory entryisanae2020-02-185-74/+210
| |
| * faster getSubDirectory() for env::Directory, added lcnameisanae2020-02-184-49/+366
| | | | | | | | instrumentation
| * removed dead insertFile()isanae2020-02-184-26/+40
| | | | | | | | | | avoided a few string copies lowercase filename in thread
| * threaded refresherisanae2020-02-189-126/+395
| |
| * close handles in threadisanae2020-02-181-21/+68
| |
| * don't lowercase twiceisanae2020-02-182-5/+7
| |
| * wstring_view when possibleisanae2020-02-1810-33/+403
| | | | | | | | first implementation of NtQueryDirectoryFile
| * customizable columns for mod and plugin listsisanae2020-02-187-52/+5
| |
| * customizable columns for file treeisanae2020-02-181-0/+3
| |
| * shift+right-click selects itemsisanae2020-02-181-0/+15
| |
| * localized warning when file doesn't exist for shell menuisanae2020-02-181-0/+12
| |
| * fixed stylesheets for "valid-filter" propertyisanae2020-02-1814-1/+57
| |
| * added support for FilterWidget regexesisanae2020-02-184-4/+32
| |
| * updated stylesheets for new "filtered" property on lists with FilterWidgetisanae2020-02-1814-20/+79
|/
* Merge pull request #1000 from Al12rs/startup_performanceisanae2020-02-188-31/+66
|\ | | | | Startup performance
| * Cleanup commented codeAL2020-02-171-3/+2
| |