Thread: [Gambas-devel-svn] SF.net SVN: gambas:[6320] gambas/trunk/app/src/gambas3/.src (Page 3)
Brought to you by:
gambas
From: <ga...@us...> - 2014-06-15 12:45:08
|
Revision: 6320 http://sourceforge.net/p/gambas/code/6320 Author: gambas Date: 2014-06-15 12:45:03 +0000 (Sun, 15 Jun 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Make debugging positions in the output window links to the source code. I should make that optional by the way... Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/FDebugInfo.class gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class gambas/trunk/app/src/gambas3/.src/Debug/FOutput.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: <tob...@us...> - 2014-06-15 12:57:22
|
Revision: 6321 http://sourceforge.net/p/gambas/code/6321 Author: tobiasboe Date: 2014-06-15 12:57:11 +0000 (Sun, 15 Jun 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Patch: Check by header if a file is a patch file Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/Patch/FPatch.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...> - 2014-06-30 21:31:02
|
Revision: 6351 http://sourceforge.net/p/gambas/code/6351 Author: gambas Date: 2014-06-30 21:30:54 +0000 (Mon, 30 Jun 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Support for iceweasel browser. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class gambas/trunk/app/src/gambas3/.src/Options/FOption.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...> - 2014-07-13 19:05:02
|
Revision: 6375 http://sourceforge.net/p/gambas/code/6375 Author: gambas Date: 2014-07-13 19:04:51 +0000 (Sun, 13 Jul 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Help browser: Language support in the offline help. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Help/FHelpBrowser.class gambas/trunk/app/src/gambas3/.src/Help/FHelpBrowser.form gambas/trunk/app/src/gambas3/.src/Help/MHelp.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...> - 2014-07-15 23:59:22
|
Revision: 6382 http://sourceforge.net/p/gambas/code/6382 Author: gambas Date: 2014-07-15 23:59:13 +0000 (Tue, 15 Jul 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix offline documentation detection and download. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Help/MHelp.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...> - 2014-08-20 21:23:20
|
Revision: 6418 http://sourceforge.net/p/gambas/code/6418 Author: gambas Date: 2014-08-20 21:23:12 +0000 (Wed, 20 Aug 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Online help: Fix display of symbol tables. * BUG: Console echo command now works as expected when the project is running. * BUG: Some fixes in the new open recent project dialog. * OPT: ProjectBox now uses an internal image cache instead of painting a gradient at each draw event. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Component/CSymbolInfo.class gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class gambas/trunk/app/src/gambas3/.src/Debug/FProfile.class gambas/trunk/app/src/gambas3/.src/Project/CProjectList.class gambas/trunk/app/src/gambas3/.src/Project/FOpenProject.class gambas/trunk/app/src/gambas3/.src/Project/ProjectBox.class gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-10-09 21:33:39
|
Revision: 6524 http://sourceforge.net/p/gambas/code/6524 Author: gambas Date: 2014-10-09 21:33:29 +0000 (Thu, 09 Oct 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Create file dialog: Replace the deprecated ListContainer control by a ListView. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Packager/FSelectExtraFile.class gambas/trunk/app/src/gambas3/.src/Project/FCreateFile.class gambas/trunk/app/src/gambas3/.src/Project/FCreateFile.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-10-25 00:51:42
|
Revision: 6572 http://sourceforge.net/p/gambas/code/6572 Author: gambas Date: 2014-10-25 00:51:31 +0000 (Sat, 25 Oct 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Don't crash when installing the Gambas font, if the '~/.config/fontconfig' directory does not exist. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Options/FOption.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...> - 2014-10-30 16:10:05
|
Revision: 6590 http://sourceforge.net/p/gambas/code/6590 Author: gambas Date: 2014-10-30 16:09:56 +0000 (Thu, 30 Oct 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add a description field to the crash dialog box. This description is added to the mail. * NEW: Use the new publishing protocol. * NEW: Draw the project boxes with a darker border. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/FCrash.class gambas/trunk/app/src/gambas3/.src/Debug/FCrash.form gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Project/ProjectBox.class gambas/trunk/app/src/gambas3/.src/Project/Publish/FPublish.form gambas/trunk/app/src/gambas3/.src/Project/Publish/Publish.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-10-31 22:21:32
|
Revision: 6600 http://sourceforge.net/p/gambas/code/6600 Author: gambas Date: 2014-10-31 22:21:28 +0000 (Fri, 31 Oct 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Automatic completion of event handlers if an object is declared globally with an event name (Private MyObject As MyClass As "event"). Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/app/src/gambas3/.src/Component/CSymbolInfo.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FCompletion.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FFormStack.class gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-01 14:11:41
|
Revision: 6697 http://sourceforge.net/p/gambas/code/6697 Author: gambas Date: 2014-12-01 14:11:32 +0000 (Mon, 01 Dec 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Software farm: Fix request abortion. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CComponent.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...> - 2014-12-17 14:24:25
|
Revision: 6748 http://sourceforge.net/p/gambas/code/6748 Author: gambas Date: 2014-12-17 14:24:15 +0000 (Wed, 17 Dec 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Software farm: Use language of project translations as tags when publishing a software. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.form gambas/trunk/app/src/gambas3/.src/Project/Farm/FarmRequest.class gambas/trunk/app/src/gambas3/.src/Translation/Language.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-12 22:43:44
|
Revision: 6833 http://sourceforge.net/p/gambas/code/6833 Author: gambix Date: 2015-01-12 22:43:37 +0000 (Mon, 12 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add support for ReportMargin Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.class gambas/trunk/app/src/gambas3/.src/Family/CFamilyReport.class gambas/trunk/app/src/gambas3/.src/Help/FHelpBrowser.form gambas/trunk/app/src/gambas3/.src/Project/Patch/FPatch.class gambas/trunk/app/src/gambas3/.src/Welcome/FAbout.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-13 22:59:56
|
Revision: 6836 http://sourceforge.net/p/gambas/code/6836 Author: gambix Date: 2015-01-13 22:59:53 +0000 (Tue, 13 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: End of the ReportBoxShadow editor implementation Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Dialog/Report/FReportBoxShadowChooser.class gambas/trunk/app/src/gambas3/.src/Dialog/Report/FReportBoxShadowChooser.form gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/Editor/Form/CoordBox.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-25 22:05:22
|
Revision: 6869 http://sourceforge.net/p/gambas/code/6869 Author: gambas Date: 2015-01-25 22:05:14 +0000 (Sun, 25 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Packager: Really use the same package name as displayed in the first wizard step in all cases. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.class gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.form gambas/trunk/app/src/gambas3/.src/Packager/Package.module gambas/trunk/app/src/gambas3/.src/Welcome/FSystemInfo.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-14 23:32:11
|
Revision: 6900 http://sourceforge.net/p/gambas/code/6900 Author: gambas Date: 2015-02-14 23:32:04 +0000 (Sat, 14 Feb 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Software farm: When installing a software having the 'example' tag, a symbolic link is automatically create in the 'example' vendor directory so that the software appears in the example list. The symbolic link is automatically removed on uninstallation. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/CProjectList.class gambas/trunk/app/src/gambas3/.src/Project/Farm/CSoftware.class gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-01 20:29:58
|
Revision: 6925 http://sourceforge.net/p/gambas/code/6925 Author: gambas Date: 2015-03-01 20:29:56 +0000 (Sun, 01 Mar 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Remove the "Break on error" debugging option. It is useless, and leads to unexpected errors when it is forgotten. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/Design.module gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Project/CProjectList.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-03-02 00:14:40
|
Revision: 6926 http://sourceforge.net/p/gambas/code/6926 Author: gambas Date: 2015-03-02 00:14:39 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Welcome dialog: Disable the filter when the example or recent list is void. * OPT: Farm software dialog: Optimize the list filling when the "installed programs" filter is selected. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/CProjectList.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FarmRequestManager.module gambas/trunk/app/src/gambas3/.src/Welcome/CCoolButton.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-10 13:28:50
|
Revision: 6970 http://sourceforge.net/p/gambas/code/6970 Author: gambas Date: 2015-03-10 13:28:43 +0000 (Tue, 10 Mar 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Make the IDE window maximized by default. * NEW: Use the tawhid background in the about dialog. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Welcome/FAbout.class gambas/trunk/app/src/gambas3/.src/Welcome/FAbout.form gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-13 21:24:53
|
Revision: 6983 http://sourceforge.net/p/gambas/code/6983 Author: gambas Date: 2015-03-13 21:24:51 +0000 (Fri, 13 Mar 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Default IDE window size should be big enough now. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-24 15:45:44
|
Revision: 6999 http://sourceforge.net/p/gambas/code/6999 Author: gambas Date: 2015-03-24 15:45:36 +0000 (Tue, 24 Mar 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add an 'Installed softwares' button in the welcome dialog. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/CProjectList.class gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.class gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-28 21:03:03
|
Revision: 7009 http://sourceforge.net/p/gambas/code/7009 Author: gambas Date: 2015-03-28 21:03:00 +0000 (Sat, 28 Mar 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Always center the farm client window. * BUG: Removing a connection now removes the template file too. * BUG: Remove a debugging message. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.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-06-19 07:18:30
|
Revision: 7143 http://sourceforge.net/p/gambas/code/7143 Author: gambas Date: 2015-06-19 07:18:28 +0000 (Fri, 19 Jun 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMNET] * NEW: The "Show spaces at end of line with dots" option came back. 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 gambas/trunk/app/src/gambas3/.src/Welcome/FAbout.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-24 17:37:16
|
Revision: 7235 http://sourceforge.net/p/gambas/code/7235 Author: gambas Date: 2015-08-24 17:37:14 +0000 (Mon, 24 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix the welcome dialog fix. * BUG: Fix the welcome dialog layout. * NEW: System information is now always anonymous. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Packager/Package.module gambas/trunk/app/src/gambas3/.src/Welcome/FSystemInfo.class gambas/trunk/app/src/gambas3/.src/Welcome/FSystemInfo.form gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <das...@us...> - 2015-08-29 17:38:41
|
Revision: 7247 http://sourceforge.net/p/gambas/code/7247 Author: dashboard68 Date: 2015-08-29 17:38:40 +0000 (Sat, 29 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: InitVersion : getting whole Version infos from the Compiler, it knows about the real used revision, if any 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. |