Downloadliste

Projektbeschreibung

Faith is a cross-platform C++ graphical
application toolkit. It runs natively on
Linux/Unix (Xlib) and Windows. It has an API
strongly inspired by Qt's and has many features
that are expected from a modern toolkit, including
a variety of common "widgets", an aesthetically
pleasing appearance, and the many critical
non-portable components such as anti-aliasing and
sockets.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-10-01 02:34
2007-09-30

Diese Version, die erste unter LGPLv3 veröffentlicht, fügt ein paar neue Features. Die Socket-Klassen unterstützen nun IPv6. Es gibt jetzt einen URL-Parsing-Klasse, die Unterstützung für die Erstellung durchscheinende Bilder, affine Transformationen, sowie zahlreiche Bugfixes.
Tags: Major feature enhancements
This version, the first released under the LGPLv3, adds a few new major features. The socket classes now support IPv6. There is now a URL parsing class, support for drawing translucent pictures, affine transformations, and numerous bugfixes.

2007-06-13 09:31
2007-06-12

Dieses Release behebt zahlreiche Fehler und Verhalten bereinigt gesamten Code. Die meisten Änderungen sind in der Ereignis-Schleife, die Ereignisse von Steckdosen und Timer sind aufgeräumt, und die Linux-Event-Handler-Schleife verwendet die Umfrage () system call. Auch die Socket-Klasse das Verhalten ähnelt viel mehr zwischen Linux und Win32.
Tags: Major bugfixes
This release fixes numerous behavior flaws and
cleans up code throughout. Most of the changes are
in the event loop; events from sockets and timers
are cleaned up, and the Linux event loop handler
uses the poll() system call. Also, the socket
class's behavior is much more similar between
Linux and Win32.

2007-04-27 08:39
20070425

Dieses Release behebt zahlreiche Fehler und verbessert Verhalten. Sie fügt hinzu, ebenfalls urheberrechtlich geschützt Header überall. Einige der Änderungen gehört unter anderem eine viel schnellere Win32-Ereignis-Schleife, Thread-Sicherheit für Slots und Signale, und die Fähigkeit, ein Objekt aus den eigenen Slots oder Signale zu löschen.
Tags: Minor bugfixes
This release fixes numerous bugs and improves
behavior. It also adds copyright headers
everywhere. Some of the changes include a much
faster Win32 event loop, thread safety for slots
and signals, and the ability to delete an object
from within its own slots or signals.

2006-12-23 03:25
2006-12-22

Diese Version wird die Unterstützung für ARGB Visuals auf X11 und ist damit der erste High-Level-Toolkit, das wahre alpha erlaubt Blended-Fenster mit der X-Composite-Erweiterung.
Tags: Major feature enhancements
This release introduces support for ARGB Visuals on X11, making it the first high-level toolkit that permits true alpha blended windows with the X Composite extension.

2006-12-21 09:00
2006-12-20

Diese Veröffentlichung fügt Symbol Sichtbarkeit für die Clipboard-Klasse, wurde eine Endlosschleife, wenn Sie die X11-GUI mit Behinderungen zu bauen, nimmt eine veraltete debug cerr und tatsächlichen Nutzung des normalisierten und Signal-Slot-Namen. Es fügt auch ein kleines neues Feature, verdeckt ein Eingabefeld für Passwort.
Tags: Minor bugfixes
This release adds symbol visibility for the Clipboard class, fixes an infinite loop when using the X11 build with GUI disabled, removes an obsolete debug cerr, and actually makes use of normalized slot and signal names. It also adds a small new feature, an obscured LineEdit for password.

Project Resources