Age | Commit message (Collapse) | Author |
|
Also removes some deprecated API usages.
|
|
|
|
|
|
strings via the supplied title format
|
|
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.
|
|
|
|
Makes code consistent with our style of defaulting special member
functions where applicable.
|
|
|
|
configure_general.ui: Add UI Option for Themes
config.cpp: Save Theme Settings
|
|
|
|
|