summaryrefslogtreecommitdiffstats
path: root/src/yuzu/loading_screen.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: fix spelling mistakesLiam2023-03-121-1/+1
* qt: reset progress bar after shader compilationLiam2022-07-241-0/+4
* Update some files with Qt 5.15.2 best practices in mindKyle K2022-05-291-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* yuzu: Reduce unused includesameerj2022-03-201-7/+0
* general: Replace high_resolution_clock with steady_clockMorph2021-12-021-2/+2
* frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Morph2020-05-151-1/+2
* yuzu/loading_screen: Remove unused shader progress modeReinUsesLisp2020-03-091-16/+1
* yuzu/loading_screen: Specify string conversions explicitlyLioncash2019-05-201-9/+9
* yuzu/loading_screen: Resolve runtime Qt string formatting warningsLioncash2019-04-091-1/+6
* loading_screen: Unchunk progress barReinUsesLisp2019-02-071-1/+3
* Change const char* to const char[]James Rowe2019-01-211-4/+4
* Fix mingw compile error and warningsJames Rowe2019-01-211-5/+5
* Add fade out effect to the loading screenJames Rowe2019-01-211-0/+27
* Set Minimum Size to the same as renderwindowJames Rowe2019-01-211-0/+1
* Change the background color of Stage Complete to yuzu blueJames Rowe2019-01-211-1/+1
* Rename step 1 and step 2 to be a little more descriptiveJames Rowe2019-01-211-6/+6
* Prevent estimated time from flashing after slow shader compilation startsJames Rowe2019-01-211-1/+1
* Move progress bar style into constexpr stringsJames Rowe2019-01-211-28/+32
* Hide progress bar on Prepare stepJames Rowe2019-01-201-7/+8
* QT: Upgrade the Loading Bar to look much betterJames Rowe2019-01-201-6/+102
* Add a workaround if QMovie isn't availableJames Rowe2019-01-201-1/+14
* QT Frontend: Add a Loading screen with progressbarJames Rowe2019-01-201-0/+71