FreeBSD accessibility : qt4-accessible4>
Qt accessibility widgets
Qt is a C++ toolkit for application development. It lets application
developers target all major operating systems with a single application
source code.
Qt provides a platform-independent API to all central platform functionality:
GUI, database access, networking, file handling, etc. The Qt library
encapsulates the different APIs of different operating systems, providing
the application programmer with a single, common API for all operating systems.
The native C APIs are encapsulated in a set of well-designed, fully
object-oriented C++ classes.
http://www.trolltech.com/products/qt/index.html
|
qt4-accessible history
v. 1.9
date: 2007/09/02 06:23:17; author: lofi; state: Exp; lines: +0 -2
Update to Qt 4.3.1.
v. 1.8
date: 2007/08/02 22:37:32; author: lofi; state: Exp; lines: +2 -7
- bsd.qt.mk:
QT_COMPONENTS can now be depended on at runtime or buildtime only by
specifiying them as _build or _run, respectively.
Specifying without any suffix will depend on the component
at both build- and runtime just like before.
- Convert Qt core ports to use the new dependency switches.
- Add a patch to corelib to fix Qt4 on ARM, submitted by:
Björn König
v. 1.7
date: 2007/07/16 10:12:04; author: lofi; state: Exp; lines: +6 -20
Update to Qt 4.3.0, introduce bsd.qt.mk.
Approved by: portmgr (bsd.port.mk changes)
v. 1.6
date: 2007/05/19 19:57:37; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.5
date: 2007/04/19 17:07:59; author: lofi; state: Exp; lines: +2 -2
Rename all binaries in qt4 which conflict with binaries installed by
qt33 to ($binary)-qt4 and adjust dependencies accordingly. This
avoids conflicts once X11BASE has been changed to /usr/local and
incidentally makes the naming scheme of the qt4 executables in ports
equal to that of the Fedora Core and Debian packages.
v. 1.4
date: 2007/03/25 04:07:55; author: lofi; state: Exp; lines: +3 -3
Update to 4.2.3
v. 1.3
date: 2007/02/06 12:49:19; author: lofi; state: Exp; lines: +1 -1
From the "who gave this guy a commit bit" dept.:
-Fix categories which got mixed up during juggling with different
repos.
-Remove NO_FILTER_SHLIBS, which disappeared shortly before Qt4 was
committed.
Noticed by: erwin, pav
v. 1.2
date: 2007/02/06 10:37:12; author: lofi; state: Exp; lines: +2 -1
Post-import bugfixorama:
- Move qt4-codecs-tw to chinese [1]
- Add some missing quotes [1]
- From the "this never happened in the clean room" dept:
Disable session management support more universally to
avoid linktime errors.
[1] Spotted by: rafan
v. 1.1
date: 2007/02/05 20:56:13; author: lofi; state: Exp;
Add qt4, a multiplatform C++ application framework
=============================================================================
|