Gambas 3.11.2
What's new?
This release disables link time optimization by default, and allows Gambas to compile with older versions of Qt and GTK+.
Compilation and installation
Read the instructions
there.
If everything was fine, type "gambas3" to run the development environment.
Enjoy it !
Changelog
CONFIGURATION
-
Add a flag for enabling link time optimization, and disable it by default.
DEVELOPMENT ENVIRONMENT
Form editor
-
Use text colors and not tooltip colors for information panel.
Image editor
-
Use text colors and not tooltip colors for information panel.
GB.GTK
-
Don't use gtk_widget_get_mapped() if GTK+ version is not at least 2.20.
GB.QT4
-
Don't use QFont::setStyleName() if Qt version is not at least 4.8.
GB.QT5
-
Call QFont::setStyleName() last, as it may be buggy if Qt version is not at least 5.3.