annotate CHANGELOG.txt @ 274:021b507dbc21

Updated for the new release version. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@489 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Tue, 06 Nov 2007 11:04:08 +0000
parents 94a58a8d4073
children ce978f71b9ed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
274
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
1 2007-11-07 Version 0.7.0 Beta
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
2 [add] Feature Request ID 1826733 : If the called indenter returns an error message, you can chose to not show the same error again. Helpful for HTMLtidy since it often shows a long, repeating error list.
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
3 [add] Feature Request ID 1805974 : Added an option to clear the list of recently opened files.
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
4 [add] Feature Request ID 1760997 : Added some code lines to example.cpp to test whether an indenter correctly handles preprocessor defines.
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
5 [add] Feature Request ID 1752551 : If the user manually checks for updates a progress/busy dialog will be shown.
238
94a58a8d4073 Changelog updated.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 227
diff changeset
6 [add] Feature Request ID 1736932 : The user gets shown a dialog if he has manually checked for an update and no new one is available.
274
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
7 [change] The update check is no enabled by default.
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
8 [fix] Bug ID 1807179 : GNU Indent didn't work properly on Windows system, after the dlls libiconv-2.dll and libintl-2.dll were removed. Readded them.
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
9 [fix] Bug ID 1805976 : The HTML export didn't produce any output. Fixed that, but still has not syntax formatting.
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
10 [fix] Bug ID 1815023 : Mixed traditional with simplified chinese translation. Now preferring to use english text instead of mixing if no traditional translation is available.
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
11 [fix] Bug ID 1815120 : The font of the editor component was wrong (not monospaced), if syntax highlighting was turned off.
238
94a58a8d4073 Changelog updated.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 227
diff changeset
12
227
7dbe0fdeeabc Version updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 223
diff changeset
13 2007-06-13 Version 0.6.1 Beta
196
658f3fccb533 Updated the change log.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 168
diff changeset
14 [add] Feature Request ID 1729433 : Added a recently opened file menu.
658f3fccb533 Updated the change log.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 168
diff changeset
15 [add] Feature Request ID 1704290 : Added possibiltiy to integrate into an IDE, editor or other as external tool. This is donw by creating a batch/shell script which accepts a file as parameter and calls the indenter with the in UniversalIndentGUI made settings.
207
c7db1b05ecb7 [add] Feature Request ID 1673659 : The string parameter in the uigui ini files for each indenter can now also be a list of strings divided by "|" sign. As result the parameter name with value will be written to the indenter config file for each of the values. http://universalindent.sf.net/issue/1673659
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 196
diff changeset
16 [add] Feature Request ID 1673659 : The string parameter in the uigui ini files for each indenter can now also be a list of strings divided by "|" sign. As result the parameter name with value will be written to the indenter config file for each of the values.
c7db1b05ecb7 [add] Feature Request ID 1673659 : The string parameter in the uigui ini files for each indenter can now also be a list of strings divided by "|" sign. As result the parameter name with value will be written to the indenter config file for each of the values. http://universalindent.sf.net/issue/1673659
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 196
diff changeset
17 [add] Feature Request ID 1730180 : UniversalIndentGUI can automatically check on start, whether a new version is available. This setting is disabled by default and can be enabled in the settings.
c7db1b05ecb7 [add] Feature Request ID 1673659 : The string parameter in the uigui ini files for each indenter can now also be a list of strings divided by "|" sign. As result the parameter name with value will be written to the indenter config file for each of the values. http://universalindent.sf.net/issue/1673659
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 196
diff changeset
18 [add] Added support for HTML Tidy. The executable is contained in the release package.
223
0db1ccc709ea [add] Feature Request ID 1736432 : The width of the dock widget containing the indenter parameters is now restored on program start. http://universalindent.sf.net/issue/1736432
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 218
diff changeset
19 [add] Feature Request ID 1736432 : The width of the dock widget containing the indenter parameters is now restored on program start.
208
50a13c6637c8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 207
diff changeset
20 [change] The about dialog shows now a credits scroller to say thanks to all people, who have helped me somehow.
50a13c6637c8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 207
diff changeset
21 [fix] Bug ID 1733499 : UniversalIndentGui crashed if inside of an indenter ini file the category number of one parameter was higher than the available categories.
218
8b102514494d Added the html tidy uigui file for copying. I forgot that before.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 208
diff changeset
22 [fix] Bug ID 1735586 : Some dialogs had untranslated buttons. For example yes, no, cancel were not translated.
196
658f3fccb533 Updated the change log.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 168
diff changeset
23
227
7dbe0fdeeabc Version updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 223
diff changeset
24 2007-06-03 Version 0.6.0 Beta
168
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
25 [add] Feature Request ID 1700557 : Added a settings dialog for handling more possible settings with better usabiltiy.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
26 [add] Feature Request ID 1700556 : Added option to load last file or not on startup.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
27 [add] Feature Request ID 1684011 : Added option to set the width used to display tabs (default is four spaces).
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
28 [add] Feature Request ID 1651718 : Added multiple choices, for the indenter configuration, with for the user readable text. Before the text inside of the combo boxes for the indenter parameters was exactly the same text as the command line parameter of the indenter. Now with "ChoicesReadable" a list with the same length as "Choices" can be used to insert readable text into the combo box. If this list is not set, the content of "Choices" will be used.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
29 [add] Partly Japanese translation. Thanks to Nirvash.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
30 [add] The language selection show the countries flag in front of its name to identify the language faster.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
31 [add] Feature Request ID 1657253 : If now configuration ini file for any indenter can be found, a warning will be displayed.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
32 [change] Feature Request ID 1723228 : The default font for all syntax highlighters is now mono spaced, Courier.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
33 [change] Along with the settings dialog cleaned up the user interface. Moved some not that often needed settings away to the settings dialog.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
34 [change] The full text of the GPL in the about dialog did slow down the program startup and translation. Now only a hint and link to the GPL is given in the about dialog.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
35 [fix] Bug ID 1692511 : UniversalIndentGui crashed, if a by the syntax highlighter unsupported file extension was opened.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
36 [fix] Bug ID 1727538 : The setting for syntax highlighting was allways enabled on startup, even if disabled on closing.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
37 [fix] Bug ID 1729026 : The highlighting style was not correct when changed to another highlighter than the current. Only after toggling preview for example the style was correct.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
38 [fix] The editors column showing the line numbers did not adapt its width to the maximum line number.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
39
94
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
40 2007-03-19 Version 0.5.1 Beta
100
8882b6aa6921 Version updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 99
diff changeset
41 [add] Supporting syntax highlightning for the programming language D.
94
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
42 [change] The live typing and indenting feature was not adapted to QScintilla. Now works again (depending on the used indenter).
168
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
43 [fix] Bug ID 1678783 : Files other encoded than ascii were not displayed correctly. Now allways displaying files using UTF-8 encoding.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
44 [fix] Bug ID 1678783 : The new syntax highlighter selection menu was not translated.
99
0ad2ac0b8e15 Version updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 94
diff changeset
45 [fix] When file was reloaded with other encoding the file was allways set to be modified even if it wasn't.
94
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
46
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
47 2007-03-14 Version 0.5.0 Beta
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
48 [add/change] Using QScintilla as editing component, which is by far more mighty than the before uses QTextEdit. Have a look inside the development area for details.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
49 [add] Because of QScintilla, added syntax highlightning for bash, batch, cpp, csharp, css, diff, html, idl, java, javascript, lua, makefile, perl, pov, ini, python, ruby, sql and tex.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
50 [add] Also added code folding for previously mentioned languages.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
51 [add] Added support for the indenter "phpCB" phpCodeBeatufier. (Thanks to Nelson Tai) The executable is not included in the UiGui release, because I am not sure about the license of phpCB right now.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
52 [add] The output of an indenter can now be read from stdout, by setting "stdout" for "outputFileParameter".
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
53 [add] Feature Request ID 1673549 : The order of the indenter call parameters for input file, output file and options[file] is now selectable in three states: pio, ipo, iop.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
54 [add] Feature Request ID 1675503 : The last set encoding is being remembered and used on loading last file.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
55 [add] Feature Request ID 1669822 : The last window position, size and maximized state is stored in the settings and restored.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
56 [add] Feature Request ID 1673670 : Made it possible to switch between visible and invisible white space characters, like spaces and tabs.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
57 [change] The "personal" configuration files of each indenter (like gc.cfg) are no longer included in a release, so these settings can be loaded into UiGui after updating.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
58 [fix] Bug ID 1678783: If the current opened file had no save name yet, only the path was written to the settings file, causing an error on next start.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
59
79
0fc66c7444d9 Changed text for new version
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 69
diff changeset
60 2007-02-25 Version 0.4.2 Beta
0fc66c7444d9 Changed text for new version
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 69
diff changeset
61 [add] Support for the indenter CSSTidy has been added.
0fc66c7444d9 Changed text for new version
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 69
diff changeset
62 [add] Support for new language: Taiwan (Chinese).
0fc66c7444d9 Changed text for new version
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 69
diff changeset
63 [change] For easier translation the about dialog has been redesigned a bit.
68
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
64 2007-02-11 Version 0.4.1 Beta
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
65 [add] Support for the indenter Uncrustify has been added.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
66 [add] Feature Request ID 1651719: A binary release for Linux AMD64 is now available.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
67 [add] Feature Request ID 1657251: If only a win32 executable exists under Linux, wine will be used to call it. Now a test will be mad if wine is installed and an error message will show up if not installed.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
68 [change] Some changes mad to the Artistic Styler ini file as suggested by its author Jim Pattee.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
69 [change] Put the file open button at first position in the toolbar, because normally this is the first step one would do, if he tries to find the optimal indenter and settings for himself.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
70 [change] The background in the about dialog has been changed to look equal on all systems.
69
13d921bbeeca Added one change I forgot
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 68
diff changeset
71 [change] The error message dialogs had small optical enhancements to be more readable.
68
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
72 [fix] Bug ID 1657255: If an error occurred during the try to call the indenter, a message box is being shown, but the mouse cursor still indicated that the application is being busy.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
73 [fix] Bug ID 1651071: Changing the file encoding did not affect the code sent to the indenter, so the code while preview turned on, had wrong encoding (still seems to have some encoding problems under Linux).
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
74 [fix] Bug ID 1650222: On Windows systems there were two DLLs missing to run GNU Indent ("libiconv-2.dll" and "libintl-2.dll")
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
75 [fix] Bug ID 1649918: The indenter was not called after first program start, so preview updated first after changing a setting or the code.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
76
45
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
77 2007-02-01 Version 0.4 Beta
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
78 [add] All parameters of GNU Indent have been added.
48
37cf17a8faf0 Added entry that belonged to previous version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 46
diff changeset
79 [add] From now on the indenter BCPP is included.
45
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
80 [add] The loaded source file encoding is now convertable by the menu entry "Reopen File with other Encoding". This way chinese encoding etc. is possible to load. (Suggest for this submitted by Nelson, Bug ID 1643541)
46
bcb8b6d7f29e One entry added, concerning the doc dir.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 45
diff changeset
81 [add] A subdirectory "doc" has been added, containing the file "iniFileFormat.html" with info how to write ini files for new indenters.
45
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
82 [change] Updated the astyle executable and the ini file to version 1.20.1
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
83 [change] Restructured the gui design a little bit. Using a moveable dock widget for the indenter settings now. Using a toolbar that can also be placed at the bottom.
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
84 [change] Made it possible to change the language without the need to restart the application.
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
85 [change] Line numbers are now geyed out, because this is more decent and selecting the numbers is no longer possible.
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
86 [change] The link to the homepage in the about dialog now really opens the website.
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
87 [change] The linux version is now statically linked against Qt so there should be no problems with wrong Qt versions installed or even no Qt libraries installed.
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
88 [fix] Bug ID 1553601: If no uigui ini file was found the application stopped with an exception.
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
89
40
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
90 2006-09-04 Version 0.3.1 Beta
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
91 [add] Language selector and german translation added.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
92
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
93 2006-08-25 Version 0.3 Beta
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
94 [add] A message box will show up at opening a source file or program exit, if the source code has been changed, and ask whether to save the file or not.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
95 [add] The symbol "*" will be shown in the window title in front of the source file name if the source code has been changed.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
96 [add] By a settings menu entry the tool tips for the indenter parameter settings can be en/disabled because they can be annoying.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
97 [add] A settings file is from now on used to remember the last selected indenter and last opened source code file.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
98 [add] The source code can now be exported as a PDF or HTML document.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
99 [add] Some commands are now faster available by keyboard shortcuts.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
100 [fix] The calling name in the indenter ini file for GreatCode was written lower case while the real file name was upper case, which resulted in a program calling error.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
101 [fix] Corrected the tab order for the gui elements.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
102 [change] Optimized speed when switching between the available indenters. If the indenters ini file is large, this still takes some time.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
103
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
104 2006-08-11 Version 0.2.5 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
105 [add] when loading or saving either a source code or config file the load/save dialog will open in the files directory and not allways in the UniversalIndentGUI dir
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
106 [add] currently made settings for the indenter can be saved to any file
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
107 [add] the menue entries for loading and saving the indenter config file have now icons
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
108 [add] the currently opened source code file name and path will be shown in the window title bar
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
109 [add] a error dialog that will be shown once if the indenter executable for the selected indenter does not exist
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
110 [fix] turning syntax highlight on/off did first take effect after toggle of preview
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
111 [fix] the image in the about dialog box was not allways visible
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
112
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
113 2006-08-03 Version 0.2.4 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
114 [change] the windows version does no longer need any dlls due to static linking and removing bind to mingwm10.dll
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
115 [change] the windows version of the GNU Indent is replaced by a DJGPP compiled GNU Indent version, that needs no further DLLs
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
116 [add] possibility to save the shown/indented source code
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
117 [fix] the file extension used to call the selected indenter. It is now equal to the loaded source file extension so the indenter recognizes the source code language
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
118 [fix] unnecessary calls of the indenter removed
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
119 [fix] indenter was not called if preview was activated and indenter changed
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
120 [fix] under linux the file mask for the open source file dialog did not work correctly
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
121
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
122 2006-07-16 Version 0.2.3 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
123 [add] possibility to edit the source code while preview is active and see how it is formatted. So that is real live ;-)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
124
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
125 2006-07-14 Version 0.2.2 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
126 [add] ini file for GNU Indent with some first settings (if any one wants to write more in it let me know)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
127 [add] a menu bar for more pleasent and common use of the program (some not yet used menu items are disabled)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
128 [add] an about dialog
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
129 [add] some icons for better look and feel (can you feel it ;-) )
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
130 [fix] a bug under linux which caused an endless loop if text was edited
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
131
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
132 2006-07-07 Version 0.2.1.1 Alpha (win32 only)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
133 - previously compiled using Visual Studio 2005 Express, whereby an additional installation of a redistributable package was needed to run UniversalIndentGUI. To avoid this and not force the user to install anything, now using mingw to compile.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
134
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
135 2006-07-04 Version 0.2.1 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
136 [add] function to load config file (not the uigui ini file) of every indenter (and reenabled load config file button)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
137 [add] use of a default value when loading a indenter config file and not all parameters are set.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
138 [add] all documented default parameters of GreatCode and Astyle to their ini files.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
139 [fix] loading of file mask for source code file after changing indenter
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
140 [fix] call of indenter failed under win32 if a linux binary exists.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
141
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
142 2006-06-30 Version 0.2.0 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
143 [add] missing parameters for flexible indenter ini file format
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
144 [add] complete Astyle ini file
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
145 [add] multiple choice combobox for parameters
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
146 [add] checkbox in front of numeric and string parameters to enable/disable them. If disabled indenters default value is used
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
147
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
148 2006-06-28
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
149 [add] working ini file for Astyle (right now only few boolean parameters)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
150 [change] ini file format for booleans to reach the planned flexibility
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
151
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
152 2006-06-23
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
153 [add] combobox in the upper left showing available indenters (found by searching for uigui_*.ini file). at the moment only GreatCode and testwise Astyle
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
154 [add] more detailed info if the indenter call results in an error
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
155 [add] icon for executable
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
156 [change] style/format of the ini file. Still not all planned features implemented
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
157 - some bugfixes, as you can say this in a preAlpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
158
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
159 2006-06-07
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
160 [change] unnecessary gui menu removed
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
161 [fix] corrected ini file for great code (only in executable release)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
162 [add] made call of windows version of GreatCode under Linux possible by using wine