summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * changed first validation timeout back to 10s, a lot of people report that 5s ↵isanae2020-04-171-1/+1
| | | | | | | | is too short
| * removed some debug loggingisanae2020-04-171-2/+2
| |
* | Fix crash when game plugin does not provide any ini files.AL2020-04-172-3/+13
|/
* fixed crashes and empty items in the file treeisanae2020-04-174-23/+158
| | | | sorting and removing items have to be queued since they corrupt various internal structures in Qt when done during layout
* Fix inconsistent Explore menu option naming. Used Visual Studio standard.AL2020-04-022-4/+4
|
* Fix "Failed to setup data paths" loop by showing the choose instance dialog ↵AL2020-03-301-0/+3
| | | | | | for next startup. This could sometimes happen if users changed a drive letter or removed a drive with one of the Mo2 paths on it making Mo2 error on startup. Only fix was to manually edit the modorganizer.ini file or manually deleting the instance. This allows users to create or use other instances even if that particular instance still needs manual fixing.
* Imrpoved mod already exist dialog when installing.AL2020-03-191-8/+48
|
* Fix and improve NexusID detection during installation for Install Mod button.AL2020-03-131-7/+16
|
* Made all lists uniform row heights for performance and alternate row colorAL2020-02-292-0/+42
|
* Fixed comboboxes and tooltip lagginess due to bad animations.AL2020-02-291-0/+4
|
* Revert "Hacky fix to installation progress dialog flashing"Chris Bessent2020-02-281-6/+0
| | | | This reverts commit 42e5c33a32bdb9438f486d8c608755a4966c1c44.
* Cleanup previous filterList codeAL2020-02-261-8/+0
|
* Removed "State" header from filterlist.AL2020-02-261-9/+21
| | | | | Allow lower vertical sizes for loglist. Fixed alignments and size of various elements.
* Added checkbox icons for filterlist stateAL2020-02-265-4/+12
|
* Enabled icons for all log level line.AL2020-02-263-5/+8
| | | | | Added new icon for Debug level. Moved icons after timestamp.
* Allow log to be reduced in size to a greater extent.AL2020-02-261-1/+19
|
* Fix context menu rendering delay and and general crappiness.AL2020-02-251-0/+6
| | | | This affected users that had the windows "Fade or slide menus into view" option enabled. Qt's implementation of these effects sucks
* Fix random <br> in Alternate Game icon tooltipAL2020-02-251-1/+1
|
* 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...
* 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
|
* Hacky fix to installation progress dialog flashingChris Bessent2020-02-211-0/+6
|
* categories were loaded too lateisanae2020-02-182-1/+1
|
* timing for refreshBSAList and updateProblemsButtonisanae2020-02-184-8/+12
|
* added more timingsisanae2020-02-188-5/+24
| | | | missed fileregisterfwd.h in cmake list
* changed FileRegister to a deque insteadisanae2020-02-182-7/+1
|
* 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
|
* 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-181-1/+6
|
* 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
|