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.