log src/MainWindow.cpp @ 754:4ec2ac09969d

age author description
Tue, 21 Dec 2010 23:07:50 +0000 thomas_-_s Renamed the logger class and put it into a namespace for later universal tool reuse.
Thu, 14 Oct 2010 19:52:47 +0000 thomas_-_s Done some refactoring:
Sun, 19 Sep 2010 11:29:57 +0000 thomas_-_s Commented out not needed pixmap screenshot creation for the about dialog.
Mon, 05 Apr 2010 16:36:23 +0000 thomas_-_s Big code parts of UiGuiSettings rewritten to handle connection to widgets and other slots easier, specially when adding new settings.
Sun, 21 Mar 2010 17:34:17 +0000 thomas_-_s Updated comment copyright year.
Mon, 27 Jul 2009 15:17:08 +0000 thomas_-_s Once more let Uncrustify reformat my code.
Wed, 03 Jun 2009 13:56:56 +0000 thomas_-_s Instead of showing a message box, make a debug log entry before trying
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.
Wed, 04 Feb 2009 16:46:26 +0000 thomas_-_s From now on using an extra file and functions for gathering the version, build date and revision. This uncouples the connection between the MainWindow and AboutDialog and UpdateCheckDialog a bit by reducing the number of needed constructor parameters.
Tue, 03 Feb 2009 21:20:44 +0000 thomas_-_s Prepared for version 1.0.2 release.
Tue, 03 Feb 2009 16:41:37 +0000 thomas_-_s Updated the copyright notice to the year 2009.
Tue, 11 Nov 2008 14:56:11 +0000 thomas_-_s Renamed the source files and some classes to have consistent names. What a nice kind of work.