Thread: [Gambas-devel-svn] SF.net SVN: gambas: [322] 2.0/trunk (Page 6)
Brought to you by:
gambas
From: <ga...@us...> - 2007-04-20 12:35:47
|
Revision: 322 http://svn.sourceforge.net/gambas/?rev=322&view=rev Author: gambas Date: 2007-04-20 05:35:47 -0700 (Fri, 20 Apr 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The optional 'gambas-' prefix is correctly to the package description in Slackware packages. [GB.QT] * BUG: When mouse events are explicitely handled, they are not propagated anymore to the Qt library. This avoid crashes when the widget that received the event is destroyed in the event handler. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/Package.module 2.0/trunk/gb.qt/src/CButton.cpp 2.0/trunk/gb.qt/src/CClipboard.cpp 2.0/trunk/gb.qt/src/CDialog.cpp 2.0/trunk/gb.qt/src/CDrawing.cpp 2.0/trunk/gb.qt/src/CFont.cpp 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CIconView.cpp 2.0/trunk/gb.qt/src/CImage.cpp 2.0/trunk/gb.qt/src/CMenu.cpp 2.0/trunk/gb.qt/src/CMouse.cpp 2.0/trunk/gb.qt/src/CPicture.cpp 2.0/trunk/gb.qt/src/CPicture.h 2.0/trunk/gb.qt/src/CTabStrip.cpp 2.0/trunk/gb.qt/src/CTrayIcon.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/CWatcher.cpp 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/gb.qt/src/qtxembed.cpp 2.0/trunk/main/lib/compress/CCompress.c 2.0/trunk/main/lib/compress/CUncompress.c 2.0/trunk/main/lib/db/CConnection.c 2.0/trunk/main/lib/db/CDatabase.c 2.0/trunk/main/lib/db/CField.c 2.0/trunk/main/lib/db/CIndex.c 2.0/trunk/main/lib/db/CResult.c 2.0/trunk/main/lib/db/CResultField.c 2.0/trunk/main/lib/db/CTable.c 2.0/trunk/main/lib/db/CUser.c 2.0/trunk/main/lib/db/deletemap.c 2.0/trunk/main/lib/db/gb_barray.h 2.0/trunk/main/lib/db/main.c 2.0/trunk/main/lib/debug/CDebug.c 2.0/trunk/main/lib/debug/debug.c 2.0/trunk/main/lib/debug/print.c 2.0/trunk/main/lib/eval/eval_trans_expr.c 2.0/trunk/main/lib/vb/vb.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-20 13:23:21
|
Revision: 323 http://svn.sourceforge.net/gambas/?rev=323&view=rev Author: gambas Date: 2007-04-20 06:23:22 -0700 (Fri, 20 Apr 2007) Log Message: ----------- * Year copyright update. Modified Paths: -------------- 2.0/trunk/gb.crypt/src/c_crypt.c 2.0/trunk/gb.crypt/src/c_crypt.h 2.0/trunk/gb.crypt/src/main.c 2.0/trunk/gb.db.firebird/src/main.cpp 2.0/trunk/gb.db.mysql/src/main.c 2.0/trunk/gb.db.odbc/src/main.c 2.0/trunk/gb.db.odbc/src/main.h 2.0/trunk/gb.db.postgresql/src/main.c 2.0/trunk/gb.db.sqlite2/src/main.cpp 2.0/trunk/gb.db.sqlite2/src/main.h 2.0/trunk/gb.db.sqlite3/src/main.cpp 2.0/trunk/gb.db.sqlite3/src/main.h 2.0/trunk/gb.image/src/CImage.cpp 2.0/trunk/gb.image/src/CImage.h 2.0/trunk/gb.image/src/effect.cpp 2.0/trunk/gb.image/src/effect.h 2.0/trunk/gb.image/src/main.cpp 2.0/trunk/gb.image/src/main.h 2.0/trunk/gb.image/src/qimage.cpp 2.0/trunk/gb.image/src/qt.h 2.0/trunk/gb.ldap/src/Cldap.h 2.0/trunk/gb.ldap/src/main.c 2.0/trunk/gb.net.smtp/src/CSmtpClient.c 2.0/trunk/gb.net.smtp/src/CSmtpClient.h 2.0/trunk/gb.net.smtp/src/main.c 2.0/trunk/gb.net.smtp/src/main.h 2.0/trunk/gb.pcre/src/main.c 2.0/trunk/gb.pcre/src/regexp.c 2.0/trunk/gb.qt/gb.form.arrangement.h 2.0/trunk/gb.qt/src/CButton.cpp 2.0/trunk/gb.qt/src/CButton.h 2.0/trunk/gb.qt/src/CCheckBox.cpp 2.0/trunk/gb.qt/src/CCheckBox.h 2.0/trunk/gb.qt/src/CClipboard.cpp 2.0/trunk/gb.qt/src/CClipboard.h 2.0/trunk/gb.qt/src/CColor.cpp 2.0/trunk/gb.qt/src/CColor.h 2.0/trunk/gb.qt/src/CConst.cpp 2.0/trunk/gb.qt/src/CConst.h 2.0/trunk/gb.qt/src/CContainer.cpp 2.0/trunk/gb.qt/src/CContainer.h 2.0/trunk/gb.qt/src/CDialog.cpp 2.0/trunk/gb.qt/src/CDialog.h 2.0/trunk/gb.qt/src/CDraw.cpp 2.0/trunk/gb.qt/src/CDraw.h 2.0/trunk/gb.qt/src/CDrawing.cpp 2.0/trunk/gb.qt/src/CDrawing.h 2.0/trunk/gb.qt/src/CDrawingArea.cpp 2.0/trunk/gb.qt/src/CDrawingArea.h 2.0/trunk/gb.qt/src/CEmbedder.cpp 2.0/trunk/gb.qt/src/CEmbedder.h 2.0/trunk/gb.qt/src/CFont.cpp 2.0/trunk/gb.qt/src/CFont.h 2.0/trunk/gb.qt/src/CFrame.h 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CGridView.h 2.0/trunk/gb.qt/src/CIconView.cpp 2.0/trunk/gb.qt/src/CIconView.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/CListBox.cpp 2.0/trunk/gb.qt/src/CListBox.h 2.0/trunk/gb.qt/src/CMenu.cpp 2.0/trunk/gb.qt/src/CMenu.h 2.0/trunk/gb.qt/src/CMessage.cpp 2.0/trunk/gb.qt/src/CMessage.h 2.0/trunk/gb.qt/src/CMouse.h 2.0/trunk/gb.qt/src/CMovieBox.cpp 2.0/trunk/gb.qt/src/CMovieBox.h 2.0/trunk/gb.qt/src/CPanel.cpp 2.0/trunk/gb.qt/src/CPanel.h 2.0/trunk/gb.qt/src/CPicture.cpp 2.0/trunk/gb.qt/src/CPicture.h 2.0/trunk/gb.qt/src/CPictureBox.cpp 2.0/trunk/gb.qt/src/CPictureBox.h 2.0/trunk/gb.qt/src/CProgress.cpp 2.0/trunk/gb.qt/src/CProgress.h 2.0/trunk/gb.qt/src/CRadioButton.cpp 2.0/trunk/gb.qt/src/CRadioButton.h 2.0/trunk/gb.qt/src/CScreen.cpp 2.0/trunk/gb.qt/src/CScreen.h 2.0/trunk/gb.qt/src/CScrollBar.cpp 2.0/trunk/gb.qt/src/CScrollBar.h 2.0/trunk/gb.qt/src/CScrollView.cpp 2.0/trunk/gb.qt/src/CScrollView.h 2.0/trunk/gb.qt/src/CSlider.cpp 2.0/trunk/gb.qt/src/CSlider.h 2.0/trunk/gb.qt/src/CSpinBox.cpp 2.0/trunk/gb.qt/src/CSpinBox.h 2.0/trunk/gb.qt/src/CSplitter.cpp 2.0/trunk/gb.qt/src/CSplitter.h 2.0/trunk/gb.qt/src/CTabStrip.cpp 2.0/trunk/gb.qt/src/CTabStrip.h 2.0/trunk/gb.qt/src/CTextArea.cpp 2.0/trunk/gb.qt/src/CTextArea.h 2.0/trunk/gb.qt/src/CTextBox.cpp 2.0/trunk/gb.qt/src/CTextBox.h 2.0/trunk/gb.qt/src/CTrayIcon.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/CTreeView.h 2.0/trunk/gb.qt/src/CWatcher.cpp 2.0/trunk/gb.qt/src/CWatcher.h 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/CWidget.h 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt/src/CWindow.h 2.0/trunk/gb.qt/src/ext/CDial.cpp 2.0/trunk/gb.qt/src/ext/CDial.h 2.0/trunk/gb.qt/src/ext/CEditor.cpp 2.0/trunk/gb.qt/src/ext/CEditor.h 2.0/trunk/gb.qt/src/ext/CTextView.cpp 2.0/trunk/gb.qt/src/ext/CTextView.h 2.0/trunk/gb.qt/src/ext/garray.cpp 2.0/trunk/gb.qt/src/ext/garray.h 2.0/trunk/gb.qt/src/ext/gdocument.cpp 2.0/trunk/gb.qt/src/ext/gdocument.h 2.0/trunk/gb.qt/src/ext/gstring.cpp 2.0/trunk/gb.qt/src/ext/gstring.h 2.0/trunk/gb.qt/src/ext/gview.cpp 2.0/trunk/gb.qt/src/ext/gview.h 2.0/trunk/gb.qt/src/ext/main.cpp 2.0/trunk/gb.qt/src/ext/main.h 2.0/trunk/gb.qt/src/gb.qt.h 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/gb.qt/src/main.h 2.0/trunk/gb.qt/src/x11.c 2.0/trunk/gb.qt/src/x11.h 2.0/trunk/gb.qt.kde/src/CApplication.cpp 2.0/trunk/gb.qt.kde/src/CColorBox.cpp 2.0/trunk/gb.qt.kde/src/CDialog.cpp 2.0/trunk/gb.qt.kde/src/html/CWebBrowser.cpp 2.0/trunk/gb.qt.kde/src/html/CWebBrowser.h 2.0/trunk/gb.qt.kde/src/html/main.cpp 2.0/trunk/gb.qt.kde/src/html/main.h 2.0/trunk/gb.qt.kde/src/main.cpp 2.0/trunk/gb.qt.kde/src/main.h 2.0/trunk/gb.sdl.sound/src/main.c 2.0/trunk/gb.sdl.sound/src/main.h 2.0/trunk/gb.sdl.sound/src/sound.c 2.0/trunk/gb.sdl.sound/src/sound.h 2.0/trunk/main/gbc/gb_common.c 2.0/trunk/main/gbc/gb_error.c 2.0/trunk/main/gbc/gb_error.h 2.0/trunk/main/gbc/gba.c 2.0/trunk/main/gbc/gbc.c 2.0/trunk/main/gbc/gbc_archive.c 2.0/trunk/main/gbc/gbc_archive.h 2.0/trunk/main/gbc/gbc_class.c 2.0/trunk/main/gbc/gbc_class.h 2.0/trunk/main/gbc/gbc_compile.c 2.0/trunk/main/gbc/gbc_compile.h 2.0/trunk/main/gbc/gbc_dump.c 2.0/trunk/main/gbc/gbc_form.c 2.0/trunk/main/gbc/gbc_form.h 2.0/trunk/main/gbc/gbc_header.c 2.0/trunk/main/gbc/gbc_header.h 2.0/trunk/main/gbc/gbc_output.c 2.0/trunk/main/gbc/gbc_output.h 2.0/trunk/main/gbc/gbc_read.c 2.0/trunk/main/gbc/gbc_read.h 2.0/trunk/main/gbc/gbc_trans.c 2.0/trunk/main/gbc/gbc_trans.h 2.0/trunk/main/gbc/gbc_trans_code.c 2.0/trunk/main/gbc/gbc_trans_ctrl.c 2.0/trunk/main/gbc/gbc_trans_expr.c 2.0/trunk/main/gbc/gbc_trans_subr.c 2.0/trunk/main/gbc/gbc_trans_tree.c 2.0/trunk/main/gbc/gbi.c 2.0/trunk/main/gbx/gb_common.c 2.0/trunk/main/gbx/gb_error.c 2.0/trunk/main/gbx/gb_error.h 2.0/trunk/main/gbx/gb_hash.c 2.0/trunk/main/gbx/gb_table.c 2.0/trunk/main/gbx/gbx.c 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_api.h 2.0/trunk/main/gbx/gbx_archive.c 2.0/trunk/main/gbx/gbx_archive.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_array.h 2.0/trunk/main/gbx/gbx_c_class.c 2.0/trunk/main/gbx/gbx_c_collection.c 2.0/trunk/main/gbx/gbx_c_collection.h 2.0/trunk/main/gbx/gbx_c_enum.c 2.0/trunk/main/gbx/gbx_c_error.c 2.0/trunk/main/gbx/gbx_c_file.c 2.0/trunk/main/gbx/gbx_c_file.h 2.0/trunk/main/gbx/gbx_c_gambas.c 2.0/trunk/main/gbx/gbx_c_gambas.h 2.0/trunk/main/gbx/gbx_c_process.c 2.0/trunk/main/gbx/gbx_c_process.h 2.0/trunk/main/gbx/gbx_c_quote.c 2.0/trunk/main/gbx/gbx_c_quote.h 2.0/trunk/main/gbx/gbx_c_string.c 2.0/trunk/main/gbx/gbx_c_subcollection.c 2.0/trunk/main/gbx/gbx_c_subcollection.h 2.0/trunk/main/gbx/gbx_c_timer.c 2.0/trunk/main/gbx/gbx_c_timer.h 2.0/trunk/main/gbx/gbx_class.c 2.0/trunk/main/gbx/gbx_class.h 2.0/trunk/main/gbx/gbx_class_desc.h 2.0/trunk/main/gbx/gbx_class_info.c 2.0/trunk/main/gbx/gbx_class_init.c 2.0/trunk/main/gbx/gbx_class_load.c 2.0/trunk/main/gbx/gbx_class_native.c 2.0/trunk/main/gbx/gbx_compare.c 2.0/trunk/main/gbx/gbx_compare.h 2.0/trunk/main/gbx/gbx_component.c 2.0/trunk/main/gbx/gbx_component.h 2.0/trunk/main/gbx/gbx_date.c 2.0/trunk/main/gbx/gbx_debug.c 2.0/trunk/main/gbx/gbx_debug.h 2.0/trunk/main/gbx/gbx_eval.c 2.0/trunk/main/gbx/gbx_event.c 2.0/trunk/main/gbx/gbx_event.h 2.0/trunk/main/gbx/gbx_exec.c 2.0/trunk/main/gbx/gbx_exec.h 2.0/trunk/main/gbx/gbx_exec_enum.c 2.0/trunk/main/gbx/gbx_exec_loop.c 2.0/trunk/main/gbx/gbx_exec_pop.c 2.0/trunk/main/gbx/gbx_exec_push.c 2.0/trunk/main/gbx/gbx_expression.h 2.0/trunk/main/gbx/gbx_extern.c 2.0/trunk/main/gbx/gbx_info.h 2.0/trunk/main/gbx/gbx_library.c 2.0/trunk/main/gbx/gbx_library.h 2.0/trunk/main/gbx/gbx_list.h 2.0/trunk/main/gbx/gbx_local.c 2.0/trunk/main/gbx/gbx_local.h 2.0/trunk/main/gbx/gbx_math.c 2.0/trunk/main/gbx/gbx_math.h 2.0/trunk/main/gbx/gbx_number.c 2.0/trunk/main/gbx/gbx_object.c 2.0/trunk/main/gbx/gbx_object.h 2.0/trunk/main/gbx/gbx_print.c 2.0/trunk/main/gbx/gbx_project.c 2.0/trunk/main/gbx/gbx_project.h 2.0/trunk/main/gbx/gbx_stack.c 2.0/trunk/main/gbx/gbx_stack.h 2.0/trunk/main/gbx/gbx_stream.c 2.0/trunk/main/gbx/gbx_stream.h 2.0/trunk/main/gbx/gbx_stream_arch.c 2.0/trunk/main/gbx/gbx_stream_buffer.c 2.0/trunk/main/gbx/gbx_stream_direct.c 2.0/trunk/main/gbx/gbx_stream_pipe.c 2.0/trunk/main/gbx/gbx_stream_process.c 2.0/trunk/main/gbx/gbx_string.c 2.0/trunk/main/gbx/gbx_string.h 2.0/trunk/main/gbx/gbx_subr.h 2.0/trunk/main/gbx/gbx_subr_conv.c 2.0/trunk/main/gbx/gbx_subr_file.c 2.0/trunk/main/gbx/gbx_subr_math.c 2.0/trunk/main/gbx/gbx_subr_math_temp.h 2.0/trunk/main/gbx/gbx_subr_misc.c 2.0/trunk/main/gbx/gbx_subr_string.c 2.0/trunk/main/gbx/gbx_subr_test.c 2.0/trunk/main/gbx/gbx_subr_time.c 2.0/trunk/main/gbx/gbx_subst.c 2.0/trunk/main/gbx/gbx_subst.h 2.0/trunk/main/gbx/gbx_type.c 2.0/trunk/main/gbx/gbx_type.h 2.0/trunk/main/gbx/gbx_value.c 2.0/trunk/main/gbx/gbx_value.h 2.0/trunk/main/gbx/gbx_watch.c 2.0/trunk/main/gbx/gbx_watch.h 2.0/trunk/main/lib/db/CConnection.c 2.0/trunk/main/lib/db/CConnection.h 2.0/trunk/main/lib/db/CDatabase.c 2.0/trunk/main/lib/db/CField.c 2.0/trunk/main/lib/db/CIndex.c 2.0/trunk/main/lib/db/CResult.c 2.0/trunk/main/lib/db/CResult.h 2.0/trunk/main/lib/db/CResultField.c 2.0/trunk/main/lib/db/CResultField.h 2.0/trunk/main/lib/db/CTable.c 2.0/trunk/main/lib/db/CUser.c 2.0/trunk/main/lib/db/deletemap.c 2.0/trunk/main/lib/db/gb.db.h 2.0/trunk/main/lib/db/gb_barray.h 2.0/trunk/main/lib/db/main.c 2.0/trunk/main/lib/db/main.h 2.0/trunk/main/lib/db/sqlite.c 2.0/trunk/main/lib/db/sqlite.h 2.0/trunk/main/lib/debug/CDebug.c 2.0/trunk/main/lib/debug/debug.c 2.0/trunk/main/lib/debug/debug.h 2.0/trunk/main/lib/debug/gb.debug.h 2.0/trunk/main/lib/debug/main.c 2.0/trunk/main/lib/debug/print.c 2.0/trunk/main/lib/debug/print.h 2.0/trunk/main/lib/eval/CExpression.c 2.0/trunk/main/lib/eval/CSystem.c 2.0/trunk/main/lib/eval/CSystem.h 2.0/trunk/main/lib/eval/eval.c 2.0/trunk/main/lib/eval/eval.h 2.0/trunk/main/lib/eval/eval_analyze.c 2.0/trunk/main/lib/eval/eval_read.c 2.0/trunk/main/lib/eval/eval_read.h 2.0/trunk/main/lib/eval/eval_trans.c 2.0/trunk/main/lib/eval/eval_trans.h 2.0/trunk/main/lib/eval/eval_trans_expr.c 2.0/trunk/main/lib/eval/eval_trans_tree.c 2.0/trunk/main/lib/eval/gb.eval.h 2.0/trunk/main/lib/eval/gb_alloc_override.h 2.0/trunk/main/lib/eval/gb_error.c 2.0/trunk/main/lib/eval/gb_error.h 2.0/trunk/main/lib/eval/gb_table.c 2.0/trunk/main/lib/eval/main.c 2.0/trunk/main/lib/eval/main.h 2.0/trunk/main/lib/vb/main.c 2.0/trunk/main/lib/vb/vb.c 2.0/trunk/main/share/gb_alloc.h 2.0/trunk/main/share/gb_arch.h 2.0/trunk/main/share/gb_arch_temp.h 2.0/trunk/main/share/gb_array.h 2.0/trunk/main/share/gb_array_temp.h 2.0/trunk/main/share/gb_buffer.h 2.0/trunk/main/share/gb_buffer_temp.h 2.0/trunk/main/share/gb_code.h 2.0/trunk/main/share/gb_code_temp.h 2.0/trunk/main/share/gb_common.h 2.0/trunk/main/share/gb_common_swap_temp.h 2.0/trunk/main/share/gb_component.h 2.0/trunk/main/share/gb_file_share.h 2.0/trunk/main/share/gb_file_temp.h 2.0/trunk/main/share/gb_hash.h 2.0/trunk/main/share/gb_hash_temp.h 2.0/trunk/main/share/gb_limit.h 2.0/trunk/main/share/gb_pcode.h 2.0/trunk/main/share/gb_pcode_temp.h 2.0/trunk/main/share/gb_replace.h 2.0/trunk/main/share/gb_replace_temp.h 2.0/trunk/main/share/gb_reserved.h 2.0/trunk/main/share/gb_reserved_temp.h 2.0/trunk/main/share/gb_table.h 2.0/trunk/main/share/gb_table_temp.h 2.0/trunk/main/share/gb_type_common.h 2.0/trunk/main/share/gbc_read_common.h 2.0/trunk/main/share/gbc_trans_common.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-20 23:46:14
|
Revision: 325 http://svn.sourceforge.net/gambas/?rev=325&view=rev Author: gambas Date: 2007-04-20 16:46:10 -0700 (Fri, 20 Apr 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Automatic completion now handles overriden classes correctly. * NEW: Package prefix is now the vendor name if specified. * NEW: A class name can begin with an underscore. * NEW: Classes whose name begins with an underscore are now hidden in automatic completion. * BUG: Class names are now correctly checked during a renaming operation. * BUG: Function signature is now displayed on several lines if it cannot fit the editor. * BUG: New form menu is now hidden if the project has no component that provide forms. * BUG: Automatic file naming now works correctly if the creation file dialog is opened more than once. [INTERPRETER] * BUG: Error messages are now correctly displayed again. [GB.QT] * BUG: Setting the value of an action associated with buttons that are not toggles now works. * BUG: Setting the value of a ToolButton that is not a toggle now works. [GB.DESKTOP] * NEW: This is a new component that provides an access to the Portland project xdg utilities. 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/CComponent.class 2.0/trunk/app/src/gambas2/CControl.class 2.0/trunk/app/src/gambas2/FCompletion.class 2.0/trunk/app/src/gambas2/FCreateFile.class 2.0/trunk/app/src/gambas2/FCreateFile.form 2.0/trunk/app/src/gambas2/FCreateProject.form 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/FMakeInstall.class 2.0/trunk/app/src/gambas2/FMakeInstall.form 2.0/trunk/app/src/gambas2/FOpenProject.class 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/app/src/gambas2/FSignature.class 2.0/trunk/app/src/gambas2/Package.module 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/order 2.0/trunk/gb.qt/src/CButton.cpp 2.0/trunk/gb.qt/src/gb.qt/.project 2.0/trunk/gb.qt/src/gb.qt/Action.class 2.0/trunk/gb.qt/src/gb.qt/FMain.class 2.0/trunk/gb.qt/src/gb.qt/FMain.form 2.0/trunk/main/gbx/gb_error.c Added Paths: ----------- 2.0/trunk/comp/src/gb.desktop/ 2.0/trunk/comp/src/gb.desktop/.component 2.0/trunk/comp/src/gb.desktop/.directory 2.0/trunk/comp/src/gb.desktop/.icon.png 2.0/trunk/comp/src/gb.desktop/.info 2.0/trunk/comp/src/gb.desktop/.list 2.0/trunk/comp/src/gb.desktop/.project 2.0/trunk/comp/src/gb.desktop/.settings 2.0/trunk/comp/src/gb.desktop/Desktop.class 2.0/trunk/comp/src/gb.desktop/Main.module 2.0/trunk/comp/src/gb.desktop/_DesktopIcons.class 2.0/trunk/comp/src/gb.desktop/_DesktopMenus.class 2.0/trunk/comp/src/gb.desktop/_DesktopScreenSaver.class 2.0/trunk/comp/src/gb.desktop/xdg-utils-1.0.1/ 2.0/trunk/comp/src/gb.desktop/xdg-utils-1.0.1/LICENSE 2.0/trunk/comp/src/gb.desktop/xdg-utils-1.0.1/scripts/ 2.0/trunk/comp/src/gb.desktop/xdg-utils-1.0.1/scripts/README 2.0/trunk/comp/src/gb.desktop/xdg-utils-1.0.1/scripts/xdg-desktop-icon 2.0/trunk/comp/src/gb.desktop/xdg-utils-1.0.1/scripts/xdg-desktop-menu 2.0/trunk/comp/src/gb.desktop/xdg-utils-1.0.1/scripts/xdg-email 2.0/trunk/comp/src/gb.desktop/xdg-utils-1.0.1/scripts/xdg-icon-resource 2.0/trunk/comp/src/gb.desktop/xdg-utils-1.0.1/scripts/xdg-mime 2.0/trunk/comp/src/gb.desktop/xdg-utils-1.0.1/scripts/xdg-open 2.0/trunk/comp/src/gb.desktop/xdg-utils-1.0.1/scripts/xdg-screensaver This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-23 06:11:13
|
Revision: 326 http://svn.sourceforge.net/gambas/?rev=326&view=rev Author: gambas Date: 2007-04-22 23:11:15 -0700 (Sun, 22 Apr 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Shortcuts now do not raise the same action twice anymore. [GB.QT] * NEW: Menu.Value is now a property on its own, and acts like the Button.Value property. * BUG: Non toggle actions now should behave correctly and not raise twice. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/gb.qt/src/CMenu.cpp 2.0/trunk/gb.qt/src/CScrollView.cpp 2.0/trunk/gb.qt/src/gb.qt/.project 2.0/trunk/gb.qt/src/gb.qt/Action.class 2.0/trunk/gb.qt/src/gb.qt/FMain.class 2.0/trunk/gb.qt/src/gb.qt/FMain.form 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-04-26 06:07:30
|
Revision: 335 http://svn.sourceforge.net/gambas/?rev=335&view=rev Author: gambas Date: 2007-04-25 23:07:31 -0700 (Wed, 25 Apr 2007) Log Message: ----------- [INTERPRETER] * OPT: Some optimizations in hashing routines. * BUG: Fixed a potential crash in the debugger. [GB.EVAL] * NEW: Syntax highlighting now keeps spaces before comments. 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/FDebugExpr.form 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FDebugInfo.form 2.0/trunk/app/src/gambas2/Package.module 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/main/lib/debug/debug.c 2.0/trunk/main/lib/eval/eval_analyze.c 2.0/trunk/main/lib/eval/eval_read.c 2.0/trunk/main/share/gb_hash_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-26 22:44:25
|
Revision: 336 http://svn.sourceforge.net/gambas/?rev=336&view=rev Author: gambas Date: 2007-04-26 15:44:26 -0700 (Thu, 26 Apr 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: Uses buffered streams as much as possible. * NEW: You can make packages for Ubuntu, but at the moment they are exactly the same packages as the Debian ones. * BUG: Debug window layout is correctly saved now. [INTERPRETER] * OPT: Many little optimizations in many places. [GB.DEBUG] * BUG: The bug of the previous revision is now correctly fixed. 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/CComponent.class 2.0/trunk/app/src/gambas2/FAbout.class 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FDebugInfo.form 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/FMakeInstall.class 2.0/trunk/app/src/gambas2/FTips.class 2.0/trunk/app/src/gambas2/FTranslate.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_class.c 2.0/trunk/main/gbx/gbx_class_load.c 2.0/trunk/main/gbx/gbx_class_native.c 2.0/trunk/main/gbx/gbx_exec.c 2.0/trunk/main/gbx/gbx_exec.h 2.0/trunk/main/gbx/gbx_math.c 2.0/trunk/main/gbx/gbx_stream.c 2.0/trunk/main/gbx/gbx_stream.h 2.0/trunk/main/gbx/gbx_stream_arch.c 2.0/trunk/main/gbx/gbx_stream_buffer.c 2.0/trunk/main/gbx/gbx_stream_direct.c 2.0/trunk/main/gbx/gbx_stream_memory.c 2.0/trunk/main/gbx/gbx_stream_pipe.c 2.0/trunk/main/gbx/gbx_stream_process.c 2.0/trunk/main/gbx/gbx_subr.c 2.0/trunk/main/gbx/gbx_subr_test.c 2.0/trunk/main/gbx/gbx_subr_test_temp.h 2.0/trunk/main/gbx/gbx_value.c 2.0/trunk/main/lib/debug/debug.c 2.0/trunk/main/share/gb_hash.h 2.0/trunk/main/share/gb_hash_temp.h Added Paths: ----------- 2.0/trunk/app/src/gambas2/install/group/ubuntu 2.0/trunk/app/src/gambas2/install/menu/ubuntu This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-28 23:09:32
|
Revision: 345 http://svn.sourceforge.net/gambas/?rev=345&view=rev Author: gambas Date: 2007-04-28 16:09:27 -0700 (Sat, 28 Apr 2007) Log Message: ----------- [GB.QT] * BUG: Closing a window by code or from the window manager is now strictly equivalent. The Open event is now correctly raised each time a persistent dialog is opened. 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/FSelectIcon.class 2.0/trunk/gb.qt/src/CWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-04-30 23:21:34
|
Revision: 348 http://svn.sourceforge.net/gambas/?rev=348&view=rev Author: gambas Date: 2007-04-30 16:21:35 -0700 (Mon, 30 Apr 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Handles quoted identifiers, i.e. identifiers between '{' and '}', correctly while scanning a class. [EXAMPLES] * BUG: Fixed the use of Dialog.Filter in the Notepad example. [GB.QT] * NEW: Clipboard.Formats and Drag.Formats are two new properties that return all formats provided by the clipboard or a drop operation. * NEW: The Clipboard.Paste() optional argument now allows to choose which format will be pasted. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FSelectIcon.class 2.0/trunk/comp/src/gb.desktop/_DesktopIcons.class 2.0/trunk/comp/src/gb.form.mdi/.project 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/examples/examples/Misc/Notepad/.project 2.0/trunk/examples/examples/Misc/Notepad/FNotepad.class 2.0/trunk/examples/examples/OpenGL/GambasGears/.project 2.0/trunk/gb.qt/src/CClipboard.cpp 2.0/trunk/gb.qt/src/share/CClipboard_desc.h 2.0/trunk/gb.qt/src/share/CDrag_desc.h 2.0/trunk/main/gbx/gb_common_check.h 2.0/trunk/main/gbx/gbx_regexp.c 2.0/trunk/main/gbx/gbx_regexp.h 2.0/trunk/main/gbx/gbx_stream_memory.c 2.0/trunk/main/gbx/gbx_subr.c 2.0/trunk/main/gbx/gbx_subr_test_temp.h 2.0/trunk/main/lib/eval/eval_code.c 2.0/trunk/main/share/gambas.h 2.0/trunk/main/share/gb_common.h 2.0/trunk/main/share/gb_common_case.h 2.0/trunk/main/share/gb_common_swap.h 2.0/trunk/main/share/gb_magic.h Added Paths: ----------- 2.0/trunk/comp/src/gb.desktop/DesktopFile.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-01 21:09:26
|
Revision: 350 http://svn.sourceforge.net/gambas/?rev=350&view=rev Author: gambas Date: 2007-05-01 14:09:26 -0700 (Tue, 01 May 2007) Log Message: ----------- [GB.QT] * NEW: Drag.Paste() is a new method that allows to get the dragged data and choose its format. * BUG: Tried to prevent crashes when a control or a window is deleted during an event. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FOutput.class 2.0/trunk/gb.qt/src/CClipboard.cpp 2.0/trunk/gb.qt/src/CMenu.cpp 2.0/trunk/gb.qt/src/CWatcher.cpp 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/gb.qt/src/share/CDrag_desc.h 2.0/trunk/main/gbx/gbx_exec_loop.c 2.0/trunk/main/gbx/gbx_local.c 2.0/trunk/main/share/gb_alloc_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-02 20:44:13
|
Revision: 351 http://svn.sourceforge.net/gambas/?rev=351&view=rev Author: gambas Date: 2007-05-02 13:44:09 -0700 (Wed, 02 May 2007) Log Message: ----------- [GB.QT] * BUG: Found a workaround for a QT strangeness that made the Window.Reparent() method not respect the window position. Modified Paths: -------------- 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/app/src/gambas2/FOutput.class 2.0/trunk/gb.qt/src/CWindow.cpp 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-05-04 20:10:39
|
Revision: 352 http://svn.sourceforge.net/gambas/?rev=352&view=rev Author: gambas Date: 2007-05-04 13:10:41 -0700 (Fri, 04 May 2007) Log Message: ----------- [INTERPRETER] * BUG: Stopping an event inside an event handler now works correctly when STOP EVENT is not the last instruction of the event handler. [GB.FORM] * NEW: TableView manages the RETURN and the ESC key while editing a cell, so that default or cancel buttons are not raised automatically. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FProjectEnv.class 2.0/trunk/comp/src/gb.db.form/.project 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/TableView.class 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_exec_loop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-06 00:25:23
|
Revision: 353 http://svn.sourceforge.net/gambas/?rev=353&view=rev Author: gambas Date: 2007-05-05 17:25:23 -0700 (Sat, 05 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Property sheet and hierarchy tree view were put in the same TabStrip. * BUG: The hierarchy window now follows control renaming. * NEW: A new option for sorting properties in the property sheet. * NEW: A warning message is displayed when a Gambas 1.0 project is opened. Once the project is opened, this message will never be displayed again for this project. * NEW: A new virtual property named '(Scaled)', that indicates if a form automatically resize itself according to the default font. This property is set by default. * BUG: The group and menu selection were fixed in the packager wizard. * NEW: The property sheet now displays the properties not having their default value with a light background. * BUG: You can now specify a font with an absolute size that is equal to the default font size. [GB.QT] * NEW: The conversion formula between Font.Grade and Font.Size has changed. Now Font.Grade is between -4 and +16, and makes Font.Size grows slower. * NEW: Font.TextHeight() argument is now optional. * NEW: GridView cells got their Foreground and Background properties. [GB.FORM] * BUG: The Stock class now works correctly when the desktop is not KDE or GNOME. [GB.FORM.MDI] * NEW: Setting the Workspace.Font property now changes the font of its TabStrip only. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 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/.project 2.0/trunk/app/src/gambas2/CClassInfo.class 2.0/trunk/app/src/gambas2/CControl.class 2.0/trunk/app/src/gambas2/CPropertyInfo.class 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FAbout.class 2.0/trunk/app/src/gambas2/FAbout.form 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FFormStack.class 2.0/trunk/app/src/gambas2/FFormStack.form 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/FMakeInstall.class 2.0/trunk/app/src/gambas2/FMakeInstall.form 2.0/trunk/app/src/gambas2/FOption.class 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/FProperty.class 2.0/trunk/app/src/gambas2/FProperty.form 2.0/trunk/app/src/gambas2/FToolBox.class 2.0/trunk/app/src/gambas2/FToolBox.form 2.0/trunk/app/src/gambas2/FWelcome.class 2.0/trunk/app/src/gambas2/FWelcome.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/app/src/gambas2/install/group/debian 2.0/trunk/comp/src/gb.db.form/.lang/.pot 2.0/trunk/comp/src/gb.db.form/.project 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/FFontChooser.class 2.0/trunk/comp/src/gb.form/FMain.class 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/FWizard.form 2.0/trunk/comp/src/gb.form/Stock.class 2.0/trunk/comp/src/gb.form.mdi/.info 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.form.mdi/FWorkspace.form 2.0/trunk/comp/src/gb.form.mdi/Workspace.class 2.0/trunk/examples/examples/Drawing/Sensor/.project 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.form 2.0/trunk/gb.qt/src/CFont.cpp 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/main/gbc/gba.c 2.0/trunk/main/gbx/gbx.c 2.0/trunk/main/gbx/gbx_library.c 2.0/trunk/main/share/gb_magic.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-08 10:24:41
|
Revision: 358 http://svn.sourceforge.net/gambas/?rev=358&view=rev Author: gambas Date: 2007-05-08 03:24:39 -0700 (Tue, 08 May 2007) Log Message: ----------- [GB.NET.SMTP] * BUG: Quoted printable encoding works correctly now. [GB.SDL] * BUG: Patch from Debian to let compile with gcc 4.3. [GB.DB.FIREBIRD] * BUG: Patch from Debian to let compile with gcc 4.3. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FCompletion.form 2.0/trunk/app/src/gambas2/FProperty.form 2.0/trunk/app/src/gambas2/FSignature.form 2.0/trunk/comp/src/gb.form.mdi/FMain.form 2.0/trunk/examples/examples/Automation/KateBrowser/.project 2.0/trunk/gb.db.firebird/src/main.cpp 2.0/trunk/gb.net.smtp/src/quoted.c 2.0/trunk/gb.sdl/src/SDLfont.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-09 20:40:34
|
Revision: 362 http://svn.sourceforge.net/gambas/?rev=362&view=rev Author: gambas Date: 2007-05-09 13:40:35 -0700 (Wed, 09 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Removed two lines of code in Debian packages creation that apparently destroy * BUG: Fix an IDE crash when loading another project and compiling. [INTERPRETER] * BUG: Inheritance was fixed. Calling a method on a class didn't call the right implementation is some situations. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/FProperty.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/app/src/gambas2/Package.module 2.0/trunk/examples/examples/Drawing/AnalogWatch/.project 2.0/trunk/main/gbx/gbx_class.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-09 22:01:35
|
Revision: 365 http://svn.sourceforge.net/gambas/?rev=365&view=rev Author: gambas Date: 2007-05-09 15:01:37 -0700 (Wed, 09 May 2007) Log Message: ----------- [GB.NET] * BUG: Fix stream declaration. [GB.NET.CURL] * BUG: Fix stream declaration. [GB.COMPRESS.BZLIB2] * BUG: Fix stream declaration. [GB.COMPRESS.ZLIB] * BUG: Fix stream declaration. [GB.V4L] * BUG: Fix stream declaration. Modified Paths: -------------- 2.0/trunk/examples/examples/Networking/ClientSocket/.project 2.0/trunk/examples/examples/Networking/ServerSocket/.project 2.0/trunk/gb.compress.bzlib2/src/main.c 2.0/trunk/gb.compress.zlib/src/main.c 2.0/trunk/gb.net/src/CSerialPort.c 2.0/trunk/gb.net/src/CSocket.c 2.0/trunk/gb.net/src/CUdpSocket.c 2.0/trunk/gb.net.curl/src/CCurl.c 2.0/trunk/gb.v4l/src/CWebcam.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-05-11 16:10:32
|
Revision: 371 http://svn.sourceforge.net/gambas/?rev=371&view=rev Author: gambas Date: 2007-05-11 09:10:33 -0700 (Fri, 11 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Yellow windows now always save their position. [INTERPRETER] * BUG: Accessing the properties of an uninitialized Stream now raise an error instead of crashing. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FCreateProject.form 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/comp/src/gb.settings/.project 2.0/trunk/examples/examples/Networking/ClientSocket/FrmMain.class 2.0/trunk/examples/examples/Networking/ClientSocket/FrmMain.form 2.0/trunk/main/gbx/gb_error.c 2.0/trunk/main/gbx/gbx_stream.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-12 11:59:25
|
Revision: 372 http://svn.sourceforge.net/gambas/?rev=372&view=rev Author: gambas Date: 2007-05-12 04:59:27 -0700 (Sat, 12 May 2007) Log Message: ----------- [INTERPRETER] * NEW: Stream got a new boolean property, EndOfFile, that tells if a LINE INPUT command has reached the end of the stream. Modified Paths: -------------- 2.0/trunk/gb.qt/src/ext/CEditor.cpp 2.0/trunk/main/gbx/gbx_c_file.c 2.0/trunk/main/gbx/gbx_stream.c 2.0/trunk/main/gbx/gbx_stream.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-15 23:01:36
|
Revision: 377 http://svn.sourceforge.net/gambas/?rev=377&view=rev Author: gambas Date: 2007-05-15 16:01:38 -0700 (Tue, 15 May 2007) Log Message: ----------- [GB.QT] * NEW: A new rich text editor control named TextEdit. It replaces the TextView control, even if it does not manage links at the moment. * BUG: Font properties now can be set to NULL without crashing. [GB.QT.EXT] * NEW: TextView has been removed. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FAbout.form 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FTips.form 2.0/trunk/gb.qt/src/CConst.h 2.0/trunk/gb.qt/src/CDraw.cpp 2.0/trunk/gb.qt/src/CFont.cpp 2.0/trunk/gb.qt/src/CFont.h 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CScreen.cpp 2.0/trunk/gb.qt/src/CTextArea.cpp 2.0/trunk/gb.qt/src/CTextArea.h 2.0/trunk/gb.qt/src/CWidget.cpp 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/gb.qt/src/main.h 2.0/trunk/gb.qt/src/share/CConst_desc.h Added Paths: ----------- 2.0/trunk/app/src/gambas2/img/control/textedit.png Removed Paths: ------------- 2.0/trunk/app/src/gambas2/img/control/textview.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-16 22:13:05
|
Revision: 379 http://svn.sourceforge.net/gambas/?rev=379&view=rev Author: gambas Date: 2007-05-16 15:13:07 -0700 (Wed, 16 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The info panel was removed, and replaced by a tooltip balloon displayed when the mouse cursor stays on the current project file in the project tree view. [GB.QT] * BUG: Filling the picture cache explicitely does not leak memory anymore. [GB.FORM] * NEW: Balloon.Font is a new property that allows to define the font used by the balloons. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/Balloon.class 2.0/trunk/comp/src/gb.form/FBalloon.class 2.0/trunk/comp/src/gb.report/FReportTutorial1.class 2.0/trunk/examples/examples/Misc/Notepad/.project 2.0/trunk/gb.qt/src/CPicture.cpp Removed Paths: ------------- 2.0/trunk/app/src/gambas2/img/16/class-start.png 2.0/trunk/app/src/gambas2/img/16/class-start_gnome.png 2.0/trunk/app/src/gambas2/img/16/form-start.png 2.0/trunk/app/src/gambas2/img/16/form-start_gnome.png 2.0/trunk/app/src/gambas2/img/16/module-start.png 2.0/trunk/app/src/gambas2/img/16/module-start_gnome.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-17 12:38:37
|
Revision: 381 http://svn.sourceforge.net/gambas/?rev=381&view=rev Author: gambas Date: 2007-05-17 05:38:39 -0700 (Thu, 17 May 2007) Log Message: ----------- [EXAMPLES] * NEW: TextEdit example made by Fabien Bodard and me. * NEW: A new section for Control examples. [GB.FORM] * BUG: ColorButton does not refresh anymore when its Color property does not change. 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/FMain.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.form/ColorButton.class Added Paths: ----------- 2.0/trunk/examples/examples/Control/ 2.0/trunk/examples/examples/Control/Embedder/ 2.0/trunk/examples/examples/Control/HighlightEditor/ 2.0/trunk/examples/examples/Control/TextEdit/ 2.0/trunk/examples/examples/Control/TextEdit/.directory 2.0/trunk/examples/examples/Control/TextEdit/.icon.png 2.0/trunk/examples/examples/Control/TextEdit/.lang/ 2.0/trunk/examples/examples/Control/TextEdit/.lang/fr.po 2.0/trunk/examples/examples/Control/TextEdit/.project 2.0/trunk/examples/examples/Control/TextEdit/FMain.class 2.0/trunk/examples/examples/Control/TextEdit/FMain.form 2.0/trunk/examples/examples/Control/TextEdit/edit.png 2.0/trunk/examples/examples/Control/TextEdit/frmShowHtml.class 2.0/trunk/examples/examples/Control/TextEdit/frmShowHtml.form 2.0/trunk/examples/examples/Control/TextEdit/text.html 2.0/trunk/examples/examples/Control/TreeView/ Removed Paths: ------------- 2.0/trunk/examples/examples/Basic/TreeView/ 2.0/trunk/examples/examples/Misc/Embedder/ 2.0/trunk/examples/examples/Misc/HighlightEditor/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-17 20:04:08
|
Revision: 384 http://svn.sourceforge.net/gambas/?rev=384&view=rev Author: gambas Date: 2007-05-17 13:04:07 -0700 (Thu, 17 May 2007) Log Message: ----------- [CONFIGURATION] * Updated ChangeLog for 1.9.49 Modified Paths: -------------- 2.0/trunk/ChangeLog 2.0/trunk/app/src/gambas2/FAbout.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-20 22:23:30
|
Revision: 387 http://svn.sourceforge.net/gambas/?rev=387&view=rev Author: gambas Date: 2007-05-20 15:23:25 -0700 (Sun, 20 May 2007) Log Message: ----------- [EXAMPLES] * NEW: Makes the TextEdit example font combo-box larger. Modified Paths: -------------- 2.0/trunk/comp/src/gb.db.form/.info 2.0/trunk/comp/src/gb.db.form/.list 2.0/trunk/comp/src/gb.desktop/.info 2.0/trunk/comp/src/gb.desktop/.list 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.list 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/comp/src/gb.web/.info 2.0/trunk/comp/src/gb.web/.list 2.0/trunk/examples/examples/Control/TextEdit/.icon.png 2.0/trunk/examples/examples/Control/TextEdit/FMain.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-21 20:16:46
|
Revision: 388 http://svn.sourceforge.net/gambas/?rev=388&view=rev Author: gambas Date: 2007-05-21 13:16:47 -0700 (Mon, 21 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Display startup class icon in big sizes correctly. [WIKI CGI SCRIPT] * BUG: Displays Pointer datatype correctly. [GB.QT] * BUG: GridView.Rows.X and GridView.Columns.Y properties were swapped. * BUG: Useless Window.Scale and Window.AutoResize properties were removed. [GB.DB] * BUG: The pseudo-driver gb.db.sqlite now works correctly again. Modified Paths: -------------- 2.0/trunk/app/src/doc.cgi/.project 2.0/trunk/app/src/doc.cgi/CSymbolInfo.class 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas2/FOpenProject.class 2.0/trunk/app/src/gambas2/FProjectItem.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/main/lib/db/main.c 2.0/trunk/main/lib/db/sqlite.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-22 13:23:49
|
Revision: 389 http://svn.sourceforge.net/gambas/?rev=389&view=rev Author: gambas Date: 2007-05-22 06:23:51 -0700 (Tue, 22 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The version of newly created projects is 2.0 now. Modified Paths: -------------- 2.0/trunk/TODO 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/fr.po 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-05-22 22:46:49
|
Revision: 391 http://svn.sourceforge.net/gambas/?rev=391&view=rev Author: gambas Date: 2007-05-22 15:46:51 -0700 (Tue, 22 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Tries to disable popup balloon when the IDE window is deactivated. [GB.FORM] * BUG: Setting the DirChooser or FileChooser SelectedPath property now should select the correct bookmark. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.list 2.0/trunk/comp/src/gb.form/FDirChooser.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |