log

age author description
Fri, 13 Apr 2018 02:02:51 +0300 Matti Hamalainen Fix Debian package rules for Qt5 build. default tip
Fri, 13 Apr 2018 02:02:06 +0300 Matti Hamalainen Pull in updated changes from Debian package.
Fri, 13 Apr 2018 01:44:29 +0300 Matti Hamalainen Fix a fall-through switch/case warning.
Wed, 12 Apr 2017 11:59:44 +0300 Matti Hamalainen Port to Qt5. Seems to work.
Tue, 17 Mar 2015 11:09:14 -0600 Daniel Blakemore should probably read the github flavored markdown docs before posting massive amounts of markdown master
Tue, 17 Mar 2015 11:02:47 -0600 Daniel Blakemore new readme for a new age, also added a gitignore
Sun, 01 Jan 2012 16:13:16 +0000 thomas_-_s Fixed faulty sentence in changelog.
Sun, 01 Jan 2012 15:57:45 +0000 thomas_-_s Changed the copyright date within the code files to 2012.
Sun, 01 Jan 2012 15:30:46 +0000 thomas_-_s Updated the version and release date.
Sun, 01 Jan 2012 15:29:29 +0000 thomas_-_s debian/changelog: Added the changelog for version 1.2.0
Sun, 01 Jan 2012 15:28:38 +0000 thomas_-_s AboutDialog: Corrected the alphabetical indenter order.
Sun, 01 Jan 2012 15:26:58 +0000 thomas_-_s debian/control: Added info about the newly supported indenters and did some spelling corrections.
Sun, 01 Jan 2012 15:25:40 +0000 thomas_-_s Changelog and readme: Added info about the two newly supported indenters.
Sun, 01 Jan 2012 15:24:42 +0000 thomas_-_s buildRelease.sh: Small clean up.
Thu, 29 Dec 2011 14:53:54 +0000 thomas_-_s buildRelease.sh: Enhanced the environment settings output. Copying the qt_menu.nib to the Mac bundle. Added the to be copied indenters phpCB, psti and vbsbeau. Removed the no longer needed cygwin dll and PerlTidyLib.pm. On Windows copying the needed Qt dlls to the application path.
Thu, 29 Dec 2011 14:46:26 +0000 thomas_-_s Cleaned up and corrected the qmake project file a bit.
Thu, 29 Dec 2011 10:45:49 +0000 thomas_-_s Avoid some unused parameter and unused variable warnings.
Thu, 29 Dec 2011 10:44:46 +0000 thomas_-_s QSharedPointer does not work using forward declarations causing crashes. Therefore including "UiGuiSettings.h".
Thu, 29 Dec 2011 09:31:30 +0000 thomas_-_s Added a batch script helping me to keep the deployment process mostly equal for all platforms.
Wed, 28 Dec 2011 22:53:35 +0000 thomas_-_s Added missing quotes and backslash to the VBS Beautifier helper batch file.
Tue, 27 Dec 2011 15:39:08 +0000 thomas_-_s createXcodeProject: Added some deploy notes.
Tue, 27 Dec 2011 13:46:43 +0000 thomas_-_s Updated the changelog file to reflect the latest changes.
Tue, 27 Dec 2011 13:45:49 +0000 thomas_-_s Updated the manual link within some of the indenter configuration files.
Tue, 27 Dec 2011 13:44:54 +0000 thomas_-_s Updated the perltidy config file to suit for version 1.74 of perltidy.
Tue, 27 Dec 2011 13:28:58 +0000 thomas_-_s Updated Ruby Script Beautifier to version 2.9.
Tue, 27 Dec 2011 10:48:25 +0000 thomas_-_s Updated the uncrustify ini file to support version 0.59
Tue, 27 Dec 2011 10:47:33 +0000 thomas_-_s Updated the astyle ini file to support version 2.02.1.
Tue, 27 Dec 2011 10:24:41 +0000 thomas_-_s Added shell script which creates a Xcode project.
Tue, 03 May 2011 20:25:39 +0000 thomas_-_s Updated bcpp to the most recent version from 2009/06/30
Sat, 23 Apr 2011 15:46:09 +0000 thomas_-_s Updated the changelog file with recent fix.
Sat, 23 Apr 2011 15:42:56 +0000 thomas_-_s [fix] Bug ID 2916163: The proxy settings a properly used and applied now.
Sat, 23 Apr 2011 10:43:42 +0000 thomas_-_s Prepared the UpdateCheckDialog for getting informed about proxy setting changes.
Thu, 21 Apr 2011 15:19:00 +0000 thomas_-_s Made the attachToConsole call be compiler and not system dependent.
Thu, 21 Apr 2011 15:17:51 +0000 thomas_-_s Updated all date occurrences to the year 2011.
Thu, 21 Apr 2011 15:11:48 +0000 thomas_-_s Updated changelog with all up to now made changes and fixes.
Mon, 18 Apr 2011 22:00:14 +0000 thomas_-_s Small changelog update.
Wed, 13 Apr 2011 06:12:15 +0000 thomas_-_s Opening a file via command line call is possible without any parameter prefix now.
Wed, 13 Apr 2011 06:07:18 +0000 thomas_-_s Made the Debian package create correct menu entries and mime type associations.
Tue, 12 Apr 2011 22:20:24 +0000 thomas_-_s "Reseted" the tod_new_version.txt file.
Tue, 12 Apr 2011 22:19:28 +0000 thomas_-_s Adapted the release build scripts for the next version number, the change Japanese mnemonic and the subdirs within the src dir.
Tue, 12 Apr 2011 21:09:30 +0000 thomas_-_s Renamed the language mnemonic for Japanese from ja_jp to ja only, since this is how Qt treats it as of Qt 4.7.0
Tue, 12 Apr 2011 20:49:04 +0000 thomas_-_s MainWindow: Release the shared pointer on exit.
Mon, 11 Apr 2011 21:09:55 +0000 thomas_-_s UiGuiSyntaxHilightConfig: Adapted to new QScintilla configs and fixed some font types.
Mon, 11 Apr 2011 21:00:11 +0000 thomas_-_s Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027
Mon, 11 Apr 2011 20:34:27 +0000 thomas_-_s debugging:TSLogger: Commented out the message pop up for each incoming log message.
Mon, 11 Apr 2011 20:32:52 +0000 thomas_-_s main.cpp: Added a try-catch around the application execution call.
Mon, 11 Apr 2011 20:27:30 +0000 thomas_-_s [fix] Bug ID 3006513: Calling the default constructor out of another constructor is forbidden and does not compile with recent GCC versions. Fixed this by introducing an init function.
Tue, 21 Dec 2010 23:07:50 +0000 thomas_-_s Renamed the logger class and put it into a namespace for later universal tool reuse.
Fri, 22 Oct 2010 16:26:27 +0000 thomas_-_s Made the code be compatible to the Qt compile variant with "-no-stl" being set.
Thu, 14 Oct 2010 19:58:28 +0000 thomas_-_s Corrected the possible proxy port number to be possible up to 99999 instead of 99.
Thu, 14 Oct 2010 19:52:47 +0000 thomas_-_s Done some refactoring:
Sat, 02 Oct 2010 12:48:56 +0000 thomas_-_s Correction to make the JsDecoder work again.
Sat, 02 Oct 2010 12:15:20 +0000 thomas_-_s A first step toward reducing compile dependencies.
Sat, 02 Oct 2010 12:07:15 +0000 thomas_-_s AboutDialog: Small UI thingy.
Sat, 02 Oct 2010 11:56:10 +0000 thomas_-_s AboutDialogGraphicsView: Improved the about dialog positioning on Linux.
Thu, 30 Sep 2010 20:58:43 +0000 thomas_-_s Some smaller style changes for the AboutDialog and hopefully equal font for all platforms.
Mon, 27 Sep 2010 18:53:48 +0000 thomas_-_s Changed the positioning of the about dialog background to work on Linux properly.
Mon, 27 Sep 2010 18:47:37 +0000 thomas_-_s Now trying the Linux style for the about dialog text.
Mon, 27 Sep 2010 06:32:05 +0000 thomas_-_s Corrected the about dialogs text style for Mac.
Mon, 27 Sep 2010 06:31:23 +0000 thomas_-_s Corrected filtering of faulty finder command line parameter.
Sun, 19 Sep 2010 16:36:50 +0000 thomas_-_s Updated the uigui_astyle.ini for Artistic Style version 1.24
Sun, 19 Sep 2010 16:35:53 +0000 thomas_-_s Changed the environment of the invoked indenter executable to contain the working directory within the PWD environment variable.
Sun, 19 Sep 2010 12:25:49 +0000 thomas_-_s Updated to uncrustify version 0.56
Sun, 19 Sep 2010 12:24:50 +0000 thomas_-_s Updated the release script for Mac to use existing Qt installation by trying whether qmake exists. Also using macdeployqt to create a proper Mac application bundle containing all dependencies.
Sun, 19 Sep 2010 12:21:24 +0000 thomas_-_s Updated the AboutDialogGraphicsView to show correctly on Mac and set the window focus back to the main window after closing the dialog.
Sun, 19 Sep 2010 11:29:57 +0000 thomas_-_s Commented out not needed pixmap screenshot creation for the about dialog.
Sun, 19 Sep 2010 11:28:49 +0000 thomas_-_s Changed the qmake project file to include QScintilla as framework to the mac version.
Sun, 12 Sep 2010 18:15:49 +0000 thomas_-_s Ensure correct command line parsing on Mac, because when opened with Finder, a curious argument starting with "-psn" will be added.
Tue, 07 Sep 2010 07:17:38 +0000 thomas_-_s Ensure correct command line parsing on Mac, because when opened with Finder, a curious argument starting with ^ will be added.
Sun, 30 May 2010 13:27:37 +0000 thomas_-_s Closes #10: Made code gcc 4.5 compatible.
Tue, 25 May 2010 18:39:23 +0000 thomas_-_s Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
Mon, 24 May 2010 21:55:34 +0000 thomas_-_s Update copyright year.
Sun, 23 May 2010 16:58:03 +0000 thomas_-_s Updated the changelog with already done tasks/changes.
Mon, 05 Apr 2010 16:36:23 +0000 thomas_-_s Big code parts of UiGuiSettings rewritten to handle connection to widgets and other slots easier, specially when adding new settings.
Sun, 21 Mar 2010 17:34:17 +0000 thomas_-_s Updated comment copyright year.
Sun, 21 Mar 2010 09:21:51 +0000 thomas_-_s Added a network settings tab to the settings dialog, where a proxy can be defined.
Fri, 19 Mar 2010 19:27:40 +0000 thomas_-_s [fix] Bug ID 2135872: A zombie process kept on running if UiGUI was quit during the update check in background if no internet connection is available.
Sun, 21 Feb 2010 22:39:06 +0000 thomas_-_s Small correction and compiler warning avoid.
Sun, 21 Feb 2010 22:38:30 +0000 thomas_-_s [fix] Bug ID 2942381: When loading an indenter configuration file, the settings displayed in th docking widget were correctly updated, but the code wasn't.
Fri, 19 Feb 2010 22:16:47 +0000 thomas_-_s corrected misspelling in about dialog.
Wed, 20 Jan 2010 22:37:45 +0000 thomas_-_s Corrected catching of TCLAP exceptions and showing correct console output.
Tue, 22 Dec 2009 23:07:56 +0000 thomas_-_s Replaced my own command line parsing by TCLAP.
Tue, 22 Dec 2009 23:06:13 +0000 thomas_-_s Updated translation files.
Fri, 21 Aug 2009 09:54:41 +0000 thomas_-_s Added info about the newly supported indenters VB Beautifier and Ps/Sql tidy to the about dialog and features.php.
Fri, 21 Aug 2009 09:44:29 +0000 thomas_-_s Added support for the indenters VB Beautifier and Ps/Sql tidy. Thus VB script and Pl/Sql are supported languages.
Fri, 21 Aug 2009 09:38:00 +0000 thomas_-_s Run cppcheck over the code and removed some possible problems.
Mon, 27 Jul 2009 15:35:09 +0000 thomas_-_s Once more updated the uncrustify config file.
Mon, 27 Jul 2009 15:17:08 +0000 thomas_-_s Once more let Uncrustify reformat my code.
Mon, 27 Jul 2009 14:40:13 +0000 thomas_-_s Differ between UNICODE and none UNICODE variant if trying the get the short notation windows path name.
Thu, 16 Jul 2009 11:59:57 +0000 thomas_-_s - Corrected orig file name needed for package build. Need to use underscore instead of minus.
Thu, 16 Jul 2009 10:49:35 +0000 thomas_-_s Updated files to new version.
Tue, 14 Jul 2009 22:28:00 +0000 thomas_-_s Updated the changelog.
Tue, 14 Jul 2009 22:27:15 +0000 thomas_-_s Start parsing the command line arguments before the logger is initialized. Otherwise the command line verbose level applies too late and some debug output might be missing.
Tue, 14 Jul 2009 21:51:48 +0000 thomas_-_s Added an application icon for Mac OS X.
Tue, 14 Jul 2009 19:55:17 +0000 thomas_-_s [chg] Feature Request ID 2793216: Updated to Uncrustify 0.53.
Tue, 14 Jul 2009 14:51:13 +0000 thomas_-_s Added a UI file for the find dialog.
Tue, 14 Jul 2009 13:39:41 +0000 thomas_-_s [chg] Feature Request ID 2596302 : Updated the greatcode.ini. thanks to adxadx who has done this work!
Mon, 13 Jul 2009 18:11:17 +0000 thomas_-_s Corrected the default font under Mac be Courier and thus monospaced.
Wed, 01 Jul 2009 15:22:36 +0000 thomas_-_s The logging class stores messages in a message queue if the logging file isn't initialized yet.
Mon, 29 Jun 2009 21:51:03 +0000 thomas_-_s Prepared the logger class to be able to log early messages from the settingspath class.
Mon, 29 Jun 2009 21:49:39 +0000 thomas_-_s Added debug defines to the qmake file.
Wed, 03 Jun 2009 13:56:56 +0000 thomas_-_s Instead of showing a message box, make a debug log entry before trying
Tue, 02 Jun 2009 14:35:35 +0000 thomas_-_s Added warning outputs to the temp dir cleanup function and corrected a
Tue, 02 Jun 2009 14:34:36 +0000 thomas_-_s Made the used log file be more secure against link file hacks. Also it
Tue, 02 Jun 2009 13:02:20 +0000 thomas_-_s For Linux systems the kernel version wasn't included in the system info
Tue, 02 Jun 2009 10:59:37 +0000 thomas_-_s Added warning messages to the log if the indenter call fails.
Tue, 02 Jun 2009 09:58:55 +0000 thomas_-_s Completed detection of Ubuntu distro.
Fri, 29 May 2009 14:48:23 +0000 thomas_-_s Added Ubuntu detection partly and corrected return value.
Fri, 29 May 2009 14:39:42 +0000 thomas_-_s In most parts implemented the distribution detection as described on the Novell web site.
Fri, 29 May 2009 11:47:10 +0000 thomas_-_s Added a class for retrieving info about the operating system and use this for logging info.
Thu, 28 May 2009 10:20:05 +0000 thomas_-_s Enhanced the logger by an info message type and until now use it at start to log the version.
Thu, 28 May 2009 10:18:34 +0000 thomas_-_s Added some more debug log outputs to the IndentHandler.
Thu, 28 May 2009 10:17:09 +0000 thomas_-_s Updated the project files for Visual Studio to contain the logger class.
Wed, 27 May 2009 17:27:15 +0000 thomas_-_s Made it possible to set the verbose level via command line parameter.
Wed, 27 May 2009 17:00:05 +0000 thomas_-_s - Added a new class, that is responsible for logging of any kind and added some logging/debug output calls.
Wed, 20 May 2009 13:52:12 +0000 thomas_-_s Updated the Debian build files to be closer to the changes done by the new Debian package maintainer Fathi Boudra.
Wed, 20 May 2009 08:45:50 +0000 thomas_-_s Added a Debian watch file, so they can handle their updates using uscan easier.
Wed, 13 May 2009 15:10:13 +0000 thomas_-_s [fix] Bug ID 2791229: If UiGUI was located in a path containing Unicode characters or such a path needed to be handed over to a called indenter, the indenter could get confused on Windows. So using the Windows 8.3 short path notation.
Wed, 13 May 2009 09:50:12 +0000 thomas_-_s Why ever the class name ToolBarWidget started lower case. Maybe that came along with conversion to Qt 4.5.x. Made it starting upper case again.
Wed, 13 May 2009 09:08:48 +0000 thomas_-_s Changed the Qt project file to ensure that the resulting make file has release AND debug build targets.
Wed, 13 May 2009 09:05:29 +0000 thomas_-_s Updated the language files using the Qt lupdate and Linguist version 4.5.0. Removed obsolete entries and did small spell correction.
Wed, 13 May 2009 09:02:06 +0000 thomas_-_s Updated the ui files using the Qt Designer version 4.5.0
Wed, 22 Apr 2009 11:03:37 +0000 thomas_-_s The hooks directory was wrong placed. Moved it from trunk to the main path.
Tue, 21 Apr 2009 22:25:09 +0000 thomas_-_s Added a post-commit hook for Assembla. Using the Ruby variant.
Sun, 01 Mar 2009 12:53:26 +0000 thomas_-_s Updated to version 1.1.0 of JsDecoder.
Tue, 17 Feb 2009 08:43:05 +0000 thomas_-_s Added a link to Notepad++.
Sun, 15 Feb 2009 12:59:49 +0000 thomas_-_s Updated the Scode project file to the uigui version 1.0.2
Sun, 15 Feb 2009 12:58:42 +0000 thomas_-_s Avoiding a memory leak in the SettingsPaths class.
Sun, 15 Feb 2009 12:57:39 +0000 thomas_-_s Updated the version string of csstidy to be correct.
Fri, 13 Feb 2009 15:28:24 +0000 thomas_-_s Made the logo be quadratic and added a 64x64 pixel logo.
Thu, 12 Feb 2009 23:43:16 +0000 thomas_-_s Updated the changelog.
Thu, 12 Feb 2009 23:39:00 +0000 thomas_-_s [fix] Bug ID 2594251 : The new version check didn't work anymore since version 1.0.1. http://universalindent.sf.net/issue/bug/2594251
Thu, 12 Feb 2009 22:43:52 +0000 thomas_-_s Small link adaption due to SourceForge server settings change.
Thu, 12 Feb 2009 21:14:14 +0000 thomas_-_s Dummy commit for version update no 3.
Thu, 12 Feb 2009 21:12:54 +0000 thomas_-_s Dummy commit for version update no 2. Did it wrong. Too late to do such things
Thu, 12 Feb 2009 21:11:49 +0000 thomas_-_s Dummy commit for version update no 1.
Thu, 12 Feb 2009 21:02:57 +0000 thomas_-_s Updated todo list
Thu, 12 Feb 2009 19:55:34 +0000 thomas_-_s There were still some changes needed for the new version.
Thu, 12 Feb 2009 17:02:58 +0000 thomas_-_s Updated the debian changelog.
Thu, 12 Feb 2009 16:06:25 +0000 thomas_-_s Updated to version 1.0.2
Thu, 12 Feb 2009 14:51:29 +0000 thomas_-_s Added command to build script to compress the resulting executable using UPX.
Thu, 12 Feb 2009 10:48:02 +0000 thomas_-_s Adapted some files for the newly added indenter.
Thu, 12 Feb 2009 10:46:43 +0000 thomas_-_s Added a keyboard shortcut CTRL-ALT-SHIFT-J for the Notepad++ plugin to indent the current text.
Wed, 11 Feb 2009 23:43:20 +0000 thomas_-_s Adapted the qmake project file to work with the new UiGuiVersion functions.
Mon, 09 Feb 2009 16:47:22 +0000 thomas_-_s Updated the documentation and the changelog.
Mon, 09 Feb 2009 16:13:47 +0000 thomas_-_s Corrected some upper/lower case project settings.
Fri, 06 Feb 2009 14:12:39 +0000 thomas_-_s [add] Feature Request ID 2498654 : Added support for the Fortran indenter F90ppr. http://universalindent.sf.net/issue/2498654
Fri, 06 Feb 2009 14:11:25 +0000 thomas_-_s Made it possible to define "stdin" to be used for an indenter calling. Also encoded the messages to be shown in an error message box as HTML so that < > and & will be displayed correctly. And from now on no longer merging stdout and stderr so that outputs to stderr will no longer make it into the to stdout returned formatted code.
Wed, 04 Feb 2009 16:52:14 +0000 thomas_-_s Removed some no longer needed variables.
Wed, 04 Feb 2009 16:46:26 +0000 thomas_-_s From now on using an extra file and functions for gathering the version, build date and revision. This uncouples the connection between the MainWindow and AboutDialog and UpdateCheckDialog a bit by reducing the number of needed constructor parameters.
Tue, 03 Feb 2009 22:12:22 +0000 thomas_-_s Corrected some paths for the NPP plugin.
Tue, 03 Feb 2009 21:20:44 +0000 thomas_-_s Prepared for version 1.0.2 release.
Tue, 03 Feb 2009 16:58:02 +0000 thomas_-_s Prepared for use of extra version file and version info in the executable file for Windows.
Tue, 03 Feb 2009 16:41:37 +0000 thomas_-_s Updated the copyright notice to the year 2009.
Tue, 03 Feb 2009 16:37:38 +0000 thomas_-_s Updated the CHANGELOG.txt.
Mon, 12 Jan 2009 13:14:17 +0000 thomas_-_s NPP Improved the update/repaint events a bit, so that the GUI reacts better on user inputs.
Mon, 12 Jan 2009 12:56:46 +0000 thomas_-_s Made the Notepad++ project be unicode compatible and removed some no longer used files.
Wed, 17 Dec 2008 13:46:02 +0000 thomas_-_s Simplified the mthreads parameter removal in the qmake project file a bit.
Mon, 17 Nov 2008 13:31:59 +0000 thomas_-_s Using char pointer directly from QStrings isn't ensured to work. So to be on the save side using a temporary QByteArray object.
Wed, 12 Nov 2008 14:12:51 +0000 thomas_-_s No using a random temp directory on none Windows for security reason.
Tue, 11 Nov 2008 15:52:14 +0000 thomas_-_s Corrected one further include after the whole renaming procedure.
Tue, 11 Nov 2008 15:51:19 +0000 thomas_-_s Added some waits to ensure creation of some files.
Tue, 11 Nov 2008 15:21:52 +0000 thomas_-_s Fixed two small errors that came into the VS project file during file renaming.
Tue, 11 Nov 2008 14:56:11 +0000 thomas_-_s Renamed the source files and some classes to have consistent names. What a nice kind of work.
Tue, 11 Nov 2008 12:51:02 +0000 thomas_-_s Added an Uncrustify config file. With this config file and the added batch script the whole UiGUI code should always be nicely formatted before any commit.
Tue, 11 Nov 2008 12:46:31 +0000 thomas_-_s Corrected the generated batch/shell script example call.
Tue, 11 Nov 2008 12:33:57 +0000 thomas_-_s According to the previous code formatting also made the function opening brace be consistently placed.
Tue, 11 Nov 2008 11:12:36 +0000 thomas_-_s Talking about clean and well formatted code all the time and never run mine through a beautifier while still having a mix of tabs an spaces. So now Uncrustify has cleaned my code. Still two unsatisfying points are left. indenthandler.cpp line 467 a space between case label and colon has been removed and like on line 503 some code lines got indented without setting that explicitly.
Tue, 11 Nov 2008 09:59:57 +0000 thomas_-_s Changed the line ending type to be local system type.
Mon, 10 Nov 2008 09:20:14 +0000 thomas_-_s Small changes to the UML doc so it is usable under win32
Sun, 09 Nov 2008 21:13:13 +0000 thomas_-_s Small color updates to the architecture design and platform test for Bouml version 4.8.1
Fri, 07 Nov 2008 15:25:03 +0000 thomas_-_s On non Windows systems replace the font Courier by the font Monospace.
Mon, 03 Nov 2008 10:04:38 +0000 thomas_-_s Updated files for the next release 1.0.2.
Fri, 31 Oct 2008 15:59:37 +0000 thomas_-_s Added a menu icon. But on Ubuntu it still doesn't show up in the Gnome menu.
Fri, 31 Oct 2008 13:52:09 +0000 thomas_-_s renamed the menu file.
Thu, 30 Oct 2008 16:57:00 +0000 thomas_-_s Updated the package script and build files to print out the messages better readable and avoid build warnings. Menu entry still doesn't work.
Wed, 29 Oct 2008 19:22:29 +0000 thomas_-_s Commented out a debug output.
Wed, 29 Oct 2008 19:21:54 +0000 thomas_-_s Removed TODO comment.
Wed, 29 Oct 2008 16:22:37 +0000 thomas_-_s Extended the build script to detect whether to call "make release" or just "make".
Wed, 29 Oct 2008 16:18:29 +0000 thomas_-_s Added some safety belts if an older or wrong uigui ini file is being loaded. Older ini files may have an extra space in the header section name which won't be read with the newer version. So inform the user about that and also avoid some programmatic errors.
Tue, 28 Oct 2008 22:07:41 +0000 thomas_-_s Slightly adapted the debian build files.
Tue, 28 Oct 2008 22:04:02 +0000 thomas_-_s Updated the man page.
Tue, 28 Oct 2008 22:03:10 +0000 thomas_-_s Refactored the class a little bit. Also avoided a crash when using liqscintilla2-dev version 2.1 for example on Ubuntu 8.4. But this is not a good workaround yet.
Tue, 28 Oct 2008 21:05:09 +0000 thomas_-_s Forgot to adapt the header file to be compliant with qscintilla versions <2.3
Tue, 28 Oct 2008 18:18:51 +0000 thomas_-_s Corrected the shell script example. Seemed to have a line ending problem.
Tue, 28 Oct 2008 12:03:38 +0000 thomas_-_s Updated the debian package build files.
Tue, 28 Oct 2008 11:57:11 +0000 thomas_-_s Added a script for creating debian packages.
Tue, 28 Oct 2008 11:56:24 +0000 thomas_-_s Since I only want to use a single build file, removed the old build scripts.
Tue, 28 Oct 2008 11:48:57 +0000 thomas_-_s Removing any backup files from the source package.
Mon, 27 Oct 2008 16:24:22 +0000 thomas_-_s Added files for creating debian packages. How to build with these files read at: http://wiki.ubuntu.com/PackagingGuide/Complete. Normally calling "debuild -us -uc" and "debuild -S -us -uc" in the debian dir will do it.
Mon, 27 Oct 2008 15:48:36 +0000 thomas_-_s Made UiGUI be compilable using QScintilla version < 2.3.
Fri, 24 Oct 2008 14:04:53 +0000 thomas_-_s Reading the applications settings was'nt done consitently by asking the class SettingsPaths. Even the main ini file and the syntax highlighter ini file had some code to detect their correct paths on their own.
Fri, 24 Oct 2008 12:37:57 +0000 thomas_-_s Ensured that some trailing slashes on retrieved paths are always consistent.
Fri, 24 Oct 2008 12:36:42 +0000 thomas_-_s Only added a todo comment.
Mon, 20 Oct 2008 20:20:28 +0000 thomas_-_s When starting without the window position set in the settings now using 50,50 so that the window title bar to move the window is visible.
Mon, 20 Oct 2008 15:17:22 +0000 thomas_-_s Corrected a misspelling.
Mon, 20 Oct 2008 15:11:22 +0000 thomas_-_s The file php_beautifier.html should not be included by default, since it can only be properly installed via pear installer.
Mon, 20 Oct 2008 14:52:18 +0000 thomas_-_s Updated the version info.
Mon, 20 Oct 2008 14:23:11 +0000 thomas_-_s Corrected the translations, mainly the DONOTTRANSLATE strings were reverted, so that they really aren't translated.
Mon, 20 Oct 2008 14:13:54 +0000 thomas_-_s Changed the universal build script to have an optioen "--rebuild". If this one is set, the release dir will be deleted to completely rebuild the project. Otherwise only changed files will be compiled.
Mon, 20 Oct 2008 11:39:55 +0000 thomas_-_s renamed gc.exe to greatcode.exe because on Unix based system a command gc may already exist. Also added xmlindent to the build script and changed "make release" to "make".
Mon, 20 Oct 2008 11:37:50 +0000 thomas_-_s Updated to the latest uncrustify version from svn and so updated the ini file.
Mon, 20 Oct 2008 10:20:30 +0000 thomas_-_s Corrected the size of the grabbed image for the animated about dialog on Linux.
Sun, 19 Oct 2008 20:09:25 +0000 thomas_-_s Corrected upper/lower cases for the Japanese language flag selection in the settings dialog.
Sun, 19 Oct 2008 17:22:35 +0000 thomas_-_s Rename Japanese flag file name.
Sun, 19 Oct 2008 17:21:27 +0000 thomas_-_s Rename Jaoanese flag file name (dummy rename).
Sun, 19 Oct 2008 17:13:46 +0000 thomas_-_s Updated the Russian and Ukrainian translation.
Fri, 17 Oct 2008 10:04:06 +0000 thomas_-_s Updated the CHANGELOG.txt and the readme.html.
Fri, 17 Oct 2008 09:02:37 +0000 thomas_-_s Using new application logo / icon. Thanks to Erwan "leg" for creating that.
Fri, 17 Oct 2008 08:29:21 +0000 thomas_-_s Updated the CHANGELOG.txt
Fri, 17 Oct 2008 08:24:22 +0000 thomas_-_s Adapted the ini file for AStyle for version 1.22.
Fri, 17 Oct 2008 08:07:06 +0000 thomas_-_s [fix] Bug ID 2173527 : Could not load "--brackets=linux" + "--brackets=break-closing" for Artistic Styler. Problem was that both parameters start with the same name. So changed the "break-closing" parameter to its short form. http://universalindent.sf.net/issue/2173527
Thu, 16 Oct 2008 15:20:00 +0000 thomas_-_s Updated the CHANGELOG.txt
Thu, 16 Oct 2008 14:53:31 +0000 thomas_-_s Corrected the link to the web site.
Mon, 13 Oct 2008 19:56:42 +0000 thomas_-_s Just a small adaption for the windows build.
Mon, 13 Oct 2008 15:53:14 +0000 thomas_-_s [add] Feature Request ID 2161471 : Added support for the Python indenter pindent. http://universalindent.sf.net/issue/2161471
Mon, 13 Oct 2008 11:49:54 +0000 thomas_-_s Updated the about dialogs credits for the new supported indenters.
Mon, 13 Oct 2008 10:39:36 +0000 thomas_-_s Updated the changelog.
Mon, 13 Oct 2008 10:38:48 +0000 thomas_-_s Misspelling of a file extension corrected.
Mon, 13 Oct 2008 10:32:51 +0000 thomas_-_s Introduced a function for explicitly resetting the indenter parameter values to default. Previously the loadConfigFile function could do this but the behavior wasn't always straight logical. Also when reading the indenter ini file the widgets gets the default value from the ini file set, so that they have a value even if loading the users last config file for the current indenter fails.
Mon, 13 Oct 2008 08:49:21 +0000 thomas_-_s [add] Feature Request ID 1883444 : Added support for the indenter JSPP. http://universalindent.sf.net/issue/1883444
Sun, 12 Oct 2008 13:03:41 +0000 thomas_-_s Updated the uncrustify ini file to the latest uncrustify version from SVN trunk including my changes.
Sun, 12 Oct 2008 11:55:38 +0000 thomas_-_s Updated the traditional chinese translation.
Sat, 11 Oct 2008 16:31:45 +0000 thomas_-_s Updated the changelog.
Fri, 10 Oct 2008 18:45:38 +0000 thomas_-_s Made some changes concerning the language detection on the very first start. Also updated the build scripts.
Fri, 10 Oct 2008 18:44:04 +0000 thomas_-_s Adapted some release settings.
Fri, 10 Oct 2008 18:43:36 +0000 thomas_-_s Only renamed one function.
Fri, 10 Oct 2008 17:24:36 +0000 thomas_-_s Intermediate renaming for Japanese translation.
Fri, 10 Oct 2008 16:49:54 +0000 thomas_-_s Updated the notepad++ project file to be compileable again.
Fri, 10 Oct 2008 13:40:45 +0000 thomas_-_s [add] Feature Request ID 1867563 : Added support for the indenter XML Indent. On Windows I needed to add the line "#include <getopt.h>" to the file "main.c" to be able to compile it. http://universalindent.sf.net/issue/1867563
Fri, 10 Oct 2008 12:01:30 +0000 thomas_-_s Explicitly calling delete on the MainWindow and IndentHandler objects and now the (dependent) destructors are also correctly called.
Fri, 10 Oct 2008 11:03:51 +0000 thomas_-_s Updated the German translation.
Fri, 10 Oct 2008 10:14:47 +0000 thomas_-_s Changed, or better lets say corrected, some keyboard shortcuts.
Fri, 10 Oct 2008 10:12:43 +0000 thomas_-_s Only corrected HTML encoding.
Thu, 09 Oct 2008 15:23:50 +0000 thomas_-_s Updated the win32 create release batch file.
Thu, 09 Oct 2008 13:04:54 +0000 thomas_-_s Erwan updated the French translation.
Thu, 09 Oct 2008 10:25:49 +0000 thomas_-_s The line and column indicators were not translated. Done it right now.
Thu, 09 Oct 2008 09:04:35 +0000 thomas_-_s Updated the about dialog. Added missing project credits and linked their names to their web pages.
Wed, 08 Oct 2008 18:20:48 +0000 thomas_-_s Opening external links is now easier to handle than it was with previous Qt versions. So kicked a helper function away.
Wed, 08 Oct 2008 17:54:28 +0000 thomas_-_s Adapted the credits to mention Erwan and changed to the new Qt logo.
Tue, 07 Oct 2008 15:14:56 +0000 thomas_-_s Changed the word "Strg" to "Ctrl" since first one normally is only used in Germany.
Tue, 07 Oct 2008 13:31:10 +0000 thomas_-_s - Added a French translation and updated some files for that.
Thu, 02 Oct 2008 20:33:34 +0000 thomas_-_s Renamed the class Highlighter to UiguiHighlighter.
Thu, 02 Oct 2008 20:24:55 +0000 thomas_-_s Renamed the class Highlighter to UiguiHighlighter.
Thu, 02 Oct 2008 20:21:32 +0000 thomas_-_s For being consistent renamed some classes with the prefix UiGui* to Uigui*. Was sometimes mixed and that way is also easier to read.
Thu, 02 Oct 2008 19:09:37 +0000 thomas_-_s On Linux and Mac the fullscreen AboutDialogGraphicsView had a frame. Removed that.
Thu, 02 Oct 2008 19:07:16 +0000 thomas_-_s Removed unused parameter in call function for JavaScript decoders.
Thu, 02 Oct 2008 14:16:28 +0000 thomas_-_s The version check now really compares the version numbers as numbers and not only as different strings.
Wed, 01 Oct 2008 20:23:31 +0000 thomas_-_s Only changes in comment.
Wed, 01 Oct 2008 20:22:44 +0000 thomas_-_s For creating a shell script the intermediate output file now always gets the extension ".tmp".
Wed, 01 Oct 2008 17:07:43 +0000 thomas_-_s Made the syntax highligter selection be only handled in the highlighter class and not also in mainwindow.
Wed, 01 Oct 2008 16:54:26 +0000 thomas_-_s Damn, for the Qt Contest a bug creating the shell script got into the code. Always code for the bash shell was spit out due to missing Qt defines.
Tue, 30 Sep 2008 04:07:32 +0000 thomas_-_s Updated the reference to the readme file.
Mon, 29 Sep 2008 13:08:57 +0000 thomas_-_s Better explained the difference on Win and Mac where to copy what from.
Mon, 29 Sep 2008 12:57:26 +0000 thomas_-_s Added the images needed for the readme.html to the doc directory and adapted the paths in the html.
Mon, 29 Sep 2008 12:53:33 +0000 thomas_-_s Renamed the older readme file.
Mon, 29 Sep 2008 12:52:09 +0000 thomas_-_s Updated the readme files. Mainly created new ones for the contest.
Mon, 29 Sep 2008 11:45:20 +0000 thomas_-_s Added a shiny, cute Qt logo to the about dialog scroller.
Mon, 29 Sep 2008 11:25:27 +0000 thomas_-_s Once again adapted the colors of the about dialog slightly.
Mon, 29 Sep 2008 11:11:06 +0000 thomas_-_s Updated the animated about dialog to also work for Linux.
Sun, 28 Sep 2008 15:25:35 +0000 thomas_-_s Updated the translation files.
Sun, 28 Sep 2008 15:24:42 +0000 thomas_-_s Only updated the version info.
Sun, 28 Sep 2008 15:04:30 +0000 thomas_-_s Only updated the version info.
Fri, 26 Sep 2008 16:44:13 +0000 thomas_-_s Adapted the about dialog colors to be euqal to the banner colors.
Thu, 25 Sep 2008 16:55:07 +0000 thomas_-_s Since this class shall be completely static, the default constructor needed to be made private.
Thu, 25 Sep 2008 16:53:35 +0000 thomas_-_s Seems as if I've been lazy some times. Tststsss... So now I added some more method comments.
Thu, 25 Sep 2008 14:10:56 +0000 thomas_-_s Since the console output doesn't seem to work always, prefer to use message boxes for important notices to the user.
Wed, 24 Sep 2008 15:00:55 +0000 thomas_-_s Small optimization to the qmake project file for a copy call.
Wed, 24 Sep 2008 14:34:58 +0000 thomas_-_s Updated the changelog, which was really needed.
Wed, 24 Sep 2008 14:34:12 +0000 thomas_-_s Kicked out some code that has been in comments for long time.
Wed, 24 Sep 2008 13:26:14 +0000 thomas_-_s [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
Wed, 24 Sep 2008 05:59:09 +0000 thomas_-_s Overhauled and corrected the last setting problems and therefore widget names.
Wed, 24 Sep 2008 05:44:17 +0000 thomas_-_s Improved the qmake project file to correctly set the moc, uic and qrc paths and only update the language files once for release.
Wed, 24 Sep 2008 03:32:14 +0000 thomas_-_s - Removed any warnings.
Sun, 21 Sep 2008 20:31:52 +0000 thomas_-_s Updated the readme file.
Sun, 21 Sep 2008 19:53:40 +0000 thomas_-_s Small spell corrections.
Sun, 21 Sep 2008 19:47:02 +0000 thomas_-_s Adapted the universal build script to work for mac os x universal binaries.
Sun, 21 Sep 2008 17:01:47 +0000 thomas_-_s Had some Qt3Support function calls in there, that I removed. Also paid attention to the Qt runtime warnings and corrected a layout creation.
Sun, 21 Sep 2008 16:56:12 +0000 thomas_-_s Added support for the new QScintilla 2.3 lexers and added a xml example file.
Sun, 21 Sep 2008 16:51:43 +0000 thomas_-_s Updated the syntax highlighter config file.
Wed, 17 Sep 2008 20:27:32 +0000 thomas_-_s In the qmake project file set the language update only be executed for release and AboutDialogGraphicsView be used always since Qt 4.4.1 is always used.
Sun, 14 Sep 2008 17:39:48 +0000 thomas_-_s With Qt 4.4.1 and compiling also for PPC I always got some curious lipo error. So removed support for PPC.
Sun, 14 Sep 2008 16:53:45 +0000 thomas_-_s Updated the ui file for Qt 4.4.1
Sun, 14 Sep 2008 16:53:18 +0000 thomas_-_s [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
Fri, 12 Sep 2008 09:07:42 +0000 thomas_-_s Adapted the design of the about dialogs ok button to the whole dialogs design.
Fri, 12 Sep 2008 08:53:19 +0000 thomas_-_s Updated the translation files for use with Qt 4.4.1.
Fri, 12 Sep 2008 08:39:49 +0000 thomas_-_s Prettified the about dialog a bit. Making use of QStyleSheets for a more decorative look.
Sun, 31 Aug 2008 15:30:23 +0000 thomas_-_s Made some small integration changes to the Notepad++ plugin.
Sun, 31 Aug 2008 15:29:26 +0000 thomas_-_s Added an echo command before the zip call in the universal shell build script.
Sun, 31 Aug 2008 15:28:43 +0000 thomas_-_s Updated the batch build script for qt version 4.4.0
Tue, 22 Jul 2008 15:31:13 +0000 thomas_-_s Avoid flicker before the real about dialog gets visible.
Tue, 22 Jul 2008 14:49:07 +0000 thomas_-_s - Made the animated about dialog behave correctly on systems with multiple screens. Before only the first screen was grabbed.
Tue, 22 Jul 2008 13:42:31 +0000 thomas_-_s Changed the visual studio project file to make use of the new about dialog that depends on Qt > 4.4.0.
Thu, 17 Jul 2008 22:52:56 +0000 thomas_-_s Removed no longer needed space from uigui ini header section. Caused problems when accessing the header info.
Tue, 15 Jul 2008 22:08:20 +0000 thomas_-_s Updated bouml project.
Tue, 15 Jul 2008 21:59:46 +0000 thomas_-_s Added hindent and phpStylist to the Mac build script.
Tue, 15 Jul 2008 21:58:50 +0000 thomas_-_s Updated the XCode project files.
Tue, 15 Jul 2008 21:58:08 +0000 thomas_-_s Enabled the QGraphicsView about dialog.
Tue, 15 Jul 2008 21:56:07 +0000 thomas_-_s Updated the project file for the new SettingsPath and server classes/files.
Wed, 25 Jun 2008 09:37:21 +0000 thomas_-_s Improved the implementation of the UiGUI server. As a next step the communication protocol needs to be implemented.
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.
Wed, 23 Jan 2008 16:50:02 +0000 thomas_-_s Updated some strings from "data" to "indenters" and added some missing files that were not copied to the releases.
Wed, 23 Jan 2008 16:49:00 +0000 thomas_-_s Corrected the project file to generate proper makefiles on win32 systems.
Mon, 21 Jan 2008 15:15:54 +0000 thomas_-_s @universalindentgui.man: adjustments for Debian by Sebastian Pipping.
Sun, 20 Jan 2008 22:57:51 +0000 thomas_-_s Changed to copy the universal .app directory.
Thu, 17 Jan 2008 11:40:41 +0000 thomas_-_s Made the changes of the cflags by the qmake project only be done on win32 systems.
Thu, 17 Jan 2008 11:22:53 +0000 thomas_-_s Renamed the man page to lower case.
Wed, 16 Jan 2008 22:40:26 +0000 thomas_-_s Updated build source script to include script based indenters, JsDecoder, PerlTidy and SehllIndent.
Wed, 16 Jan 2008 22:39:46 +0000 thomas_-_s Updated translation files.
Wed, 16 Jan 2008 22:39:25 +0000 thomas_-_s Updated version number and date.
Wed, 16 Jan 2008 12:28:57 +0000 thomas_-_s Adapted linux build shell script for new version.
Wed, 16 Jan 2008 11:42:47 +0000 thomas_-_s Updated to uncrustify version 0.43
Tue, 15 Jan 2008 21:31:31 +0000 thomas_-_s Updated the changelog.
Tue, 15 Jan 2008 21:31:12 +0000 thomas_-_s Updated the readme to have a section about how to write an own indenter in JavaScript.
Tue, 15 Jan 2008 20:43:08 +0000 thomas_-_s Updated the translation files.
Tue, 15 Jan 2008 20:40:17 +0000 thomas_-_s Removed the named category, because it uses no category
Tue, 15 Jan 2008 20:39:47 +0000 thomas_-_s Updated the windows build scripts to make use of the new indenters and some more smaller adaptions.
Tue, 15 Jan 2008 20:38:29 +0000 thomas_-_s On Unix systems use the lowercase names for the applications binary and paths.
Tue, 15 Jan 2008 14:43:59 +0000 thomas_-_s Only very small textual changes.
Tue, 15 Jan 2008 14:28:39 +0000 thomas_-_s On windows systems the applications binary path is equal to the the path where all global needed files are stored. After installation this would always be %ProgramFiles%\UniversalIndentGUI with all its subdirs.
Tue, 15 Jan 2008 13:18:39 +0000 thomas_-_s Font size adaption and corrected misspelling
Tue, 15 Jan 2008 13:18:06 +0000 thomas_-_s Updated language files.
Tue, 15 Jan 2008 11:41:15 +0000 thomas_-_s - Easier handle differentiating between portable and multiuser mode by using a portablemode flag and a globalfilepath definition.
Tue, 15 Jan 2008 11:33:01 +0000 thomas_-_s Changed the project file to translate and install the translation files.
Mon, 14 Jan 2008 16:55:53 +0000 thomas_-_s Updated the documentation. Still need to mention the xcode project files.
Mon, 14 Jan 2008 16:14:24 +0000 thomas_-_s Corrected misspelling.
Mon, 14 Jan 2008 16:11:24 +0000 thomas_-_s Changed the project file to create a release version per default if "make install" is entered. Before the debug version was installed.
Mon, 14 Jan 2008 15:10:26 +0000 thomas_-_s Made the "make install" command install the binary, man pages, default highlighter ini and uigui ini files correctly.
Mon, 14 Jan 2008 15:08:54 +0000 thomas_-_s - Using the /etc dir on Unix systems for all common settings.
Mon, 14 Jan 2008 15:06:35 +0000 thomas_-_s Removed Perltidy from repository, because it should not be installed in the indenters directory.
Mon, 14 Jan 2008 14:57:59 +0000 thomas_-_s Slightly changed the man page.
Mon, 14 Jan 2008 13:03:00 +0000 thomas_-_s The about dialogs window flag was still set to SplashScreen instead of Dialog.
Mon, 14 Jan 2008 12:59:45 +0000 thomas_-_s Renamed htmltidy to tidy because that is its official name and also the name of the binary in all Linux packages.
Mon, 14 Jan 2008 11:09:46 +0000 thomas_-_s Added a section for installing from sources via "make install" for Unix based systems (added target path).
Mon, 14 Jan 2008 10:57:14 +0000 thomas_-_s Added a section for installing from sources via "make install" for Unix based systems.
Mon, 14 Jan 2008 10:21:33 +0000 thomas_-_s Added a simple man page.
Sun, 13 Jan 2008 18:51:29 +0000 thomas_-_s Correctly get the path of the application on MacOSX.
Sat, 12 Jan 2008 19:30:57 +0000 thomas_-_s Don't know what has changed here
Sat, 12 Jan 2008 19:29:34 +0000 thomas_-_s Changed to use MacOSX SDK 10.4u
Sat, 12 Jan 2008 18:38:50 +0000 thomas_-_s Adaptions to retrieve the correct application base path oh MacOSX using universal binaries.
Sat, 12 Jan 2008 17:15:03 +0000 thomas_-_s - Changed the PHP code example.
Fri, 11 Jan 2008 13:57:11 +0000 thomas_-_s Added another example file.
Fri, 11 Jan 2008 13:53:15 +0000 thomas_-_s Added and renamed some code example files.
Fri, 11 Jan 2008 13:38:54 +0000 thomas_-_s Moved UiGuiSyntaxHighlightConfig.ini from indenters dir to config dir.
Fri, 11 Jan 2008 13:36:53 +0000 thomas_-_s Renamed highlighter.ini to UiGuiSyntaxHighlightConfig.ini
Fri, 11 Jan 2008 13:35:26 +0000 thomas_-_s Created a config dir where the highlighter settings will be stored in.
Fri, 11 Jan 2008 13:32:20 +0000 thomas_-_s Only renamed a variable.
Fri, 11 Jan 2008 13:31:50 +0000 thomas_-_s - Due to changes for a operating system which makes use of user rights and restrictions, the user made settings for the indenter are no longer stored in the uigui ini but the IndentHandler writes these values as indenter config files into the users home config dir. During initialization of IndentHandler that file is loaded.
Fri, 11 Jan 2008 10:10:35 +0000 thomas_-_s For the new animated about dialog still some file references were inside the VS project file. Disabled them so long.
Fri, 11 Jan 2008 10:09:38 +0000 thomas_-_s Added some definitions for MaxOSX as mentioned on http://www.lmprojects.de/qt/qt_mac.html
Fri, 11 Jan 2008 10:07:09 +0000 thomas_-_s The application could crash, if no uigui ini file was found and therefore the indenterSettings pointer was not initialized. With that trying to get the manual path string caused the crash.
Fri, 11 Jan 2008 10:05:06 +0000 thomas_-_s Made the error message dialog be application modal, so it is never hidden behind the main window.
Thu, 10 Jan 2008 22:48:14 +0000 thomas_-_s Had path name double. Removed second one.
Thu, 10 Jan 2008 22:40:03 +0000 thomas_-_s Preparations for the new animated about dialog.
Thu, 10 Jan 2008 22:39:22 +0000 thomas_-_s Updated build files to use the "indenters" directory instead of the old "data".
Thu, 10 Jan 2008 20:52:15 +0000 thomas_-_s [add] Feature Request ID 1866599 : Adapted the used paths for settings, temporary files and the one containing indenters with 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. http://universalindent.sf.net/issue/1866599
Thu, 10 Jan 2008 18:40:17 +0000 thomas_-_s renamed the "data" dir into "indenters"
Thu, 10 Jan 2008 16:46:52 +0000 thomas_-_s First changes to make the directories used Linux conform.
Thu, 10 Jan 2008 14:00:17 +0000 thomas_-_s Added documentation of the "stdout" option for the "outputFileParameter".
Thu, 10 Jan 2008 13:58:28 +0000 thomas_-_s Added support for a simple shell code indenter written in awk.
Thu, 10 Jan 2008 13:57:26 +0000 thomas_-_s Changed the way the shebang detection works a bit, so that the line "#!/usr/bin/awk -f" is correctly parsed to use the complete string after the last slash.