[Gambas-devel-svn] SF.net SVN: gambas: [529] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-08-27 22:27:03
|
Revision: 529 http://gambas.svn.sourceforge.net/gambas/?rev=529&view=rev Author: gambas Date: 2007-08-27 15:27:02 -0700 (Mon, 27 Aug 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Selecting a directory when importing a theme does not crash anymore. * NEW: Spanish catalan is now the default catalan language. [GB.GTK] * NEW: Drag & Drop was redesigned. The following features are not yet implemented: Drag.Formats, Drag.Show and Drag.Hide. Drag.Icon does not work too. * BUG: The MouseDrag event works correctly now. * BUG: The MouseMove event should be raised on all controls now. * BUG: gPicture::copy() now works correctly for images stored in memory. * BUG: TabStrip.Text is implemented correctly now. * BUG: Mouse.State and Mouse button properties should have the correct value in all cases now. Modified Paths: -------------- 2.0/trunk/app/src/gambas-database-manager/.project 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FOption.class 2.0/trunk/app/src/gambas2/Language.module 2.0/trunk/examples/examples/Basic/DragNDrop/.project 2.0/trunk/examples/examples/Basic/DragNDrop/FDragNDrop.class 2.0/trunk/examples/examples/Basic/DragNDrop/FDragNDrop.form 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/CButton.cpp 2.0/trunk/gb.gtk/src/CClipboard.cpp 2.0/trunk/gb.gtk/src/CClipboard.h 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/CIconView.cpp 2.0/trunk/gb.gtk/src/CMenu.cpp 2.0/trunk/gb.gtk/src/CPicture.cpp 2.0/trunk/gb.gtk/src/CTabStrip.cpp 2.0/trunk/gb.gtk/src/CTreeView.cpp 2.0/trunk/gb.gtk/src/CWidget.cpp 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/Makefile.am 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gcontrol.h 2.0/trunk/gb.gtk/src/gdesktop.cpp 2.0/trunk/gb.gtk/src/gmouse.cpp 2.0/trunk/gb.gtk/src/gpicture.cpp 2.0/trunk/gb.gtk/src/gshare.h 2.0/trunk/gb.gtk/src/gsignals.cpp 2.0/trunk/gb.gtk/src/gtabstrip.cpp 2.0/trunk/gb.gtk/src/gtools.h 2.0/trunk/gb.gtk/src/widgets.h 2.0/trunk/gb.gtk/src/widgets_private.h Added Paths: ----------- 2.0/trunk/app/src/gambas2/.lang/ca.mo 2.0/trunk/app/src/gambas2/.lang/ca.po 2.0/trunk/gb.gtk/src/gdrag.h Removed Paths: ------------- 2.0/trunk/app/src/gambas2/.lang/ca_ES.mo 2.0/trunk/app/src/gambas2/.lang/ca_ES.po 2.0/trunk/gb.qt/src/share/CClipboard_desc.h 2.0/trunk/gb.qt/src/share/CDrag_desc.h 2.0/trunk/gb.qt/src/share/CDraw_desc.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |