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 |
John Maguire
|
71893e4847
|
Use nullptr instead of NULL everywhere.
|
2014-02-06 17:29:59 +01:00 |
John Maguire
|
0ce05939aa
|
Copy taskbar GUID from win7 SDK.
|
2012-11-13 17:02:42 +01:00 |
David Sansome
|
9387b4c40b
|
Don't crash when clicking on the little empty in the windows 7 thumbbar. Fixes issue 2615
|
2012-01-29 15:46:10 +00:00 |
Руслан Ижбулатов
|
79ebbf3894
|
COM fixes
Fix COM calls handling (check the result, print it)
Destroy icons after use
Use wide-char zero
|
2012-01-22 15:08:50 +00:00 |
Руслан Ижбулатов
|
0fd9195e5a
|
Use correct wide char zero
|
2012-01-22 14:58:29 +00:00 |
David Sansome
|
071f1f4f7e
|
Add loads more debug logging on startup
|
2011-04-24 18:07:09 +00:00 |
David Sansome
|
3eedc916ad
|
Add a new logging system
|
2011-04-22 16:50:29 +00:00 |
David Sansome
|
8e9c913605
|
Recreate the windows 7 thumbbar buttons if the window is hidden and then shown again. Fixes issue #1547
|
2011-03-09 00:13:50 +00:00 |
David Sansome
|
2c8e038b44
|
Make the Windows 7 thumbbar actually work. Move it to a different class that deals with QActions. Fixes issue #851
|
2011-01-16 00:39:51 +00:00 |