John Maguire
|
341dc7326f
|
Reformat all C++
|
2020-09-22 14:56:06 +01:00 |
Chocobozzz
|
70f68b1926
|
Merge remote-tracking branch 'upstream/master' into qt5
|
2018-02-01 09:50:42 +01:00 |
Allan Nordhøy
|
f511ee12e3
|
Spelling: "Wii Remote" → ←↑↓⊕⊖⌂ (#5844)
|
2017-08-29 14:01:48 +02:00 |
Chocobozzz
|
ff7026c9fe
|
Merge remote-tracking branch 'upstream/master' into qt5
|
2015-12-13 20:05:12 +01:00 |
narunlifescience
|
2603cf2088
|
use iconloader & cleanup previous remnants
update
|
2015-12-01 00:32:20 -06:00 |
narunlifescience
|
dd953fd86c
|
check custom icon location, then system theme & then fallback theme
icons added & replaced
|
2015-10-13 22:35:49 -05:00 |
Chocobozzz
|
42aafd247a
|
Update optional components to qt5
|
2015-04-15 18:26:09 +02:00 |
John Maguire
|
3323c2d094
|
Convert all instances of foreach() to a C++11 for
find ext src -name '*.cpp' -exec \
sed -i -e 's/foreach(\([^,]\+\),/for (\1 :/' {} \;
|
2014-02-10 14:43:32 +01:00 |
John Maguire
|
bebd781fdf
|
Reformat all non-3rd-party C/C++/Objective-C++.
Command line:
find src ext -regex '.*\.\(h\|cpp\|mm\)' -exec clang-format -i
-style='{BasedOnStyle: Google, DerivePointerBinding: false}' {} \;
|
2014-02-07 16:34:20 +01:00 |
David Sansome
|
dad76b78dd
|
Move all the settings pages to their own widgets and classes
|
2011-08-14 00:07:10 +01:00 |