- Oct 25, 2020
-
-
Morph authored
Resolves a warning where not all control paths return a value.
-
- Oct 22, 2020
-
-
Kewlan authored
-
- Aug 16, 2020
-
-
Lioncash authored
Migrates a remaining common file over to the Common namespace, making it consistent with the rest of common files. This also allows for high-traffic FS related code to alias the filesystem function namespace as namespace FS = Common::FS; for more concise typing.
-
- Apr 17, 2020
-
-
Lioncash authored
-
- Jun 07, 2019
-
-
Zach Hilman authored
-
- May 29, 2019
-
-
Lioncash authored
This behavior is already provided by the built-in exec() function. We just need to check the return value of it.
-
Lioncash authored
Qt uses a signed value to represent indices. We should follow this convention where applicable to avoid unnecessary sign-conversion warnings, as well as making it easier to interoperate with other aspects of Qt. While we're at it, we can also make a sign-conversion explicit.
-
- May 19, 2019
-
-
Lioncash authored
This is a user-facing string, so it should be marked as translatable.
-
- Apr 25, 2019
-
-
Zach Hilman authored
-
- Apr 03, 2019
-
-
Lioncash authored
Makes for shorter code, while also not requiring the buttons to be directly translated, they'll be handled by Qt itself.
-
- Apr 01, 2019
-
-
Lioncash authored
Since C++17, the introduction of deduction guides for locking facilities means that we no longer need to hardcode the mutex type into the locks themselves, making it easier to switch mutex types, should it ever be necessary in the future.
-
- Mar 16, 2019
-
-
Adityarup Laha authored
* Adds a new Hotkeys tab in the Controls group. * Double-click a Hotkey to rebind it.
-
- Dec 03, 2018
-
-
Zach Hilman authored
Presents profiles in a list, similar to switch.
-