log

age author description
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.