| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1021 from Al12rs/log_changes | Al | 2020-02-27 | 8 | -23/+56 |
| |\ | | | | | Various UI changes: | ||||
| | * | Cleanup previous filterList code | AL | 2020-02-26 | 1 | -8/+0 |
| | | | |||||
| | * | Removed "State" header from filterlist. | AL | 2020-02-26 | 1 | -9/+21 |
| | | | | | | | | | | | Allow lower vertical sizes for loglist. Fixed alignments and size of various elements. | ||||
| | * | Added checkbox icons for filterlist state | AL | 2020-02-26 | 5 | -4/+12 |
| | | | |||||
| | * | Enabled icons for all log level line. | AL | 2020-02-26 | 3 | -5/+8 |
| | | | | | | | | | | | Added new icon for Debug level. Moved icons after timestamp. | ||||
| | * | Allow log to be reduced in size to a greater extent. | AL | 2020-02-26 | 1 | -1/+19 |
| |/ | |||||
| * | Merge pull request #1019 from Al12rs/context_menu_delay_fix | Al | 2020-02-26 | 1 | -0/+6 |
| |\ | | | | | Fix context menu rendering delay and and general crappiness. | ||||
| | * | Fix context menu rendering delay and and general crappiness. | AL | 2020-02-25 | 1 | -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 tooltip | AL | 2020-02-25 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1018 from Al12rs/remove_flashing_widgets | Al | 2020-02-25 | 1 | -4/+0 |
| |\ | | | | | Fixed widgets flashing during Mo2 startup, | ||||
| | * | Fixed widgets flashing during Mo2 startup, | AL | 2020-02-25 | 1 | -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_updates | Al | 2020-02-25 | 3 | -59/+184 |
| |\ | | | | | Filterwidget updates | ||||
| | * | Moved filters back to the bottom | AL | 2020-02-23 | 1 | -59/+181 |
| | | | |||||
| | * | Set filterwidget delay for the data tab to avoid typing stutter | AL | 2020-02-23 | 1 | -0/+1 |
| | | | |||||
| | * | Add option to filterwidget to keep selection in view | AL | 2020-02-23 | 1 | -0/+2 |
| |/ | |||||
| * | Fix crashing on Nexus descriptions that are missing BBCode closing brackets. | AL | 2020-02-22 | 1 | -1/+8 |
| | | |||||
| * | Merge pull request #1006 from LostDragonist/master | Chris Bessent | 2020-02-21 | 1 | -0/+6 |
| |\ | | | | | Hacky fix to installation progress dialog flashing | ||||
| | * | Hacky fix to installation progress dialog flashing | Chris Bessent | 2020-02-21 | 1 | -0/+6 |
| |/ | |||||
| * | Merge pull request #1005 from isanae/missing-categories | isanae | 2020-02-19 | 2 | -1/+1 |
| |\ | | | | | Missing categories | ||||
| | * | categories were loaded too late | isanae | 2020-02-18 | 2 | -1/+1 |
| |/ | |||||
| * | Merge pull request #1004 from isanae/timings | isanae | 2020-02-18 | 9 | -11/+34 |
| |\ | | | | | More timings | ||||
| | * | timing for refreshBSAList and updateProblemsButton | isanae | 2020-02-18 | 4 | -8/+12 |
| | | | |||||
| | * | added more timings | isanae | 2020-02-18 | 8 | -5/+24 |
| |/ | | | | missed fileregisterfwd.h in cmake list | ||||
| * | Merge pull request #1003 from isanae/file-list-improvements | isanae | 2020-02-18 | 66 | -1514/+3313 |
| |\ | | | | | Refresh optimizations | ||||
| | * | changed FileRegister to a deque instead | isanae | 2020-02-18 | 2 | -7/+1 |
| | | | |||||
| | * | removed copy/pasted qt copyright | isanae | 2020-02-18 | 1 | -31/+0 |
| | | | |||||
| | * | bumped to alpha 6 | isanae | 2020-02-18 | 1 | -1/+1 |
| | | | |||||
| | * | moved TimeThis to uibase | isanae | 2020-02-18 | 7 | -52/+113 |
| | | | | | | | | | fixed progress bar | ||||
| | * | error handling for last modified time | isanae | 2020-02-18 | 1 | -1/+11 |
| | | | |||||
| | * | re-enabled archive parsing | isanae | 2020-02-18 | 5 | -154/+223 |
| | | | |||||
| | * | removed directoryrefresher.h from organizercore.h | isanae | 2020-02-18 | 5 | -181/+160 |
| | | | |||||
| | * | cleanup, typedefs | isanae | 2020-02-18 | 12 | -101/+84 |
| | | | |||||
| | * | hide version.aps | isanae | 2020-02-18 | 1 | -0/+1 |
| | | | |||||
| | * | split directoryentry | isanae | 2020-02-18 | 36 | -1127/+1310 |
| | | | | | | | | | made classes noncopyable, fixed a few unintended copies | ||||
| | * | error checking in dump() | isanae | 2020-02-18 | 7 | -79/+50 |
| | | | | | | | | | removed a bunch of "{} saved" in the logs | ||||
| | * | fixed sorting | isanae | 2020-02-18 | 1 | -2/+2 |
| | | | |||||
| | * | added natvis | isanae | 2020-02-18 | 2 | -1/+49 |
| | | | |||||
| | * | moved dump() to DirectoryEntry | isanae | 2020-02-18 | 3 | -60/+111 |
| | | | | | | | | | static functions instead of lambdas | ||||
| | * | fixed crash when disabling mod | isanae | 2020-02-18 | 2 | -4/+6 |
| | | | |||||
| | * | removed lastAccessed from FileEntry, not used | isanae | 2020-02-18 | 4 | -98/+117 |
| | | | | | | | | | FileRegister keeps a vector instead of a map | ||||
| | * | removed some unnecessary counters | isanae | 2020-02-18 | 6 | -108/+80 |
| | | | | | | | | | delete old structure in thread | ||||
| | * | thread-safe OriginConnection | isanae | 2020-02-18 | 5 | -64/+202 |
| | | | | | | | | | | | ThreadPool now keeps threads running keep ModThreads around so avoid reallocating buffers | ||||
| | * | more instrumentation | isanae | 2020-02-18 | 5 | -173/+241 |
| | | | | | | | | | tighter mutexes, required thread-safe FileEntry | ||||
| | * | thread-safe directory entry | isanae | 2020-02-18 | 5 | -74/+210 |
| | | | |||||
| | * | faster getSubDirectory() for env::Directory, added lcname | isanae | 2020-02-18 | 4 | -49/+366 |
| | | | | | | | | | instrumentation | ||||
| | * | removed dead insertFile() | isanae | 2020-02-18 | 4 | -26/+40 |
| | | | | | | | | | | | avoided a few string copies lowercase filename in thread | ||||
| | * | threaded refresher | isanae | 2020-02-18 | 9 | -126/+395 |
| | | | |||||
| | * | close handles in thread | isanae | 2020-02-18 | 1 | -21/+68 |
| | | | |||||
| | * | don't lowercase twice | isanae | 2020-02-18 | 2 | -5/+7 |
| | | | |||||
| | * | wstring_view when possible | isanae | 2020-02-18 | 10 | -33/+403 |
| | | | | | | | | | first implementation of NtQueryDirectoryFile | ||||
