Difference between revisions of "Glade"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Glade |Short description=A user interface builder for GTK+ and Gnome |Full description=Glade is a RAD tool to enable quick & easy development of user interfaces...")
 
(updated version info)
Line 2: Line 2:
 
|Name=Glade
 
|Name=Glade
 
|Short description=A user interface builder for GTK+ and Gnome
 
|Short description=A user interface builder for GTK+ and Gnome
|Full description=Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ toolkit and the Gnome desktop environment. It also contains built-in support for generating the C source code needed to recreate the interfaces. The user interfaces designed in Glade are stored in the well-known XML format, enabling easy integration with external tools. Several tools are already available which can turn the XML files into source code in other languages such as C++, Perl and Python. Other tools such as libglade can load the XML files and create the interfaces at runtime.
+
|Full description=Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ toolkit and the Gnome desktop environment. The user interfaces designed in Glade are stored in the well-known XML format, enabling easy integration with external tools. libglade can load the XML files and create the interfaces at runtime.
 +
 
 +
|Homepage URL=http://glade.gnome.org
 +
|Is GNU=No
 
|User level=none
 
|User level=none
|Status=Live
+
|VCS checkout command=git clone git://git.gnome.org/glade
|Component programs=
 
|Homepage URL=http://glade.gnome.org
 
|VCS checkout command=
 
 
|Computer languages=C
 
|Computer languages=C
 
|Documentation note=Programmer reference manual included
 
|Documentation note=Programmer reference manual included
|Paid support=
+
|Related projects=GTK+,xfce,Gnome
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=GTK+,xfce
 
 
|Keywords=GTK+,Gnome,software development,interface,GTK,user interface,Glade,UI
 
|Keywords=GTK+,Gnome,software development,interface,GTK,user interface,Glade,UI
|Is GNU=n
+
|Version identifier=3.8.1
|Last review by=Karl Söderström
+
|Version date=2011/10/11
|Last review date=2005-10-12
+
|Version status=stable
 +
|Version download=http://ftp.acc.umu.se/pub/GNOME/sources/glade3/3.8/glade3-3.8.1.tar.bz2
 +
|Last review by=Andrew Engelbrecht
 +
|Last review date=2012/01/05
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=2.12.1
 
|Version date=2005-10-09
 
|Version status=stable
 
|Version download=http://ftp.gnome.org/pub/GNOME/sources/glade/2.12/glade-2.12.1.tar.gz
 
 
|License verified date=2000-11-04
 
|License verified date=2000-11-04
|Version comment=2.12.1 stable released 2005-10-09
+
}}
 +
{{Project license
 +
|License=GPLv2
 +
|License verified by=Andrew Engelbrecht
 +
|License verified date=2012/01/05
 +
|License note=Interfaces designed with glade are not covered by the GPL's phrase 'a work based on the Program'.
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Chema Celorio
 +
|Role=Author
 +
|Email=chema@ximian.com
 +
}}
 +
{{Person
 +
|Real name=Tristan Van Berkom
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Damon Chaplin
+
|Email=tristan.van.berkom@gmail.com
|Email=damon@ximian.com
 
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource audience=Developer
|Resource kind=VCS Repository Webview
+
|Resource kind=Bug Tracking
 
|Resource URL=http://bugzilla.gnome.org/
 
|Resource URL=http://bugzilla.gnome.org/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Help
+
|Resource audience=Developer
|Resource kind=E-mail
+
|Resource kind=VCS Repository Webview
|Resource URL=mailto:glade-announce@ximian.com
+
|Resource URL=http://git.gnome.org/browse/glade/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 50: Line 54:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource audience=Users
 
|Resource kind=E-mail
 
|Resource kind=E-mail
|Resource URL=mailto:glade-list@ximian.com
+
|Resource URL=mailto:glade-users@ximian.com
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 58: Line 62:
 
|Software-development=program-build-automation
 
|Software-development=program-build-automation
 
|Use=software-development
 
|Use=software-development
}}
 
{{Project license
 
|License=GPLv2orlater
 
|License verified by=Karl Söderström
 
|License verified date=2000-11-04
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=GTK+ >= 1.2.0
+
|Prerequisite description=GTK+ 2.20.0
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
|Prerequisite kind=Weak prerequisite
+
|Prerequisite kind=Required to use
|Prerequisite description=Gettext >= 0.10.35
+
|Prerequisite description=libxml 2.4.1
}}
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite description=gnome-libs >= 1.0.50
 
 
}}
 
}}
 +
{{Featured}}

Revision as of 18:48, 5 January 2012


[edit]

Glade

http://glade.gnome.org
GTK+ rapid application development tool.

Glade is a rapid application development (RAD) tool to enable quick and easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment.

The user interfaces designed in Glade are saved as XML and these can be loaded by applications dynamically as needed by using GtkBuilder or used directly to define a new GtkWidget derived object class using Gtk+ new template feature. The Glade XML files can also be used in numerous programming languages.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

14 July 2020

Verified by

Genium

Verified on

14 July 2020




Leaders and contributors

Contact(s)Role
Tristan Van Berkom Maintainer
Alberto Fanjul Maintainer
Juan Pablo Ugarte Maintainer


Resources and communication

AudienceResource typeURI
DeveloperE-mailmailto:glade-devel-list@gnome.org
WikidataGeneralhttps://www.wikidata.org/wiki/Q1351584
WikiHomepagehttps://wiki.gnome.org/Apps/Glade
UsersE-mailmailto:glade-users-list@gnome.org
DebianDeveloperhttps://tracker.debian.org/pkg/glade
GilLabBug Trackinghttps://gitlab.gnome.org/GNOME/glade/issues
DeveloperDownloadhttps://download.gnome.org/sources/glade/
GilLabVCS Repository Webviewhttps://gitlab.gnome.org/GNOME/glade


Software prerequisites

KindDescription
Required to useGTK+ >= 3.24.0
Required to uselibxml 2.4.1




Entry








"Author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.











"Users" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.












Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.