log src/main.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.
Fri, 22 Oct 2010 16:26:27 +0000 thomas_-_s Made the code be compatible to the Qt compile variant with "-no-stl" being set.
Thu, 14 Oct 2010 19:52:47 +0000 thomas_-_s Done some refactoring:
Mon, 27 Sep 2010 06:31:23 +0000 thomas_-_s Corrected filtering of faulty finder command line parameter.
Sun, 12 Sep 2010 18:15:49 +0000 thomas_-_s Ensure correct command line parsing on Mac, because when opened with Finder, a curious argument starting with "-psn" will be added.
Sun, 21 Mar 2010 17:34:17 +0000 thomas_-_s Updated comment copyright year.
Sun, 21 Feb 2010 22:39:06 +0000 thomas_-_s Small correction and compiler warning avoid.
Wed, 20 Jan 2010 22:37:45 +0000 thomas_-_s Corrected catching of TCLAP exceptions and showing correct console output.
Tue, 22 Dec 2009 23:07:56 +0000 thomas_-_s Replaced my own command line parsing by TCLAP.
Mon, 27 Jul 2009 15:17:08 +0000 thomas_-_s Once more let Uncrustify reformat my code.
Tue, 14 Jul 2009 22:27:15 +0000 thomas_-_s Start parsing the command line arguments before the logger is initialized. Otherwise the command line verbose level applies too late and some debug output might be missing.
Fri, 29 May 2009 11:47:10 +0000 thomas_-_s Added a class for retrieving info about the operating system and use this for logging info.
Thu, 28 May 2009 10:20:05 +0000 thomas_-_s Enhanced the logger by an info message type and until now use it at start to log the version.
Wed, 27 May 2009 17:27:15 +0000 thomas_-_s Made it possible to set the verbose level via command line parameter.
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.
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.
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.
Fri, 10 Oct 2008 12:01:30 +0000 thomas_-_s Explicitly calling delete on the MainWindow and IndentHandler objects and now the (dependent) destructors are also correctly called.
Thu, 02 Oct 2008 20:21:32 +0000 thomas_-_s For being consistent renamed some classes with the prefix UiGui* to Uigui*. Was sometimes mixed and that way is also easier to read.
Thu, 25 Sep 2008 14:10:56 +0000 thomas_-_s Since the console output doesn't seem to work always, prefer to use message boxes for important notices to the user.
Wed, 24 Sep 2008 03:32:14 +0000 thomas_-_s - Removed any warnings.
Wed, 25 Jun 2008 09:32:45 +0000 thomas_-_s Made it possible to start UiGUI with different command line parameters.
Tue, 17 Jun 2008 13:07:24 +0000 thomas_-_s In preparation for some kind of IPC added a server class. With this abstraction it will be easier to create plugins for other ides or editors which can communicate with UiGUI.
Fri, 06 Jun 2008 10:41:35 +0000 thomas_-_s Replaced QSettings by UiguiIniFileParser to handle the uigui ini files. By this the indenter parameters no longer appear alphabetically ordered but in the same order as they occur in the uigui ini file.
Fri, 06 Jun 2008 10:20:44 +0000 thomas_-_s Added a new class UiguiIniFileParser which will replace the currently used QSettings for reading the indenter parameters.
Sat, 03 May 2008 13:22:50 +0000 thomas_-_s [add] Feature Request ID 1885911 : Added the possibility to open a file on applications start, that is handed over as parameter on the command line. http://universalindent.sf.net/issue/1885911
Wed, 26 Dec 2007 18:09:36 +0000 thomas_-_s Updated copyright info year to 2008
Tue, 21 Aug 2007 10:42:04 +0000 thomas_-_s Changed the documentation to show brief description.
Sun, 11 Feb 2007 15:10:52 +0000 thomas_-_s replaced tabs by spaces.
Sat, 10 Feb 2007 12:44:06 +0000 thomas_-_s Updated the source code GPL preamble.
Tue, 12 Sep 2006 09:33:29 +0000 thomas_-_s [change] Made it possible to change the language without the need to restart the application.
Tue, 05 Sep 2006 15:11:33 +0000 thomas_-_s Restucturing of repository