log

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