[Gambas-devel-svn] SF.net SVN: gambas:[6306] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2014-06-08 11:54:13
|
Revision: 6306 http://sourceforge.net/p/gambas/code/6306 Author: gambas Date: 2014-06-08 11:54:07 +0000 (Sun, 08 Jun 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix the custom browser support. * NEW: Add Chromimum to the list of browsers. [INTERPRETER] * NEW: GB.GetProperty() and GB.SetProperty() API now return TRUE when they have raised an error. FALSE is everything was ok. [GB.FORM.MDI] * NEW: Redesign the shortcuts configuration dialog. * NEW: Shortcuts now can be exported and imported. [GB.GTK] * BUG: DrawingArea: Clipping is correctly established now before raising the Draw event. * BUG: Keyboard events have been fixed. Key array accessor and Key.Code now behave the same way as in gb.qt4. * BUG: The Key.Meta property works correctly now. * BUG: Now keyboard events seem to be sent twice by GDK. Found a workaround for that new weird behaviour. * BUG: Automatic window minimum size now works correctly. * BUG: Windows can take focus as in gb.qt4. [GB.GUI.BASE] * BUG: GridView: Do not use Draw.Clip to preserve the clipping of the Draw event. Otherwise you get drawing artifacts with gb.gtk. * BUG: GridView: Setting the column width to -1 is taken into account by the layout routine. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Options/FOption.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/comp/src/gb.form/.src/TableView.class gambas/trunk/comp/src/gb.form.mdi/.lang/fr.mo gambas/trunk/comp/src/gb.form.mdi/.lang/fr.po gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/.src/Action/MAction.module gambas/trunk/comp/src/gb.form.mdi/.src/FMain.class gambas/trunk/comp/src/gb.form.mdi/.src/Shortcut/FShortcut.class gambas/trunk/comp/src/gb.form.mdi/.src/Shortcut/FShortcut.form gambas/trunk/comp/src/gb.form.mdi/.src/Shortcut/FShortcutEditor.class gambas/trunk/comp/src/gb.form.mdi/.src/Shortcut/FShortcutEditor.form gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/FWorkspace.form gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Column.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Columns.class gambas/trunk/comp/src/gb.gui.base/.src/ScrollArea.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.form gambas/trunk/comp/src/gb.gui.base/.src/Test/FTreeView.class gambas/trunk/comp/src/gb.gui.base/.startup gambas/trunk/gb.gtk/src/CDrawingArea.cpp gambas/trunk/gb.gtk/src/CKey.cpp gambas/trunk/gb.gtk/src/cpaint_impl.cpp gambas/trunk/gb.gtk/src/cpaint_impl.h gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gcontainer.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gdrawingarea.cpp gambas/trunk/gb.gtk/src/gdrawingarea.h gambas/trunk/gb.gtk/src/gkey.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.h gambas/trunk/gb.gtk/src/gslider.cpp gambas/trunk/gb.qt4/src/CKey.cpp gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/share/gambas.h Added Paths: ----------- gambas/trunk/comp/src/gb.form.mdi/.src/MMain.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |