Entwicklerinformationen
|
gambas2 | Complete visual development environment for Gambas | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This package doesn't include anything: it is a metapackage to install the IDE and all the available gambas components.. |
gambas2-dev | Gambas compilation tools | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This package includes the gambas compiler, archiver and informer. |
gambas2-doc | Gambas documentation | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This package provides the examples, help and documentation |
gambas2-gb-chart | The Gambas charting component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This is a native gambas component to draw charts. |
gambas2-gb-compress | The Gambas compression component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component have the needed base libraries for the rest of compression components. |
gambas2-gb-compress-bzlib2 | The Gambas bzlib2 component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component allows you to compress/uncompress data or files with the bzip2 algorithm. |
gambas2-gb-compress-zlib | The Gambas zlib compression component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component allows you to compress/uncompress data or files with the gzip and PKZIP algorithm. |
gambas2-gb-crypt | The Gambas crypt encription component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component allows to use the crypt() glib function in gambas. |
gambas2-gb-db | Gambas database access common libraries | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component provides the needed common libraries for data access |
gambas2-gb-db-firebird | The Firebird driver for the Gambas database component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component allows you to access Firebird databases. |
gambas2-gb-db-form | Gambas database bound controls | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This is a native gambas component that implements data bound controls. It provides the following new controls: DataSource, DataBrowser, DataView, DataControl and DataCombo |
gambas2-gb-db-mysql | The MySQL driver for the Gambas database component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component allows you to access MySQL databases. |
gambas2-gb-db-odbc | The Gambas ODBC driver database component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component allows you to access to databases via unixODBC drivers from gambas code. |
gambas2-gb-db-postgresql | The PostgreSQL driver for the Gambas database component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component allows you to access PostgreSQL databases. |
gambas2-gb-db-sqlite | The Gambas sqlite3 driver database component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component allows you to access to sqlite3 databases (not for sqlite 2, there is another package for sqlite 2) from gambas code. |
gambas2-gb-db-sqlite2 | The Gambas sqlite2 driver database component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component allows you to access to sqlite 2 databases (not for sqlite 3, there is another package for sqlite 3) from gambas code. |
gambas2-gb-desktop | Gambas Portland project compatibility component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component provides an access to the Portland project (http://portland.freedesktop.org/wiki/) xdg utilities |
gambas2-gb-form | A gambas native form component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This is a native gambas component to serve as base for graphic components. |
gambas2-gb-form-dialog | A gambas native mdi form component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This is a native gambas component that implements the Workspace control. |
gambas2-gb-form-mdi | A gambas native mdi form component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This is a native gambas component that implements the Workspace control. |
gambas2-gb-gtk | The Gambas gtk component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . These are the gtk components for Gambas. |
gambas2-gb-gtk-ext | The Gambas extended gtk GUI component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . These are new properties for the gtk components for Gambas. At this moment it only adds footers to the GridView control. |
gambas2-gb-gtk-svg | The Gambas SVG importing component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component is able to load SVG files and generate an image memory of it, to be used by any component able to manage the gambas image interface. |
gambas2-gb-gui | The graphical toolkit selector component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component just loads gb.qt if you are running KDE or gb.gtk in the other cases. It will make your application more desktop-friendly! If the GB_GUI environment variable is set, then gb.gui will load the component specified by its contents. |
gambas2-gb-image | A Gambas image effects component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This is a new component for applying many various effects on images. The effects source code was ported from the KDE libkdefx library, which includes itself some ImageMagick algorithms, and from the KolourPaint program. |
gambas2-gb-info | A Gambas information component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This is a native gambas component to provide a lot of information about the system where the application is executed. |
gambas2-gb-net | The Gambas networking component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component allows you to use TCP/IP and UDP sockets, and to access any serial ports. |
gambas2-gb-net-curl | The Gambas advanced networking component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component allows your programs to easily become FTP or HTTP clients. |
gambas2-gb-net-smtp | Gambas component to use smtp protocol | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component allows sending emails using smtp protocol. It contains one control, SmtpClient, that is used for defining the SMTP server, the SMTP port, the recipients, the sender, the subject, the mail contents, some attachments, and for finally sending the mail. |
gambas2-gb-opengl | The OpenGL component for Gambas | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component allows you 3D programming with OpenGL in gambas. |
gambas2-gb-pcre | The Gambas regexp component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This experimental component allows you to use Perl compatible regular expresions within gambas code. |
gambas2-gb-pdf | The Gambas pdf component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . PDF renderer component based on Poppler library |
gambas2-gb-qt | The Gambas Qt GUI component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This package includes the Gambas QT GUI component. |
gambas2-gb-qt-ext | The Gambas extended Qt GUI component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component includes some uncommon QT controls. |
gambas2-gb-qt-kde | The Gambas KDE component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component transforms your QT application in a KDE application, and allows you to pilot any other KDE application with the DCOP protocol. |
gambas2-gb-qt-kde-html | The Gambas KHTML component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component allows you to use the KHTML Web Browser widget included in KDE. |
gambas2-gb-qt-opengl | OpenGL with QT toolkit Gambas component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component allows you integrate OpenGL in qt applications. |
gambas2-gb-report | Gambas report component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component gives the tools and methods to create reports using Gambas |
gambas2-gb-sdl | The Gambas SDL component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component use the sound image and ttf fonts parts of the SDL library. It allows you to simultaneously play many sounds and a music stored in a file. If opengl drivers are installed it uses it to accelerate 2D and 3D drawing. |
gambas2-gb-settings | Gambas utilities class | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This is a component made in gambas providing several utilities |
gambas2-gb-v4l | The Gambas video for Linux component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This is a component to use v4l with gambas. |
gambas2-gb-vb | The Gambas to Visual Basic(tm) compatibility component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This is a component to give compatibility with some MS Visual Basic functions. |
gambas2-gb-web | Gambas CGI for web applications component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This is a component for making CGI web applications using gambas, with an ASP-like interface. |
gambas2-gb-xml | Gambas XML component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component brings the power of the libxml libraries to Gambas. |
gambas2-gb-xml-rpc | Gambas RPC component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component allows using RPC from a Gambas application |
gambas2-gb-xml-xslt | Gambas XSLT component | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This component brings the power of the libxslt libraries to Gambas. |
gambas2-ide | Visual development environment for the Gambas programming language | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This package includes the Gambas Development Environment and the database manager. |
gambas2-runtime | The Gambas runtime | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This package includes the Gambas interpreter needed to run Gambas applications. |
gambas2-script | The Gambas scripter | Mehr ... |
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This package includes the needed files to use Gambas as a scripting language. |