[Gambas-devel-svn] SF.net SVN: gambas: [353] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-05-06 00:25:23
|
Revision: 353 http://svn.sourceforge.net/gambas/?rev=353&view=rev Author: gambas Date: 2007-05-05 17:25:23 -0700 (Sat, 05 May 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Property sheet and hierarchy tree view were put in the same TabStrip. * BUG: The hierarchy window now follows control renaming. * NEW: A new option for sorting properties in the property sheet. * NEW: A warning message is displayed when a Gambas 1.0 project is opened. Once the project is opened, this message will never be displayed again for this project. * NEW: A new virtual property named '(Scaled)', that indicates if a form automatically resize itself according to the default font. This property is set by default. * BUG: The group and menu selection were fixed in the packager wizard. * NEW: The property sheet now displays the properties not having their default value with a light background. * BUG: You can now specify a font with an absolute size that is equal to the default font size. [GB.QT] * NEW: The conversion formula between Font.Grade and Font.Size has changed. Now Font.Grade is between -4 and +16, and makes Font.Size grows slower. * NEW: Font.TextHeight() argument is now optional. * NEW: GridView cells got their Foreground and Background properties. [GB.FORM] * BUG: The Stock class now works correctly when the desktop is not KDE or GNOME. [GB.FORM.MDI] * NEW: Setting the Workspace.Font property now changes the font of its TabStrip only. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fa.po 2.0/trunk/app/src/gambas2/.lang/fr.mo 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/CClassInfo.class 2.0/trunk/app/src/gambas2/CControl.class 2.0/trunk/app/src/gambas2/CPropertyInfo.class 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FAbout.class 2.0/trunk/app/src/gambas2/FAbout.form 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FFormStack.class 2.0/trunk/app/src/gambas2/FFormStack.form 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMain.form 2.0/trunk/app/src/gambas2/FMakeInstall.class 2.0/trunk/app/src/gambas2/FMakeInstall.form 2.0/trunk/app/src/gambas2/FOption.class 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/FProperty.class 2.0/trunk/app/src/gambas2/FProperty.form 2.0/trunk/app/src/gambas2/FToolBox.class 2.0/trunk/app/src/gambas2/FToolBox.form 2.0/trunk/app/src/gambas2/FWelcome.class 2.0/trunk/app/src/gambas2/FWelcome.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/app/src/gambas2/install/group/debian 2.0/trunk/comp/src/gb.db.form/.lang/.pot 2.0/trunk/comp/src/gb.db.form/.project 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/FFontChooser.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/FWizard.form 2.0/trunk/comp/src/gb.form/Stock.class 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/examples/examples/Drawing/Sensor/.project 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.form 2.0/trunk/gb.qt/src/CFont.cpp 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/main/gbc/gba.c 2.0/trunk/main/gbx/gbx.c 2.0/trunk/main/gbx/gbx_library.c 2.0/trunk/main/share/gb_magic.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |