4faa9876bf
* BUG: Fix initial focus of welcome dialog. [INTERPRETER] * BUG: Release standard i/o File objects before cleaning up the classes, to avoid an incorrect "circular reference" message. [GB.GTK] * NEW: Link to the pthread library explicitly. * NEW: WAIT inside a keybord handler does not raise an error anymore. It just print a warning message and does nothing. [GB.GTK3] * NEW: Link to the pthread library explicitly. * NEW: WAIT inside a keybord handler does not raise an error anymore. It just print a warning message and does nothing. [GB.UTIL] * NEW: Date.EasterDay returns the Easter day of a specific year. [GB.QT4] * NEW: Link to the pthread library explicitly. * NEW: WAIT inside a keybord handler does not raise an error anymore. It just print a warning message and does nothing. [GB.QT4.EXT] * NEW: Editor.Font property now can take any font in the IDE. git-svn-id: svn://localhost/gambas/trunk@6754 867c0c6c-44f3-4631-809d-bfa615b0a4ec
17 lines
366 B
XML
17 lines
366 B
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 3.6.90
|
|
Title=ReportExample
|
|
Startup=FMain
|
|
Icon=.hidden/report.png
|
|
Version=3.6.90
|
|
VersionFile=1
|
|
Component=gb.image
|
|
Component=gb.gui
|
|
Component=gb.form
|
|
Component=gb.db
|
|
Component=gb.report
|
|
Description="An example to show Gambas Report capabilities"
|
|
Authors="Fabien Bodard"
|
|
Environment="GB_GUI=gb.qt4"
|
|
TabSize=2
|
|
Packager=1
|