2014-12-12 20:58:52 +01:00
|
|
|
# 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
|
2014-12-12 20:58:52 +01:00
|
|
|
Title=Media player based on GStreamer
|
|
|
|
Startup=FMain
|
|
|
|
Icon=icon.png
|
2014-12-13 14:26:59 +01:00
|
|
|
Version=1.0.0
|
2014-12-12 20:58:52 +01:00
|
|
|
Component=gb.image
|
|
|
|
Component=gb.gui
|
|
|
|
Component=gb.form
|
2014-12-13 14:26:59 +01:00
|
|
|
Component=gb.desktop.x11
|
2014-12-12 20:58:52 +01:00
|
|
|
Component=gb.desktop
|
|
|
|
Component=gb.form.dialog
|
|
|
|
Component=gb.settings
|
|
|
|
Component=gb.media
|
2014-12-12 22:20:24 +01:00
|
|
|
Description="Media player example.\n\nThis example is a demonstration of how to use GStreamer with Gambas to play any sound or video file."
|
2015-12-27 19:16:32 +01:00
|
|
|
Environment="GB_GUI=gb.qt4"
|
2014-12-12 20:58:52 +01:00
|
|
|
TabSize=2
|
|
|
|
Translate=1
|
|
|
|
Language=en
|
|
|
|
Maintainer=benoit
|
2014-12-12 22:20:24 +01:00
|
|
|
Vendor=Example
|
2014-12-12 20:58:52 +01:00
|
|
|
Address=benoit@black-tower
|
|
|
|
Url=www.endoftheinternet.com
|
|
|
|
License=General Public License
|
|
|
|
PackageName=mediaplayer-3.5.0
|
|
|
|
PackageVersion=2
|
|
|
|
CreateEachDirectory=1
|
|
|
|
Packager=1
|
|
|
|
Systems=slackware
|
|
|
|
Menus=archlinux:"Applications/Video"
|
|
|
|
Categories=archlinux:"Video"
|
|
|
|
Groups=archlinux:"video"
|
|
|
|
Menus=debian:"Applications/Video"
|
|
|
|
Categories=debian:"Video"
|
|
|
|
Groups=debian:"video"
|
|
|
|
Menus=fedora:"Audio Video/Video/Player"
|
|
|
|
Categories=fedora:"AudioVideo;Player;Video"
|
|
|
|
Groups=fedora:"Applications/Multimedia"
|
|
|
|
Menus=mageia:"Multimedia/Video"
|
|
|
|
Categories=mageia:"AudioVideo;Video"
|
|
|
|
Groups=mageia:"Video"
|
|
|
|
Menus=mandriva:"Multimedia/Video"
|
|
|
|
Categories=mandriva:"AudioVideo;Video"
|
|
|
|
Groups=mandriva:"Video"
|
|
|
|
Menus=slackware:"Audio Video/Video/Player"
|
|
|
|
Categories=slackware:"AudioVideo;Player;Video"
|
|
|
|
Groups=slackware:"Applications/Multimedia"
|
|
|
|
Menus=suse:"Audio Video/Video/Player"
|
|
|
|
Categories=suse:"AudioVideo;Player;Video"
|
|
|
|
Groups=suse:"Productivity/Multimedia/Video/Players"
|
|
|
|
Menus=ubuntu:"Applications/Video"
|
|
|
|
Categories=ubuntu:"Video"
|
|
|
|
Groups=ubuntu:"video"
|
2014-12-12 22:20:24 +01:00
|
|
|
Tags=Audio,AudioVideo,Video,Multimedia
|
2014-12-16 23:15:59 +01:00
|
|
|
CreateMenu=1
|