log

age author description
Wed, 30 May 2007 18:38:46 +0000 thomas_-_s Only spelling corrections
Wed, 30 May 2007 13:56:47 +0000 thomas_-_s Added language icons to the language selection combo box in the settings dialog.
Wed, 30 May 2007 13:23:53 +0000 thomas_-_s Added some icons for the settings dialog.
Wed, 30 May 2007 13:23:11 +0000 thomas_-_s Made settings dialog get the needed values for its widgets from the UiGuiSettings object and on ok write them back.
Wed, 30 May 2007 12:09:36 +0000 thomas_-_s Renamed widgets so they follow the convention to have the prefix uiGui followed by the name of the setting and made some corrections.
Wed, 30 May 2007 11:58:43 +0000 thomas_-_s Renamed widgets so they follow the convention to have the prefix uiGui followed by the name of the setting.
Wed, 30 May 2007 11:57:29 +0000 thomas_-_s Moved connections for encoding and language menu to their creation function.
Wed, 30 May 2007 11:56:00 +0000 thomas_-_s Highlighting for makefiles could not be selected. Fixed this.
Wed, 30 May 2007 09:59:47 +0000 thomas_-_s [fix] Bug ID 1728145: The in the syntax highlighter menu selected highlighter was not always set. The name of the highlighter instead of its extensions was sent to the function setLexerForExtension.
Wed, 30 May 2007 09:14:39 +0000 thomas_-_s Redesigned the usage of UiGuiSettings class again. Now using the signal and slot mechanism, because it is more convenient then the tries to make the class very flexible before.
Tue, 29 May 2007 17:33:20 +0000 thomas_-_s Added the translation batch file.
Tue, 29 May 2007 15:45:16 +0000 thomas_-_s Enhanced the register possibilities to make use of functions by the settings name.
Tue, 29 May 2007 13:50:10 +0000 thomas_-_s [fix] Bug ID 1727538: When a new file is loaded a corresponding lexer is being created. Before this lexer was always set to be used by QScintilla directly. Now it is only set to be used, is syntax highlightning is enabled.
Tue, 29 May 2007 13:09:58 +0000 thomas_-_s Did many more changes to use the new UiGuiSettings class with its object value update automation. Works now in both directions. Settings can be changed by the slot handleValueChangeFromExtern and settings can change the value of objects if they are registered by registerForUpdateOnValueChange.
Tue, 29 May 2007 05:49:50 +0000 thomas_-_s Did some renaming of widgets for the settings automatism.
Mon, 28 May 2007 16:39:55 +0000 thomas_-_s Added function to register QObjects, that should be updated if an setting changes.
Mon, 28 May 2007 15:49:53 +0000 thomas_-_s Changed the code so far, that the new settings class is being used by MainWindow instead of using QSettings there directly.
Fri, 25 May 2007 14:52:38 +0000 thomas_-_s Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
Mon, 21 May 2007 13:50:21 +0000 thomas_-_s Just changed the name of the IFDEF for avoiding double including.
Mon, 21 May 2007 13:48:52 +0000 thomas_-_s Prepared for use of own settings class UiGuiSettings.
Wed, 09 May 2007 17:16:14 +0000 thomas_-_s Renamed the country short for taiwan language to zh because no special taiwan language shortage exists. The iso short is zh, chinese. Also added japanese in language menue and updated translation and build files.
Wed, 09 May 2007 17:09:03 +0000 thomas_-_s Ranamed the included ui file to correct upper case.
Wed, 09 May 2007 17:08:30 +0000 thomas_-_s Added japanese translation
Wed, 09 May 2007 17:05:51 +0000 thomas_-_s Language files updated
Tue, 08 May 2007 22:03:18 +0000 thomas_-_s Feature Request ID 1699014 : When the number of lines changes, the width of the margin on the left, showing the line numbers, is adapted.
Tue, 17 Apr 2007 16:48:21 +0000 thomas_-_s The warning message if no indenter ini file is found in the data directory displays the complete path to"./data" now.
Tue, 17 Apr 2007 16:43:08 +0000 thomas_-_s Feature Request ID 1657253 : Added a warning message if no indenter ini file is found in the data directory.
Tue, 17 Apr 2007 16:07:31 +0000 thomas_-_s Renamed class name from Settings to UiGuiSettings.
Tue, 17 Apr 2007 16:06:11 +0000 thomas_-_s Renamed files from settings to uiguisettings.
Mon, 16 Apr 2007 20:29:00 +0000 thomas_-_s Feature Request ID 1651718 : Added the possibility to add readable text to a multiple choice indenter parameter in the ini file.
Mon, 16 Apr 2007 18:02:43 +0000 thomas_-_s Renamed class Settings to UiGuiSettings and so its file names.
Mon, 16 Apr 2007 18:02:15 +0000 thomas_-_s Adapted to use new UiGuiSettings class and files and the renamed class Highlighter, formerly cpphighlighter.
Mon, 16 Apr 2007 15:11:33 +0000 thomas_-_s Renamed the class CppHighlighter to Highlighter, which should already have been done with introduction of QScintilla. Well its done now.
Sun, 15 Apr 2007 13:56:45 +0000 thomas_-_s Preparations for the settings dialog. Created an entry under the settings menu to call the settings dialog. Also created a basic settings dialog layout.
Sat, 14 Apr 2007 11:44:17 +0000 thomas_-_s Feature Request ID 1700556 : Add option to load last file or not on startup. If no file should be loaded the source code edit field is empty.
Wed, 04 Apr 2007 10:33:33 +0000 thomas_-_s Prepared setting of tab width in menu. The tab width is from now on already loaded and saved from/into the settings file.
Mon, 02 Apr 2007 14:40:09 +0000 thomas_-_s The names of the highlighters in the menu are now more readable. Still the highlighter selection by file extension could be optimized.
Sun, 01 Apr 2007 20:30:17 +0000 thomas_-_s Previous translation got garbled somehow. Fixed by Nelson Tai
Sun, 01 Apr 2007 20:28:28 +0000 thomas_-_s Bug ID 1692511 : When a file with a for the highlighter unknown file extension was loaded, UiGui crashed. An action out of the highlighter actionlist with index -1 was tried to set to checked.
Wed, 21 Mar 2007 21:58:12 +0000 thomas_-_s Added build script for linux AMD64
Wed, 21 Mar 2007 21:26:23 +0000 thomas_-_s Added phpCB with source code release and changed revision number for release executable.
Wed, 21 Mar 2007 21:23:17 +0000 thomas_-_s Version updated
Wed, 21 Mar 2007 21:20:58 +0000 thomas_-_s Version updated
Wed, 21 Mar 2007 21:18:18 +0000 thomas_-_s Fixed bug that set file to modified after encoding change, even if it was not.
Wed, 21 Mar 2007 21:17:45 +0000 thomas_-_s changed project name back to UniversalIndentGUI
Wed, 21 Mar 2007 21:17:23 +0000 thomas_-_s added missing new line
Wed, 21 Mar 2007 21:16:48 +0000 thomas_-_s Translation updated
Tue, 20 Mar 2007 08:01:21 +0000 thomas_-_s Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
Wed, 14 Mar 2007 08:45:27 +0000 thomas_-_s Made settings object in saveSettings to be a pointer to avoid conflicts when merging with QScintilla branch.
Wed, 14 Mar 2007 08:27:10 +0000 thomas_-_s If "useCfgFileParameter" in the ini file is set to none, do not give it along as parameter at command line.
Wed, 14 Mar 2007 08:25:04 +0000 thomas_-_s Tested all ini file configurations and added some needed "none"s so either no config file is set at command call or no output file.
Mon, 12 Mar 2007 19:12:39 +0000 thomas_-_s Feature Request ID 1675503 : The last set encoding is being remembered and used on loading last file.
Mon, 12 Mar 2007 08:56:45 +0000 thomas_-_s [fix] Bug ID 1678783: If the current opened file has no save name yet, don't set it as last opened file in the settings.
Mon, 05 Mar 2007 22:31:14 +0000 thomas_-_s Added support for the indenter "phpCB" phpCodeBeatufier.
Mon, 05 Mar 2007 22:30:32 +0000 thomas_-_s Added header option for setting the parameter order.
Mon, 05 Mar 2007 22:29:04 +0000 thomas_-_s If output file parameter in uigui ini file is set to "stdout" use standard output of called process to receive the formatted code.
Sun, 04 Mar 2007 19:44:54 +0000 thomas_-_s Feature Request ID 1673549 : The order of the indenter call paramters for input file, output file and options[file] is now selectable in three states: pio, ipo, iop.
Wed, 28 Feb 2007 21:52:47 +0000 thomas_-_s Changes done by Nelson Tai
Wed, 28 Feb 2007 21:52:28 +0000 thomas_-_s Changes done by Nelson Tai
Wed, 28 Feb 2007 21:05:34 +0000 thomas_-_s Feature Request ID 1669822 : The last window position, size and maximized state is stored in the settings and restored.