diff options
author | adam <adam@pkgsrc.org> | 2007-07-28 07:37:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-07-28 07:37:51 +0000 |
commit | 989826eecafaf4bf8536c7313c77e1e200c09e45 (patch) | |
tree | a2834e5de0d2d0987362c2864c90ee79b335e87e /x11/qt4 | |
parent | 581b49d91c1702387573319d58860c1d1130c550 (diff) | |
download | pkgsrc-989826eecafaf4bf8536c7313c77e1e200c09e45.tar.gz |
Changes 4.3.0:
- Configuration/Compilation
* Fixed OpenBSD and NetBSD build issues.
- Legal
* Added information about the OpenSSL exception to the GPL.
- Documentation and Examples
* Added information about the TS file format used in Linguist.
* Moved platform and compiler support information from
www.trolltech.com into the documentation.
* Added an Accessibility overview document.
* Added new example to show usage of QCompleter with custom tree models.
- Translations
- Added support for the CP949 Korean Codec.
- [138140] The whole Qt source compiles with the QT_NO_CAST_FROM_ASCII
and QT_NO_CAST_TO_ASCII defines and therefore is more robust when
using codecs.
- Added support for HP-UX 11i (Itanium) with the aCC compiler
- Changed dialogs to respond much better to the LanguageChange event.
(i.e. run time translation now works much better.)
- Signals and slots
* [61295] Added Qt::BlockingQueuedConnection connection type, which
waits for all slots to be called before continuing.
* [128646] Ignore optional keywords specified in SIGNAL() and SLOT()
signatures (struct, class, and enum).
* Optimize emitting signals that do not have anything connected to them.
- [121629] Added support for the MinGW/MSYS platform.
- [102293] Added search path functionality (QDir::addSearchPath)
- Almost all widgets are now styleable using Qt Style Sheets.
Diffstat (limited to 'x11/qt4')
-rw-r--r-- | x11/qt4/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt4/Makefile.common b/x11/qt4/Makefile.common index c9409202ba9..b806c8ef799 100644 --- a/x11/qt4/Makefile.common +++ b/x11/qt4/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.7 2007/03/18 17:34:41 adam Exp $ +# $NetBSD: Makefile.common,v 1.8 2007/07/28 07:37:51 adam Exp $ -QTVERSION= 4.2.3 +QTVERSION= 4.3.0 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.trolltech.com/products/qt/ |