log

age author description
Wed, 25 Jun 2008 09:33:33 +0000 thomas_-_s A callback pointer for the IndentHandler was not NULL initialized and could cause a crash.
Wed, 25 Jun 2008 09:32:45 +0000 thomas_-_s Made it possible to start UiGUI with different command line parameters.
Mon, 23 Jun 2008 13:08:02 +0000 thomas_-_s Completed the ini file for the cobol formatter.
Thu, 19 Jun 2008 18:11:34 +0000 thomas_-_s Small show/hide correction.
Thu, 19 Jun 2008 18:00:45 +0000 thomas_-_s - When the whole text is indented the vertical scroll position won't change to the file beginning anymore.
Tue, 17 Jun 2008 13:07:24 +0000 thomas_-_s In preparation for some kind of IPC added a server class. With this abstraction it will be easier to create plugins for other ides or editors which can communicate with UiGUI.
Tue, 17 Jun 2008 13:05:31 +0000 thomas_-_s Made the IndentHandler care itself about where to get the correct paths for the indenters, temp and so on from.
Mon, 16 Jun 2008 09:56:08 +0000 thomas_-_s Enabled formatting of selected text only.
Mon, 16 Jun 2008 08:56:27 +0000 thomas_-_s Corrected the read text length and some other smaller changes like window icon and menu checkability.
Mon, 16 Jun 2008 08:54:59 +0000 thomas_-_s Now handling all parameter change dependent stuff in one central function.
Mon, 16 Jun 2008 07:47:31 +0000 thomas_-_s Adapted the Notepad++ plugin to make use of the new class SettingsPaths.
Mon, 16 Jun 2008 07:23:56 +0000 thomas_-_s Added a separate static class from that all necessary paths can be retrieved.
Sun, 15 Jun 2008 17:15:35 +0000 thomas_-_s Initial commit of plugin for Notepad++. Had to make some changes to the indenthandler, which need to be put under a ifdef switch. But at first it at least works.
Fri, 13 Jun 2008 12:13:27 +0000 thomas_-_s Changed the line ending encoding of the ruby example file.
Fri, 13 Jun 2008 12:05:39 +0000 thomas_-_s Added support for two (rather simple) Ruby beautifiers.
Fri, 13 Jun 2008 08:05:26 +0000 thomas_-_s [add] Feature Request ID 1985475 : Added the possibility to reset all indenter parameters to default values. http://universalindent.sf.net/issue/1985475
Thu, 12 Jun 2008 22:28:50 +0000 thomas_-_s The translation file were updated.
Thu, 12 Jun 2008 22:22:38 +0000 thomas_-_s [change] 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
Thu, 12 Jun 2008 09:41:46 +0000 thomas_-_s Prepared the indenter specific context menu. It already shows up when right clicking on the widget. Now the indent handler needs to implement the load and save functions and the main window needs to get the menu from the IndentHandler.
Thu, 12 Jun 2008 09:15:02 +0000 thomas_-_s [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
Thu, 12 Jun 2008 06:57:31 +0000 thomas_-_s 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.
Tue, 10 Jun 2008 09:53:07 +0000 thomas_-_s 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.
Fri, 06 Jun 2008 10:41:35 +0000 thomas_-_s Replaced QSettings by UiguiIniFileParser to handle the uigui ini files. By this the indenter parameters no longer appear alphabetically ordered but in the same order as they occur in the uigui ini file.
Fri, 06 Jun 2008 10:20:44 +0000 thomas_-_s Added a new class UiguiIniFileParser which will replace the currently used QSettings for reading the indenter parameters.
Fri, 06 Jun 2008 10:18:15 +0000 thomas_-_s Because no values are written back to the uigui ini files anymore since version 0.8.0, the section/group names are no longer reordered nor renamed. So I do not use a "%20" prepended to the section name "[header]".
Thu, 05 Jun 2008 12:30:51 +0000 thomas_-_s Changed the Cobol example to contain better example code.
Thu, 05 Jun 2008 12:29:52 +0000 thomas_-_s [add] Feature Request ID 1977033 : Partly supporting the Cobol intender Cobol Beautifier. http://universalindent.sf.net/issue/1977033
Thu, 29 May 2008 08:39:35 +0000 thomas_-_s Added a cobol example code file.
Tue, 27 May 2008 07:59:43 +0000 thomas_-_s 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.
Mon, 26 May 2008 19:00:56 +0000 thomas_-_s Updated the version info a last time before release.
Mon, 26 May 2008 18:59:12 +0000 thomas_-_s Small correction to only show the indenters shell script name for syntax help and not the complete path.
Mon, 26 May 2008 15:35:45 +0000 thomas_-_s Using a placeholder for the scripts name in the script template, so the call syntax will show the correct name of the script.
Mon, 26 May 2008 13:05:04 +0000 thomas_-_s removed perltidy from svn. Hopefully ohloh will update itself correctly again.
Mon, 26 May 2008 12:26:19 +0000 thomas_-_s 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.
Mon, 26 May 2008 12:19:29 +0000 thomas_-_s Corrected the move/mv commands parameter in the created shell and batch script when calling recursive.
Mon, 26 May 2008 12:18:16 +0000 thomas_-_s - Created indenter shell scripts now automatically have the executable flag set to true.
Mon, 26 May 2008 10:19:01 +0000 thomas_-_s Improved the build script to correctly create a Zip from the tar file by waiting until the tar file has been created.
Mon, 26 May 2008 10:18:13 +0000 thomas_-_s Reformatted the about dialog to only contain one QTextEdit. Also added some more links to that text.
Mon, 26 May 2008 09:47:23 +0000 thomas_-_s [add] Feature Request ID 1971206 : Now showing by the indenter supported programming languages next to indenter name.
Mon, 26 May 2008 09:43:14 +0000 thomas_-_s Updated build script to always use htb.exe since the linux version does not seem to work.
Sun, 25 May 2008 20:29:11 +0000 thomas_-_s Updated version number for mainwindow.
Sun, 25 May 2008 20:28:44 +0000 thomas_-_s Updated version number for mainwindow.
Sun, 25 May 2008 20:28:17 +0000 thomas_-_s updated called binary name for greatcode.
Sun, 25 May 2008 17:07:31 +0000 thomas_-_s Updated the changelog.
Sun, 25 May 2008 17:07:10 +0000 thomas_-_s Updated the universal shell build script.
Sun, 25 May 2008 17:06:47 +0000 thomas_-_s Updated the translation files.
Sat, 24 May 2008 12:18:24 +0000 thomas_-_s Prefer using an outputfile instead of stdout for HTB
Sat, 24 May 2008 12:16:10 +0000 thomas_-_s Completed the support for HTB parameters.
Sat, 24 May 2008 11:33:56 +0000 thomas_-_s [add] Feature Request ID 1971181 : Added support for the HTML indenter HTB.
Sat, 24 May 2008 11:32:06 +0000 thomas_-_s Updated the by hindent supported file types.
Sat, 24 May 2008 11:15:49 +0000 thomas_-_s [add] Feature Request ID 1867562 : Added support for the HTML indenter hindent.
Thu, 22 May 2008 14:57:38 +0000 thomas_-_s Added support for the php indenter phpStylist version 1.0.
Thu, 22 May 2008 14:55:35 +0000 thomas_-_s - fixed a bug where the string "<html><body>" was prepended to the output code. Occurred for example when using the shell indenter.
Tue, 20 May 2008 17:55:55 +0000 thomas_-_s Small changes to bouml project due to new version.
Fri, 16 May 2008 07:21:09 +0000 thomas_-_s A default dir where to search for files to be indented is no longer used, so removed these code lines.
Fri, 16 May 2008 07:18:36 +0000 thomas_-_s Had still mac lineendings on windows. needed to convert them.
Thu, 15 May 2008 22:25:28 +0000 thomas_-_s Updated the xcode project files
Thu, 15 May 2008 22:24:51 +0000 thomas_-_s Last corrections to shell script. So now they work on windows and on unix.
Thu, 15 May 2008 21:07:47 +0000 thomas_-_s 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. Now also for Unix systems.
Thu, 15 May 2008 20:21:42 +0000 thomas_-_s 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.
Thu, 15 May 2008 19:35:55 +0000 thomas_-_s Updated to uncrustify version 0.46
Thu, 15 May 2008 15:10:22 +0000 thomas_-_s Added a template for a batch script with whom it will be possible to indent a single file or a whole directory.
Thu, 15 May 2008 12:52:53 +0000 thomas_-_s Completed the support for all perl tidy parameters.
Mon, 12 May 2008 18:09:57 +0000 thomas_-_s Updated some of the architecture plannings.
Wed, 07 May 2008 21:25:21 +0000 thomas_-_s renamed bouml project directory
Wed, 07 May 2008 21:22:54 +0000 thomas_-_s Updated architecture docs
Sun, 04 May 2008 18:09:02 +0000 thomas_-_s Added bouml project for planning the new architecture.
Sun, 04 May 2008 18:06:47 +0000 thomas_-_s Updated macosx project files.
Sun, 04 May 2008 18:05:55 +0000 thomas_-_s Only added some spaces.
Sat, 03 May 2008 13:59:02 +0000 thomas_-_s Added a new line in the man page.
Sat, 03 May 2008 13:31:52 +0000 thomas_-_s Renamed the file "indentgui.ui" to "mainwindow.ui" and with that renamed its contained class and all dependend parts in the code.
Sat, 03 May 2008 13:22:50 +0000 thomas_-_s [add] Feature Request ID 1885911 : Added the possibility to open a file on applications start, that is handed over as parameter on the command line. http://universalindent.sf.net/issue/1885911
Sat, 03 May 2008 12:19:30 +0000 thomas_-_s Renamed the file "indentgui.ui" to "mainwindow.ui" and with that renamed its contained class and all dependend parts in the code.
Sat, 03 May 2008 11:41:57 +0000 thomas_-_s [add] Feature Request ID 1729429 : Added the possibility to drag in any source code file for opening it. http://universalindent.sf.net/issue/1729429
Wed, 23 Apr 2008 19:26:00 +0000 thomas_-_s [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". http://universalindent.sf.net/issue/1933074
Sun, 30 Mar 2008 11:16:35 +0000 thomas_-_s Changed the build script to wait until the new target directory has been really created. Otherwise the follwing create dir commant could fail.
Fri, 28 Mar 2008 22:44:51 +0000 thomas_-_s Updated the build scripts to correctly copy and create the man page.
Fri, 28 Mar 2008 11:32:54 +0000 thomas_-_s Again a small change for the universal build script
Fri, 28 Mar 2008 10:50:45 +0000 thomas_-_s The source package batch did output a wrong path errror message
Fri, 28 Mar 2008 10:48:46 +0000 thomas_-_s The project files were missing in the source package
Fri, 28 Mar 2008 09:34:38 +0000 thomas_-_s changed the build script to create correct source package
Fri, 28 Mar 2008 08:53:18 +0000 thomas_-_s Added the php_beautifier manual to the package build script
Thu, 27 Mar 2008 21:55:42 +0000 thomas_-_s Updated version number and date. Also updated Windows build script.
Thu, 27 Mar 2008 21:04:06 +0000 thomas_-_s Added the help file for php_Beautifier to the package build script.
Thu, 27 Mar 2008 20:58:23 +0000 thomas_-_s Commented the preparations for the animated about dialog out.
Wed, 26 Mar 2008 15:24:53 +0000 thomas_-_s Updated the translations for the next release version.
Wed, 26 Mar 2008 11:36:15 +0000 thomas_-_s Prepared the info for the new release.
Tue, 25 Mar 2008 14:28:53 +0000 thomas_-_s Corrected misspelling in comment
Tue, 25 Mar 2008 11:13:10 +0000 thomas_-_s Improved the qmake project file a bit, to work on more platforms.
Tue, 25 Mar 2008 11:12:23 +0000 thomas_-_s Updated the translation files and made a string of the error message box be translatable.
Wed, 19 Mar 2008 16:20:52 +0000 thomas_-_s [add] Feature Request ID 1901935 : From now on files are save 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. http://universalindent.sf.net/issue/1901935
Wed, 19 Mar 2008 12:41:59 +0000 thomas_-_s Updated the translation files for the current source code. The qmake project file now ensures that the translation files are being updated and created as binaries.
Wed, 19 Mar 2008 10:16:53 +0000 thomas_-_s The translation files got broken during one of the last commits. Fixed them.
Tue, 18 Mar 2008 16:01:03 +0000 thomas_-_s Changed the project file a bit. Added some debug outputs for Linux and corrected the temp path for the Linux version
Tue, 18 Mar 2008 14:11:25 +0000 thomas_-_s The example files were not included in the make install command, because of a little misspelling.
Sat, 15 Mar 2008 16:56:20 +0000 thomas_-_s Added some preparations for animated about dialog using QGraphicsView. But this needs Qt 4.4 so the code needs to be tested whether it runs on qt 4.3.x
Wed, 12 Mar 2008 21:51:06 +0000 thomas_-_s [change] Developer Request ID 1892547 : Removed the word beta from the about dialog and title and whereever else. http://universalindent.sf.net/issue/1892547
Wed, 12 Mar 2008 21:39:53 +0000 thomas_-_s [fix] Bug ID 1910773 : Adapted the qmake project file to avoid the above mentioned "cannot remove" etc warnings. http://universalindent.sf.net/issue/1910773
Wed, 12 Mar 2008 21:30:05 +0000 thomas_-_s [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. http://universalindent.sf.net/issue/1910773
Wed, 12 Mar 2008 21:13:28 +0000 thomas_-_s Added support and translations for Russian and Ukrainian language. Thanks to Oleksandr.
Sun, 09 Mar 2008 21:13:38 +0000 thomas_-_s Added the by filters supported functions of PHP_Beautifier.
Fri, 07 Mar 2008 15:11:09 +0000 thomas_-_s Small enhancements to the PHP_Beautifier ini file. Still double quotes causes trouble on windows systems.
Fri, 07 Mar 2008 11:19:10 +0000 thomas_-_s [add] Feature Request ID 1909450 : Added support for the PEAR PHP beautifier. http://universalindent.sf.net/issue/1909450
Thu, 06 Mar 2008 18:40:31 +0000 thomas_-_s Preparations for saving file with an encoding other than UTF-8.
Fri, 25 Jan 2008 15:52:36 +0000 thomas_-_s Changed the wait for old target dir deletion to wait until its gone and not blanket three seconds.
Fri, 25 Jan 2008 15:45:34 +0000 thomas_-_s Set the SVN line ending property for some shell scripts to platform dependent.
Fri, 25 Jan 2008 15:43:43 +0000 thomas_-_s Set the SVN executable property for some shell scripts.
Fri, 25 Jan 2008 15:35:52 +0000 thomas_-_s Copying the translation files from the Qt dir caused some trouble on windows.
Fri, 25 Jan 2008 14:51:14 +0000 thomas_-_s Mad the build script even more platform independend.
Fri, 25 Jan 2008 14:50:37 +0000 thomas_-_s Changed Artistic Styler to Artistic Style
Fri, 25 Jan 2008 13:56:15 +0000 thomas_-_s Now using a html example that doesn't produce tidy warnings.
Fri, 25 Jan 2008 13:55:42 +0000 thomas_-_s Wrong path to the needed lib was set, if run in portable mode.
Fri, 25 Jan 2008 13:17:38 +0000 thomas_-_s Removed the "_beta" appendix and using .tar.gz instead of .tgz
Fri, 25 Jan 2008 11:43:21 +0000 thomas_-_s Added perltidy to the repository again, since it contains custom changes for me. But changed the project file to not install perltidy.
Fri, 25 Jan 2008 11:34:33 +0000 thomas_-_s Made a better shell script example.
Fri, 25 Jan 2008 11:24:16 +0000 thomas_-_s Renamed the main build script.
Fri, 25 Jan 2008 11:23:21 +0000 thomas_-_s Did some more adaptions to make the build script platform independent.
Fri, 25 Jan 2008 10:11:36 +0000 thomas_-_s Made to build script more flexible for other systems than win32.
Thu, 24 Jan 2008 11:36:35 +0000 thomas_-_s Updated the translation files.
Thu, 24 Jan 2008 08:31:43 +0000 thomas_-_s Renamed GreatCode executable from gc to greatcode and therefore adapted the uigui ini file.