85246fbaaa
* NEW: Upgrade libtool autoconf macros and libltdl sources to the 1.5.26 version. [DEVELOPMENT ENVIRONMENT] * BUG: Control and window dimensions can go up to 4096x4096 pixels. * BUG: When unchecking GUI components in a project, the edited forms are automatically closed. * BUG: Do not use the form icon on form class editors when refreshing the project. * BUG: In the icon editor, filling with a transparent color won't enter an infinite loop anymore. * BUG: Selecting the "Collection" word while debugging does not crash the IDE anymore. * NEW: Pressing Escape now closes a debugging window. * BUG: The 'Minimize on run' option works correctly now. [INTERPRETER] * BUG: SUPER now works inside overriden static methods. [GB.DB.ODBC] * BUG: Handle ODBC drivers that can return the number of records in a query better. [GB.DEBUG] * BUG: If there is an I/O error between a debugged process and the IDE, the process is aborted. * BUG: Evaluating a class name returns better information now. [GB.EVAL] * BUG: Highlight.Analyze correctly handle code lines having non ASCII characters inside. [GB.FORM] * BUG: The Balloon does not take the focus anymore. [GB.FORM.MDI] * NEW: Starting to enhance the Action class to provide shortcuts and toolbar configuration dialog. Does nothing at the moment! [GB.GTK] * BUG: Fix a leak in font objects management. * BUG: Picture.Load() yet loads an image, but internally converts it to a pixmap. It speeds up following draws based on this picture. * BUG: Startup forms hidden at design time are not shown automatically anymore. * NEW: The Action class is now shared with gb.qt by using a symbolic link. [GB.IMAGE.INFO] * NEW: New component to get information about an image file without having to fully load it. [GB.QT] * BUG: Disable automatic extra indent of Labels. * BUG: Startup forms hidden at design time are not shown automatically anymore. * BUG: Don't allow widgets to be destroyed while processing non-input events. git-svn-id: svn://localhost/gambas/trunk@1747 867c0c6c-44f3-4631-809d-bfa615b0a4ec
29 lines
739 B
XML
29 lines
739 B
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 2.99.0 (r1725)
|
|
Title=Gambas 3
|
|
Startup=Project
|
|
Icon=img/logo/new-logo.png
|
|
Version=2.99.0
|
|
VersionProgram=gbx3 -V
|
|
Component=gb.qt
|
|
Component=gb.form
|
|
Component=gb.debug
|
|
Component=gb.desktop
|
|
Component=gb.eval
|
|
Component=gb.form.dialog
|
|
Component=gb.form.mdi
|
|
Component=gb.qt.ext
|
|
Component=gb.settings
|
|
Description=Integrated Development Environment for Gambas
|
|
Authors=Benoît Minisini\nFabien Bodard\nCharlie Reinl\nJosé Luis Redrejo\nRobert Rowe
|
|
TabSize=2
|
|
Translate=1
|
|
Language=en
|
|
KeepDebugInfo=1
|
|
Maintainer=gambas
|
|
Address=gambas@users.sourceforge.net
|
|
License=General Public Licence
|
|
Systems=slackware
|
|
Menus=Audio Video/Audio Video Editing
|
|
Categories=AudioVideo;AudioVideoEditing
|
|
Groups=Applications
|