Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-09 | yuzu/about_dialog: Specify string conversions explicitly | Lioncash | |
Specifies the conversions explicitly to avoid implicit conversions from const char* to QString. This makes it easier to disable implicit QString conversions in the future. In this case, the implicit conversion was technically wrong as well. The implicit conversion treats the input strings as ASCII characters. This would result in an incorrect conversion being performed in the rare case a branch name was created with a non-ASCII Unicode character, likely resulting in junk being displayed. | |||
2018-09-07 | Better Title Bar Display | CaptV0rt3x | |
2018-08-06 | qt: Default destructors where applicable | Lioncash | |
Makes code consistent with our style of defaulting special member functions where applicable. | |||
2018-07-29 | Port #3837 from Citra: "Add build date in about dialog" | fearlessTobi | |
2018-03-30 | Add Dark theme, Icon theming | N00byKing | |
configure_general.ui: Add UI Option for Themes config.cpp: Save Theme Settings | |||
2018-01-16 | clang-format | MerryMage | |
2018-01-14 | Implement "About" dialog | spycrab | |