John Maguire
|
5984c881c6
|
C++11 initialization list doesn't compile on mac
|
2015-10-14 14:09:41 +01:00 |
|
narunlifescience
|
dd953fd86c
|
check custom icon location, then system theme & then fallback theme
icons added & replaced
|
2015-10-13 22:35:49 -05: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
|
3eedc916ad
|
Add a new logging system
|
2011-04-22 16:50:29 +00:00 |
|
David Sansome
|
ed1a25693c
|
Add missing licenses to debian/copyright, and add copyright information to each source file
|
2010-11-20 13:27:10 +00:00 |
|
David Sansome
|
a2fe094bbe
|
Improve device icon loading slightly
|
2010-07-17 21:48:09 +00:00 |
|
David Sansome
|
8164066648
|
More Qt 4.5 fixes
|
2010-05-25 21:41:53 +00:00 |
|
David Sansome
|
becdbb05a3
|
Remove debug output
|
2010-05-19 15:53:32 +00:00 |
|
David Sansome
|
4d57ccb41c
|
Use icons from the desktop theme where possible, fall back on oxygen.
|
2010-05-19 15:45:29 +00:00 |
|