comparison CHANGELOG.txt @ 767:0e5368248a19

Updated changelog with all up to now made changes and fixes. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1044 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Thu, 21 Apr 2011 15:11:48 +0000
parents 39bf6482efa7
children e7a901dd454d
comparison
equal deleted inserted replaced
766:39bf6482efa7 767:0e5368248a19
1 2011-04-xx Version 1.2.0 1 2011-04-xx Version 1.2.0
2 [add] The Linux version has a menu entry in the application development menu now.
3 [add] The Linux version has a mime type association to some code files now, so that UiGUI is available as "open with".
4 [add] Updated the Uncrustify configuration to support Uncrustify version 0.57.
5 [fix] Bug ID 3021933: Updated the Artistic Style configuration to support Artistic Style version 2.01.
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.
2 [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.
3 [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.
11 [fix] Made the JsDecoder integration be compatible with recent Qt versions.
4 [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. 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.
5 [change] Using TCLAP as command line parser instead of own parsing. 13 [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.
6 [change] Rewritten and improved the internal way how settings are connected to the UI. 15 [change] Rewritten and improved the internal way how settings are connected to the UI.
16 [change] Refactored and cleaned up the code.
17 [change] Will no longer deliver binary bundles linked against Qt statically. Instead delivering all dependent DLLs and libs.
7 18
8 2009-07-16 Version 1.1.0 19 2009-07-16 Version 1.1.0
9 [add] Added a logging class, that can catch debug output and make trace backs if any problems occur possible. 20 [add] Added a logging class, that can catch debug output and make trace backs if any problems occur possible.
10 [add] Added an application icon for Mac OS X. 21 [add] Added an application icon for Mac OS X.
11 [change] Feature Request ID 2596302 : Updated the greatcode.ini. Thanks to adxadx who has done this work! 22 [change] Feature Request ID 2596302 : Updated the greatcode.ini. Thanks to adxadx who has done this work!