Thread: [Gambas-devel-svn] SF.net SVN: gambas:[3293] gambas/trunk/app/src/gambas3/.src (Page 2)
Brought to you by:
gambas
From: <ga...@us...> - 2010-11-13 01:14:33
|
Revision: 3293 http://gambas.svn.sourceforge.net/gambas/?rev=3293&view=rev Author: gambas Date: 2010-11-13 01:14:26 +0000 (Sat, 13 Nov 2010) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Variable help comments are now taken into account when displaying contextual help. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FCompletion.form gambas/trunk/app/src/gambas3/.src/Help/MHelp.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-11-17 15:07:14
|
Revision: 3298 http://gambas.svn.sourceforge.net/gambas/?rev=3298&view=rev Author: gambas Date: 2010-11-17 15:07:08 +0000 (Wed, 17 Nov 2010) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: In the form editor, display the name inside controls only if the Text property is not defined. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CPropertyInfo.class gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-11-27 00:48:49
|
Revision: 3324 http://gambas.svn.sourceforge.net/gambas/?rev=3324&view=rev Author: gambas Date: 2010-11-27 00:48:43 +0000 (Sat, 27 Nov 2010) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Do not display control name inside virtual control. * BUG: Do not display control name inside buttons having a picture and no text. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CPropertyInfo.class 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...> - 2011-01-16 20:31:31
|
Revision: 3458 http://gambas.svn.sourceforge.net/gambas/?rev=3458&view=rev Author: gambix Date: 2011-01-16 20:31:24 +0000 (Sun, 16 Jan 2011) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The report border dialog have changed to use side independant size ans color. * NEW: New dialog to edit ReportBrush, it support simple color, Gradients, Images. * OPT: The ReportBorder format string have changed to become mo flexible so all report made with it are unusable Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Family/CFamilyReport.class Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Dialog/CReportBrush.class gambas/trunk/app/src/gambas3/.src/Dialog/FReportBorderChooser.class gambas/trunk/app/src/gambas3/.src/Dialog/FReportBorderChooser.form gambas/trunk/app/src/gambas3/.src/Dialog/FReportBrushChooser.form Removed Paths: ------------- gambas/trunk/app/src/gambas3/.src/Dialog/FReportBorderChooser.class gambas/trunk/app/src/gambas3/.src/Dialog/FReportBorderChooser.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-01-16 21:56:36
|
Revision: 3459 http://gambas.svn.sourceforge.net/gambas/?rev=3459&view=rev Author: gambix Date: 2011-01-16 21:56:29 +0000 (Sun, 16 Jan 2011) Log Message: ----------- Pardon :) Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Dialog/FReportBorderChooser.class gambas/trunk/app/src/gambas3/.src/Dialog/FReportBorderChooser.form gambas/trunk/app/src/gambas3/.src/Dialog/FReportCoordChooser.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.class gambas/trunk/app/src/gambas3/.src/Family/CFamilyReport.class Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Dialog/FReportBrushChooser.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-01-17 19:12:15
|
Revision: 3465 http://gambas.svn.sourceforge.net/gambas/?rev=3465&view=rev Author: gambix Date: 2011-01-17 19:12:08 +0000 (Mon, 17 Jan 2011) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Finish to add necessary definition in the ide for ReportBrush Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Dialog/FReportBrushChooser.class gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.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...> - 2011-05-20 09:45:55
|
Revision: 3853 http://gambas.svn.sourceforge.net/gambas/?rev=3853&view=rev Author: gambas Date: 2011-05-20 09:45:49 +0000 (Fri, 20 May 2011) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Virtual controls are correctly saved again in form files. * BUG: Debugger windows are now visible in the taskbar, so that they can be restored after having been minimized. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/FDebugExpr.form gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.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...> - 2011-08-29 01:20:05
|
Revision: 4056 http://gambas.svn.sourceforge.net/gambas/?rev=4056&view=rev Author: gambas Date: 2011-08-29 01:19:58 +0000 (Mon, 29 Aug 2011) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The help browser now opens external links in the external web browser. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Help/FHelpBrowser.class gambas/trunk/app/src/gambas3/.src/Help/FHelpBrowser.form Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Editor/CInsertColor.class gambas/trunk/app/src/gambas3/.src/Project/CProjectTree.class gambas/trunk/app/src/gambas3/.src/Project/FMakeExecutable.class gambas/trunk/app/src/gambas3/.src/Project/FMakeExecutable.form Removed Paths: ------------- gambas/trunk/app/src/gambas3/.src/CInsertColor.class gambas/trunk/app/src/gambas3/.src/CProjectTree.class gambas/trunk/app/src/gambas3/.src/FMakeExecutable.class gambas/trunk/app/src/gambas3/.src/FMakeExecutable.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-12-19 02:11:14
|
Revision: 4294 http://gambas.svn.sourceforge.net/gambas/?rev=4294&view=rev Author: gambas Date: 2011-12-19 02:11:08 +0000 (Mon, 19 Dec 2011) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Correctly manage recent project sort in open project dialog, and fix the sort order corruption saved in the settings file. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/CRecentFile.class gambas/trunk/app/src/gambas3/.src/Project/FOpenProject.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-01-18 02:25:39
|
Revision: 4403 http://gambas.svn.sourceforge.net/gambas/?rev=4403&view=rev Author: gambas Date: 2012-01-18 02:25:33 +0000 (Wed, 18 Jan 2012) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Information system dialog is now better at detecting libraries. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/CStyle.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: <lor...@us...> - 2012-04-05 16:55:52
|
Revision: 4598 http://gambas.svn.sourceforge.net/gambas/?rev=4598&view=rev Author: lordheavy Date: 2012-04-05 16:55:45 +0000 (Thu, 05 Apr 2012) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix a crash when opening a form with a tabstrip, then a "move tab button" is pressed. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.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...> - 2012-05-01 00:49:08
|
Revision: 4702 http://gambas.svn.sourceforge.net/gambas/?rev=4702&view=rev Author: gambas Date: 2012-05-01 00:49:01 +0000 (Tue, 01 May 2012) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Do not handle Data event of controls in the form editor, because the signature of the event handler depends on the control type. * BUG: Handle errors when loading a new project file correctly again. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.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...> - 2012-05-21 09:03:02
|
Revision: 4750 http://gambas.svn.sourceforge.net/gambas/?rev=4750&view=rev Author: gambix Date: 2012-05-21 09:02:51 +0000 (Mon, 21 May 2012) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Another bug removed, on the ReportBOrder dialog, about the sync. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Dialog/Report/FReportBorderChooser.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bb...@us...> - 2012-06-05 06:56:17
|
Revision: 4807 http://gambas.svn.sourceforge.net/gambas/?rev=4807&view=rev Author: bbruen Date: 2012-06-05 06:56:10 +0000 (Tue, 05 Jun 2012) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Added packing identity preferences feature Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Options/FOption.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-07-23 13:18:30
|
Revision: 4984 http://gambas.svn.sourceforge.net/gambas/?rev=4984&view=rev Author: gambas Date: 2012-07-23 13:18:18 +0000 (Mon, 23 Jul 2012) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Highlight KML files with HTML highlighting. * BUG: Fix symbol scan of project classes with no parent. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/app/src/gambas3/.src/Editor/Other/FTextEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-08-15 22:17:28
|
Revision: 5046 http://gambas.svn.sourceforge.net/gambas/?rev=5046&view=rev Author: gambas Date: 2012-08-15 22:17:22 +0000 (Wed, 15 Aug 2012) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: No margin for the output console. * NEW: Better support of subroutines in automatic variable declaration. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Other/FTextEditor.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-09-02 15:03:16
|
Revision: 5118 http://gambas.svn.sourceforge.net/gambas/?rev=5118&view=rev Author: gambas Date: 2012-09-02 15:03:09 +0000 (Sun, 02 Sep 2012) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix new markup syntax. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CSymbolInfo.class gambas/trunk/app/src/gambas3/.src/Help/Markup.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2013-01-25 23:14:44
|
Revision: 5517 http://sourceforge.net/p/gambas/code/5517 Author: tobiasboe Date: 2013-01-25 23:14:42 +0000 (Fri, 25 Jan 2013) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add patch management * NEW: Patches can be generated for old source archives to be patched to the currently opened project * NEW: Patches can be applied/reverted to/from the current project * NEW: Each patch hunk can individually be inspected and (de)selected before committing the operation * NEW: Multiple patches can be queued in the dialog Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Project/FPatch.class gambas/trunk/app/src/gambas3/.src/Project/FPatch.form gambas/trunk/app/src/gambas3/.src/Project/Patch.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2013-01-27 14:09:59
|
Revision: 5520 http://sourceforge.net/p/gambas/code/5520 Author: tobiasboe Date: 2013-01-27 14:09:55 +0000 (Sun, 27 Jan 2013) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The "Patch..." menu item opens a Wizard now. * NEW: Support all kinds of source archives and a project directory as old source for a patch * NEW: Ignore .settings and all files configured to be ignored * NEW: Add titles and icons to the new forms * BUG: Move the "Patch project..." menu item under "Project" * BUG: FPatch does not crash anymore when a hunk does not carry a filename * BUG: Don't try to copy contents of an empty backup directory * BUG: Don't make archives of arbitrary directories anymore * OPT: Copy old and new source to temporary directory before calling "patch" * OPT: Don't clean the current project up unnecessarily * NEW: Add Project.MakeSourceArchiveFromTo() method Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Project/FPatch.class gambas/trunk/app/src/gambas3/.src/Project/FPatch.form gambas/trunk/app/src/gambas3/.src/Project/Patch.class gambas/trunk/app/src/gambas3/.src/Project.module Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Project/FMakePatch.class gambas/trunk/app/src/gambas3/.src/Project/FMakePatch.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2013-01-27 16:45:45
|
Revision: 5522 http://sourceforge.net/p/gambas/code/5522 Author: tobiasboe Date: 2013-01-27 16:45:40 +0000 (Sun, 27 Jan 2013) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Show FPatch modal * NEW: FMakePatch: Use Activate() events to go to next Wizard step * BUG: FPatch: Fix SidePanel collapse * BUG: FPatch: Enlarge buttons * BUG: Patch: Ignore more generated files (now necessary without CleanUp()). Use temporary file to not pollute the diff command with them * BUG: Mark a string translatable * OPT: Patch: Use "tar" other options instead of --transform Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/Project/Patch/FMakePatch.class gambas/trunk/app/src/gambas3/.src/Project/Patch/FPatch.form gambas/trunk/app/src/gambas3/.src/Project/Patch/Patch.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-05-27 08:16:36
|
Revision: 5683 http://sourceforge.net/p/gambas/code/5683 Author: gambas Date: 2013-05-27 08:16:30 +0000 (Mon, 27 May 2013) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: If the master of the form editor selection is removed, select a new master in the renaming selection if possible. Otherwise, the selection is not in a coherent state, which makes undo/redo crash. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/CUndo.class gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.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...> - 2013-10-13 18:32:57
|
Revision: 5892 http://sourceforge.net/p/gambas/code/5892 Author: gambas Date: 2013-10-13 18:32:55 +0000 (Sun, 13 Oct 2013) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Use the new Process.Ignore syntax. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/CSampleCode.class gambas/trunk/app/src/gambas3/.src/FMain.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-12-29 15:47:06
|
Revision: 6030 http://sourceforge.net/p/gambas/code/6030 Author: gambas Date: 2013-12-29 15:47:03 +0000 (Sun, 29 Dec 2013) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Packager: Fix *.deb package description. * NEW: Add GTK+3 to the system information dialog. Modified Paths: -------------- 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-01-30 23:22:19
|
Revision: 6116 http://sourceforge.net/p/gambas/code/6116 Author: gambas Date: 2014-01-30 23:22:16 +0000 (Thu, 30 Jan 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix how CoordBox control is drawn. * BUG: Form editor: Property tool buttons are now hidden correctly. * NEW: Form editor: Property tool buttons now work accordingly to the type of the edited form (Form, Report...). * BUG: Image editor: The clipboard tab of the image toolbox is updated correctly now. * BUG: The GUI component menu button is updated correctly in all cases now. * BUG: Text in ReportLabel is now drawn with antialiasing as expected. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Dialog/Report/CoordBox.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/Editor/Form/FProperty.class gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageProperty.class gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/Family/CFamily.class gambas/trunk/app/src/gambas3/.src/Family/CFamilyForm.class gambas/trunk/app/src/gambas3/.src/Family/CFamilyReport.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-26 22:58:08
|
Revision: 6289 http://sourceforge.net/p/gambas/code/6289 Author: gambas Date: 2014-05-26 22:58:05 +0000 (Mon, 26 May 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Do not store the executable path inside ".project" file anymore. Store it inside ".settings", so that it is not managed by subversion. * BUG: Sort the database list in the connection dialog. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Connection/FNewConnection.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. |