comparison CHANGELOG.txt @ 772:e7a901dd454d

Updated the changelog file with recent fix. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1049 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sat, 23 Apr 2011 15:46:09 +0000
parents 0e5368248a19
children 7bccc7ff65b8
comparison
equal deleted inserted replaced
771:7982f8a04f73 772:e7a901dd454d
6 [fix] Bug ID 3021931: Fixed calling of Artistic Style version 1.22 and later. 6 [fix] Bug ID 3021931: Fixed calling of Artistic Style version 1.22 and later.
7 [fix] Bug ID 3006513: Fixed compiling UiGUI using GCC 4.5 and later. 7 [fix] Bug ID 3006513: Fixed compiling UiGUI using GCC 4.5 and later.
8 [fix] Bug ID 2942381: When loading an indenter configuration file, the settings displayed in the docking widget were correctly updated, but the code wasn't. 8 [fix] Bug ID 2942381: When loading an indenter configuration file, the settings displayed in the docking widget were correctly updated, but the code wasn't.
9 [fix] Bug ID 2135872: A zombie process kept on running if UiGUI was quit during the update check in background if no internet connection is available. 9 [fix] Bug ID 2135872: A zombie process kept on running if UiGUI was quit during the update check in background if no internet connection is available.
10 [fix] Bug ID 3175027: Uncrustify had wrong pop-up comments for two check-boxes. 10 [fix] Bug ID 3175027: Uncrustify had wrong pop-up comments for two check-boxes.
11 [fix] Bug ID 2916163: The proxy settings a properly used and applied now.
11 [fix] Made the JsDecoder integration be compatible with recent Qt versions. 12 [fix] Made the JsDecoder integration be compatible with recent Qt versions.
12 [change] Changed the created shell scripts indenter config file reference. Now each created shell script has a corresponding config file being created in the same dir as the shell script, with the same name but different suffix. But since the config file is referenced by "./", when calling the script the working directory must be the same as the directory containing the config file. 13 [change] Changed the created shell scripts indenter config file reference. Now each created shell script has a corresponding config file being created in the same dir as the shell script, with the same name but different suffix. But since the config file is referenced by "./", when calling the script the working directory must be the same as the directory containing the config file.
13 [change] Using TCLAP as command line parser instead of own command line parsing. 14 [change] Using TCLAP as command line parser instead of own command line parsing.
14 [change] Setting a file name as parameter on the command line without any prefix will load this file instead of the last opened one. 15 [change] Setting a file name as parameter on the command line without any prefix will load this file instead of the last opened one.
15 [change] Rewritten and improved the internal way how settings are connected to the UI. 16 [change] Rewritten and improved the internal way how settings are connected to the UI.