log src/AboutDialogGraphicsView.cpp @ 747:850c647d857d

age author description
Sat, 02 Oct 2010 11:56:10 +0000 thomas_-_s AboutDialogGraphicsView: Improved the about dialog positioning on Linux.
Mon, 27 Sep 2010 18:53:48 +0000 thomas_-_s Changed the positioning of the about dialog background to work on Linux properly.
Sun, 19 Sep 2010 12:21:24 +0000 thomas_-_s Updated the AboutDialogGraphicsView to show correctly on Mac and set the window focus back to the main window after closing the dialog.
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.
Tue, 03 Feb 2009 16:41:37 +0000 thomas_-_s Updated the copyright notice to the year 2009.
Tue, 11 Nov 2008 12:33:57 +0000 thomas_-_s According to the previous code formatting also made the function opening brace be consistently placed.
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.
Mon, 20 Oct 2008 10:20:30 +0000 thomas_-_s Corrected the size of the grabbed image for the animated about dialog on Linux.
Thu, 02 Oct 2008 19:09:37 +0000 thomas_-_s On Linux and Mac the fullscreen AboutDialogGraphicsView had a frame. Removed that.
Mon, 29 Sep 2008 11:11:06 +0000 thomas_-_s Updated the animated about dialog to also work for Linux.
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.
Wed, 24 Sep 2008 03:32:14 +0000 thomas_-_s - Removed any warnings.
Tue, 22 Jul 2008 15:31:13 +0000 thomas_-_s Avoid flicker before the real about dialog gets visible.
Tue, 22 Jul 2008 14:49:07 +0000 thomas_-_s - Made the animated about dialog behave correctly on systems with multiple screens. Before only the first screen was grabbed.
Tue, 15 Jul 2008 21:58:08 +0000 thomas_-_s Enabled the QGraphicsView about dialog.
Sat, 15 Mar 2008 16:56:20 +0000 thomas_-_s Added some preparations for animated about dialog using QGraphicsView. But this needs Qt 4.4 so the code needs to be tested whether it runs on qt 4.3.x