gambas-source-code/app/examples/Multimedia/WaveGenerator/.project

15 lines
251 B
Text
Raw Normal View History

# Gambas Project File 3.0
[DEVELOPMENT ENVIRONMENT] * NEW: Support for 'WebCoord' property kind. * NEW: WebForm family: Draw WebImage controls. * NEW: CoordBox.Units is a new property that allows to define the units list. * NEW: CoordBox.DefaultUnit is a new property that allows to define the default unit. * BUG: CoordBox is now correctly not localized. [GB.DB.FORM] * BUG: Correctly define the default size of controls. [GB.FORM.EDITOR] * NEW: The Margin event is now raised on double click only. * NEW: The line cache is now based on Picture, not on Image. [GB.GTK] * NEW: SvgImage.W is new property that is a synonymous of SvgImage.Width. * NEW: SvgImage.H is new property that is a synonymous of SvgImage.Height. * NEW: SvgImage.Paint() now takes optional X, Y, Width and Height arguments. These arguments define the target drawing rectangle, and the SVG image will be scaled to fit it. [GB.GTK3] * NEW: SvgImage.W is new property that is a synonymous of SvgImage.Width. * NEW: SvgImage.H is new property that is a synonymous of SvgImage.Height. * NEW: SvgImage.Paint() now takes optional X, Y, Width and Height arguments. These arguments define the target drawing rectangle, and the SVG image will be scaled to fit it. [GB.GUI.BASE] * NEW: Paint.StretchImage() is a new method that scales an image to fit a rectangle, keeping the image proportions. [GB.QT4] * NEW: SvgImage.W is new property that is a synonymous of SvgImage.Width. * NEW: SvgImage.H is new property that is a synonymous of SvgImage.Height. * NEW: SvgImage.Paint() now takes optional X, Y, Width and Height arguments. These arguments define the target drawing rectangle, and the SVG image will be scaled to fit it. [GB.QT5] * NEW: SvgImage.W is new property that is a synonymous of SvgImage.Width. * NEW: SvgImage.H is new property that is a synonymous of SvgImage.Height. * NEW: SvgImage.Paint() now takes optional X, Y, Width and Height arguments. These arguments define the target drawing rectangle, and the SVG image will be scaled to fit it. [GB.WEB.FORM] * NEW: WebControl: Width and Height properties now have the 'WebCoord' kind. git-svn-id: svn://localhost/gambas/trunk@7503 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-12-05 12:14:30 +01:00
# Compiled with Gambas 3.8.90
Title=WaveGenerator
Startup=FMain
Icon=audio-headphones.png
[DEVELOPMENT ENVIRONMENT] * NEW: Support for 'WebCoord' property kind. * NEW: WebForm family: Draw WebImage controls. * NEW: CoordBox.Units is a new property that allows to define the units list. * NEW: CoordBox.DefaultUnit is a new property that allows to define the default unit. * BUG: CoordBox is now correctly not localized. [GB.DB.FORM] * BUG: Correctly define the default size of controls. [GB.FORM.EDITOR] * NEW: The Margin event is now raised on double click only. * NEW: The line cache is now based on Picture, not on Image. [GB.GTK] * NEW: SvgImage.W is new property that is a synonymous of SvgImage.Width. * NEW: SvgImage.H is new property that is a synonymous of SvgImage.Height. * NEW: SvgImage.Paint() now takes optional X, Y, Width and Height arguments. These arguments define the target drawing rectangle, and the SVG image will be scaled to fit it. [GB.GTK3] * NEW: SvgImage.W is new property that is a synonymous of SvgImage.Width. * NEW: SvgImage.H is new property that is a synonymous of SvgImage.Height. * NEW: SvgImage.Paint() now takes optional X, Y, Width and Height arguments. These arguments define the target drawing rectangle, and the SVG image will be scaled to fit it. [GB.GUI.BASE] * NEW: Paint.StretchImage() is a new method that scales an image to fit a rectangle, keeping the image proportions. [GB.QT4] * NEW: SvgImage.W is new property that is a synonymous of SvgImage.Width. * NEW: SvgImage.H is new property that is a synonymous of SvgImage.Height. * NEW: SvgImage.Paint() now takes optional X, Y, Width and Height arguments. These arguments define the target drawing rectangle, and the SVG image will be scaled to fit it. [GB.QT5] * NEW: SvgImage.W is new property that is a synonymous of SvgImage.Width. * NEW: SvgImage.H is new property that is a synonymous of SvgImage.Height. * NEW: SvgImage.Paint() now takes optional X, Y, Width and Height arguments. These arguments define the target drawing rectangle, and the SVG image will be scaled to fit it. [GB.WEB.FORM] * NEW: WebControl: Width and Height properties now have the 'WebCoord' kind. git-svn-id: svn://localhost/gambas/trunk@7503 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-12-05 12:14:30 +01:00
Version=3.8.90
VersionFile=1
Component=gb.image
Component=gb.gui
Component=gb.form
Component=gb.media
TabSize=2
Packager=1
2019-05-16 01:58:19 +02:00
Translate=1