Thread: [Gambas-devel-svn] SF.net SVN: gambas: [661] 2.0/trunk (Page 11)
Brought to you by:
gambas
From: <ga...@us...> - 2007-09-24 08:10:00
|
Revision: 661 http://gambas.svn.sourceforge.net/gambas/?rev=661&view=rev Author: gambas Date: 2007-09-24 01:10:00 -0700 (Mon, 24 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fixed a potential problem in debian package maker, where a SHELL command was run without waiting for its end. * BUG: The new option for using the release version number works now. [GB.QT] * BUG: The TextLabel autoresize algorithm now only resizes vertically according to the horizontal size. The horizontal size is never changed to avoid infinite recursion. 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/gb.qt/src/CLabel.cpp 2.0/trunk/gb.qt/src/CLabel.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-24 15:56:10
|
Revision: 662 http://gambas.svn.sourceforge.net/gambas/?rev=662&view=rev Author: gambas Date: 2007-09-24 08:52:25 -0700 (Mon, 24 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The rows of the property editor are now always one line height. [INFORMER] * NEW: Do not close shared libraries at all. This should avoid random crashes when analyzing more than one component at once. [GB.QT] * NEW: Label and TextLabel autoresize algorithm was fixed, and is now the same in both gb.qt and gb.gtk components. * NEW: Picture.Save and Image.Save methods now take an optional quality integer parameter. [GB.GTK] * NEW: Label and TextLabel autoresize algorithm was fixed, and is now the same in both gb.qt and gb.gtk components. * NEW: Picture.Save and Image.Save methods now take an optional quality integer parameter. [GB.V4L] * NEW: The VideoDevice.Save method format argument was removed. Now the format is always guessed from the file extension. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FProperty.class 2.0/trunk/app/src/gambas2/FSignature.class 2.0/trunk/app/src/gambas2/FSignature.form 2.0/trunk/app/src/gambas2/FWelcome.class 2.0/trunk/app/src/gambas2/FWelcome.form 2.0/trunk/gb.gtk/src/CPicture.cpp 2.0/trunk/gb.gtk/src/glabel.cpp 2.0/trunk/gb.gtk/src/glabel.h 2.0/trunk/gb.gtk/src/gpicture.cpp 2.0/trunk/gb.gtk/src/gpicture.h 2.0/trunk/gb.qt/src/CImage.cpp 2.0/trunk/gb.qt/src/CLabel.cpp 2.0/trunk/gb.qt/src/CLabel.h 2.0/trunk/gb.qt/src/CPicture.cpp 2.0/trunk/gb.v4l/src/CWebcam.c 2.0/trunk/main/gbc/gbi.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-26 12:48:55
|
Revision: 667 http://gambas.svn.sourceforge.net/gambas/?rev=667&view=rev Author: gambas Date: 2007-09-26 05:48:56 -0700 (Wed, 26 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The component definition part of the project property dialog does not crash anymore when you load several projects successively. * BUG: The project creation dialog was fixed, as the Balloon class cannot be used anymore in modal dialogs. * NEW: The property sheet now supports string properties associated with an enumeration. [WIKI CGI SCRIPT] * NEW: You can write custom pages in the component section /comp/*. * NEW: Automatic link is less aggressive. [INFORMER] * BUG: Removed the useless use of RTLD_DEEP_BIND. * BUG: Calling the informer with several components as arguments now works correctly. [GB.QT] * NEW: TextEdit was moved to gb.qt.ext because it cannot be implemented in gb.gtk at the moment. [GB.QT.EXT] * NEW: TextEdit was moved to gb.qt.ext because it cannot be implemented in gb.gtk at the moment. [GB.GTK] * NEW: TextEdit was removed because it cannot be implemented at the moment. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/doc.cgi/.lang/.pot 2.0/trunk/app/src/doc.cgi/.project 2.0/trunk/app/src/doc.cgi/Main.module 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/CControl.class 2.0/trunk/app/src/gambas2/CPropertyInfo.class 2.0/trunk/app/src/gambas2/FCreateProject.class 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/comp/src/gb.chart/.project 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.lang/fr.po 2.0/trunk/comp/src/gb.form/FBalloon.class 2.0/trunk/comp/src/gb.form/FBalloon.form 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form.dialog/.project 2.0/trunk/examples/examples/Control/TextEdit/.icon.png 2.0/trunk/examples/examples/Control/TextEdit/.project 2.0/trunk/examples/examples/Control/TextEdit/FMain.form 2.0/trunk/gb.gtk/src/CTextArea.cpp 2.0/trunk/gb.gtk/src/CTextArea.h 2.0/trunk/gb.gtk/src/gb.gtk.component 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.qt/src/CTextArea.cpp 2.0/trunk/gb.qt/src/CTextArea.h 2.0/trunk/gb.qt/src/ext/Makefile.am 2.0/trunk/gb.qt/src/ext/gb.qt.ext.component 2.0/trunk/gb.qt/src/ext/main.cpp 2.0/trunk/gb.qt/src/gb.qt.component 2.0/trunk/gb.qt/src/gb.qt.h 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/main/gbc/gbi.c 2.0/trunk/main/lib/gui/gb.gui.component Added Paths: ----------- 2.0/trunk/app/src/doc.cgi/help.png 2.0/trunk/comp/src/gb.form.dialog/.lang/ 2.0/trunk/comp/src/gb.form.dialog/.lang/fr.mo 2.0/trunk/comp/src/gb.form.dialog/.lang/fr.po 2.0/trunk/gb.qt/src/ext/CTextEdit.cpp 2.0/trunk/gb.qt/src/ext/CTextEdit.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-28 12:42:50
|
Revision: 674 http://gambas.svn.sourceforge.net/gambas/?rev=674&view=rev Author: gambas Date: 2007-09-28 05:42:53 -0700 (Fri, 28 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The Balloons came back in the project creation dialog. [INTERPRETER] * BUG: Adds GB.ExistClassLocal() and GB.FindClassLocal() to the Gambas API to fix the bug on Eval(). [GB.EVAL] * BUG: Eval() loads classes correctly now. This fixes, for example, the pending bug where the evaluation of a public module variable returns an incorrect value. [GB.QT] * NEW: You can open again a non-modal window even if a modal window is displayed. The newly opened windows are non-modal for the last opened modal window, but keep being modal for the other windows opened before. * NEW: Window modality is managed the same way in gb.gtk and gb.qt. [GB.GTK] * BUG: Some fixes in GridView mouse click management. * BUG: The last column width is correctly updated now. * NEW: Window modality is managed the same way as in gb.qt now. * BUG: Some fixes in Window life cycle. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/FCreateProject.class 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/CWindow.h 2.0/trunk/gb.gtk/src/ggridview.cpp 2.0/trunk/gb.gtk/src/gmainwindow.cpp 2.0/trunk/gb.gtk/src/gmainwindow.h 2.0/trunk/gb.gtk/src/gmenu.cpp 2.0/trunk/gb.gtk/src/tablerender.cpp 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt/src/CWindow.h 2.0/trunk/gb.qte/src/ext/Makefile.am 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_api.h 2.0/trunk/main/gbx/gbx_class.c 2.0/trunk/main/gbx/gbx_debug.c 2.0/trunk/main/gbx/gbx_debug.h 2.0/trunk/main/lib/eval/eval.c 2.0/trunk/main/lib/eval/eval.h 2.0/trunk/main/lib/eval/eval_trans_expr.c 2.0/trunk/main/share/gambas.h 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:29:39
|
Revision: 675 http://gambas.svn.sourceforge.net/gambas/?rev=675&view=rev Author: gambas Date: 2007-09-29 05:29:43 -0700 (Sat, 29 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Debug windows got a button that display or not hidden symbols. * NEW: Debug windows are more clever in displaying expressions. * BUG: Removed the '!' character displayed in watched expression errors. [INTERPRETER] * NEW: Class names can be used as function for casting object references. * NEW: The "return from" debugger function is more clever now when the previous stack frame is native code. * OPT: Debugger breakpoints are now automatically replaced by the NOP bytecode operation when they are useless. [GB.DEBUG] * NEW: Information on expressions is more clever now. * NEW: The "return from" debugger function is more clever now when the previous stack frame is native code. [GB.QT] * NEW: Window.Menus can be used as an array indexed by integer. * NEW: Container.Children can be used as an array indexed by integer. * NEW: Menu.Children can be used as an array indexed by integer. * BUG: GridView now correctly takes the text font into account when computing the width of a cell. [GB.QT.KDE] * BUG: The component compiles again. [GB.GTK] * NEW: Window.Menus can be used as an array indexed by integer. * NEW: Container.Children can be used as an array indexed by integer. * NEW: Menu.Children can be used as an array indexed by integer. [GB.WEB] * BUG: Session.TimeOut now really works as specified. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/FDebugExpr.form 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/comp/src/gb.db.form/.project 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/Main.module 2.0/trunk/comp/src/gb.web/Session.module 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/CContainer.cpp 2.0/trunk/gb.gtk/src/CMenu.cpp 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.qt/src/CContainer.cpp 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CMenu.cpp 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt.kde/src/CDialog.cpp 2.0/trunk/main/gbx/gbx_debug.c 2.0/trunk/main/gbx/gbx_debug.h 2.0/trunk/main/gbx/gbx_exec_loop.c 2.0/trunk/main/lib/debug/debug.c 2.0/trunk/main/lib/debug/gb.debug.h 2.0/trunk/main/lib/debug/print.c 2.0/trunk/main/share/gambas.h Removed Paths: ------------- 2.0/trunk/gb.qt/src/share/CContainer_desc.h 2.0/trunk/gb.qte/src/share/CContainer_desc.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-09-29 23:48:46
|
Revision: 677 http://gambas.svn.sourceforge.net/gambas/?rev=677&view=rev Author: gambas Date: 2007-09-29 16:48:50 -0700 (Sat, 29 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Now components have a development state: 'Finished and stable', 'Not finished but stable', and 'Unstable'. The last one was called 'Beta version' before. * BUG: The ColumnView columns in the translation dialog are correctly resized in every case now. [INTERPRETER] * BUG: NULL now can be converted to any class in every case without raising an error now. [GB.FORM] * BUG: DirView now always raises its Click event when a node is selected. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/cy.po 2.0/trunk/app/src/gambas2/.lang/fr.mo 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/CComponentBox.class 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/app/src/gambas2/FTranslate.class 2.0/trunk/app/src/gambas2/FTranslate.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.chart/.component 2.0/trunk/comp/src/gb.chart/.project 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/DirView.class 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/gb.desktop/src/gb.desktop.component 2.0/trunk/gb.gtk.svg/src/gb.gtk.svg.component 2.0/trunk/gb.opengl/src/gb.opengl.component 2.0/trunk/gb.pdf/src/gb.pdf.component 2.0/trunk/gb.sdl/src/gb.sdl.component 2.0/trunk/gb.sdl.sound/src/gb.sdl.sound.component 2.0/trunk/gb.xml/src/gb.xml.component 2.0/trunk/gb.xml/src/rpc/gb.xml.rpc.component 2.0/trunk/gb.xml/src/xslt/gb.xml.xslt.component 2.0/trunk/main/gbx/gbx_value.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-01 18:55:14
|
Revision: 678 http://gambas.svn.sourceforge.net/gambas/?rev=678&view=rev Author: gambas Date: 2007-10-01 11:55:18 -0700 (Mon, 01 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: When you install a component project executable in the user directory, the component information data is now reloaded. [INTERPRETER] * NEW: Process.Wait is a new method to wait for the end of a process. 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/.lang/pt.po 2.0/trunk/app/src/gambas2/.lang/pt_BR.po 2.0/trunk/app/src/gambas2/FTips.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/main/gbx/gbx_c_process.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-02 21:48:40
|
Revision: 680 http://gambas.svn.sourceforge.net/gambas/?rev=680&view=rev Author: gambas Date: 2007-10-02 14:48:41 -0700 (Tue, 02 Oct 2007) Log Message: ----------- * BE CAREFUL! Now the compiler makes module symbols private by default. This will break the projects that were relying on the old behaviour. There is a new compatibility option in the project property dialog to workaround that. [CONFIGURATION] * NEW: The package version is now 1.9.90, which is the version that will be used for the release candidate of Gambas 2. [DEVELOPMENT ENVIRONMENT] * NEW: The option tab of the project property dialog was redesigned. * NEW: A new project option to make module symbols public by default as before. * NEW: A new project option to define the default project language. This is not used anywhere yet. * OPT: Tried to get rid of useless project tree view refresh. [WIKI CGI SCRIPT] * NEW: Support for arabic language. [COMPILER] * NEW: A new option, '-m', to make module symbols public by default. If this option is not specified, modules are like classes, and symbols are private by default. [GB.SETTINGS] * BUG: Fixed an old bug that made programs using gb.settings crash silently when a settings file did not exist. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/acinclude.m4 2.0/trunk/app/src/doc.cgi/.project 2.0/trunk/app/src/doc.cgi/Main.module 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/FPropertyProject.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/app/src/gambas2/FTextEditor.class 2.0/trunk/app/src/gambas2/Language.module 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/app/src/gambas2/template/_project 2.0/trunk/comp/src/gb.db.form/.project 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form.dialog/.project 2.0/trunk/comp/src/gb.form.mdi/.project 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/comp/src/gb.info/.project 2.0/trunk/comp/src/gb.report/.component 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/comp/src/gb.settings/.project 2.0/trunk/comp/src/gb.settings/Main.module 2.0/trunk/comp/src/gb.settings/Settings.class 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/main/gbc/gbc.c 2.0/trunk/main/gbc/gbc_compile.h 2.0/trunk/main/gbc/gbc_header.c 2.0/trunk/main/libltdl/aclocal.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-02 23:00:56
|
Revision: 681 http://gambas.svn.sourceforge.net/gambas/?rev=681&view=rev Author: gambas Date: 2007-10-02 16:00:59 -0700 (Tue, 02 Oct 2007) Log Message: ----------- [INTERPRETER] * BUG: Error is not lost anymore during its propagation. And so the interpreter should not stop without printing any error anymore. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/app/src/gambas-database-manager/FTable.form 2.0/trunk/main/gbx/gb_error.c 2.0/trunk/main/gbx/gb_error.h 2.0/trunk/main/gbx/gbx_exec.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-03 10:42:31
|
Revision: 682 http://gambas.svn.sourceforge.net/gambas/?rev=682&view=rev Author: gambas Date: 2007-10-03 03:42:35 -0700 (Wed, 03 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Signature window foreground color is always black, so that it is always visible, whatever the default background color is. [DATABASE MANAGER] * NEW: Arabic translation made by Daif Al-Otaibi. [GB.QT] * BUG: Color.LightBackground now returns a color that is suitable for light and dark backgrounds. [GB.GTK] * BUG: Color.LightBackground now returns a color that is suitable for light and dark backgrounds. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/ar.po 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/FSignature.form 2.0/trunk/gb.gtk/src/CColor.cpp 2.0/trunk/gb.qt/src/CColor.cpp Added Paths: ----------- 2.0/trunk/app/src/gambas-database-manager/.lang/ar.mo 2.0/trunk/app/src/gambas-database-manager/.lang/ar.po Removed Paths: ------------- 2.0/trunk/gb.qt/src/share/CColor_desc.h 2.0/trunk/gb.qte/src/share/CColor_desc.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-03 21:23:15
|
Revision: 685 http://gambas.svn.sourceforge.net/gambas/?rev=685&view=rev Author: gambas Date: 2007-10-03 14:23:19 -0700 (Wed, 03 Oct 2007) Log Message: ----------- [CONFIGURATION] * NEW: Gambas bytecode version was raised to 2.0. You will get warnings on the standard error output when running a project or a component that was compiled before this version. [DEVELOPMENT ENVIRONMENT] * NEW: In debugger windows, the "show hidden symbols" button is not displayed if there is no hidden symbols to displays. Moreover, static symbols are now considered as hidden if an object is displayed. [EXAMPLES] * BUG: HTTPGet example now needs the gb.qt.ext component. [GB.LDAP] * NEW: This component was removed, as some people told me that it was not working, and as I have no news from its developer. Modified Paths: -------------- 2.0/trunk/Makefile.am 2.0/trunk/acinclude.m4 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/configure.ac 2.0/trunk/examples/examples/Networking/HTTPGet/.project 2.0/trunk/gb.gtk/src/gb.gtk/.info 2.0/trunk/gb.gtk/src/gb.gtk/.list 2.0/trunk/main/gbx/gbx_class_load.c 2.0/trunk/main/gbx/gbx_component.h Removed Paths: ------------- 2.0/trunk/gb.ldap/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-04 10:56:47
|
Revision: 687 http://gambas.svn.sourceforge.net/gambas/?rev=687&view=rev Author: gambas Date: 2007-10-04 03:56:51 -0700 (Thu, 04 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Some more tips. Only in english at the moment. [GB.QT] * NEW: The font used for <tt> and <pre> in HTML text is now Monospace. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/FTips.form 2.0/trunk/app/src/gambas2/tips/tips.ca 2.0/trunk/app/src/gambas2/tips/tips.de 2.0/trunk/app/src/gambas2/tips/tips.en 2.0/trunk/app/src/gambas2/tips/tips.es 2.0/trunk/app/src/gambas2/tips/tips.fr 2.0/trunk/app/src/gambas2/tips/tips.it 2.0/trunk/app/src/gambas2/tips/tips.nl 2.0/trunk/app/src/gambas2/tips/tips.pl 2.0/trunk/app/src/gambas2/tips/tips.sl 2.0/trunk/app/src/gambas2/tips/tips.sv 2.0/trunk/app/src/gambas2/tips/tips.tr 2.0/trunk/app/src/gambas2/tips/tips.zh 2.0/trunk/gb.qt/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-04 11:20:35
|
Revision: 688 http://gambas.svn.sourceforge.net/gambas/?rev=688&view=rev Author: gambas Date: 2007-10-04 04:20:35 -0700 (Thu, 04 Oct 2007) Log Message: ----------- [GB.GTK] * BUG: Arrange containers that are not explicitely hidden even if they are not visible, like in gb.qt. Modified Paths: -------------- 2.0/trunk/ChangeLog 2.0/trunk/gb.gtk/src/gcontainer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jor...@us...> - 2007-10-06 10:20:01
|
Revision: 700 http://gambas.svn.sourceforge.net/gambas/?rev=700&view=rev Author: jordisayol Date: 2007-10-06 03:19:59 -0700 (Sat, 06 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Catalan translation updated. [GB.FORM] * NEW: Catalan translation added. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/ca.mo 2.0/trunk/app/src/gambas2/.lang/ca.po 2.0/trunk/comp/src/gb.form/.lang/.pot Added Paths: ----------- 2.0/trunk/comp/src/gb.form/.lang/ca.mo 2.0/trunk/comp/src/gb.form/.lang/ca.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ros...@us...> - 2007-10-06 17:50:23
|
Revision: 701 http://gambas.svn.sourceforge.net/gambas/?rev=701&view=rev Author: rospolosco Date: 2007-10-06 10:50:27 -0700 (Sat, 06 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Italian translation updated. [GB.DB.FORM] * NEW: Italian translation added. [GB.FORM] * NEW: Italian translation added. [GB.FORM.DIALOG] * NEW: Italian translation added. [GB.FORM.MDI] * NEW: Italian translation added. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/it.mo 2.0/trunk/app/src/gambas2/.lang/it.po 2.0/trunk/comp/src/gb.db.form/.lang/fr.po 2.0/trunk/comp/src/gb.form.mdi/.lang/fr.po Added Paths: ----------- 2.0/trunk/app/src/gambas2/.lang/en_US.po 2.0/trunk/comp/src/gb.db.form/.lang/en_US.po 2.0/trunk/comp/src/gb.db.form/.lang/it.mo 2.0/trunk/comp/src/gb.db.form/.lang/it.po 2.0/trunk/comp/src/gb.form/.lang/en_US.po 2.0/trunk/comp/src/gb.form/.lang/it.mo 2.0/trunk/comp/src/gb.form/.lang/it.po 2.0/trunk/comp/src/gb.form.dialog/.lang/en_US.po 2.0/trunk/comp/src/gb.form.dialog/.lang/it.mo 2.0/trunk/comp/src/gb.form.dialog/.lang/it.po 2.0/trunk/comp/src/gb.form.mdi/.lang/en_US.po 2.0/trunk/comp/src/gb.form.mdi/.lang/it.mo 2.0/trunk/comp/src/gb.form.mdi/.lang/it.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-06 18:11:10
|
Revision: 702 http://gambas.svn.sourceforge.net/gambas/?rev=702&view=rev Author: gambas Date: 2007-10-06 11:11:14 -0700 (Sat, 06 Oct 2007) Log Message: ----------- [WIKI CGI SCRIPT] * NEW: Google search function. * NEW: The page path is displayed on the first line instead of a link to the page one level up. * NEW: Displays the number of classes and number of symbols in the component page. Modified Paths: -------------- 2.0/trunk/ChangeLog 2.0/trunk/app/src/doc.cgi/.lang/.pot 2.0/trunk/app/src/doc.cgi/.lang/fr.mo 2.0/trunk/app/src/doc.cgi/.lang/fr.po 2.0/trunk/app/src/doc.cgi/.project 2.0/trunk/app/src/doc.cgi/CComponent.class 2.0/trunk/app/src/doc.cgi/Main.module 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/comp/src/gb.form/.lang/fr.po 2.0/trunk/comp/src/gb.form.mdi/.lang/fr.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-06 18:16:00
|
Revision: 703 http://gambas.svn.sourceforge.net/gambas/?rev=703&view=rev Author: gambas Date: 2007-10-06 11:16:04 -0700 (Sat, 06 Oct 2007) Log Message: ----------- * Removed useless en_US.po translations that appeared unexpectedly. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form.dialog/.lang/it.po Removed Paths: ------------- 2.0/trunk/app/src/gambas2/.lang/en_US.po 2.0/trunk/comp/src/gb.db.form/.lang/en_US.po 2.0/trunk/comp/src/gb.form/.lang/en_US.po 2.0/trunk/comp/src/gb.form.dialog/.lang/en_US.po 2.0/trunk/comp/src/gb.form.mdi/.lang/en_US.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-06 18:57:10
|
Revision: 704 http://gambas.svn.sourceforge.net/gambas/?rev=704&view=rev Author: gambas Date: 2007-10-06 11:57:14 -0700 (Sat, 06 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: New translations are automatically removed in the translation dialog if they are void. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/cy.po 2.0/trunk/app/src/gambas2/.lang/de.po 2.0/trunk/app/src/gambas2/.lang/fa.po 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/gl_ES.po 2.0/trunk/app/src/gambas2/.lang/hu.po 2.0/trunk/app/src/gambas2/.lang/nl.po 2.0/trunk/app/src/gambas2/FTranslate.class 2.0/trunk/comp/src/gb.form.mdi/.lang/it.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-06 23:44:21
|
Revision: 705 http://gambas.svn.sourceforge.net/gambas/?rev=705&view=rev Author: gambas Date: 2007-10-06 16:44:25 -0700 (Sat, 06 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Changing the value of a property in the property sheet correctly updates the property name and background. * NEW: The translation dialog now can display statistics in the language list. [INTERPRETER] * NEW: All array classes got a new method named Delete(), that is a synonymous for Extract(). [COMPILER] * NEW: Translatable strings with only space characters are now ignored. [GB.QT] * BUG: Some fixes in the ListView, TreeView and ColumnView classes that prevent two different crashes. * BUG: Closing a modal dialog inside the Open event now works again. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/.lang/ar.po 2.0/trunk/app/src/gambas-database-manager/.lang/ca.po 2.0/trunk/app/src/gambas-database-manager/.lang/de.po 2.0/trunk/app/src/gambas-database-manager/.lang/es.po 2.0/trunk/app/src/gambas-database-manager/.lang/fa.po 2.0/trunk/app/src/gambas-database-manager/.lang/fr.po 2.0/trunk/app/src/gambas-database-manager/.lang/it.po 2.0/trunk/app/src/gambas-database-manager/.lang/ja.po 2.0/trunk/app/src/gambas-database-manager/.lang/nl.po 2.0/trunk/app/src/gambas-database-manager/.lang/no.po 2.0/trunk/app/src/gambas-database-manager/.lang/pl.po 2.0/trunk/app/src/gambas-database-manager/.lang/pt_BR.po 2.0/trunk/app/src/gambas-database-manager/.lang/sv.po 2.0/trunk/app/src/gambas-database-manager/.lang/tr.po 2.0/trunk/app/src/gambas-database-manager/.lang/zh.po 2.0/trunk/app/src/gambas-database-manager/.lang/zh_TW.po 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/ar.mo 2.0/trunk/app/src/gambas2/.lang/ar.po 2.0/trunk/app/src/gambas2/.lang/ca.mo 2.0/trunk/app/src/gambas2/.lang/ca.po 2.0/trunk/app/src/gambas2/.lang/cs.mo 2.0/trunk/app/src/gambas2/.lang/cs.po 2.0/trunk/app/src/gambas2/.lang/cy.mo 2.0/trunk/app/src/gambas2/.lang/cy.po 2.0/trunk/app/src/gambas2/.lang/de.mo 2.0/trunk/app/src/gambas2/.lang/de.po 2.0/trunk/app/src/gambas2/.lang/es.mo 2.0/trunk/app/src/gambas2/.lang/es.po 2.0/trunk/app/src/gambas2/.lang/fa.mo 2.0/trunk/app/src/gambas2/.lang/fa.po 2.0/trunk/app/src/gambas2/.lang/fr.mo 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/gl_ES.mo 2.0/trunk/app/src/gambas2/.lang/gl_ES.po 2.0/trunk/app/src/gambas2/.lang/hr.mo 2.0/trunk/app/src/gambas2/.lang/hr.po 2.0/trunk/app/src/gambas2/.lang/hu.mo 2.0/trunk/app/src/gambas2/.lang/hu.po 2.0/trunk/app/src/gambas2/.lang/id.mo 2.0/trunk/app/src/gambas2/.lang/id.po 2.0/trunk/app/src/gambas2/.lang/it.mo 2.0/trunk/app/src/gambas2/.lang/it.po 2.0/trunk/app/src/gambas2/.lang/ja.mo 2.0/trunk/app/src/gambas2/.lang/ja.po 2.0/trunk/app/src/gambas2/.lang/nl.mo 2.0/trunk/app/src/gambas2/.lang/nl.po 2.0/trunk/app/src/gambas2/.lang/no.mo 2.0/trunk/app/src/gambas2/.lang/no.po 2.0/trunk/app/src/gambas2/.lang/pl.mo 2.0/trunk/app/src/gambas2/.lang/pl.po 2.0/trunk/app/src/gambas2/.lang/pt.mo 2.0/trunk/app/src/gambas2/.lang/pt.po 2.0/trunk/app/src/gambas2/.lang/pt_BR.mo 2.0/trunk/app/src/gambas2/.lang/pt_BR.po 2.0/trunk/app/src/gambas2/.lang/ru.mo 2.0/trunk/app/src/gambas2/.lang/ru.po 2.0/trunk/app/src/gambas2/.lang/sl.mo 2.0/trunk/app/src/gambas2/.lang/sl.po 2.0/trunk/app/src/gambas2/.lang/sv.mo 2.0/trunk/app/src/gambas2/.lang/sv.po 2.0/trunk/app/src/gambas2/.lang/tr.mo 2.0/trunk/app/src/gambas2/.lang/tr.po 2.0/trunk/app/src/gambas2/.lang/zh.mo 2.0/trunk/app/src/gambas2/.lang/zh.po 2.0/trunk/app/src/gambas2/.lang/zh_TW.mo 2.0/trunk/app/src/gambas2/.lang/zh_TW.po 2.0/trunk/app/src/gambas2/FProperty.class 2.0/trunk/app/src/gambas2/FTranslate.class 2.0/trunk/app/src/gambas2/FTranslate.form 2.0/trunk/app/src/gambas2/Package.module 2.0/trunk/comp/src/gb.form/.lang/ca.po 2.0/trunk/comp/src/gb.form/.lang/fr.mo 2.0/trunk/comp/src/gb.form/.lang/fr.po 2.0/trunk/comp/src/gb.form/.lang/it.po 2.0/trunk/comp/src/gb.form/.lang/nl.mo 2.0/trunk/comp/src/gb.form/.lang/nl.po 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/CTreeView.h 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/main/gbc/gbc_output.c 2.0/trunk/main/gbx/gbx_c_array.c Added Paths: ----------- 2.0/trunk/app/src/gambas-database-manager/.lang/it.mo This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-08 11:06:21
|
Revision: 710 http://gambas.svn.sourceforge.net/gambas/?rev=710&view=rev Author: gambas Date: 2007-10-08 04:06:01 -0700 (Mon, 08 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Updated tips of the day italian translation. [ARCHIVER] * BUG: Makefile files are not ignored anymore. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/tips/tips.it 2.0/trunk/main/gbc/gba.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-09 00:45:40
|
Revision: 722 http://gambas.svn.sourceforge.net/gambas/?rev=722&view=rev Author: gambas Date: 2007-10-08 17:45:44 -0700 (Mon, 08 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Symbolic links can be renamed safely. * NEW: MDI window title now displays if the file is read-only whereas the project is not. * NEW: Project tree view information balloon displays information on symbolic links. [INTERPRETER] * NEW: Error.Backtrace is a new property that returns the full stack backtrace of the last error. * NEW: System.Backtrace is a boolean property that enabled the error backtrace above. The backtrace is disabled by default. [GB.FORM.MDI] * BUG: Workspace should not send spurious activation events anymore. 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/FForm.class 2.0/trunk/app/src/gambas2/FIconEditor.class 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FTextEditor.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.form.mdi/.project 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/main/gbx/gb_error.c 2.0/trunk/main/gbx/gb_error.h 2.0/trunk/main/gbx/gbx_c_application.c 2.0/trunk/main/gbx/gbx_c_array.c 2.0/trunk/main/gbx/gbx_c_error.c 2.0/trunk/main/gbx/gbx_debug.c 2.0/trunk/main/gbx/gbx_debug.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-10 10:33:57
|
Revision: 723 http://gambas.svn.sourceforge.net/gambas/?rev=723&view=rev Author: gambas Date: 2007-10-10 03:33:59 -0700 (Wed, 10 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Watched variables are correctly restored. [GB.WEB] * OPT: The HTML() routine is faster. This routine should be written in C anyway, as it is called often Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/HTML.module 2.0/trunk/gb.gtk/TODO This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-11 09:12:59
|
Revision: 724 http://gambas.svn.sourceforge.net/gambas/?rev=724&view=rev Author: gambas Date: 2007-10-11 02:13:01 -0700 (Thu, 11 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Saving and reading debug window settings is more reliable now. * BUG: Importing a translation works again. * NEW: Japanese and Swedish translations updated. [DATABASE MANAGER] * BUG: Copying a table does not destroy the destination table when its has the same name as the source table anymore. [GB.QT] * BUG: Do not change ColumnView column widths when clearing it, if the AutoResize property is not set. [GB.DB] * BUG: Support for database backends that do not like inserting a record without any value change. [GB.FORM] * NEW: Japanese translation updated. [GB.FORM.MDI] * NEW: Japanese translation updated. [GB.FORM.DIALOG] * NEW: Japanese translation updated. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/app/src/gambas-database-manager/FPasteTable.class 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/ja.mo 2.0/trunk/app/src/gambas2/.lang/ja.po 2.0/trunk/app/src/gambas2/.lang/sv.mo 2.0/trunk/app/src/gambas2/.lang/sv.po 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/FTranslate.class 2.0/trunk/app/src/gambas2/FTranslate.form 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/main/lib/db/CResult.c Added Paths: ----------- 2.0/trunk/comp/src/gb.form/.lang/ja.po 2.0/trunk/comp/src/gb.form.dialog/.lang/fr.po 2.0/trunk/comp/src/gb.form.dialog/.lang/ja.po 2.0/trunk/comp/src/gb.form.mdi/.lang/ja.po Removed Paths: ------------- 2.0/trunk/comp/src/gb.form.dialog/.lang/fr.mo 2.0/trunk/comp/src/gb.form.dialog/.lang/fr.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-12 10:22:01
|
Revision: 729 http://gambas.svn.sourceforge.net/gambas/?rev=729&view=rev Author: gambas Date: 2007-10-12 03:21:47 -0700 (Fri, 12 Oct 2007) Log Message: ----------- [CONFIGURATION] * NEW: Libtool was updated. * BUG: Get rid of some new automake warnings. [GB.GTK] * BUG: Some gcc "deprecated conversion from string constant to 'char *'" warnings were fixed. Modified Paths: -------------- 2.0/trunk/acinclude.m4 2.0/trunk/gb.gtk/src/ggridview.cpp 2.0/trunk/gb.gtk/src/ggridview.h 2.0/trunk/gb.gtk/src/gmessage.cpp 2.0/trunk/gb.gtk/src/gstock.cpp 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.gtk/src/gtools.h 2.0/trunk/gb.gtk/src/gtrayicon.cpp 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.gtk/src/tablerender.cpp 2.0/trunk/gb.gtk/src/tablerender.h 2.0/trunk/install-sh 2.0/trunk/main/libltdl/COPYING.LIB 2.0/trunk/main/libltdl/Makefile.am 2.0/trunk/main/libltdl/acinclude.m4 2.0/trunk/main/libltdl/aclocal.m4 2.0/trunk/main/libltdl/config.guess 2.0/trunk/main/libltdl/config.sub 2.0/trunk/main/libltdl/configure.ac 2.0/trunk/main/libltdl/install-sh 2.0/trunk/main/libltdl/ltdl.c 2.0/trunk/main/libltdl/ltdl.h 2.0/trunk/main/libltdl/ltmain.sh 2.0/trunk/main/libltdl/missing 2.0/trunk/main/share/gambas.h 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:27:36
|
Revision: 743 http://gambas.svn.sourceforge.net/gambas/?rev=743&view=rev Author: gambas Date: 2007-10-15 06:27:38 -0700 (Mon, 15 Oct 2007) Log Message: ----------- [INTERPRETER] * BUG: Evaluating expressions in the debugger does not crash anymore. [GB.QT] * BUG: Closing a modal form during the Open event should work correctly now. [GB.GTK] * NEW: The window default title is now the application title as defined in the development environment. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/gb.gtk/src/gapplication.cpp 2.0/trunk/gb.gtk/src/gapplication.h 2.0/trunk/gb.gtk/src/gmainwindow.cpp 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt/src/CWindow.h 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/main/gbx/gb_error.c 2.0/trunk/main/gbx/gbx_exec.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |