2008-04-10 14:06:14 +02:00
|
|
|
# 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
|
2010-08-31 02:58:35 +02:00
|
|
|
Title=Multiple document interface management
|
2014-06-08 13:54:07 +02:00
|
|
|
Startup=MMain
|
2013-11-26 04:01:11 +01:00
|
|
|
Version=3.5.90
|
2011-12-28 21:43:03 +01:00
|
|
|
VersionFile=1
|
2010-02-08 16:59:30 +01:00
|
|
|
Component=gb.image
|
2008-04-22 01:15:48 +02:00
|
|
|
Component=gb.gui
|
|
|
|
Component=gb.form
|
2008-12-31 16:55:40 +01:00
|
|
|
Component=gb.settings
|
2008-04-22 01:15:48 +02:00
|
|
|
Component=gb.form.mdi
|
2009-04-08 12:11:16 +02:00
|
|
|
Authors="Benoît Minisini"
|
2014-05-23 13:52:04 +02:00
|
|
|
Environment="GB_GUI=gb.gtk"
|
2007-12-30 17:41:49 +01:00
|
|
|
TabSize=2
|
|
|
|
Translate=1
|
|
|
|
Language=en
|
2012-04-30 02:04:51 +02:00
|
|
|
Type=Component
|
2008-05-13 14:52:06 +02:00
|
|
|
Maintainer=benoit
|
|
|
|
Address=benoit@localhost
|
|
|
|
License=General Public Licence
|
2009-01-06 01:01:26 +01:00
|
|
|
Prefix=1
|
2012-04-09 16:50:30 +02:00
|
|
|
Packager=1
|