e8f2747c1a
* BUG: The "Browse again" button in the search list now does nothing if there is no search string defined. [INTERPRETER] * NEW: Object[].FindByRef and Object[].ExistByRef are two new methods that do not take the _compare special method into account. They compare objects by reference only. [GB.DB.FORM] * NEW: DataBrowser.Border is a new property to define if a border should be displayed or not. * BUG: Fix DataBrowser layout for all orientations. [GB.DB.MYSQL] * BUG: Try to make connection timeout work as expected, without success. It seems sticked to be at least one minute. :-( [GB.FORM] * BUG: IconView now behaves correctly when an item has no text. It uses there new array methods that search items by reference only. * NEW: TabPanel.Highlight is a new property that highlight the current selected tab button. * NEW: TabPanel.Closable is a new property that works exactly like TabStrip.Closable. * BUG: TabPanel.Remove() now works correctly. * NEW: ScrollArea is more clever with mouse wheel events. [GB.FORM.MDI] * NEW: Workspace now uses a TabPanel instead of a TabStrip. git-svn-id: svn://localhost/gambas/trunk@4342 867c0c6c-44f3-4631-809d-bfa615b0a4ec
22 lines
469 B
XML
22 lines
469 B
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 3.0.0
|
|
Title=Multiple document interface management
|
|
Startup=FMain
|
|
Version=3.0.0
|
|
VersionProgram=gbx3 -V
|
|
Component=gb.image
|
|
Component=gb.gui
|
|
Component=gb.form
|
|
Component=gb.settings
|
|
Component=gb.form.mdi
|
|
Authors="Benoît Minisini"
|
|
Arguments="-style=cleanlooks\n"
|
|
Environment="GB_GUI=gb.qt4"
|
|
TabSize=2
|
|
Translate=1
|
|
Language=en
|
|
MakeComponent=1
|
|
Maintainer=benoit
|
|
Address=benoit@localhost
|
|
License=General Public Licence
|
|
Prefix=1
|