Thread: [Gambas-devel-svn] SF.net SVN: gambas: [47] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2006-09-25 21:02:45
|
Revision: 47 http://svn.sourceforge.net/gambas/?rev=47&view=rev Author: gambas Date: 2006-09-25 14:02:31 -0700 (Mon, 25 Sep 2006) Log Message: ----------- The Wiki CGI script autolink feature is more clever: it can transform a "Class.Property" by a link. The interpreter warning message displayed when it cannot switch to a locale is more clear. Modified Paths: -------------- 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/main/gbx/gbx_local.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-09-26 08:39:30
|
Revision: 49 http://svn.sourceforge.net/gambas/?rev=49&view=rev Author: gambas Date: 2006-09-26 01:39:18 -0700 (Tue, 26 Sep 2006) Log Message: ----------- Really fix automatic completion with constants having underscore, without preventing automatic completion of events from working. Next time, ask me before trying to fix such cahotic code! :-) Modified Paths: -------------- 2.0/trunk/app/src/gambas2/FCompletion.class 2.0/trunk/examples/examples/OpenGL/GambasGears/Module1.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-09-26 08:49:35
|
Revision: 50 http://svn.sourceforge.net/gambas/?rev=50&view=rev Author: gambas Date: 2006-09-26 01:47:43 -0700 (Tue, 26 Sep 2006) Log Message: ----------- Remove configure & Makefile.in files from the repository, because these files are generated. It means that a 'svn checkout' needs a './reconf-all' before './configure -C' so that 'configure' files are generated. Removed Paths: ------------- 2.0/trunk/Makefile.in 2.0/trunk/app/Makefile.in 2.0/trunk/app/configure 2.0/trunk/comp/Makefile.in 2.0/trunk/comp/configure 2.0/trunk/configure 2.0/trunk/examples/Makefile.in 2.0/trunk/examples/configure 2.0/trunk/gb.compress.bzlib2/Makefile.in 2.0/trunk/gb.compress.bzlib2/configure 2.0/trunk/gb.compress.bzlib2/src/Makefile.in 2.0/trunk/gb.compress.zlib/Makefile.in 2.0/trunk/gb.compress.zlib/configure 2.0/trunk/gb.compress.zlib/src/Makefile.in 2.0/trunk/gb.corba/Makefile.in 2.0/trunk/gb.corba/configure 2.0/trunk/gb.corba/src/Makefile.in 2.0/trunk/gb.crypt/Makefile.in 2.0/trunk/gb.crypt/configure 2.0/trunk/gb.crypt/src/Makefile.in 2.0/trunk/gb.db.firebird/Makefile.in 2.0/trunk/gb.db.firebird/configure 2.0/trunk/gb.db.firebird/src/Makefile.in 2.0/trunk/gb.db.mysql/Makefile.in 2.0/trunk/gb.db.mysql/configure 2.0/trunk/gb.db.mysql/src/Makefile.in 2.0/trunk/gb.db.odbc/Makefile.in 2.0/trunk/gb.db.odbc/configure 2.0/trunk/gb.db.odbc/src/Makefile.in 2.0/trunk/gb.db.postgresql/Makefile.in 2.0/trunk/gb.db.postgresql/configure 2.0/trunk/gb.db.postgresql/src/Makefile.in 2.0/trunk/gb.db.sqlite2/Makefile.in 2.0/trunk/gb.db.sqlite2/configure 2.0/trunk/gb.db.sqlite2/src/Makefile.in 2.0/trunk/gb.db.sqlite3/Makefile.in 2.0/trunk/gb.db.sqlite3/configure 2.0/trunk/gb.db.sqlite3/src/Makefile.in 2.0/trunk/gb.gtk/Makefile.in 2.0/trunk/gb.gtk/configure 2.0/trunk/gb.gtk/src/Makefile.in 2.0/trunk/gb.image/Makefile.in 2.0/trunk/gb.image/configure 2.0/trunk/gb.image/src/Makefile.in 2.0/trunk/gb.ldap/Makefile.in 2.0/trunk/gb.ldap/configure 2.0/trunk/gb.ldap/src/Makefile.in 2.0/trunk/gb.net/Makefile.in 2.0/trunk/gb.net/configure 2.0/trunk/gb.net/src/Makefile.in 2.0/trunk/gb.net.curl/Makefile.in 2.0/trunk/gb.net.curl/configure 2.0/trunk/gb.net.curl/src/Makefile.in 2.0/trunk/gb.net.smtp/Makefile.in 2.0/trunk/gb.net.smtp/configure 2.0/trunk/gb.net.smtp/src/Makefile.in 2.0/trunk/gb.opengl/Makefile.in 2.0/trunk/gb.opengl/configure 2.0/trunk/gb.opengl/src/Makefile.in 2.0/trunk/gb.pcre/Makefile.in 2.0/trunk/gb.pcre/configure 2.0/trunk/gb.pcre/src/Makefile.in 2.0/trunk/gb.pdf/Makefile.in 2.0/trunk/gb.pdf/configure 2.0/trunk/gb.pdf/src/Makefile.in 2.0/trunk/gb.qt/Makefile.in 2.0/trunk/gb.qt/configure 2.0/trunk/gb.qt/src/Makefile.in 2.0/trunk/gb.qt/src/ext/Makefile.in 2.0/trunk/gb.qt/src/opengl/Makefile.in 2.0/trunk/gb.qt/src/share/Makefile.in 2.0/trunk/gb.qt.kde/Makefile.in 2.0/trunk/gb.qt.kde/configure 2.0/trunk/gb.qt.kde/src/Makefile.in 2.0/trunk/gb.qt.kde/src/html/Makefile.in 2.0/trunk/gb.sdl/Makefile.in 2.0/trunk/gb.sdl/configure 2.0/trunk/gb.sdl/src/Makefile.in 2.0/trunk/gb.sdl/src/sound/Makefile.in 2.0/trunk/gb.v4l/Makefile.in 2.0/trunk/gb.v4l/configure 2.0/trunk/gb.v4l/src/Makefile.in 2.0/trunk/gb.xml/Makefile.in 2.0/trunk/gb.xml/configure 2.0/trunk/gb.xml/src/Makefile.in 2.0/trunk/gb.xml/src/rpc/Makefile.in 2.0/trunk/gb.xml/src/xslt/Makefile.in 2.0/trunk/help/Makefile.in 2.0/trunk/help/configure 2.0/trunk/main/Makefile.in 2.0/trunk/main/configure 2.0/trunk/main/gbc/Makefile.in 2.0/trunk/main/gbx/Makefile.in 2.0/trunk/main/lib/Makefile.in 2.0/trunk/main/lib/compress/Makefile.in 2.0/trunk/main/lib/db/Makefile.in 2.0/trunk/main/lib/debug/Makefile.in 2.0/trunk/main/lib/eval/Makefile.in 2.0/trunk/main/lib/vb/Makefile.in 2.0/trunk/main/libltdl/Makefile.in 2.0/trunk/main/libltdl/configure 2.0/trunk/main/share/Makefile.in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-09-27 08:23:08
|
Revision: 53 http://svn.sourceforge.net/gambas/?rev=53&view=rev Author: gambas Date: 2006-09-27 01:21:52 -0700 (Wed, 27 Sep 2006) Log Message: ----------- Wiki CGI script autolink now deals with symbols having an underscore in their name. Workspace tab bar now has the correct height when it opens the first time. Modified Paths: -------------- 2.0/trunk/app/src/doc.cgi/.project 2.0/trunk/app/src/doc.cgi/Main.module 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/gb.qt/src/CTabStrip.cpp 2.0/trunk/gb.qt/src/CTabStrip.h 2.0/trunk/gb.qt/src/share/CTabStrip_desc.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-09-27 09:03:52
|
Revision: 54 http://svn.sourceforge.net/gambas/?rev=54&view=rev Author: gambas Date: 2006-09-27 02:02:27 -0700 (Wed, 27 Sep 2006) Log Message: ----------- Create project dialog saves the settings of its directory chooser. The Workspace does not crash anymore when you close the first tab. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FCreateProject.class 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-09-27 09:47:39
|
Revision: 55 http://svn.sourceforge.net/gambas/?rev=55&view=rev Author: gambas Date: 2006-09-27 02:46:12 -0700 (Wed, 27 Sep 2006) Log Message: ----------- Control.Parent now always returns NULL when the control is a top-level window. Consequently, Settings.Read() and Settings.Write() now use the correct key. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/FOpenProject.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.settings/.lang/.pot 2.0/trunk/comp/src/gb.settings/.project 2.0/trunk/gb.qt/src/CWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-09-28 21:30:50
|
Revision: 57 http://svn.sourceforge.net/gambas/?rev=57&view=rev Author: gambas Date: 2006-09-28 14:29:08 -0700 (Thu, 28 Sep 2006) Log Message: ----------- An hidden symbol, in the IDE, is a symbol begining with an underscore, or a symbol with an uderscore inside but that is not a constant. aclocal.m4 files were removed, as they are generated. gb.gtk.svg was imported. DateChooser has a new Activate event. UserControl.Container was removed. Modified Paths: -------------- 2.0/trunk/Makefile.am 2.0/trunk/app/src/doc.cgi/CSymbolInfo.class 2.0/trunk/app/src/gambas2/CSymbolInfo.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/DateChooser.class 2.0/trunk/comp/src/gb.form/FCalendar.class 2.0/trunk/comp/src/gb.form/FMain.class 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/configure.ac 2.0/trunk/gb.qt/src/share/CContainer_desc.h 2.0/trunk/main/libltdl/aclocal.m4 2.0/trunk/reconf-all Added Paths: ----------- 2.0/trunk/gb.gtk.svg/ 2.0/trunk/gb.gtk.svg/AUTHORS 2.0/trunk/gb.gtk.svg/COPYING 2.0/trunk/gb.gtk.svg/ChangeLog 2.0/trunk/gb.gtk.svg/INSTALL 2.0/trunk/gb.gtk.svg/Makefile.am 2.0/trunk/gb.gtk.svg/NEWS 2.0/trunk/gb.gtk.svg/README 2.0/trunk/gb.gtk.svg/acinclude.m4 2.0/trunk/gb.gtk.svg/aclocal.m4 2.0/trunk/gb.gtk.svg/component.am 2.0/trunk/gb.gtk.svg/config.guess 2.0/trunk/gb.gtk.svg/config.h 2.0/trunk/gb.gtk.svg/config.h.in 2.0/trunk/gb.gtk.svg/config.log 2.0/trunk/gb.gtk.svg/config.status 2.0/trunk/gb.gtk.svg/config.sub 2.0/trunk/gb.gtk.svg/configure.ac 2.0/trunk/gb.gtk.svg/depcomp 2.0/trunk/gb.gtk.svg/gambas.h 2.0/trunk/gb.gtk.svg/gb_common.h 2.0/trunk/gb.gtk.svg/install-sh 2.0/trunk/gb.gtk.svg/libtool 2.0/trunk/gb.gtk.svg/ltmain.sh 2.0/trunk/gb.gtk.svg/missing 2.0/trunk/gb.gtk.svg/reconf 2.0/trunk/gb.gtk.svg/spec/ 2.0/trunk/gb.gtk.svg/src/ 2.0/trunk/gb.gtk.svg/src/CSVG.c 2.0/trunk/gb.gtk.svg/src/CSVG.h 2.0/trunk/gb.gtk.svg/src/Makefile.am 2.0/trunk/gb.gtk.svg/src/gb.gtk.svg.component 2.0/trunk/gb.gtk.svg/src/main.c 2.0/trunk/gb.gtk.svg/src/main.h 2.0/trunk/gb.gtk.svg/stamp-h1 Removed Paths: ------------- 2.0/trunk/aclocal.m4 2.0/trunk/app/aclocal.m4 2.0/trunk/comp/aclocal.m4 2.0/trunk/examples/aclocal.m4 2.0/trunk/gb.compress.bzlib2/aclocal.m4 2.0/trunk/gb.compress.zlib/aclocal.m4 2.0/trunk/gb.corba/aclocal.m4 2.0/trunk/gb.crypt/aclocal.m4 2.0/trunk/gb.db.firebird/aclocal.m4 2.0/trunk/gb.db.mysql/aclocal.m4 2.0/trunk/gb.db.odbc/aclocal.m4 2.0/trunk/gb.db.postgresql/aclocal.m4 2.0/trunk/gb.db.sqlite2/aclocal.m4 2.0/trunk/gb.db.sqlite3/aclocal.m4 2.0/trunk/gb.image/aclocal.m4 2.0/trunk/gb.ldap/aclocal.m4 2.0/trunk/gb.net/aclocal.m4 2.0/trunk/gb.net.curl/aclocal.m4 2.0/trunk/gb.net.smtp/aclocal.m4 2.0/trunk/gb.opengl/aclocal.m4 2.0/trunk/gb.pcre/aclocal.m4 2.0/trunk/gb.pdf/aclocal.m4 2.0/trunk/gb.qt/aclocal.m4 2.0/trunk/gb.qt.kde/aclocal.m4 2.0/trunk/gb.sdl/aclocal.m4 2.0/trunk/gb.v4l/aclocal.m4 2.0/trunk/gb.xml/aclocal.m4 2.0/trunk/help/aclocal.m4 2.0/trunk/main/aclocal.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-09-29 17:07:40
|
Revision: 60 http://svn.sourceforge.net/gambas/?rev=60&view=rev Author: gambas Date: 2006-09-29 10:06:32 -0700 (Fri, 29 Sep 2006) Log Message: ----------- Adds the 96 pixels size to the IDE select icon dialog box. Removes gb.gtk.svg/libtool as it is generated. The '#' debugger command now returns a void line when its expression is not an object. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FSelectIcon.form 2.0/trunk/gb.gtk.svg/config.h 2.0/trunk/gb.gtk.svg/config.log 2.0/trunk/gb.gtk.svg/config.status 2.0/trunk/main/lib/debug/print.c Removed Paths: ------------- 2.0/trunk/gb.gtk.svg/libtool This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-09-30 12:55:45
|
Revision: 65 http://svn.sourceforge.net/gambas/?rev=65&view=rev Author: gambas Date: 2006-09-30 05:55:10 -0700 (Sat, 30 Sep 2006) Log Message: ----------- The autolink of class symbols of the wiki now deals with underscore inside symbols. The IDE translation dialog is not displayed if the 'msgmerge' tool is not installed. Old ListBox mode constants were removed. The IconView default arrangement is 'Row'. Fixed a round error in ProgressBar value. Modified Paths: -------------- 2.0/trunk/app/src/doc.cgi/.lang/.pot 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/Main.module 2.0/trunk/app/src/gambas2/.lang/.pot 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/examples/examples/Misc/Explorer/.project 2.0/trunk/examples/examples/Misc/Explorer/FExplorer.class 2.0/trunk/examples/examples/Misc/Explorer/FExplorer.form 2.0/trunk/gb.gtk/aclocal.m4 2.0/trunk/gb.qt/src/CIconView.cpp 2.0/trunk/gb.qt/src/CIconView.h 2.0/trunk/gb.qt/src/CListBox.cpp 2.0/trunk/gb.qt/src/CProgress.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-11-15 08:17:39
|
Revision: 147 http://svn.sourceforge.net/gambas/?rev=147&view=rev Author: gambas Date: 2006-11-15 00:17:40 -0800 (Wed, 15 Nov 2006) Log Message: ----------- [GB.QT COMPONENT] * BUG: The Menu class got its Name property. [GB.GTK COMPONENT] * NEW: Added a stub for the Name property. Modified Paths: -------------- 2.0/trunk/acinclude.m4 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/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/FFileDialog.form 2.0/trunk/gb.gtk/src/CMenu.cpp 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.qt/src/CMenu.cpp 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/CWidget.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-11-22 19:10:56
|
Revision: 158 http://svn.sourceforge.net/gambas/?rev=158&view=rev Author: gambas Date: 2006-11-22 11:10:54 -0800 (Wed, 22 Nov 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Debug windows can display collections * BUG: The signature of functions with a variable number of arguments should be displayed correctly now. * BUG: Removing a breakpoint during a debugging session does not incorrectly set another breakpoint anymore. [EXAMPLES] * NEW: TreeView example was slightly redesigned by Fabien XXX (What's your name?) [INTERPRETER] * NEW: The Pointer datatype can be used in a function signature. * NEW: GB.TempString() is a new API function for creating a temporary string, i.e. a string that is automatically freed by the interpreter later. [COMPILER] * NEW: ENUM is now a keyword reserved for a future use. [GB.DB COMPONENT] * NEW: The Exec(), Find() and Edit() methods do not use substitution anymore, if they receive no extra arguments. [GB.QT COMPONENT] * NEW: Image.Data is a new property that returns a pointer to the interlal image pixels data. [GB.WEB COMPONENT] * BUG: Request URL decoding process is more robust against malformed URLs. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CSymbolInfo.class 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/Request.module 2.0/trunk/examples/examples/Basic/TreeView/.icon.png 2.0/trunk/examples/examples/Basic/TreeView/.project 2.0/trunk/examples/examples/Basic/TreeView/TreeViewExample.class 2.0/trunk/gb.qt/src/CImage.cpp 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_class_info.c 2.0/trunk/main/gbx/gbx_type.c 2.0/trunk/main/lib/db/main.c 2.0/trunk/main/share/gambas.h 2.0/trunk/main/share/gb_reserved.h 2.0/trunk/main/share/gb_reserved_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-25 09:00:22
|
Revision: 329 http://svn.sourceforge.net/gambas/?rev=329&view=rev Author: gambas Date: 2007-04-25 02:00:21 -0700 (Wed, 25 Apr 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Debian packages are now managed by the packager. * NEW: A project "save as" feature has been implemented. * BUG: Removed a duplicated F10 shortcut. [GB.QT] * BUG: The Window KeyPress event handler now correctly intercepts all keyboard events sent to any control inside the window. * BUG: The Default and Cancel properties of Button controls now work correctly when their window is embedded into another window. [GB.FORM] * NEW: Dialog.SelectDirectory is a new method that replaces the default method of the GUI component. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.lang/tr.mo 2.0/trunk/app/src/gambas2/.lang/tr.po 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FEditor.form 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.form 2.0/trunk/app/src/gambas2/FOpenProject.class 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/FProjectItem.class 2.0/trunk/app/src/gambas2/FProjectItem.form 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/app/src/gambas2/FWelcome.class 2.0/trunk/app/src/gambas2/Package.module 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.desktop/Main.module 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/Dialog.class 2.0/trunk/comp/src/gb.form/FFileDialog.form 2.0/trunk/examples/examples/Drawing/Sensor/.project 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.form 2.0/trunk/examples/examples/Misc/Notepad/.icon.png 2.0/trunk/examples/examples/Misc/Notepad/.project 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/reconf-all Added Paths: ----------- 2.0/trunk/app/src/gambas2/img/logo/ubuntu.png 2.0/trunk/comp/src/gb.form/FDirDialog.class 2.0/trunk/comp/src/gb.form/FDirDialog.form 2.0/trunk/examples/examples/Misc/Notepad/notepad.png Removed Paths: ------------- 2.0/trunk/examples/examples/Misc/Notepad/notepad.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-05-25 20:23:49
|
Revision: 394 http://svn.sourceforge.net/gambas/?rev=394&view=rev Author: gambas Date: 2007-05-25 13:23:51 -0700 (Fri, 25 May 2007) Log Message: ----------- [GB.GTK] * BUG: Application.Busy now works correctly. It needs an hack in TextArea implementation. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gtextarea.cpp 2.0/trunk/gb.gtk/src/gtextarea.h 2.0/trunk/gb.gtk/src/gtextbox.cpp 2.0/trunk/gb.gtk/src/gtextbox.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-01 09:12:25
|
Revision: 67 http://svn.sourceforge.net/gambas/?rev=67&view=rev Author: gambas Date: 2006-10-01 02:08:23 -0700 (Sun, 01 Oct 2006) Log Message: ----------- Some fixes in the autolink feature of the wiki CGI script. When you create a documentation page on a new symbol, you automatically get the symbol description in comments. ColorButton control has returned. It now has a Value property that is a synonymous of the Color property. Popup balloon is hidden when a debugging session stops. You can edit an image again in the IDE. The UserControl and UserContainer now have a '_Container' hidden property that replaces the old 'Container' visible property. TrayIcon.Width and TrayIcon.Height now return accurate values. ServerSocket example works again. Modified Paths: -------------- 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/CComponent.class 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FIconEditor.class 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/comp/src/gb.form/.component 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/ColorButton.class 2.0/trunk/comp/src/gb.form/Expander.class 2.0/trunk/comp/src/gb.form/FBalloon.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/ListContainer.class 2.0/trunk/comp/src/gb.form/SidePanel.class 2.0/trunk/comp/src/gb.form/ToolPanel.class 2.0/trunk/comp/src/gb.form/ToolPanelContainer.class 2.0/trunk/comp/src/gb.form/Wizard.class 2.0/trunk/comp/src/gb.form/WizardContainer.class 2.0/trunk/comp/src/gb.form.mdi/ToolBar.class 2.0/trunk/examples/examples/Networking/ServerSocket/.project 2.0/trunk/examples/examples/Networking/ServerSocket/FrmMain.form 2.0/trunk/gb.qt/src/CTrayIcon.cpp 2.0/trunk/gb.qt/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...> - 2006-10-01 13:32:51
|
Revision: 68 http://svn.sourceforge.net/gambas/?rev=68&view=rev Author: gambas Date: 2006-10-01 06:32:19 -0700 (Sun, 01 Oct 2006) Log Message: ----------- Some fixes in the wiki CGI script. Now you can edit a picture and change its title without losing the picture contents. Version number is now 1.9.44. GTK+ stock icons were fixed. Some generated files were removed from gb.gtk.svg. Modified Paths: -------------- 2.0/trunk/acinclude.m4 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/FMain.form 2.0/trunk/comp/src/gb.db.form/.lang/.pot 2.0/trunk/gb.qt/src/gb.qt/.project 2.0/trunk/gb.qt/src/gb.qt/stock/gnome.map 2.0/trunk/gb.qt/src/gb.qt/stock/kde.map 2.0/trunk/gb.qt/src/gb.qt/stock/map Removed Paths: ------------- 2.0/trunk/gb.gtk.svg/config.h 2.0/trunk/gb.gtk.svg/config.log 2.0/trunk/gb.gtk.svg/config.status This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-02 16:21:14
|
Revision: 69 http://svn.sourceforge.net/gambas/?rev=69&view=rev Author: gambas Date: 2006-10-02 09:20:48 -0700 (Mon, 02 Oct 2006) Log Message: ----------- main: A little optimization in hash table routines. main: The main interpreter loop is now always compiled with -03. This speeds up the interpreter by about 5%. gb.qt: The disabled icon creation routine has been optimized. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/main/gbx/Makefile.am 2.0/trunk/main/gbx/gbx_hash.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-04 09:34:19
|
Revision: 78 http://svn.sourceforge.net/gambas/?rev=78&view=rev Author: gambas Date: 2006-10-04 02:34:08 -0700 (Wed, 04 Oct 2006) Log Message: ----------- Merged changes from 1.9.44 tag. GB.QT COMPONENT * BUG: Multiple selection mode of TreeView, ListView and ColumnView now behave as before. Modified Paths: -------------- 2.0/trunk/ChangeLog 2.0/trunk/gb.gtk.svg/Makefile.am 2.0/trunk/gb.qt/src/CTreeView.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-04 17:33:46
|
Revision: 84 http://svn.sourceforge.net/gambas/?rev=84&view=rev Author: gambas Date: 2006-10-04 10:32:40 -0700 (Wed, 04 Oct 2006) Log Message: ----------- Rules for ignoring .svn directories when generating a source package. [GB.DB.FIREBIRD] * NEW: A standalone version of ibpp 2.5.2.2 is used now. Modified Paths: -------------- 2.0/trunk/Makefile.am 2.0/trunk/app/Makefile.am 2.0/trunk/comp/Makefile.am 2.0/trunk/component.am 2.0/trunk/examples/Makefile.am 2.0/trunk/gb.db.firebird/README 2.0/trunk/gb.db.firebird/configure.ac 2.0/trunk/gb.db.firebird/src/Makefile.am 2.0/trunk/gb.db.firebird/src/main.cpp 2.0/trunk/gb.gtk.svg/Makefile.am Added Paths: ----------- 2.0/trunk/gb.db.firebird/src/all_in_one.cpp 2.0/trunk/gb.db.firebird/src/ibpp/ 2.0/trunk/gb.db.firebird/src/ibpp/Makefile.am 2.0/trunk/gb.db.firebird/src/ibpp/changelog.txt 2.0/trunk/gb.db.firebird/src/ibpp/core/ 2.0/trunk/gb.db.firebird/src/ibpp/core/_dpb.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/_ibpp.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/_ibpp.h 2.0/trunk/gb.db.firebird/src/ibpp/core/_ibs.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/_rb.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/_spb.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/_tpb.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/all_in_one.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/array.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/blob.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/database.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/date.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/dbkey.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/events.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/exception.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/ibase.h 2.0/trunk/gb.db.firebird/src/ibpp/core/iberror.h 2.0/trunk/gb.db.firebird/src/ibpp/core/ibpp.h 2.0/trunk/gb.db.firebird/src/ibpp/core/row.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/service.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/statement.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/time.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/transaction.cpp 2.0/trunk/gb.db.firebird/src/ibpp/core/user.cpp 2.0/trunk/gb.db.firebird/src/ibpp/howtobuild.txt 2.0/trunk/gb.db.firebird/src/ibpp/license.txt 2.0/trunk/gb.db.firebird/src/ibpp/releasenotes.txt 2.0/trunk/gb.db.firebird/src/ibpp/todo.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-07 10:33:34
|
Revision: 97 http://svn.sourceforge.net/gambas/?rev=97&view=rev Author: gambas Date: 2006-10-07 03:33:21 -0700 (Sat, 07 Oct 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fixed a bug that made the translation dialog fail when the project description contains quote characters. * BUG: The find list work correctly now when the search string changes. [GB.QT COMPONENT] * BUG: Closing a window during the Open event works now. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FFind.class 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/app/src/gambas2/Project.module 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...> - 2006-10-08 09:36:49
|
Revision: 98 http://svn.sourceforge.net/gambas/?rev=98&view=rev Author: gambas Date: 2006-10-08 02:35:20 -0700 (Sun, 08 Oct 2006) Log Message: ----------- [DATABASE MANAGER] * BUG: The program closes correctly when you hit the cancel button in the startup password dialog. [DEVELOPMENT ENVIRONMENT] * BUG: The color chooser works again. * NEW: Image.Draw() is used for drawing a clean icon for startup classes. [GB.QT COMPONENT] * NEW: Message boxes are resizable again. * NEW: Image.Draw() is a new method for blending an image into another image. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/FMain.class 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/FColorChooser.class 2.0/trunk/app/src/gambas2/FOpenProject.form 2.0/trunk/app/src/gambas2/FOutput.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/gb.qt/src/CImage.cpp 2.0/trunk/gb.qt/src/CMessage.cpp 2.0/trunk/gb.qt/src/CMessage.h 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...> - 2006-10-08 15:50:47
|
Revision: 99 http://svn.sourceforge.net/gambas/?rev=99&view=rev Author: gambas Date: 2006-10-08 08:50:19 -0700 (Sun, 08 Oct 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Project tree items are correctly sorted now. * NEW: The 'Use system charset' check-box is hidden now when the system charset is the same as the desktop charset, i.e. UTF-8. [INTERPRETER] * NEW: String.Comp() is a new method for comparing UTF-8 strings. [GB.FORM COMPONENT] * NEW: DirView now supports in-place renaming of directories. * NEW: DirChooser and FileChooser got a button for creating directories. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/FOutput.class 2.0/trunk/app/src/gambas2/FOutput.form 2.0/trunk/app/src/gambas2/Project.module 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/DirView.class 2.0/trunk/comp/src/gb.form/FDirChooser.class 2.0/trunk/comp/src/gb.form/FDirChooser.form 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/gb.qt/src/CIconView.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/main/gbx/gbx_c_string.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...> - 2006-10-08 16:49:45
|
Revision: 100 http://svn.sourceforge.net/gambas/?rev=100&view=rev Author: gambas Date: 2006-10-08 09:49:24 -0700 (Sun, 08 Oct 2006) Log Message: ----------- [GB.FORM COMPONENT] * BUG: DirView renaming now keeps the sort order. * NEW: FileView.Border is a new property for settings the control border. [GB.QT COMPONENT] * BUG: The Border property of view controls is forced to TRUE, because of KDE styles that set it to FALSE at creation. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/FOpenProject.form 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/DirView.class 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/FileView.class 2.0/trunk/gb.qt/src/CIconView.cpp 2.0/trunk/gb.qt/src/CScrollView.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/gb.qt/src/CWidget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2006-10-10 21:03:43
|
Revision: 101 http://svn.sourceforge.net/gambas/?rev=101&view=rev Author: lordheavy Date: 2006-10-10 14:02:46 -0700 (Tue, 10 Oct 2006) Log Message: ----------- Move sdl.sound component into it's own directory (gb.sdl.sound). Add SDLcursor files for cursor managment. [GB.SDL] * NEW: Window class provide a mouse property to change the mouse cursor ?\194?\160 Now Xcursor library is needed (provide by default with Xfree4.x/xorg) * NEW: Mouse class provide cursor shape constants. Modified Paths: -------------- 2.0/trunk/Makefile.am 2.0/trunk/configure.ac 2.0/trunk/gb.sdl/ChangeLog 2.0/trunk/gb.sdl/README 2.0/trunk/gb.sdl/configure.ac 2.0/trunk/gb.sdl/src/Cmouse.cpp 2.0/trunk/gb.sdl/src/Cwindow.cpp 2.0/trunk/gb.sdl/src/Makefile.am 2.0/trunk/gb.sdl/src/SDL_h.h 2.0/trunk/gb.sdl/src/SDLapp.cpp 2.0/trunk/gb.sdl/src/SDLwindow.cpp 2.0/trunk/gb.sdl/src/SDLwindow.h Added Paths: ----------- 2.0/trunk/gb.sdl/src/SDLcursor.cpp 2.0/trunk/gb.sdl/src/SDLcursor.h 2.0/trunk/gb.sdl.sound/ 2.0/trunk/gb.sdl.sound/AUTHORS 2.0/trunk/gb.sdl.sound/COPYING 2.0/trunk/gb.sdl.sound/ChangeLog 2.0/trunk/gb.sdl.sound/INSTALL 2.0/trunk/gb.sdl.sound/Makefile.am 2.0/trunk/gb.sdl.sound/NEWS 2.0/trunk/gb.sdl.sound/README 2.0/trunk/gb.sdl.sound/acinclude.m4 2.0/trunk/gb.sdl.sound/component.am 2.0/trunk/gb.sdl.sound/config.guess 2.0/trunk/gb.sdl.sound/config.h.in 2.0/trunk/gb.sdl.sound/config.sub 2.0/trunk/gb.sdl.sound/configure.ac 2.0/trunk/gb.sdl.sound/depcomp 2.0/trunk/gb.sdl.sound/gambas.h 2.0/trunk/gb.sdl.sound/gb_common.h 2.0/trunk/gb.sdl.sound/install-sh 2.0/trunk/gb.sdl.sound/ltmain.sh 2.0/trunk/gb.sdl.sound/missing 2.0/trunk/gb.sdl.sound/reconf 2.0/trunk/gb.sdl.sound/spec/ 2.0/trunk/gb.sdl.sound/src/ 2.0/trunk/gb.sdl.sound/src/Makefile.am 2.0/trunk/gb.sdl.sound/src/cdrom.c 2.0/trunk/gb.sdl.sound/src/cdrom.h 2.0/trunk/gb.sdl.sound/src/gb.sdl.sound.component 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 Removed Paths: ------------- 2.0/trunk/gb.sdl/src/sound/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-10 21:45:52
|
Revision: 102 http://svn.sourceforge.net/gambas/?rev=102&view=rev Author: gambas Date: 2006-10-10 14:45:37 -0700 (Tue, 10 Oct 2006) Log Message: ----------- [CONFIGURATION] * NEW: Version number upgraded to 1.9.45. * BUG: A fix in detection of disabled components. Now just one failing GB_COMPONENT macro will disable the component, not all like before. [DEVELOPMENT ENVIRONMENT] * BUG: Some fixes in HTML highlighting. [GB.QT COMPONENT] * BUG: The order of CheckBox properties has been fixed. Tristate must come before Value. [GB.DB.FIREBIRD COMPONENT] * BUG: The detection of firebird library was fixed. [GB.WEB COMPONENT] * NEW: New experimental component. Do not use it at the moment. Modified Paths: -------------- 2.0/trunk/acinclude.m4 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/FTextEditor.class 2.0/trunk/gb.db.firebird/configure.ac 2.0/trunk/gb.qt/src/CTabStrip.cpp 2.0/trunk/gb.qt/src/share/CCheckBox_desc.h 2.0/trunk/gb.sdl/config.h.in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2006-10-11 09:24:31
|
Revision: 104 http://svn.sourceforge.net/gambas/?rev=104&view=rev Author: gambas Date: 2006-10-11 02:24:05 -0700 (Wed, 11 Oct 2006) Log Message: ----------- gb.web files added. [DEVELOPMENT ENVIRONMENT] * NEW: A new command in the Project menu to clean up the project, i.e. removing all backup files, generated files, core dumps, thumbnails directories... 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/FMain.form 2.0/trunk/app/src/gambas2/Project.module Added Paths: ----------- 2.0/trunk/comp/src/gb.web/ 2.0/trunk/comp/src/gb.web/.component 2.0/trunk/comp/src/gb.web/.directory 2.0/trunk/comp/src/gb.web/.icon.png 2.0/trunk/comp/src/gb.web/.info 2.0/trunk/comp/src/gb.web/.lang/ 2.0/trunk/comp/src/gb.web/.list 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/CGI.module 2.0/trunk/comp/src/gb.web/HTML.module 2.0/trunk/comp/src/gb.web/Main.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |