[Gambas-devel-svn] SF.net SVN: gambas: [429] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-06-24 18:33:12
|
Revision: 429 http://svn.sourceforge.net/gambas/?rev=429&view=rev Author: gambas Date: 2007-06-24 11:33:12 -0700 (Sun, 24 Jun 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: A button for swapping between gb.qt and gb.gtk in the project property dialog. This is for testing, and will be removed in the future. [COMPILER] * BUG: The compiler allocated a too small internal buffer for little forms, and then crashed. This has been fixed. [GB.GTK] * NEW: UserContainer.Children now behaves correctly. * BUG: TreeView.EnsureVisible now works correcty. * BUG: TreeView.Clear now works correcty. * BUG: Many other fixes in TreeView, ColumnView and ListView controls. * NEW: ComboBox Activate and Change events were implemented. * NEW: Default and Cancel buttons were correctly implemented. * BUG: Some fixes in TrayIcon. * NEW: Tray icons are now transparent. * NEW: TabStrip can delete tabs individually now. * NEW: Window.Reparent has been implemented. * NEW: Control.SetFocus works even if the window is not yet realized. * NEW: Control Next and Previous properties reading have been implemented. * BUG: Dialog.OpenFile now behaves like in gb.qt. * BUG: Many fixes in window management. [GB.QT] * NEW: TreeView.Key does not change TreeView.Item anymore. And so on for ListView and ColumnView. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.lang/.pot 2.0/trunk/app/src/gambas-database-manager/FPassword.class 2.0/trunk/app/src/gambas-database-manager/FPassword.form 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.desktop/.info 2.0/trunk/comp/src/gb.desktop/.list 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/FDirChooser.class 2.0/trunk/comp/src/gb.form/FMain.form 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/FTest.form 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.report/.info 2.0/trunk/comp/src/gb.report/.list 2.0/trunk/examples/examples/Basic/Blights/win1.form 2.0/trunk/examples/examples/Drawing/ImageViewer/.project 2.0/trunk/examples/examples/Drawing/ImageViewer/FViewer.form 2.0/trunk/examples/examples/Games/Solitaire/.project 2.0/trunk/examples/examples/Games/Solitaire/FBoardSelect.form 2.0/trunk/examples/examples/Games/Solitaire/FGameArea.class 2.0/trunk/examples/examples/Networking/ClientSocket/.icon.png 2.0/trunk/examples/examples/Networking/ClientSocket/.project 2.0/trunk/examples/examples/Networking/ClientSocket/FrmMain.form 2.0/trunk/examples/examples/Networking/DnsClient/.icon.png 2.0/trunk/examples/examples/Networking/DnsClient/.project 2.0/trunk/examples/examples/Networking/DnsClient/FMain.form 2.0/trunk/examples/examples/Networking/HTTPGet/.icon.png 2.0/trunk/examples/examples/Networking/HTTPGet/.project 2.0/trunk/examples/examples/Networking/HTTPGet/F.form 2.0/trunk/examples/examples/Networking/HTTPGet/FConfig.class 2.0/trunk/examples/examples/Networking/HTTPGet/FConfig.form 2.0/trunk/examples/examples/Networking/SerialPort/.icon.png 2.0/trunk/examples/examples/Networking/SerialPort/.project 2.0/trunk/examples/examples/Networking/SerialPort/FSerialPort.form 2.0/trunk/examples/examples/Networking/ServerSocket/.icon.png 2.0/trunk/examples/examples/Networking/ServerSocket/.project 2.0/trunk/examples/examples/Networking/ServerSocket/FrmMain.form 2.0/trunk/gb.gtk/src/CContainer.cpp 2.0/trunk/gb.gtk/src/CTabStrip.cpp 2.0/trunk/gb.gtk/src/CTextBox.cpp 2.0/trunk/gb.gtk/src/CTrayIcon.cpp 2.0/trunk/gb.gtk/src/CTreeView.cpp 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.gtk/src/CWidget.h 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/Makefile.am 2.0/trunk/gb.gtk/src/gapplication.cpp 2.0/trunk/gb.gtk/src/gapplication.h 2.0/trunk/gb.gtk/src/gbutton.cpp 2.0/trunk/gb.gtk/src/gbutton.h 2.0/trunk/gb.gtk/src/gcombobox.cpp 2.0/trunk/gb.gtk/src/gcombobox.h 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.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gdraw.cpp 2.0/trunk/gb.gtk/src/gdrawingarea.h 2.0/trunk/gb.gtk/src/gfont.cpp 2.0/trunk/gb.gtk/src/gmainwindow.cpp 2.0/trunk/gb.gtk/src/gmainwindow.h 2.0/trunk/gb.gtk/src/gmenu.cpp 2.0/trunk/gb.gtk/src/gmessage.cpp 2.0/trunk/gb.gtk/src/gpicturebox.cpp 2.0/trunk/gb.gtk/src/gsignals.cpp 2.0/trunk/gb.gtk/src/gsplitter.cpp 2.0/trunk/gb.gtk/src/gtabstrip.cpp 2.0/trunk/gb.gtk/src/gtabstrip.h 2.0/trunk/gb.gtk/src/gtextarea.cpp 2.0/trunk/gb.gtk/src/gtextbox.cpp 2.0/trunk/gb.gtk/src/gtrayicon.cpp 2.0/trunk/gb.gtk/src/gtrayicon.h 2.0/trunk/gb.gtk/src/gtree.cpp 2.0/trunk/gb.gtk/src/gtree.h 2.0/trunk/gb.gtk/src/gtreeview.cpp 2.0/trunk/gb.gtk/src/gtreeview.h 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.gtk/src/widgets.h 2.0/trunk/gb.gtk/src/widgets_private.h 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CTextBox.cpp 2.0/trunk/gb.qt/src/CTrayIcon.cpp 2.0/trunk/gb.qt/src/CTreeView.cpp 2.0/trunk/main/gbc/gbc_compile.c Added Paths: ----------- 2.0/trunk/comp/src/gb.form.mdi/Form1.class 2.0/trunk/comp/src/gb.form.mdi/Form1.form 2.0/trunk/gb.gtk/src/gdrawingarea.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |