log

age author description
Fri, 01 Jun 2007 14:37:21 +0000 thomas_-_s Added test code for the system locale recognition.
Fri, 01 Jun 2007 14:04:13 +0000 thomas_-_s Added the needed files for the UiGuiSettings class to the project file.
Fri, 01 Jun 2007 11:52:03 +0000 thomas_-_s Added an ini file for the syntax highlighter properties. All fonts are initially set to courier.
Fri, 01 Jun 2007 11:46:41 +0000 thomas_-_s [fix] Bug ID 1729026: The syntax highlighting style was not applied again after toggling the highlighting. Needed to reload the settings.
Fri, 01 Jun 2007 10:12:09 +0000 thomas_-_s There is still a bug with positioning the cursor correctly after inserting or deleting a new line.
Fri, 01 Jun 2007 10:10:11 +0000 thomas_-_s [fix] Bug ID 1729026: The syntax highlighting was not correct after changing the lexer. The text needs to be set again. Why ever!? QScintilla Problem?
Thu, 31 May 2007 18:14:16 +0000 thomas_-_s Changed comment.
Thu, 31 May 2007 18:13:59 +0000 thomas_-_s Removed the GPL text, which starts and translates UiGui much faster.
Thu, 31 May 2007 18:13:23 +0000 thomas_-_s Some smaller text changes.
Thu, 31 May 2007 18:13:06 +0000 thomas_-_s Changed some not yet impleneted functions tooltips.
Thu, 31 May 2007 17:58:54 +0000 thomas_-_s Changed some tooltips and removed statustips because they will never be shown.
Thu, 31 May 2007 15:44:14 +0000 thomas_-_s Made some clean ups of the gui, because with introducing the settings dialog, some entries in the settings menu are no longer needed at that position.
Thu, 31 May 2007 14:57:33 +0000 thomas_-_s [fix] Bug ID 1728972: The crash on closing the application after the first run was caused by the language selection. After retrieving the system locale language the new language was not set in the settings.
Thu, 31 May 2007 14:36:49 +0000 thomas_-_s Every widget respective class handles it translation now on its own by catching the language change event.
Wed, 30 May 2007 20:21:11 +0000 thomas_-_s Changed translation code again. But somewhere something takes alot of time.
Wed, 30 May 2007 19:56:17 +0000 thomas_-_s Changed the language menu to use the setting object instead of its own structure,
Wed, 30 May 2007 18:58:21 +0000 thomas_-_s The setting for the language holds now the index of the selected language in the available translations list.
Wed, 30 May 2007 18:57:22 +0000 thomas_-_s The language selection combo box is now first cleared when init is called.
Wed, 30 May 2007 18:41:32 +0000 thomas_-_s The settings class gets the available translations and the settinga dialog fills it combo box according to this values. Also renamed the language pictures to easy handle them by the language mnemonic.
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.