Thread: [Gambas-devel-svn] SF.net SVN: gambas: [753] 2.0/trunk (Page 12)
Brought to you by:
gambas
From: <ga...@us...> - 2007-10-17 22:57:16
|
Revision: 753 http://gambas.svn.sourceforge.net/gambas/?rev=753&view=rev Author: gambas Date: 2007-10-17 15:57:20 -0700 (Wed, 17 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix a possible crash in translation dialog when checking the translation just after having saved it. [DATABASE MANAGER] * NEW: The import CSV routine now automatically remove accents from field names. 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/FImport.class 2.0/trunk/app/src/gambas-database-manager/FImport.form 2.0/trunk/app/src/gambas-database-manager/FRequest.form 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/ar.po 2.0/trunk/app/src/gambas2/.lang/ca.po 2.0/trunk/app/src/gambas2/.lang/de.po 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/ru.mo 2.0/trunk/app/src/gambas2/.lang/ru.po 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/FTranslate.class 2.0/trunk/comp/src/gb.form/.lang/.pot 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.mdi/Form1.class 2.0/trunk/comp/src/gb.form.mdi/Form1.form 2.0/trunk/comp/src/gb.report/.info 2.0/trunk/comp/src/gb.report/.list This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-18 06:00:10
|
Revision: 756 http://gambas.svn.sourceforge.net/gambas/?rev=756&view=rev Author: gambas Date: 2007-10-17 23:00:13 -0700 (Wed, 17 Oct 2007) Log Message: ----------- [GB.QT] * NEW: The ColumnView ColumnClick event was removed. It had got nothing to with GridView ColumnClick event, and was not really useful. Modified Paths: -------------- 2.0/trunk/examples/examples/Misc/PDFViewer/.project 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/CTreeView.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-19 07:41:50
|
Revision: 757 http://gambas.svn.sourceforge.net/gambas/?rev=757&view=rev Author: gambas Date: 2007-10-19 00:41:55 -0700 (Fri, 19 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: Class symbols scan is faster. * BUG: Help on gb.gui or gb.gtk is automatically redirected to gb.qt help. [GB.FORM.MDI] * BUG: Closing all windows should work reliably now. * BUG: Closing one window and calling Message during the Close event should not crash anymore. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/MHelp.module 2.0/trunk/comp/src/gb.form/.lang/ca.po 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/ja.po 2.0/trunk/comp/src/gb.form/.lang/nl.po 2.0/trunk/comp/src/gb.form.mdi/.lang/fr.po 2.0/trunk/comp/src/gb.form.mdi/.lang/it.po 2.0/trunk/comp/src/gb.form.mdi/.lang/ja.po 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.form Added Paths: ----------- 2.0/trunk/comp/src/gb.form/.lang/ja.mo 2.0/trunk/comp/src/gb.form.mdi/FMain.class 2.0/trunk/comp/src/gb.form.mdi/FMain.form 2.0/trunk/comp/src/gb.form.mdi/Form1.class 2.0/trunk/comp/src/gb.form.mdi/Form1.form Removed Paths: ------------- 2.0/trunk/comp/src/gb.form.mdi/FMain.class 2.0/trunk/comp/src/gb.form.mdi/FMain.form 2.0/trunk/comp/src/gb.form.mdi/Form1.class 2.0/trunk/comp/src/gb.form.mdi/Form1.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-20 23:47:25
|
Revision: 759 http://gambas.svn.sourceforge.net/gambas/?rev=759&view=rev Author: gambas Date: 2007-10-20 16:47:28 -0700 (Sat, 20 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The subversion user is now stored in the global Gambas configuration file and not in the project file anymore. * BUG: Debugging balloons should work correctly on Gnome and XFCE now. [INTERPRETER] * NEW: Error.Backtrace returns the backtrace now even if there is no current error. [GB.FORM] * NEW: XFCE, and XFCE icon theme are correctly detected now. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/FCommit.class 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.db.form/Main.module 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/FBalloon.form 2.0/trunk/comp/src/gb.form/FMain.class 2.0/trunk/comp/src/gb.form/Stock.class 2.0/trunk/main/gbx/gb_error.c 2.0/trunk/main/gbx/gbx_c_error.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-21 17:26:26
|
Revision: 760 http://gambas.svn.sourceforge.net/gambas/?rev=760&view=rev Author: gambas Date: 2007-10-21 10:26:29 -0700 (Sun, 21 Oct 2007) Log Message: ----------- [COMPILER] * BUG: Fixed a bug that made the compiler crash if there is a type mismatch on constant declaration. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/comp/src/gb.db.form/.project 2.0/trunk/comp/src/gb.db.form/Main.module 2.0/trunk/comp/src/order 2.0/trunk/main/gbc/gbc_class.c 2.0/trunk/main/gbc/gbc_output.c 2.0/trunk/main/gbc/gbc_trans.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-22 11:43:31
|
Revision: 766 http://gambas.svn.sourceforge.net/gambas/?rev=766&view=rev Author: gambas Date: 2007-10-22 04:43:35 -0700 (Mon, 22 Oct 2007) Log Message: ----------- [WIKI CGI SCRIPT] * NEW: Arabic translation made by Daif Otaibi. [GB.DB.MYSQL] * NEW: A 32 bits integer MySQL field with auto increment flag is now seen as a Serial Gambas field. Modified Paths: -------------- 2.0/trunk/app/src/doc.cgi/.lang/.pot 2.0/trunk/app/src/doc.cgi/.lang/ca.po 2.0/trunk/app/src/doc.cgi/.lang/de.mo 2.0/trunk/app/src/doc.cgi/.lang/de.po 2.0/trunk/app/src/doc.cgi/.lang/es.po 2.0/trunk/app/src/doc.cgi/.lang/fr.po 2.0/trunk/app/src/doc.cgi/.lang/it.po 2.0/trunk/app/src/doc.cgi/.lang/nl.mo 2.0/trunk/app/src/doc.cgi/.lang/nl.po 2.0/trunk/examples/examples/Database/PictureDatabase/.project 2.0/trunk/examples/examples/Database/PictureDatabase/FormPictureDatabase.class 2.0/trunk/examples/examples/Database/PictureDatabase/FormPictureDatabase.form 2.0/trunk/gb.db.mysql/src/main.c Added Paths: ----------- 2.0/trunk/app/src/doc.cgi/.lang/ar.mo 2.0/trunk/app/src/doc.cgi/.lang/ar.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-22 22:25:14
|
Revision: 771 http://gambas.svn.sourceforge.net/gambas/?rev=771&view=rev Author: gambas Date: 2007-10-22 15:25:18 -0700 (Mon, 22 Oct 2007) Log Message: ----------- [INTERPRETER] * NEW: System.Backtrace now returns the current backtrace as a string array. It is not a boolean property enabling error backtrace anymore. * NEW: Error.Backtrace now returns the last error backtrace as a string array. Now error backtrace is always taken as soon as a class has debugging information inside. [GB.DB.FORM] * BUG: DataView.Header now works correctly when set to GridView.Both. 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/Project.module 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.db.form/DataView.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_class.h 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: <dca...@us...> - 2007-10-24 12:38:44
|
Revision: 777 http://gambas.svn.sourceforge.net/gambas/?rev=777&view=rev Author: dcamposf Date: 2007-10-24 05:38:48 -0700 (Wed, 24 Oct 2007) Log Message: ----------- [GB.PDF] * BUG: Bad cast for indexes [EXAMPLES] * NEW: PdfViewer supports rotation and text finding Modified Paths: -------------- 2.0/trunk/examples/examples/Misc/PDFViewer/.lang/es.mo 2.0/trunk/examples/examples/Misc/PDFViewer/.lang/es.po 2.0/trunk/examples/examples/Misc/PDFViewer/FMain.class 2.0/trunk/examples/examples/Misc/PDFViewer/FMain.form 2.0/trunk/gb.pdf/src/CPdfDocument.cpp 2.0/trunk/gb.pdf/src/CPdfDocument.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-26 13:43:07
|
Revision: 786 http://gambas.svn.sourceforge.net/gambas/?rev=786&view=rev Author: gambas Date: 2007-10-26 06:43:10 -0700 (Fri, 26 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Searching list window when starting the search in a data text file does not crash anymore. * NEW: Support for alpha channel display in the icon editor. It does not work completely yet. [WIKI CGI SCRIPT] * NEW: A new URL argument for showing a page with the top path links, and without. * NEW: A new keyword, "@no-autolink", that prevent auto-link feature when putat the beginning of a page. [COMPILER] * NEW: The files are now always compiled in alphabetic order. This keeps the translation files contents structure between two compilations on different systems. [GB.DRAW] * NEW: Support for alpha channel in Draw.Zoom(). [GB.QT] * NEW: Color.Blend is a new method for blending a color on top of another one. [GB.GTK] * NEW: Color.Blend is a new method for blending a color on top of another one. [GB.DB.MYSQL] * NEW: Client charset is set to System.Charset at database connection when possible. 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/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/FFind.class 2.0/trunk/app/src/gambas2/FIconEditor.class 2.0/trunk/app/src/gambas2/FList.form 2.0/trunk/comp/src/gb.form/.lang/fr.po 2.0/trunk/comp/src/gb.form.dialog/.lang/fr.po 2.0/trunk/comp/src/gb.form.dialog/.lang/it.po 2.0/trunk/comp/src/gb.form.dialog/.lang/ja.po 2.0/trunk/comp/src/gb.form.dialog/.project 2.0/trunk/examples/examples/Control/TreeView/.project 2.0/trunk/examples/examples/Database/Database/.project 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.class 2.0/trunk/gb.db.mysql/src/main.c 2.0/trunk/gb.gtk/src/CColor.cpp 2.0/trunk/gb.qt/src/CColor.cpp 2.0/trunk/main/gbc/gbc.c 2.0/trunk/main/lib/draw/CDraw.c 2.0/trunk/main/share/gb_limit.h Added Paths: ----------- 2.0/trunk/comp/src/gb.form.dialog/.lang/fr.mo 2.0/trunk/comp/src/gb.form.dialog/.lang/ja.mo This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-29 19:44:46
|
Revision: 791 http://gambas.svn.sourceforge.net/gambas/?rev=791&view=rev Author: gambas Date: 2007-10-29 12:44:49 -0700 (Mon, 29 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: A new icon for searching entire words option. [INTERPRETER] * BUG: Fix a crash when creating an error backtrace without class context. [GB.QT] * BUG: HBox and VBox with AutoResize set do not shrink to a null size when they have no visible child. They keep their size. [GB.GTK] * BUG: HBox and VBox with AutoResize set do not shrink to a null size when they have no visible child. They keep their size. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/img/16/word.png 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.list 2.0/trunk/comp/src/gb.form/.project 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.dialog/.project 2.0/trunk/comp/src/gb.form.dialog/Main.module 2.0/trunk/gb.gtk/src/gcontainer.cpp 2.0/trunk/gb.gtk/src/gcontainer.h 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.qt/share/gb.form.arrangement.h 2.0/trunk/main/gbx/gb_error.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-30 09:36:12
|
Revision: 792 http://gambas.svn.sourceforge.net/gambas/?rev=792&view=rev Author: gambas Date: 2007-10-30 02:36:16 -0700 (Tue, 30 Oct 2007) Log Message: ----------- [GB.GTK] * BUG: GridView rows resizing works again. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/gb.gtk/src/ggridview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jor...@us...> - 2007-10-30 10:46:08
|
Revision: 793 http://gambas.svn.sourceforge.net/gambas/?rev=793&view=rev Author: jordisayol Date: 2007-10-30 03:46:13 -0700 (Tue, 30 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Catalan translation updated. * NEW: Catalan tips updated. [DATABASE MANAGER] * NEW: Catalan translation updated. [WIKI CGI SCRIPT] * NEW: Catalan translation updated. [GB.FORM] * NEW: Catalan translation updated. [GB.FORM.MDI] * NEW: Catalan translation added. [GB.FORM.DIALOG] * NEW: Catalan translation added. [GB.DB.FORM] * NEW: Catalan translation added. Modified Paths: -------------- 2.0/trunk/app/src/doc.cgi/.lang/.pot 2.0/trunk/app/src/doc.cgi/.lang/ca.po 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/.lang/ca.po 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/ca.po 2.0/trunk/app/src/gambas2/tips/tips.ca 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.lang/ca.po Added Paths: ----------- 2.0/trunk/comp/src/gb.db.form/.lang/ca.po 2.0/trunk/comp/src/gb.form.dialog/.lang/ca.po 2.0/trunk/comp/src/gb.form.mdi/.lang/ca.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-10-31 11:51:22
|
Revision: 794 http://gambas.svn.sourceforge.net/gambas/?rev=794&view=rev Author: gambas Date: 2007-10-31 04:51:18 -0700 (Wed, 31 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Beginning of IDE option dialog slight redesign. [SCRIPTER] * NEW: You can write scripts in Gambas now, thanks to Fabien Bodard. [GB.EVAL] * BUG: Syntax analyzer now correctly interpret the identifier following an exclamation mark as a string. It does not try to change its case anymore. [GB.QT] * BUG: GridView Row and Column property now can be set to -1, meaning that there is no current cell. [GB.FORM] * NEW: FontChooser.ShowPreview is a new property for hiding the font preview. Modified Paths: -------------- 2.0/trunk/app/Makefile.am 2.0/trunk/app/src/INSTALL 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CControl.class 2.0/trunk/app/src/gambas2/FOption.class 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/support.txt 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/FFontChooser.class 2.0/trunk/comp/src/gb.form/FontChooser.class 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CGridView.h 2.0/trunk/main/lib/eval/eval.c Added Paths: ----------- 2.0/trunk/app/src/gbs2/ 2.0/trunk/app/src/gbs2/.directory 2.0/trunk/app/src/gbs2/.icon.png 2.0/trunk/app/src/gbs2/.project 2.0/trunk/app/src/gbs2/.settings 2.0/trunk/app/src/gbs2/CComponent.class 2.0/trunk/app/src/gbs2/MMain.module 2.0/trunk/app/src/gbs2/helptext 2.0/trunk/app/src/gbs2/script.png Removed Paths: ------------- 2.0/trunk/examples/examples/Drawing/Sensor/Form1.class 2.0/trunk/examples/examples/Drawing/Sensor/Form1.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-11-01 18:36:14
|
Revision: 797 http://gambas.svn.sourceforge.net/gambas/?rev=797&view=rev Author: gambas Date: 2007-11-01 11:36:11 -0700 (Thu, 01 Nov 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: New link icon. [GB.GTK] * BUG: Fixed the Drag.Data property when the Drag & Drop operation started outside of the application. [GB.WEB] * BUG: Session.Abandon now correctly clears the Session so that a new one can be created again. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/comp/src/gb.web/.info 2.0/trunk/comp/src/gb.web/.list 2.0/trunk/comp/src/gb.web/Session.module 2.0/trunk/gb.gtk/src/gdesktop.cpp 2.0/trunk/gb.gtk/src/gsignals.cpp Added Paths: ----------- 2.0/trunk/app/src/gambas2/img/16/link.png Removed Paths: ------------- 2.0/trunk/app/src/gambas2/img/16/link.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-11-02 15:13:23
|
Revision: 798 http://gambas.svn.sourceforge.net/gambas/?rev=798&view=rev Author: gambas Date: 2007-11-02 08:13:28 -0700 (Fri, 02 Nov 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Stack size is not a multiple of 1024 bytes anymore, but a multiple of 1024 stack slots. A stack slot is 16 bytes, and will be 32 bytes in the 64 bit version of Gambas. * NEW: More support for transparent colors in the icon editor. [GB.DEBUG] * BUG: The internal buffer is now bigger, so that the IDE has less luck to get a truncated message of the debugger. This is a temporary workaround! [GB.DRAW] * NEW: Draw.Zoom support for transparent colors is better. [GB.QT] * NEW: Color.HSV() now takes an optional alpha component argument. * NEW: Mouse events can be cancelled by using STOP EVENT. [GB.GTK] * NEW: Color.HSV() now takes an optional alpha component argument. [GB.FORM] * NEW: ColorChooser.ShowAlpha is a new property for allowing to set the alpha component of the color. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FColorChooser.class 2.0/trunk/app/src/gambas2/FIconEditor.class 2.0/trunk/app/src/gambas2/FIconEditor.form 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/ColorChooser.class 2.0/trunk/comp/src/gb.form/FColorChooser.class 2.0/trunk/comp/src/gb.form/FColorChooser.form 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/gb.gtk/src/CColor.cpp 2.0/trunk/gb.qt/src/CColor.cpp 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/main/gbx/gbx_project.c 2.0/trunk/main/gbx/gbx_stack.c 2.0/trunk/main/lib/debug/CDebug.c 2.0/trunk/main/lib/draw/CDraw.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-11-02 15:55:46
|
Revision: 799 http://gambas.svn.sourceforge.net/gambas/?rev=799&view=rev Author: gambas Date: 2007-11-02 08:55:49 -0700 (Fri, 02 Nov 2007) Log Message: ----------- [INTERPRETER] * BUG: Fixed a memory leak when using the QUIT instruction in a program with debugging information. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/FIconEditor.class 2.0/trunk/app/src/gbs2/.project 2.0/trunk/app/src/gbs2/helptext 2.0/trunk/main/gbx/gbx.c 2.0/trunk/main/gbx/gbx_exec.c 2.0/trunk/main/gbx/gbx_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-11-05 12:13:47
|
Revision: 802 http://gambas.svn.sourceforge.net/gambas/?rev=802&view=rev Author: gambas Date: 2007-11-05 04:13:52 -0800 (Mon, 05 Nov 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Little option dialog redesign. * NEW: A new option for hiding the message bar. [EXAMPLES] * BUG: Updated the GameOfLife example to the new Draw.Zoom behaviour. [GB.DEBUG] * BUG: The debugger can display anonymous object references without crashing now. [GB.QT.EXT] * BUG: Fixed an editor crash when you try to insert some characters after the last line. [GB.GTK] * NEW: The GridView now scrolls continuously when the mouse cursor is outside of it while selecting. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 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 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/FPropertyProject.form 2.0/trunk/app/src/gambas2/FToolBar.class 2.0/trunk/app/src/gambas2/FToolBox.class 2.0/trunk/app/src/gambas2/FTranslate.form 2.0/trunk/comp/src/gb.web/HTML.module 2.0/trunk/examples/examples/Games/GameOfLife/CGameField.class 2.0/trunk/examples/examples/Games/GameOfLife/FMain.form 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/ggridview.cpp 2.0/trunk/gb.gtk/src/ggridview.h 2.0/trunk/gb.qt/src/ext/gdocument.cpp 2.0/trunk/main/lib/debug/print.c 2.0/trunk/main/lib/draw/CDraw.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-11-05 19:29:19
|
Revision: 806 http://gambas.svn.sourceforge.net/gambas/?rev=806&view=rev Author: gambas Date: 2007-11-05 11:29:24 -0800 (Mon, 05 Nov 2007) Log Message: ----------- [GB.GTK] * BUG: Button, CheckBox, RadioButton, ToggleButton and ToolButton now correctly raise common Control events like MouseDown, MouseUp, Menu... * BUG: Buttons now correctly follows the widget style. Modified Paths: -------------- 2.0/trunk/examples/examples/Games/GameOfLife/.project 2.0/trunk/gb.gtk/src/gbutton.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-11-06 19:25:00
|
Revision: 807 http://gambas.svn.sourceforge.net/gambas/?rev=807&view=rev Author: gambas Date: 2007-11-06 11:25:02 -0800 (Tue, 06 Nov 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: When adding an image, HTML or CSS file, a new option allows to specify if the default file extension should be added. * NEW: The example groups are now drawn with a blended background in the welcome dialog. * BUG: Fixed the icon editor selection when the image is not square. [GB.GTK] * NEW: TrayIcon Menu and MouseWheel events were implemented. 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.mo 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/sv.po 2.0/trunk/app/src/gambas2/FCreateFile.class 2.0/trunk/app/src/gambas2/FCreateFile.form 2.0/trunk/app/src/gambas2/FIconEditor.class 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FTranslate.class 2.0/trunk/app/src/gambas2/FWelcome.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/app/src/gambas2/img/32/linked.png 2.0/trunk/app/src/gambas2/img/logo/mandriva.png 2.0/trunk/examples/examples/Games/GameOfLife/.project 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/CTrayIcon.cpp 2.0/trunk/gb.gtk/src/gb.gtk.component 2.0/trunk/gb.gtk/src/gtrayicon.cpp 2.0/trunk/gb.gtk/src/gtrayicon.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-11-06 21:56:32
|
Revision: 808 http://gambas.svn.sourceforge.net/gambas/?rev=808&view=rev Author: gambas Date: 2007-11-06 13:56:37 -0800 (Tue, 06 Nov 2007) Log Message: ----------- [INTERPRETER] * BUG: Now any external process run by SHELL or EXEC starts in the working directory of the current program, as returned by the Application.Dir property. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/it.po 2.0/trunk/gb.gtk/TODO 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-11-08 12:38:27
|
Revision: 809 http://gambas.svn.sourceforge.net/gambas/?rev=809&view=rev Author: gambas Date: 2007-11-08 04:38:32 -0800 (Thu, 08 Nov 2007) Log Message: ----------- [CONFIGURATION] * Switch version to 1.9.91 for the first release candidate. [SCRIPTER] * NEW: Register a mime-type for Gambas scripts if xdg utils from the Portland project are installed on the system. [INTERPRETER] * NEW: Register a mime-type for Gambas executable if xdg utils from the Portland project are installed on the system. Modified Paths: -------------- 2.0/trunk/acinclude.m4 2.0/trunk/app/Makefile.am 2.0/trunk/app/configure.ac 2.0/trunk/main/Makefile.am 2.0/trunk/main/configure.ac Added Paths: ----------- 2.0/trunk/app/mime/ 2.0/trunk/app/mime/application-x-gambasscript.png 2.0/trunk/app/mime/application-x-gambasscript.xml 2.0/trunk/main/mime/ 2.0/trunk/main/mime/application-x-gambas.png 2.0/trunk/main/mime/application-x-gambas.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-11-10 09:25:49
|
Revision: 810 http://gambas.svn.sourceforge.net/gambas/?rev=810&view=rev Author: gambas Date: 2007-11-10 01:25:53 -0800 (Sat, 10 Nov 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The project directory icon was changed. [GB.EVAL] * BUG: Fixed the string parser. Spurious syntax error while evaluating some string expressions consequently disappeared. Modified Paths: -------------- 2.0/trunk/app/src/doc.cgi/.project 2.0/trunk/app/src/gambas-database-manager/.icon.png 2.0/trunk/app/src/gambas2/.icon.png 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/app/src/gbs2/.icon.png 2.0/trunk/examples/examples/Automation/KateBrowser/.icon.png 2.0/trunk/examples/examples/Automation/KateBrowser/.project 2.0/trunk/examples/examples/Automation/Scripting/.icon.png 2.0/trunk/examples/examples/Automation/Scripting/.project 2.0/trunk/examples/examples/Basic/Blights/.icon.png 2.0/trunk/examples/examples/Basic/Blights/.project 2.0/trunk/examples/examples/Basic/Collection/.icon.png 2.0/trunk/examples/examples/Basic/Collection/.project 2.0/trunk/examples/examples/Basic/DragNDrop/.icon.png 2.0/trunk/examples/examples/Basic/Object/.icon.png 2.0/trunk/examples/examples/Basic/Object/.project 2.0/trunk/examples/examples/Basic/Timer/.icon.png 2.0/trunk/examples/examples/Basic/Timer/.project 2.0/trunk/examples/examples/Control/Embedder/.icon.png 2.0/trunk/examples/examples/Control/Embedder/.project 2.0/trunk/examples/examples/Control/HighlightEditor/.icon.png 2.0/trunk/examples/examples/Control/HighlightEditor/.project 2.0/trunk/examples/examples/Control/TextEdit/.icon.png 2.0/trunk/examples/examples/Control/TextEdit/.project 2.0/trunk/examples/examples/Control/TreeView/.icon.png 2.0/trunk/examples/examples/Database/DataReportExample/.icon.png 2.0/trunk/examples/examples/Database/DataReportExample/.project 2.0/trunk/examples/examples/Database/Database/.icon.png 2.0/trunk/examples/examples/Database/Database/.project 2.0/trunk/examples/examples/Database/PictureDatabase/.icon.png 2.0/trunk/examples/examples/Drawing/AnalogWatch/.icon.png 2.0/trunk/examples/examples/Drawing/AnalogWatch/.project 2.0/trunk/examples/examples/Drawing/Chart/.icon.png 2.0/trunk/examples/examples/Drawing/Chart/.project 2.0/trunk/examples/examples/Drawing/Clock/.icon.png 2.0/trunk/examples/examples/Drawing/Clock/.project 2.0/trunk/examples/examples/Drawing/Gravity/.icon.png 2.0/trunk/examples/examples/Drawing/Gravity/.project 2.0/trunk/examples/examples/Drawing/ImageViewer/.icon.png 2.0/trunk/examples/examples/Drawing/ImageViewer/.project 2.0/trunk/examples/examples/Drawing/OnScreenDisplay/.icon.png 2.0/trunk/examples/examples/Drawing/OnScreenDisplay/.project 2.0/trunk/examples/examples/Drawing/Sensor/.icon.png 2.0/trunk/examples/examples/Drawing/Sensor/.project 2.0/trunk/examples/examples/Games/BeastScroll/.icon.png 2.0/trunk/examples/examples/Games/Concent/.icon.png 2.0/trunk/examples/examples/Games/Concent/.project 2.0/trunk/examples/examples/Games/DeepSpace/.icon.png 2.0/trunk/examples/examples/Games/DeepSpace/.project 2.0/trunk/examples/examples/Games/GameOfLife/.icon.png 2.0/trunk/examples/examples/Games/RobotFindsKitten/.icon.png 2.0/trunk/examples/examples/Games/RobotFindsKitten/.project 2.0/trunk/examples/examples/Games/Snake/.icon.png 2.0/trunk/examples/examples/Games/Solitaire/.icon.png 2.0/trunk/examples/examples/Games/Solitaire/.project 2.0/trunk/examples/examples/Misc/Console/.icon.png 2.0/trunk/examples/examples/Misc/Console/.project 2.0/trunk/examples/examples/Misc/Evaluator/.icon.png 2.0/trunk/examples/examples/Misc/Evaluator/.project 2.0/trunk/examples/examples/Misc/Explorer/.icon.png 2.0/trunk/examples/examples/Misc/Explorer/.project 2.0/trunk/examples/examples/Misc/Notepad/.icon.png 2.0/trunk/examples/examples/Misc/Notepad/.project 2.0/trunk/examples/examples/Misc/PDFViewer/.icon.png 2.0/trunk/examples/examples/Misc/PDFViewer/.project 2.0/trunk/examples/examples/Networking/ClientSocket/.icon.png 2.0/trunk/examples/examples/Networking/ClientSocket/.project 2.0/trunk/examples/examples/Networking/DnsClient/.icon.png 2.0/trunk/examples/examples/Networking/DnsClient/.project 2.0/trunk/examples/examples/Networking/HTTPGet/.icon.png 2.0/trunk/examples/examples/Networking/HTTPGet/.project 2.0/trunk/examples/examples/Networking/HTTPPost/.icon.png 2.0/trunk/examples/examples/Networking/HTTPPost/.project 2.0/trunk/examples/examples/Networking/SerialPort/.icon.png 2.0/trunk/examples/examples/Networking/SerialPort/.project 2.0/trunk/examples/examples/Networking/ServerSocket/.icon.png 2.0/trunk/examples/examples/Networking/ServerSocket/.project 2.0/trunk/examples/examples/Networking/UDPServerClient/.icon.png 2.0/trunk/examples/examples/Networking/UDPServerClient/.project 2.0/trunk/examples/examples/Networking/WebBrowser/.icon.png 2.0/trunk/examples/examples/Networking/WebBrowser/.project 2.0/trunk/examples/examples/OpenGL/GambasGears/.icon.png 2.0/trunk/examples/examples/Printing/Printing/.icon.png 2.0/trunk/examples/examples/Printing/Printing/.project 2.0/trunk/examples/examples/Sound/CDPlayer/.icon.png 2.0/trunk/examples/examples/Sound/CDPlayer/.project 2.0/trunk/examples/examples/Sound/MusicPlayer/.icon.png 2.0/trunk/examples/examples/Sound/MusicPlayer/.project 2.0/trunk/examples/examples/Video/MoviePlayer/.icon.png 2.0/trunk/examples/examples/Video/MoviePlayer/.project 2.0/trunk/examples/examples/Video/MyWebCam/.icon.png 2.0/trunk/examples/examples/Video/MyWebCam/.project 2.0/trunk/main/gbc/gbc_read.c 2.0/trunk/main/lib/eval/eval.c 2.0/trunk/main/lib/eval/eval_read.c Added Paths: ----------- 2.0/trunk/app/src/gambas2/img/logo/gambas-folder-64.png 2.0/trunk/examples/examples/Basic/Collection/collection.png 2.0/trunk/examples/examples/Basic/Object/object.png Removed Paths: ------------- 2.0/trunk/examples/examples/Basic/Collection/collection.png 2.0/trunk/examples/examples/Basic/Object/object.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-11-10 17:12:04
|
Revision: 811 http://gambas.svn.sourceforge.net/gambas/?rev=811&view=rev Author: gambas Date: 2007-11-10 09:12:05 -0800 (Sat, 10 Nov 2007) Log Message: ----------- [GB.DB.ODBC] * NEW: The ODBC driver got blob support. [GB.PDF] * BUG: poppler >= 0.5 is now a requirement for the compilation. Modified Paths: -------------- 2.0/trunk/gb.db.odbc/src/main.c 2.0/trunk/gb.pdf/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-11-12 11:48:08
|
Revision: 812 http://gambas.svn.sourceforge.net/gambas/?rev=812&view=rev Author: gambas Date: 2007-11-12 03:14:26 -0800 (Mon, 12 Nov 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The reload button was implemented in text editor and icon editor. * NEW: The reload button is always active, even if the editor was not modified in the IDE. [GB.QT] * BUG: Now you cannot display a message box if another one is already displayed. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 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/FIconEditor.form 2.0/trunk/app/src/gambas2/FTextEditor.class 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/FColorChooser.class 2.0/trunk/gb.qt/src/CMessage.cpp 2.0/trunk/gb.qt/src/ext/gview.cpp 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-11-13 11:13:05
|
Revision: 821 http://gambas.svn.sourceforge.net/gambas/?rev=821&view=rev Author: gambas Date: 2007-11-13 03:13:10 -0800 (Tue, 13 Nov 2007) Log Message: ----------- * ChangeLog update. Modified Paths: -------------- 2.0/trunk/ChangeLog 2.0/trunk/examples/examples/Drawing/OnScreenDisplay/FOnScreenDisplay.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |