Subject: CVS commit: pkgsrc/x11
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 07/28/2007 07:37:52
Module Name: pkgsrc
Committed By: adam
Date: Sat Jul 28 07:37:52 UTC 2007
Modified Files:
pkgsrc/x11/qt4: Makefile.common
pkgsrc/x11/qt4-libs: Makefile distinfo
pkgsrc/x11/qt4-libs/patches: patch-aa patch-ab patch-ad patch-ae
patch-af patch-ag patch-aj patch-al
pkgsrc/x11/qt4-tools: Makefile PLIST
Removed Files:
pkgsrc/x11/qt4-libs/patches: patch-am
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/x11/qt4/Makefile.common
cvs rdiff -r1.9 -r1.10 pkgsrc/x11/qt4-libs/Makefile \
pkgsrc/x11/qt4-libs/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/qt4-libs/patches/patch-aa \
pkgsrc/x11/qt4-libs/patches/patch-ad pkgsrc/x11/qt4-libs/patches/patch-ag
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/qt4-libs/patches/patch-ab
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/qt4-libs/patches/patch-ae \
pkgsrc/x11/qt4-libs/patches/patch-af
cvs rdiff -r1.1 -r1.2 pkgsrc/x11/qt4-libs/patches/patch-aj \
pkgsrc/x11/qt4-libs/patches/patch-al
cvs rdiff -r1.1 -r0 pkgsrc/x11/qt4-libs/patches/patch-am
cvs rdiff -r1.8 -r1.9 pkgsrc/x11/qt4-tools/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/x11/qt4-tools/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.