log src/SettingsPaths.cpp @ 751:ac165b6ae67e

age author description
Thu, 14 Oct 2010 19:52:47 +0000 thomas_-_s Done some refactoring:
Sun, 21 Mar 2010 17:34:17 +0000 thomas_-_s Updated comment copyright year.
Fri, 21 Aug 2009 09:38:00 +0000 thomas_-_s Run cppcheck over the code and removed some possible problems.
Mon, 27 Jul 2009 15:17:08 +0000 thomas_-_s Once more let Uncrustify reformat my code.
Tue, 02 Jun 2009 14:35:35 +0000 thomas_-_s Added warning outputs to the temp dir cleanup function and corrected a
Wed, 27 May 2009 17:00:05 +0000 thomas_-_s - Added a new class, that is responsible for logging of any kind and added some logging/debug output calls.
Sun, 15 Feb 2009 12:58:42 +0000 thomas_-_s Avoiding a memory leak in the SettingsPaths class.
Tue, 03 Feb 2009 16:41:37 +0000 thomas_-_s Updated the copyright notice to the year 2009.
Mon, 17 Nov 2008 13:31:59 +0000 thomas_-_s Using char pointer directly from QStrings isn't ensured to work. So to be on the save side using a temporary QByteArray object.
Wed, 12 Nov 2008 14:12:51 +0000 thomas_-_s No using a random temp directory on none Windows for security reason.
Tue, 11 Nov 2008 11:12:36 +0000 thomas_-_s Talking about clean and well formatted code all the time and never run mine through a beautifier while still having a mix of tabs an spaces. So now Uncrustify has cleaned my code. Still two unsatisfying points are left. indenthandler.cpp line 467 a space between case label and colon has been removed and like on line 503 some code lines got indented without setting that explicitly.
Fri, 24 Oct 2008 12:37:57 +0000 thomas_-_s Ensured that some trailing slashes on retrieved paths are always consistent.
Thu, 25 Sep 2008 16:53:35 +0000 thomas_-_s Seems as if I've been lazy some times. Tststsss... So now I added some more method comments.
Mon, 16 Jun 2008 07:47:31 +0000 thomas_-_s Adapted the Notepad++ plugin to make use of the new class SettingsPaths.
Mon, 16 Jun 2008 07:23:56 +0000 thomas_-_s Added a separate static class from that all necessary paths can be retrieved.