Thread: [Gambas-devel-svn] SF.net SVN: gambas: [551] 2.0/trunk/app/src/gambas2 (Page 2)
Brought to you by:
gambas
From: <ga...@us...> - 2007-09-09 00:01:55
|
Revision: 551 http://gambas.svn.sourceforge.net/gambas/?rev=551&view=rev Author: gambix Date: 2007-09-03 02:30:58 -0700 (Mon, 03 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The IDE does not crash anymore when trying to add a directory in the class, module, form one. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/FMain.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: <ga...@us...> - 2007-09-18 21:38:37
|
Revision: 643 http://gambas.svn.sourceforge.net/gambas/?rev=643&view=rev Author: gambas Date: 2007-09-18 14:38:09 -0700 (Tue, 18 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Icon editor read-only state is now correctly updated when the program is running or not. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FIconEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-18 23:43:03
|
Revision: 648 http://gambas.svn.sourceforge.net/gambas/?rev=648&view=rev Author: gambas Date: 2007-09-18 16:43:06 -0700 (Tue, 18 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Project property dialog component information is correctly reset when a project is opened. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FPropertyProject.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-29 12:50:18
|
Revision: 676 http://gambas.svn.sourceforge.net/gambas/?rev=676&view=rev Author: gambas Date: 2007-09-29 05:50:22 -0700 (Sat, 29 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fixed the display of objects having an integer array accessor and a Count property, but other properties too. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FDebugExpr.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-03 13:36:50
|
Revision: 684 http://gambas.svn.sourceforge.net/gambas/?rev=684&view=rev Author: gambas Date: 2007-10-03 06:36:51 -0700 (Wed, 03 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix package names in RPM package generation. * NEW: Only the name of modified properties is bold in the project property sheet. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 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-10-04 06:21:42
|
Revision: 686 http://gambas.svn.sourceforge.net/gambas/?rev=686&view=rev Author: gambas Date: 2007-10-03 23:21:46 -0700 (Wed, 03 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add a new project type in the project creation dialog for creating "graphical" projects based on the gb.gui component. 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/FCreateProject.class 2.0/trunk/app/src/gambas2/FCreateProject.form 2.0/trunk/app/src/gambas2/template/_project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-04 17:38:41
|
Revision: 689 http://gambas.svn.sourceforge.net/gambas/?rev=689&view=rev Author: gambas Date: 2007-10-04 10:38:42 -0700 (Thu, 04 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The about dialog box was updated. 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/FAbout.class Removed Paths: ------------- 2.0/trunk/app/src/gambas2/about.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jor...@us...> - 2007-10-05 20:17:59
|
Revision: 699 http://gambas.svn.sourceforge.net/gambas/?rev=699&view=rev Author: jordisayol Date: 2007-10-05 13:18:01 -0700 (Fri, 05 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Catalan tips translation updated. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/tips/tips.ca This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-15 13:59:06
|
Revision: 744 http://gambas.svn.sourceforge.net/gambas/?rev=744&view=rev Author: gambas Date: 2007-10-15 06:59:09 -0700 (Mon, 15 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fixed one color in the Emerald theme. * BUG: Fixed the window title display routine, so that it only displays the "read-only" flag when the project is not read-only and not running. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FIconEditor.class 2.0/trunk/app/src/gambas2/FTextEditor.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/app/src/gambas2/theme/emerald This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dca...@us...> - 2007-10-27 10:58:37
|
Revision: 788 http://gambas.svn.sourceforge.net/gambas/?rev=788&view=rev Author: dcamposf Date: 2007-10-27 03:58:39 -0700 (Sat, 27 Oct 2007) Log Message: ----------- [DEVELOPEMENT ENVIRONMENT] *NEW: Open web page with Firefox using a new window (Help Browser), if Firefox is already running *BUG: Updated spanish translation Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/es.mo 2.0/trunk/app/src/gambas2/.lang/es.po 2.0/trunk/app/src/gambas2/FMain.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: <ga...@us...> - 2007-11-15 14:23:59
|
Revision: 827 http://gambas.svn.sourceforge.net/gambas/?rev=827&view=rev Author: gambas Date: 2007-11-15 06:23:57 -0800 (Thu, 15 Nov 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Do not crash anymore when closing the project property dialog if only used components are displayed. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FPropertyProject.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-11-15 15:21:19
|
Revision: 828 http://gambas.svn.sourceforge.net/gambas/?rev=828&view=rev Author: gambas Date: 2007-11-15 07:21:21 -0800 (Thu, 15 Nov 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Clearing the translation now correctly sets the number of translated strings to zero. * BUG: Importing the translation now correctly marks the translation as modified, so that it is saved automatically. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/es.po 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/FTranslate.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |