David Sansome
|
41425b3c5c
|
Remove . from the beginning of filenames when organising files. Fixes #4338
|
2014-05-11 19:24:21 +10:00 |
John Maguire
|
5146bcdebc
|
Some more NULL -> nullptr conversions.
|
2014-02-21 17:30:46 +01:00 |
John Maguire
|
192b60d965
|
Use nullptr as parent parameter default everywhere
|
2014-02-10 16:03:54 +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
|
f166954495
|
Add Google cpplint & lint one class
|
2013-07-19 15:38:22 +02: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
|
625e4dffdb
|
Replace more invalid FAT32 characters in filenames. Fixes issue #799
|
2010-09-25 15:04:58 +00:00 |
David Sansome
|
6fea62d68e
|
Make the organise dialog and free space bar look better with a dark theme. Fixes issue #630
|
2010-09-05 12:49:56 +00:00 |
David Sansome
|
0848f62c3d
|
Move OrganiseFormat to core/ and add an Organise class that actually does the work.
|
2010-06-24 18:33:38 +00:00 |