[Gambas-devel-svn] SF.net SVN: gambas: [546] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-09-01 10:51:12
|
Revision: 546 http://gambas.svn.sourceforge.net/gambas/?rev=546&view=rev Author: gambas Date: 2007-09-01 03:51:09 -0700 (Sat, 01 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Redesigned the menu editor so that it displays nicely whatever the default font is. [EXAMPLES] * NEW: AnalogClock example was rewritten by using the transformation matrix. [GB.DRAW] * BUG: Fixed the default behaviour of Draw.Ellipse() and Draw.Circle(). * NEW: Implementation of the old transformation matrix methods. Draw.Rotate() has not been implemented. Draw.Text() does not support it. [GB.QTE] * NEW: Synchronized with gb.qt. Modified Paths: -------------- 2.0/trunk/TODO 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/FMenu.form 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/examples/examples/Drawing/AnalogWatch/.project 2.0/trunk/examples/examples/Drawing/AnalogWatch/FrmClock.class 2.0/trunk/examples/examples/Drawing/AnalogWatch/FrmClock.form 2.0/trunk/examples/examples/Games/GameOfLife/.project 2.0/trunk/examples/examples/Games/GameOfLife/CGameField.class 2.0/trunk/examples/examples/Games/GameOfLife/FMain.class 2.0/trunk/examples/examples/Games/GameOfLife/FMain.form 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/gdraw.cpp 2.0/trunk/gb.qt/src/CDraw.cpp 2.0/trunk/gb.qt/src/CTabStrip.cpp 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/gb.qt/src/ext/CDraw.cpp 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/gb.qt/src/main.h 2.0/trunk/gb.qte/src/ext/Makefile.am 2.0/trunk/main/gbc/gbi.c 2.0/trunk/main/gbx/Makefile.am 2.0/trunk/main/gbx/gbx_archive.c 2.0/trunk/main/gbx/gbx_archive.h 2.0/trunk/main/gbx/gbx_c_enum.h 2.0/trunk/main/gbx/gbx_c_file.c 2.0/trunk/main/gbx/gbx_c_gambas.h 2.0/trunk/main/gbx/gbx_c_timer.h 2.0/trunk/main/gbx/gbx_component.c 2.0/trunk/main/gbx/gbx_component.h 2.0/trunk/main/gbx/gbx_event.h 2.0/trunk/main/gbx/gbx_library.h 2.0/trunk/main/gbx/gbx_object.c 2.0/trunk/main/gbx/gbx_subr_file.c 2.0/trunk/main/lib/draw/CDraw.c 2.0/trunk/main/lib/draw/Makefile.am 2.0/trunk/main/lib/draw/gb.draw.h 2.0/trunk/main/share/Makefile.am Added Paths: ----------- 2.0/trunk/gb.qte/src/ext/CDraw.cpp 2.0/trunk/gb.qte/src/ext/CDraw.h 2.0/trunk/main/gbx/gb_list.c 2.0/trunk/main/lib/draw/gb_list.c 2.0/trunk/main/lib/draw/matrix.c 2.0/trunk/main/lib/draw/matrix.h 2.0/trunk/main/share/gb_list.h 2.0/trunk/main/share/gb_list_temp.h Removed Paths: ------------- 2.0/trunk/gb.qt/src/share/CTabStrip_desc.h 2.0/trunk/gb.qte/src/share/CClipboard_desc.h 2.0/trunk/gb.qte/src/share/CDrag_desc.h 2.0/trunk/main/gbx/gbx_list.c 2.0/trunk/main/gbx/gbx_list.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |