Thread: [Gambas-devel-svn] SF.net SVN: gambas: [94] 2.0/trunk/app/src/gambas2
Brought to you by:
gambas
From: <lor...@us...> - 2006-10-04 23:16:59
|
Revision: 94 http://svn.sourceforge.net/gambas/?rev=94&view=rev Author: lordheavy Date: 2006-10-04 16:16:25 -0700 (Wed, 04 Oct 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add support for Seamonkey browser. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FOption.class 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-05 16:51:41
|
Revision: 96 http://svn.sourceforge.net/gambas/?rev=96&view=rev Author: gambas Date: 2006-10-05 09:51:13 -0700 (Thu, 05 Oct 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Translation files generated by the IDE don't store absolute paths anymore, so that svn conflicts are avoided. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/ar.po 2.0/trunk/app/src/gambas2/.lang/de.po 2.0/trunk/app/src/gambas2/.lang/es.po 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/zh.po 2.0/trunk/app/src/gambas2/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-09 08:55:42
|
Revision: 265 http://svn.sourceforge.net/gambas/?rev=265&view=rev Author: gambas Date: 2007-04-09 01:55:43 -0700 (Mon, 09 Apr 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The translate dialog language list was put inside a SidePanel. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/FTranslate.class 2.0/trunk/app/src/gambas2/FTranslate.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-25 19:48:23
|
Revision: 333 http://svn.sourceforge.net/gambas/?rev=333&view=rev Author: gambas Date: 2007-04-25 12:48:22 -0700 (Wed, 25 Apr 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Some code was put in common in the three different packaging routines. * BUG: The package name with its prefix should be used correctly everywhere now. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FMakeInstall.class 2.0/trunk/app/src/gambas2/Package.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <das...@us...> - 2006-12-08 20:33:25
|
Revision: 165 http://svn.sourceforge.net/gambas/?rev=165&view=rev Author: dashboard68 Date: 2006-12-08 12:33:21 -0800 (Fri, 08 Dec 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: Debug windows can be called now by dblclick on objects in the editor, Local variables, Current object(s),watch window and the Debug windows. A Ballon-message raise when an non object is dblclicked on the editor. A right-mouse popup is available on each Debug window. * NEW: saving debug settings: breakpoints, watches and Debug windows. Which are used in the next debug session. Modified Pathes: ---------------- 2.0/trunk/app/src/gambas2/FDebugExpr.form 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FDebugInfo.class Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/FDebugExpr.form 2.0/trunk/app/src/gambas2/FDebugInfo.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-12-09 15:40:44
|
Revision: 166 http://svn.sourceforge.net/gambas/?rev=166&view=rev Author: gambas Date: 2006-12-09 07:40:40 -0800 (Sat, 09 Dec 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The debugging information is now stored in a file named '.debug' and not '.DeBug.config' anymore. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Design.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <das...@us...> - 2006-12-13 18:17:34
|
Revision: 169 http://svn.sourceforge.net/gambas/?rev=169&view=rev Author: dashboard68 Date: 2006-12-13 10:17:34 -0800 (Wed, 13 Dec 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: moved w/r for breakpoints settings to Project.module Renamed Subs/Functions. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <das...@us...> - 2006-12-17 10:56:10
|
Revision: 170 http://svn.sourceforge.net/gambas/?rev=170&view=rev Author: dashboard68 Date: 2006-12-17 02:56:09 -0800 (Sun, 17 Dec 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: close the windows, which where opened to set the breakpoints while starting the project. * NEW: Added 'Clear all breakpoints' to Debug-Menu. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-01-13 22:34:06
|
Revision: 194 http://svn.sourceforge.net/gambas/?rev=194&view=rev Author: gambas Date: 2007-01-13 14:33:54 -0800 (Sat, 13 Jan 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The project environment dialog does not crash anymore while closing. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/FProjectEnv.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <das...@us...> - 2007-01-15 19:58:17
|
Revision: 195 http://svn.sourceforge.net/gambas/?rev=195&view=rev Author: dashboard68 Date: 2007-01-13 16:01:53 -0800 (Sat, 13 Jan 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: update forms control stack now, after drag/drop control * NEW: syncronisation form, forms control stack and property window. You have access to the property window by choosing the control in the forms control stack now. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FFormStack.class 2.0/trunk/app/src/gambas2/FProperty.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-03-31 23:18:46
|
Revision: 253 http://svn.sourceforge.net/gambas/?rev=253&view=rev Author: gambas Date: 2007-03-31 16:18:46 -0700 (Sat, 31 Mar 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: Information displayed when the cursor moves is computed faster. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.mo 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FMain.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-01 13:25:56
|
Revision: 255 http://svn.sourceforge.net/gambas/?rev=255&view=rev Author: gambas Date: 2007-04-01 06:25:54 -0700 (Sun, 01 Apr 2007) Log Message: ----------- [CONFIGURATION] * NEW: Switched to 1.9.48 version number. [DEVELOPMENT ENVIRONMENT] * BUG: The form editor tabstrip toolbar is shown and hidden correctly now. * BUG: The project environment dialog shortcut is CTRL+ALT+E now. It is not the same as the menu editor anymore. [GB.WEB] * NEW: Application.LogFile is a new property to specify the log file where the standard error output will be redirected. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/CControl.class 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FForm.form 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/FMakeInstall.form 2.0/trunk/app/src/gambas2/FProjectEnv.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-10 09:47:11
|
Revision: 269 http://svn.sourceforge.net/gambas/?rev=269&view=rev Author: gambas Date: 2007-04-10 02:47:12 -0700 (Tue, 10 Apr 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The packager now supports both Fedora and Mandriva distributions. It manages XDG menu categories too. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FMakeInstall.class 2.0/trunk/app/src/gambas2/FMakeInstall.form 2.0/trunk/app/src/gambas2/Package.module 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/app/src/gambas2/install/menu/mandriva Added Paths: ----------- 2.0/trunk/app/src/gambas2/install/categories 2.0/trunk/app/src/gambas2/install/group/fedora 2.0/trunk/app/src/gambas2/install/menu/fedora Removed Paths: ------------- 2.0/trunk/app/src/gambas2/install/group/redhat 2.0/trunk/app/src/gambas2/install/menu/redhat This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-10 10:11:13
|
Revision: 270 http://svn.sourceforge.net/gambas/?rev=270&view=rev Author: gambas Date: 2007-04-10 03:11:14 -0700 (Tue, 10 Apr 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Bug fixes in the packager. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.mo 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/FMakeInstall.class 2.0/trunk/app/src/gambas2/Package.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-12 19:47:24
|
Revision: 281 http://svn.sourceforge.net/gambas/?rev=281&view=rev Author: gambas Date: 2007-04-12 12:47:24 -0700 (Thu, 12 Apr 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: SVN version control should work correctly when removing or renaming newly created files or directories now. * BUG: The Slackware packaging routine has been fixed. * BUG: The packager wizard now saves correctly its settings in the .project file. * NEW: The search panel icon was replaced by a close button. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FFind.class 2.0/trunk/app/src/gambas2/FFind.form 2.0/trunk/app/src/gambas2/FMakeInstall.class 2.0/trunk/app/src/gambas2/Package.module 2.0/trunk/app/src/gambas2/VersionControl.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-12 21:35:49
|
Revision: 287 http://svn.sourceforge.net/gambas/?rev=287&view=rev Author: gambas Date: 2007-04-12 14:35:00 -0700 (Thu, 12 Apr 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Moving or renaming directories under SVN version control should be safe now. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/app/src/gambas2/VersionControl.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-14 15:53:00
|
Revision: 296 http://svn.sourceforge.net/gambas/?rev=296&view=rev Author: gambas Date: 2007-04-14 08:52:58 -0700 (Sat, 14 Apr 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Now you can create a project from a Subversion repository. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.mo 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/FCreateProject.class 2.0/trunk/app/src/gambas2/FCreateProject.form 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/VersionControl.module Added Paths: ----------- 2.0/trunk/app/src/gambas2/img/logo/subversion.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-14 16:01:24
|
Revision: 297 http://svn.sourceforge.net/gambas/?rev=297&view=rev Author: gambas Date: 2007-04-14 09:01:25 -0700 (Sat, 14 Apr 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: I just resized the project creation dialog to test commiting directly from the IDE. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/FCreateProject.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-10 20:41:28
|
Revision: 366 http://svn.sourceforge.net/gambas/?rev=366&view=rev Author: gambas Date: 2007-05-10 13:41:30 -0700 (Thu, 10 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Yellow windows now can handle collections whose keys contain spaces and quote characters. * BUG: The last patch on the Debian part of the packager was a mistake, and it has been undone. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/Package.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-15 14:02:10
|
Revision: 376 http://svn.sourceforge.net/gambas/?rev=376&view=rev Author: gambas Date: 2007-05-15 07:02:12 -0700 (Tue, 15 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Adds a patch from Jos?\195?\169 L. Redrejo. The package name must be in lower case in Debian. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FFormStack.class 2.0/trunk/app/src/gambas2/FProperty.class 2.0/trunk/app/src/gambas2/Package.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-16 19:02:52
|
Revision: 378 http://svn.sourceforge.net/gambas/?rev=378&view=rev Author: gambas Date: 2007-05-16 12:02:51 -0700 (Wed, 16 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Patch from Jos?\195?\169 L. Redrejo. Generates the ChangeLog when it is not specified by the user. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Package.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-17 18:23:48
|
Revision: 382 http://svn.sourceforge.net/gambas/?rev=382&view=rev Author: gambas Date: 2007-05-17 11:23:50 -0700 (Thu, 17 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Just changed the "Save project as" dialgo title. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-18 16:36:45
|
Revision: 386 http://svn.sourceforge.net/gambas/?rev=386&view=rev Author: gambas Date: 2007-05-18 09:36:46 -0700 (Fri, 18 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Converts old DateBox and TimeBox controls to ValueBox controls when opening an old form. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FProjectItem.form 2.0/trunk/app/src/gambas2/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-07-23 09:18:39
|
Revision: 470 http://svn.sourceforge.net/gambas/?rev=470&view=rev Author: lordheavy Date: 2007-07-23 02:18:42 -0700 (Mon, 23 Jul 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add support for autotools packages building (./configure, make, make install) Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FMakeInstall.class 2.0/trunk/app/src/gambas2/FMakeInstall.form 2.0/trunk/app/src/gambas2/Package.module Added Paths: ----------- 2.0/trunk/app/src/gambas2/img/logo/package-gnu.png 2.0/trunk/app/src/gambas2/install/Makefile.am 2.0/trunk/app/src/gambas2/install/acinclude.m4 2.0/trunk/app/src/gambas2/install/group/autotools 2.0/trunk/app/src/gambas2/install/menu/autotools This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-08-20 23:01:43
|
Revision: 519 http://gambas.svn.sourceforge.net/gambas/?rev=519&view=rev Author: gambas Date: 2007-08-20 16:01:45 -0700 (Mon, 20 Aug 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Support for the new help files, and the F2 function is more clever. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/MHelp.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |