gambas-source-code/comp/src/gb.form.mdi/.project

23 lines
439 B
Text
Raw Normal View History

# Gambas Project File 3.0
[DEVELOPMENT ENVIRONMENT] * NEW: '&' shortcuts are automatically removed from the translatable captions of the following controls: Menu, Button, CheckBox, RadioButton, ToolButton, ToggleButton, DataCheckBox. The leading "..." are removed too. Now, for example, "&About..." and "About" lead to the same translated string. Consequently the number of translatable strings of the IDE project is 7% lower. * NEW: All translations were updated according to the previous change. * NEW: Gambas fonts have been updated. * BUG: The property help WebView now uses the same default font size (80%) than the help window. * NEW: A menu entry in the "Tools" menu allows to update all forms, so that the previous features can be tested easily. Save your projects before! * NEW: Translation imports now automatically extracts translations from strings having "&" shortcuts inside and leading dots ("..."). [WIKI CGI SCRIPT] * BUG: Handle the new "XML" component requirement. [GB.FORM] * NEW: TabPanel[] got a new RichText property, that allows to define the title of a tab as rich text. [GB.FORM.MDI] * NEW: If a window embedded in a Workspace has a public RichText property, it will be used instead of the normal Text property as window title. This is some sort of dirty hack, so don't use it at the moment. [GB.GTK] * NEW: When a popup menu is shown, underscore shortcuts are automatically assigned. This feature is a based on a new hidden property of the Menu class named "_Text". So don't use this new property for your own needs! [GB.GUI.AREA] * NEW: The Shortcut class is a new class that allows to remove '&' shortcuts from the translatable caption of the following controls: Menu, Button, CheckBox, RadioButton, ToolButton, ToggleButton, DataCheckBox. [GB.QT4] * NEW: When a popup menu is shown, underscore shortcuts are automatically assigned. This feature is a based on a new hidden property of the Menu class named "_Text". So don't use this new property for your own needs! git-svn-id: svn://localhost/gambas/trunk@5964 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-11-18 01:10:40 +01:00
# Compiled with Gambas 3.5.90
Title=Multiple document interface management
Startup=FMain
Version=3.6.0
VersionFile=1
Component=gb.image
Component=gb.gui
Component=gb.form
Component=gb.settings
Component=gb.form.mdi
Authors="Benoît Minisini"
Environment="GB_GUI=gb.qt4"
TabSize=2
Translate=1
Language=en
Type=Component
Maintainer=benoit
Address=benoit@localhost
License=General Public Licence
[DEVELOPMENT ENVIRONMENT] * BUG: Fix option dialog now that [...] can return specialized arrays. * BUG: Fix the list of control properties that must not be applied in the form editor. * NEW: Automatically converts Window.Toolbar constant to Window.Utility. * NEW: Setting the form Type property to Utility has a visible effect now. * BUG: The find balloon message is always displayed in the accurate field now. [GB.GTK] * BUG: Fix the initialization of editable combo-box when its List property is set. * NEW: The Window.Toolbar constant were replaced by Window.Utility. [GB.FORM] * NEW: Draw SidePanel little arrows in a more clever way. * BUG: Font grades are selectable again in the FontChooser control. [GB.FORM.MDI] * NEW: Toolbars have a configuration dialog now. This configuration dialog is displayed when you click on the toolbar handle. Beware, this is not finished! * NEW: Toolbar.Key is a new text property for identifying the toolbar. All toolbars having the same key will share the same configuration. * NEW: Toolbar.Text is a new text property that gives a visual name to the toolbar. [GB.QT] * BUG: Setting Control.Next or Control.Previous now forces the parent container to re-arrange itself. * NEW: The Window.Toolbar constant were replaced by Window.Utility. * NEW: ToolButton.AutoResize is a new property that makes the toolbutton automatically expand horizontally to fit its contents. * NEW: Button and ToggleButton got the same AutoResize property. * NEW: Remove the DrawingArea.BackColor property. [GB.QT4] * BUG: Setting Control.Next or Control.Previous now forces the parent container to re-arrange itself. * NEW: Remove the DrawingArea.BackColor property. * NEW: The Window.Toolbar constant were replaced by Window.Utility. git-svn-id: svn://localhost/gambas/trunk@1789 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-01-06 01:01:26 +01:00
Prefix=1
Packager=1