| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |||||
| | * | customizable columns for mod and plugin lists | isanae | 2020-02-18 | 7 | -52/+5 | |
| | | | ||||||
| | * | customizable columns for file tree | isanae | 2020-02-18 | 1 | -0/+3 | |
| | | | ||||||
| | * | shift+right-click selects items | isanae | 2020-02-18 | 1 | -0/+15 | |
| | | | ||||||
| | * | localized warning when file doesn't exist for shell menu | isanae | 2020-02-18 | 1 | -0/+12 | |
| | | | ||||||
| | * | fixed stylesheets for "valid-filter" property | isanae | 2020-02-18 | 14 | -1/+57 | |
| | | | ||||||
| | * | added support for FilterWidget regexes | isanae | 2020-02-18 | 4 | -4/+32 | |
| | | | ||||||
| | * | updated stylesheets for new "filtered" property on lists with FilterWidget | isanae | 2020-02-18 | 14 | -20/+79 | |
| |/ | ||||||
| * | Merge pull request #1000 from Al12rs/startup_performance | isanae | 2020-02-18 | 8 | -31/+66 | |
| |\ | | | | | Startup performance | |||||
| | * | Cleanup commented code | AL | 2020-02-17 | 1 | -3/+2 | |
| | | | ||||||
| | * | Add setting to disable splash since it can cause load time increase | AL | 2020-02-17 | 3 | -15/+41 | |
| | | | | | | | | | use_spash=true by default. It's not exposed to the ui for now. | |||||
| | * | Reduce overhead introduced by splashscreen | AL | 2020-02-17 | 1 | -4/+3 | |
| | | | | | | | | | by not letting it wait on the mainwindow and instead immediately close | |||||
| | * | Remove duplicated updateFromDisc() call during refresh | AL | 2020-02-17 | 1 | -8/+0 | |
| | | | | | | | | | comment mentioned that it was needed but it was very old and testing would suggest this is no longer the case. | |||||
| | * | Avoid refreshing when setting downloads supported extensions as it only ↵ | AL | 2020-02-16 | 1 | -1/+3 | |
| | | | | | | | | | happens during init. | |||||
| | * | Allow not refreshing downloads when setting their folder, for example during ↵ | AL | 2020-02-16 | 3 | -4/+6 | |
| | | | | | | | | | init. | |||||
| | * | Avoid updating the downloadView when it hasn't even been initialized. | AL | 2020-02-16 | 1 | -0/+4 | |
| | | | ||||||
| | * | Avoid refreshing the profile again when initializing the pforilebox | AL | 2020-02-16 | 1 | -0/+9 | |
| | | | ||||||
| | * | Move modInfo loadFromDisc to it's own function | AL | 2020-02-16 | 3 | -2/+4 | |
| | | | ||||||
| * | | Merge pull request #998 from Al12rs/warnings | Al | 2020-02-17 | 4 | -4/+6 | |
| |\ \ | |/ |/| | Change Qtime to QElapsedtimer in some palaces to remove the warnings. | |||||
| | * | Change Qtime to QElapsedtimer in some palaces to remove the warnings. | AL | 2020-02-15 | 4 | -4/+6 | |
| |/ | ||||||
| * | Merge pull request #997 from Al12rs/custom_url_overwrite_fix | Al | 2020-02-14 | 1 | -1/+4 | |
| |\ | | | | | Avoid overwriting existing URL values when replacing a mod if new val… | |||||
| | * | Avoid overwriting existing URL values when replacing a mod if new value is ↵ | AL | 2020-02-14 | 1 | -1/+4 | |
| |/ | | | | empty. | |||||
| * | Merge pull request #991 from Al12rs/remember_last_modinfo_tab | Al | 2020-02-14 | 1 | -3/+6 | |
| |\ | | | | | Always remember last opened ModInfoDialog tab. | |||||
| | * | Always remember last opened ModInfoDialog tab. | AL | 2020-02-05 | 1 | -3/+6 | |
| | | | | | | | | | Don't reopen saved tab if mainwindow requested specific tab. | |||||
