Thread: [Gambas-devel-svn] SF.net SVN: gambas:[7248] gambas/trunk/app/src/gambas3/.src (Page 4)
Brought to you by:
gambas
From: <das...@us...> - 2015-08-29 17:50:08
|
Revision: 7248 http://sourceforge.net/p/gambas/code/7248 Author: dashboard68 Date: 2015-08-29 17:50:07 +0000 (Sat, 29 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: missed a comparison Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Welcome/FSystemInfo.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-29 23:50:52
|
Revision: 7250 http://sourceforge.net/p/gambas/code/7250 Author: gambas Date: 2015-08-29 23:50:50 +0000 (Sat, 29 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Better trust the interpreter instead of the compiler for getting the full version with the SVN revision. * NEW: Do not display the SVN revision anymore in the welcome dialog. Only in the system information. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Welcome/CWelcome.class gambas/trunk/app/src/gambas3/.src/Welcome/FSystemInfo.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-14 02:27:52
|
Revision: 7308 http://sourceforge.net/p/gambas/code/7308 Author: gambas Date: 2015-09-14 02:27:50 +0000 (Mon, 14 Sep 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Catch missing emblem to try to fix the current problem with Picture class. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Search/FSearch.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-25 19:32:54
|
Revision: 7342 http://sourceforge.net/p/gambas/code/7342 Author: gambas Date: 2015-09-25 19:32:53 +0000 (Fri, 25 Sep 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Initiliaze documentation metadata after command-line options processing to avoid circular dependencies. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CDocumentation.class gambas/trunk/app/src/gambas3/.src/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-26 16:42:20
|
Revision: 7350 http://sourceforge.net/p/gambas/code/7350 Author: gambas Date: 2015-09-26 16:42:18 +0000 (Sat, 26 Sep 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Konsole is correctly used by default on KDE5 desktops. * BUG: Support for lxterminal works as much as possible. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/Design.module gambas/trunk/app/src/gambas3/.src/Options/FOption.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-15 00:20:25
|
Revision: 7410 http://sourceforge.net/p/gambas/code/7410 Author: gambas Date: 2015-10-15 00:20:23 +0000 (Thu, 15 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Remove not yet implemented "template" database type. * BUG: Fix list property editor layout. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Connection/FNewConnection.form gambas/trunk/app/src/gambas3/.src/Dialog/FList.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-17 20:49:41
|
Revision: 7419 http://sourceforge.net/p/gambas/code/7419 Author: gambas Date: 2015-10-17 20:49:40 +0000 (Sat, 17 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Correctly save CSV file path in data export and table import dialogs. * BUG: HelpView.Stop() method now always hides the spinner. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Connection/FExportData.class gambas/trunk/app/src/gambas3/.src/Connection/FImportTable.class gambas/trunk/app/src/gambas3/.src/Connection/FImportTable.form gambas/trunk/app/src/gambas3/.src/Help/HelpView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-18 09:09:34
|
Revision: 7423 http://sourceforge.net/p/gambas/code/7423 Author: gambas Date: 2015-10-18 09:09:32 +0000 (Sun, 18 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Reloading a file now correctly resets the procedure combo. * BUG: Reverting a form now reverts the class file too. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Dialog/FFileProperty.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageEditor.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-18 09:43:07
|
Revision: 7424 http://sourceforge.net/p/gambas/code/7424 Author: gambas Date: 2015-10-18 09:43:06 +0000 (Sun, 18 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Cutting & pasting source files now works as expected. * NEW: A child class is now displayed in the project tree under its parent class only if they are in the same directory. Consequently, dragging a child class to any directory is now possible. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-21 21:14:34
|
Revision: 7429 http://sourceforge.net/p/gambas/code/7429 Author: gambas Date: 2015-10-21 21:14:33 +0000 (Wed, 21 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix the library "Compatible until" option of the project property dialog. * NEW: Don't display the wiki language combo-box in the help browser. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Help/FHelpBrowser.class gambas/trunk/app/src/gambas3/.src/Help/MHelp.module gambas/trunk/app/src/gambas3/.src/Help/Wiki/URL.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-03 09:31:51
|
Revision: 7447 http://sourceforge.net/p/gambas/code/7447 Author: gambas Date: 2015-11-03 09:31:50 +0000 (Tue, 03 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Software farm: Remove sort by vote. * BUG: Use the 'file' stock icon at correct size when making a project file icon. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/Farm/CSoftware.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.form gambas/trunk/app/src/gambas3/.src/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-12 19:23:50
|
Revision: 7473 http://sourceforge.net/p/gambas/code/7473 Author: gambas Date: 2015-11-12 19:23:49 +0000 (Thu, 12 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Form editor: Text property is now applied for "draw with" controls. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Component/CPropertyInfo.class gambas/trunk/app/src/gambas3/.src/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-25 01:28:38
|
Revision: 7492 http://sourceforge.net/p/gambas/code/7492 Author: gambas Date: 2015-11-25 01:28:36 +0000 (Wed, 25 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Setting common properties (Text, Background, Foreground) of unknown controls should work correctly again now. * BUG: Form editor: Fix automatic arrangement management. * NEW: Allow each family to declare the base class of controls. This is used by the property editor. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.class gambas/trunk/app/src/gambas3/.src/Family/CFamily.class gambas/trunk/app/src/gambas3/.src/Family/Form/CFamilyForm.class gambas/trunk/app/src/gambas3/.src/Family/Report/CFamilyReport.class gambas/trunk/app/src/gambas3/.src/Family/WebForm/CFamilyWebForm.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-04 21:48:47
|
Revision: 7498 http://sourceforge.net/p/gambas/code/7498 Author: gambas Date: 2015-12-04 21:48:45 +0000 (Fri, 04 Dec 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Text editor: Procedure list correctly centers the editor on the target procedure. * BUG: Farm software: Software download events are correctly ignored when the wizard is moved back to the software list. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class gambas/trunk/app/src/gambas3/.src/Project/Farm/CSoftware.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FarmRequestManager.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-09 09:41:55
|
Revision: 7567 http://sourceforge.net/p/gambas/code/7567 Author: gambas Date: 2016-01-09 09:41:53 +0000 (Sat, 09 Jan 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Translater: Fix translations that end with a newline whereas the original string does not. * NEW: Webform: Add "vw", "vh", "vmin" and "vmax" unities. * BUG: Form editor: Remove automatic parent selection. * BUG: Form editor: Make "Tooltip" property (with a lower "t") translatable. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CPropertyInfo.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.form gambas/trunk/app/src/gambas3/.src/Family/WebForm/CFamilyWebForm.class gambas/trunk/app/src/gambas3/.src/Translation/FTranslate.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-10 22:41:49
|
Revision: 7573 http://sourceforge.net/p/gambas/code/7573 Author: gambas Date: 2016-01-10 22:41:48 +0000 (Sun, 10 Jan 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: Form editor: If a translation string ends with three dots, don't put them in the translation. * BUG: If GB_GUI is not explicitly defined, remove it from the environment of the debugged process, so that it does not inherit the one defined by the IDE gb.gui.qt component. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/Design.module gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-23 22:23:16
|
Revision: 7583 http://sourceforge.net/p/gambas/code/7583 Author: gambas Date: 2016-01-23 22:23:14 +0000 (Sat, 23 Jan 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Do not try to lock files that are symbolic links. They are always locked. * NEW: Text editor: Try to detect functions declared inside an object for javascript files. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class gambas/trunk/app/src/gambas3/.src/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-02-03 06:12:29
|
Revision: 7600 http://sourceforge.net/p/gambas/code/7600 Author: gambas Date: 2016-02-03 06:12:27 +0000 (Wed, 03 Feb 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Replace the remove menu entry, that was located in the welcome dialog only, by a remove icon present in all recent project lists. * BUG: Project property dialog: Fix display of not found libraries. * BUG: Library selection: Removing a library correctly updates the state of buttons now. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/CRecentProject.class gambas/trunk/app/src/gambas3/.src/Project/CProjectList.class gambas/trunk/app/src/gambas3/.src/Project/ProjectBox.class gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.class gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.form Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Project/Library/ gambas/trunk/app/src/gambas3/.src/Project/Library/CLibraryInfo.class gambas/trunk/app/src/gambas3/.src/Project/Library/FSelectLibrary.class gambas/trunk/app/src/gambas3/.src/Project/Library/FSelectLibrary.form gambas/trunk/app/src/gambas3/.src/Project/Library/LibraryItem.class Removed Paths: ------------- gambas/trunk/app/src/gambas3/.src/Project/CLibraryInfo.class gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectLibrary.class gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectLibrary.form gambas/trunk/app/src/gambas3/.src/Project/LibraryItem.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-02-16 19:02:39
|
Revision: 7604 http://sourceforge.net/p/gambas/code/7604 Author: gambas Date: 2016-02-16 19:02:38 +0000 (Tue, 16 Feb 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Library selection dialog does not crash anymore when the local library path does not exist yet. * BUG: When creating the library executable, the copy in the local library path is correctly overwritten. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/Library/FSelectLibrary.class gambas/trunk/app/src/gambas3/.src/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-15 14:56:46
|
Revision: 7636 http://sourceforge.net/p/gambas/code/7636 Author: gambas Date: 2016-03-15 14:56:45 +0000 (Tue, 15 Mar 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Option dialog: new option to toggle indent drawing in editors. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Exported/TextEditor.class gambas/trunk/app/src/gambas3/.src/Options/FOption.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-19 00:00:16
|
Revision: 7642 http://sourceforge.net/p/gambas/code/7642 Author: gambas Date: 2016-03-19 00:00:15 +0000 (Sat, 19 Mar 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Editor: Completion popup now opens at the right position on wrapped lines. * NEW: Text editor: Show compression message inside the editor. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FCompletion.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class gambas/trunk/app/src/gambas3/.src/Exported/TextEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-23 21:31:54
|
Revision: 7660 http://sourceforge.net/p/gambas/code/7660 Author: gambas Date: 2016-03-23 21:31:53 +0000 (Wed, 23 Mar 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix translation of compiler error messages. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.form gambas/trunk/app/src/gambas3/.src/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-29 22:02:40
|
Revision: 7692 http://sourceforge.net/p/gambas/code/7692 Author: gambas Date: 2016-03-29 22:02:39 +0000 (Tue, 29 Mar 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Correctly detect controls that do not need a real parent container when saving a form. * BUG: Prevent a possible crash when the mouse leaves the output console while it displays debug links to code source. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-31 22:17:23
|
Revision: 7794 http://sourceforge.net/p/gambas/code/7794 Author: gambas Date: 2016-05-31 22:17:22 +0000 (Tue, 31 May 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Show console before inserting a message inside. * BUG: Fix the height of some labels in the create project dialog. * NEW: Auto-completion of event handlers now automatically inserts their signature. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FCompletion.class gambas/trunk/app/src/gambas3/.src/Project/FCreateProject.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-08-20 11:41:21
|
Revision: 7852 http://sourceforge.net/p/gambas/code/7852 Author: gambas Date: 2016-08-20 11:41:19 +0000 (Sat, 20 Aug 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: The event handlers menu now works correctly in all cases. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Subversion/FConflict.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |