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-tools | |
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-tools')
-rw-r--r-- | x11/qt4-tools/Makefile | 7 | ||||
-rw-r--r-- | x11/qt4-tools/PLIST | 34 |
2 files changed, 34 insertions, 7 deletions
diff --git a/x11/qt4-tools/Makefile b/x11/qt4-tools/Makefile index 7bd3c4deb41..a26c92ccebf 100644 --- a/x11/qt4-tools/Makefile +++ b/x11/qt4-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/03/18 17:34:42 adam Exp $ +# $NetBSD: Makefile,v 1.9 2007/07/28 07:37:52 adam Exp $ .include "../../x11/qt4-libs/Makefile.common" @@ -33,11 +33,12 @@ do-install: ${MAKE_PROGRAM} install_designer_headers cd ${WRKSRC}/tools/qtestlib/src && env ${MAKE_ENV} \ ${MAKE_PROGRAM} install_qtestlib_headers -.for lib in QtAssistantClient QtDesigner QtDesignerComponents QtTest +.for lib in QtAssistantClient QtDesigner QtDesignerComponents QtScript QtTest ${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/lib/lib${lib}.la \ ${QTPREFIX}/lib/ .endfor - ${INSTALL_DATA} ${WRKSRC}/lib/QtTest.pc ${PREFIX}/lib/pkgconfig/ + ${INSTALL_DATA} ${WRKSRC}/lib/pkgconfig/QtScript.pc ${PREFIX}/lib/pkgconfig/ + ${INSTALL_DATA} ${WRKSRC}/lib/pkgconfig/QtTest.pc ${PREFIX}/lib/pkgconfig/ ${INSTALL_LIB_DIR} ${QTPREFIX}/plugins/designer ${LIBTOOL} --mode=install ${INSTALL_LIB} \ ${WRKSRC}/plugins/designer/libqt3supportwidgets.la \ diff --git a/x11/qt4-tools/PLIST b/x11/qt4-tools/PLIST index 9830b2205a0..47c5ed72bc4 100644 --- a/x11/qt4-tools/PLIST +++ b/x11/qt4-tools/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.5 2007/03/18 17:34:42 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2007/07/28 07:37:52 adam Exp $ +lib/pkgconfig/QtScript.pc lib/pkgconfig/QtTest.pc qt4/bin/assistant qt4/bin/designer @@ -22,6 +23,7 @@ qt4/include/QtDesigner/QDesignerContainerExtension qt4/include/QtDesigner/QDesignerCustomWidgetCollectionInterface qt4/include/QtDesigner/QDesignerCustomWidgetInterface qt4/include/QtDesigner/QDesignerDnDItemInterface +qt4/include/QtDesigner/QDesignerDynamicPropertySheetExtension qt4/include/QtDesigner/QDesignerExportWidget qt4/include/QtDesigner/QDesignerExtraInfoExtension qt4/include/QtDesigner/QDesignerFormEditorInterface @@ -31,14 +33,17 @@ qt4/include/QtDesigner/QDesignerFormWindowInterface qt4/include/QtDesigner/QDesignerFormWindowManagerInterface qt4/include/QtDesigner/QDesignerFormWindowToolInterface qt4/include/QtDesigner/QDesignerIconCacheInterface +qt4/include/QtDesigner/QDesignerIntegrationInterface qt4/include/QtDesigner/QDesignerLanguageExtension qt4/include/QtDesigner/QDesignerLayoutDecorationExtension qt4/include/QtDesigner/QDesignerMemberSheetExtension qt4/include/QtDesigner/QDesignerMetaDataBaseInterface qt4/include/QtDesigner/QDesignerMetaDataBaseItemInterface qt4/include/QtDesigner/QDesignerObjectInspectorInterface +qt4/include/QtDesigner/QDesignerPromotionInterface qt4/include/QtDesigner/QDesignerPropertyEditorInterface qt4/include/QtDesigner/QDesignerPropertySheetExtension +qt4/include/QtDesigner/QDesignerResourceBrowserInterface qt4/include/QtDesigner/QDesignerTaskMenuExtension qt4/include/QtDesigner/QDesignerWidgetBoxInterface qt4/include/QtDesigner/QDesignerWidgetDataBaseInterface @@ -59,16 +64,20 @@ qt4/include/QtDesigner/abstractformwindowcursor.h qt4/include/QtDesigner/abstractformwindowmanager.h qt4/include/QtDesigner/abstractformwindowtool.h qt4/include/QtDesigner/abstracticoncache.h +qt4/include/QtDesigner/abstractintegration.h qt4/include/QtDesigner/abstractlanguage.h qt4/include/QtDesigner/abstractmetadatabase.h qt4/include/QtDesigner/abstractobjectinspector.h +qt4/include/QtDesigner/abstractpromotioninterface.h qt4/include/QtDesigner/abstractpropertyeditor.h +qt4/include/QtDesigner/abstractresourcebrowser.h qt4/include/QtDesigner/abstractwidgetbox.h qt4/include/QtDesigner/abstractwidgetdatabase.h qt4/include/QtDesigner/abstractwidgetfactory.h qt4/include/QtDesigner/container.h qt4/include/QtDesigner/customwidget.h qt4/include/QtDesigner/default_extensionfactory.h +qt4/include/QtDesigner/dynamicpropertysheet.h qt4/include/QtDesigner/extension.h qt4/include/QtDesigner/extension_global.h qt4/include/QtDesigner/extrainfo.h @@ -115,6 +124,7 @@ qt4/include/QtTest/qtestsystem.h qt4/lib/libQtAssistantClient.la qt4/lib/libQtDesigner.la qt4/lib/libQtDesignerComponents.la +qt4/lib/libQtScript.la qt4/lib/libQtTest.la qt4/mkspecs/aix-g++-64/qmake.conf qt4/mkspecs/aix-g++-64/qplatformdefs.h @@ -126,6 +136,8 @@ qt4/mkspecs/aix-xlc/qmake.conf qt4/mkspecs/aix-xlc/qplatformdefs.h qt4/mkspecs/common/g++.conf qt4/mkspecs/common/linux.conf +qt4/mkspecs/common/mac-g++.conf +qt4/mkspecs/common/mac.conf qt4/mkspecs/common/qmake.conf qt4/mkspecs/common/unix.conf qt4/mkspecs/darwin-g++/qmake.conf @@ -140,14 +152,19 @@ qt4/mkspecs/features/default_pre.prf qt4/mkspecs/features/designer.prf qt4/mkspecs/features/dll.prf qt4/mkspecs/features/exclusive_builds.prf +qt4/mkspecs/features/incredibuild_xge.prf +qt4/mkspecs/features/lex.prf qt4/mkspecs/features/link_pkgconfig.prf qt4/mkspecs/features/mac/default_post.prf qt4/mkspecs/features/mac/default_pre.prf +qt4/mkspecs/features/mac/dwarf2.prf qt4/mkspecs/features/mac/objective_c.prf qt4/mkspecs/features/mac/ppc.prf +qt4/mkspecs/features/mac/ppc64.prf qt4/mkspecs/features/mac/rez.prf qt4/mkspecs/features/mac/sdk.prf qt4/mkspecs/features/mac/x86.prf +qt4/mkspecs/features/mac/x86_64.prf qt4/mkspecs/features/moc.prf qt4/mkspecs/features/qdbus.prf qt4/mkspecs/features/qmake.conf @@ -167,6 +184,7 @@ qt4/mkspecs/features/static_and_shared.prf qt4/mkspecs/features/staticlib.prf qt4/mkspecs/features/uic.prf qt4/mkspecs/features/uitools.prf +qt4/mkspecs/features/unix/bsymbolic_functions.prf qt4/mkspecs/features/unix/dylib.prf qt4/mkspecs/features/unix/hide_symbols.prf qt4/mkspecs/features/unix/largefile.prf @@ -197,6 +215,7 @@ qt4/mkspecs/features/win32/stl_off.prf qt4/mkspecs/features/win32/thread.prf qt4/mkspecs/features/win32/thread_off.prf qt4/mkspecs/features/win32/windows.prf +qt4/mkspecs/features/yacc.prf qt4/mkspecs/freebsd-g++/qmake.conf qt4/mkspecs/freebsd-g++/qplatformdefs.h qt4/mkspecs/freebsd-g++34/qmake.conf @@ -241,12 +260,14 @@ qt4/mkspecs/linux-g++-64/qmake.conf qt4/mkspecs/linux-g++-64/qplatformdefs.h qt4/mkspecs/linux-g++/qmake.conf qt4/mkspecs/linux-g++/qplatformdefs.h +qt4/mkspecs/linux-icc-64/qmake.conf +qt4/mkspecs/linux-icc-64/qplatformdefs.h qt4/mkspecs/linux-icc/qmake.conf qt4/mkspecs/linux-icc/qplatformdefs.h qt4/mkspecs/linux-kcc/qmake.conf qt4/mkspecs/linux-kcc/qplatformdefs.h -qt4/mkspecs/linux-lsb/qmake.conf -qt4/mkspecs/linux-lsb/qplatformdefs.h +qt4/mkspecs/linux-lsb-g++/qmake.conf +qt4/mkspecs/linux-lsb-g++/qplatformdefs.h qt4/mkspecs/linux-pgcc/qmake.conf qt4/mkspecs/linux-pgcc/qplatformdefs.h qt4/mkspecs/lynxos-g++/qmake.conf @@ -283,6 +304,8 @@ qt4/mkspecs/qws/linux-generic-g++/qmake.conf qt4/mkspecs/qws/linux-generic-g++/qplatformdefs.h qt4/mkspecs/qws/linux-ipaq-g++/qmake.conf qt4/mkspecs/qws/linux-ipaq-g++/qplatformdefs.h +qt4/mkspecs/qws/linux-lsb-g++/qmake.conf +qt4/mkspecs/qws/linux-lsb-g++/qplatformdefs.h qt4/mkspecs/qws/linux-mips-g++/qmake.conf qt4/mkspecs/qws/linux-mips-g++/qplatformdefs.h qt4/mkspecs/qws/linux-sharp-g++/qmake.conf @@ -326,6 +349,7 @@ qt4/phrasebooks/finnish.qph qt4/phrasebooks/french.qph qt4/phrasebooks/german.qph qt4/phrasebooks/italian.qph +qt4/phrasebooks/japanese.qph qt4/phrasebooks/norwegian.qph qt4/phrasebooks/russian.qph qt4/phrasebooks/spanish.qph @@ -351,6 +375,7 @@ qt4/plugins/designer/libqt3supportwidgets.la @dirrm qt4/mkspecs/qws/linux-x86-g++ @dirrm qt4/mkspecs/qws/linux-sharp-g++ @dirrm qt4/mkspecs/qws/linux-mips-g++ +@dirrm qt4/mkspecs/qws/linux-lsb-g++ @dirrm qt4/mkspecs/qws/linux-ipaq-g++ @dirrm qt4/mkspecs/qws/linux-generic-g++ @dirrm qt4/mkspecs/qws/linux-generic-g++-32 @@ -367,8 +392,9 @@ qt4/plugins/designer/libqt3supportwidgets.la @dirrm qt4/mkspecs/macx-g++ @dirrm qt4/mkspecs/lynxos-g++ @dirrm qt4/mkspecs/linux-pgcc -@dirrm qt4/mkspecs/linux-lsb +@dirrm qt4/mkspecs/linux-lsb-g++ @dirrm qt4/mkspecs/linux-kcc +@dirrm qt4/mkspecs/linux-icc-64 @dirrm qt4/mkspecs/linux-icc @dirrm qt4/mkspecs/linux-g++-64 @dirrm qt4/mkspecs/linux-g++-32 |