annotate CHANGELOG.txt @ 584:49f98497e247

Updated the changelog. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@828 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 13 Oct 2008 10:39:36 +0000
parents d7435148a165
children ea3589eb1e12
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
578
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
1 2008-10-14 Version 1.0.1
584
49f98497e247 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 578
diff changeset
2 [add] Feature Request ID 1883444 : Added support for the indenter JSPPP.
578
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
3 [add] Feature Request ID 1867563 : Added support for the indenter XML Indent.
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
4 [add] Support for French language. Thanks to Erwan "leg".
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
5 [change] Some small translation corrections.
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
6 [change] Improved the "new version available" check.
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
7 [change] On Mac and Linux a one pixel frame was shown around the whole screen when about dialog is visible. Removed that.
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
8 [fix] The distributed version of GNU Indent was using a misspelled configuration file, thus lieve preview didn't correctly work. Using original GNU Win32 version now.
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
9 [fix] In version 1.0.0 the creation of batch files for indenters undet Windows always created a bash/shell script instead of batch.
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
10 [fix] Keyboard shortcuts for enabling/disabling "Live Preview" and syntax highlighting didn't work.
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
11
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
12 2008-09-30 Version 1.0.0 non public release. Only presented for Qt Centre programming contest.
533
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
13 [add] Made it possible to start UiGUI in different modes via parameters: Normal (full UI), plugin (only indenter menu, server active), server only.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
14 [add] Added a server functionality. Future plan is to let UiGUI run also as server so plugins from other editors can send indent requests over TCP/IP to it. Very early state right now.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
15 [add] Created a plugin for Notepad++. This plugin shows the indenter parameter menu and lets the user indent the selected or whole text. Live preview works also. Still has some eventloop graphic update problems
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
16 [add] Added support for two (rather simple) Ruby beautifiers, ruby_formatter and rbeautify.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
17 [add] Feature Request ID 1985475 : Added the possibility to reset all indenter parameters to default values. http://universalindent.sf.net/issue/1985475
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
18 [add] Feature Request ID 1989585 : Added a context menu in indenter parameters widget and moved all functions handling these actions from the main window to the indent handler. http://universalindent.sf.net/issue/1989585
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
19 [add] Feature Request ID 1977033 : Now supporting the Cobol intender Cobol Beautifier. http://universalindent.sf.net/issue/1977033
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
20 [add] Feature Request ID 2080832 : Now showing the cursors current line and column number in the statusbars down right corner. http://universalindent.sf.net/issue/2080832
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
21 [change] Using Qt >= 4.4.x now and thereby implemented an animated 3D about dialog.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
22 [change] Using QScintilla >= 2.3 now and thereby added support for Cmake, Fortran[77], Pascal, PostScript, TCL, VHDL, XML and YAML.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
23 [change] Reformatted the about dialog to only contain one QTextEdit. Also added some more links to that text.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
24 [change] Limited the size of the combobox showing the indenters because with the supported programming languages in the name, the comobox was to large in width.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
25 [change] Prevent php file from being tried to be executed directly. That could happen if the file has the execution flag set. However that should never be the case, so this is a workaround.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
26 [change] Added a new class UiguiIniFileParser which will replace the currently used QSettings for reading the indenter parameters. Thus parameters appear in the menu in the same order as in the ini file and are no longer alphabetically sorted.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
27 [change] Redesigned the user interface and code a bit. The indenter selection combo box along with the manual button are now placed in docking widget where all indenter parameters are placed. This is done in preparation to pull out the complete indent handler, so it can be used as plugin for Notepad++ or Eclipse etc.]
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
28 [change] Made reading the indenter config files more tolerant. If the user disobeys case sensitivity when editing the config file by hand, the values are correctly parsed anyway.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
29 [change] Feature Request ID 1989587 : There is no longer any need to have a current value setting in the ini files. A default value is enough. http://universalindent.sf.net/issue/1989587
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
30 [change] Completely removed QT3Support functions.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
31 [change] Removed all compiler warnings.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
32 [change] Changed the way internal settings are handled. Using QObject propertys for connected setting name now.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
33 [fix] The by each indenter supported programming languages, written in braces, are removed from the created shell scripts name.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
34 [fix] Corrected the move/mv commands parameter in the created shell and batch script when calling recursive.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
35 [fix] Bug ID 1986471 : The file modification flag did not work properly. Reason was that QScintilla can not set its textedit component modified flag to true by a function call. http://universalindent.sf.net/issue/1986471
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
36
472
a4798a9a0cb2 Updated the version info a last time before release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 466
diff changeset
37 2008-05-26 Version 0.8.2
463
cd6ca4a1dc2b [add] Feature Request ID 1971206 : Now showing by the indenter supported programming languages next to indenter name.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 458
diff changeset
38 [add] Feature Request ID 1971206 : Now showing by the indenter supported programming languages next to indenter name.
458
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
39 [add] Feature Request ID 1971181 : Added support for the HTML indenter HTB.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
40 [add] Feature Request ID 1867562 : Added support for the HTML indenter hindent.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
41 [add] Added support for the php indenter phpStylist version 1.0.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
42 [add] Added the possibility to directly setting php files as indenter. The suffix .php is recognized and php used as default interpreter.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
43 [add] Extended the created batch/shell script so it is able to indent only one file given as parameter or a whole directory recursively with a defined file suffix.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
44 [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.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
45 [add] Feature Request ID 1729429 : Added the possibility to drag'n drop in any source code file for opening it.
466
0babe9272732 - Created indenter shell scripts now automatically have the executable flag set to true.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 463
diff changeset
46 [change] Created indenter shell scripts now automatically have the executable flag set to true.
458
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
47 [change] Completed the support for all perl tidy parameters.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
48 [change] Updated to uncrustify version 0.46.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
49 [fix] Bug ID 1933074 : On Unix systems the user config files were stored in his home dir in the subfolder ".config". Now they are directly stored in ".universalindentgui".
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
50 [fix] Fixed a bug where the string "<html><body>" was prepended to the output code. Occurred for example when using the shell indenter.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
51
415
95af5c04a3b0 Prepared the info for the new release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 373
diff changeset
52 2008-03-27 Version 0.8.1
95af5c04a3b0 Prepared the info for the new release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 373
diff changeset
53 [add] Feature Request ID 1909450 : Added support for the PEAR PHP beautifier. Thus PHP beautifying is also possible on Linux and Mac OS X. (Needs the PEAR package "PHP_Beautifier" to be installed and a path entry pointing to the PHP dir.)
95af5c04a3b0 Prepared the info for the new release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 373
diff changeset
54 [add] Added support and translations for Russian and Ukrainian language. Thanks to Oleksandr (http://korytskyy.lviv.ua).
95af5c04a3b0 Prepared the info for the new release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 373
diff changeset
55 [add] Feature Request ID 1901935 : From now on files are saved with the same encoding as they were opened and no longer always UTF-8. Also it is possible to save the file with any other encoding.
95af5c04a3b0 Prepared the info for the new release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 373
diff changeset
56 [change] The detection whether to run in portable mode now depends on where the "config" folder resides and no longer the "indenters" folder. This is needed to be able to correctly run on Windows multiuser systems.
95af5c04a3b0 Prepared the info for the new release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 373
diff changeset
57 [change] Removed the word "beta" whereever it occurred, since UiGUI isn't that beta anymore.
95af5c04a3b0 Prepared the info for the new release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 373
diff changeset
58 [fix] Bug ID 1910773 : On Unix systems the globally available files, like indenters, translations etc are not longer installed to /etc/universalindentgui but to /usr/share/universalindentgui.
95af5c04a3b0 Prepared the info for the new release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 373
diff changeset
59
373
c929a1f289e9 Updated version number and date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 370
diff changeset
60 2008-01-17 Version 0.8.0 Beta
370
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
61 [add] Feature Request ID 1849297 : Added support for indenters written in JavaScript using an internal interpreter. Have a look into the README.txt to get to know, what steps are needed for that.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
62 [add] Added support for a simple JavaScript indenter written in JavaScript itself.
323
6ba27609c62d Added support for a simple shell code indenter written in awk.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 320
diff changeset
63 [add] Added support for a simple shell code indenter written in awk.
370
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
64 [add] Feature Request ID 1736946 : It is now possible to run any indenter that is available in the global environment via a path entry.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
65 [add] Feature Request ID 1852483 : Indenters written in script languages, like perl, are now also supported, if they have a correct shebang.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
66 [add] Added support for the well known perltidy. The uigui ini file is completed up to the category and including "Line Break Control". Rest needs to be done.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
67 [add] Feature Request ID 1866599 : Adapted the used paths for settings, temporary files and the one containing indenter ini files to be conform with systems that use strict user rights management. Most this concerns Linux, where the binary resides inside a bin dir and user specific settings are stored in his home dir. Short: now supporting multiuser systems and also have a portable mode, where modifications are only on local media.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
68 [add] Feature Request ID 1730360 : Along with real support for multiuser systems, each user can have his own indenter settings. These won't be overwritten by an update, what was the case before.
320
c62e31b0c0bf [add] Feature Request ID 1867628 : Added a button to the toolbar near the indenter selection that opens the indenters online manual. Therefore added an extra ini header key "manual" that points to the online manual and is retrievable from the IndentHandler. http://universalindent.sf.net/issue/1867628
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 318
diff changeset
69 [add] Feature Request ID 1867628 : Added a button to the toolbar near the indenter selection that opens the indenters online manual.
370
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
70 [add] Feature Request ID 1867660 : Created a simple man page for unix based systems.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
71 [add] The by the qmake projekt file resulting makefile has a directive for install on unix based systems now.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
72 [add] Added example files for most supported programming languages, so each indenter can be tested.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
73 [change] The source code archive is now in a Unix conform format and naming convention.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
74 [change] The used paths have changed. The "data" directory has been renamed to indenters and includes only the uigui ini files and maybe some indenter binaries. Futher a config and a temp directory are used.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
75 [change] In case of an error during calling the indenter, its standard output is appended to the error dialog.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
76 [change] Corrected some misspelling.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
77 [change] Renamed htmltidy to tidy because that is its official name and also the name of the binary in all Linux packages.
318
dec31e2f83c7 [fix] Bug ID 1855460 : The parameter settings of the indenter were only saved, if preview is turned on. Now the settings are always remembered. http://universalindent.sf.net/issue/1855460
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 288
diff changeset
78 [fix] Bug ID 1855460 : The parameter settings of the indenter were only saved, if preview is turned on. Now the settings are always remembered.
370
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
79 [fix] Bug ID 1854156 : The syntax highlighter did not switch to perl if a file with suffix .pl or .pm was loaded.
318
dec31e2f83c7 [fix] Bug ID 1855460 : The parameter settings of the indenter were only saved, if preview is turned on. Now the settings are always remembered. http://universalindent.sf.net/issue/1855460
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 288
diff changeset
80
288
92020c011f2e Version Update
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 282
diff changeset
81 2007-11-22 Version 0.7.1 Beta
92020c011f2e Version Update
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 282
diff changeset
82 [add] Feature Request ID 1833814 : Added support for building on MacOSX.
92020c011f2e Version Update
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 282
diff changeset
83 [change] Feature Request ID 1836486 : Update to latest version of Uncrustify.
92020c011f2e Version Update
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 282
diff changeset
84 [change] Update to latest version of Artistic Styler.
92020c011f2e Version Update
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 282
diff changeset
85
282
ce978f71b9ed Changed version info
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 274
diff changeset
86 2007-11-11 Version 0.7.0 Beta
274
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
87 [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
88 [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
89 [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
90 [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
91 [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.
282
ce978f71b9ed Changed version info
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 274
diff changeset
92 [change] The update check is now enabled by default.
ce978f71b9ed Changed version info
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 274
diff changeset
93 [change] Slighty changes made to the settings dialog; put texts in front of the changed value.
274
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
94 [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
95 [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
96 [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
97 [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
98
227
7dbe0fdeeabc Version updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 223
diff changeset
99 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
100 [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
101 [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
102 [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
103 [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
104 [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
105 [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
106 [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
107 [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
108 [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
109
227
7dbe0fdeeabc Version updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 223
diff changeset
110 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
111 [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
112 [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
113 [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
114 [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
115 [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
116 [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
117 [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
118 [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
119 [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
120 [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
121 [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
122 [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
123 [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
124 [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
125
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
126 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
127 [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
128 [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
129 [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
130 [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
131 [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
132
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
133 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
134 [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
135 [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
136 [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
137 [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
138 [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
139 [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
140 [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
141 [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
142 [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
143 [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
144 [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
145
79
0fc66c7444d9 Changed text for new version
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 69
diff changeset
146 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
147 [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
148 [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
149 [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
150 2007-02-11 Version 0.4.1 Beta
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
151 [add] Support for the indenter Uncrustify has been added.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
152 [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
153 [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
154 [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
155 [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
156 [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
157 [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
158 [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
159 [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
160 [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
161 [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
162
45
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
163 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
164 [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
165 [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
166 [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
167 [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
168 [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
169 [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
170 [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
171 [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
172 [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
173 [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
174 [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
175
40
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
176 2006-09-04 Version 0.3.1 Beta
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
177 [add] Language selector and german translation added.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
178
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
179 2006-08-25 Version 0.3 Beta
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
180 [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
181 [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
182 [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
183 [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
184 [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
185 [add] Some commands are now faster available by keyboard shortcuts.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
186 [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
187 [fix] Corrected the tab order for the gui elements.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
188 [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
189
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
190 2006-08-11 Version 0.2.5 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
191 [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
192 [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
193 [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
194 [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
195 [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
196 [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
197 [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
198
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
199 2006-08-03 Version 0.2.4 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
200 [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
201 [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
202 [add] possibility to save the shown/indented source code
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
203 [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
204 [fix] unnecessary calls of the indenter removed
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
205 [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
206 [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
207
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
208 2006-07-16 Version 0.2.3 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
209 [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
210
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
211 2006-07-14 Version 0.2.2 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
212 [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
213 [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
214 [add] an about dialog
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
215 [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
216 [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
217
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
218 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
219 - 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
220
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
221 2006-07-04 Version 0.2.1 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
222 [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
223 [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
224 [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
225 [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
226 [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
227
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
228 2006-06-30 Version 0.2.0 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
229 [add] missing parameters for flexible indenter ini file format
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
230 [add] complete Astyle ini file
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
231 [add] multiple choice combobox for parameters
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
232 [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
233
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
234 2006-06-28
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
235 [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
236 [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
237
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
238 2006-06-23
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
239 [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
240 [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
241 [add] icon for executable
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
242 [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
243 - some bugfixes, as you can say this in a preAlpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
244
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
245 2006-06-07
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
246 [change] unnecessary gui menu removed
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
247 [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
248 [add] made call of windows version of GreatCode under Linux possible by using wine