Remove a space after changing Pulic to Public When I changed Pulic to Public in the GPL license header I needed to take out a space, thanks to the extra character. This commit gets the comment formatting back to normal.
Without '-p' mkdir will not make child folder when parent folder doesn't exist Checked on Kubuntu 9.04 svn path=/trunk/extragear/multimedia/amarok/; revision=990316
Final big license header commit. This is the last of the license headers. They all conform to one of 4 layouts (GPL, GPL plus KDE eV foo, LGPL, and GPL plus Trolltech exceptions). I will be running the checker every now and then to keep on top of the headers.
The license header is now slightly wider than most were before to accommodate longer name/email combinations (maxx_k I'm looking at you =P). Updated HACKING accordingly.
A few files were without any license header and copyright information at all. I used the commit logs to find the creators of and major contributors to the files so that I could add the information.
I have been through the diff and checked that there are no functional changes to the licenses, also built successfully to make sure I haven't removed anything in error =…
As suggested by hydrogen, I've commented out AMAROK_EXPORT in the header file template, to make it more obvious that this shouldn't be used for every class. svn path=/trunk/extragear/multimedia/amarok/; revision=943336
Remove @author from my Template header, as this is a) redundant, b) not useful if there are several authors. svn path=/trunk/extragear/multimedia/amarok/; revision=942192
Added my "Tips for correct memory management with C++ and Qt" (originally a mail to amarok-devel) to HACKING, for later reference. Please feel free to amend, e.g. with the tips from Max Howell.
Created simple C++ template files, both for .cpp and .h files. I've noticed that much of the time for creating new classes is spent on the overhead of simply creating the scaffolding, so I thought it's a good idea to add these.