diff options
author | makc <makc@FreeBSD.org> | 2012-05-25 09:44:04 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-05-25 09:44:04 +0800 |
commit | 043ee24869514b2adbc457f8d1e5dbc4589eb13f (patch) | |
tree | 11ad620ca744aca044f1b68ce2bd739fa1bcfbc2 | |
parent | a0ad378060dbd0c33041cbcd97143a95911f29be (diff) | |
download | freebsd-ports-graphics-043ee24869514b2adbc457f8d1e5dbc4589eb13f.tar.gz freebsd-ports-graphics-043ee24869514b2adbc457f8d1e5dbc4589eb13f.tar.zst freebsd-ports-graphics-043ee24869514b2adbc457f8d1e5dbc4589eb13f.zip |
KDE/FreeBSD team presents Qt 4.8.1 in ports!
42 files changed, 2359 insertions, 1012 deletions
diff --git a/Mk/bsd.qt.mk b/Mk/bsd.qt.mk index 4a537e44a68..01821122cc2 100644 --- a/Mk/bsd.qt.mk +++ b/Mk/bsd.qt.mk @@ -44,7 +44,7 @@ CONFIGURE_ENV+= CC="" CXX="" # Keep in sync with devel/qmake4/files/qconfig.cpp CONFIGURE_ARGS+=-fast -platform ${QMAKESPEC} \ - -qt-gif -system-libjpeg -system-libpng \ + -system-libjpeg -system-libpng \ -system-libmng -system-libtiff -system-zlib \ -opensource -confirm-license \ -no-pch \ @@ -60,8 +60,7 @@ CONFIGURE_ARGS+=-fast -platform ${QMAKESPEC} \ -sysconfdir ${PREFIX}/etc/xdg \ -examplesdir ${PREFIX}/share/examples/qt4/examples \ -demosdir ${PREFIX}/share/examples/qt4/demos \ - -phonon \ - -no-phonon-backend + -phonon -no-phonon-backend PLIST_SUB+= SHLIB_VER=${QT4_VERSION:C/-.*//} \ SHLIB_SHVER=${QT4_VERSION:R} @@ -147,7 +146,7 @@ QTCGFLIBS?= # # QT4 version # -QT4_VERSION?= 4.7.4 +QT4_VERSION?= 4.8.1 _QT_COMPONENTS_ALL= accessible assistant assistant-adp assistantclient \ clucene codecs-cn codecs-jp codecs-kr codecs-tw corelib \ diff --git a/databases/qt4-sql/pkg-plist b/databases/qt4-sql/pkg-plist index 6c77bc64fd9..b3e6b909d38 100644 --- a/databases/qt4-sql/pkg-plist +++ b/databases/qt4-sql/pkg-plist @@ -8,6 +8,7 @@ include/qt4/Qt/qsql_odbc.h include/qt4/Qt/qsql_psql.h include/qt4/Qt/qsql_sqlite.h include/qt4/Qt/qsql_sqlite2.h +include/qt4/Qt/qsql_symsql.h include/qt4/Qt/qsql_tds.h include/qt4/Qt/qsqldatabase.h include/qt4/Qt/qsqldriver.h @@ -55,6 +56,8 @@ include/qt4/QtSql/QSqlRelationalDelegate include/qt4/QtSql/QSqlRelationalTableModel include/qt4/QtSql/QSqlResult include/qt4/QtSql/QSqlTableModel +include/qt4/QtSql/QSymSQLDriver +include/qt4/QtSql/QSymSQLResult include/qt4/QtSql/QTDSDriver include/qt4/QtSql/QTDSResult include/qt4/QtSql/QtSql @@ -67,6 +70,7 @@ include/qt4/QtSql/qsql_odbc.h include/qt4/QtSql/qsql_psql.h include/qt4/QtSql/qsql_sqlite.h include/qt4/QtSql/qsql_sqlite2.h +include/qt4/QtSql/qsql_symsql.h include/qt4/QtSql/qsql_tds.h include/qt4/QtSql/qsqldatabase.h include/qt4/QtSql/qsqldriver.h diff --git a/devel/dbus-qt4/Makefile b/devel/dbus-qt4/Makefile index 882cde4917c..491848e454d 100644 --- a/devel/dbus-qt4/Makefile +++ b/devel/dbus-qt4/Makefile @@ -50,6 +50,11 @@ EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure .include <bsd.port.pre.mk> +# Without this workaround, qdbus crashes. +.if ${OSVERSION} > 1000000 +CXXFLAGS+= -fno-use-cxa-atexit +.endif + CONFIGURE_ARGS+= --no-gui \ --no-phonon diff --git a/devel/dbus-qt4/pkg-plist b/devel/dbus-qt4/pkg-plist index 8ad0cb30264..5db4e9402f9 100644 --- a/devel/dbus-qt4/pkg-plist +++ b/devel/dbus-qt4/pkg-plist @@ -22,6 +22,8 @@ include/qt4/Qt/qdbuspendingreply.h include/qt4/Qt/qdbusreply.h include/qt4/Qt/qdbusserver.h include/qt4/Qt/qdbusservicewatcher.h +include/qt4/Qt/qdbusunixfiledescriptor.h +include/qt4/Qt/qdbusvirtualobject.h include/qt4/QtDBus/QDBusAbstractAdaptor include/qt4/QtDBus/QDBusAbstractInterface include/qt4/QtDBus/QDBusAbstractInterfaceBase @@ -42,7 +44,9 @@ include/qt4/QtDBus/QDBusReply include/qt4/QtDBus/QDBusServer include/qt4/QtDBus/QDBusServiceWatcher include/qt4/QtDBus/QDBusSignature +include/qt4/QtDBus/QDBusUnixFileDescriptor include/qt4/QtDBus/QDBusVariant +include/qt4/QtDBus/QDBusVirtualObject include/qt4/QtDBus/QtDBus include/qt4/QtDBus/qdbusabstractadaptor.h include/qt4/QtDBus/qdbusabstractinterface.h @@ -61,6 +65,8 @@ include/qt4/QtDBus/qdbuspendingreply.h include/qt4/QtDBus/qdbusreply.h include/qt4/QtDBus/qdbusserver.h include/qt4/QtDBus/qdbusservicewatcher.h +include/qt4/QtDBus/qdbusunixfiledescriptor.h +include/qt4/QtDBus/qdbusvirtualobject.h lib/qt4/libQtDBus.la lib/qt4/libQtDBus.prl lib/qt4/libQtDBus.so diff --git a/devel/qmake4/Makefile b/devel/qmake4/Makefile index 88bab796990..8b482f26bd9 100644 --- a/devel/qmake4/Makefile +++ b/devel/qmake4/Makefile @@ -51,21 +51,17 @@ post-patch: -e 's|moc|moc-qt4|' \ ${WRKSRC}/../mkspecs/freebsd-*/qmake.conf @${REINPLACE_CMD} -e 's|@QMAKE_QTOBJS@||g' ${WRKSRC}/Makefile.unix - # Add mkspecs for all the available compilers. - @${CP} ${WRKSRC}/../mkspecs/common/g++.conf ${WRKSRC}/../mkspecs/common/clang.conf - @${REINPLACE_CMD} -e 's|gcc|clang|g' -e 's|g++|clang++|g' \ - ${WRKSRC}/../mkspecs/common/clang.conf # FIXME: This is ugly @${RM} ${WRKSRC}/../mkspecs/freebsd-g++/*.orig @${RM} ${WRKSRC}/../mkspecs/freebsd-g++40/*.orig -.for c in clang llvm - @${CP} -PpR ${WRKSRC}/../mkspecs/freebsd-g++ ${WRKSRC}/../mkspecs/freebsd-${c} - @${REINPLACE_CMD} -e 's|g++|${c}|g' \ - ${WRKSRC}/../mkspecs/freebsd-${c}/qmake.conf -.endfor -.for v in 42 43 44 45 46 +# Add mkspec for clang + @${CP} -PpR ${WRKSRC}/../mkspecs/freebsd-g++ ${WRKSRC}/../mkspecs/freebsd-clang + @${REINPLACE_CMD} -e 's|g++-unix.conf|clang.conf|g' \ + ${WRKSRC}/../mkspecs/freebsd-clang/qmake.conf +# Add mkspecs for the different GCC versions in the ports tree +.for v in 42 44 46 47 48 @${CP} -PpR ${WRKSRC}/../mkspecs/freebsd-g++40 ${WRKSRC}/../mkspecs/freebsd-g++${v} @${REINPLACE_CMD} -e 's|40|${v}|g' \ ${WRKSRC}/../mkspecs/freebsd-g++${v}/qmake.conf @@ -78,7 +74,6 @@ do-configure: < ${FILESDIR}/qconfig.cpp \ > ${WRKSRC:H}/src/corelib/global/qconfig.cpp ${ECHO} '/* empty */' > ${WRKSRC}/qconfig.h -# ${LN} ${WRKSRC}/qconfig.h ${WRKSRC}/../include/QtCore/qconfig.h ${LN} ${WRKSRC}/qconfig.h ${WRKSRC}/../src/corelib/global/qconfig.h .include <bsd.port.pre.mk> diff --git a/devel/qmake4/files/Makefile.bsd b/devel/qmake4/files/Makefile.bsd index 481fb4a429b..9d659aa9c84 100644 --- a/devel/qmake4/files/Makefile.bsd +++ b/devel/qmake4/files/Makefile.bsd @@ -23,7 +23,7 @@ CXXFLAGS+=-I${.CURDIR:H}/mkspecs/freebsd-g++ CXXFLAGS+=-I${.CURDIR:H}/$s .endfor -.for g in /. /unix /win32 /mac /symbian +.for g in /. /unix /win32 /mac /symbian /integrity .PATH: ${.CURDIR}/generators$g CXXFLAGS+=-I${.CURDIR}/generators$g .endfor diff --git a/devel/qmake4/pkg-plist b/devel/qmake4/pkg-plist index 7e49b1999ba..1d069bab04f 100644 --- a/devel/qmake4/pkg-plist +++ b/devel/qmake4/pkg-plist @@ -11,15 +11,27 @@ share/qt4/mkspecs/common/aix/qplatformdefs.h share/qt4/mkspecs/common/armcc.conf share/qt4/mkspecs/common/c89/qplatformdefs.h share/qt4/mkspecs/common/clang.conf +share/qt4/mkspecs/common/g++-base.conf +share/qt4/mkspecs/common/g++-macx.conf +share/qt4/mkspecs/common/g++-unix.conf share/qt4/mkspecs/common/g++.conf +share/qt4/mkspecs/common/gcc-base-macx.conf +share/qt4/mkspecs/common/gcc-base-unix.conf +share/qt4/mkspecs/common/gcc-base.conf +share/qt4/mkspecs/common/ghs-base-integrity.conf +share/qt4/mkspecs/common/integrity/qplatformdefs.h share/qt4/mkspecs/common/linux.conf share/qt4/mkspecs/common/llvm.conf -share/qt4/mkspecs/common/mac-g++.conf -share/qt4/mkspecs/common/mac-llvm.conf share/qt4/mkspecs/common/mac.conf +share/qt4/mkspecs/common/mac/qplatformdefs.h share/qt4/mkspecs/common/posix/qplatformdefs.h +share/qt4/mkspecs/common/qcc-base-qnx.conf +share/qt4/mkspecs/common/qcc-base.conf +share/qt4/mkspecs/common/qnx/qmake.conf +share/qt4/mkspecs/common/qnx/qplatformdefs.h share/qt4/mkspecs/common/qws.conf share/qt4/mkspecs/common/symbian/appCaptionForTranslation.cpp +share/qt4/mkspecs/common/symbian/backup_registration.xml share/qt4/mkspecs/common/symbian/header-wrappers/AknBitmapAnimation.h share/qt4/mkspecs/common/symbian/header-wrappers/AknDoc.h share/qt4/mkspecs/common/symbian/header-wrappers/AknFontAccess.h @@ -60,11 +72,13 @@ share/qt4/mkspecs/features/dbusadaptors.prf share/qt4/mkspecs/features/dbusinterfaces.prf share/qt4/mkspecs/features/debug.prf share/qt4/mkspecs/features/debug_and_release.prf +share/qt4/mkspecs/features/declarative_debug.prf share/qt4/mkspecs/features/default_post.prf share/qt4/mkspecs/features/default_pre.prf share/qt4/mkspecs/features/designer.prf share/qt4/mkspecs/features/dll.prf share/qt4/mkspecs/features/egl.prf +share/qt4/mkspecs/features/enable_backup.prf share/qt4/mkspecs/features/exclusive_builds.prf share/qt4/mkspecs/features/help.prf share/qt4/mkspecs/features/include_source_dir.prf @@ -131,6 +145,7 @@ share/qt4/mkspecs/features/uic.prf share/qt4/mkspecs/features/uitools.prf share/qt4/mkspecs/features/unix/bsymbolic_functions.prf share/qt4/mkspecs/features/unix/dylib.prf +share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf share/qt4/mkspecs/features/unix/hide_symbols.prf share/qt4/mkspecs/features/unix/largefile.prf share/qt4/mkspecs/features/unix/opengl.prf @@ -176,18 +191,16 @@ share/qt4/mkspecs/freebsd-g++34/qmake.conf share/qt4/mkspecs/freebsd-g++34/qplatformdefs.h share/qt4/mkspecs/freebsd-g++42/qmake.conf share/qt4/mkspecs/freebsd-g++42/qplatformdefs.h -share/qt4/mkspecs/freebsd-g++43/qmake.conf -share/qt4/mkspecs/freebsd-g++43/qplatformdefs.h share/qt4/mkspecs/freebsd-g++44/qmake.conf share/qt4/mkspecs/freebsd-g++44/qplatformdefs.h -share/qt4/mkspecs/freebsd-g++45/qmake.conf -share/qt4/mkspecs/freebsd-g++45/qplatformdefs.h share/qt4/mkspecs/freebsd-g++46/qmake.conf share/qt4/mkspecs/freebsd-g++46/qplatformdefs.h +share/qt4/mkspecs/freebsd-g++47/qmake.conf +share/qt4/mkspecs/freebsd-g++47/qplatformdefs.h +share/qt4/mkspecs/freebsd-g++48/qmake.conf +share/qt4/mkspecs/freebsd-g++48/qplatformdefs.h share/qt4/mkspecs/freebsd-icc/qmake.conf share/qt4/mkspecs/freebsd-icc/qplatformdefs.h -share/qt4/mkspecs/freebsd-llvm/qmake.conf -share/qt4/mkspecs/freebsd-llvm/qplatformdefs.h share/qt4/mkspecs/hpux-acc-64/qmake.conf share/qt4/mkspecs/hpux-acc-64/qplatformdefs.h share/qt4/mkspecs/hpux-acc-o64/qmake.conf @@ -274,8 +287,24 @@ share/qt4/mkspecs/netbsd-g++/qmake.conf share/qt4/mkspecs/netbsd-g++/qplatformdefs.h share/qt4/mkspecs/openbsd-g++/qmake.conf share/qt4/mkspecs/openbsd-g++/qplatformdefs.h +share/qt4/mkspecs/qpa/common/g++-base-macx-iphone.conf +share/qt4/mkspecs/qpa/common/g++-base-macx-iphonedevice.conf +share/qt4/mkspecs/qpa/macx-iphonedevice-g++-armv6/qmake.conf +share/qt4/mkspecs/qpa/macx-iphonedevice-g++-armv6/qplatformdefs.h +share/qt4/mkspecs/qpa/macx-iphonedevice-g++-armv7-nothumb/qmake.conf +share/qt4/mkspecs/qpa/macx-iphonedevice-g++-armv7-nothumb/qplatformdefs.h +share/qt4/mkspecs/qpa/macx-iphonedevice-g++/qmake.conf +share/qt4/mkspecs/qpa/macx-iphonedevice-g++/qplatformdefs.h +share/qt4/mkspecs/qpa/macx-iphonesimulator-g++/qmake.conf +share/qt4/mkspecs/qpa/macx-iphonesimulator-g++/qplatformdefs.h share/qt4/mkspecs/qws/freebsd-generic-g++/qmake.conf share/qt4/mkspecs/qws/freebsd-generic-g++/qplatformdefs.h +share/qt4/mkspecs/qws/integrity-arm-cxarm/qmake.conf +share/qt4/mkspecs/qws/integrity-arm-cxarm/qplatformdefs.h +share/qt4/mkspecs/qws/integrity-ppc-cxppc/qmake.conf +share/qt4/mkspecs/qws/integrity-ppc-cxppc/qplatformdefs.h +share/qt4/mkspecs/qws/integrity-x86-cx86/qmake.conf +share/qt4/mkspecs/qws/integrity-x86-cx86/qplatformdefs.h share/qt4/mkspecs/qws/linux-arm-g++/qmake.conf share/qt4/mkspecs/qws/linux-arm-g++/qplatformdefs.h share/qt4/mkspecs/qws/linux-arm-gnueabi-g++/qmake.conf @@ -300,6 +329,8 @@ share/qt4/mkspecs/qws/linux-lsb-g++/qmake.conf share/qt4/mkspecs/qws/linux-lsb-g++/qplatformdefs.h share/qt4/mkspecs/qws/linux-mips-g++/qmake.conf share/qt4/mkspecs/qws/linux-mips-g++/qplatformdefs.h +share/qt4/mkspecs/qws/linux-nacl-g++/qmake.conf +share/qt4/mkspecs/qws/linux-nacl-g++/qplatformdefs.h share/qt4/mkspecs/qws/linux-powerpc-g++/qmake.conf share/qt4/mkspecs/qws/linux-powerpc-g++/qplatformdefs.h share/qt4/mkspecs/qws/linux-sh-g++/qmake.conf @@ -316,6 +347,18 @@ share/qt4/mkspecs/qws/linux-zylonite-g++/qmake.conf share/qt4/mkspecs/qws/linux-zylonite-g++/qplatformdefs.h share/qt4/mkspecs/qws/macx-generic-g++/qmake.conf share/qt4/mkspecs/qws/macx-generic-g++/qplatformdefs.h +share/qt4/mkspecs/qws/macx-nacl-g++/qmake.conf +share/qt4/mkspecs/qws/macx-nacl-g++/qplatformdefs.h +share/qt4/mkspecs/qws/qnx-arm-g++/qmake.conf +share/qt4/mkspecs/qws/qnx-arm-g++/qplatformdefs.h +share/qt4/mkspecs/qws/qnx-armv7-g++/qmake.conf +share/qt4/mkspecs/qws/qnx-armv7-g++/qplatformdefs.h +share/qt4/mkspecs/qws/qnx-generic-g++/qmake.conf +share/qt4/mkspecs/qws/qnx-generic-g++/qplatformdefs.h +share/qt4/mkspecs/qws/qnx-i386-g++/qmake.conf +share/qt4/mkspecs/qws/qnx-i386-g++/qplatformdefs.h +share/qt4/mkspecs/qws/qnx-ppc-g++/qmake.conf +share/qt4/mkspecs/qws/qnx-ppc-g++/qplatformdefs.h share/qt4/mkspecs/qws/solaris-generic-g++/qmake.conf share/qt4/mkspecs/qws/solaris-generic-g++/qplatformdefs.h share/qt4/mkspecs/sco-cc/qmake.conf @@ -358,20 +401,30 @@ share/qt4/mkspecs/unixware-cc/qmake.conf share/qt4/mkspecs/unixware-cc/qplatformdefs.h share/qt4/mkspecs/unixware-g++/qmake.conf share/qt4/mkspecs/unixware-g++/qplatformdefs.h +share/qt4/mkspecs/unsupported/linux-armcc/qmake.conf +share/qt4/mkspecs/unsupported/linux-armcc/qplatformdefs.h +share/qt4/mkspecs/unsupported/linux-clang/qmake.conf +share/qt4/mkspecs/unsupported/linux-clang/qplatformdefs.h share/qt4/mkspecs/unsupported/linux-host-g++/qmake.conf share/qt4/mkspecs/unsupported/linux-host-g++/qplatformdefs.h share/qt4/mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf share/qt4/mkspecs/unsupported/linux-scratchbox2-g++/qplatformdefs.h -share/qt4/mkspecs/unsupported/qnx-g++/qmake.conf -share/qt4/mkspecs/unsupported/qnx-g++/qplatformdefs.h +share/qt4/mkspecs/unsupported/macx-clang/Info.plist.app +share/qt4/mkspecs/unsupported/macx-clang/Info.plist.lib +share/qt4/mkspecs/unsupported/macx-clang/qmake.conf +share/qt4/mkspecs/unsupported/macx-clang/qplatformdefs.h +share/qt4/mkspecs/unsupported/qnx-X11-g++/qmake.conf +share/qt4/mkspecs/unsupported/qnx-X11-g++/qplatformdefs.h +share/qt4/mkspecs/unsupported/qnx-armv7le-qcc/qmake.conf +share/qt4/mkspecs/unsupported/qnx-armv7le-qcc/qplatformdefs.h +share/qt4/mkspecs/unsupported/qnx-x86-qcc/qmake.conf +share/qt4/mkspecs/unsupported/qnx-x86-qcc/qplatformdefs.h +share/qt4/mkspecs/unsupported/qws/integrity-x86-cx86/qmake.conf +share/qt4/mkspecs/unsupported/qws/integrity-x86-cx86/qplatformdefs.h +share/qt4/mkspecs/unsupported/qws/linux-x86-openkode-g++/qmake.conf +share/qt4/mkspecs/unsupported/qws/linux-x86-openkode-g++/qplatformdefs.h share/qt4/mkspecs/unsupported/qws/qnx-641/qmake.conf share/qt4/mkspecs/unsupported/qws/qnx-641/qplatformdefs.h -share/qt4/mkspecs/unsupported/qws/qnx-generic-g++/qmake.conf -share/qt4/mkspecs/unsupported/qws/qnx-generic-g++/qplatformdefs.h -share/qt4/mkspecs/unsupported/qws/qnx-i386-g++/qmake.conf -share/qt4/mkspecs/unsupported/qws/qnx-i386-g++/qplatformdefs.h -share/qt4/mkspecs/unsupported/qws/qnx-ppc-g++/qmake.conf -share/qt4/mkspecs/unsupported/qws/qnx-ppc-g++/qplatformdefs.h share/qt4/mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf share/qt4/mkspecs/unsupported/vxworks-ppc-dcc/qplatformdefs.h share/qt4/mkspecs/unsupported/vxworks-ppc-g++/qmake.conf @@ -380,10 +433,14 @@ share/qt4/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf share/qt4/mkspecs/unsupported/vxworks-simpentium-dcc/qplatformdefs.h share/qt4/mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf share/qt4/mkspecs/unsupported/vxworks-simpentium-g++/qplatformdefs.h +share/qt4/mkspecs/unsupported/win32-g++-4.6-cross/qmake.conf +share/qt4/mkspecs/unsupported/win32-g++-4.6-cross/qplatformdefs.h share/qt4/mkspecs/unsupported/win32-g++-cross/qmake.conf share/qt4/mkspecs/unsupported/win32-g++-cross/qplatformdefs.h share/qt4/mkspecs/win32-borland/qmake.conf share/qt4/mkspecs/win32-borland/qplatformdefs.h +share/qt4/mkspecs/win32-g++-4.6/qmake.conf +share/qt4/mkspecs/win32-g++-4.6/qplatformdefs.h share/qt4/mkspecs/win32-g++/qmake.conf share/qt4/mkspecs/win32-g++/qplatformdefs.h share/qt4/mkspecs/win32-icc/qmake.conf @@ -426,6 +483,12 @@ share/qt4/mkspecs/wince60standard-armv4i-msvc2005/qmake.conf share/qt4/mkspecs/wince60standard-armv4i-msvc2005/qplatformdefs.h share/qt4/mkspecs/wince60standard-x86-msvc2005/qmake.conf share/qt4/mkspecs/wince60standard-x86-msvc2005/qplatformdefs.h +share/qt4/mkspecs/wince70embedded-armv4i-msvc2008/default_post.prf +share/qt4/mkspecs/wince70embedded-armv4i-msvc2008/qmake.conf +share/qt4/mkspecs/wince70embedded-armv4i-msvc2008/qplatformdefs.h +share/qt4/mkspecs/wince70embedded-x86-msvc2008/default_post.prf +share/qt4/mkspecs/wince70embedded-x86-msvc2008/qmake.conf +share/qt4/mkspecs/wince70embedded-x86-msvc2008/qplatformdefs.h share/qt4/mkspecs/wincewm50pocket-msvc2005/default_post.prf share/qt4/mkspecs/wincewm50pocket-msvc2005/qmake.conf share/qt4/mkspecs/wincewm50pocket-msvc2005/qplatformdefs.h @@ -466,6 +529,8 @@ share/qt4/mkspecs/wincewm65professional-msvc2008/qplatformdefs.h @dirrm share/qt4/mkspecs/wincewm50smart-msvc2005 @dirrm share/qt4/mkspecs/wincewm50pocket-msvc2008 @dirrm share/qt4/mkspecs/wincewm50pocket-msvc2005 +@dirrm share/qt4/mkspecs/wince70embedded-x86-msvc2008 +@dirrm share/qt4/mkspecs/wince70embedded-armv4i-msvc2008 @dirrm share/qt4/mkspecs/wince60standard-x86-msvc2005 @dirrm share/qt4/mkspecs/wince60standard-armv4i-msvc2005 @dirrm share/qt4/mkspecs/wince50standard-x86-msvc2008 @@ -483,21 +548,27 @@ share/qt4/mkspecs/wincewm65professional-msvc2008/qplatformdefs.h @dirrm share/qt4/mkspecs/win32-msvc2005 @dirrm share/qt4/mkspecs/win32-msvc2003 @dirrm share/qt4/mkspecs/win32-icc +@dirrm share/qt4/mkspecs/win32-g++-4.6 @dirrm share/qt4/mkspecs/win32-g++ @dirrm share/qt4/mkspecs/win32-borland @dirrm share/qt4/mkspecs/unsupported/win32-g++-cross +@dirrm share/qt4/mkspecs/unsupported/win32-g++-4.6-cross @dirrm share/qt4/mkspecs/unsupported/vxworks-simpentium-g++ @dirrm share/qt4/mkspecs/unsupported/vxworks-simpentium-dcc @dirrm share/qt4/mkspecs/unsupported/vxworks-ppc-g++ @dirrm share/qt4/mkspecs/unsupported/vxworks-ppc-dcc -@dirrm share/qt4/mkspecs/unsupported/qws/qnx-ppc-g++ -@dirrm share/qt4/mkspecs/unsupported/qws/qnx-i386-g++ -@dirrm share/qt4/mkspecs/unsupported/qws/qnx-generic-g++ @dirrm share/qt4/mkspecs/unsupported/qws/qnx-641 +@dirrm share/qt4/mkspecs/unsupported/qws/linux-x86-openkode-g++ +@dirrm share/qt4/mkspecs/unsupported/qws/integrity-x86-cx86 @dirrm share/qt4/mkspecs/unsupported/qws -@dirrm share/qt4/mkspecs/unsupported/qnx-g++ +@dirrm share/qt4/mkspecs/unsupported/qnx-x86-qcc +@dirrm share/qt4/mkspecs/unsupported/qnx-armv7le-qcc +@dirrm share/qt4/mkspecs/unsupported/qnx-X11-g++ +@dirrm share/qt4/mkspecs/unsupported/macx-clang @dirrm share/qt4/mkspecs/unsupported/linux-scratchbox2-g++ @dirrm share/qt4/mkspecs/unsupported/linux-host-g++ +@dirrm share/qt4/mkspecs/unsupported/linux-clang +@dirrm share/qt4/mkspecs/unsupported/linux-armcc @dirrm share/qt4/mkspecs/unsupported @dirrm share/qt4/mkspecs/unixware-g++ @dirrm share/qt4/mkspecs/unixware-cc @@ -520,6 +591,12 @@ share/qt4/mkspecs/wincewm65professional-msvc2008/qplatformdefs.h @dirrm share/qt4/mkspecs/sco-g++ @dirrm share/qt4/mkspecs/sco-cc @dirrm share/qt4/mkspecs/qws/solaris-generic-g++ +@dirrm share/qt4/mkspecs/qws/qnx-ppc-g++ +@dirrm share/qt4/mkspecs/qws/qnx-i386-g++ +@dirrm share/qt4/mkspecs/qws/qnx-generic-g++ +@dirrm share/qt4/mkspecs/qws/qnx-armv7-g++ +@dirrm share/qt4/mkspecs/qws/qnx-arm-g++ +@dirrm share/qt4/mkspecs/qws/macx-nacl-g++ @dirrm share/qt4/mkspecs/qws/macx-generic-g++ @dirrm share/qt4/mkspecs/qws/linux-zylonite-g++ @dirrm share/qt4/mkspecs/qws/linux-x86_64-g++ @@ -528,6 +605,7 @@ share/qt4/mkspecs/wincewm65professional-msvc2008/qplatformdefs.h @dirrm share/qt4/mkspecs/qws/linux-sh4al-g++ @dirrm share/qt4/mkspecs/qws/linux-sh-g++ @dirrm share/qt4/mkspecs/qws/linux-powerpc-g++ +@dirrm share/qt4/mkspecs/qws/linux-nacl-g++ @dirrm share/qt4/mkspecs/qws/linux-mips-g++ @dirrm share/qt4/mkspecs/qws/linux-lsb-g++ @dirrm share/qt4/mkspecs/qws/linux-ipaq-g++ @@ -540,8 +618,17 @@ share/qt4/mkspecs/wincewm65professional-msvc2008/qplatformdefs.h @dirrm share/qt4/mkspecs/qws/linux-armv6-g++ @dirrm share/qt4/mkspecs/qws/linux-arm-gnueabi-g++ @dirrm share/qt4/mkspecs/qws/linux-arm-g++ +@dirrm share/qt4/mkspecs/qws/integrity-x86-cx86 +@dirrm share/qt4/mkspecs/qws/integrity-ppc-cxppc +@dirrm share/qt4/mkspecs/qws/integrity-arm-cxarm @dirrm share/qt4/mkspecs/qws/freebsd-generic-g++ @dirrm share/qt4/mkspecs/qws +@dirrm share/qt4/mkspecs/qpa/macx-iphonesimulator-g++ +@dirrm share/qt4/mkspecs/qpa/macx-iphonedevice-g++-armv7-nothumb +@dirrm share/qt4/mkspecs/qpa/macx-iphonedevice-g++-armv6 +@dirrm share/qt4/mkspecs/qpa/macx-iphonedevice-g++ +@dirrm share/qt4/mkspecs/qpa/common +@dirrm share/qt4/mkspecs/qpa @dirrm share/qt4/mkspecs/openbsd-g++ @dirrm share/qt4/mkspecs/netbsd-g++ @dirrmtry share/qt4/mkspecs/modules @@ -580,12 +667,11 @@ share/qt4/mkspecs/wincewm65professional-msvc2008/qplatformdefs.h @dirrm share/qt4/mkspecs/hpux-acc-o64 @dirrm share/qt4/mkspecs/hpux-acc-64 @dirrm share/qt4/mkspecs/hpux-acc -@dirrm share/qt4/mkspecs/freebsd-llvm @dirrm share/qt4/mkspecs/freebsd-icc +@dirrm share/qt4/mkspecs/freebsd-g++48 +@dirrm share/qt4/mkspecs/freebsd-g++47 @dirrm share/qt4/mkspecs/freebsd-g++46 -@dirrm share/qt4/mkspecs/freebsd-g++45 @dirrm share/qt4/mkspecs/freebsd-g++44 -@dirrm share/qt4/mkspecs/freebsd-g++43 @dirrm share/qt4/mkspecs/freebsd-g++42 @dirrm share/qt4/mkspecs/freebsd-g++34 @dirrm share/qt4/mkspecs/freebsd-g++ @@ -601,7 +687,10 @@ share/qt4/mkspecs/wincewm65professional-msvc2008/qplatformdefs.h @dirrm share/qt4/mkspecs/common/symbian/stl-off @dirrm share/qt4/mkspecs/common/symbian/header-wrappers @dirrm share/qt4/mkspecs/common/symbian +@dirrm share/qt4/mkspecs/common/qnx @dirrm share/qt4/mkspecs/common/posix +@dirrm share/qt4/mkspecs/common/mac +@dirrm share/qt4/mkspecs/common/integrity @dirrm share/qt4/mkspecs/common/c89 @dirrm share/qt4/mkspecs/common/aix @dirrm share/qt4/mkspecs/common diff --git a/devel/qt4-assistant/Makefile b/devel/qt4-assistant/Makefile index a216e850fa7..fc56b40af9b 100644 --- a/devel/qt4-assistant/Makefile +++ b/devel/qt4-assistant/Makefile @@ -8,7 +8,6 @@ PORTNAME= assistant DISTVERSION= ${QT4_VERSION} -PORTREVISION= 1 CATEGORIES?= devel PKGNAMEPREFIX= qt4- diff --git a/devel/qt4-corelib/files/patch-configure b/devel/qt4-corelib/files/patch-configure index d4973b4f086..fab364f73a8 100644 --- a/devel/qt4-corelib/files/patch-configure +++ b/devel/qt4-corelib/files/patch-configure @@ -1,6 +1,6 @@ ---- ./configure.orig 2011-03-09 01:18:35.443096016 +0100 -+++ ./configure 2011-03-09 01:17:30.423222843 +0100 -@@ -6617,7 +6617,6 @@ +--- configure.orig 2012-01-06 12:10:24.748328275 +0100 ++++ configure 2012-01-06 12:15:25.008280655 +0100 +@@ -7045,7 +7045,6 @@ QT_CONFIG="$QT_CONFIG phonon-backend" fi else @@ -8,7 +8,7 @@ fi # disable accessibility -@@ -6671,7 +6670,6 @@ +@@ -7102,7 +7101,6 @@ # enable opengl if [ "$CFG_OPENGL" = "no" ]; then @@ -16,7 +16,7 @@ else QT_CONFIG="$QT_CONFIG opengl" fi -@@ -7172,7 +7170,6 @@ +@@ -7624,7 +7622,6 @@ if [ "$CFG_XMLPATTERNS" = "yes" ]; then QT_CONFIG="$QT_CONFIG xmlpatterns" else @@ -24,7 +24,7 @@ fi if [ "$CFG_MULTIMEDIA" = "no" ]; then -@@ -7772,10 +7769,8 @@ +@@ -8242,10 +8239,8 @@ [ "$CFG_MNG" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_IMAGEFORMAT_MNG" [ "$CFG_ZLIB" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_ZLIB" [ "$CFG_S60" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_S60" @@ -33,44 +33,45 @@ [ "$CFG_SXE" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_SXE" -[ "$CFG_DBUS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_DBUS" - if [ "$PLATFORM_QWS" != "yes" ]; then + if [ "$PLATFORM_QWS" != "yes" -a "$PLATFORM_QPA" != "yes" ]; then [ "$CFG_GRAPHICS_SYSTEM" = "raster" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_GRAPHICSSYSTEM_RASTER" -@@ -7785,35 +7780,21 @@ - fi - +@@ -8257,36 +8252,22 @@ # X11/Unix/Mac only configs --[ "$CFG_CUPS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CUPS" -+%%CUPS%%[ "$CFG_CUPS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CUPS" [ "$CFG_ICONV" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_ICONV" [ "$CFG_GLIB" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_GLIB" --[ "$CFG_GSTREAMER" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_GSTREAMER" -[ "$CFG_QGTKSTYLE" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_STYLE_GTK" +%%QGTKSTYLE%%[ "$CFG_QGTKSTYLE" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_STYLE_GTK" - [ "$CFG_CLOCK_MONOTONIC" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CLOCK_MONOTONIC" - [ "$CFG_MREMAP" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_MREMAP" - [ "$CFG_GETADDRINFO" = "no" ]&& QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_GETADDRINFO" - [ "$CFG_IPV6IFNAME" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_IPV6IFNAME" - [ "$CFG_GETIFADDRS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_GETIFADDRS" - [ "$CFG_INOTIFY" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_INOTIFY" --[ "$CFG_NAS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_NAS" -+%%NAS%%[ "$CFG_NAS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_NAS" - [ "$CFG_NIS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_NIS" - [ "$CFG_OPENSSL" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_OPENSSL" - [ "$CFG_OPENSSL" = "linked" ]&& QCONFIG_FLAGS="$QCONFIG_FLAGS QT_LINKED_OPENSSL" + if [ "$XPLATFORM_SYMBIAN" = "no" ]; then + # Do not apply following negative X11/Unix/Mac only flags on Symbian, so that + # configuration matches with the one generated by configure executable tool +- [ "$CFG_CUPS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CUPS" +- [ "$CFG_GSTREAMER" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_GSTREAMER" ++ %%CUPS%%[ "$CFG_CUPS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CUPS" + [ "$CFG_CLOCK_MONOTONIC" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CLOCK_MONOTONIC" + [ "$CFG_MREMAP" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_MREMAP" + [ "$CFG_GETADDRINFO" = "no" ]&& QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_GETADDRINFO" + [ "$CFG_IPV6IFNAME" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_IPV6IFNAME" + [ "$CFG_GETIFADDRS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_GETIFADDRS" + [ "$CFG_INOTIFY" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_INOTIFY" +- [ "$CFG_NAS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_NAS" ++ %%NAS%%[ "$CFG_NAS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_NAS" + [ "$CFG_NIS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_NIS" + [ "$CFG_OPENSSL" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_OPENSSL" + [ "$CFG_OPENSSL" = "linked" ]&& QCONFIG_FLAGS="$QCONFIG_FLAGS QT_LINKED_OPENSSL" --[ "$CFG_SM" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_SESSIONMANAGER" --[ "$CFG_XCURSOR" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XCURSOR" --[ "$CFG_XFIXES" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XFIXES" --[ "$CFG_FONTCONFIG" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_FONTCONFIG" --[ "$CFG_XINERAMA" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XINERAMA" --[ "$CFG_XKB" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XKB" --[ "$CFG_XRANDR" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XRANDR" --[ "$CFG_XRENDER" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XRENDER" --[ "$CFG_MITSHM" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_MITSHM" --[ "$CFG_XSHAPE" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_SHAPE" --[ "$CFG_XVIDEO" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XVIDEO" --[ "$CFG_XSYNC" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XSYNC" --[ "$CFG_XINPUT" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XINPUT QT_NO_TABLET" +- [ "$CFG_SM" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_SESSIONMANAGER" +- [ "$CFG_XCURSOR" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XCURSOR" +- [ "$CFG_XFIXES" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XFIXES" +- [ "$CFG_FONTCONFIG" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_FONTCONFIG" +- [ "$CFG_XINERAMA" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XINERAMA" +- [ "$CFG_XKB" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XKB" +- [ "$CFG_XRANDR" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XRANDR" +- [ "$CFG_XRENDER" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XRENDER" +- [ "$CFG_MITSHM" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_MITSHM" +- [ "$CFG_XSHAPE" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_SHAPE" +- [ "$CFG_XVIDEO" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XVIDEO" +- [ "$CFG_XSYNC" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XSYNC" +- [ "$CFG_XINPUT" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XINPUT QT_NO_TABLET" - [ "$CFG_XCURSOR" = "runtime" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_RUNTIME_XCURSOR" - [ "$CFG_XINERAMA" = "runtime" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_RUNTIME_XINERAMA" + [ "$CFG_XCURSOR" = "runtime" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_RUNTIME_XCURSOR" + [ "$CFG_XINERAMA" = "runtime" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_RUNTIME_XINERAMA" diff --git a/devel/qt4-corelib/pkg-message b/devel/qt4-corelib/pkg-message index e4a340d65ab..bea7270b444 100644 --- a/devel/qt4-corelib/pkg-message +++ b/devel/qt4-corelib/pkg-message @@ -1,4 +1,4 @@ -===================================================================== +====================================================================== Qt 4 can be built with optional support for: - Common UNIX Printing System (CUPS) @@ -13,4 +13,4 @@ x11-toolkits/qt4-gui ports. Attention! Whenever you change the QT4_OPTIONS both devel/qt4-corelib and x11-toolkits/qt4-gui ports must be rebuilt! -===================================================================== +====================================================================== diff --git a/devel/qt4-corelib/pkg-plist b/devel/qt4-corelib/pkg-plist index 2ae15120ef1..2cbf097b2bc 100644 --- a/devel/qt4-corelib/pkg-plist +++ b/devel/qt4-corelib/pkg-plist @@ -11,13 +11,16 @@ include/qt4/Qt/qatomic.h include/qt4/Qt/qatomic_alpha.h include/qt4/Qt/qatomic_arch.h include/qt4/Qt/qatomic_arm.h +include/qt4/Qt/qatomic_armv5.h include/qt4/Qt/qatomic_armv6.h +include/qt4/Qt/qatomic_armv7.h include/qt4/Qt/qatomic_avr32.h include/qt4/Qt/qatomic_bfin.h include/qt4/Qt/qatomic_bootstrap.h include/qt4/Qt/qatomic_generic.h include/qt4/Qt/qatomic_i386.h include/qt4/Qt/qatomic_ia64.h +include/qt4/Qt/qatomic_integrity.h include/qt4/Qt/qatomic_macosx.h include/qt4/Qt/qatomic_mips.h include/qt4/Qt/qatomic_parisc.h @@ -43,6 +46,7 @@ include/qt4/Qt/qconfig-dist.h include/qt4/Qt/qconfig-large.h include/qt4/Qt/qconfig-medium.h include/qt4/Qt/qconfig-minimal.h +include/qt4/Qt/qconfig-nacl.h include/qt4/Qt/qconfig-small.h include/qt4/Qt/qconfig.h include/qt4/Qt/qcontainerfwd.h @@ -67,6 +71,7 @@ include/qt4/Qt/qfileinfo.h include/qt4/Qt/qfilesystemwatcher.h include/qt4/Qt/qfinalstate.h include/qt4/Qt/qfsfileengine.h +include/qt4/Qt/qfunctions_nacl.h include/qt4/Qt/qfunctions_vxworks.h include/qt4/Qt/qfunctions_wince.h include/qt4/Qt/qfuture.h @@ -112,6 +117,7 @@ include/qt4/Qt/qregexp.h include/qt4/Qt/qresource.h include/qt4/Qt/qrunnable.h include/qt4/Qt/qscopedpointer.h +include/qt4/Qt/qscopedvaluerollback.h include/qt4/Qt/qsemaphore.h include/qt4/Qt/qsequentialanimationgroup.h include/qt4/Qt/qset.h @@ -178,6 +184,7 @@ include/qt4/QtCore/QAbstractListModel include/qt4/QtCore/QAbstractState include/qt4/QtCore/QAbstractTableModel include/qt4/QtCore/QAbstractTransition +include/qt4/QtCore/QAnimationDriver include/qt4/QtCore/QAnimationGroup include/qt4/QtCore/QArgument include/qt4/QtCore/QAtomicInt @@ -297,6 +304,7 @@ include/qt4/QtCore/QMutableSetIterator include/qt4/QtCore/QMutableStringListIterator include/qt4/QtCore/QMutableVectorIterator include/qt4/QtCore/QMutex +include/qt4/QtCore/QMutexData include/qt4/QtCore/QMutexLocker include/qt4/QtCore/QNoDebug include/qt4/QtCore/QNoImplicitBoolCast @@ -330,6 +338,7 @@ include/qt4/QtCore/QScopedPointer include/qt4/QtCore/QScopedPointerArrayDeleter include/qt4/QtCore/QScopedPointerDeleter include/qt4/QtCore/QScopedPointerPodDeleter +include/qt4/QtCore/QScopedValueRollback include/qt4/QtCore/QSemaphore include/qt4/QtCore/QSequentialAnimationGroup include/qt4/QtCore/QSet @@ -448,13 +457,16 @@ include/qt4/QtCore/qatomic.h include/qt4/QtCore/qatomic_alpha.h include/qt4/QtCore/qatomic_arch.h include/qt4/QtCore/qatomic_arm.h +include/qt4/QtCore/qatomic_armv5.h include/qt4/QtCore/qatomic_armv6.h +include/qt4/QtCore/qatomic_armv7.h include/qt4/QtCore/qatomic_avr32.h include/qt4/QtCore/qatomic_bfin.h include/qt4/QtCore/qatomic_bootstrap.h include/qt4/QtCore/qatomic_generic.h include/qt4/QtCore/qatomic_i386.h include/qt4/QtCore/qatomic_ia64.h +include/qt4/QtCore/qatomic_integrity.h include/qt4/QtCore/qatomic_macosx.h include/qt4/QtCore/qatomic_mips.h include/qt4/QtCore/qatomic_parisc.h @@ -480,6 +492,7 @@ include/qt4/QtCore/qconfig-dist.h include/qt4/QtCore/qconfig-large.h include/qt4/QtCore/qconfig-medium.h include/qt4/QtCore/qconfig-minimal.h +include/qt4/QtCore/qconfig-nacl.h include/qt4/QtCore/qconfig-small.h include/qt4/QtCore/qconfig.h include/qt4/QtCore/qcontainerfwd.h @@ -504,6 +517,7 @@ include/qt4/QtCore/qfileinfo.h include/qt4/QtCore/qfilesystemwatcher.h include/qt4/QtCore/qfinalstate.h include/qt4/QtCore/qfsfileengine.h +include/qt4/QtCore/qfunctions_nacl.h include/qt4/QtCore/qfunctions_vxworks.h include/qt4/QtCore/qfunctions_wince.h include/qt4/QtCore/qfuture.h @@ -549,6 +563,7 @@ include/qt4/QtCore/qregexp.h include/qt4/QtCore/qresource.h include/qt4/QtCore/qrunnable.h include/qt4/QtCore/qscopedpointer.h +include/qt4/QtCore/qscopedvaluerollback.h include/qt4/QtCore/qsemaphore.h include/qt4/QtCore/qsequentialanimationgroup.h include/qt4/QtCore/qset.h diff --git a/devel/qt4-declarative/pkg-plist b/devel/qt4-declarative/pkg-plist index a23ebe0fb8a..8dc557401ce 100644 --- a/devel/qt4-declarative/pkg-plist +++ b/devel/qt4-declarative/pkg-plist @@ -2,6 +2,7 @@ include/qt4/Qt/QtDeclarative include/qt4/Qt/qdeclarative.h include/qt4/Qt/qdeclarativecomponent.h include/qt4/Qt/qdeclarativecontext.h +include/qt4/Qt/qdeclarativedebug.h include/qt4/Qt/qdeclarativeengine.h include/qt4/Qt/qdeclarativeerror.h include/qt4/Qt/qdeclarativeexpression.h @@ -23,6 +24,7 @@ include/qt4/Qt/qdeclarativeview.h include/qt4/QtDeclarative/QDeclarativeAttachedPropertiesFunc include/qt4/QtDeclarative/QDeclarativeComponent include/qt4/QtDeclarative/QDeclarativeContext +include/qt4/QtDeclarative/QDeclarativeDebuggingEnabler include/qt4/QtDeclarative/QDeclarativeEngine include/qt4/QtDeclarative/QDeclarativeError include/qt4/QtDeclarative/QDeclarativeExpression @@ -47,6 +49,7 @@ include/qt4/QtDeclarative/QtDeclarative include/qt4/QtDeclarative/qdeclarative.h include/qt4/QtDeclarative/qdeclarativecomponent.h include/qt4/QtDeclarative/qdeclarativecontext.h +include/qt4/QtDeclarative/qdeclarativedebug.h include/qt4/QtDeclarative/qdeclarativeengine.h include/qt4/QtDeclarative/qdeclarativeerror.h include/qt4/QtDeclarative/qdeclarativeexpression.h diff --git a/devel/qt4-designer/Makefile b/devel/qt4-designer/Makefile index f927316d4a1..1144032e10e 100644 --- a/devel/qt4-designer/Makefile +++ b/devel/qt4-designer/Makefile @@ -8,7 +8,6 @@ PORTNAME= designer DISTVERSION= ${QT4_VERSION} -PORTREVISION= 1 CATEGORIES?= devel PKGNAMEPREFIX= qt4- @@ -18,7 +17,7 @@ COMMENT= Qt ui editor USE_QT_VER= 4 QT_COMPONENTS= qmake_build moc_build rcc_build uic_build assistant_run \ qt3support corelib declarative gui network script sql xml \ - webkit + webkit phonon QT_NONSTANDARD= yes QT_DIST= yes MAKE_JOBS_SAFE= yes diff --git a/devel/qt4-linguist/Makefile b/devel/qt4-linguist/Makefile index 74d3086b21e..b0a37da1ad5 100644 --- a/devel/qt4-linguist/Makefile +++ b/devel/qt4-linguist/Makefile @@ -8,7 +8,6 @@ PORTNAME= linguist DISTVERSION= ${QT4_VERSION} -PORTREVISION= 1 CATEGORIES?= devel PKGNAMEPREFIX= qt4- diff --git a/devel/qt4-qdoc3/Makefile b/devel/qt4-qdoc3/Makefile index b7b6768b216..0ebbdde8792 100644 --- a/devel/qt4-qdoc3/Makefile +++ b/devel/qt4-qdoc3/Makefile @@ -35,8 +35,6 @@ EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}' EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure -PLIST_FILES= bin/${PORTNAME} - BUILD_WRKSRC= ${WRKSRC}/tools/${PORTNAME} INSTALL_WRKSRC= ${BUILD_WRKSRC} diff --git a/devel/qt4-qdoc3/pkg-plist b/devel/qt4-qdoc3/pkg-plist new file mode 100644 index 00000000000..800109210da --- /dev/null +++ b/devel/qt4-qdoc3/pkg-plist @@ -0,0 +1,2 @@ +bin/qdoc3 +%%DEBUG%%bin/qdoc3.debug diff --git a/devel/qt4-qvfb/files/patch-tools__qvfb__qvfb.pro b/devel/qt4-qvfb/files/patch-tools__qvfb__qvfb.pro new file mode 100644 index 00000000000..db5b6d8a862 --- /dev/null +++ b/devel/qt4-qvfb/files/patch-tools__qvfb__qvfb.pro @@ -0,0 +1,11 @@ +--- ./tools/qvfb/qvfb.pro.orig 2012-01-08 16:32:17.921428981 +0100 ++++ ./tools/qvfb/qvfb.pro 2012-01-08 16:33:01.611355995 +0100 +@@ -38,8 +38,6 @@ + + !embedded { + DEFINES += QT_NO_QWS_SIGNALHANDLER +- HEADERS += ../../src/gui/embedded/qlock_p.h +- SOURCES += ../../src/gui/embedded/qlock.cpp + } + + include(../shared/deviceskin/deviceskin.pri) diff --git a/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__interpreter__Interpreter.cpp b/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__interpreter__Interpreter.cpp index d16cbce9b41..3242848d07d 100644 --- a/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__interpreter__Interpreter.cpp +++ b/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__interpreter__Interpreter.cpp @@ -1,5 +1,5 @@ ---- ./src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp.orig 2011-06-30 00:17:41.495446920 +0200 -+++ ./src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp 2011-06-30 00:19:46.885439368 +0200 +--- ./src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp.orig 2011-06-30 00:43:03.155579428 +0200 ++++ ./src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp 2011-06-30 00:43:34.275444696 +0200 @@ -2493,8 +2493,10 @@ vPC += OPCODE_LENGTH(op_get_by_pname); NEXT_INSTRUCTION(); diff --git a/devel/qt4/distinfo b/devel/qt4/distinfo index 7bf2eed1f45..cb5f8a92998 100644 --- a/devel/qt4/distinfo +++ b/devel/qt4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/qt-everywhere-opensource-src-4.7.4.tar.gz) = 97195ebce8a46f9929fb971d9ae58326d011c4d54425389e6e936514f540221e -SIZE (KDE/qt-everywhere-opensource-src-4.7.4.tar.gz) = 220388303 +SHA256 (KDE/qt-everywhere-opensource-src-4.8.1.tar.gz) = ef851a36aa41b4ad7a3e4c96ca27eaed2a629a6d2fa06c20f072118caed87ae8 +SIZE (KDE/qt-everywhere-opensource-src-4.8.1.tar.gz) = 239606696 diff --git a/devel/qt4/files/patch-configure b/devel/qt4/files/patch-configure index 43052b7d542..bede68d7870 100644 --- a/devel/qt4/files/patch-configure +++ b/devel/qt4/files/patch-configure @@ -1,6 +1,6 @@ ---- ./configure.orig 2011-03-05 18:49:09.908552467 +0100 -+++ ./configure 2011-03-05 18:51:40.918572488 +0100 -@@ -796,7 +796,7 @@ +--- ./configure.orig 2012-01-06 11:42:45.828388787 +0100 ++++ ./configure 2012-01-06 11:46:01.318339795 +0100 +@@ -829,7 +829,7 @@ CFG_SILENT=no CFG_GRAPHICS_SYSTEM=default CFG_RUNTIME_SYSTEM= @@ -9,7 +9,7 @@ CFG_PULSEAUDIO=auto CFG_COREWLAN=auto CFG_ICD=auto -@@ -2445,11 +2445,6 @@ +@@ -2576,11 +2576,6 @@ fi done @@ -21,7 +21,7 @@ ShadowMkspecs() { -@@ -2495,7 +2490,7 @@ +@@ -2626,7 +2621,7 @@ # find a make command if [ -z "$MAKE" ]; then MAKE= @@ -30,7 +30,7 @@ if "$WHICH" $mk >/dev/null 2>&1; then MAKE=`"$WHICH" $mk` break -@@ -4596,7 +4591,7 @@ +@@ -4816,7 +4811,7 @@ } # build qmake @@ -39,7 +39,7 @@ echo "Creating qmake. Please wait..." OLD_QCONFIG_H= -@@ -5564,14 +5559,6 @@ +@@ -5831,14 +5826,6 @@ X11TESTS_FLAGS="$X11TESTS_FLAGS -fpermissive" fi @@ -53,4 +53,4 @@ - fi fi - # X11/MINGW OpenGL + # X11/MINGW/SYMBIAN OpenGL diff --git a/graphics/qt4-imageformats/pkg-plist b/graphics/qt4-imageformats/pkg-plist index 5040b1e318f..7c69c4b5d3c 100644 --- a/graphics/qt4-imageformats/pkg-plist +++ b/graphics/qt4-imageformats/pkg-plist @@ -1,14 +1,16 @@ %%QT_PLUGINDIR_REL%%/imageformats/libqgif.so %%DEBUG%%%%QT_PLUGINDIR_REL%%/imageformats/libqgif.so.debug +%%QT_PLUGINDIR_REL%%/imageformats/libqico.so +%%DEBUG%%%%QT_PLUGINDIR_REL%%/imageformats/libqico.so.debug %%QT_PLUGINDIR_REL%%/imageformats/libqjpeg.so %%DEBUG%%%%QT_PLUGINDIR_REL%%/imageformats/libqjpeg.so.debug %%QT_PLUGINDIR_REL%%/imageformats/libqmng.so %%DEBUG%%%%QT_PLUGINDIR_REL%%/imageformats/libqmng.so.debug %%QT_PLUGINDIR_REL%%/imageformats/libqsvg.so %%DEBUG%%%%QT_PLUGINDIR_REL%%/imageformats/libqsvg.so.debug +%%QT_PLUGINDIR_REL%%/imageformats/libqtga.so +%%DEBUG%%%%QT_PLUGINDIR_REL%%/imageformats/libqtga.so.debug %%QT_PLUGINDIR_REL%%/imageformats/libqtiff.so %%DEBUG%%%%QT_PLUGINDIR_REL%%/imageformats/libqtiff.so.debug -%%QT_PLUGINDIR_REL%%/imageformats/libqico.so -%%DEBUG%%%%QT_PLUGINDIR_REL%%/imageformats/libqico.so.debug @dirrm %%QT_PLUGINDIR_REL%%/imageformats @dirrmtry %%QT_PLUGINDIR_REL%% diff --git a/misc/qt4-doc/pkg-plist b/misc/qt4-doc/pkg-plist index 34955e4f8ba..4931fa9a9c0 100644 --- a/misc/qt4-doc/pkg-plist +++ b/misc/qt4-doc/pkg-plist @@ -89,6 +89,8 @@ %%DOCSDIR%%/html/animation-stickman-main-cpp.html %%DOCSDIR%%/html/animation-stickman-node-cpp.html %%DOCSDIR%%/html/animation-stickman-node-h.html +%%DOCSDIR%%/html/animation-stickman-rectbutton-cpp.html +%%DOCSDIR%%/html/animation-stickman-rectbutton-h.html %%DOCSDIR%%/html/animation-stickman-stickman-cpp.html %%DOCSDIR%%/html/animation-stickman-stickman-h.html %%DOCSDIR%%/html/animation-stickman-stickman-pro.html @@ -119,9 +121,7 @@ %%DOCSDIR%%/html/codec-tscii.html %%DOCSDIR%%/html/codecs-jis.html %%DOCSDIR%%/html/codecs.html -%%DOCSDIR%%/html/commercialedition.html %%DOCSDIR%%/html/compatclasses.html -%%DOCSDIR%%/html/compiler-notes.html %%DOCSDIR%%/html/configure-options.html %%DOCSDIR%%/html/containers.html %%DOCSDIR%%/html/coordsys.html @@ -177,37 +177,68 @@ %%DOCSDIR%%/html/dbus-remotecontrolledcar-remotecontrolledcar-pro.html %%DOCSDIR%%/html/dbus-remotecontrolledcar.html %%DOCSDIR%%/html/debug.html -%%DOCSDIR%%/html/declarative-animation-basics-color-animation-qml.html -%%DOCSDIR%%/html/declarative-animation-basics-property-animation-qml.html -%%DOCSDIR%%/html/declarative-animation-basics.html -%%DOCSDIR%%/html/declarative-animation-behaviors-behavior-example-qml.html -%%DOCSDIR%%/html/declarative-animation-behaviors-siderect-qml.html -%%DOCSDIR%%/html/declarative-animation-behaviors-wigglytext-qml.html -%%DOCSDIR%%/html/declarative-animation-behaviors.html -%%DOCSDIR%%/html/declarative-animation-easing-content-quitbutton-qml.html +%%DOCSDIR%%/html/declarative-animation-basics-color-animation-basics-qmlproject.html +%%DOCSDIR%%/html/declarative-animation-basics-color-animation-color-animation-pro.html +%%DOCSDIR%%/html/declarative-animation-basics-color-animation-color-animation-svg.html +%%DOCSDIR%%/html/declarative-animation-basics-color-animation-main-cpp.html +%%DOCSDIR%%/html/declarative-animation-basics-color-animation-qml-color-animation-color-animation-qml.html +%%DOCSDIR%%/html/declarative-animation-basics-color-animation.html +%%DOCSDIR%%/html/declarative-animation-basics-property-animation-main-cpp.html +%%DOCSDIR%%/html/declarative-animation-basics-property-animation-property-animation-pro.html +%%DOCSDIR%%/html/declarative-animation-basics-property-animation-property-animation-svg.html +%%DOCSDIR%%/html/declarative-animation-basics-property-animation-property-qmlproject.html +%%DOCSDIR%%/html/declarative-animation-basics-property-animation-qml-property-animation-property-animation-qml.html +%%DOCSDIR%%/html/declarative-animation-basics-property-animation.html +%%DOCSDIR%%/html/declarative-animation-behaviors-behavior-example-behavior-example-pro.html +%%DOCSDIR%%/html/declarative-animation-behaviors-behavior-example-behavior-example-svg.html +%%DOCSDIR%%/html/declarative-animation-behaviors-behavior-example-behaviors-qmlproject.html +%%DOCSDIR%%/html/declarative-animation-behaviors-behavior-example-main-cpp.html +%%DOCSDIR%%/html/declarative-animation-behaviors-behavior-example-qml-behaviours-behavior-example-qml.html +%%DOCSDIR%%/html/declarative-animation-behaviors-behavior-example-qml-behaviours-siderect-qml.html +%%DOCSDIR%%/html/declarative-animation-behaviors-behavior-example.html +%%DOCSDIR%%/html/declarative-animation-behaviors-wigglytext-main-cpp.html +%%DOCSDIR%%/html/declarative-animation-behaviors-wigglytext-qml-wigglytext-wigglytext-qml.html +%%DOCSDIR%%/html/declarative-animation-behaviors-wigglytext-wigglytext-pro.html +%%DOCSDIR%%/html/declarative-animation-behaviors-wigglytext-wigglytext-qmlproject.html +%%DOCSDIR%%/html/declarative-animation-behaviors-wigglytext-wigglytext-svg.html +%%DOCSDIR%%/html/declarative-animation-behaviors-wigglytext.html +%%DOCSDIR%%/html/declarative-animation-easing-easing-pro.html %%DOCSDIR%%/html/declarative-animation-easing-easing-qml.html +%%DOCSDIR%%/html/declarative-animation-easing-easing-qmlproject.html +%%DOCSDIR%%/html/declarative-animation-easing-easing-svg.html +%%DOCSDIR%%/html/declarative-animation-easing-main-cpp.html +%%DOCSDIR%%/html/declarative-animation-easing-qml-easing-content-quitbutton-qml.html +%%DOCSDIR%%/html/declarative-animation-easing-qml-easing-easing-qml.html %%DOCSDIR%%/html/declarative-animation-easing.html -%%DOCSDIR%%/html/declarative-animation-states-states-qml.html -%%DOCSDIR%%/html/declarative-animation-states-transitions-qml.html +%%DOCSDIR%%/html/declarative-animation-states-main-cpp.html +%%DOCSDIR%%/html/declarative-animation-states-qml-states-states-qml.html +%%DOCSDIR%%/html/declarative-animation-states-qml-states-transitions-qml.html +%%DOCSDIR%%/html/declarative-animation-states-states-pro.html +%%DOCSDIR%%/html/declarative-animation-states-states-qmlproject.html +%%DOCSDIR%%/html/declarative-animation-states-states-svg.html %%DOCSDIR%%/html/declarative-animation-states.html %%DOCSDIR%%/html/declarative-cppextensions-imageprovider-imageprovider-cpp.html %%DOCSDIR%%/html/declarative-cppextensions-imageprovider-imageprovider-example-qml.html %%DOCSDIR%%/html/declarative-cppextensions-imageprovider-imageprovider-pro.html +%%DOCSDIR%%/html/declarative-cppextensions-imageprovider-imageprovider-qmlproject.html %%DOCSDIR%%/html/declarative-cppextensions-imageprovider-imageprovidercore-qmldir.html %%DOCSDIR%%/html/declarative-cppextensions-imageprovider.html %%DOCSDIR%%/html/declarative-cppextensions-networkaccessmanagerfactory-main-cpp.html %%DOCSDIR%%/html/declarative-cppextensions-networkaccessmanagerfactory-networkaccessmanagerfactory-pro.html +%%DOCSDIR%%/html/declarative-cppextensions-networkaccessmanagerfactory-networkaccessmanagerfactory-qmlproject.html %%DOCSDIR%%/html/declarative-cppextensions-networkaccessmanagerfactory-networkaccessmanagerfactory-qrc.html -%%DOCSDIR%%/html/declarative-cppextensions-networkaccessmanagerfactory-view-qml.html +%%DOCSDIR%%/html/declarative-cppextensions-networkaccessmanagerfactory-qml-networkaccessmanagerfactory-view-qml.html %%DOCSDIR%%/html/declarative-cppextensions-networkaccessmanagerfactory.html %%DOCSDIR%%/html/declarative-cppextensions-plugins-com-nokia-timeexample-clock-qml.html %%DOCSDIR%%/html/declarative-cppextensions-plugins-com-nokia-timeexample-qmldir.html %%DOCSDIR%%/html/declarative-cppextensions-plugins-plugin-cpp.html %%DOCSDIR%%/html/declarative-cppextensions-plugins-plugins-pro.html %%DOCSDIR%%/html/declarative-cppextensions-plugins-plugins-qml.html +%%DOCSDIR%%/html/declarative-cppextensions-plugins-plugins-qmlproject.html %%DOCSDIR%%/html/declarative-cppextensions-plugins.html %%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-layoutitem-layoutitem-pro.html %%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-layoutitem-layoutitem-qml.html +%%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-layoutitem-layoutitem-qmlproject.html %%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-layoutitem-layoutitem-qrc.html %%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-layoutitem-main-cpp.html %%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-layoutitem.html @@ -216,20 +247,21 @@ %%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-qgraphicsgridlayout-gridlayout-qrc.html %%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-qgraphicsgridlayout-main-cpp.html %%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-qgraphicsgridlayout-qgraphicsgridlayout-pro.html -%%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-qgraphicsgridlayout-qgraphicsgridlayout-qml.html +%%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-qgraphicsgridlayout-qml-qgraphicsgridlayout-qgraphicsgridlayout-qml.html %%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-qgraphicsgridlayout.html %%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-qgraphicslinearlayout-linearlayout-cpp.html %%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-qgraphicslinearlayout-linearlayout-h.html %%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-qgraphicslinearlayout-linearlayout-qrc.html %%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-qgraphicslinearlayout-main-cpp.html %%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-qgraphicslinearlayout-qgraphicslinearlayout-pro.html -%%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-qgraphicslinearlayout-qgraphicslinearlayout-qml.html +%%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-qgraphicslinearlayout-qml-qgraphicslinearlayout-qgraphicslinearlayout-qml.html %%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts-qgraphicslinearlayout.html %%DOCSDIR%%/html/declarative-cppextensions-qgraphicslayouts.html %%DOCSDIR%%/html/declarative-cppextensions-qwidgets-qwidgets-cpp.html %%DOCSDIR%%/html/declarative-cppextensions-qwidgets-qwidgets-pro.html %%DOCSDIR%%/html/declarative-cppextensions-qwidgets-qwidgets-qml.html %%DOCSDIR%%/html/declarative-cppextensions-qwidgets-qwidgets-qmldir.html +%%DOCSDIR%%/html/declarative-cppextensions-qwidgets-qwidgets-qmlproject.html %%DOCSDIR%%/html/declarative-cppextensions-qwidgets.html %%DOCSDIR%%/html/declarative-cppextensions-reference.html %%DOCSDIR%%/html/declarative-cppextensions-referenceexamples-adding-adding-pro.html @@ -324,140 +356,353 @@ %%DOCSDIR%%/html/declarative-cppextensions-referenceexamples-valuesource-valuesource-pro.html %%DOCSDIR%%/html/declarative-cppextensions-referenceexamples-valuesource-valuesource-qrc.html %%DOCSDIR%%/html/declarative-cppextensions-referenceexamples-valuesource.html -%%DOCSDIR%%/html/declarative-i18n-i18n-qml.html +%%DOCSDIR%%/html/declarative-i18n-i18n-pro.html +%%DOCSDIR%%/html/declarative-i18n-i18n-qmlproject.html +%%DOCSDIR%%/html/declarative-i18n-i18n-svg.html +%%DOCSDIR%%/html/declarative-i18n-main-cpp.html +%%DOCSDIR%%/html/declarative-i18n-qml-i18n-i18n-qml.html %%DOCSDIR%%/html/declarative-i18n.html -%%DOCSDIR%%/html/declarative-imageelements-borderimage-borderimage-qml.html -%%DOCSDIR%%/html/declarative-imageelements-borderimage-content-myborderimage-qml.html -%%DOCSDIR%%/html/declarative-imageelements-borderimage-content-shadowrectangle-qml.html -%%DOCSDIR%%/html/declarative-imageelements-borderimage-shadows-qml.html +%%DOCSDIR%%/html/declarative-imageelements-borderimage-borderimage-pro.html +%%DOCSDIR%%/html/declarative-imageelements-borderimage-borderimage-qmlproject.html +%%DOCSDIR%%/html/declarative-imageelements-borderimage-borderimage-svg.html +%%DOCSDIR%%/html/declarative-imageelements-borderimage-main-cpp.html +%%DOCSDIR%%/html/declarative-imageelements-borderimage-qml-borderimage-borderimage-qml.html +%%DOCSDIR%%/html/declarative-imageelements-borderimage-qml-borderimage-content-myborderimage-qml.html +%%DOCSDIR%%/html/declarative-imageelements-borderimage-qml-borderimage-content-shadowrectangle-qml.html +%%DOCSDIR%%/html/declarative-imageelements-borderimage-qml-borderimage-shadows-qml.html %%DOCSDIR%%/html/declarative-imageelements-borderimage.html -%%DOCSDIR%%/html/declarative-imageelements-image-image-qml.html -%%DOCSDIR%%/html/declarative-imageelements-image-imagecell-qml.html +%%DOCSDIR%%/html/declarative-imageelements-image-image-pro.html +%%DOCSDIR%%/html/declarative-imageelements-image-image-qmlproject.html +%%DOCSDIR%%/html/declarative-imageelements-image-image-svg.html +%%DOCSDIR%%/html/declarative-imageelements-image-main-cpp.html +%%DOCSDIR%%/html/declarative-imageelements-image-qml-image-image-qml.html +%%DOCSDIR%%/html/declarative-imageelements-image-qml-image-imagecell-qml.html %%DOCSDIR%%/html/declarative-imageelements-image.html -%%DOCSDIR%%/html/declarative-keyinteraction-focus-core-contextmenu-qml.html -%%DOCSDIR%%/html/declarative-keyinteraction-focus-core-gridmenu-qml.html -%%DOCSDIR%%/html/declarative-keyinteraction-focus-core-listmenu-qml.html -%%DOCSDIR%%/html/declarative-keyinteraction-focus-core-listviewdelegate-qml.html -%%DOCSDIR%%/html/declarative-keyinteraction-focus-focus-qml.html +%%DOCSDIR%%/html/declarative-imageelements-shadows-main-cpp.html +%%DOCSDIR%%/html/declarative-imageelements-shadows-qml-shadows-borderimage-qml.html +%%DOCSDIR%%/html/declarative-imageelements-shadows-qml-shadows-content-myborderimage-qml.html +%%DOCSDIR%%/html/declarative-imageelements-shadows-qml-shadows-content-shadowrectangle-qml.html +%%DOCSDIR%%/html/declarative-imageelements-shadows-qml-shadows-shadows-qml.html +%%DOCSDIR%%/html/declarative-imageelements-shadows-shadows-pro.html +%%DOCSDIR%%/html/declarative-imageelements-shadows-shadows-qmlproject.html +%%DOCSDIR%%/html/declarative-imageelements-shadows-shadows-svg.html +%%DOCSDIR%%/html/declarative-imageelements-shadows.html +%%DOCSDIR%%/html/declarative-keyinteraction-focus-focus-pro.html +%%DOCSDIR%%/html/declarative-keyinteraction-focus-focus-qmlproject.html +%%DOCSDIR%%/html/declarative-keyinteraction-focus-focus-svg.html +%%DOCSDIR%%/html/declarative-keyinteraction-focus-main-cpp.html +%%DOCSDIR%%/html/declarative-keyinteraction-focus-qml-focus-focus-qml.html +%%DOCSDIR%%/html/declarative-keyinteraction-focus-qml-focus-focuscore-contextmenu-qml.html +%%DOCSDIR%%/html/declarative-keyinteraction-focus-qml-focus-focuscore-gridmenu-qml.html +%%DOCSDIR%%/html/declarative-keyinteraction-focus-qml-focus-focuscore-listmenu-qml.html +%%DOCSDIR%%/html/declarative-keyinteraction-focus-qml-focus-focuscore-listviewdelegate-qml.html %%DOCSDIR%%/html/declarative-keyinteraction-focus.html %%DOCSDIR%%/html/declarative-modelviews-abstractitemmodel-abstractitemmodel-pro.html -%%DOCSDIR%%/html/declarative-modelviews-abstractitemmodel-abstractitemmodel-qrc.html %%DOCSDIR%%/html/declarative-modelviews-abstractitemmodel-main-cpp.html %%DOCSDIR%%/html/declarative-modelviews-abstractitemmodel-model-cpp.html %%DOCSDIR%%/html/declarative-modelviews-abstractitemmodel-model-h.html -%%DOCSDIR%%/html/declarative-modelviews-abstractitemmodel-view-qml.html +%%DOCSDIR%%/html/declarative-modelviews-abstractitemmodel-qml-abstractitemmodel-view-qml.html %%DOCSDIR%%/html/declarative-modelviews-abstractitemmodel.html -%%DOCSDIR%%/html/declarative-modelviews-gridview-gridview-example-qml.html +%%DOCSDIR%%/html/declarative-modelviews-gridview-gridview-pro.html +%%DOCSDIR%%/html/declarative-modelviews-gridview-gridview-qmlproject.html +%%DOCSDIR%%/html/declarative-modelviews-gridview-gridview-svg.html +%%DOCSDIR%%/html/declarative-modelviews-gridview-main-cpp.html +%%DOCSDIR%%/html/declarative-modelviews-gridview-qml-gridview-example-gridview-example-qml.html %%DOCSDIR%%/html/declarative-modelviews-gridview.html -%%DOCSDIR%%/html/declarative-modelviews-listview-content-petsmodel-qml.html -%%DOCSDIR%%/html/declarative-modelviews-listview-content-pressandholdbutton-qml.html -%%DOCSDIR%%/html/declarative-modelviews-listview-content-recipesmodel-qml.html -%%DOCSDIR%%/html/declarative-modelviews-listview-content-textbutton-qml.html -%%DOCSDIR%%/html/declarative-modelviews-listview-dynamiclist-qml.html -%%DOCSDIR%%/html/declarative-modelviews-listview-expandingdelegates-qml.html -%%DOCSDIR%%/html/declarative-modelviews-listview-highlight-qml.html -%%DOCSDIR%%/html/declarative-modelviews-listview-highlightranges-qml.html -%%DOCSDIR%%/html/declarative-modelviews-listview-sections-qml.html -%%DOCSDIR%%/html/declarative-modelviews-listview.html +%%DOCSDIR%%/html/declarative-modelviews-listview-dynamiclist-dynamiclist-pro.html +%%DOCSDIR%%/html/declarative-modelviews-listview-dynamiclist-dynamiclist-qmlproject.html +%%DOCSDIR%%/html/declarative-modelviews-listview-dynamiclist-dynamiclist-svg.html +%%DOCSDIR%%/html/declarative-modelviews-listview-dynamiclist-main-cpp.html +%%DOCSDIR%%/html/declarative-modelviews-listview-dynamiclist-qml-dynamic-content-petsmodel-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-dynamiclist-qml-dynamic-content-pressandholdbutton-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-dynamiclist-qml-dynamic-content-recipesmodel-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-dynamiclist-qml-dynamic-content-textbutton-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-dynamiclist-qml-dynamic-dynamiclist-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-dynamiclist-qml-dynamic-expandingdelegates-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-dynamiclist-qml-dynamic-highlight-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-dynamiclist-qml-dynamic-highlightranges-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-dynamiclist-qml-dynamic-sections-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-dynamiclist.html +%%DOCSDIR%%/html/declarative-modelviews-listview-expandingdelegates-expandingdelegates-pro.html +%%DOCSDIR%%/html/declarative-modelviews-listview-expandingdelegates-expandingdelegates-qmlproject.html +%%DOCSDIR%%/html/declarative-modelviews-listview-expandingdelegates-expandingdelegates-svg.html +%%DOCSDIR%%/html/declarative-modelviews-listview-expandingdelegates-main-cpp.html +%%DOCSDIR%%/html/declarative-modelviews-listview-expandingdelegates-qml-expandingdelegates-content-petsmodel-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-expandingdelegates-qml-expandingdelegates-content-pressandholdbutton-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-expandingdelegates-qml-expandingdelegates-content-recipesmodel-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-expandingdelegates-qml-expandingdelegates-content-textbutton-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-expandingdelegates-qml-expandingdelegates-dynamiclist-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-expandingdelegates-qml-expandingdelegates-expandingdelegates-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-expandingdelegates-qml-expandingdelegates-highlight-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-expandingdelegates-qml-expandingdelegates-highlightranges-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-expandingdelegates-qml-expandingdelegates-sections-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-expandingdelegates.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlight-highlight-pro.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlight-highlight-qmlproject.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlight-highlight-svg.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlight-main-cpp.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlight-qml-highlight-content-petsmodel-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlight-qml-highlight-content-pressandholdbutton-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlight-qml-highlight-content-recipesmodel-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlight-qml-highlight-content-textbutton-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlight-qml-highlight-dynamiclist-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlight-qml-highlight-expandingdelegates-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlight-qml-highlight-highlight-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlight-qml-highlight-highlightranges-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlight-qml-highlight-sections-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlight.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlightranges-highlightranges-pro.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlightranges-highlightranges-qmlproject.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlightranges-highlightranges-svg.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlightranges-main-cpp.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlightranges-qml-highlightranges-content-petsmodel-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlightranges-qml-highlightranges-content-pressandholdbutton-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlightranges-qml-highlightranges-content-recipesmodel-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlightranges-qml-highlightranges-content-textbutton-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlightranges-qml-highlightranges-dynamiclist-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlightranges-qml-highlightranges-expandingdelegates-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlightranges-qml-highlightranges-highlight-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlightranges-qml-highlightranges-highlightranges-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlightranges-qml-highlightranges-sections-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-highlightranges.html +%%DOCSDIR%%/html/declarative-modelviews-listview-sections-main-cpp.html +%%DOCSDIR%%/html/declarative-modelviews-listview-sections-qml-sections-content-petsmodel-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-sections-qml-sections-content-pressandholdbutton-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-sections-qml-sections-content-recipesmodel-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-sections-qml-sections-content-textbutton-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-sections-qml-sections-dynamiclist-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-sections-qml-sections-expandingdelegates-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-sections-qml-sections-highlight-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-sections-qml-sections-highlightranges-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-sections-qml-sections-sections-qml.html +%%DOCSDIR%%/html/declarative-modelviews-listview-sections-sections-pro.html +%%DOCSDIR%%/html/declarative-modelviews-listview-sections-sections-qmlproject.html +%%DOCSDIR%%/html/declarative-modelviews-listview-sections-sections-svg.html +%%DOCSDIR%%/html/declarative-modelviews-listview-sections.html %%DOCSDIR%%/html/declarative-modelviews-objectlistmodel-dataobject-cpp.html %%DOCSDIR%%/html/declarative-modelviews-objectlistmodel-dataobject-h.html %%DOCSDIR%%/html/declarative-modelviews-objectlistmodel-main-cpp.html %%DOCSDIR%%/html/declarative-modelviews-objectlistmodel-objectlistmodel-pro.html -%%DOCSDIR%%/html/declarative-modelviews-objectlistmodel-objectlistmodel-qrc.html -%%DOCSDIR%%/html/declarative-modelviews-objectlistmodel-view-qml.html +%%DOCSDIR%%/html/declarative-modelviews-objectlistmodel-objectlistmodel-qmlproject.html +%%DOCSDIR%%/html/declarative-modelviews-objectlistmodel-qml-objectlistmodel-view-qml.html %%DOCSDIR%%/html/declarative-modelviews-objectlistmodel.html -%%DOCSDIR%%/html/declarative-modelviews-package-delegate-qml.html -%%DOCSDIR%%/html/declarative-modelviews-package-view-qml.html +%%DOCSDIR%%/html/declarative-modelviews-package-main-cpp.html +%%DOCSDIR%%/html/declarative-modelviews-package-package-pro.html +%%DOCSDIR%%/html/declarative-modelviews-package-package-qmlproject.html +%%DOCSDIR%%/html/declarative-modelviews-package-qml-package-delegate-qml.html +%%DOCSDIR%%/html/declarative-modelviews-package-qml-package-view-qml.html %%DOCSDIR%%/html/declarative-modelviews-package.html -%%DOCSDIR%%/html/declarative-modelviews-parallax-parallax-qml.html -%%DOCSDIR%%/html/declarative-modelviews-parallax-pics-home-page-svg.html -%%DOCSDIR%%/html/declarative-modelviews-parallax-qml-parallaxview-qml.html -%%DOCSDIR%%/html/declarative-modelviews-parallax-qml-smiley-qml.html +%%DOCSDIR%%/html/declarative-modelviews-parallax-main-cpp.html +%%DOCSDIR%%/html/declarative-modelviews-parallax-parallax-pro.html +%%DOCSDIR%%/html/declarative-modelviews-parallax-parallax-qmlproject.html +%%DOCSDIR%%/html/declarative-modelviews-parallax-parallax-svg.html +%%DOCSDIR%%/html/declarative-modelviews-parallax-qml-parallax-clock-qml.html +%%DOCSDIR%%/html/declarative-modelviews-parallax-qml-parallax-parallax-qml.html +%%DOCSDIR%%/html/declarative-modelviews-parallax-qml-parallax-parallaxview-qml.html +%%DOCSDIR%%/html/declarative-modelviews-parallax-qml-parallax-pics-home-page-svg.html +%%DOCSDIR%%/html/declarative-modelviews-parallax-qml-parallax-smiley-qml.html %%DOCSDIR%%/html/declarative-modelviews-parallax.html -%%DOCSDIR%%/html/declarative-modelviews-pathview-pathview-example-qml.html +%%DOCSDIR%%/html/declarative-modelviews-pathview-main-cpp.html +%%DOCSDIR%%/html/declarative-modelviews-pathview-pathview-pro.html +%%DOCSDIR%%/html/declarative-modelviews-pathview-pathview-qmlproject.html +%%DOCSDIR%%/html/declarative-modelviews-pathview-pathview-svg.html +%%DOCSDIR%%/html/declarative-modelviews-pathview-qml-pathview-example-pathview-example-qml.html %%DOCSDIR%%/html/declarative-modelviews-pathview.html %%DOCSDIR%%/html/declarative-modelviews-stringlistmodel-main-cpp.html +%%DOCSDIR%%/html/declarative-modelviews-stringlistmodel-qml-stringlistmodel-view-qml.html %%DOCSDIR%%/html/declarative-modelviews-stringlistmodel-stringlistmodel-pro.html -%%DOCSDIR%%/html/declarative-modelviews-stringlistmodel-stringlistmodel-qrc.html -%%DOCSDIR%%/html/declarative-modelviews-stringlistmodel-view-qml.html %%DOCSDIR%%/html/declarative-modelviews-stringlistmodel.html -%%DOCSDIR%%/html/declarative-modelviews-visualitemmodel-visualitemmodel-qml.html +%%DOCSDIR%%/html/declarative-modelviews-visualitemmodel-main-cpp.html +%%DOCSDIR%%/html/declarative-modelviews-visualitemmodel-qml-visualitemmodel-visualitemmodel-qml.html +%%DOCSDIR%%/html/declarative-modelviews-visualitemmodel-visualitemmodel-pro.html +%%DOCSDIR%%/html/declarative-modelviews-visualitemmodel-visualitemmodel-qmlproject.html +%%DOCSDIR%%/html/declarative-modelviews-visualitemmodel-visualitemmodel-svg.html %%DOCSDIR%%/html/declarative-modelviews-visualitemmodel.html -%%DOCSDIR%%/html/declarative-modelviews-webview-alerts-qml.html -%%DOCSDIR%%/html/declarative-modelviews-webview-autosize-qml.html -%%DOCSDIR%%/html/declarative-modelviews-webview-content-mapping-map-qml.html -%%DOCSDIR%%/html/declarative-modelviews-webview-googlemaps-qml.html -%%DOCSDIR%%/html/declarative-modelviews-webview-inlinehtml-qml.html -%%DOCSDIR%%/html/declarative-modelviews-webview-newwindows-qml.html -%%DOCSDIR%%/html/declarative-modelviews-webview.html -%%DOCSDIR%%/html/declarative-positioners-button-qml.html -%%DOCSDIR%%/html/declarative-positioners-positioners-qml.html +%%DOCSDIR%%/html/declarative-modelviews-webview-alerts-alerts-pro.html +%%DOCSDIR%%/html/declarative-modelviews-webview-alerts-alerts-qmlproject.html +%%DOCSDIR%%/html/declarative-modelviews-webview-alerts-alerts-svg.html +%%DOCSDIR%%/html/declarative-modelviews-webview-alerts-main-cpp.html +%%DOCSDIR%%/html/declarative-modelviews-webview-alerts-qml-alerts-alerts-qml.html +%%DOCSDIR%%/html/declarative-modelviews-webview-alerts.html +%%DOCSDIR%%/html/declarative-modelviews-webview-autosize-autosize-pro.html +%%DOCSDIR%%/html/declarative-modelviews-webview-autosize-autosize-qmlproject.html +%%DOCSDIR%%/html/declarative-modelviews-webview-autosize-autosize-svg.html +%%DOCSDIR%%/html/declarative-modelviews-webview-autosize-main-cpp.html +%%DOCSDIR%%/html/declarative-modelviews-webview-autosize-qml-autosize-autosize-qml.html +%%DOCSDIR%%/html/declarative-modelviews-webview-autosize.html +%%DOCSDIR%%/html/declarative-modelviews-webview-googlemaps-googlemaps-pro.html +%%DOCSDIR%%/html/declarative-modelviews-webview-googlemaps-googlemaps-qmlproject.html +%%DOCSDIR%%/html/declarative-modelviews-webview-googlemaps-googlemaps-svg.html +%%DOCSDIR%%/html/declarative-modelviews-webview-googlemaps-main-cpp.html +%%DOCSDIR%%/html/declarative-modelviews-webview-googlemaps-qml-googlemaps-content-mapping-map-qml.html +%%DOCSDIR%%/html/declarative-modelviews-webview-googlemaps-qml-googlemaps-googlemaps-qml.html +%%DOCSDIR%%/html/declarative-modelviews-webview-googlemaps.html +%%DOCSDIR%%/html/declarative-modelviews-webview-inlinehtml-inlinehtml-pro.html +%%DOCSDIR%%/html/declarative-modelviews-webview-inlinehtml-inlinehtml-qmlproject.html +%%DOCSDIR%%/html/declarative-modelviews-webview-inlinehtml-inlinehtml-svg.html +%%DOCSDIR%%/html/declarative-modelviews-webview-inlinehtml-main-cpp.html +%%DOCSDIR%%/html/declarative-modelviews-webview-inlinehtml-qml-inlinehtml-inlinehtml-qml.html +%%DOCSDIR%%/html/declarative-modelviews-webview-inlinehtml.html +%%DOCSDIR%%/html/declarative-modelviews-webview-newwindows-main-cpp.html +%%DOCSDIR%%/html/declarative-modelviews-webview-newwindows-newwindows-pro.html +%%DOCSDIR%%/html/declarative-modelviews-webview-newwindows-newwindows-qmlproject.html +%%DOCSDIR%%/html/declarative-modelviews-webview-newwindows-newwindows-svg.html +%%DOCSDIR%%/html/declarative-modelviews-webview-newwindows-qml-newwindows-newwindows-qml.html +%%DOCSDIR%%/html/declarative-modelviews-webview-newwindows.html +%%DOCSDIR%%/html/declarative-positioners-main-cpp.html +%%DOCSDIR%%/html/declarative-positioners-positioners-pro.html +%%DOCSDIR%%/html/declarative-positioners-positioners-qmlproject.html +%%DOCSDIR%%/html/declarative-positioners-positioners-svg.html +%%DOCSDIR%%/html/declarative-positioners-qml-positioners-button-qml.html +%%DOCSDIR%%/html/declarative-positioners-qml-positioners-positioners-qml.html %%DOCSDIR%%/html/declarative-positioners.html -%%DOCSDIR%%/html/declarative-righttoleft-layoutdirection-layoutdirection-qml.html +%%DOCSDIR%%/html/declarative-righttoleft-layoutdirection-layoutdirection-pro.html +%%DOCSDIR%%/html/declarative-righttoleft-layoutdirection-layoutdirection-qmlproject.html +%%DOCSDIR%%/html/declarative-righttoleft-layoutdirection-layoutdirection-svg.html +%%DOCSDIR%%/html/declarative-righttoleft-layoutdirection-main-cpp.html +%%DOCSDIR%%/html/declarative-righttoleft-layoutdirection-qml-layoutdirection-layoutdirection-qml.html %%DOCSDIR%%/html/declarative-righttoleft-layoutdirection.html -%%DOCSDIR%%/html/declarative-righttoleft-layoutmirroring-layoutmirroring-qml.html +%%DOCSDIR%%/html/declarative-righttoleft-layoutmirroring-layoutmirroring-pro.html +%%DOCSDIR%%/html/declarative-righttoleft-layoutmirroring-layoutmirroring-qmlproject.html +%%DOCSDIR%%/html/declarative-righttoleft-layoutmirroring-layoutmirroring-svg.html +%%DOCSDIR%%/html/declarative-righttoleft-layoutmirroring-main-cpp.html +%%DOCSDIR%%/html/declarative-righttoleft-layoutmirroring-qml-layoutmirroring-layoutmirroring-qml.html %%DOCSDIR%%/html/declarative-righttoleft-layoutmirroring.html -%%DOCSDIR%%/html/declarative-righttoleft-textalignment-textalignment-qml.html +%%DOCSDIR%%/html/declarative-righttoleft-textalignment-main-cpp.html +%%DOCSDIR%%/html/declarative-righttoleft-textalignment-qml-textalignment-textalignment-qml.html +%%DOCSDIR%%/html/declarative-righttoleft-textalignment-textalignment-pro.html +%%DOCSDIR%%/html/declarative-righttoleft-textalignment-textalignment-qmlproject.html +%%DOCSDIR%%/html/declarative-righttoleft-textalignment-textalignment-svg.html %%DOCSDIR%%/html/declarative-righttoleft-textalignment.html %%DOCSDIR%%/html/declarative-screenorientation-core-bubble-qml.html %%DOCSDIR%%/html/declarative-screenorientation-core-button-qml.html %%DOCSDIR%%/html/declarative-screenorientation-core-screenorientation-js.html %%DOCSDIR%%/html/declarative-screenorientation-screenorientation-qml.html +%%DOCSDIR%%/html/declarative-screenorientation-screenorientation-qmlproject.html %%DOCSDIR%%/html/declarative-screenorientation.html %%DOCSDIR%%/html/declarative-shadereffects-main-cpp.html -%%DOCSDIR%%/html/declarative-shadereffects-qml-curtain-qml.html -%%DOCSDIR%%/html/declarative-shadereffects-qml-curtaineffect-qml.html -%%DOCSDIR%%/html/declarative-shadereffects-qml-dropshadow-qml.html -%%DOCSDIR%%/html/declarative-shadereffects-qml-dropshadoweffect-qml.html -%%DOCSDIR%%/html/declarative-shadereffects-qml-grayscale-qml.html -%%DOCSDIR%%/html/declarative-shadereffects-qml-grayscaleeffect-qml.html -%%DOCSDIR%%/html/declarative-shadereffects-qml-imagemask-qml.html -%%DOCSDIR%%/html/declarative-shadereffects-qml-imagemaskeffect-qml.html -%%DOCSDIR%%/html/declarative-shadereffects-qml-main-qml.html -%%DOCSDIR%%/html/declarative-shadereffects-qml-radialwave-qml.html -%%DOCSDIR%%/html/declarative-shadereffects-qml-radialwaveeffect-qml.html -%%DOCSDIR%%/html/declarative-shadereffects-qml-water-qml.html -%%DOCSDIR%%/html/declarative-shadereffects-qml-watereffect-qml.html +%%DOCSDIR%%/html/declarative-shadereffects-qml-shadereffects-curtain-qml.html +%%DOCSDIR%%/html/declarative-shadereffects-qml-shadereffects-curtaineffect-qml.html +%%DOCSDIR%%/html/declarative-shadereffects-qml-shadereffects-dropshadow-qml.html +%%DOCSDIR%%/html/declarative-shadereffects-qml-shadereffects-dropshadoweffect-qml.html +%%DOCSDIR%%/html/declarative-shadereffects-qml-shadereffects-grayscale-qml.html +%%DOCSDIR%%/html/declarative-shadereffects-qml-shadereffects-grayscaleeffect-qml.html +%%DOCSDIR%%/html/declarative-shadereffects-qml-shadereffects-imagemask-qml.html +%%DOCSDIR%%/html/declarative-shadereffects-qml-shadereffects-imagemaskeffect-qml.html +%%DOCSDIR%%/html/declarative-shadereffects-qml-shadereffects-main-qml.html +%%DOCSDIR%%/html/declarative-shadereffects-qml-shadereffects-radialwave-qml.html +%%DOCSDIR%%/html/declarative-shadereffects-qml-shadereffects-radialwaveeffect-qml.html +%%DOCSDIR%%/html/declarative-shadereffects-qml-shadereffects-water-qml.html +%%DOCSDIR%%/html/declarative-shadereffects-qml-shadereffects-watereffect-qml.html %%DOCSDIR%%/html/declarative-shadereffects-shadereffects-pro.html +%%DOCSDIR%%/html/declarative-shadereffects-shadereffects-qmlproject.html %%DOCSDIR%%/html/declarative-shadereffects.html -%%DOCSDIR%%/html/declarative-sqllocalstorage-hello-qml.html +%%DOCSDIR%%/html/declarative-sqllocalstorage-main-cpp.html +%%DOCSDIR%%/html/declarative-sqllocalstorage-qml-sqllocalstorage-hello-qml.html +%%DOCSDIR%%/html/declarative-sqllocalstorage-sqllocalstorage-pro.html +%%DOCSDIR%%/html/declarative-sqllocalstorage-sqllocalstorage-qmlproject.html +%%DOCSDIR%%/html/declarative-sqllocalstorage-sqllocalstorage-svg.html %%DOCSDIR%%/html/declarative-sqllocalstorage.html -%%DOCSDIR%%/html/declarative-text-fonts-availablefonts-qml.html -%%DOCSDIR%%/html/declarative-text-fonts-banner-qml.html -%%DOCSDIR%%/html/declarative-text-fonts-fonts-qml.html -%%DOCSDIR%%/html/declarative-text-fonts-hello-qml.html +%%DOCSDIR%%/html/declarative-text-fonts-availablefonts-availablefonts-pro.html +%%DOCSDIR%%/html/declarative-text-fonts-availablefonts-availablefonts-qmlproject.html +%%DOCSDIR%%/html/declarative-text-fonts-availablefonts-availablefonts-svg.html +%%DOCSDIR%%/html/declarative-text-fonts-availablefonts-main-cpp.html +%%DOCSDIR%%/html/declarative-text-fonts-availablefonts-qml-availablefonts-availablefonts-qml.html +%%DOCSDIR%%/html/declarative-text-fonts-availablefonts-qml-availablefonts-banner-qml.html +%%DOCSDIR%%/html/declarative-text-fonts-availablefonts-qml-availablefonts-fonts-qml.html +%%DOCSDIR%%/html/declarative-text-fonts-availablefonts-qml-availablefonts-hello-qml.html +%%DOCSDIR%%/html/declarative-text-fonts-banner-banner-pro.html +%%DOCSDIR%%/html/declarative-text-fonts-banner-banner-qmlproject.html +%%DOCSDIR%%/html/declarative-text-fonts-banner-banner-svg.html +%%DOCSDIR%%/html/declarative-text-fonts-banner-main-cpp.html +%%DOCSDIR%%/html/declarative-text-fonts-banner-qml-banner-availablefonts-qml.html +%%DOCSDIR%%/html/declarative-text-fonts-banner-qml-banner-banner-qml.html +%%DOCSDIR%%/html/declarative-text-fonts-banner-qml-banner-fonts-qml.html +%%DOCSDIR%%/html/declarative-text-fonts-banner-qml-banner-hello-qml.html +%%DOCSDIR%%/html/declarative-text-fonts-banner.html +%%DOCSDIR%%/html/declarative-text-fonts-fonts-fonts-pro.html +%%DOCSDIR%%/html/declarative-text-fonts-fonts-fonts-qmlproject.html +%%DOCSDIR%%/html/declarative-text-fonts-fonts-fonts-svg.html +%%DOCSDIR%%/html/declarative-text-fonts-fonts-main-cpp.html +%%DOCSDIR%%/html/declarative-text-fonts-fonts-pro.html +%%DOCSDIR%%/html/declarative-text-fonts-fonts-qml-fonts-qml-availablefonts-qml.html +%%DOCSDIR%%/html/declarative-text-fonts-fonts-qml-fonts-qml-banner-qml.html +%%DOCSDIR%%/html/declarative-text-fonts-fonts-qml-fonts-qml-fonts-qml.html +%%DOCSDIR%%/html/declarative-text-fonts-fonts-qml-fonts-qml-hello-qml.html +%%DOCSDIR%%/html/declarative-text-fonts-fonts.html +%%DOCSDIR%%/html/declarative-text-fonts-hello-hello-pro.html +%%DOCSDIR%%/html/declarative-text-fonts-hello-hello-qmlproject.html +%%DOCSDIR%%/html/declarative-text-fonts-hello-hello-svg.html +%%DOCSDIR%%/html/declarative-text-fonts-hello-main-cpp.html +%%DOCSDIR%%/html/declarative-text-fonts-hello-qml-hello-availablefonts-qml.html +%%DOCSDIR%%/html/declarative-text-fonts-hello-qml-hello-banner-qml.html +%%DOCSDIR%%/html/declarative-text-fonts-hello-qml-hello-fonts-qml.html +%%DOCSDIR%%/html/declarative-text-fonts-hello-qml-hello-hello-qml.html +%%DOCSDIR%%/html/declarative-text-fonts-hello.html %%DOCSDIR%%/html/declarative-text-fonts.html -%%DOCSDIR%%/html/declarative-text-textselection-textselection-qml.html +%%DOCSDIR%%/html/declarative-text-textselection-main-cpp.html +%%DOCSDIR%%/html/declarative-text-textselection-qml-textselection-textselection-qml.html +%%DOCSDIR%%/html/declarative-text-textselection-textselection-pro.html +%%DOCSDIR%%/html/declarative-text-textselection-textselection-qmlproject.html +%%DOCSDIR%%/html/declarative-text-textselection-textselection-svg.html %%DOCSDIR%%/html/declarative-text-textselection.html -%%DOCSDIR%%/html/declarative-threading-threadedlistmodel-dataloader-js.html -%%DOCSDIR%%/html/declarative-threading-threadedlistmodel-timedisplay-qml.html +%%DOCSDIR%%/html/declarative-threading-threadedlistmodel-main-cpp.html +%%DOCSDIR%%/html/declarative-threading-threadedlistmodel-qml-threadedlistmodel-dataloader-js.html +%%DOCSDIR%%/html/declarative-threading-threadedlistmodel-qml-threadedlistmodel-timedisplay-qml.html +%%DOCSDIR%%/html/declarative-threading-threadedlistmodel-threadedlistmodel-pro.html +%%DOCSDIR%%/html/declarative-threading-threadedlistmodel-threadedlistmodel-qmlproject.html +%%DOCSDIR%%/html/declarative-threading-threadedlistmodel-threadedlistmodel-svg.html %%DOCSDIR%%/html/declarative-threading-threadedlistmodel.html -%%DOCSDIR%%/html/declarative-threading-workerscript-workerscript-js.html -%%DOCSDIR%%/html/declarative-threading-workerscript-workerscript-qml.html +%%DOCSDIR%%/html/declarative-threading-workerscript-main-cpp.html +%%DOCSDIR%%/html/declarative-threading-workerscript-qml-workerscript-workerscript-js.html +%%DOCSDIR%%/html/declarative-threading-workerscript-qml-workerscript-workerscript-qml.html +%%DOCSDIR%%/html/declarative-threading-workerscript-workerscript-pro.html +%%DOCSDIR%%/html/declarative-threading-workerscript-workerscript-qmlproject.html +%%DOCSDIR%%/html/declarative-threading-workerscript-workerscript-svg.html %%DOCSDIR%%/html/declarative-threading-workerscript.html -%%DOCSDIR%%/html/declarative-touchinteraction-mousearea-mousearea-example-qml.html +%%DOCSDIR%%/html/declarative-touchinteraction-gestures.html %%DOCSDIR%%/html/declarative-touchinteraction-mousearea.html -%%DOCSDIR%%/html/declarative-toys-clocks-clocks-qml.html -%%DOCSDIR%%/html/declarative-toys-clocks-content-clock-qml.html -%%DOCSDIR%%/html/declarative-toys-clocks-content-quitbutton-qml.html +%%DOCSDIR%%/html/declarative-toys-clocks-clocks-pro.html +%%DOCSDIR%%/html/declarative-toys-clocks-clocks-qmlproject.html +%%DOCSDIR%%/html/declarative-toys-clocks-clocks-svg.html +%%DOCSDIR%%/html/declarative-toys-clocks-main-cpp.html +%%DOCSDIR%%/html/declarative-toys-clocks-qml-clocks-clocks-qml.html +%%DOCSDIR%%/html/declarative-toys-clocks-qml-clocks-content-clock-qml.html +%%DOCSDIR%%/html/declarative-toys-clocks-qml-clocks-content-quitbutton-qml.html %%DOCSDIR%%/html/declarative-toys-clocks.html -%%DOCSDIR%%/html/declarative-toys-corkboards-corkboards-qml.html -%%DOCSDIR%%/html/declarative-toys-corkboards-day-qml.html +%%DOCSDIR%%/html/declarative-toys-corkboards-corkboards-pro.html +%%DOCSDIR%%/html/declarative-toys-corkboards-corkboards-qmlproject.html +%%DOCSDIR%%/html/declarative-toys-corkboards-corkboards-svg.html +%%DOCSDIR%%/html/declarative-toys-corkboards-main-cpp.html +%%DOCSDIR%%/html/declarative-toys-corkboards-qml-corkboards-corkboards-qml.html +%%DOCSDIR%%/html/declarative-toys-corkboards-qml-corkboards-day-qml.html %%DOCSDIR%%/html/declarative-toys-corkboards.html -%%DOCSDIR%%/html/declarative-toys-dynamicscene-dynamicscene-qml.html -%%DOCSDIR%%/html/declarative-toys-dynamicscene-qml-button-qml.html -%%DOCSDIR%%/html/declarative-toys-dynamicscene-qml-genericsceneitem-qml.html -%%DOCSDIR%%/html/declarative-toys-dynamicscene-qml-itemcreation-js.html -%%DOCSDIR%%/html/declarative-toys-dynamicscene-qml-paletteitem-qml.html -%%DOCSDIR%%/html/declarative-toys-dynamicscene-qml-perspectiveitem-qml.html -%%DOCSDIR%%/html/declarative-toys-dynamicscene-qml-sun-qml.html +%%DOCSDIR%%/html/declarative-toys-dynamicscene-dynamicscene-pro.html +%%DOCSDIR%%/html/declarative-toys-dynamicscene-dynamicscene-qmlproject.html +%%DOCSDIR%%/html/declarative-toys-dynamicscene-dynamicscene-svg.html +%%DOCSDIR%%/html/declarative-toys-dynamicscene-main-cpp.html +%%DOCSDIR%%/html/declarative-toys-dynamicscene-qml-dynamicscene-button-qml.html +%%DOCSDIR%%/html/declarative-toys-dynamicscene-qml-dynamicscene-dynamicscene-qml.html +%%DOCSDIR%%/html/declarative-toys-dynamicscene-qml-dynamicscene-genericsceneitem-qml.html +%%DOCSDIR%%/html/declarative-toys-dynamicscene-qml-dynamicscene-itemcreation-js.html +%%DOCSDIR%%/html/declarative-toys-dynamicscene-qml-dynamicscene-paletteitem-qml.html +%%DOCSDIR%%/html/declarative-toys-dynamicscene-qml-dynamicscene-perspectiveitem-qml.html +%%DOCSDIR%%/html/declarative-toys-dynamicscene-qml-dynamicscene-sun-qml.html %%DOCSDIR%%/html/declarative-toys-dynamicscene.html -%%DOCSDIR%%/html/declarative-toys-tic-tac-toe-content-button-qml.html -%%DOCSDIR%%/html/declarative-toys-tic-tac-toe-content-tic-tac-toe-js.html -%%DOCSDIR%%/html/declarative-toys-tic-tac-toe-content-tictac-qml.html -%%DOCSDIR%%/html/declarative-toys-tic-tac-toe-tic-tac-toe-qml.html +%%DOCSDIR%%/html/declarative-toys-tic-tac-toe-main-cpp.html +%%DOCSDIR%%/html/declarative-toys-tic-tac-toe-qml-tic-tac-toe-content-button-qml.html +%%DOCSDIR%%/html/declarative-toys-tic-tac-toe-qml-tic-tac-toe-content-tic-tac-toe-js.html +%%DOCSDIR%%/html/declarative-toys-tic-tac-toe-qml-tic-tac-toe-content-tictac-qml.html +%%DOCSDIR%%/html/declarative-toys-tic-tac-toe-qml-tic-tac-toe-tic-tac-toe-qml.html +%%DOCSDIR%%/html/declarative-toys-tic-tac-toe-tic-tac-toe-qmlproject.html +%%DOCSDIR%%/html/declarative-toys-tic-tac-toe-tictactoe-pro.html +%%DOCSDIR%%/html/declarative-toys-tic-tac-toe-tictactoe-svg.html %%DOCSDIR%%/html/declarative-toys-tic-tac-toe.html -%%DOCSDIR%%/html/declarative-toys-tvtennis-tvtennis-qml.html +%%DOCSDIR%%/html/declarative-toys-tvtennis-main-cpp.html +%%DOCSDIR%%/html/declarative-toys-tvtennis-qml-tvtennis-tvtennis-qml.html +%%DOCSDIR%%/html/declarative-toys-tvtennis-tvtennis-pro.html +%%DOCSDIR%%/html/declarative-toys-tvtennis-tvtennis-qmlproject.html +%%DOCSDIR%%/html/declarative-toys-tvtennis-tvtennis-svg.html %%DOCSDIR%%/html/declarative-toys-tvtennis.html %%DOCSDIR%%/html/declarative-tutorials-extending-chapter1-basics-app-qml.html %%DOCSDIR%%/html/declarative-tutorials-extending-chapter1-basics-chapter1-basics-pro.html @@ -506,17 +751,20 @@ %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame1-block-qml.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame1-button-qml.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame1-samegame-qml.html +%%DOCSDIR%%/html/declarative-tutorials-samegame-samegame1-samegame1-qmlproject.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame1.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame2-block-qml.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame2-button-qml.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame2-samegame-js.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame2-samegame-qml.html +%%DOCSDIR%%/html/declarative-tutorials-samegame-samegame2-samegame2-qmlproject.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame2.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame3-block-qml.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame3-button-qml.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame3-dialog-qml.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame3-samegame-js.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame3-samegame-qml.html +%%DOCSDIR%%/html/declarative-tutorials-samegame-samegame3-samegame3-qmlproject.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame3.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame4-content-boomblock-qml.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame4-content-button-qml.html @@ -524,36 +772,68 @@ %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame4-content-samegame-js.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame4-highscores-score-data-xml.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame4-samegame-qml.html +%%DOCSDIR%%/html/declarative-tutorials-samegame-samegame4-samegame4-qmlproject.html %%DOCSDIR%%/html/declarative-tutorials-samegame-samegame4.html -%%DOCSDIR%%/html/declarative-ui-components-dialcontrol-content-dial-qml.html -%%DOCSDIR%%/html/declarative-ui-components-dialcontrol-content-quitbutton-qml.html -%%DOCSDIR%%/html/declarative-ui-components-dialcontrol-dialcontrol-qml.html +%%DOCSDIR%%/html/declarative-ui-components-dialcontrol-dialcontrol-pro.html +%%DOCSDIR%%/html/declarative-ui-components-dialcontrol-dialcontrol-qmlproject.html +%%DOCSDIR%%/html/declarative-ui-components-dialcontrol-dialcontrol-svg.html +%%DOCSDIR%%/html/declarative-ui-components-dialcontrol-main-cpp.html +%%DOCSDIR%%/html/declarative-ui-components-dialcontrol-qml-dialcontrol-content-dial-qml.html +%%DOCSDIR%%/html/declarative-ui-components-dialcontrol-qml-dialcontrol-content-quitbutton-qml.html +%%DOCSDIR%%/html/declarative-ui-components-dialcontrol-qml-dialcontrol-dialcontrol-qml.html %%DOCSDIR%%/html/declarative-ui-components-dialcontrol.html -%%DOCSDIR%%/html/declarative-ui-components-flipable-content-card-qml.html -%%DOCSDIR%%/html/declarative-ui-components-flipable-flipable-qml.html +%%DOCSDIR%%/html/declarative-ui-components-flipable-flipable-pro.html +%%DOCSDIR%%/html/declarative-ui-components-flipable-flipable-qmlproject.html +%%DOCSDIR%%/html/declarative-ui-components-flipable-flipable-svg.html +%%DOCSDIR%%/html/declarative-ui-components-flipable-main-cpp.html +%%DOCSDIR%%/html/declarative-ui-components-flipable-qml-flipable-content-card-qml.html +%%DOCSDIR%%/html/declarative-ui-components-flipable-qml-flipable-flipable-qml.html %%DOCSDIR%%/html/declarative-ui-components-flipable.html -%%DOCSDIR%%/html/declarative-ui-components-progressbar-content-progressbar-qml.html -%%DOCSDIR%%/html/declarative-ui-components-progressbar-main-qml.html +%%DOCSDIR%%/html/declarative-ui-components-progressbar-main-cpp.html +%%DOCSDIR%%/html/declarative-ui-components-progressbar-progressbar-pro.html +%%DOCSDIR%%/html/declarative-ui-components-progressbar-progressbar-qmlproject.html +%%DOCSDIR%%/html/declarative-ui-components-progressbar-progressbar-svg.html +%%DOCSDIR%%/html/declarative-ui-components-progressbar-qml-progressbar-content-progressbar-qml.html +%%DOCSDIR%%/html/declarative-ui-components-progressbar-qml-progressbar-main-qml.html %%DOCSDIR%%/html/declarative-ui-components-progressbar.html -%%DOCSDIR%%/html/declarative-ui-components-scrollbar-main-qml.html -%%DOCSDIR%%/html/declarative-ui-components-scrollbar-scrollbar-qml.html +%%DOCSDIR%%/html/declarative-ui-components-scrollbar-main-cpp.html +%%DOCSDIR%%/html/declarative-ui-components-scrollbar-qml-scrollbar-main-qml.html +%%DOCSDIR%%/html/declarative-ui-components-scrollbar-qml-scrollbar-scrollbar-qml.html +%%DOCSDIR%%/html/declarative-ui-components-scrollbar-scrollbar-pro.html +%%DOCSDIR%%/html/declarative-ui-components-scrollbar-scrollbar-qmlproject.html +%%DOCSDIR%%/html/declarative-ui-components-scrollbar-scrollbar-svg.html %%DOCSDIR%%/html/declarative-ui-components-scrollbar.html -%%DOCSDIR%%/html/declarative-ui-components-searchbox-main-qml.html -%%DOCSDIR%%/html/declarative-ui-components-searchbox-searchbox-qml.html +%%DOCSDIR%%/html/declarative-ui-components-searchbox-main-cpp.html +%%DOCSDIR%%/html/declarative-ui-components-searchbox-qml-searchbox-main-qml.html +%%DOCSDIR%%/html/declarative-ui-components-searchbox-qml-searchbox-searchbox-qml.html +%%DOCSDIR%%/html/declarative-ui-components-searchbox-searchbox-pro.html +%%DOCSDIR%%/html/declarative-ui-components-searchbox-searchbox-qmlproject.html +%%DOCSDIR%%/html/declarative-ui-components-searchbox-searchbox-svg.html %%DOCSDIR%%/html/declarative-ui-components-searchbox.html -%%DOCSDIR%%/html/declarative-ui-components-slideswitch-content-background-svg.html -%%DOCSDIR%%/html/declarative-ui-components-slideswitch-content-knob-svg.html -%%DOCSDIR%%/html/declarative-ui-components-slideswitch-content-switch-qml.html -%%DOCSDIR%%/html/declarative-ui-components-slideswitch-slideswitch-qml.html +%%DOCSDIR%%/html/declarative-ui-components-slideswitch-main-cpp.html +%%DOCSDIR%%/html/declarative-ui-components-slideswitch-qml-slideswitch-content-background-svg.html +%%DOCSDIR%%/html/declarative-ui-components-slideswitch-qml-slideswitch-content-knob-svg.html +%%DOCSDIR%%/html/declarative-ui-components-slideswitch-qml-slideswitch-content-switch-qml.html +%%DOCSDIR%%/html/declarative-ui-components-slideswitch-qml-slideswitch-slideswitch-qml.html +%%DOCSDIR%%/html/declarative-ui-components-slideswitch-slideswitch-pro.html +%%DOCSDIR%%/html/declarative-ui-components-slideswitch-slideswitch-qmlproject.html +%%DOCSDIR%%/html/declarative-ui-components-slideswitch-slideswitch-svg.html %%DOCSDIR%%/html/declarative-ui-components-slideswitch.html -%%DOCSDIR%%/html/declarative-ui-components-spinner-content-spinner-qml.html -%%DOCSDIR%%/html/declarative-ui-components-spinner-main-qml.html +%%DOCSDIR%%/html/declarative-ui-components-spinner-main-cpp.html +%%DOCSDIR%%/html/declarative-ui-components-spinner-qml-spinner-main-qml.html +%%DOCSDIR%%/html/declarative-ui-components-spinner-spinner-pro.html +%%DOCSDIR%%/html/declarative-ui-components-spinner-spinner-qmlproject.html +%%DOCSDIR%%/html/declarative-ui-components-spinner-spinner-svg.html %%DOCSDIR%%/html/declarative-ui-components-spinner.html -%%DOCSDIR%%/html/declarative-ui-components-tabwidget-main-qml.html -%%DOCSDIR%%/html/declarative-ui-components-tabwidget-tabwidget-qml.html +%%DOCSDIR%%/html/declarative-ui-components-tabwidget-main-cpp.html +%%DOCSDIR%%/html/declarative-ui-components-tabwidget-qml-tabwidget-main-qml.html +%%DOCSDIR%%/html/declarative-ui-components-tabwidget-qml-tabwidget-tabwidget-qml.html +%%DOCSDIR%%/html/declarative-ui-components-tabwidget-tabwidget-pro.html +%%DOCSDIR%%/html/declarative-ui-components-tabwidget-tabwidget-qmlproject.html +%%DOCSDIR%%/html/declarative-ui-components-tabwidget-tabwidget-svg.html %%DOCSDIR%%/html/declarative-ui-components-tabwidget.html -%%DOCSDIR%%/html/declarative-xml-xmlhttprequest-data-xml.html %%DOCSDIR%%/html/declarative-xml-xmlhttprequest-xmlhttprequest-example-qml.html +%%DOCSDIR%%/html/declarative-xml-xmlhttprequest-xmlhttprequest-qmlproject.html %%DOCSDIR%%/html/declarative-xml-xmlhttprequest.html %%DOCSDIR%%/html/demos-affine-affine-pro.html %%DOCSDIR%%/html/demos-affine-affine-qrc.html @@ -610,92 +890,124 @@ %%DOCSDIR%%/html/demos-composition-composition-qrc.html %%DOCSDIR%%/html/demos-composition-main-cpp.html %%DOCSDIR%%/html/demos-composition.html -%%DOCSDIR%%/html/demos-declarative-calculator-calculator-qml.html -%%DOCSDIR%%/html/demos-declarative-calculator-core-button-qml.html -%%DOCSDIR%%/html/demos-declarative-calculator-core-calculator-js.html -%%DOCSDIR%%/html/demos-declarative-calculator-core-display-qml.html -%%DOCSDIR%%/html/demos-declarative-calculator-core-qmldir.html +%%DOCSDIR%%/html/demos-declarative-calculator-calculator-pro.html +%%DOCSDIR%%/html/demos-declarative-calculator-calculator-qmlproject.html +%%DOCSDIR%%/html/demos-declarative-calculator-calculator-svg.html +%%DOCSDIR%%/html/demos-declarative-calculator-main-cpp.html +%%DOCSDIR%%/html/demos-declarative-calculator-qml-calculator-calculator-qml.html +%%DOCSDIR%%/html/demos-declarative-calculator-qml-calculator-calculatorcore-button-qml.html +%%DOCSDIR%%/html/demos-declarative-calculator-qml-calculator-calculatorcore-calculator-js.html +%%DOCSDIR%%/html/demos-declarative-calculator-qml-calculator-calculatorcore-display-qml.html +%%DOCSDIR%%/html/demos-declarative-calculator-qml-calculator-calculatorcore-qmldir.html %%DOCSDIR%%/html/demos-declarative-calculator.html -%%DOCSDIR%%/html/demos-declarative-flickr-common-progress-qml.html -%%DOCSDIR%%/html/demos-declarative-flickr-common-qmldir.html -%%DOCSDIR%%/html/demos-declarative-flickr-common-rssmodel-qml.html -%%DOCSDIR%%/html/demos-declarative-flickr-common-scrollbar-qml.html -%%DOCSDIR%%/html/demos-declarative-flickr-common-slider-qml.html -%%DOCSDIR%%/html/demos-declarative-flickr-flickr-90-qml.html -%%DOCSDIR%%/html/demos-declarative-flickr-flickr-qml.html -%%DOCSDIR%%/html/demos-declarative-flickr-mobile-button-qml.html -%%DOCSDIR%%/html/demos-declarative-flickr-mobile-griddelegate-qml.html -%%DOCSDIR%%/html/demos-declarative-flickr-mobile-imagedetails-qml.html -%%DOCSDIR%%/html/demos-declarative-flickr-mobile-listdelegate-qml.html -%%DOCSDIR%%/html/demos-declarative-flickr-mobile-titlebar-qml.html -%%DOCSDIR%%/html/demos-declarative-flickr-mobile-toolbar-qml.html +%%DOCSDIR%%/html/demos-declarative-flickr-flickr-pro.html +%%DOCSDIR%%/html/demos-declarative-flickr-flickr-qmlproject.html +%%DOCSDIR%%/html/demos-declarative-flickr-flickr-svg.html +%%DOCSDIR%%/html/demos-declarative-flickr-main-cpp.html +%%DOCSDIR%%/html/demos-declarative-flickr-qml-flickr-common-progress-qml.html +%%DOCSDIR%%/html/demos-declarative-flickr-qml-flickr-common-qmldir.html +%%DOCSDIR%%/html/demos-declarative-flickr-qml-flickr-common-rssmodel-qml.html +%%DOCSDIR%%/html/demos-declarative-flickr-qml-flickr-common-scrollbar-qml.html +%%DOCSDIR%%/html/demos-declarative-flickr-qml-flickr-common-slider-qml.html +%%DOCSDIR%%/html/demos-declarative-flickr-qml-flickr-flickr-90-qml.html +%%DOCSDIR%%/html/demos-declarative-flickr-qml-flickr-flickr-qml.html +%%DOCSDIR%%/html/demos-declarative-flickr-qml-flickr-mobile-button-qml.html +%%DOCSDIR%%/html/demos-declarative-flickr-qml-flickr-mobile-griddelegate-qml.html +%%DOCSDIR%%/html/demos-declarative-flickr-qml-flickr-mobile-imagedetails-qml.html +%%DOCSDIR%%/html/demos-declarative-flickr-qml-flickr-mobile-listdelegate-qml.html +%%DOCSDIR%%/html/demos-declarative-flickr-qml-flickr-mobile-titlebar-qml.html +%%DOCSDIR%%/html/demos-declarative-flickr-qml-flickr-mobile-toolbar-qml.html %%DOCSDIR%%/html/demos-declarative-flickr.html %%DOCSDIR%%/html/demos-declarative-minehunt-main-cpp.html %%DOCSDIR%%/html/demos-declarative-minehunt-minehunt-cpp.html %%DOCSDIR%%/html/demos-declarative-minehunt-minehunt-h.html %%DOCSDIR%%/html/demos-declarative-minehunt-minehunt-pro.html -%%DOCSDIR%%/html/demos-declarative-minehunt-minehunt-qml.html +%%DOCSDIR%%/html/demos-declarative-minehunt-minehunt-qmlproject.html %%DOCSDIR%%/html/demos-declarative-minehunt-minehunt-qrc.html -%%DOCSDIR%%/html/demos-declarative-minehunt-minehuntcore-explosion-qml.html -%%DOCSDIR%%/html/demos-declarative-minehunt-minehuntcore-qmldir.html -%%DOCSDIR%%/html/demos-declarative-minehunt-minehuntcore-tile-qml.html +%%DOCSDIR%%/html/demos-declarative-minehunt-qml-minehunt-minehunt-qml.html +%%DOCSDIR%%/html/demos-declarative-minehunt-qml-minehunt-minehuntcore-explosion-qml.html +%%DOCSDIR%%/html/demos-declarative-minehunt-qml-minehunt-minehuntcore-tile-qml.html %%DOCSDIR%%/html/demos-declarative-minehunt.html -%%DOCSDIR%%/html/demos-declarative-photoviewer-photoviewer-qml.html -%%DOCSDIR%%/html/demos-declarative-photoviewer-photoviewercore-albumdelegate-qml.html -%%DOCSDIR%%/html/demos-declarative-photoviewer-photoviewercore-busyindicator-qml.html -%%DOCSDIR%%/html/demos-declarative-photoviewer-photoviewercore-button-qml.html -%%DOCSDIR%%/html/demos-declarative-photoviewer-photoviewercore-editablebutton-qml.html -%%DOCSDIR%%/html/demos-declarative-photoviewer-photoviewercore-photodelegate-qml.html -%%DOCSDIR%%/html/demos-declarative-photoviewer-photoviewercore-progressbar-qml.html -%%DOCSDIR%%/html/demos-declarative-photoviewer-photoviewercore-qmldir.html -%%DOCSDIR%%/html/demos-declarative-photoviewer-photoviewercore-rssmodel-qml.html -%%DOCSDIR%%/html/demos-declarative-photoviewer-photoviewercore-script-script-js.html -%%DOCSDIR%%/html/demos-declarative-photoviewer-photoviewercore-tag-qml.html +%%DOCSDIR%%/html/demos-declarative-photoviewer-main-cpp.html +%%DOCSDIR%%/html/demos-declarative-photoviewer-photoviewer-pro.html +%%DOCSDIR%%/html/demos-declarative-photoviewer-photoviewer-qmlproject.html +%%DOCSDIR%%/html/demos-declarative-photoviewer-photoviewer-svg.html +%%DOCSDIR%%/html/demos-declarative-photoviewer-qml-photoviewer-photoviewer-qml.html +%%DOCSDIR%%/html/demos-declarative-photoviewer-qml-photoviewer-photoviewercore-albumdelegate-qml.html +%%DOCSDIR%%/html/demos-declarative-photoviewer-qml-photoviewer-photoviewercore-busyindicator-qml.html +%%DOCSDIR%%/html/demos-declarative-photoviewer-qml-photoviewer-photoviewercore-button-qml.html +%%DOCSDIR%%/html/demos-declarative-photoviewer-qml-photoviewer-photoviewercore-editablebutton-qml.html +%%DOCSDIR%%/html/demos-declarative-photoviewer-qml-photoviewer-photoviewercore-photodelegate-qml.html +%%DOCSDIR%%/html/demos-declarative-photoviewer-qml-photoviewer-photoviewercore-progressbar-qml.html +%%DOCSDIR%%/html/demos-declarative-photoviewer-qml-photoviewer-photoviewercore-qmldir.html +%%DOCSDIR%%/html/demos-declarative-photoviewer-qml-photoviewer-photoviewercore-rssmodel-qml.html +%%DOCSDIR%%/html/demos-declarative-photoviewer-qml-photoviewer-photoviewercore-script-script-js.html +%%DOCSDIR%%/html/demos-declarative-photoviewer-qml-photoviewer-photoviewercore-tag-qml.html %%DOCSDIR%%/html/demos-declarative-photoviewer.html -%%DOCSDIR%%/html/demos-declarative-rssnews-content-busyindicator-qml.html -%%DOCSDIR%%/html/demos-declarative-rssnews-content-categorydelegate-qml.html -%%DOCSDIR%%/html/demos-declarative-rssnews-content-newsdelegate-qml.html -%%DOCSDIR%%/html/demos-declarative-rssnews-content-rssfeeds-qml.html -%%DOCSDIR%%/html/demos-declarative-rssnews-content-scrollbar-qml.html -%%DOCSDIR%%/html/demos-declarative-rssnews-rssnews-qml.html +%%DOCSDIR%%/html/demos-declarative-rssnews-main-cpp.html +%%DOCSDIR%%/html/demos-declarative-rssnews-qml-rssnews-content-busyindicator-qml.html +%%DOCSDIR%%/html/demos-declarative-rssnews-qml-rssnews-content-categorydelegate-qml.html +%%DOCSDIR%%/html/demos-declarative-rssnews-qml-rssnews-content-newsdelegate-qml.html +%%DOCSDIR%%/html/demos-declarative-rssnews-qml-rssnews-content-rssfeeds-qml.html +%%DOCSDIR%%/html/demos-declarative-rssnews-qml-rssnews-content-scrollbar-qml.html +%%DOCSDIR%%/html/demos-declarative-rssnews-qml-rssnews-rssnews-qml.html +%%DOCSDIR%%/html/demos-declarative-rssnews-rssnews-pro.html +%%DOCSDIR%%/html/demos-declarative-rssnews-rssnews-qmlproject.html +%%DOCSDIR%%/html/demos-declarative-rssnews-rssnews-svg.html %%DOCSDIR%%/html/demos-declarative-rssnews.html -%%DOCSDIR%%/html/demos-declarative-samegame-highscores-score-data-xml.html -%%DOCSDIR%%/html/demos-declarative-samegame-samegame-qml.html -%%DOCSDIR%%/html/demos-declarative-samegame-samegamecore-boomblock-qml.html -%%DOCSDIR%%/html/demos-declarative-samegame-samegamecore-button-qml.html -%%DOCSDIR%%/html/demos-declarative-samegame-samegamecore-dialog-qml.html -%%DOCSDIR%%/html/demos-declarative-samegame-samegamecore-qmldir.html -%%DOCSDIR%%/html/demos-declarative-samegame-samegamecore-samegame-js.html +%%DOCSDIR%%/html/demos-declarative-samegame-main-cpp.html +%%DOCSDIR%%/html/demos-declarative-samegame-qml-samegame-highscores-score-data-xml.html +%%DOCSDIR%%/html/demos-declarative-samegame-qml-samegame-samegame-qml.html +%%DOCSDIR%%/html/demos-declarative-samegame-qml-samegame-samegamecore-boomblock-qml.html +%%DOCSDIR%%/html/demos-declarative-samegame-qml-samegame-samegamecore-button-qml.html +%%DOCSDIR%%/html/demos-declarative-samegame-qml-samegame-samegamecore-dialog-qml.html +%%DOCSDIR%%/html/demos-declarative-samegame-qml-samegame-samegamecore-qmldir.html +%%DOCSDIR%%/html/demos-declarative-samegame-qml-samegame-samegamecore-samegame-js.html +%%DOCSDIR%%/html/demos-declarative-samegame-samegame-pro.html +%%DOCSDIR%%/html/demos-declarative-samegame-samegame-qmlproject.html +%%DOCSDIR%%/html/demos-declarative-samegame-samegame-svg.html %%DOCSDIR%%/html/demos-declarative-samegame.html -%%DOCSDIR%%/html/demos-declarative-snake-content-button-qml.html -%%DOCSDIR%%/html/demos-declarative-snake-content-cookie-qml.html -%%DOCSDIR%%/html/demos-declarative-snake-content-highscoremodel-qml.html -%%DOCSDIR%%/html/demos-declarative-snake-content-link-qml.html -%%DOCSDIR%%/html/demos-declarative-snake-content-pics-eyes-svg.html -%%DOCSDIR%%/html/demos-declarative-snake-content-pics-head-svg.html -%%DOCSDIR%%/html/demos-declarative-snake-content-skull-qml.html -%%DOCSDIR%%/html/demos-declarative-snake-content-snake-js.html -%%DOCSDIR%%/html/demos-declarative-snake-snake-qml.html +%%DOCSDIR%%/html/demos-declarative-snake-main-cpp.html +%%DOCSDIR%%/html/demos-declarative-snake-qml-snake-content-button-qml.html +%%DOCSDIR%%/html/demos-declarative-snake-qml-snake-content-cookie-qml.html +%%DOCSDIR%%/html/demos-declarative-snake-qml-snake-content-highscoremodel-qml.html +%%DOCSDIR%%/html/demos-declarative-snake-qml-snake-content-link-qml.html +%%DOCSDIR%%/html/demos-declarative-snake-qml-snake-content-pics-eyes-svg.html +%%DOCSDIR%%/html/demos-declarative-snake-qml-snake-content-pics-head-svg.html +%%DOCSDIR%%/html/demos-declarative-snake-qml-snake-content-skull-qml.html +%%DOCSDIR%%/html/demos-declarative-snake-qml-snake-content-snake-js.html +%%DOCSDIR%%/html/demos-declarative-snake-qml-snake-snake-qml.html +%%DOCSDIR%%/html/demos-declarative-snake-snake-pro.html +%%DOCSDIR%%/html/demos-declarative-snake-snake-qmlproject.html +%%DOCSDIR%%/html/demos-declarative-snake-snake-svg.html %%DOCSDIR%%/html/demos-declarative-snake.html -%%DOCSDIR%%/html/demos-declarative-twitter-twitter-qml.html -%%DOCSDIR%%/html/demos-declarative-twitter-twittercore-button-qml.html -%%DOCSDIR%%/html/demos-declarative-twitter-twittercore-fatdelegate-qml.html -%%DOCSDIR%%/html/demos-declarative-twitter-twittercore-input-qml.html -%%DOCSDIR%%/html/demos-declarative-twitter-twittercore-loading-qml.html -%%DOCSDIR%%/html/demos-declarative-twitter-twittercore-multititlebar-qml.html -%%DOCSDIR%%/html/demos-declarative-twitter-twittercore-qmldir.html -%%DOCSDIR%%/html/demos-declarative-twitter-twittercore-rssmodel-qml.html -%%DOCSDIR%%/html/demos-declarative-twitter-twittercore-searchview-qml.html -%%DOCSDIR%%/html/demos-declarative-twitter-twittercore-titlebar-qml.html -%%DOCSDIR%%/html/demos-declarative-twitter-twittercore-toolbar-qml.html -%%DOCSDIR%%/html/demos-declarative-twitter-twittercore-usermodel-qml.html +%%DOCSDIR%%/html/demos-declarative-twitter-main-cpp.html +%%DOCSDIR%%/html/demos-declarative-twitter-qml-twitter-twitter-qml.html +%%DOCSDIR%%/html/demos-declarative-twitter-qml-twitter-twittercore-button-qml.html +%%DOCSDIR%%/html/demos-declarative-twitter-qml-twitter-twittercore-fatdelegate-qml.html +%%DOCSDIR%%/html/demos-declarative-twitter-qml-twitter-twittercore-input-qml.html +%%DOCSDIR%%/html/demos-declarative-twitter-qml-twitter-twittercore-loading-qml.html +%%DOCSDIR%%/html/demos-declarative-twitter-qml-twitter-twittercore-multititlebar-qml.html +%%DOCSDIR%%/html/demos-declarative-twitter-qml-twitter-twittercore-qmldir.html +%%DOCSDIR%%/html/demos-declarative-twitter-qml-twitter-twittercore-rssmodel-qml.html +%%DOCSDIR%%/html/demos-declarative-twitter-qml-twitter-twittercore-searchview-qml.html +%%DOCSDIR%%/html/demos-declarative-twitter-qml-twitter-twittercore-titlebar-qml.html +%%DOCSDIR%%/html/demos-declarative-twitter-qml-twitter-twittercore-toolbar-qml.html +%%DOCSDIR%%/html/demos-declarative-twitter-qml-twitter-twittercore-usermodel-qml.html +%%DOCSDIR%%/html/demos-declarative-twitter-twitter-pro.html +%%DOCSDIR%%/html/demos-declarative-twitter-twitter-qmlproject.html +%%DOCSDIR%%/html/demos-declarative-twitter-twitter-svg.html %%DOCSDIR%%/html/demos-declarative-twitter.html -%%DOCSDIR%%/html/demos-declarative-webbrowser-content-button-qml.html -%%DOCSDIR%%/html/demos-declarative-webbrowser-content-flickablewebview-qml.html -%%DOCSDIR%%/html/demos-declarative-webbrowser-content-header-qml.html -%%DOCSDIR%%/html/demos-declarative-webbrowser-content-scrollbar-qml.html -%%DOCSDIR%%/html/demos-declarative-webbrowser-content-urlinput-qml.html -%%DOCSDIR%%/html/demos-declarative-webbrowser-webbrowser-qml.html +%%DOCSDIR%%/html/demos-declarative-webbrowser-main-cpp.html +%%DOCSDIR%%/html/demos-declarative-webbrowser-qml-webbrowser-content-button-qml.html +%%DOCSDIR%%/html/demos-declarative-webbrowser-qml-webbrowser-content-flickablewebview-qml.html +%%DOCSDIR%%/html/demos-declarative-webbrowser-qml-webbrowser-content-header-qml.html +%%DOCSDIR%%/html/demos-declarative-webbrowser-qml-webbrowser-content-scrollbar-qml.html +%%DOCSDIR%%/html/demos-declarative-webbrowser-qml-webbrowser-content-urlinput-qml.html +%%DOCSDIR%%/html/demos-declarative-webbrowser-qml-webbrowser-webbrowser-qml.html +%%DOCSDIR%%/html/demos-declarative-webbrowser-webbrowser-pro.html +%%DOCSDIR%%/html/demos-declarative-webbrowser-webbrowser-qmlproject.html +%%DOCSDIR%%/html/demos-declarative-webbrowser-webbrowser-svg.html %%DOCSDIR%%/html/demos-declarative-webbrowser.html %%DOCSDIR%%/html/demos-deform-deform-pro.html %%DOCSDIR%%/html/demos-deform-deform-qrc.html @@ -821,6 +1133,11 @@ %%DOCSDIR%%/html/demos-embeddeddialogs-embeddeddialogs-qrc.html %%DOCSDIR%%/html/demos-embeddeddialogs-main-cpp.html %%DOCSDIR%%/html/demos-embeddeddialogs.html +%%DOCSDIR%%/html/demos-glhypnotizer-glhypnotizer-pro.html +%%DOCSDIR%%/html/demos-glhypnotizer-hypnotizer-qrc.html +%%DOCSDIR%%/html/demos-glhypnotizer-main-cpp.html +%%DOCSDIR%%/html/demos-glhypnotizer-spiral-svg.html +%%DOCSDIR%%/html/demos-glhypnotizer.html %%DOCSDIR%%/html/demos-gradients-gradients-cpp.html %%DOCSDIR%%/html/demos-gradients-gradients-h.html %%DOCSDIR%%/html/demos-gradients-gradients-pro.html @@ -847,6 +1164,7 @@ %%DOCSDIR%%/html/demos-mainwindow-toolbar-cpp.html %%DOCSDIR%%/html/demos-mainwindow-toolbar-h.html %%DOCSDIR%%/html/demos-mainwindow.html +%%DOCSDIR%%/html/demos-manifest.xml %%DOCSDIR%%/html/demos-mobile-guitartuner-guitartuner-pro.html %%DOCSDIR%%/html/demos-mobile-guitartuner-guitartuner-qrc.html %%DOCSDIR%%/html/demos-mobile-guitartuner-images-guitartab-svg.html @@ -1337,6 +1655,7 @@ %%DOCSDIR%%/html/examples-layouts.html %%DOCSDIR%%/html/examples-linguist.html %%DOCSDIR%%/html/examples-mainwindow.html +%%DOCSDIR%%/html/examples-manifest.xml %%DOCSDIR%%/html/examples-multimedia.html %%DOCSDIR%%/html/examples-network.html %%DOCSDIR%%/html/examples-opengl.html @@ -1517,7 +1836,6 @@ %%DOCSDIR%%/html/hierarchy.html %%DOCSDIR%%/html/how-to-learn-qt.html %%DOCSDIR%%/html/hwacc-rendering.html -%%DOCSDIR%%/html/i18n-plural-rules.html %%DOCSDIR%%/html/i18n-source-translation.html %%DOCSDIR%%/html/i18n.html %%DOCSDIR%%/html/images/2dpainting-example.png @@ -1572,8 +1890,11 @@ %%DOCSDIR%%/html/images/anomaly-demo.png %%DOCSDIR%%/html/images/antialiased.png %%DOCSDIR%%/html/images/appchooser-example.png +%%DOCSDIR%%/html/images/appicon_packagecontents.png +%%DOCSDIR%%/html/images/appicon_screenshot.png %%DOCSDIR%%/html/images/application-menus.png %%DOCSDIR%%/html/images/application.png +%%DOCSDIR%%/html/images/arrow.png %%DOCSDIR%%/html/images/arrow_down.png %%DOCSDIR%%/html/images/arthurplugin-demo.png %%DOCSDIR%%/html/images/assistant-address-toolbar.png @@ -1599,7 +1920,9 @@ %%DOCSDIR%%/html/images/bearercloud-example.png %%DOCSDIR%%/html/images/bearermonitor-example.png %%DOCSDIR%%/html/images/bearings.png +%%DOCSDIR%%/html/images/bgrContent.png %%DOCSDIR%%/html/images/blockingfortuneclient-example.png +%%DOCSDIR%%/html/images/blu_dot.png %%DOCSDIR%%/html/images/blurpickereffect-example.png %%DOCSDIR%%/html/images/books-demo.png %%DOCSDIR%%/html/images/borderlayout-example.png @@ -1611,6 +1934,8 @@ %%DOCSDIR%%/html/images/browser-demo.png %%DOCSDIR%%/html/images/brush-outline.png %%DOCSDIR%%/html/images/brush-styles.png +%%DOCSDIR%%/html/images/btn_next.png +%%DOCSDIR%%/html/images/btn_prev.png %%DOCSDIR%%/html/images/bullet_dn.png %%DOCSDIR%%/html/images/bullet_gt.png %%DOCSDIR%%/html/images/bullet_sq.png @@ -1751,6 +2076,8 @@ %%DOCSDIR%%/html/images/coordinatesystem-rect-raster.png %%DOCSDIR%%/html/images/coordinatesystem-rect.png %%DOCSDIR%%/html/images/coordinatesystem-transformations.png +%%DOCSDIR%%/html/images/cube.png +%%DOCSDIR%%/html/images/cube_faces.png %%DOCSDIR%%/html/images/cursor-arrow.png %%DOCSDIR%%/html/images/cursor-busy.png %%DOCSDIR%%/html/images/cursor-closedhand.png @@ -1942,8 +2269,10 @@ %%DOCSDIR%%/html/images/edge3.png %%DOCSDIR%%/html/images/edge4.png %%DOCSDIR%%/html/images/edges_qml.png +%%DOCSDIR%%/html/images/editbreaklayout.png %%DOCSDIR%%/html/images/effectwidget.png %%DOCSDIR%%/html/images/elasticnodes-example.png +%%DOCSDIR%%/html/images/elidedlabel-example.png %%DOCSDIR%%/html/images/embedded-simpledecoration-example-styles.png %%DOCSDIR%%/html/images/embedded-simpledecoration-example.png %%DOCSDIR%%/html/images/embeddeddesktopservices-demo.png @@ -1986,6 +2315,7 @@ %%DOCSDIR%%/html/images/ftp-example.png %%DOCSDIR%%/html/images/geometry.png %%DOCSDIR%%/html/images/gestures.png +%%DOCSDIR%%/html/images/glhypnotizer-demo.png %%DOCSDIR%%/html/images/googlechat-example.png %%DOCSDIR%%/html/images/googlesuggest-example.png %%DOCSDIR%%/html/images/grabber-example.png @@ -2055,12 +2385,16 @@ %%DOCSDIR%%/html/images/headerimage.png %%DOCSDIR%%/html/images/hellogl-es-example.png %%DOCSDIR%%/html/images/hellogl-example.png +%%DOCSDIR%%/html/images/home.png %%DOCSDIR%%/html/images/horBar.png %%DOCSDIR%%/html/images/horizontalpositioner_example.png %%DOCSDIR%%/html/images/hoverevents.png %%DOCSDIR%%/html/images/http-example.png %%DOCSDIR%%/html/images/httpstack.png %%DOCSDIR%%/html/images/i18n-example.png +%%DOCSDIR%%/html/images/ico_note.png +%%DOCSDIR%%/html/images/ico_note_attention.png +%%DOCSDIR%%/html/images/ico_out.png %%DOCSDIR%%/html/images/icon.png %%DOCSDIR%%/html/images/icons-example.png %%DOCSDIR%%/html/images/icons-view-menu.png @@ -2197,6 +2531,7 @@ %%DOCSDIR%%/html/images/macintosh-toolbutton.png %%DOCSDIR%%/html/images/macintosh-treeview.png %%DOCSDIR%%/html/images/macmainwindow.png +%%DOCSDIR%%/html/images/maemovibration-example.png %%DOCSDIR%%/html/images/mainwindow-demo.png %%DOCSDIR%%/html/images/mainwindow-docks-example.png %%DOCSDIR%%/html/images/mainwindow-docks.png @@ -2275,6 +2610,8 @@ %%DOCSDIR%%/html/images/msgbox2.png %%DOCSDIR%%/html/images/msgbox3.png %%DOCSDIR%%/html/images/msgbox4.png +%%DOCSDIR%%/html/images/multicastreceiver-example.png +%%DOCSDIR%%/html/images/multicastsender-example.png %%DOCSDIR%%/html/images/multipleinheritance-example.png %%DOCSDIR%%/html/images/musicplayer.png %%DOCSDIR%%/html/images/network-chat-example.png @@ -2283,6 +2620,10 @@ %%DOCSDIR%%/html/images/opengl-examples.png %%DOCSDIR%%/html/images/orderform-example-detailsdialog.png %%DOCSDIR%%/html/images/orderform-example.png +%%DOCSDIR%%/html/images/orientation-landscape-ui.png +%%DOCSDIR%%/html/images/orientation-landscape.png +%%DOCSDIR%%/html/images/orientation-portrait-ui.png +%%DOCSDIR%%/html/images/orientation-portrait.png %%DOCSDIR%%/html/images/overpainting-example.png %%DOCSDIR%%/html/images/padnavigator-example.png %%DOCSDIR%%/html/images/painterpaths-example.png @@ -2510,6 +2851,7 @@ %%DOCSDIR%%/html/images/qml-listview-highlight-example.png %%DOCSDIR%%/html/images/qml-listview-highlightranges-example.png %%DOCSDIR%%/html/images/qml-listview-sections-example.png +%%DOCSDIR%%/html/images/qml-listview-snippet.png %%DOCSDIR%%/html/images/qml-minehunt-demo-small.png %%DOCSDIR%%/html/images/qml-minehunt-demo.png %%DOCSDIR%%/html/images/qml-mousearea-example.png @@ -2915,6 +3257,7 @@ %%DOCSDIR%%/html/images/symbian-qt-draw-pixmap-sequence.png %%DOCSDIR%%/html/images/symbian-qt-rendering-stack-non-screenplay.png %%DOCSDIR%%/html/images/symbian-rendering-stack-non-screenplay.png +%%DOCSDIR%%/html/images/symbianvibration-example.png %%DOCSDIR%%/html/images/syntaxhighlighter-example.png %%DOCSDIR%%/html/images/system-tray.png %%DOCSDIR%%/html/images/systemtray-editor.png @@ -2987,21 +3330,6 @@ %%DOCSDIR%%/html/images/used-in-examples/animation/animatedtiles/images/random.png %%DOCSDIR%%/html/images/used-in-examples/animation/animatedtiles/images/tile.png %%DOCSDIR%%/html/images/used-in-examples/animation/easing/images/qt-logo.png -%%DOCSDIR%%/html/images/used-in-examples/declarative/animation/basics/images/face-smile.png -%%DOCSDIR%%/html/images/used-in-examples/declarative/animation/basics/images/moon.png -%%DOCSDIR%%/html/images/used-in-examples/declarative/animation/basics/images/shadow.png -%%DOCSDIR%%/html/images/used-in-examples/declarative/animation/basics/images/star.png -%%DOCSDIR%%/html/images/used-in-examples/declarative/animation/basics/images/sun.png -%%DOCSDIR%%/html/images/used-in-examples/declarative/toys/dynamicscene/images/face-smile.png -%%DOCSDIR%%/html/images/used-in-examples/declarative/toys/dynamicscene/images/moon.png -%%DOCSDIR%%/html/images/used-in-examples/declarative/toys/dynamicscene/images/rabbit_brown.png -%%DOCSDIR%%/html/images/used-in-examples/declarative/toys/dynamicscene/images/rabbit_bw.png -%%DOCSDIR%%/html/images/used-in-examples/declarative/toys/dynamicscene/images/star.png -%%DOCSDIR%%/html/images/used-in-examples/declarative/toys/dynamicscene/images/sun.png -%%DOCSDIR%%/html/images/used-in-examples/declarative/toys/dynamicscene/images/tree_s.png -%%DOCSDIR%%/html/images/used-in-examples/declarative/ui-components/searchbox/images/clear.png -%%DOCSDIR%%/html/images/used-in-examples/declarative/ui-components/searchbox/images/lineedit-bg-focus.png -%%DOCSDIR%%/html/images/used-in-examples/declarative/ui-components/searchbox/images/lineedit-bg.png %%DOCSDIR%%/html/images/used-in-examples/demos/books/images/star.png %%DOCSDIR%%/html/images/used-in-examples/demos/interview/images/folder.png %%DOCSDIR%%/html/images/used-in-examples/demos/interview/images/interview.png @@ -3206,6 +3534,8 @@ %%DOCSDIR%%/html/images/webkit-imageanalyzer-progress.png %%DOCSDIR%%/html/images/webkit-imageanalyzer-screenshot.png %%DOCSDIR%%/html/images/webkit-simpleselector.png +%%DOCSDIR%%/html/images/webkit-webftpclient.png +%%DOCSDIR%%/html/images/webkit-webplugin.png %%DOCSDIR%%/html/images/webview.png %%DOCSDIR%%/html/images/whatsnewanimatedtiles.png %%DOCSDIR%%/html/images/whatsthis.png @@ -3533,7 +3863,6 @@ %%DOCSDIR%%/html/linuxx11-support.html %%DOCSDIR%%/html/mac-differences.html %%DOCSDIR%%/html/mac-support.html -%%DOCSDIR%%/html/maemo-support.html %%DOCSDIR%%/html/mainwindow-classes.html %%DOCSDIR%%/html/mainwindow.html %%DOCSDIR%%/html/mainwindows-application-application-pro.html @@ -3572,7 +3901,6 @@ %%DOCSDIR%%/html/mainwindows-sdi-sdi-pro.html %%DOCSDIR%%/html/mainwindows-sdi-sdi-qrc.html %%DOCSDIR%%/html/mainwindows-sdi.html -%%DOCSDIR%%/html/meego-support.html %%DOCSDIR%%/html/metaobjects.html %%DOCSDIR%%/html/moc.html %%DOCSDIR%%/html/model-view-programming.html @@ -3696,6 +4024,16 @@ %%DOCSDIR%%/html/network-loopback-loopback-pro.html %%DOCSDIR%%/html/network-loopback-main-cpp.html %%DOCSDIR%%/html/network-loopback.html +%%DOCSDIR%%/html/network-multicastreceiver-main-cpp.html +%%DOCSDIR%%/html/network-multicastreceiver-multicastreceiver-pro.html +%%DOCSDIR%%/html/network-multicastreceiver-receiver-cpp.html +%%DOCSDIR%%/html/network-multicastreceiver-receiver-h.html +%%DOCSDIR%%/html/network-multicastreceiver.html +%%DOCSDIR%%/html/network-multicastsender-main-cpp.html +%%DOCSDIR%%/html/network-multicastsender-multicastsender-pro.html +%%DOCSDIR%%/html/network-multicastsender-sender-cpp.html +%%DOCSDIR%%/html/network-multicastsender-sender-h.html +%%DOCSDIR%%/html/network-multicastsender.html %%DOCSDIR%%/html/network-network-chat-chatdialog-cpp.html %%DOCSDIR%%/html/network-network-chat-chatdialog-h.html %%DOCSDIR%%/html/network-network-chat-chatdialog-ui.html @@ -3779,6 +4117,15 @@ %%DOCSDIR%%/html/opengl-2dpainting-window-cpp.html %%DOCSDIR%%/html/opengl-2dpainting-window-h.html %%DOCSDIR%%/html/opengl-2dpainting.html +%%DOCSDIR%%/html/opengl-cube-cube-pro.html +%%DOCSDIR%%/html/opengl-cube-geometryengine-cpp.html +%%DOCSDIR%%/html/opengl-cube-geometryengine-h.html +%%DOCSDIR%%/html/opengl-cube-main-cpp.html +%%DOCSDIR%%/html/opengl-cube-mainwidget-cpp.html +%%DOCSDIR%%/html/opengl-cube-mainwidget-h.html +%%DOCSDIR%%/html/opengl-cube-shaders-qrc.html +%%DOCSDIR%%/html/opengl-cube-textures-qrc.html +%%DOCSDIR%%/html/opengl-cube.html %%DOCSDIR%%/html/opengl-framebufferobject-bubbles-svg.html %%DOCSDIR%%/html/opengl-framebufferobject-framebufferobject-pro.html %%DOCSDIR%%/html/opengl-framebufferobject-framebufferobject-qrc.html @@ -3931,10 +4278,6 @@ %%DOCSDIR%%/html/pdf-licensing.html %%DOCSDIR%%/html/phonon-audiodataoutput-members.html %%DOCSDIR%%/html/phonon-audiodataoutput.html -%%DOCSDIR%%/html/phonon-audiodataoutputinterface-members.html -%%DOCSDIR%%/html/phonon-audiodataoutputinterface.html -%%DOCSDIR%%/html/phonon-audiodataoutputprivate-members.html -%%DOCSDIR%%/html/phonon-audiodataoutputprivate.html %%DOCSDIR%%/html/phonon-audiooutput-members.html %%DOCSDIR%%/html/phonon-audiooutput.html %%DOCSDIR%%/html/phonon-backendcapabilities-notifier-members.html @@ -3951,8 +4294,6 @@ %%DOCSDIR%%/html/phonon-effectparameter.html %%DOCSDIR%%/html/phonon-effectwidget-members.html %%DOCSDIR%%/html/phonon-effectwidget.html -%%DOCSDIR%%/html/phonon-globalconfigprivate-members.html -%%DOCSDIR%%/html/phonon-globalconfigprivate.html %%DOCSDIR%%/html/phonon-mediacontroller-members.html %%DOCSDIR%%/html/phonon-mediacontroller.html %%DOCSDIR%%/html/phonon-medianode-members.html @@ -3974,8 +4315,6 @@ %%DOCSDIR%%/html/phonon-qmusicplayer.html %%DOCSDIR%%/html/phonon-seekslider-members.html %%DOCSDIR%%/html/phonon-seekslider.html -%%DOCSDIR%%/html/phonon-swiftslider-members.html -%%DOCSDIR%%/html/phonon-swiftslider.html %%DOCSDIR%%/html/phonon-videoplayer-members.html %%DOCSDIR%%/html/phonon-videoplayer.html %%DOCSDIR%%/html/phonon-videowidget-members.html @@ -3985,14 +4324,7 @@ %%DOCSDIR%%/html/phonon-volumeslider-members.html %%DOCSDIR%%/html/phonon-volumeslider.html %%DOCSDIR%%/html/phonon.html -%%DOCSDIR%%/html/platform-notes-embedded-linux.html -%%DOCSDIR%%/html/platform-notes-mac.html -%%DOCSDIR%%/html/platform-notes-qnx.html %%DOCSDIR%%/html/platform-notes-symbian.html -%%DOCSDIR%%/html/platform-notes-vxworks.html -%%DOCSDIR%%/html/platform-notes-windows-ce.html -%%DOCSDIR%%/html/platform-notes-windows.html -%%DOCSDIR%%/html/platform-notes-x11.html %%DOCSDIR%%/html/platform-notes.html %%DOCSDIR%%/html/platform-specific.html %%DOCSDIR%%/html/plugins-howto.html @@ -4635,6 +4967,8 @@ %%DOCSDIR%%/html/qdbussignature-members.html %%DOCSDIR%%/html/qdbussignature.html %%DOCSDIR%%/html/qdbustypesystem.html +%%DOCSDIR%%/html/qdbusunixfiledescriptor-members.html +%%DOCSDIR%%/html/qdbusunixfiledescriptor.html %%DOCSDIR%%/html/qdbusvariant-members.html %%DOCSDIR%%/html/qdbusvariant.html %%DOCSDIR%%/html/qdbusviewer.html @@ -4693,8 +5027,6 @@ %%DOCSDIR%%/html/qdeclarativescriptstring.html %%DOCSDIR%%/html/qdeclarativesecurity.html %%DOCSDIR%%/html/qdeclarativestates.html -%%DOCSDIR%%/html/qdeclarativetypeloader-members.html -%%DOCSDIR%%/html/qdeclarativetypeloader.html %%DOCSDIR%%/html/qdeclarativeview-members.html %%DOCSDIR%%/html/qdeclarativeview.html %%DOCSDIR%%/html/qdecoration-members.html @@ -4914,6 +5246,10 @@ %%DOCSDIR%%/html/qgenericargument.html %%DOCSDIR%%/html/qgenericmatrix-members.html %%DOCSDIR%%/html/qgenericmatrix.html +%%DOCSDIR%%/html/qgenericplugin-members.html +%%DOCSDIR%%/html/qgenericplugin.html +%%DOCSDIR%%/html/qgenericpluginfactory-members.html +%%DOCSDIR%%/html/qgenericpluginfactory.html %%DOCSDIR%%/html/qgenericreturnargument-members.html %%DOCSDIR%%/html/qgenericreturnargument.html %%DOCSDIR%%/html/qgesture-members.html @@ -4936,6 +5272,8 @@ %%DOCSDIR%%/html/qglframebufferobject.html %%DOCSDIR%%/html/qglframebufferobjectformat-members.html %%DOCSDIR%%/html/qglframebufferobjectformat.html +%%DOCSDIR%%/html/qglfunctions-members.html +%%DOCSDIR%%/html/qglfunctions.html %%DOCSDIR%%/html/qglpixelbuffer-members.html %%DOCSDIR%%/html/qglpixelbuffer.html %%DOCSDIR%%/html/qglshader-members.html @@ -4946,6 +5284,8 @@ %%DOCSDIR%%/html/qglwidget-obsolete.html %%DOCSDIR%%/html/qglwidget-qt3.html %%DOCSDIR%%/html/qglwidget.html +%%DOCSDIR%%/html/qglyphrun-members.html +%%DOCSDIR%%/html/qglyphrun.html %%DOCSDIR%%/html/qgradient-members.html %%DOCSDIR%%/html/qgradient.html %%DOCSDIR%%/html/qgraphicsanchor-members.html @@ -5098,6 +5438,10 @@ %%DOCSDIR%%/html/qhttp.html %%DOCSDIR%%/html/qhttpheader-members.html %%DOCSDIR%%/html/qhttpheader.html +%%DOCSDIR%%/html/qhttpmultipart-members.html +%%DOCSDIR%%/html/qhttpmultipart.html +%%DOCSDIR%%/html/qhttppart-members.html +%%DOCSDIR%%/html/qhttppart.html %%DOCSDIR%%/html/qhttprequestheader-members.html %%DOCSDIR%%/html/qhttprequestheader.html %%DOCSDIR%%/html/qhttpresponseheader-members.html @@ -5118,6 +5462,8 @@ %%DOCSDIR%%/html/qiconenginev2-availablesizesargument.html %%DOCSDIR%%/html/qiconenginev2-members.html %%DOCSDIR%%/html/qiconenginev2.html +%%DOCSDIR%%/html/qidentityproxymodel-members.html +%%DOCSDIR%%/html/qidentityproxymodel.html %%DOCSDIR%%/html/qimage-members.html %%DOCSDIR%%/html/qimage-obsolete.html %%DOCSDIR%%/html/qimage-qt3.html @@ -5241,6 +5587,7 @@ %%DOCSDIR%%/html/qlocale-data-members.html %%DOCSDIR%%/html/qlocale-data.html %%DOCSDIR%%/html/qlocale-members.html +%%DOCSDIR%%/html/qlocale-obsolete.html %%DOCSDIR%%/html/qlocale.html %%DOCSDIR%%/html/qlocalserver-members.html %%DOCSDIR%%/html/qlocalserver.html @@ -5288,6 +5635,7 @@ %%DOCSDIR%%/html/qmatrix-qt3.html %%DOCSDIR%%/html/qmatrix.html %%DOCSDIR%%/html/qmatrix4x4-members.html +%%DOCSDIR%%/html/qmatrix4x4-qt3.html %%DOCSDIR%%/html/qmatrix4x4.html %%DOCSDIR%%/html/qmdiarea-members.html %%DOCSDIR%%/html/qmdiarea.html @@ -5418,6 +5766,7 @@ %%DOCSDIR%%/html/qml-listelement.html %%DOCSDIR%%/html/qml-listmodel-members.html %%DOCSDIR%%/html/qml-listmodel.html +%%DOCSDIR%%/html/qml-listview-examples.html %%DOCSDIR%%/html/qml-listview-members.html %%DOCSDIR%%/html/qml-listview.html %%DOCSDIR%%/html/qml-loader-members.html @@ -5468,6 +5817,7 @@ %%DOCSDIR%%/html/qml-point.html %%DOCSDIR%%/html/qml-positioners.html %%DOCSDIR%%/html/qml-positioning-elements.html +%%DOCSDIR%%/html/qml-presenting-data.html %%DOCSDIR%%/html/qml-propertyaction-members.html %%DOCSDIR%%/html/qml-propertyaction.html %%DOCSDIR%%/html/qml-propertyanimation-members.html @@ -5550,6 +5900,7 @@ %%DOCSDIR%%/html/qml-visualdatamodel.html %%DOCSDIR%%/html/qml-visualitemmodel-members.html %%DOCSDIR%%/html/qml-visualitemmodel.html +%%DOCSDIR%%/html/qml-webview-examples.html %%DOCSDIR%%/html/qml-webview-members.html %%DOCSDIR%%/html/qml-webview.html %%DOCSDIR%%/html/qml-workerscript-members.html @@ -5637,6 +5988,7 @@ %%DOCSDIR%%/html/qnetworksession-members.html %%DOCSDIR%%/html/qnetworksession.html %%DOCSDIR%%/html/qobject-members.html +%%DOCSDIR%%/html/qobject-obsolete.html %%DOCSDIR%%/html/qobject-qt3.html %%DOCSDIR%%/html/qobject.html %%DOCSDIR%%/html/qobjectcleanuphandler-members.html @@ -5695,7 +6047,6 @@ %%DOCSDIR%%/html/qpinchgesture-members.html %%DOCSDIR%%/html/qpinchgesture.html %%DOCSDIR%%/html/qpixmap-members.html -%%DOCSDIR%%/html/qpixmap-obsolete.html %%DOCSDIR%%/html/qpixmap-qt3.html %%DOCSDIR%%/html/qpixmap.html %%DOCSDIR%%/html/qpixmapcache-key-members.html @@ -5709,6 +6060,14 @@ %%DOCSDIR%%/html/qplaintextedit.html %%DOCSDIR%%/html/qplastiquestyle-members.html %%DOCSDIR%%/html/qplastiquestyle.html +%%DOCSDIR%%/html/qplatformcursor-members.html +%%DOCSDIR%%/html/qplatformcursor.html +%%DOCSDIR%%/html/qplatformcursorimage-members.html +%%DOCSDIR%%/html/qplatformcursorimage.html +%%DOCSDIR%%/html/qplatformfontdatabase-members.html +%%DOCSDIR%%/html/qplatformfontdatabase.html +%%DOCSDIR%%/html/qplatformwindowformat-members.html +%%DOCSDIR%%/html/qplatformwindowformat.html %%DOCSDIR%%/html/qpluginloader-members.html %%DOCSDIR%%/html/qpluginloader.html %%DOCSDIR%%/html/qpoint-members.html @@ -5770,6 +6129,8 @@ %%DOCSDIR%%/html/qradiobutton.html %%DOCSDIR%%/html/qrasterpaintengine-members.html %%DOCSDIR%%/html/qrasterpaintengine.html +%%DOCSDIR%%/html/qrawfont-members.html +%%DOCSDIR%%/html/qrawfont.html %%DOCSDIR%%/html/qreadlocker-members.html %%DOCSDIR%%/html/qreadlocker.html %%DOCSDIR%%/html/qreadwritelock-members.html @@ -5812,6 +6173,8 @@ %%DOCSDIR%%/html/qscopedarraypointer.html %%DOCSDIR%%/html/qscopedpointer-members.html %%DOCSDIR%%/html/qscopedpointer.html +%%DOCSDIR%%/html/qscopedvaluerollback-members.html +%%DOCSDIR%%/html/qscopedvaluerollback.html %%DOCSDIR%%/html/qscreen-members.html %%DOCSDIR%%/html/qscreen-qt3.html %%DOCSDIR%%/html/qscreen.html @@ -5834,6 +6197,7 @@ %%DOCSDIR%%/html/qscriptcontextinfo.html %%DOCSDIR%%/html/qscriptengine-members.html %%DOCSDIR%%/html/qscriptengine-obsolete.html +%%DOCSDIR%%/html/qscriptengine-qt3.html %%DOCSDIR%%/html/qscriptengine.html %%DOCSDIR%%/html/qscriptengineagent-members.html %%DOCSDIR%%/html/qscriptengineagent.html @@ -6124,6 +6488,8 @@ %%DOCSDIR%%/html/qstylepainter.html %%DOCSDIR%%/html/qstyleplugin-members.html %%DOCSDIR%%/html/qstyleplugin.html +%%DOCSDIR%%/html/qsupportedwritingsystems-members.html +%%DOCSDIR%%/html/qsupportedwritingsystems.html %%DOCSDIR%%/html/qsvggenerator-members.html %%DOCSDIR%%/html/qsvggenerator.html %%DOCSDIR%%/html/qsvgrenderer-members.html @@ -6134,10 +6500,14 @@ %%DOCSDIR%%/html/qswipegesture.html %%DOCSDIR%%/html/qsymbianevent-members.html %%DOCSDIR%%/html/qsymbianevent.html +%%DOCSDIR%%/html/qsymbiangraphicssystemhelper-members.html +%%DOCSDIR%%/html/qsymbiangraphicssystemhelper.html %%DOCSDIR%%/html/qsyntaxhighlighter-members.html %%DOCSDIR%%/html/qsyntaxhighlighter.html %%DOCSDIR%%/html/qsysinfo-members.html %%DOCSDIR%%/html/qsysinfo.html +%%DOCSDIR%%/html/qsystemlocale-currencytostringargument-members.html +%%DOCSDIR%%/html/qsystemlocale-currencytostringargument.html %%DOCSDIR%%/html/qsystemlocale-members.html %%DOCSDIR%%/html/qsystemlocale.html %%DOCSDIR%%/html/qsystemsemaphore-members.html @@ -6190,6 +6560,7 @@ %%DOCSDIR%%/html/qt3to4.html %%DOCSDIR%%/html/qt4-6-intro.html %%DOCSDIR%%/html/qt4-7-intro.html +%%DOCSDIR%%/html/qt4-8-intro.html %%DOCSDIR%%/html/qt4-accessibility.html %%DOCSDIR%%/html/qt4-arthur.html %%DOCSDIR%%/html/qt4-designer.html @@ -6471,6 +6842,7 @@ %%DOCSDIR%%/html/qttools.html %%DOCSDIR%%/html/qtuitools.html %%DOCSDIR%%/html/qtwebkit-bridge.html +%%DOCSDIR%%/html/qtwebkit-goes-mobile.html %%DOCSDIR%%/html/qtwebkit-guide-cache.html %%DOCSDIR%%/html/qtwebkit-guide-canvas.html %%DOCSDIR%%/html/qtwebkit-guide-css.html @@ -6503,6 +6875,7 @@ %%DOCSDIR%%/html/qvalidator-qt3.html %%DOCSDIR%%/html/qvalidator.html %%DOCSDIR%%/html/qvariant-members.html +%%DOCSDIR%%/html/qvariant-obsolete.html %%DOCSDIR%%/html/qvariant-qt3.html %%DOCSDIR%%/html/qvariant.html %%DOCSDIR%%/html/qvariantanimation-members.html @@ -6565,6 +6938,8 @@ %%DOCSDIR%%/html/qwebpage-extensionoption.html %%DOCSDIR%%/html/qwebpage-extensionreturn.html %%DOCSDIR%%/html/qwebpage-members.html +%%DOCSDIR%%/html/qwebpage-viewportattributes-members.html +%%DOCSDIR%%/html/qwebpage-viewportattributes.html %%DOCSDIR%%/html/qwebpage.html %%DOCSDIR%%/html/qwebpluginfactory-members.html %%DOCSDIR%%/html/qwebpluginfactory-mimetype-members.html @@ -6784,6 +7159,7 @@ %%DOCSDIR%%/html/richtext-syntaxhighlighter.html %%DOCSDIR%%/html/richtext-textobject-files-heart-svg.html %%DOCSDIR%%/html/richtext-textobject-main-cpp.html +%%DOCSDIR%%/html/richtext-textobject-resources-qrc.html %%DOCSDIR%%/html/richtext-textobject-svgtextobject-cpp.html %%DOCSDIR%%/html/richtext-textobject-svgtextobject-h.html %%DOCSDIR%%/html/richtext-textobject-textobject-pro.html @@ -7288,6 +7664,7 @@ %%DOCSDIR%%/html/webkit-domtraversal-main-cpp.html %%DOCSDIR%%/html/webkit-domtraversal-window-cpp.html %%DOCSDIR%%/html/webkit-domtraversal-window-h.html +%%DOCSDIR%%/html/webkit-domtraversal-window-mobiles-ui.html %%DOCSDIR%%/html/webkit-domtraversal-window-ui.html %%DOCSDIR%%/html/webkit-domtraversal.html %%DOCSDIR%%/html/webkit-fancybrowser-fancybrowser-pro.html @@ -7299,6 +7676,7 @@ %%DOCSDIR%%/html/webkit-fancybrowser.html %%DOCSDIR%%/html/webkit-formextractor-formextractor-cpp.html %%DOCSDIR%%/html/webkit-formextractor-formextractor-h.html +%%DOCSDIR%%/html/webkit-formextractor-formextractor-mobiles-ui.html %%DOCSDIR%%/html/webkit-formextractor-formextractor-pro.html %%DOCSDIR%%/html/webkit-formextractor-formextractor-qrc.html %%DOCSDIR%%/html/webkit-formextractor-formextractor-ui.html @@ -7330,6 +7708,7 @@ %%DOCSDIR%%/html/webkit-previewer-mainwindow-h.html %%DOCSDIR%%/html/webkit-previewer-previewer-cpp.html %%DOCSDIR%%/html/webkit-previewer-previewer-h.html +%%DOCSDIR%%/html/webkit-previewer-previewer-mobiles-ui.html %%DOCSDIR%%/html/webkit-previewer-previewer-pro.html %%DOCSDIR%%/html/webkit-previewer-previewer-ui.html %%DOCSDIR%%/html/webkit-previewer.html @@ -7339,6 +7718,27 @@ %%DOCSDIR%%/html/webkit-simpleselector-window-h.html %%DOCSDIR%%/html/webkit-simpleselector-window-ui.html %%DOCSDIR%%/html/webkit-simpleselector.html +%%DOCSDIR%%/html/webkit-simplewebplugin-csvfactory-cpp.html +%%DOCSDIR%%/html/webkit-simplewebplugin-csvfactory-h.html +%%DOCSDIR%%/html/webkit-simplewebplugin-csvview-cpp.html +%%DOCSDIR%%/html/webkit-simplewebplugin-csvview-h.html +%%DOCSDIR%%/html/webkit-simplewebplugin-main-cpp.html +%%DOCSDIR%%/html/webkit-simplewebplugin-mainwindow-cpp.html +%%DOCSDIR%%/html/webkit-simplewebplugin-mainwindow-h.html +%%DOCSDIR%%/html/webkit-simplewebplugin-simplewebplugin-pro.html +%%DOCSDIR%%/html/webkit-simplewebplugin-simplewebplugin-qrc.html +%%DOCSDIR%%/html/webkit-simplewebplugin.html +%%DOCSDIR%%/html/webkit-webftpclient-downloader-cpp.html +%%DOCSDIR%%/html/webkit-webftpclient-downloader-h.html +%%DOCSDIR%%/html/webkit-webftpclient-ftpreply-cpp.html +%%DOCSDIR%%/html/webkit-webftpclient-ftpreply-h.html +%%DOCSDIR%%/html/webkit-webftpclient-ftpview-cpp.html +%%DOCSDIR%%/html/webkit-webftpclient-ftpview-h.html +%%DOCSDIR%%/html/webkit-webftpclient-main-cpp.html +%%DOCSDIR%%/html/webkit-webftpclient-networkaccessmanager-cpp.html +%%DOCSDIR%%/html/webkit-webftpclient-networkaccessmanager-h.html +%%DOCSDIR%%/html/webkit-webftpclient-webftpclient-pro.html +%%DOCSDIR%%/html/webkit-webftpclient.html %%DOCSDIR%%/html/webkit-webkit-guide-css-anim-accord-css.html %%DOCSDIR%%/html/webkit-webkit-guide-css-anim-demo-rotate-css.html %%DOCSDIR%%/html/webkit-webkit-guide-css-anim-demo-scale-css.html @@ -7396,12 +7796,26 @@ %%DOCSDIR%%/html/webkit-webkit-guide-js-storage-js.html %%DOCSDIR%%/html/webkit-webkit-guide-webkit-guide-pro.html %%DOCSDIR%%/html/webkit-webkit-guide.html +%%DOCSDIR%%/html/webkit-webplugin-csvfactory-cpp.html +%%DOCSDIR%%/html/webkit-webplugin-csvfactory-h.html +%%DOCSDIR%%/html/webkit-webplugin-csvview-cpp.html +%%DOCSDIR%%/html/webkit-webplugin-csvview-h.html +%%DOCSDIR%%/html/webkit-webplugin-main-cpp.html +%%DOCSDIR%%/html/webkit-webplugin-mainwindow-cpp.html +%%DOCSDIR%%/html/webkit-webplugin-mainwindow-h.html +%%DOCSDIR%%/html/webkit-webplugin-webplugin-pro.html +%%DOCSDIR%%/html/webkit-webplugin-webplugin-qrc.html +%%DOCSDIR%%/html/webkit-webplugin.html %%DOCSDIR%%/html/widgets-analogclock-analogclock-cpp.html %%DOCSDIR%%/html/widgets-analogclock-analogclock-h.html %%DOCSDIR%%/html/widgets-analogclock-analogclock-pro.html %%DOCSDIR%%/html/widgets-analogclock-main-cpp.html %%DOCSDIR%%/html/widgets-analogclock.html %%DOCSDIR%%/html/widgets-and-layouts.html +%%DOCSDIR%%/html/widgets-applicationicon-applicationicon-pro.html +%%DOCSDIR%%/html/widgets-applicationicon-applicationicon-svg.html +%%DOCSDIR%%/html/widgets-applicationicon-main-cpp.html +%%DOCSDIR%%/html/widgets-applicationicon.html %%DOCSDIR%%/html/widgets-calculator-button-cpp.html %%DOCSDIR%%/html/widgets-calculator-button-h.html %%DOCSDIR%%/html/widgets-calculator-calculator-cpp.html @@ -7431,6 +7845,13 @@ %%DOCSDIR%%/html/widgets-digitalclock-digitalclock-pro.html %%DOCSDIR%%/html/widgets-digitalclock-main-cpp.html %%DOCSDIR%%/html/widgets-digitalclock.html +%%DOCSDIR%%/html/widgets-elidedlabel-elidedlabel-cpp.html +%%DOCSDIR%%/html/widgets-elidedlabel-elidedlabel-h.html +%%DOCSDIR%%/html/widgets-elidedlabel-elidedlabel-pro.html +%%DOCSDIR%%/html/widgets-elidedlabel-main-cpp.html +%%DOCSDIR%%/html/widgets-elidedlabel-testwidget-cpp.html +%%DOCSDIR%%/html/widgets-elidedlabel-testwidget-h.html +%%DOCSDIR%%/html/widgets-elidedlabel.html %%DOCSDIR%%/html/widgets-groupbox-groupbox-pro.html %%DOCSDIR%%/html/widgets-groupbox-main-cpp.html %%DOCSDIR%%/html/widgets-groupbox-window-cpp.html @@ -7457,11 +7878,26 @@ %%DOCSDIR%%/html/widgets-lineedits-window-cpp.html %%DOCSDIR%%/html/widgets-lineedits-window-h.html %%DOCSDIR%%/html/widgets-lineedits.html +%%DOCSDIR%%/html/widgets-maemovibration-buttonwidget-cpp.html +%%DOCSDIR%%/html/widgets-maemovibration-buttonwidget-h.html +%%DOCSDIR%%/html/widgets-maemovibration-maemovibration-pro.html +%%DOCSDIR%%/html/widgets-maemovibration-main-cpp.html +%%DOCSDIR%%/html/widgets-maemovibration-mcevibrator-cpp.html +%%DOCSDIR%%/html/widgets-maemovibration-mcevibrator-h.html +%%DOCSDIR%%/html/widgets-maemovibration.html %%DOCSDIR%%/html/widgets-movie-main-cpp.html %%DOCSDIR%%/html/widgets-movie-movie-pro.html %%DOCSDIR%%/html/widgets-movie-movieplayer-cpp.html %%DOCSDIR%%/html/widgets-movie-movieplayer-h.html %%DOCSDIR%%/html/widgets-movie.html +%%DOCSDIR%%/html/widgets-orientation-images-qrc.html +%%DOCSDIR%%/html/widgets-orientation-landscape-ui.html +%%DOCSDIR%%/html/widgets-orientation-main-cpp.html +%%DOCSDIR%%/html/widgets-orientation-mainwindow-cpp.html +%%DOCSDIR%%/html/widgets-orientation-mainwindow-h.html +%%DOCSDIR%%/html/widgets-orientation-orientation-pro.html +%%DOCSDIR%%/html/widgets-orientation-portrait-ui.html +%%DOCSDIR%%/html/widgets-orientation.html %%DOCSDIR%%/html/widgets-scribble-main-cpp.html %%DOCSDIR%%/html/widgets-scribble-mainwindow-cpp.html %%DOCSDIR%%/html/widgets-scribble-mainwindow-h.html @@ -7511,6 +7947,17 @@ %%DOCSDIR%%/html/widgets-stylesheet-stylesheeteditor-h.html %%DOCSDIR%%/html/widgets-stylesheet-stylesheeteditor-ui.html %%DOCSDIR%%/html/widgets-stylesheet.html +%%DOCSDIR%%/html/widgets-symbianvibration-main-cpp.html +%%DOCSDIR%%/html/widgets-symbianvibration-mainwindow-cpp.html +%%DOCSDIR%%/html/widgets-symbianvibration-mainwindow-h.html +%%DOCSDIR%%/html/widgets-symbianvibration-symbianvibration-pro.html +%%DOCSDIR%%/html/widgets-symbianvibration-vibrationsurface-cpp.html +%%DOCSDIR%%/html/widgets-symbianvibration-vibrationsurface-h.html +%%DOCSDIR%%/html/widgets-symbianvibration-xqvibra-cpp.html +%%DOCSDIR%%/html/widgets-symbianvibration-xqvibra-h.html +%%DOCSDIR%%/html/widgets-symbianvibration-xqvibra-p-cpp.html +%%DOCSDIR%%/html/widgets-symbianvibration-xqvibra-p-h.html +%%DOCSDIR%%/html/widgets-symbianvibration.html %%DOCSDIR%%/html/widgets-tablet-main-cpp.html %%DOCSDIR%%/html/widgets-tablet-mainwindow-cpp.html %%DOCSDIR%%/html/widgets-tablet-mainwindow-h.html @@ -7564,7 +8011,6 @@ %%DOCSDIR%%/html/wince-with-qt-introduction.html %%DOCSDIR%%/html/windows-support.html %%DOCSDIR%%/html/windowsce-customization.html -%%DOCSDIR%%/html/windowsce-mobile-support.html %%DOCSDIR%%/html/windowsce-opengl.html %%DOCSDIR%%/html/windowsce-openvg.html %%DOCSDIR%%/html/windowsce-signing.html @@ -7580,6 +8026,7 @@ %%DOCSDIR%%/html/xml-dombookmarks.html %%DOCSDIR%%/html/xml-htmlinfo-htmlinfo-pro.html %%DOCSDIR%%/html/xml-htmlinfo-main-cpp.html +%%DOCSDIR%%/html/xml-htmlinfo-resources-qrc.html %%DOCSDIR%%/html/xml-htmlinfo.html %%DOCSDIR%%/html/xml-namespaces.html %%DOCSDIR%%/html/xml-processing.html @@ -7640,6 +8087,7 @@ %%DOCSDIR%%/html/xmlpatterns-recipes-files-mushroomsoup-xq.html %%DOCSDIR%%/html/xmlpatterns-recipes-files-preparationlessthan30-xq.html %%DOCSDIR%%/html/xmlpatterns-recipes-files-preparationtimes-xq.html +%%DOCSDIR%%/html/xmlpatterns-recipes-forms-querywidget-mobiles-ui.html %%DOCSDIR%%/html/xmlpatterns-recipes-forms-querywidget-ui.html %%DOCSDIR%%/html/xmlpatterns-recipes-main-cpp.html %%DOCSDIR%%/html/xmlpatterns-recipes-querymainwindow-cpp.html @@ -7656,6 +8104,7 @@ %%DOCSDIR%%/html/xmlpatterns-schema-main-cpp.html %%DOCSDIR%%/html/xmlpatterns-schema-mainwindow-cpp.html %%DOCSDIR%%/html/xmlpatterns-schema-mainwindow-h.html +%%DOCSDIR%%/html/xmlpatterns-schema-schema-mobiles-ui.html %%DOCSDIR%%/html/xmlpatterns-schema-schema-pro.html %%DOCSDIR%%/html/xmlpatterns-schema-schema-qrc.html %%DOCSDIR%%/html/xmlpatterns-schema-schema-ui.html @@ -7766,16 +8215,6 @@ @dirrm %%DOCSDIR%%/html/images/used-in-examples/demos/books/images @dirrm %%DOCSDIR%%/html/images/used-in-examples/demos/books @dirrm %%DOCSDIR%%/html/images/used-in-examples/demos -@dirrm %%DOCSDIR%%/html/images/used-in-examples/declarative/ui-components/searchbox/images -@dirrm %%DOCSDIR%%/html/images/used-in-examples/declarative/ui-components/searchbox -@dirrm %%DOCSDIR%%/html/images/used-in-examples/declarative/ui-components -@dirrm %%DOCSDIR%%/html/images/used-in-examples/declarative/toys/dynamicscene/images -@dirrm %%DOCSDIR%%/html/images/used-in-examples/declarative/toys/dynamicscene -@dirrm %%DOCSDIR%%/html/images/used-in-examples/declarative/toys -@dirrm %%DOCSDIR%%/html/images/used-in-examples/declarative/animation/basics/images -@dirrm %%DOCSDIR%%/html/images/used-in-examples/declarative/animation/basics -@dirrm %%DOCSDIR%%/html/images/used-in-examples/declarative/animation -@dirrm %%DOCSDIR%%/html/images/used-in-examples/declarative @dirrm %%DOCSDIR%%/html/images/used-in-examples/animation/easing/images @dirrm %%DOCSDIR%%/html/images/used-in-examples/animation/easing @dirrm %%DOCSDIR%%/html/images/used-in-examples/animation/animatedtiles/images diff --git a/misc/qt4-l10n/pkg-plist b/misc/qt4-l10n/pkg-plist index bac1e403444..c6486906655 100644 --- a/misc/qt4-l10n/pkg-plist +++ b/misc/qt4-l10n/pkg-plist @@ -61,6 +61,7 @@ share/qt4/translations/qt_help_zh_TW.qm share/qt4/translations/qt_hu.qm share/qt4/translations/qt_ja.qm share/qt4/translations/qt_ko.qm +share/qt4/translations/qt_lt.qm share/qt4/translations/qt_pl.qm share/qt4/translations/qt_pt.qm share/qt4/translations/qt_ru.qm diff --git a/misc/qt4-qtdemo/pkg-plist b/misc/qt4-qtdemo/pkg-plist index 94e421fb91f..566add54663 100644 --- a/misc/qt4-qtdemo/pkg-plist +++ b/misc/qt4-qtdemo/pkg-plist @@ -186,170 +186,245 @@ share/examples/qt4/demos/composition/composition.qrc share/examples/qt4/demos/composition/flower.jpg share/examples/qt4/demos/composition/flower_alpha.jpg share/examples/qt4/demos/composition/main.cpp -share/examples/qt4/demos/declarative/calculator/Core/Button.qml -share/examples/qt4/demos/declarative/calculator/Core/Display.qml -share/examples/qt4/demos/declarative/calculator/Core/calculator.js -share/examples/qt4/demos/declarative/calculator/Core/images/button-.png -share/examples/qt4/demos/declarative/calculator/Core/images/button-blue.png -share/examples/qt4/demos/declarative/calculator/Core/images/button-green.png -share/examples/qt4/demos/declarative/calculator/Core/images/button-purple.png -share/examples/qt4/demos/declarative/calculator/Core/images/button-red.png -share/examples/qt4/demos/declarative/calculator/Core/images/display.png -share/examples/qt4/demos/declarative/calculator/Core/qmldir -share/examples/qt4/demos/declarative/calculator/calculator.qml +share/examples/qt4/demos/declarative/calculator/calculator +%%DEBUG%%share/examples/qt4/demos/declarative/calculator/calculator.debug +share/examples/qt4/demos/declarative/calculator/calculator.desktop +share/examples/qt4/demos/declarative/calculator/calculator.pro share/examples/qt4/demos/declarative/calculator/calculator.qmlproject -share/examples/qt4/demos/declarative/flickr/common/Progress.qml -share/examples/qt4/demos/declarative/flickr/common/RssModel.qml -share/examples/qt4/demos/declarative/flickr/common/ScrollBar.qml -share/examples/qt4/demos/declarative/flickr/common/Slider.qml -share/examples/qt4/demos/declarative/flickr/common/qmldir -share/examples/qt4/demos/declarative/flickr/flickr-90.qml -share/examples/qt4/demos/declarative/flickr/flickr.qml +share/examples/qt4/demos/declarative/calculator/calculator.svg +share/examples/qt4/demos/declarative/calculator/calculator64.png +share/examples/qt4/demos/declarative/calculator/calculator80.png +share/examples/qt4/demos/declarative/calculator/calculator_harmattan.desktop +share/examples/qt4/demos/declarative/calculator/main.cpp +share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/Button.qml +share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/Display.qml +share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/calculator.js +share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-.png +share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-blue.png +share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-green.png +share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-purple.png +share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-red.png +share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/images/display.png +share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/qmldir +share/examples/qt4/demos/declarative/calculator/qml/calculator/calculator.qml +share/examples/qt4/demos/declarative/flickr/flickr +%%DEBUG%%share/examples/qt4/demos/declarative/flickr/flickr.debug +share/examples/qt4/demos/declarative/flickr/flickr.desktop +share/examples/qt4/demos/declarative/flickr/flickr.pro share/examples/qt4/demos/declarative/flickr/flickr.qmlproject -share/examples/qt4/demos/declarative/flickr/mobile/Button.qml -share/examples/qt4/demos/declarative/flickr/mobile/GridDelegate.qml -share/examples/qt4/demos/declarative/flickr/mobile/ImageDetails.qml -share/examples/qt4/demos/declarative/flickr/mobile/ListDelegate.qml -share/examples/qt4/demos/declarative/flickr/mobile/TitleBar.qml -share/examples/qt4/demos/declarative/flickr/mobile/ToolBar.qml -share/examples/qt4/demos/declarative/flickr/mobile/images/gloss.png -share/examples/qt4/demos/declarative/flickr/mobile/images/lineedit.png -share/examples/qt4/demos/declarative/flickr/mobile/images/lineedit.sci -share/examples/qt4/demos/declarative/flickr/mobile/images/quit.png -share/examples/qt4/demos/declarative/flickr/mobile/images/stripes.png -share/examples/qt4/demos/declarative/flickr/mobile/images/titlebar.png -share/examples/qt4/demos/declarative/flickr/mobile/images/titlebar.sci -share/examples/qt4/demos/declarative/flickr/mobile/images/toolbutton.png -share/examples/qt4/demos/declarative/flickr/mobile/images/toolbutton.sci -share/examples/qt4/demos/declarative/minehunt/MinehuntCore/Explosion.qml -share/examples/qt4/demos/declarative/minehunt/MinehuntCore/Tile.qml -share/examples/qt4/demos/declarative/minehunt/MinehuntCore/pics/back.png -share/examples/qt4/demos/declarative/minehunt/MinehuntCore/pics/background.png -share/examples/qt4/demos/declarative/minehunt/MinehuntCore/pics/bomb-color.png -share/examples/qt4/demos/declarative/minehunt/MinehuntCore/pics/bomb.png -share/examples/qt4/demos/declarative/minehunt/MinehuntCore/pics/face-sad.png -share/examples/qt4/demos/declarative/minehunt/MinehuntCore/pics/face-smile-big.png -share/examples/qt4/demos/declarative/minehunt/MinehuntCore/pics/face-smile.png -share/examples/qt4/demos/declarative/minehunt/MinehuntCore/pics/flag-color.png -share/examples/qt4/demos/declarative/minehunt/MinehuntCore/pics/flag.png -share/examples/qt4/demos/declarative/minehunt/MinehuntCore/pics/front.png -share/examples/qt4/demos/declarative/minehunt/MinehuntCore/pics/quit.png -share/examples/qt4/demos/declarative/minehunt/MinehuntCore/pics/star.png -share/examples/qt4/demos/declarative/minehunt/MinehuntCore/qmldir +share/examples/qt4/demos/declarative/flickr/flickr.svg +share/examples/qt4/demos/declarative/flickr/flickr64.png +share/examples/qt4/demos/declarative/flickr/flickr80.png +share/examples/qt4/demos/declarative/flickr/flickr_harmattan.desktop +share/examples/qt4/demos/declarative/flickr/main.cpp +share/examples/qt4/demos/declarative/flickr/qml/flickr/common/Progress.qml +share/examples/qt4/demos/declarative/flickr/qml/flickr/common/RssModel.qml +share/examples/qt4/demos/declarative/flickr/qml/flickr/common/ScrollBar.qml +share/examples/qt4/demos/declarative/flickr/qml/flickr/common/Slider.qml +share/examples/qt4/demos/declarative/flickr/qml/flickr/common/qmldir +share/examples/qt4/demos/declarative/flickr/qml/flickr/flickr-90.qml +share/examples/qt4/demos/declarative/flickr/qml/flickr/flickr.qml +share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/Button.qml +share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/GridDelegate.qml +share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/ImageDetails.qml +share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/ListDelegate.qml +share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/TitleBar.qml +share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/ToolBar.qml +share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images/gloss.png +share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images/lineedit.png +share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images/lineedit.sci +share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images/quit.png +share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images/stripes.png +share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images/titlebar.png +share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images/titlebar.sci +share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images/toolbutton.png +share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images/toolbutton.sci +share/examples/qt4/demos/declarative/minehunt/main.cpp share/examples/qt4/demos/declarative/minehunt/minehunt +share/examples/qt4/demos/declarative/minehunt/minehunt.cpp %%DEBUG%%share/examples/qt4/demos/declarative/minehunt/minehunt.debug +share/examples/qt4/demos/declarative/minehunt/minehunt.h share/examples/qt4/demos/declarative/minehunt/minehunt.pro -share/examples/qt4/demos/declarative/minehunt/minehunt.qml -share/examples/qt4/demos/declarative/photoviewer/PhotoViewerCore/AlbumDelegate.qml -share/examples/qt4/demos/declarative/photoviewer/PhotoViewerCore/BusyIndicator.qml -share/examples/qt4/demos/declarative/photoviewer/PhotoViewerCore/Button.qml -share/examples/qt4/demos/declarative/photoviewer/PhotoViewerCore/EditableButton.qml -share/examples/qt4/demos/declarative/photoviewer/PhotoViewerCore/PhotoDelegate.qml -share/examples/qt4/demos/declarative/photoviewer/PhotoViewerCore/ProgressBar.qml -share/examples/qt4/demos/declarative/photoviewer/PhotoViewerCore/RssModel.qml -share/examples/qt4/demos/declarative/photoviewer/PhotoViewerCore/Tag.qml -share/examples/qt4/demos/declarative/photoviewer/PhotoViewerCore/images/box-shadow.png -share/examples/qt4/demos/declarative/photoviewer/PhotoViewerCore/images/busy.png -share/examples/qt4/demos/declarative/photoviewer/PhotoViewerCore/images/cardboard.png -share/examples/qt4/demos/declarative/photoviewer/PhotoViewerCore/qmldir -share/examples/qt4/demos/declarative/photoviewer/PhotoViewerCore/script/script.js -share/examples/qt4/demos/declarative/photoviewer/i18n/base.ts -share/examples/qt4/demos/declarative/photoviewer/i18n/qml_fr.qm -share/examples/qt4/demos/declarative/photoviewer/i18n/qml_fr.ts -share/examples/qt4/demos/declarative/photoviewer/photoviewer.qml +share/examples/qt4/demos/declarative/minehunt/minehunt.qmlproject +share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/Explosion.qml +share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/Tile.qml +share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/back.png +share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/background.png +share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/bomb-color.png +share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/bomb.png +share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/face-sad.png +share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/face-smile-big.png +share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/face-smile.png +share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/flag-color.png +share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/flag.png +share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/front.png +share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/quit.png +share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/star.png +share/examples/qt4/demos/declarative/minehunt/qml/minehunt/minehunt.qml +share/examples/qt4/demos/declarative/photoviewer/main.cpp +share/examples/qt4/demos/declarative/photoviewer/photoviewer +%%DEBUG%%share/examples/qt4/demos/declarative/photoviewer/photoviewer.debug +share/examples/qt4/demos/declarative/photoviewer/photoviewer.desktop +share/examples/qt4/demos/declarative/photoviewer/photoviewer.pro share/examples/qt4/demos/declarative/photoviewer/photoviewer.qmlproject -share/examples/qt4/demos/declarative/rssnews/content/BusyIndicator.qml -share/examples/qt4/demos/declarative/rssnews/content/CategoryDelegate.qml -share/examples/qt4/demos/declarative/rssnews/content/NewsDelegate.qml -share/examples/qt4/demos/declarative/rssnews/content/RssFeeds.qml -share/examples/qt4/demos/declarative/rssnews/content/ScrollBar.qml -share/examples/qt4/demos/declarative/rssnews/content/images/busy.png -share/examples/qt4/demos/declarative/rssnews/content/images/scrollbar.png -share/examples/qt4/demos/declarative/rssnews/rssnews.qml +share/examples/qt4/demos/declarative/photoviewer/photoviewer.svg +share/examples/qt4/demos/declarative/photoviewer/photoviewer64.png +share/examples/qt4/demos/declarative/photoviewer/photoviewer80.png +share/examples/qt4/demos/declarative/photoviewer/photoviewer_harmattan.desktop +share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/AlbumDelegate.qml +share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/BusyIndicator.qml +share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/Button.qml +share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/EditableButton.qml +share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/PhotoDelegate.qml +share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/ProgressBar.qml +share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/RssModel.qml +share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/Tag.qml +share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/images/box-shadow.png +share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/images/busy.png +share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/images/cardboard.png +share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/qmldir +share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/script/script.js +share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/i18n/base.ts +share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/i18n/qml_fr.qm +share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/i18n/qml_fr.ts +share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/photoviewer.qml +share/examples/qt4/demos/declarative/rssnews/main.cpp +share/examples/qt4/demos/declarative/rssnews/qml/rssnews/content/BusyIndicator.qml +share/examples/qt4/demos/declarative/rssnews/qml/rssnews/content/CategoryDelegate.qml +share/examples/qt4/demos/declarative/rssnews/qml/rssnews/content/NewsDelegate.qml +share/examples/qt4/demos/declarative/rssnews/qml/rssnews/content/RssFeeds.qml +share/examples/qt4/demos/declarative/rssnews/qml/rssnews/content/ScrollBar.qml +share/examples/qt4/demos/declarative/rssnews/qml/rssnews/content/images/busy.png +share/examples/qt4/demos/declarative/rssnews/qml/rssnews/content/images/scrollbar.png +share/examples/qt4/demos/declarative/rssnews/qml/rssnews/rssnews.qml +share/examples/qt4/demos/declarative/rssnews/rssnews +%%DEBUG%%share/examples/qt4/demos/declarative/rssnews/rssnews.debug +share/examples/qt4/demos/declarative/rssnews/rssnews.desktop +share/examples/qt4/demos/declarative/rssnews/rssnews.pro share/examples/qt4/demos/declarative/rssnews/rssnews.qmlproject -share/examples/qt4/demos/declarative/samegame/SamegameCore/BoomBlock.qml -share/examples/qt4/demos/declarative/samegame/SamegameCore/Button.qml -share/examples/qt4/demos/declarative/samegame/SamegameCore/Dialog.qml -share/examples/qt4/demos/declarative/samegame/SamegameCore/pics/background.png -share/examples/qt4/demos/declarative/samegame/SamegameCore/pics/blueStar.png -share/examples/qt4/demos/declarative/samegame/SamegameCore/pics/blueStone.png -share/examples/qt4/demos/declarative/samegame/SamegameCore/pics/greenStar.png -share/examples/qt4/demos/declarative/samegame/SamegameCore/pics/greenStone.png -share/examples/qt4/demos/declarative/samegame/SamegameCore/pics/redStar.png -share/examples/qt4/demos/declarative/samegame/SamegameCore/pics/redStone.png -share/examples/qt4/demos/declarative/samegame/SamegameCore/pics/star.png -share/examples/qt4/demos/declarative/samegame/SamegameCore/pics/yellowStone.png -share/examples/qt4/demos/declarative/samegame/SamegameCore/qmldir -share/examples/qt4/demos/declarative/samegame/SamegameCore/samegame.js -share/examples/qt4/demos/declarative/samegame/highscores/README -share/examples/qt4/demos/declarative/samegame/highscores/score_data.xml -share/examples/qt4/demos/declarative/samegame/highscores/score_style.xsl -share/examples/qt4/demos/declarative/samegame/highscores/scores.php -share/examples/qt4/demos/declarative/samegame/samegame.qml +share/examples/qt4/demos/declarative/rssnews/rssnews.svg +share/examples/qt4/demos/declarative/rssnews/rssnews64.png +share/examples/qt4/demos/declarative/rssnews/rssnews80.png +share/examples/qt4/demos/declarative/rssnews/rssnews_harmattan.desktop +share/examples/qt4/demos/declarative/samegame/main.cpp +share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/BoomBlock.qml +share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/Button.qml +share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/Dialog.qml +share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics/background.png +share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics/blueStar.png +share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics/blueStone.png +share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics/greenStar.png +share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics/greenStone.png +share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics/redStar.png +share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics/redStone.png +share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics/star.png +share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics/yellowStone.png +share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/qmldir +share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/samegame.js +share/examples/qt4/demos/declarative/samegame/qml/samegame/highscores/README +share/examples/qt4/demos/declarative/samegame/qml/samegame/highscores/score_data.xml +share/examples/qt4/demos/declarative/samegame/qml/samegame/highscores/score_style.xsl +share/examples/qt4/demos/declarative/samegame/qml/samegame/highscores/scores.php +share/examples/qt4/demos/declarative/samegame/qml/samegame/samegame.qml +share/examples/qt4/demos/declarative/samegame/samegame +%%DEBUG%%share/examples/qt4/demos/declarative/samegame/samegame.debug +share/examples/qt4/demos/declarative/samegame/samegame.desktop +share/examples/qt4/demos/declarative/samegame/samegame.pro share/examples/qt4/demos/declarative/samegame/samegame.qmlproject -share/examples/qt4/demos/declarative/snake/content/Button.qml -share/examples/qt4/demos/declarative/snake/content/Cookie.qml -share/examples/qt4/demos/declarative/snake/content/HighScoreModel.qml -share/examples/qt4/demos/declarative/snake/content/Link.qml -share/examples/qt4/demos/declarative/snake/content/Skull.qml -share/examples/qt4/demos/declarative/snake/content/pics/README -share/examples/qt4/demos/declarative/snake/content/pics/background.png -share/examples/qt4/demos/declarative/snake/content/pics/blueStar.png -share/examples/qt4/demos/declarative/snake/content/pics/blueStone.png -share/examples/qt4/demos/declarative/snake/content/pics/cookie.png -share/examples/qt4/demos/declarative/snake/content/pics/eyes.svg -share/examples/qt4/demos/declarative/snake/content/pics/head.png -share/examples/qt4/demos/declarative/snake/content/pics/head.svg -share/examples/qt4/demos/declarative/snake/content/pics/pause.png -share/examples/qt4/demos/declarative/snake/content/pics/redStar.png -share/examples/qt4/demos/declarative/snake/content/pics/redStone.png -share/examples/qt4/demos/declarative/snake/content/pics/skull.png -share/examples/qt4/demos/declarative/snake/content/pics/snake.jpg -share/examples/qt4/demos/declarative/snake/content/pics/star.png -share/examples/qt4/demos/declarative/snake/content/pics/stoneShadow.png -share/examples/qt4/demos/declarative/snake/content/pics/yellowStar.png -share/examples/qt4/demos/declarative/snake/content/pics/yellowStone.png -share/examples/qt4/demos/declarative/snake/content/snake.js -share/examples/qt4/demos/declarative/snake/snake.qml +share/examples/qt4/demos/declarative/samegame/samegame.svg +share/examples/qt4/demos/declarative/samegame/samegame64.png +share/examples/qt4/demos/declarative/samegame/samegame80.png +share/examples/qt4/demos/declarative/samegame/samegame_harmattan.desktop +share/examples/qt4/demos/declarative/snake/main.cpp +share/examples/qt4/demos/declarative/snake/qml/snake/content/Button.qml +share/examples/qt4/demos/declarative/snake/qml/snake/content/Cookie.qml +share/examples/qt4/demos/declarative/snake/qml/snake/content/HighScoreModel.qml +share/examples/qt4/demos/declarative/snake/qml/snake/content/Link.qml +share/examples/qt4/demos/declarative/snake/qml/snake/content/Skull.qml +share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/README +share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/background.png +share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/blueStar.png +share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/blueStone.png +share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/cookie.png +share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/eyes.svg +share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/head.png +share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/head.svg +share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/pause.png +share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/redStar.png +share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/redStone.png +share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/skull.png +share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/snake.jpg +share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/star.png +share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/stoneShadow.png +share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/yellowStar.png +share/examples/qt4/demos/declarative/snake/qml/snake/content/pics/yellowStone.png +share/examples/qt4/demos/declarative/snake/qml/snake/content/snake.js +share/examples/qt4/demos/declarative/snake/qml/snake/snake.qml +share/examples/qt4/demos/declarative/snake/snake +%%DEBUG%%share/examples/qt4/demos/declarative/snake/snake.debug +share/examples/qt4/demos/declarative/snake/snake.desktop +share/examples/qt4/demos/declarative/snake/snake.pro share/examples/qt4/demos/declarative/snake/snake.qmlproject -share/examples/qt4/demos/declarative/twitter/TwitterCore/Button.qml -share/examples/qt4/demos/declarative/twitter/TwitterCore/FatDelegate.qml -share/examples/qt4/demos/declarative/twitter/TwitterCore/Input.qml -share/examples/qt4/demos/declarative/twitter/TwitterCore/Loading.qml -share/examples/qt4/demos/declarative/twitter/TwitterCore/MultiTitleBar.qml -share/examples/qt4/demos/declarative/twitter/TwitterCore/RssModel.qml -share/examples/qt4/demos/declarative/twitter/TwitterCore/SearchView.qml -share/examples/qt4/demos/declarative/twitter/TwitterCore/TitleBar.qml -share/examples/qt4/demos/declarative/twitter/TwitterCore/ToolBar.qml -share/examples/qt4/demos/declarative/twitter/TwitterCore/UserModel.qml -share/examples/qt4/demos/declarative/twitter/TwitterCore/images/gloss.png -share/examples/qt4/demos/declarative/twitter/TwitterCore/images/lineedit.png -share/examples/qt4/demos/declarative/twitter/TwitterCore/images/lineedit.sci -share/examples/qt4/demos/declarative/twitter/TwitterCore/images/loading.png -share/examples/qt4/demos/declarative/twitter/TwitterCore/images/quit.png -share/examples/qt4/demos/declarative/twitter/TwitterCore/images/stripes.png -share/examples/qt4/demos/declarative/twitter/TwitterCore/images/titlebar.png -share/examples/qt4/demos/declarative/twitter/TwitterCore/images/titlebar.sci -share/examples/qt4/demos/declarative/twitter/TwitterCore/images/toolbutton.png -share/examples/qt4/demos/declarative/twitter/TwitterCore/images/toolbutton.sci -share/examples/qt4/demos/declarative/twitter/TwitterCore/qmldir -share/examples/qt4/demos/declarative/twitter/twitter.qml +share/examples/qt4/demos/declarative/snake/snake.svg +share/examples/qt4/demos/declarative/snake/snake64.png +share/examples/qt4/demos/declarative/snake/snake80.png +share/examples/qt4/demos/declarative/snake/snake_harmattan.desktop +share/examples/qt4/demos/declarative/twitter/main.cpp +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/Button.qml +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/FatDelegate.qml +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/Input.qml +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/Loading.qml +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/MultiTitleBar.qml +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/RssModel.qml +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/SearchView.qml +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/TitleBar.qml +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/ToolBar.qml +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/UserModel.qml +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/gloss.png +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/lineedit.png +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/lineedit.sci +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/loading.png +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/quit.png +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/stripes.png +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/titlebar.png +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/titlebar.sci +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/toolbutton.png +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images/toolbutton.sci +share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/qmldir +share/examples/qt4/demos/declarative/twitter/qml/twitter/twitter.qml +share/examples/qt4/demos/declarative/twitter/twitter +%%DEBUG%%share/examples/qt4/demos/declarative/twitter/twitter.debug +share/examples/qt4/demos/declarative/twitter/twitter.desktop +share/examples/qt4/demos/declarative/twitter/twitter.pro share/examples/qt4/demos/declarative/twitter/twitter.qmlproject -share/examples/qt4/demos/declarative/webbrowser/content/Button.qml -share/examples/qt4/demos/declarative/webbrowser/content/FlickableWebView.qml -share/examples/qt4/demos/declarative/webbrowser/content/Header.qml -share/examples/qt4/demos/declarative/webbrowser/content/ScrollBar.qml -share/examples/qt4/demos/declarative/webbrowser/content/UrlInput.qml -share/examples/qt4/demos/declarative/webbrowser/content/pics/display.png -share/examples/qt4/demos/declarative/webbrowser/content/pics/edit-delete.png -share/examples/qt4/demos/declarative/webbrowser/content/pics/go-jump-locationbar.png -share/examples/qt4/demos/declarative/webbrowser/content/pics/go-next-view.png -share/examples/qt4/demos/declarative/webbrowser/content/pics/go-previous-view.png -share/examples/qt4/demos/declarative/webbrowser/content/pics/scrollbar.png -share/examples/qt4/demos/declarative/webbrowser/content/pics/titlebar-bg.png -share/examples/qt4/demos/declarative/webbrowser/content/pics/view-refresh.png -share/examples/qt4/demos/declarative/webbrowser/webbrowser.qml +share/examples/qt4/demos/declarative/twitter/twitter.svg +share/examples/qt4/demos/declarative/twitter/twitter64.png +share/examples/qt4/demos/declarative/twitter/twitter80.png +share/examples/qt4/demos/declarative/twitter/twitter_harmattan.desktop +share/examples/qt4/demos/declarative/webbrowser/main.cpp +share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/Button.qml +share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/FlickableWebView.qml +share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/Header.qml +share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/ScrollBar.qml +share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/UrlInput.qml +share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/pics/display.png +share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/pics/edit-delete.png +share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/pics/go-jump-locationbar.png +share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/pics/go-next-view.png +share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/pics/go-previous-view.png +share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/pics/scrollbar.png +share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/pics/titlebar-bg.png +share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/pics/view-refresh.png +share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/webbrowser.qml +share/examples/qt4/demos/declarative/webbrowser/webbrowser +%%DEBUG%%share/examples/qt4/demos/declarative/webbrowser/webbrowser.debug +share/examples/qt4/demos/declarative/webbrowser/webbrowser.desktop +share/examples/qt4/demos/declarative/webbrowser/webbrowser.pro share/examples/qt4/demos/declarative/webbrowser/webbrowser.qmlproject +share/examples/qt4/demos/declarative/webbrowser/webbrowser.svg +share/examples/qt4/demos/declarative/webbrowser/webbrowser64.png +share/examples/qt4/demos/declarative/webbrowser/webbrowser80.png +share/examples/qt4/demos/declarative/webbrowser/webbrowser_harmattan.desktop share/examples/qt4/demos/deform/deform %%DEBUG%%share/examples/qt4/demos/deform/deform.debug share/examples/qt4/demos/deform/deform.pro @@ -370,6 +445,13 @@ share/examples/qt4/demos/embeddeddialogs/embeddeddialogs share/examples/qt4/demos/embeddeddialogs/embeddeddialogs.pro share/examples/qt4/demos/embeddeddialogs/embeddeddialogs.qrc share/examples/qt4/demos/embeddeddialogs/main.cpp +share/examples/qt4/demos/glhypnotizer/glhypnotizer +%%DEBUG%%share/examples/qt4/demos/glhypnotizer/glhypnotizer.debug +share/examples/qt4/demos/glhypnotizer/glhypnotizer.pro +share/examples/qt4/demos/glhypnotizer/hypnotizer.qrc +share/examples/qt4/demos/glhypnotizer/main.cpp +share/examples/qt4/demos/glhypnotizer/qt-logo.png +share/examples/qt4/demos/glhypnotizer/spiral.svg share/examples/qt4/demos/gradients/gradients share/examples/qt4/demos/gradients/gradients.cpp %%DEBUG%%share/examples/qt4/demos/gradients/gradients.debug @@ -378,6 +460,9 @@ share/examples/qt4/demos/gradients/gradients.html share/examples/qt4/demos/gradients/gradients.pro share/examples/qt4/demos/gradients/gradients.qrc share/examples/qt4/demos/gradients/main.cpp +share/examples/qt4/demos/helper/qmlapplicationviewer/qmlapplicationviewer.cpp +share/examples/qt4/demos/helper/qmlapplicationviewer/qmlapplicationviewer.h +share/examples/qt4/demos/helper/qmlapplicationviewer/qmlapplicationviewer.pri share/examples/qt4/demos/interview/README share/examples/qt4/demos/interview/images/folder.png share/examples/qt4/demos/interview/images/interview.png @@ -802,6 +887,8 @@ share/examples/qt4/examples/animation/stickman/lifecycle.h share/examples/qt4/examples/animation/stickman/main.cpp share/examples/qt4/examples/animation/stickman/node.cpp share/examples/qt4/examples/animation/stickman/node.h +share/examples/qt4/examples/animation/stickman/rectbutton.cpp +share/examples/qt4/examples/animation/stickman/rectbutton.h share/examples/qt4/examples/animation/stickman/stickman share/examples/qt4/examples/animation/stickman/stickman.cpp %%DEBUG%%share/examples/qt4/examples/animation/stickman/stickman.debug @@ -868,27 +955,62 @@ share/examples/qt4/examples/dbus/remotecontrolledcar/controller/controller.pro share/examples/qt4/examples/dbus/remotecontrolledcar/controller/controller.ui share/examples/qt4/examples/dbus/remotecontrolledcar/controller/main.cpp share/examples/qt4/examples/dbus/remotecontrolledcar/remotecontrolledcar.pro -share/examples/qt4/examples/declarative/animation/animation.qmlproject -share/examples/qt4/examples/declarative/animation/basics/basics.qmlproject -share/examples/qt4/examples/declarative/animation/basics/color-animation.qml -share/examples/qt4/examples/declarative/animation/basics/images/face-smile.png -share/examples/qt4/examples/declarative/animation/basics/images/moon.png -share/examples/qt4/examples/declarative/animation/basics/images/shadow.png -share/examples/qt4/examples/declarative/animation/basics/images/star.png -share/examples/qt4/examples/declarative/animation/basics/images/sun.png -share/examples/qt4/examples/declarative/animation/basics/property-animation.qml -share/examples/qt4/examples/declarative/animation/behaviors/SideRect.qml -share/examples/qt4/examples/declarative/animation/behaviors/behavior-example.qml -share/examples/qt4/examples/declarative/animation/behaviors/behaviors.qmlproject -share/examples/qt4/examples/declarative/animation/behaviors/wigglytext.qml -share/examples/qt4/examples/declarative/animation/easing/content/QuitButton.qml -share/examples/qt4/examples/declarative/animation/easing/content/quit.png +share/examples/qt4/examples/declarative/animation/basics/color-animation/basics.qmlproject +share/examples/qt4/examples/declarative/animation/basics/color-animation/color-animation +%%DEBUG%%share/examples/qt4/examples/declarative/animation/basics/color-animation/color-animation.debug +share/examples/qt4/examples/declarative/animation/basics/color-animation/color-animation.png +share/examples/qt4/examples/declarative/animation/basics/color-animation/color-animation.pro +share/examples/qt4/examples/declarative/animation/basics/color-animation/color-animation.svg +share/examples/qt4/examples/declarative/animation/basics/color-animation/main.cpp +share/examples/qt4/examples/declarative/animation/basics/color-animation/qml/color-animation/color-animation.qml +share/examples/qt4/examples/declarative/animation/basics/color-animation/qml/color-animation/images/face-smile.png +share/examples/qt4/examples/declarative/animation/basics/color-animation/qml/color-animation/images/moon.png +share/examples/qt4/examples/declarative/animation/basics/color-animation/qml/color-animation/images/shadow.png +share/examples/qt4/examples/declarative/animation/basics/color-animation/qml/color-animation/images/star.png +share/examples/qt4/examples/declarative/animation/basics/color-animation/qml/color-animation/images/sun.png +share/examples/qt4/examples/declarative/animation/basics/property-animation/main.cpp +share/examples/qt4/examples/declarative/animation/basics/property-animation/property-animation +%%DEBUG%%share/examples/qt4/examples/declarative/animation/basics/property-animation/property-animation.debug +share/examples/qt4/examples/declarative/animation/basics/property-animation/property-animation.png +share/examples/qt4/examples/declarative/animation/basics/property-animation/property-animation.pro +share/examples/qt4/examples/declarative/animation/basics/property-animation/property-animation.svg +share/examples/qt4/examples/declarative/animation/basics/property-animation/property.qmlproject +share/examples/qt4/examples/declarative/animation/basics/property-animation/qml/property-animation/images/face-smile.png +share/examples/qt4/examples/declarative/animation/basics/property-animation/qml/property-animation/images/moon.png +share/examples/qt4/examples/declarative/animation/basics/property-animation/qml/property-animation/images/shadow.png +share/examples/qt4/examples/declarative/animation/basics/property-animation/qml/property-animation/images/star.png +share/examples/qt4/examples/declarative/animation/basics/property-animation/qml/property-animation/images/sun.png +share/examples/qt4/examples/declarative/animation/basics/property-animation/qml/property-animation/property-animation.qml +share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/behavior-example +%%DEBUG%%share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/behavior-example.debug +share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/behavior-example.png +share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/behavior-example.pro +share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/behavior-example.svg +share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/behaviors.qmlproject +share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/main.cpp +share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/qml/behaviours/SideRect.qml +share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/qml/behaviours/behavior-example.qml +share/examples/qt4/examples/declarative/animation/easing/easing +%%DEBUG%%share/examples/qt4/examples/declarative/animation/easing/easing.debug +share/examples/qt4/examples/declarative/animation/easing/easing.png +share/examples/qt4/examples/declarative/animation/easing/easing.pro share/examples/qt4/examples/declarative/animation/easing/easing.qml share/examples/qt4/examples/declarative/animation/easing/easing.qmlproject -share/examples/qt4/examples/declarative/animation/states/qt-logo.png -share/examples/qt4/examples/declarative/animation/states/states.qml +share/examples/qt4/examples/declarative/animation/easing/easing.svg +share/examples/qt4/examples/declarative/animation/easing/main.cpp +share/examples/qt4/examples/declarative/animation/easing/qml/easing/content/QuitButton.qml +share/examples/qt4/examples/declarative/animation/easing/qml/easing/content/quit.png +share/examples/qt4/examples/declarative/animation/easing/qml/easing/easing.qml +share/examples/qt4/examples/declarative/animation/states/main.cpp +share/examples/qt4/examples/declarative/animation/states/qml/states/qt-logo.png +share/examples/qt4/examples/declarative/animation/states/qml/states/states.qml +share/examples/qt4/examples/declarative/animation/states/qml/states/transitions.qml +share/examples/qt4/examples/declarative/animation/states/states +%%DEBUG%%share/examples/qt4/examples/declarative/animation/states/states.debug +share/examples/qt4/examples/declarative/animation/states/states.png +share/examples/qt4/examples/declarative/animation/states/states.pro share/examples/qt4/examples/declarative/animation/states/states.qmlproject -share/examples/qt4/examples/declarative/animation/states/transitions.qml +share/examples/qt4/examples/declarative/animation/states/states.svg share/examples/qt4/examples/declarative/cppextensions/Makefile share/examples/qt4/examples/declarative/cppextensions/cppextensions.pro share/examples/qt4/examples/declarative/cppextensions/cppextensions.qmlproject @@ -907,7 +1029,7 @@ share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactor share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.pro share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.qmlproject share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.qrc -share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory/view.qml +share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory/qml/networkaccessmanagerfactory/view.qml share/examples/qt4/examples/declarative/cppextensions/plugins/Makefile share/examples/qt4/examples/declarative/cppextensions/plugins/README share/examples/qt4/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/Clock.qml @@ -918,10 +1040,15 @@ share/examples/qt4/examples/declarative/cppextensions/plugins/com/nokia/TimeExam %%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/libqmlqtimeexampleplugin.so.debug share/examples/qt4/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/minute.png share/examples/qt4/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/qmldir +share/examples/qt4/examples/declarative/cppextensions/plugins/libqmlqwidgetsplugin.so +%%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/plugins/libqmlqwidgetsplugin.so.debug share/examples/qt4/examples/declarative/cppextensions/plugins/plugin.cpp share/examples/qt4/examples/declarative/cppextensions/plugins/plugins.pro share/examples/qt4/examples/declarative/cppextensions/plugins/plugins.qml share/examples/qt4/examples/declarative/cppextensions/plugins/plugins.qmlproject +share/examples/qt4/examples/declarative/cppextensions/plugins/qwidgets.cpp +share/examples/qt4/examples/declarative/cppextensions/plugins/qwidgets.pro +share/examples/qt4/examples/declarative/cppextensions/plugins/qwidgets.qml share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/Makefile share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/Makefile share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem @@ -939,7 +1066,7 @@ share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphics share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout %%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout.debug share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout.pro -share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout.qml +share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qml/qgraphicsgridlayout/qgraphicsgridlayout.qml share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslayouts.pro share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslayouts.qmlproject share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/Makefile @@ -950,7 +1077,7 @@ share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphics share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout %%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.debug share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.pro -share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.qml +share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qml/qgraphicslinearlayout/qgraphicslinearlayout.qml share/examples/qt4/examples/declarative/cppextensions/qwidgets/Makefile share/examples/qt4/examples/declarative/cppextensions/qwidgets/QWidgets/libqmlqwidgetsplugin.so %%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/qwidgets/QWidgets/libqmlqwidgetsplugin.so.debug @@ -1084,329 +1211,700 @@ share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesou %%DEBUG%%share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesource/valuesource.debug share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesource/valuesource.pro share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesource/valuesource.qrc -share/examples/qt4/examples/declarative/extending/adding/adding -%%DEBUG%%share/examples/qt4/examples/declarative/extending/adding/adding.debug -share/examples/qt4/examples/declarative/extending/adding/adding.pro -share/examples/qt4/examples/declarative/extending/adding/adding.qrc -share/examples/qt4/examples/declarative/extending/adding/main.cpp -share/examples/qt4/examples/declarative/extending/adding/person.cpp -share/examples/qt4/examples/declarative/extending/adding/person.h -share/examples/qt4/examples/declarative/extending/attached/attached -%%DEBUG%%share/examples/qt4/examples/declarative/extending/attached/attached.debug -share/examples/qt4/examples/declarative/extending/attached/attached.pro -share/examples/qt4/examples/declarative/extending/attached/attached.qrc -share/examples/qt4/examples/declarative/extending/attached/birthdayparty.cpp -share/examples/qt4/examples/declarative/extending/attached/birthdayparty.h -share/examples/qt4/examples/declarative/extending/attached/main.cpp -share/examples/qt4/examples/declarative/extending/attached/person.cpp -share/examples/qt4/examples/declarative/extending/attached/person.h -share/examples/qt4/examples/declarative/extending/binding/binding -%%DEBUG%%share/examples/qt4/examples/declarative/extending/binding/binding.debug -share/examples/qt4/examples/declarative/extending/binding/binding.pro -share/examples/qt4/examples/declarative/extending/binding/binding.qrc -share/examples/qt4/examples/declarative/extending/binding/birthdayparty.cpp -share/examples/qt4/examples/declarative/extending/binding/birthdayparty.h -share/examples/qt4/examples/declarative/extending/binding/happybirthdaysong.cpp -share/examples/qt4/examples/declarative/extending/binding/happybirthdaysong.h -share/examples/qt4/examples/declarative/extending/binding/main.cpp -share/examples/qt4/examples/declarative/extending/binding/person.cpp -share/examples/qt4/examples/declarative/extending/binding/person.h -share/examples/qt4/examples/declarative/extending/coercion/birthdayparty.cpp -share/examples/qt4/examples/declarative/extending/coercion/birthdayparty.h -share/examples/qt4/examples/declarative/extending/coercion/coercion -%%DEBUG%%share/examples/qt4/examples/declarative/extending/coercion/coercion.debug -share/examples/qt4/examples/declarative/extending/coercion/coercion.pro -share/examples/qt4/examples/declarative/extending/coercion/coercion.qrc -share/examples/qt4/examples/declarative/extending/coercion/main.cpp -share/examples/qt4/examples/declarative/extending/coercion/person.cpp -share/examples/qt4/examples/declarative/extending/coercion/person.h -share/examples/qt4/examples/declarative/extending/default/birthdayparty.cpp -share/examples/qt4/examples/declarative/extending/default/birthdayparty.h -share/examples/qt4/examples/declarative/extending/default/default -%%DEBUG%%share/examples/qt4/examples/declarative/extending/default/default.debug -share/examples/qt4/examples/declarative/extending/default/default.pro -share/examples/qt4/examples/declarative/extending/default/default.qrc -share/examples/qt4/examples/declarative/extending/default/main.cpp -share/examples/qt4/examples/declarative/extending/default/person.cpp -share/examples/qt4/examples/declarative/extending/default/person.h -share/examples/qt4/examples/declarative/extending/extended/extended -%%DEBUG%%share/examples/qt4/examples/declarative/extending/extended/extended.debug -share/examples/qt4/examples/declarative/extending/extended/extended.pro -share/examples/qt4/examples/declarative/extending/extended/extended.qrc -share/examples/qt4/examples/declarative/extending/extended/lineedit.cpp -share/examples/qt4/examples/declarative/extending/extended/lineedit.h -share/examples/qt4/examples/declarative/extending/extended/main.cpp -share/examples/qt4/examples/declarative/extending/grouped/birthdayparty.cpp -share/examples/qt4/examples/declarative/extending/grouped/birthdayparty.h -share/examples/qt4/examples/declarative/extending/grouped/grouped -%%DEBUG%%share/examples/qt4/examples/declarative/extending/grouped/grouped.debug -share/examples/qt4/examples/declarative/extending/grouped/grouped.pro -share/examples/qt4/examples/declarative/extending/grouped/grouped.qrc -share/examples/qt4/examples/declarative/extending/grouped/main.cpp -share/examples/qt4/examples/declarative/extending/grouped/person.cpp -share/examples/qt4/examples/declarative/extending/grouped/person.h -share/examples/qt4/examples/declarative/extending/methods/birthdayparty.cpp -share/examples/qt4/examples/declarative/extending/methods/birthdayparty.h -share/examples/qt4/examples/declarative/extending/methods/main.cpp -share/examples/qt4/examples/declarative/extending/methods/methods -%%DEBUG%%share/examples/qt4/examples/declarative/extending/methods/methods.debug -share/examples/qt4/examples/declarative/extending/methods/methods.pro -share/examples/qt4/examples/declarative/extending/methods/methods.qrc -share/examples/qt4/examples/declarative/extending/methods/person.cpp -share/examples/qt4/examples/declarative/extending/methods/person.h -share/examples/qt4/examples/declarative/extending/properties/birthdayparty.cpp -share/examples/qt4/examples/declarative/extending/properties/birthdayparty.h -share/examples/qt4/examples/declarative/extending/properties/main.cpp -share/examples/qt4/examples/declarative/extending/properties/person.cpp -share/examples/qt4/examples/declarative/extending/properties/person.h -share/examples/qt4/examples/declarative/extending/properties/properties -%%DEBUG%%share/examples/qt4/examples/declarative/extending/properties/properties.debug -share/examples/qt4/examples/declarative/extending/properties/properties.pro -share/examples/qt4/examples/declarative/extending/properties/properties.qrc -share/examples/qt4/examples/declarative/extending/signal/birthdayparty.cpp -share/examples/qt4/examples/declarative/extending/signal/birthdayparty.h -share/examples/qt4/examples/declarative/extending/signal/main.cpp -share/examples/qt4/examples/declarative/extending/signal/person.cpp -share/examples/qt4/examples/declarative/extending/signal/person.h -share/examples/qt4/examples/declarative/extending/signal/signal -%%DEBUG%%share/examples/qt4/examples/declarative/extending/signal/signal.debug -share/examples/qt4/examples/declarative/extending/signal/signal.pro -share/examples/qt4/examples/declarative/extending/signal/signal.qrc -share/examples/qt4/examples/declarative/extending/valuesource/birthdayparty.cpp -share/examples/qt4/examples/declarative/extending/valuesource/birthdayparty.h -share/examples/qt4/examples/declarative/extending/valuesource/happybirthdaysong.cpp -share/examples/qt4/examples/declarative/extending/valuesource/happybirthdaysong.h -share/examples/qt4/examples/declarative/extending/valuesource/main.cpp -share/examples/qt4/examples/declarative/extending/valuesource/person.cpp -share/examples/qt4/examples/declarative/extending/valuesource/person.h -share/examples/qt4/examples/declarative/extending/valuesource/valuesource -%%DEBUG%%share/examples/qt4/examples/declarative/extending/valuesource/valuesource.debug -share/examples/qt4/examples/declarative/extending/valuesource/valuesource.pro -share/examples/qt4/examples/declarative/extending/valuesource/valuesource.qrc -share/examples/qt4/examples/declarative/i18n/i18n.qml +share/examples/qt4/examples/declarative/i18n/i18n +%%DEBUG%%share/examples/qt4/examples/declarative/i18n/i18n.debug +share/examples/qt4/examples/declarative/i18n/i18n.png +share/examples/qt4/examples/declarative/i18n/i18n.pro share/examples/qt4/examples/declarative/i18n/i18n.qmlproject -share/examples/qt4/examples/declarative/i18n/i18n/base.ts -share/examples/qt4/examples/declarative/i18n/i18n/qml_en_AU.qm -share/examples/qt4/examples/declarative/i18n/i18n/qml_en_AU.ts -share/examples/qt4/examples/declarative/i18n/i18n/qml_fr.qm -share/examples/qt4/examples/declarative/i18n/i18n/qml_fr.ts -share/examples/qt4/examples/declarative/imageelements/borderimage/borderimage.qml +share/examples/qt4/examples/declarative/i18n/i18n.svg +share/examples/qt4/examples/declarative/i18n/main.cpp +share/examples/qt4/examples/declarative/i18n/qml/i18n/base.ts +share/examples/qt4/examples/declarative/i18n/qml/i18n/i18n.qml +share/examples/qt4/examples/declarative/i18n/qml/i18n/qml_en_AU.ts +share/examples/qt4/examples/declarative/i18n/qml/i18n/qml_fr.ts +share/examples/qt4/examples/declarative/imageelements/borderimage/borderimage +%%DEBUG%%share/examples/qt4/examples/declarative/imageelements/borderimage/borderimage.debug +share/examples/qt4/examples/declarative/imageelements/borderimage/borderimage.png +share/examples/qt4/examples/declarative/imageelements/borderimage/borderimage.pro share/examples/qt4/examples/declarative/imageelements/borderimage/borderimage.qmlproject -share/examples/qt4/examples/declarative/imageelements/borderimage/content/MyBorderImage.qml -share/examples/qt4/examples/declarative/imageelements/borderimage/content/ShadowRectangle.qml -share/examples/qt4/examples/declarative/imageelements/borderimage/content/bw.png -share/examples/qt4/examples/declarative/imageelements/borderimage/content/colors-round.sci -share/examples/qt4/examples/declarative/imageelements/borderimage/content/colors-stretch.sci -share/examples/qt4/examples/declarative/imageelements/borderimage/content/colors.png -share/examples/qt4/examples/declarative/imageelements/borderimage/content/shadow.png -share/examples/qt4/examples/declarative/imageelements/borderimage/shadows.qml -share/examples/qt4/examples/declarative/imageelements/image/ImageCell.qml -share/examples/qt4/examples/declarative/imageelements/image/image.qml +share/examples/qt4/examples/declarative/imageelements/borderimage/borderimage.svg +share/examples/qt4/examples/declarative/imageelements/borderimage/main.cpp +share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/borderimage.qml +share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/content/MyBorderImage.qml +share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/content/ShadowRectangle.qml +share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/content/bw.png +share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/content/colors-round.sci +share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/content/colors-stretch.sci +share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/content/colors.png +share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/content/shadow.png +share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/shadows.qml +share/examples/qt4/examples/declarative/imageelements/image/image +%%DEBUG%%share/examples/qt4/examples/declarative/imageelements/image/image.debug +share/examples/qt4/examples/declarative/imageelements/image/image.png +share/examples/qt4/examples/declarative/imageelements/image/image.pro share/examples/qt4/examples/declarative/imageelements/image/image.qmlproject -share/examples/qt4/examples/declarative/imageelements/image/qt-logo.png -share/examples/qt4/examples/declarative/imageelements/imageelements.qmlproject -share/examples/qt4/examples/declarative/imageprovider/ImageProviderCore/libqmlimageproviderplugin.so -%%DEBUG%%share/examples/qt4/examples/declarative/imageprovider/ImageProviderCore/libqmlimageproviderplugin.so.debug -share/examples/qt4/examples/declarative/imageprovider/ImageProviderCore/qmldir -share/examples/qt4/examples/declarative/imageprovider/imageprovider.cpp -share/examples/qt4/examples/declarative/imageprovider/imageprovider.pro -share/examples/qt4/examples/declarative/keyinteraction/focus/Core/ContextMenu.qml -share/examples/qt4/examples/declarative/keyinteraction/focus/Core/GridMenu.qml -share/examples/qt4/examples/declarative/keyinteraction/focus/Core/ListMenu.qml -share/examples/qt4/examples/declarative/keyinteraction/focus/Core/ListViewDelegate.qml -share/examples/qt4/examples/declarative/keyinteraction/focus/Core/images/arrow.png -share/examples/qt4/examples/declarative/keyinteraction/focus/Core/images/qt-logo.png -share/examples/qt4/examples/declarative/keyinteraction/focus/focus.qml +share/examples/qt4/examples/declarative/imageelements/image/image.svg +share/examples/qt4/examples/declarative/imageelements/image/main.cpp +share/examples/qt4/examples/declarative/imageelements/image/qml/image/ImageCell.qml +share/examples/qt4/examples/declarative/imageelements/image/qml/image/image.qml +share/examples/qt4/examples/declarative/imageelements/image/qml/image/qt-logo.png +share/examples/qt4/examples/declarative/imageelements/shadows/main.cpp +share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/borderimage.qml +share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/content/MyBorderImage.qml +share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/content/ShadowRectangle.qml +share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/content/bw.png +share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/content/colors-round.sci +share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/content/colors-stretch.sci +share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/content/colors.png +share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/content/shadow.png +share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/shadows.qml +share/examples/qt4/examples/declarative/imageelements/shadows/shadows +%%DEBUG%%share/examples/qt4/examples/declarative/imageelements/shadows/shadows.debug +share/examples/qt4/examples/declarative/imageelements/shadows/shadows.png +share/examples/qt4/examples/declarative/imageelements/shadows/shadows.pro +share/examples/qt4/examples/declarative/imageelements/shadows/shadows.qmlproject +share/examples/qt4/examples/declarative/imageelements/shadows/shadows.svg +share/examples/qt4/examples/declarative/keyinteraction/focus/focus +%%DEBUG%%share/examples/qt4/examples/declarative/keyinteraction/focus/focus.debug +share/examples/qt4/examples/declarative/keyinteraction/focus/focus.png +share/examples/qt4/examples/declarative/keyinteraction/focus/focus.pro share/examples/qt4/examples/declarative/keyinteraction/focus/focus.qmlproject -share/examples/qt4/examples/declarative/keyinteraction/keyinteraction.qmlproject -share/examples/qt4/examples/declarative/objectlistmodel/dataobject.cpp -share/examples/qt4/examples/declarative/objectlistmodel/dataobject.h -share/examples/qt4/examples/declarative/objectlistmodel/main.cpp -share/examples/qt4/examples/declarative/objectlistmodel/objectlistmodel -%%DEBUG%%share/examples/qt4/examples/declarative/objectlistmodel/objectlistmodel.debug -share/examples/qt4/examples/declarative/objectlistmodel/objectlistmodel.pro -share/examples/qt4/examples/declarative/objectlistmodel/objectlistmodel.qrc -share/examples/qt4/examples/declarative/objectlistmodel/view.qml -share/examples/qt4/examples/declarative/plugins/README -share/examples/qt4/examples/declarative/plugins/com/nokia/TimeExample/Clock.qml -share/examples/qt4/examples/declarative/plugins/com/nokia/TimeExample/center.png -share/examples/qt4/examples/declarative/plugins/com/nokia/TimeExample/clock.png -share/examples/qt4/examples/declarative/plugins/com/nokia/TimeExample/hour.png -share/examples/qt4/examples/declarative/plugins/com/nokia/TimeExample/libqmlqtimeexampleplugin.so -%%DEBUG%%share/examples/qt4/examples/declarative/plugins/com/nokia/TimeExample/libqmlqtimeexampleplugin.so.debug -share/examples/qt4/examples/declarative/plugins/com/nokia/TimeExample/minute.png -share/examples/qt4/examples/declarative/plugins/com/nokia/TimeExample/qmldir -share/examples/qt4/examples/declarative/plugins/libqmlqwidgetsplugin.so -%%DEBUG%%share/examples/qt4/examples/declarative/plugins/libqmlqwidgetsplugin.so.debug -share/examples/qt4/examples/declarative/plugins/plugin.cpp -share/examples/qt4/examples/declarative/plugins/plugins.pro -share/examples/qt4/examples/declarative/plugins/plugins.qml -share/examples/qt4/examples/declarative/plugins/qwidgets.cpp -share/examples/qt4/examples/declarative/plugins/qwidgets.pro -share/examples/qt4/examples/declarative/plugins/qwidgets.qml -share/examples/qt4/examples/declarative/positioners/Button.qml -share/examples/qt4/examples/declarative/positioners/add.png -share/examples/qt4/examples/declarative/positioners/del.png -share/examples/qt4/examples/declarative/positioners/positioners.qml +share/examples/qt4/examples/declarative/keyinteraction/focus/focus.svg +share/examples/qt4/examples/declarative/keyinteraction/focus/main.cpp +share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/ContextMenu.qml +share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/GridMenu.qml +share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/ListMenu.qml +share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/ListViewDelegate.qml +share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/images/arrow.png +share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/images/qt-logo.png +share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus/focus.qml +share/examples/qt4/examples/declarative/modelviews/abstractitemmodel/abstractitemmodel +%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/abstractitemmodel/abstractitemmodel.debug +share/examples/qt4/examples/declarative/modelviews/abstractitemmodel/abstractitemmodel.pro +share/examples/qt4/examples/declarative/modelviews/abstractitemmodel/main.cpp +share/examples/qt4/examples/declarative/modelviews/abstractitemmodel/model.cpp +share/examples/qt4/examples/declarative/modelviews/abstractitemmodel/model.h +share/examples/qt4/examples/declarative/modelviews/abstractitemmodel/qml/abstractitemmodel/view.qml +share/examples/qt4/examples/declarative/modelviews/gridview-example/gridview +%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/gridview-example/gridview.debug +share/examples/qt4/examples/declarative/modelviews/gridview-example/gridview.pro +share/examples/qt4/examples/declarative/modelviews/gridview-example/gridview.qmlproject +share/examples/qt4/examples/declarative/modelviews/gridview-example/gridview.svg +share/examples/qt4/examples/declarative/modelviews/gridview-example/gridviewexample.png +share/examples/qt4/examples/declarative/modelviews/gridview-example/main.cpp +share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example/gridview-example.qml +share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/AddressBook_48.png +share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/AudioPlayer_48.png +share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/Camera_48.png +share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/DateBook_48.png +share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/EMail_48.png +share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/TodoList_48.png +share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/VideoPlayer_48.png +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/dynamiclist +%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.debug +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.png +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.pro +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.qmlproject +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.svg +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/main.cpp +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/PetsModel.qml +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/PressAndHoldButton.qml +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/RecipesModel.qml +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/TextButton.qml +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/arrow-down.png +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/arrow-up.png +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/fruit-salad.jpg +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/hamburger.jpg +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/lemonade.jpg +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/list-delete.png +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/minus-sign.png +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/moreDown.png +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/moreUp.png +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/pancakes.jpg +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/plus-sign.png +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/vegetable-soup.jpg +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/dynamiclist.qml +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/expandingdelegates.qml +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/highlight.qml +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/highlightranges.qml +share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/sections.qml +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates +%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.debug +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.png +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.pro +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.qmlproject +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.svg +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/main.cpp +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/PetsModel.qml +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/PressAndHoldButton.qml +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/RecipesModel.qml +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/TextButton.qml +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/arrow-down.png +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/arrow-up.png +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/fruit-salad.jpg +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/hamburger.jpg +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/lemonade.jpg +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/list-delete.png +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/minus-sign.png +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/moreDown.png +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/moreUp.png +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/pancakes.jpg +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/plus-sign.png +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/vegetable-soup.jpg +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/dynamiclist.qml +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/expandingdelegates.qml +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/highlight.qml +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/highlightranges.qml +share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/sections.qml +share/examples/qt4/examples/declarative/modelviews/listview/highlight/highlight +%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/listview/highlight/highlight.debug +share/examples/qt4/examples/declarative/modelviews/listview/highlight/highlight.png +share/examples/qt4/examples/declarative/modelviews/listview/highlight/highlight.pro +share/examples/qt4/examples/declarative/modelviews/listview/highlight/highlight.qmlproject +share/examples/qt4/examples/declarative/modelviews/listview/highlight/highlight.svg +share/examples/qt4/examples/declarative/modelviews/listview/highlight/main.cpp +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/PetsModel.qml +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/PressAndHoldButton.qml +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/RecipesModel.qml +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/TextButton.qml +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/arrow-down.png +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/arrow-up.png +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/fruit-salad.jpg +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/hamburger.jpg +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/lemonade.jpg +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/list-delete.png +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/minus-sign.png +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/moreDown.png +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/moreUp.png +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/pancakes.jpg +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/plus-sign.png +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/vegetable-soup.jpg +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/dynamiclist.qml +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/expandingdelegates.qml +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/highlight.qml +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/highlightranges.qml +share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/sections.qml +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/highlightranges +%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/highlightranges.debug +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/highlightranges.png +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/highlightranges.pro +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/highlightranges.qmlproject +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/highlightranges.svg +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/main.cpp +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/PetsModel.qml +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/PressAndHoldButton.qml +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/RecipesModel.qml +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/TextButton.qml +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/arrow-down.png +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/arrow-up.png +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/fruit-salad.jpg +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/hamburger.jpg +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/lemonade.jpg +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/list-delete.png +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/minus-sign.png +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/moreDown.png +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/moreUp.png +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/pancakes.jpg +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/plus-sign.png +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/vegetable-soup.jpg +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/dynamiclist.qml +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/expandingdelegates.qml +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlight.qml +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlightranges.qml +share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/sections.qml +share/examples/qt4/examples/declarative/modelviews/listview/sections/main.cpp +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/PetsModel.qml +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/PressAndHoldButton.qml +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/RecipesModel.qml +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/TextButton.qml +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/arrow-down.png +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/arrow-up.png +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/fruit-salad.jpg +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/hamburger.jpg +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/lemonade.jpg +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/list-delete.png +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/minus-sign.png +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/moreDown.png +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/moreUp.png +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/pancakes.jpg +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/plus-sign.png +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/vegetable-soup.jpg +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/dynamiclist.qml +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/expandingdelegates.qml +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/highlight.qml +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/highlightranges.qml +share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/sections.qml +share/examples/qt4/examples/declarative/modelviews/listview/sections/sections +%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/listview/sections/sections.debug +share/examples/qt4/examples/declarative/modelviews/listview/sections/sections.png +share/examples/qt4/examples/declarative/modelviews/listview/sections/sections.pro +share/examples/qt4/examples/declarative/modelviews/listview/sections/sections.qmlproject +share/examples/qt4/examples/declarative/modelviews/listview/sections/sections.svg +share/examples/qt4/examples/declarative/modelviews/objectlistmodel/dataobject.cpp +share/examples/qt4/examples/declarative/modelviews/objectlistmodel/dataobject.h +share/examples/qt4/examples/declarative/modelviews/objectlistmodel/main.cpp +share/examples/qt4/examples/declarative/modelviews/objectlistmodel/objectlistmodel +%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/objectlistmodel/objectlistmodel.debug +share/examples/qt4/examples/declarative/modelviews/objectlistmodel/objectlistmodel.pro +share/examples/qt4/examples/declarative/modelviews/objectlistmodel/objectlistmodel.qmlproject +share/examples/qt4/examples/declarative/modelviews/objectlistmodel/qml/objectlistmodel/view.qml +share/examples/qt4/examples/declarative/modelviews/package/main.cpp +share/examples/qt4/examples/declarative/modelviews/package/package +%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/package/package.debug +share/examples/qt4/examples/declarative/modelviews/package/package.pro +share/examples/qt4/examples/declarative/modelviews/package/package.qmlproject +share/examples/qt4/examples/declarative/modelviews/package/qml/package/Delegate.qml +share/examples/qt4/examples/declarative/modelviews/package/qml/package/view.qml +share/examples/qt4/examples/declarative/modelviews/parallax/main.cpp +share/examples/qt4/examples/declarative/modelviews/parallax/parallax +%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/parallax/parallax.debug +share/examples/qt4/examples/declarative/modelviews/parallax/parallax.pro +share/examples/qt4/examples/declarative/modelviews/parallax/parallax.qmlproject +share/examples/qt4/examples/declarative/modelviews/parallax/parallax.svg +share/examples/qt4/examples/declarative/modelviews/parallax/parallax64.png +share/examples/qt4/examples/declarative/modelviews/parallax/parallax80.png +share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/Clock.qml +share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/ParallaxView.qml +share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/Smiley.qml +share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/parallax.qml +share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/pics/background.jpg +share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/pics/face-smile.png +share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/pics/home-page.svg +share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/pics/shadow.png +share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/pics/yast-joystick.png +share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/pics/yast-wol.png +share/examples/qt4/examples/declarative/modelviews/pathview-example/main.cpp +share/examples/qt4/examples/declarative/modelviews/pathview-example/pathview +%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/pathview-example/pathview.debug +share/examples/qt4/examples/declarative/modelviews/pathview-example/pathview.png +share/examples/qt4/examples/declarative/modelviews/pathview-example/pathview.pro +share/examples/qt4/examples/declarative/modelviews/pathview-example/pathview.qmlproject +share/examples/qt4/examples/declarative/modelviews/pathview-example/pathview.svg +share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example/pathview-example.qml +share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/AddressBook_48.png +share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/AudioPlayer_48.png +share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/Camera_48.png +share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/DateBook_48.png +share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/EMail_48.png +share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/TodoList_48.png +share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/VideoPlayer_48.png +share/examples/qt4/examples/declarative/modelviews/stringlistmodel/main.cpp +share/examples/qt4/examples/declarative/modelviews/stringlistmodel/qml/stringlistmodel/view.qml +share/examples/qt4/examples/declarative/modelviews/stringlistmodel/stringlistmodel +%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/stringlistmodel/stringlistmodel.debug +share/examples/qt4/examples/declarative/modelviews/stringlistmodel/stringlistmodel.pro +share/examples/qt4/examples/declarative/modelviews/visualitemmodel/main.cpp +share/examples/qt4/examples/declarative/modelviews/visualitemmodel/qml/visualitemmodel/visualitemmodel.qml +share/examples/qt4/examples/declarative/modelviews/visualitemmodel/visualitemmodel +%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/visualitemmodel/visualitemmodel.debug +share/examples/qt4/examples/declarative/modelviews/visualitemmodel/visualitemmodel.png +share/examples/qt4/examples/declarative/modelviews/visualitemmodel/visualitemmodel.pro +share/examples/qt4/examples/declarative/modelviews/visualitemmodel/visualitemmodel.qmlproject +share/examples/qt4/examples/declarative/modelviews/visualitemmodel/visualitemmodel.svg +share/examples/qt4/examples/declarative/modelviews/webview/alerts/alerts +%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/webview/alerts/alerts.debug +share/examples/qt4/examples/declarative/modelviews/webview/alerts/alerts.png +share/examples/qt4/examples/declarative/modelviews/webview/alerts/alerts.pro +share/examples/qt4/examples/declarative/modelviews/webview/alerts/alerts.qmlproject +share/examples/qt4/examples/declarative/modelviews/webview/alerts/alerts.svg +share/examples/qt4/examples/declarative/modelviews/webview/alerts/main.cpp +share/examples/qt4/examples/declarative/modelviews/webview/alerts/qml/alerts/alerts.html +share/examples/qt4/examples/declarative/modelviews/webview/alerts/qml/alerts/alerts.qml +share/examples/qt4/examples/declarative/modelviews/webview/autosize/autosize +%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/webview/autosize/autosize.debug +share/examples/qt4/examples/declarative/modelviews/webview/autosize/autosize.png +share/examples/qt4/examples/declarative/modelviews/webview/autosize/autosize.pro +share/examples/qt4/examples/declarative/modelviews/webview/autosize/autosize.qmlproject +share/examples/qt4/examples/declarative/modelviews/webview/autosize/autosize.svg +share/examples/qt4/examples/declarative/modelviews/webview/autosize/main.cpp +share/examples/qt4/examples/declarative/modelviews/webview/autosize/qml/autosize/autosize.qml +share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/googlemaps +%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/googlemaps.debug +share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/googlemaps.png +share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/googlemaps.pro +share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/googlemaps.qmlproject +share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/googlemaps.svg +share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/main.cpp +share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/Mapping/Map.qml +share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/Mapping/map.html +share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/pics/cancel.png +share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/pics/ok.png +share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/googlemaps.qml +share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/inlinehtml +%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.debug +share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.png +share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.pro +share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.qmlproject +share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.svg +share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/main.cpp +share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/qml/inlinehtml/inlinehtml.qml +share/examples/qt4/examples/declarative/modelviews/webview/newwindows/main.cpp +share/examples/qt4/examples/declarative/modelviews/webview/newwindows/newwindows +%%DEBUG%%share/examples/qt4/examples/declarative/modelviews/webview/newwindows/newwindows.debug +share/examples/qt4/examples/declarative/modelviews/webview/newwindows/newwindows.png +share/examples/qt4/examples/declarative/modelviews/webview/newwindows/newwindows.pro +share/examples/qt4/examples/declarative/modelviews/webview/newwindows/newwindows.qmlproject +share/examples/qt4/examples/declarative/modelviews/webview/newwindows/newwindows.svg +share/examples/qt4/examples/declarative/modelviews/webview/newwindows/qml/newwindows/newwindows.html +share/examples/qt4/examples/declarative/modelviews/webview/newwindows/qml/newwindows/newwindows.qml +share/examples/qt4/examples/declarative/positioners/main.cpp +share/examples/qt4/examples/declarative/positioners/positioners +%%DEBUG%%share/examples/qt4/examples/declarative/positioners/positioners.debug +share/examples/qt4/examples/declarative/positioners/positioners.png +share/examples/qt4/examples/declarative/positioners/positioners.pro share/examples/qt4/examples/declarative/positioners/positioners.qmlproject +share/examples/qt4/examples/declarative/positioners/positioners.svg +share/examples/qt4/examples/declarative/positioners/qml/positioners/Button.qml +share/examples/qt4/examples/declarative/positioners/qml/positioners/add.png +share/examples/qt4/examples/declarative/positioners/qml/positioners/del.png +share/examples/qt4/examples/declarative/positioners/qml/positioners/positioners.qml share/examples/qt4/examples/declarative/shadereffects/main.cpp -share/examples/qt4/examples/declarative/shadereffects/qml/Curtain.qml -share/examples/qt4/examples/declarative/shadereffects/qml/CurtainEffect.qml -share/examples/qt4/examples/declarative/shadereffects/qml/DropShadow.qml -share/examples/qt4/examples/declarative/shadereffects/qml/DropShadowEffect.qml -share/examples/qt4/examples/declarative/shadereffects/qml/Grayscale.qml -share/examples/qt4/examples/declarative/shadereffects/qml/GrayscaleEffect.qml -share/examples/qt4/examples/declarative/shadereffects/qml/ImageMask.qml -share/examples/qt4/examples/declarative/shadereffects/qml/ImageMaskEffect.qml -share/examples/qt4/examples/declarative/shadereffects/qml/RadialWave.qml -share/examples/qt4/examples/declarative/shadereffects/qml/RadialWaveEffect.qml -share/examples/qt4/examples/declarative/shadereffects/qml/Water.qml -share/examples/qt4/examples/declarative/shadereffects/qml/WaterEffect.qml -share/examples/qt4/examples/declarative/shadereffects/qml/images/Curtain.jpg -share/examples/qt4/examples/declarative/shadereffects/qml/images/DropShadow.jpg -share/examples/qt4/examples/declarative/shadereffects/qml/images/Grayscale.jpg -share/examples/qt4/examples/declarative/shadereffects/qml/images/ImageMask.jpg -share/examples/qt4/examples/declarative/shadereffects/qml/images/RadialWave.jpg -share/examples/qt4/examples/declarative/shadereffects/qml/images/Water.jpg -share/examples/qt4/examples/declarative/shadereffects/qml/images/back.png -share/examples/qt4/examples/declarative/shadereffects/qml/images/bg.jpg -share/examples/qt4/examples/declarative/shadereffects/qml/images/desaturate.jpg -share/examples/qt4/examples/declarative/shadereffects/qml/images/drop_shadow.png -share/examples/qt4/examples/declarative/shadereffects/qml/images/fabric.jpg -share/examples/qt4/examples/declarative/shadereffects/qml/images/flower.png -share/examples/qt4/examples/declarative/shadereffects/qml/images/image1.jpg -share/examples/qt4/examples/declarative/shadereffects/qml/images/image2.jpg -share/examples/qt4/examples/declarative/shadereffects/qml/images/qt-logo.png -share/examples/qt4/examples/declarative/shadereffects/qml/images/shader_effects.jpg -share/examples/qt4/examples/declarative/shadereffects/qml/images/sky.jpg -share/examples/qt4/examples/declarative/shadereffects/qml/images/toolbar.png -share/examples/qt4/examples/declarative/shadereffects/qml/images/wave.jpg -share/examples/qt4/examples/declarative/shadereffects/qml/main.qml +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/Curtain.qml +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/CurtainEffect.qml +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/DropShadow.qml +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/DropShadowEffect.qml +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/Grayscale.qml +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/GrayscaleEffect.qml +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/ImageMask.qml +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/ImageMaskEffect.qml +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/RadialWave.qml +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/RadialWaveEffect.qml +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/Water.qml +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/WaterEffect.qml +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/Curtain.jpg +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/DropShadow.jpg +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/Grayscale.jpg +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/ImageMask.jpg +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/RadialWave.jpg +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/Water.jpg +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/back.png +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/bg.jpg +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/desaturate.jpg +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/drop_shadow.png +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/fabric.jpg +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/flower.png +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/image1.jpg +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/image2.jpg +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/qt-logo.png +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/shader_effects.jpg +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/sky.jpg +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/toolbar.png +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images/wave.jpg +share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/main.qml share/examples/qt4/examples/declarative/shadereffects/shadereffects +%%DEBUG%%share/examples/qt4/examples/declarative/shadereffects/shadereffects.debug share/examples/qt4/examples/declarative/shadereffects/shadereffects.pro -share/examples/qt4/examples/declarative/sqllocalstorage/hello.qml +share/examples/qt4/examples/declarative/shadereffects/shadereffects.qmlproject +share/examples/qt4/examples/declarative/sqllocalstorage/main.cpp +share/examples/qt4/examples/declarative/sqllocalstorage/qml/sqllocalstorage/hello.qml +share/examples/qt4/examples/declarative/sqllocalstorage/sqllocalstorage +%%DEBUG%%share/examples/qt4/examples/declarative/sqllocalstorage/sqllocalstorage.debug +share/examples/qt4/examples/declarative/sqllocalstorage/sqllocalstorage.pro share/examples/qt4/examples/declarative/sqllocalstorage/sqllocalstorage.qmlproject -share/examples/qt4/examples/declarative/text/fonts/availableFonts.qml -share/examples/qt4/examples/declarative/text/fonts/banner.qml -share/examples/qt4/examples/declarative/text/fonts/fonts.qml -share/examples/qt4/examples/declarative/text/fonts/fonts.qmlproject -share/examples/qt4/examples/declarative/text/fonts/fonts/tarzeau_ocr_a.ttf -share/examples/qt4/examples/declarative/text/fonts/hello.qml -share/examples/qt4/examples/declarative/text/text.qmlproject -share/examples/qt4/examples/declarative/text/textselection/pics/endHandle.png -share/examples/qt4/examples/declarative/text/textselection/pics/endHandle.sci -share/examples/qt4/examples/declarative/text/textselection/pics/startHandle.png -share/examples/qt4/examples/declarative/text/textselection/pics/startHandle.sci -share/examples/qt4/examples/declarative/text/textselection/textselection.qml +share/examples/qt4/examples/declarative/sqllocalstorage/sqllocalstorage.svg +share/examples/qt4/examples/declarative/sqllocalstorage/sqllocalstorage64.png +share/examples/qt4/examples/declarative/sqllocalstorage/sqllocalstorage80.png +share/examples/qt4/examples/declarative/text/fonts/availableFonts/availableFonts +%%DEBUG%%share/examples/qt4/examples/declarative/text/fonts/availableFonts/availableFonts.debug +share/examples/qt4/examples/declarative/text/fonts/availableFonts/availableFonts.png +share/examples/qt4/examples/declarative/text/fonts/availableFonts/availableFonts.pro +share/examples/qt4/examples/declarative/text/fonts/availableFonts/availableFonts.qmlproject +share/examples/qt4/examples/declarative/text/fonts/availableFonts/availableFonts.svg +share/examples/qt4/examples/declarative/text/fonts/availableFonts/main.cpp +share/examples/qt4/examples/declarative/text/fonts/availableFonts/qml/availableFonts/availableFonts.qml +share/examples/qt4/examples/declarative/text/fonts/availableFonts/qml/availableFonts/banner.qml +share/examples/qt4/examples/declarative/text/fonts/availableFonts/qml/availableFonts/fonts.qml +share/examples/qt4/examples/declarative/text/fonts/availableFonts/qml/availableFonts/fonts/tarzeau_ocr_a.ttf +share/examples/qt4/examples/declarative/text/fonts/availableFonts/qml/availableFonts/hello.qml +share/examples/qt4/examples/declarative/text/fonts/banner/banner +%%DEBUG%%share/examples/qt4/examples/declarative/text/fonts/banner/banner.debug +share/examples/qt4/examples/declarative/text/fonts/banner/banner.png +share/examples/qt4/examples/declarative/text/fonts/banner/banner.pro +share/examples/qt4/examples/declarative/text/fonts/banner/banner.qmlproject +share/examples/qt4/examples/declarative/text/fonts/banner/banner.svg +share/examples/qt4/examples/declarative/text/fonts/banner/main.cpp +share/examples/qt4/examples/declarative/text/fonts/banner/qml/banner/availableFonts.qml +share/examples/qt4/examples/declarative/text/fonts/banner/qml/banner/banner.qml +share/examples/qt4/examples/declarative/text/fonts/banner/qml/banner/fonts.qml +share/examples/qt4/examples/declarative/text/fonts/banner/qml/banner/fonts/tarzeau_ocr_a.ttf +share/examples/qt4/examples/declarative/text/fonts/banner/qml/banner/hello.qml +share/examples/qt4/examples/declarative/text/fonts/fonts/fonts +%%DEBUG%%share/examples/qt4/examples/declarative/text/fonts/fonts/fonts.debug +share/examples/qt4/examples/declarative/text/fonts/fonts/fonts.png +share/examples/qt4/examples/declarative/text/fonts/fonts/fonts.pro +share/examples/qt4/examples/declarative/text/fonts/fonts/fonts.qmlproject +share/examples/qt4/examples/declarative/text/fonts/fonts/fonts.svg +share/examples/qt4/examples/declarative/text/fonts/fonts/main.cpp +share/examples/qt4/examples/declarative/text/fonts/fonts/qml/fonts-qml/availableFonts.qml +share/examples/qt4/examples/declarative/text/fonts/fonts/qml/fonts-qml/banner.qml +share/examples/qt4/examples/declarative/text/fonts/fonts/qml/fonts-qml/fonts.qml +share/examples/qt4/examples/declarative/text/fonts/fonts/qml/fonts-qml/fonts/tarzeau_ocr_a.ttf +share/examples/qt4/examples/declarative/text/fonts/fonts/qml/fonts-qml/hello.qml +share/examples/qt4/examples/declarative/text/fonts/hello/hello +%%DEBUG%%share/examples/qt4/examples/declarative/text/fonts/hello/hello.debug +share/examples/qt4/examples/declarative/text/fonts/hello/hello.png +share/examples/qt4/examples/declarative/text/fonts/hello/hello.pro +share/examples/qt4/examples/declarative/text/fonts/hello/hello.qmlproject +share/examples/qt4/examples/declarative/text/fonts/hello/hello.svg +share/examples/qt4/examples/declarative/text/fonts/hello/main.cpp +share/examples/qt4/examples/declarative/text/fonts/hello/qml/hello/availableFonts.qml +share/examples/qt4/examples/declarative/text/fonts/hello/qml/hello/banner.qml +share/examples/qt4/examples/declarative/text/fonts/hello/qml/hello/fonts.qml +share/examples/qt4/examples/declarative/text/fonts/hello/qml/hello/fonts/tarzeau_ocr_a.ttf +share/examples/qt4/examples/declarative/text/fonts/hello/qml/hello/hello.qml +share/examples/qt4/examples/declarative/text/textselection/main.cpp +share/examples/qt4/examples/declarative/text/textselection/qml/textselection/pics/endHandle.png +share/examples/qt4/examples/declarative/text/textselection/qml/textselection/pics/endHandle.sci +share/examples/qt4/examples/declarative/text/textselection/qml/textselection/pics/startHandle.png +share/examples/qt4/examples/declarative/text/textselection/qml/textselection/pics/startHandle.sci +share/examples/qt4/examples/declarative/text/textselection/qml/textselection/textselection.qml +share/examples/qt4/examples/declarative/text/textselection/textselection +%%DEBUG%%share/examples/qt4/examples/declarative/text/textselection/textselection.debug +share/examples/qt4/examples/declarative/text/textselection/textselection.png +share/examples/qt4/examples/declarative/text/textselection/textselection.pro share/examples/qt4/examples/declarative/text/textselection/textselection.qmlproject -share/examples/qt4/examples/declarative/threading/threadedlistmodel/dataloader.js +share/examples/qt4/examples/declarative/text/textselection/textselection.svg +share/examples/qt4/examples/declarative/threading/threadedlistmodel/main.cpp +share/examples/qt4/examples/declarative/threading/threadedlistmodel/qml/threadedlistmodel/dataloader.js +share/examples/qt4/examples/declarative/threading/threadedlistmodel/qml/threadedlistmodel/timedisplay.qml +share/examples/qt4/examples/declarative/threading/threadedlistmodel/threadedlistmodel +%%DEBUG%%share/examples/qt4/examples/declarative/threading/threadedlistmodel/threadedlistmodel.debug +share/examples/qt4/examples/declarative/threading/threadedlistmodel/threadedlistmodel.pro share/examples/qt4/examples/declarative/threading/threadedlistmodel/threadedlistmodel.qmlproject -share/examples/qt4/examples/declarative/threading/threadedlistmodel/timedisplay.qml -share/examples/qt4/examples/declarative/threading/threading.qmlproject -share/examples/qt4/examples/declarative/threading/workerscript/workerscript.js -share/examples/qt4/examples/declarative/threading/workerscript/workerscript.qml +share/examples/qt4/examples/declarative/threading/threadedlistmodel/threadedlistmodel.svg +share/examples/qt4/examples/declarative/threading/threadedlistmodel/threadedlistmodel64.png +share/examples/qt4/examples/declarative/threading/threadedlistmodel/threadedlistmodel80.png +share/examples/qt4/examples/declarative/threading/workerscript/main.cpp +share/examples/qt4/examples/declarative/threading/workerscript/qml/workerscript/workerscript.js +share/examples/qt4/examples/declarative/threading/workerscript/qml/workerscript/workerscript.qml +share/examples/qt4/examples/declarative/threading/workerscript/workerscript +%%DEBUG%%share/examples/qt4/examples/declarative/threading/workerscript/workerscript.debug +share/examples/qt4/examples/declarative/threading/workerscript/workerscript.pro share/examples/qt4/examples/declarative/threading/workerscript/workerscript.qmlproject -share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures.qml -share/examples/qt4/examples/declarative/touchinteraction/gestures/gestures.qmlproject -share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example.qml -share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea.qmlproject -share/examples/qt4/examples/declarative/touchinteraction/pincharea/flickresize.qml +share/examples/qt4/examples/declarative/threading/workerscript/workerscript.svg +share/examples/qt4/examples/declarative/threading/workerscript/workerscript64.png +share/examples/qt4/examples/declarative/threading/workerscript/workerscript80.png +share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures +%%DEBUG%%share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.debug +share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.png +share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.pro +share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.svg +share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/gestures.qmlproject +share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/main.cpp +share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/qml/experimental-gestures/experimental-gestures.qml +share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/main.cpp +share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/mousearea.qmlproject +share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample +%%DEBUG%%share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample.debug +share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample.png +share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample.pro +share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample.svg +share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/qml/mousearea-example/mousearea-example.qml +share/examples/qt4/examples/declarative/touchinteraction/pincharea/main.cpp +share/examples/qt4/examples/declarative/touchinteraction/pincharea/pincharea +%%DEBUG%%share/examples/qt4/examples/declarative/touchinteraction/pincharea/pincharea.debug +share/examples/qt4/examples/declarative/touchinteraction/pincharea/pincharea.pro share/examples/qt4/examples/declarative/touchinteraction/pincharea/pincharea.qmlproject -share/examples/qt4/examples/declarative/touchinteraction/pincharea/qt-logo.jpg -share/examples/qt4/examples/declarative/touchinteraction/touchinteraction.qmlproject -share/examples/qt4/examples/declarative/toys/README -share/examples/qt4/examples/declarative/toys/clocks/clocks.qml +share/examples/qt4/examples/declarative/touchinteraction/pincharea/pincharea.svg +share/examples/qt4/examples/declarative/touchinteraction/pincharea/pincharea64.png +share/examples/qt4/examples/declarative/touchinteraction/pincharea/pincharea80.png +share/examples/qt4/examples/declarative/touchinteraction/pincharea/qml/pincharea/flickresize.qml +share/examples/qt4/examples/declarative/touchinteraction/pincharea/qml/pincharea/qt-logo.jpg +share/examples/qt4/examples/declarative/toys/clocks/clocks +%%DEBUG%%share/examples/qt4/examples/declarative/toys/clocks/clocks.debug +share/examples/qt4/examples/declarative/toys/clocks/clocks.png +share/examples/qt4/examples/declarative/toys/clocks/clocks.pro share/examples/qt4/examples/declarative/toys/clocks/clocks.qmlproject -share/examples/qt4/examples/declarative/toys/clocks/content/Clock.qml -share/examples/qt4/examples/declarative/toys/clocks/content/QuitButton.qml -share/examples/qt4/examples/declarative/toys/clocks/content/background.png -share/examples/qt4/examples/declarative/toys/clocks/content/center.png -share/examples/qt4/examples/declarative/toys/clocks/content/clock-night.png -share/examples/qt4/examples/declarative/toys/clocks/content/clock.png -share/examples/qt4/examples/declarative/toys/clocks/content/hour.png -share/examples/qt4/examples/declarative/toys/clocks/content/minute.png -share/examples/qt4/examples/declarative/toys/clocks/content/quit.png -share/examples/qt4/examples/declarative/toys/clocks/content/second.png -share/examples/qt4/examples/declarative/toys/corkboards/Day.qml -share/examples/qt4/examples/declarative/toys/corkboards/cork.jpg -share/examples/qt4/examples/declarative/toys/corkboards/corkboards.qml +share/examples/qt4/examples/declarative/toys/clocks/clocks.svg +share/examples/qt4/examples/declarative/toys/clocks/main.cpp +share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/clocks.qml +share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/Clock.qml +share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/QuitButton.qml +share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/background.png +share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/center.png +share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/clock-night.png +share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/clock.png +share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/hour.png +share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/minute.png +share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/quit.png +share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content/second.png +share/examples/qt4/examples/declarative/toys/corkboards/corkboards +%%DEBUG%%share/examples/qt4/examples/declarative/toys/corkboards/corkboards.debug +share/examples/qt4/examples/declarative/toys/corkboards/corkboards.png +share/examples/qt4/examples/declarative/toys/corkboards/corkboards.pro share/examples/qt4/examples/declarative/toys/corkboards/corkboards.qmlproject -share/examples/qt4/examples/declarative/toys/corkboards/note-yellow.png -share/examples/qt4/examples/declarative/toys/corkboards/tack.png -share/examples/qt4/examples/declarative/toys/dynamicscene/dynamicscene.qml +share/examples/qt4/examples/declarative/toys/corkboards/corkboards.svg +share/examples/qt4/examples/declarative/toys/corkboards/main.cpp +share/examples/qt4/examples/declarative/toys/corkboards/qml/corkboards/Day.qml +share/examples/qt4/examples/declarative/toys/corkboards/qml/corkboards/cork.jpg +share/examples/qt4/examples/declarative/toys/corkboards/qml/corkboards/corkboards.qml +share/examples/qt4/examples/declarative/toys/corkboards/qml/corkboards/note-yellow.png +share/examples/qt4/examples/declarative/toys/corkboards/qml/corkboards/tack.png +share/examples/qt4/examples/declarative/toys/dynamicscene/dynamicscene +%%DEBUG%%share/examples/qt4/examples/declarative/toys/dynamicscene/dynamicscene.debug +share/examples/qt4/examples/declarative/toys/dynamicscene/dynamicscene.png +share/examples/qt4/examples/declarative/toys/dynamicscene/dynamicscene.pro share/examples/qt4/examples/declarative/toys/dynamicscene/dynamicscene.qmlproject -share/examples/qt4/examples/declarative/toys/dynamicscene/images/NOTE -share/examples/qt4/examples/declarative/toys/dynamicscene/images/face-smile.png -share/examples/qt4/examples/declarative/toys/dynamicscene/images/moon.png -share/examples/qt4/examples/declarative/toys/dynamicscene/images/rabbit_brown.png -share/examples/qt4/examples/declarative/toys/dynamicscene/images/rabbit_bw.png -share/examples/qt4/examples/declarative/toys/dynamicscene/images/star.png -share/examples/qt4/examples/declarative/toys/dynamicscene/images/sun.png -share/examples/qt4/examples/declarative/toys/dynamicscene/images/tree_s.png -share/examples/qt4/examples/declarative/toys/dynamicscene/qml/Button.qml -share/examples/qt4/examples/declarative/toys/dynamicscene/qml/GenericSceneItem.qml -share/examples/qt4/examples/declarative/toys/dynamicscene/qml/PaletteItem.qml -share/examples/qt4/examples/declarative/toys/dynamicscene/qml/PerspectiveItem.qml -share/examples/qt4/examples/declarative/toys/dynamicscene/qml/Sun.qml -share/examples/qt4/examples/declarative/toys/dynamicscene/qml/itemCreation.js -share/examples/qt4/examples/declarative/toys/tic-tac-toe/content/Button.qml -share/examples/qt4/examples/declarative/toys/tic-tac-toe/content/TicTac.qml -share/examples/qt4/examples/declarative/toys/tic-tac-toe/content/pics/board.png -share/examples/qt4/examples/declarative/toys/tic-tac-toe/content/pics/o.png -share/examples/qt4/examples/declarative/toys/tic-tac-toe/content/pics/x.png -share/examples/qt4/examples/declarative/toys/tic-tac-toe/content/tic-tac-toe.js -share/examples/qt4/examples/declarative/toys/tic-tac-toe/tic-tac-toe.qml +share/examples/qt4/examples/declarative/toys/dynamicscene/dynamicscene.svg +share/examples/qt4/examples/declarative/toys/dynamicscene/main.cpp +share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/Button.qml +share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/GenericSceneItem.qml +share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/PaletteItem.qml +share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/PerspectiveItem.qml +share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/Sun.qml +share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/dynamicscene.qml +share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/NOTE +share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/face-smile.png +share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/moon.png +share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/rabbit_brown.png +share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/rabbit_bw.png +share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/star.png +share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/sun.png +share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/tree_s.png +share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/itemCreation.js +share/examples/qt4/examples/declarative/toys/tic-tac-toe/main.cpp +share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/Button.qml +share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/TicTac.qml +share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/pics/board.png +share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/pics/o.png +share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/pics/x.png +share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/tic-tac-toe.js +share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/tic-tac-toe.qml +share/examples/qt4/examples/declarative/toys/tic-tac-toe/tic-tac-toe +%%DEBUG%%share/examples/qt4/examples/declarative/toys/tic-tac-toe/tic-tac-toe.debug share/examples/qt4/examples/declarative/toys/tic-tac-toe/tic-tac-toe.qmlproject -share/examples/qt4/examples/declarative/toys/toys.qmlproject -share/examples/qt4/examples/declarative/toys/tvtennis/tvtennis.qml +share/examples/qt4/examples/declarative/toys/tic-tac-toe/tictactoe.png +share/examples/qt4/examples/declarative/toys/tic-tac-toe/tictactoe.pro +share/examples/qt4/examples/declarative/toys/tic-tac-toe/tictactoe.svg +share/examples/qt4/examples/declarative/toys/tvtennis/main.cpp +share/examples/qt4/examples/declarative/toys/tvtennis/qml/tvtennis/tvtennis.qml +share/examples/qt4/examples/declarative/toys/tvtennis/tvtennis +%%DEBUG%%share/examples/qt4/examples/declarative/toys/tvtennis/tvtennis.debug +share/examples/qt4/examples/declarative/toys/tvtennis/tvtennis.png +share/examples/qt4/examples/declarative/toys/tvtennis/tvtennis.pro share/examples/qt4/examples/declarative/toys/tvtennis/tvtennis.qmlproject -share/examples/qt4/examples/declarative/ui-components/README -share/examples/qt4/examples/declarative/ui-components/dialcontrol/content/Dial.qml -share/examples/qt4/examples/declarative/ui-components/dialcontrol/content/QuitButton.qml -share/examples/qt4/examples/declarative/ui-components/dialcontrol/content/background.png -share/examples/qt4/examples/declarative/ui-components/dialcontrol/content/needle.png -share/examples/qt4/examples/declarative/ui-components/dialcontrol/content/needle_shadow.png -share/examples/qt4/examples/declarative/ui-components/dialcontrol/content/overlay.png -share/examples/qt4/examples/declarative/ui-components/dialcontrol/content/quit.png -share/examples/qt4/examples/declarative/ui-components/dialcontrol/dialcontrol.qml +share/examples/qt4/examples/declarative/toys/tvtennis/tvtennis.svg +share/examples/qt4/examples/declarative/ui-components/dialcontrol/dialcontrol +%%DEBUG%%share/examples/qt4/examples/declarative/ui-components/dialcontrol/dialcontrol.debug +share/examples/qt4/examples/declarative/ui-components/dialcontrol/dialcontrol.png +share/examples/qt4/examples/declarative/ui-components/dialcontrol/dialcontrol.pro share/examples/qt4/examples/declarative/ui-components/dialcontrol/dialcontrol.qmlproject -share/examples/qt4/examples/declarative/ui-components/flipable/content/5_heart.png -share/examples/qt4/examples/declarative/ui-components/flipable/content/9_club.png -share/examples/qt4/examples/declarative/ui-components/flipable/content/Card.qml -share/examples/qt4/examples/declarative/ui-components/flipable/content/back.png -share/examples/qt4/examples/declarative/ui-components/flipable/flipable.qml +share/examples/qt4/examples/declarative/ui-components/dialcontrol/dialcontrol.svg +share/examples/qt4/examples/declarative/ui-components/dialcontrol/main.cpp +share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/Dial.qml +share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/QuitButton.qml +share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/background.png +share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/needle.png +share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/needle_shadow.png +share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/overlay.png +share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/quit.png +share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/dialcontrol.qml +share/examples/qt4/examples/declarative/ui-components/flipable/flipable +%%DEBUG%%share/examples/qt4/examples/declarative/ui-components/flipable/flipable.debug +share/examples/qt4/examples/declarative/ui-components/flipable/flipable.png +share/examples/qt4/examples/declarative/ui-components/flipable/flipable.pro share/examples/qt4/examples/declarative/ui-components/flipable/flipable.qmlproject -share/examples/qt4/examples/declarative/ui-components/progressbar/content/ProgressBar.qml -share/examples/qt4/examples/declarative/ui-components/progressbar/content/background.png -share/examples/qt4/examples/declarative/ui-components/progressbar/main.qml +share/examples/qt4/examples/declarative/ui-components/flipable/flipable.svg +share/examples/qt4/examples/declarative/ui-components/flipable/main.cpp +share/examples/qt4/examples/declarative/ui-components/flipable/qml/flipable/content/5_heart.png +share/examples/qt4/examples/declarative/ui-components/flipable/qml/flipable/content/9_club.png +share/examples/qt4/examples/declarative/ui-components/flipable/qml/flipable/content/Card.qml +share/examples/qt4/examples/declarative/ui-components/flipable/qml/flipable/content/back.png +share/examples/qt4/examples/declarative/ui-components/flipable/qml/flipable/flipable.qml +share/examples/qt4/examples/declarative/ui-components/main/main +share/examples/qt4/examples/declarative/ui-components/main/main.cpp +%%DEBUG%%share/examples/qt4/examples/declarative/ui-components/main/main.debug +share/examples/qt4/examples/declarative/ui-components/main/main.png +share/examples/qt4/examples/declarative/ui-components/main/main.pro +share/examples/qt4/examples/declarative/ui-components/main/main.qmlproject +share/examples/qt4/examples/declarative/ui-components/main/main.svg +share/examples/qt4/examples/declarative/ui-components/main/qml/main/ScrollBar.qml +share/examples/qt4/examples/declarative/ui-components/main/qml/main/SearchBox.qml +share/examples/qt4/examples/declarative/ui-components/main/qml/main/TabWidget.qml +share/examples/qt4/examples/declarative/ui-components/main/qml/main/content/ProgressBar.qml +share/examples/qt4/examples/declarative/ui-components/main/qml/main/content/Spinner.qml +share/examples/qt4/examples/declarative/ui-components/main/qml/main/content/background.png +share/examples/qt4/examples/declarative/ui-components/main/qml/main/content/spinner-bg.png +share/examples/qt4/examples/declarative/ui-components/main/qml/main/content/spinner-select.png +share/examples/qt4/examples/declarative/ui-components/main/qml/main/images/clear.png +share/examples/qt4/examples/declarative/ui-components/main/qml/main/images/lineedit-bg-focus.png +share/examples/qt4/examples/declarative/ui-components/main/qml/main/images/lineedit-bg.png +share/examples/qt4/examples/declarative/ui-components/main/qml/main/main.qml +share/examples/qt4/examples/declarative/ui-components/main/qml/main/pics/niagara_falls.jpg +share/examples/qt4/examples/declarative/ui-components/main/qml/main/tab.png +share/examples/qt4/examples/declarative/ui-components/progressbar/main.cpp +share/examples/qt4/examples/declarative/ui-components/progressbar/progressbar +%%DEBUG%%share/examples/qt4/examples/declarative/ui-components/progressbar/progressbar.debug +share/examples/qt4/examples/declarative/ui-components/progressbar/progressbar.png +share/examples/qt4/examples/declarative/ui-components/progressbar/progressbar.pro share/examples/qt4/examples/declarative/ui-components/progressbar/progressbar.qmlproject -share/examples/qt4/examples/declarative/ui-components/scrollbar/ScrollBar.qml -share/examples/qt4/examples/declarative/ui-components/scrollbar/main.qml -share/examples/qt4/examples/declarative/ui-components/scrollbar/pics/niagara_falls.jpg +share/examples/qt4/examples/declarative/ui-components/progressbar/progressbar.svg +share/examples/qt4/examples/declarative/ui-components/progressbar/qml/progressbar/content/ProgressBar.qml +share/examples/qt4/examples/declarative/ui-components/progressbar/qml/progressbar/content/background.png +share/examples/qt4/examples/declarative/ui-components/progressbar/qml/progressbar/main.qml +share/examples/qt4/examples/declarative/ui-components/scrollbar/main.cpp +share/examples/qt4/examples/declarative/ui-components/scrollbar/qml/scrollbar/ScrollBar.qml +share/examples/qt4/examples/declarative/ui-components/scrollbar/qml/scrollbar/main.qml +share/examples/qt4/examples/declarative/ui-components/scrollbar/qml/scrollbar/niagara_falls.jpg +share/examples/qt4/examples/declarative/ui-components/scrollbar/scrollbar +%%DEBUG%%share/examples/qt4/examples/declarative/ui-components/scrollbar/scrollbar.debug +share/examples/qt4/examples/declarative/ui-components/scrollbar/scrollbar.pro share/examples/qt4/examples/declarative/ui-components/scrollbar/scrollbar.qmlproject -share/examples/qt4/examples/declarative/ui-components/searchbox/SearchBox.qml -share/examples/qt4/examples/declarative/ui-components/searchbox/images/clear.png -share/examples/qt4/examples/declarative/ui-components/searchbox/images/lineedit-bg-focus.png -share/examples/qt4/examples/declarative/ui-components/searchbox/images/lineedit-bg.png -share/examples/qt4/examples/declarative/ui-components/searchbox/main.qml +share/examples/qt4/examples/declarative/ui-components/scrollbar/scrollbar.svg +share/examples/qt4/examples/declarative/ui-components/scrollbar/scrollbar64.png +share/examples/qt4/examples/declarative/ui-components/scrollbar/scrollbar80.png +share/examples/qt4/examples/declarative/ui-components/searchbox/main.cpp +share/examples/qt4/examples/declarative/ui-components/searchbox/qml/searchbox/SearchBox.qml +share/examples/qt4/examples/declarative/ui-components/searchbox/qml/searchbox/images/clear.png +share/examples/qt4/examples/declarative/ui-components/searchbox/qml/searchbox/images/lineedit-bg-focus.png +share/examples/qt4/examples/declarative/ui-components/searchbox/qml/searchbox/images/lineedit-bg.png +share/examples/qt4/examples/declarative/ui-components/searchbox/qml/searchbox/main.qml +share/examples/qt4/examples/declarative/ui-components/searchbox/searchbox +%%DEBUG%%share/examples/qt4/examples/declarative/ui-components/searchbox/searchbox.debug +share/examples/qt4/examples/declarative/ui-components/searchbox/searchbox.pro share/examples/qt4/examples/declarative/ui-components/searchbox/searchbox.qmlproject -share/examples/qt4/examples/declarative/ui-components/slideswitch/content/Switch.qml -share/examples/qt4/examples/declarative/ui-components/slideswitch/content/background.svg -share/examples/qt4/examples/declarative/ui-components/slideswitch/content/knob.svg -share/examples/qt4/examples/declarative/ui-components/slideswitch/slideswitch.qml +share/examples/qt4/examples/declarative/ui-components/searchbox/searchbox.svg +share/examples/qt4/examples/declarative/ui-components/searchbox/searchbox64.png +share/examples/qt4/examples/declarative/ui-components/searchbox/searchbox80.png +share/examples/qt4/examples/declarative/ui-components/slideswitch/main.cpp +share/examples/qt4/examples/declarative/ui-components/slideswitch/qml/slideswitch/content/Switch.qml +share/examples/qt4/examples/declarative/ui-components/slideswitch/qml/slideswitch/content/background.svg +share/examples/qt4/examples/declarative/ui-components/slideswitch/qml/slideswitch/content/knob.svg +share/examples/qt4/examples/declarative/ui-components/slideswitch/qml/slideswitch/slideswitch.qml +share/examples/qt4/examples/declarative/ui-components/slideswitch/slideswitch +%%DEBUG%%share/examples/qt4/examples/declarative/ui-components/slideswitch/slideswitch.debug +share/examples/qt4/examples/declarative/ui-components/slideswitch/slideswitch.png +share/examples/qt4/examples/declarative/ui-components/slideswitch/slideswitch.pro share/examples/qt4/examples/declarative/ui-components/slideswitch/slideswitch.qmlproject -share/examples/qt4/examples/declarative/ui-components/spinner/content/Spinner.qml -share/examples/qt4/examples/declarative/ui-components/spinner/content/spinner-bg.png -share/examples/qt4/examples/declarative/ui-components/spinner/content/spinner-select.png -share/examples/qt4/examples/declarative/ui-components/spinner/main.qml +share/examples/qt4/examples/declarative/ui-components/slideswitch/slideswitch.svg +share/examples/qt4/examples/declarative/ui-components/spinner/main.cpp +share/examples/qt4/examples/declarative/ui-components/spinner/qml/spinner/main.qml +share/examples/qt4/examples/declarative/ui-components/spinner/spinner +%%DEBUG%%share/examples/qt4/examples/declarative/ui-components/spinner/spinner.debug +share/examples/qt4/examples/declarative/ui-components/spinner/spinner.pro share/examples/qt4/examples/declarative/ui-components/spinner/spinner.qmlproject -share/examples/qt4/examples/declarative/ui-components/tabwidget/TabWidget.qml -share/examples/qt4/examples/declarative/ui-components/tabwidget/main.qml -share/examples/qt4/examples/declarative/ui-components/tabwidget/tab.png +share/examples/qt4/examples/declarative/ui-components/spinner/spinner.svg +share/examples/qt4/examples/declarative/ui-components/spinner/spinner64.png +share/examples/qt4/examples/declarative/ui-components/spinner/spinner80.png +share/examples/qt4/examples/declarative/ui-components/tabwidget/main.cpp +share/examples/qt4/examples/declarative/ui-components/tabwidget/qml/tabwidget/TabWidget.qml +share/examples/qt4/examples/declarative/ui-components/tabwidget/qml/tabwidget/main.qml +share/examples/qt4/examples/declarative/ui-components/tabwidget/qml/tabwidget/tab.png +share/examples/qt4/examples/declarative/ui-components/tabwidget/tabwidget +%%DEBUG%%share/examples/qt4/examples/declarative/ui-components/tabwidget/tabwidget.debug +share/examples/qt4/examples/declarative/ui-components/tabwidget/tabwidget.pro share/examples/qt4/examples/declarative/ui-components/tabwidget/tabwidget.qmlproject -share/examples/qt4/examples/declarative/ui-components/ui-components.qmlproject -share/examples/qt4/examples/declarative/xml/xml.qmlproject -share/examples/qt4/examples/declarative/xml/xmlhttprequest/data.xml +share/examples/qt4/examples/declarative/ui-components/tabwidget/tabwidget.svg +share/examples/qt4/examples/declarative/ui-components/tabwidget/tabwidget64.png +share/examples/qt4/examples/declarative/ui-components/tabwidget/tabwidget80.png +share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/Makefile +share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/main.cpp +share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/qml/xmlhttprequest-example/data.xml +share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/qml/xmlhttprequest-example/xmlhttprequest-example.qml +share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/xmlhttprequest.qmlproject +share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/xmlhttprequestexample.png +share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/xmlhttprequestexample.pro +share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/xmlhttprequestexample.svg share/examples/qt4/examples/declarative/xml/xmlhttprequest/xmlhttprequest-example.qml share/examples/qt4/examples/declarative/xml/xmlhttprequest/xmlhttprequest.qmlproject share/examples/qt4/examples/designer/README @@ -1999,6 +2497,9 @@ share/examples/qt4/examples/help/simpletextviewer/simpletextviewer share/examples/qt4/examples/help/simpletextviewer/simpletextviewer.pro share/examples/qt4/examples/help/simpletextviewer/textedit.cpp share/examples/qt4/examples/help/simpletextviewer/textedit.h +share/examples/qt4/examples/helper/qmlapplicationviewer/qmlapplicationviewer.cpp +share/examples/qt4/examples/helper/qmlapplicationviewer/qmlapplicationviewer.h +share/examples/qt4/examples/helper/qmlapplicationviewer/qmlapplicationviewer.pri share/examples/qt4/examples/ipc/README share/examples/qt4/examples/ipc/ipc.pro share/examples/qt4/examples/ipc/localfortuneclient/client.cpp @@ -2054,14 +2555,6 @@ share/examples/qt4/examples/itemviews/chart/mydata.cht share/examples/qt4/examples/itemviews/chart/pieview.cpp share/examples/qt4/examples/itemviews/chart/pieview.h share/examples/qt4/examples/itemviews/chart/qtdata.cht -share/examples/qt4/examples/itemviews/coloreditorfactory/coloreditorfactory -%%DEBUG%%share/examples/qt4/examples/itemviews/coloreditorfactory/coloreditorfactory.debug -share/examples/qt4/examples/itemviews/coloreditorfactory/coloreditorfactory.pro -share/examples/qt4/examples/itemviews/coloreditorfactory/colorlisteditor.cpp -share/examples/qt4/examples/itemviews/coloreditorfactory/colorlisteditor.h -share/examples/qt4/examples/itemviews/coloreditorfactory/main.cpp -share/examples/qt4/examples/itemviews/coloreditorfactory/window.cpp -share/examples/qt4/examples/itemviews/coloreditorfactory/window.h share/examples/qt4/examples/itemviews/combowidgetmapper/combowidgetmapper %%DEBUG%%share/examples/qt4/examples/itemviews/combowidgetmapper/combowidgetmapper.debug share/examples/qt4/examples/itemviews/combowidgetmapper/combowidgetmapper.pro @@ -2171,16 +2664,6 @@ share/examples/qt4/examples/itemviews/spinboxdelegate/main.cpp share/examples/qt4/examples/itemviews/spinboxdelegate/spinboxdelegate %%DEBUG%%share/examples/qt4/examples/itemviews/spinboxdelegate/spinboxdelegate.debug share/examples/qt4/examples/itemviews/spinboxdelegate/spinboxdelegate.pro -share/examples/qt4/examples/itemviews/stardelegate/main.cpp -share/examples/qt4/examples/itemviews/stardelegate/stardelegate -share/examples/qt4/examples/itemviews/stardelegate/stardelegate.cpp -%%DEBUG%%share/examples/qt4/examples/itemviews/stardelegate/stardelegate.debug -share/examples/qt4/examples/itemviews/stardelegate/stardelegate.h -share/examples/qt4/examples/itemviews/stardelegate/stardelegate.pro -share/examples/qt4/examples/itemviews/stardelegate/stareditor.cpp -share/examples/qt4/examples/itemviews/stardelegate/stareditor.h -share/examples/qt4/examples/itemviews/stardelegate/starrating.cpp -share/examples/qt4/examples/itemviews/stardelegate/starrating.h share/examples/qt4/examples/layouts/README share/examples/qt4/examples/layouts/basiclayouts/basiclayouts %%DEBUG%%share/examples/qt4/examples/layouts/basiclayouts/basiclayouts.debug @@ -2248,17 +2731,6 @@ share/examples/qt4/examples/mainwindows/application/images/save.png share/examples/qt4/examples/mainwindows/application/main.cpp share/examples/qt4/examples/mainwindows/application/mainwindow.cpp share/examples/qt4/examples/mainwindows/application/mainwindow.h -share/examples/qt4/examples/mainwindows/dockwidgets/dockwidgets -%%DEBUG%%share/examples/qt4/examples/mainwindows/dockwidgets/dockwidgets.debug -share/examples/qt4/examples/mainwindows/dockwidgets/dockwidgets.pro -share/examples/qt4/examples/mainwindows/dockwidgets/dockwidgets.qrc -share/examples/qt4/examples/mainwindows/dockwidgets/images/new.png -share/examples/qt4/examples/mainwindows/dockwidgets/images/print.png -share/examples/qt4/examples/mainwindows/dockwidgets/images/save.png -share/examples/qt4/examples/mainwindows/dockwidgets/images/undo.png -share/examples/qt4/examples/mainwindows/dockwidgets/main.cpp -share/examples/qt4/examples/mainwindows/dockwidgets/mainwindow.cpp -share/examples/qt4/examples/mainwindows/dockwidgets/mainwindow.h share/examples/qt4/examples/mainwindows/mainwindows.pro share/examples/qt4/examples/mainwindows/mdi/images/copy.png share/examples/qt4/examples/mainwindows/mdi/images/cut.png @@ -2405,6 +2877,18 @@ share/examples/qt4/examples/network/loopback/loopback %%DEBUG%%share/examples/qt4/examples/network/loopback/loopback.debug share/examples/qt4/examples/network/loopback/loopback.pro share/examples/qt4/examples/network/loopback/main.cpp +share/examples/qt4/examples/network/multicastreceiver/main.cpp +share/examples/qt4/examples/network/multicastreceiver/multicastreceiver +%%DEBUG%%share/examples/qt4/examples/network/multicastreceiver/multicastreceiver.debug +share/examples/qt4/examples/network/multicastreceiver/multicastreceiver.pro +share/examples/qt4/examples/network/multicastreceiver/receiver.cpp +share/examples/qt4/examples/network/multicastreceiver/receiver.h +share/examples/qt4/examples/network/multicastsender/main.cpp +share/examples/qt4/examples/network/multicastsender/multicastsender +%%DEBUG%%share/examples/qt4/examples/network/multicastsender/multicastsender.debug +share/examples/qt4/examples/network/multicastsender/multicastsender.pro +share/examples/qt4/examples/network/multicastsender/sender.cpp +share/examples/qt4/examples/network/multicastsender/sender.h share/examples/qt4/examples/network/network-chat/chatdialog.cpp share/examples/qt4/examples/network/network-chat/chatdialog.h share/examples/qt4/examples/network/network-chat/chatdialog.ui @@ -2683,6 +3167,30 @@ share/examples/qt4/examples/phonon/qmusicplayer/mainwindow.h share/examples/qt4/examples/phonon/qmusicplayer/qmusicplayer %%DEBUG%%share/examples/qt4/examples/phonon/qmusicplayer/qmusicplayer.debug share/examples/qt4/examples/phonon/qmusicplayer/qmusicplayer.pro +share/examples/qt4/examples/qtconcurrent/README +share/examples/qt4/examples/qtconcurrent/imagescaling/imagescaling +share/examples/qt4/examples/qtconcurrent/imagescaling/imagescaling.cpp +%%DEBUG%%share/examples/qt4/examples/qtconcurrent/imagescaling/imagescaling.debug +share/examples/qt4/examples/qtconcurrent/imagescaling/imagescaling.h +share/examples/qt4/examples/qtconcurrent/imagescaling/imagescaling.pro +share/examples/qt4/examples/qtconcurrent/imagescaling/main.cpp +share/examples/qt4/examples/qtconcurrent/map/main.cpp +share/examples/qt4/examples/qtconcurrent/map/map.pro +share/examples/qt4/examples/qtconcurrent/map/mapdemo +%%DEBUG%%share/examples/qt4/examples/qtconcurrent/map/mapdemo.debug +share/examples/qt4/examples/qtconcurrent/progressdialog/main.cpp +share/examples/qt4/examples/qtconcurrent/progressdialog/progressdialog +%%DEBUG%%share/examples/qt4/examples/qtconcurrent/progressdialog/progressdialog.debug +share/examples/qt4/examples/qtconcurrent/progressdialog/progressdialog.pro +share/examples/qt4/examples/qtconcurrent/qtconcurrent.pro +share/examples/qt4/examples/qtconcurrent/runfunction/main.cpp +share/examples/qt4/examples/qtconcurrent/runfunction/runfunction +%%DEBUG%%share/examples/qt4/examples/qtconcurrent/runfunction/runfunction.debug +share/examples/qt4/examples/qtconcurrent/runfunction/runfunction.pro +share/examples/qt4/examples/qtconcurrent/wordcount/main.cpp +share/examples/qt4/examples/qtconcurrent/wordcount/wordcount +%%DEBUG%%share/examples/qt4/examples/qtconcurrent/wordcount/wordcount.debug +share/examples/qt4/examples/qtconcurrent/wordcount/wordcount.pro share/examples/qt4/examples/qtestlib/README share/examples/qt4/examples/qtestlib/qtestlib.pro share/examples/qt4/examples/qtestlib/tutorial1/testqstring.cpp @@ -3238,23 +3746,28 @@ share/examples/qt4/examples/tutorials/modelview/7_selections/mv_selections %%DEBUG%%share/examples/qt4/examples/tutorials/modelview/7_selections/mv_selections.debug share/examples/qt4/examples/tutorials/modelview/modelview.pro share/examples/qt4/examples/tutorials/threads/clock/clock +%%DEBUG%%share/examples/qt4/examples/tutorials/threads/clock/clock.debug share/examples/qt4/examples/tutorials/threads/clock/clock.pro share/examples/qt4/examples/tutorials/threads/clock/clockthread.cpp share/examples/qt4/examples/tutorials/threads/clock/clockthread.h share/examples/qt4/examples/tutorials/threads/clock/main.cpp share/examples/qt4/examples/tutorials/threads/helloconcurrent/helloconcurrent share/examples/qt4/examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp +%%DEBUG%%share/examples/qt4/examples/tutorials/threads/helloconcurrent/helloconcurrent.debug share/examples/qt4/examples/tutorials/threads/helloconcurrent/helloconcurrent.pro share/examples/qt4/examples/tutorials/threads/hellothread/hellothread share/examples/qt4/examples/tutorials/threads/hellothread/hellothread.cpp +%%DEBUG%%share/examples/qt4/examples/tutorials/threads/hellothread/hellothread.debug share/examples/qt4/examples/tutorials/threads/hellothread/hellothread.h share/examples/qt4/examples/tutorials/threads/hellothread/hellothread.pro share/examples/qt4/examples/tutorials/threads/hellothread/main.cpp share/examples/qt4/examples/tutorials/threads/hellothreadpool/hellothreadpool share/examples/qt4/examples/tutorials/threads/hellothreadpool/hellothreadpool.cpp +%%DEBUG%%share/examples/qt4/examples/tutorials/threads/hellothreadpool/hellothreadpool.debug share/examples/qt4/examples/tutorials/threads/hellothreadpool/hellothreadpool.pro share/examples/qt4/examples/tutorials/threads/movedobject/main.cpp share/examples/qt4/examples/tutorials/threads/movedobject/movedobject +%%DEBUG%%share/examples/qt4/examples/tutorials/threads/movedobject/movedobject.debug share/examples/qt4/examples/tutorials/threads/movedobject/movedobject.pro share/examples/qt4/examples/tutorials/threads/movedobject/thread.cpp share/examples/qt4/examples/tutorials/threads/movedobject/thread.h @@ -3285,6 +3798,7 @@ share/examples/qt4/examples/webkit/domtraversal/main.cpp share/examples/qt4/examples/webkit/domtraversal/window.cpp share/examples/qt4/examples/webkit/domtraversal/window.h share/examples/qt4/examples/webkit/domtraversal/window.ui +share/examples/qt4/examples/webkit/domtraversal/window_mobiles.ui share/examples/qt4/examples/webkit/fancybrowser/fancybrowser %%DEBUG%%share/examples/qt4/examples/webkit/fancybrowser/fancybrowser.debug share/examples/qt4/examples/webkit/fancybrowser/fancybrowser.pro @@ -3300,6 +3814,7 @@ share/examples/qt4/examples/webkit/formextractor/formextractor.h share/examples/qt4/examples/webkit/formextractor/formextractor.pro share/examples/qt4/examples/webkit/formextractor/formextractor.qrc share/examples/qt4/examples/webkit/formextractor/formextractor.ui +share/examples/qt4/examples/webkit/formextractor/formextractor_mobiles.ui share/examples/qt4/examples/webkit/formextractor/main.cpp share/examples/qt4/examples/webkit/formextractor/mainwindow.cpp share/examples/qt4/examples/webkit/formextractor/mainwindow.h @@ -3324,6 +3839,7 @@ share/examples/qt4/examples/webkit/previewer/previewer.cpp share/examples/qt4/examples/webkit/previewer/previewer.h share/examples/qt4/examples/webkit/previewer/previewer.pro share/examples/qt4/examples/webkit/previewer/previewer.ui +share/examples/qt4/examples/webkit/previewer/previewer_mobiles.ui share/examples/qt4/examples/webkit/simpleselector/main.cpp share/examples/qt4/examples/webkit/simpleselector/simpleselector %%DEBUG%%share/examples/qt4/examples/webkit/simpleselector/simpleselector.debug @@ -3331,7 +3847,41 @@ share/examples/qt4/examples/webkit/simpleselector/simpleselector.pro share/examples/qt4/examples/webkit/simpleselector/window.cpp share/examples/qt4/examples/webkit/simpleselector/window.h share/examples/qt4/examples/webkit/simpleselector/window.ui +share/examples/qt4/examples/webkit/simplewebplugin/csvfactory.cpp +share/examples/qt4/examples/webkit/simplewebplugin/csvfactory.h +share/examples/qt4/examples/webkit/simplewebplugin/csvview.cpp +share/examples/qt4/examples/webkit/simplewebplugin/csvview.h +share/examples/qt4/examples/webkit/simplewebplugin/main.cpp +share/examples/qt4/examples/webkit/simplewebplugin/mainwindow.cpp +share/examples/qt4/examples/webkit/simplewebplugin/mainwindow.h +share/examples/qt4/examples/webkit/simplewebplugin/simplewebplugin +%%DEBUG%%share/examples/qt4/examples/webkit/simplewebplugin/simplewebplugin.debug +share/examples/qt4/examples/webkit/simplewebplugin/simplewebplugin.pro +share/examples/qt4/examples/webkit/simplewebplugin/simplewebplugin.qrc +share/examples/qt4/examples/webkit/webftpclient/downloader.cpp +share/examples/qt4/examples/webkit/webftpclient/downloader.h +share/examples/qt4/examples/webkit/webftpclient/ftpreply.cpp +share/examples/qt4/examples/webkit/webftpclient/ftpreply.h +share/examples/qt4/examples/webkit/webftpclient/ftpview.cpp +share/examples/qt4/examples/webkit/webftpclient/ftpview.h +share/examples/qt4/examples/webkit/webftpclient/main.cpp +share/examples/qt4/examples/webkit/webftpclient/networkaccessmanager.cpp +share/examples/qt4/examples/webkit/webftpclient/networkaccessmanager.h +share/examples/qt4/examples/webkit/webftpclient/webftpclient +%%DEBUG%%share/examples/qt4/examples/webkit/webftpclient/webftpclient.debug +share/examples/qt4/examples/webkit/webftpclient/webftpclient.pro share/examples/qt4/examples/webkit/webkit.pro +share/examples/qt4/examples/webkit/webplugin/csvfactory.cpp +share/examples/qt4/examples/webkit/webplugin/csvfactory.h +share/examples/qt4/examples/webkit/webplugin/csvview.cpp +share/examples/qt4/examples/webkit/webplugin/csvview.h +share/examples/qt4/examples/webkit/webplugin/main.cpp +share/examples/qt4/examples/webkit/webplugin/mainwindow.cpp +share/examples/qt4/examples/webkit/webplugin/mainwindow.h +share/examples/qt4/examples/webkit/webplugin/webplugin +%%DEBUG%%share/examples/qt4/examples/webkit/webplugin/webplugin.debug +share/examples/qt4/examples/webkit/webplugin/webplugin.pro +share/examples/qt4/examples/webkit/webplugin/webplugin.qrc share/examples/qt4/examples/widgets/README share/examples/qt4/examples/widgets/analogclock/analogclock share/examples/qt4/examples/widgets/analogclock/analogclock.cpp @@ -3581,16 +4131,8 @@ share/examples/qt4/examples/xml/dombookmarks/mainwindow.cpp share/examples/qt4/examples/xml/dombookmarks/mainwindow.h share/examples/qt4/examples/xml/dombookmarks/xbeltree.cpp share/examples/qt4/examples/xml/dombookmarks/xbeltree.h -share/examples/qt4/examples/xml/htmlinfo/apache_org.html share/examples/qt4/examples/xml/htmlinfo/htmlinfo %%DEBUG%%share/examples/qt4/examples/xml/htmlinfo/htmlinfo.debug -share/examples/qt4/examples/xml/htmlinfo/htmlinfo.pro -share/examples/qt4/examples/xml/htmlinfo/main.cpp -share/examples/qt4/examples/xml/htmlinfo/nokia_com.html -share/examples/qt4/examples/xml/htmlinfo/simpleexample.html -share/examples/qt4/examples/xml/htmlinfo/trolltech_com.html -share/examples/qt4/examples/xml/htmlinfo/w3c_org.html -share/examples/qt4/examples/xml/htmlinfo/youtube_com.html share/examples/qt4/examples/xml/rsslisting/main.cpp share/examples/qt4/examples/xml/rsslisting/rsslisting share/examples/qt4/examples/xml/rsslisting/rsslisting.cpp @@ -3658,6 +4200,7 @@ share/examples/qt4/examples/xmlpatterns/recipes/files/mushroomSoup.xq share/examples/qt4/examples/xmlpatterns/recipes/files/preparationLessThan30.xq share/examples/qt4/examples/xmlpatterns/recipes/files/preparationTimes.xq share/examples/qt4/examples/xmlpatterns/recipes/forms/querywidget.ui +share/examples/qt4/examples/xmlpatterns/recipes/forms/querywidget_mobiles.ui share/examples/qt4/examples/xmlpatterns/recipes/main.cpp share/examples/qt4/examples/xmlpatterns/recipes/querymainwindow.cpp share/examples/qt4/examples/xmlpatterns/recipes/querymainwindow.h @@ -3752,6 +4295,9 @@ share/examples/qt4/examples/xmlpatterns/xquery/xquery.pro @dirrm share/examples/qt4/examples/widgets/calculator @dirrm share/examples/qt4/examples/widgets/analogclock @dirrm share/examples/qt4/examples/widgets +@dirrm share/examples/qt4/examples/webkit/webplugin +@dirrm share/examples/qt4/examples/webkit/webftpclient +@dirrm share/examples/qt4/examples/webkit/simplewebplugin @dirrm share/examples/qt4/examples/webkit/simpleselector @dirrm share/examples/qt4/examples/webkit/previewer @dirrm share/examples/qt4/examples/webkit/googlechat @@ -3865,6 +4411,12 @@ share/examples/qt4/examples/xmlpatterns/xquery/xquery.pro @dirrm share/examples/qt4/examples/qtestlib/tutorial2 @dirrm share/examples/qt4/examples/qtestlib/tutorial1 @dirrm share/examples/qt4/examples/qtestlib +@dirrm share/examples/qt4/examples/qtconcurrent/wordcount +@dirrm share/examples/qt4/examples/qtconcurrent/runfunction +@dirrm share/examples/qt4/examples/qtconcurrent/progressdialog +@dirrm share/examples/qt4/examples/qtconcurrent/map +@dirrm share/examples/qt4/examples/qtconcurrent/imagescaling +@dirrm share/examples/qt4/examples/qtconcurrent @dirrm share/examples/qt4/examples/phonon/qmusicplayer @dirrm share/examples/qt4/examples/phonon/capabilities @dirrm share/examples/qt4/examples/phonon @@ -3900,6 +4452,8 @@ share/examples/qt4/examples/xmlpatterns/xquery/xquery.pro @dirrm share/examples/qt4/examples/network/qftp/images @dirrm share/examples/qt4/examples/network/qftp @dirrm share/examples/qt4/examples/network/network-chat +@dirrm share/examples/qt4/examples/network/multicastsender +@dirrm share/examples/qt4/examples/network/multicastreceiver @dirrm share/examples/qt4/examples/network/loopback @dirrm share/examples/qt4/examples/network/http @dirrm share/examples/qt4/examples/network/googlesuggest @@ -3923,8 +4477,6 @@ share/examples/qt4/examples/xmlpatterns/xquery/xquery.pro @dirrm share/examples/qt4/examples/mainwindows/menus @dirrm share/examples/qt4/examples/mainwindows/mdi/images @dirrm share/examples/qt4/examples/mainwindows/mdi -@dirrm share/examples/qt4/examples/mainwindows/dockwidgets/images -@dirrm share/examples/qt4/examples/mainwindows/dockwidgets @dirrm share/examples/qt4/examples/mainwindows/application/images @dirrm share/examples/qt4/examples/mainwindows/application @dirrm share/examples/qt4/examples/mainwindows @@ -3937,7 +4489,6 @@ share/examples/qt4/examples/xmlpatterns/xquery/xquery.pro @dirrm share/examples/qt4/examples/layouts/borderlayout @dirrm share/examples/qt4/examples/layouts/basiclayouts @dirrm share/examples/qt4/examples/layouts -@dirrm share/examples/qt4/examples/itemviews/stardelegate @dirrm share/examples/qt4/examples/itemviews/spinboxdelegate @dirrm share/examples/qt4/examples/itemviews/simplewidgetmapper @dirrm share/examples/qt4/examples/itemviews/simpletreemodel @@ -3952,7 +4503,6 @@ share/examples/qt4/examples/xmlpatterns/xquery/xquery.pro @dirrm share/examples/qt4/examples/itemviews/delayedencoding @dirrm share/examples/qt4/examples/itemviews/customsortfiltermodel @dirrm share/examples/qt4/examples/itemviews/combowidgetmapper -@dirrm share/examples/qt4/examples/itemviews/coloreditorfactory @dirrm share/examples/qt4/examples/itemviews/chart @dirrm share/examples/qt4/examples/itemviews/basicsortfiltermodel @dirrm share/examples/qt4/examples/itemviews/addressbook @@ -3961,6 +4511,8 @@ share/examples/qt4/examples/xmlpatterns/xquery/xquery.pro @dirrm share/examples/qt4/examples/ipc/localfortuneserver @dirrm share/examples/qt4/examples/ipc/localfortuneclient @dirrm share/examples/qt4/examples/ipc +@dirrm share/examples/qt4/examples/helper/qmlapplicationviewer +@dirrm share/examples/qt4/examples/helper @dirrm share/examples/qt4/examples/help/simpletextviewer/documentation/images @dirrm share/examples/qt4/examples/help/simpletextviewer/documentation @dirrm share/examples/qt4/examples/help/simpletextviewer @@ -4034,81 +4586,212 @@ share/examples/qt4/examples/xmlpatterns/xquery/xquery.pro @dirrm share/examples/qt4/examples/designer/calculatorform @dirrm share/examples/qt4/examples/designer/calculatorbuilder @dirrm share/examples/qt4/examples/designer +@dirrm share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/qml/xmlhttprequest-example +@dirrm share/examples/qt4/examples/declarative/xml/xmlhttprequest-example/qml +@dirrm share/examples/qt4/examples/declarative/xml/xmlhttprequest-example @dirrm share/examples/qt4/examples/declarative/xml/xmlhttprequest @dirrm share/examples/qt4/examples/declarative/xml +@dirrm share/examples/qt4/examples/declarative/ui-components/tabwidget/qml/tabwidget +@dirrm share/examples/qt4/examples/declarative/ui-components/tabwidget/qml @dirrm share/examples/qt4/examples/declarative/ui-components/tabwidget -@dirrm share/examples/qt4/examples/declarative/ui-components/spinner/content +@dirrm share/examples/qt4/examples/declarative/ui-components/spinner/qml/spinner +@dirrm share/examples/qt4/examples/declarative/ui-components/spinner/qml @dirrm share/examples/qt4/examples/declarative/ui-components/spinner -@dirrm share/examples/qt4/examples/declarative/ui-components/slideswitch/content +@dirrm share/examples/qt4/examples/declarative/ui-components/slideswitch/qml/slideswitch/content +@dirrm share/examples/qt4/examples/declarative/ui-components/slideswitch/qml/slideswitch +@dirrm share/examples/qt4/examples/declarative/ui-components/slideswitch/qml @dirrm share/examples/qt4/examples/declarative/ui-components/slideswitch -@dirrm share/examples/qt4/examples/declarative/ui-components/searchbox/images +@dirrm share/examples/qt4/examples/declarative/ui-components/searchbox/qml/searchbox/images +@dirrm share/examples/qt4/examples/declarative/ui-components/searchbox/qml/searchbox +@dirrm share/examples/qt4/examples/declarative/ui-components/searchbox/qml @dirrm share/examples/qt4/examples/declarative/ui-components/searchbox -@dirrm share/examples/qt4/examples/declarative/ui-components/scrollbar/pics +@dirrm share/examples/qt4/examples/declarative/ui-components/scrollbar/qml/scrollbar +@dirrm share/examples/qt4/examples/declarative/ui-components/scrollbar/qml @dirrm share/examples/qt4/examples/declarative/ui-components/scrollbar -@dirrm share/examples/qt4/examples/declarative/ui-components/progressbar/content +@dirrm share/examples/qt4/examples/declarative/ui-components/progressbar/qml/progressbar/content +@dirrm share/examples/qt4/examples/declarative/ui-components/progressbar/qml/progressbar +@dirrm share/examples/qt4/examples/declarative/ui-components/progressbar/qml @dirrm share/examples/qt4/examples/declarative/ui-components/progressbar -@dirrm share/examples/qt4/examples/declarative/ui-components/flipable/content +@dirrm share/examples/qt4/examples/declarative/ui-components/main/qml/main/pics +@dirrm share/examples/qt4/examples/declarative/ui-components/main/qml/main/images +@dirrm share/examples/qt4/examples/declarative/ui-components/main/qml/main/content +@dirrm share/examples/qt4/examples/declarative/ui-components/main/qml/main +@dirrm share/examples/qt4/examples/declarative/ui-components/main/qml +@dirrm share/examples/qt4/examples/declarative/ui-components/main +@dirrm share/examples/qt4/examples/declarative/ui-components/flipable/qml/flipable/content +@dirrm share/examples/qt4/examples/declarative/ui-components/flipable/qml/flipable +@dirrm share/examples/qt4/examples/declarative/ui-components/flipable/qml @dirrm share/examples/qt4/examples/declarative/ui-components/flipable -@dirrm share/examples/qt4/examples/declarative/ui-components/dialcontrol/content +@dirrm share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content +@dirrm share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml/dialcontrol +@dirrm share/examples/qt4/examples/declarative/ui-components/dialcontrol/qml @dirrm share/examples/qt4/examples/declarative/ui-components/dialcontrol @dirrm share/examples/qt4/examples/declarative/ui-components +@dirrm share/examples/qt4/examples/declarative/toys/tvtennis/qml/tvtennis +@dirrm share/examples/qt4/examples/declarative/toys/tvtennis/qml @dirrm share/examples/qt4/examples/declarative/toys/tvtennis -@dirrm share/examples/qt4/examples/declarative/toys/tic-tac-toe/content/pics -@dirrm share/examples/qt4/examples/declarative/toys/tic-tac-toe/content +@dirrm share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/pics +@dirrm share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content +@dirrm share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe +@dirrm share/examples/qt4/examples/declarative/toys/tic-tac-toe/qml @dirrm share/examples/qt4/examples/declarative/toys/tic-tac-toe +@dirrm share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene/images +@dirrm share/examples/qt4/examples/declarative/toys/dynamicscene/qml/dynamicscene @dirrm share/examples/qt4/examples/declarative/toys/dynamicscene/qml -@dirrm share/examples/qt4/examples/declarative/toys/dynamicscene/images @dirrm share/examples/qt4/examples/declarative/toys/dynamicscene +@dirrm share/examples/qt4/examples/declarative/toys/corkboards/qml/corkboards +@dirrm share/examples/qt4/examples/declarative/toys/corkboards/qml @dirrm share/examples/qt4/examples/declarative/toys/corkboards -@dirrm share/examples/qt4/examples/declarative/toys/clocks/content +@dirrm share/examples/qt4/examples/declarative/toys/clocks/qml/clocks/content +@dirrm share/examples/qt4/examples/declarative/toys/clocks/qml/clocks +@dirrm share/examples/qt4/examples/declarative/toys/clocks/qml @dirrm share/examples/qt4/examples/declarative/toys/clocks @dirrm share/examples/qt4/examples/declarative/toys +@dirrm share/examples/qt4/examples/declarative/touchinteraction/pincharea/qml/pincharea +@dirrm share/examples/qt4/examples/declarative/touchinteraction/pincharea/qml @dirrm share/examples/qt4/examples/declarative/touchinteraction/pincharea +@dirrm share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/qml/mousearea-example +@dirrm share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example/qml +@dirrm share/examples/qt4/examples/declarative/touchinteraction/mousearea/mousearea-example @dirrm share/examples/qt4/examples/declarative/touchinteraction/mousearea +@dirrm share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/qml/experimental-gestures +@dirrm share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures/qml +@dirrm share/examples/qt4/examples/declarative/touchinteraction/gestures/experimental-gestures @dirrm share/examples/qt4/examples/declarative/touchinteraction/gestures @dirrm share/examples/qt4/examples/declarative/touchinteraction +@dirrm share/examples/qt4/examples/declarative/threading/workerscript/qml/workerscript +@dirrm share/examples/qt4/examples/declarative/threading/workerscript/qml @dirrm share/examples/qt4/examples/declarative/threading/workerscript +@dirrm share/examples/qt4/examples/declarative/threading/threadedlistmodel/qml/threadedlistmodel +@dirrm share/examples/qt4/examples/declarative/threading/threadedlistmodel/qml @dirrm share/examples/qt4/examples/declarative/threading/threadedlistmodel @dirrm share/examples/qt4/examples/declarative/threading -@dirrm share/examples/qt4/examples/declarative/text/textselection/pics +@dirrm share/examples/qt4/examples/declarative/text/textselection/qml/textselection/pics +@dirrm share/examples/qt4/examples/declarative/text/textselection/qml/textselection +@dirrm share/examples/qt4/examples/declarative/text/textselection/qml @dirrm share/examples/qt4/examples/declarative/text/textselection +@dirrm share/examples/qt4/examples/declarative/text/fonts/hello/qml/hello/fonts +@dirrm share/examples/qt4/examples/declarative/text/fonts/hello/qml/hello +@dirrm share/examples/qt4/examples/declarative/text/fonts/hello/qml +@dirrm share/examples/qt4/examples/declarative/text/fonts/hello +@dirrm share/examples/qt4/examples/declarative/text/fonts/fonts/qml/fonts-qml/fonts +@dirrm share/examples/qt4/examples/declarative/text/fonts/fonts/qml/fonts-qml +@dirrm share/examples/qt4/examples/declarative/text/fonts/fonts/qml @dirrm share/examples/qt4/examples/declarative/text/fonts/fonts +@dirrm share/examples/qt4/examples/declarative/text/fonts/banner/qml/banner/fonts +@dirrm share/examples/qt4/examples/declarative/text/fonts/banner/qml/banner +@dirrm share/examples/qt4/examples/declarative/text/fonts/banner/qml +@dirrm share/examples/qt4/examples/declarative/text/fonts/banner +@dirrm share/examples/qt4/examples/declarative/text/fonts/availableFonts/qml/availableFonts/fonts +@dirrm share/examples/qt4/examples/declarative/text/fonts/availableFonts/qml/availableFonts +@dirrm share/examples/qt4/examples/declarative/text/fonts/availableFonts/qml +@dirrm share/examples/qt4/examples/declarative/text/fonts/availableFonts @dirrm share/examples/qt4/examples/declarative/text/fonts @dirrm share/examples/qt4/examples/declarative/text +@dirrm share/examples/qt4/examples/declarative/sqllocalstorage/qml/sqllocalstorage +@dirrm share/examples/qt4/examples/declarative/sqllocalstorage/qml @dirrm share/examples/qt4/examples/declarative/sqllocalstorage -@dirrm share/examples/qt4/examples/declarative/shadereffects/qml/images +@dirrm share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects/images +@dirrm share/examples/qt4/examples/declarative/shadereffects/qml/shadereffects @dirrm share/examples/qt4/examples/declarative/shadereffects/qml @dirrm share/examples/qt4/examples/declarative/shadereffects +@dirrm share/examples/qt4/examples/declarative/positioners/qml/positioners +@dirrm share/examples/qt4/examples/declarative/positioners/qml @dirrm share/examples/qt4/examples/declarative/positioners -@dirrm share/examples/qt4/examples/declarative/plugins/com/nokia/TimeExample -@dirrm share/examples/qt4/examples/declarative/plugins/com/nokia -@dirrm share/examples/qt4/examples/declarative/plugins/com -@dirrm share/examples/qt4/examples/declarative/plugins -@dirrm share/examples/qt4/examples/declarative/objectlistmodel -@dirrm share/examples/qt4/examples/declarative/keyinteraction/focus/Core/images -@dirrm share/examples/qt4/examples/declarative/keyinteraction/focus/Core +@dirrm share/examples/qt4/examples/declarative/modelviews/webview/newwindows/qml/newwindows +@dirrm share/examples/qt4/examples/declarative/modelviews/webview/newwindows/qml +@dirrm share/examples/qt4/examples/declarative/modelviews/webview/newwindows +@dirrm share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/qml/inlinehtml +@dirrm share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml/qml +@dirrm share/examples/qt4/examples/declarative/modelviews/webview/inlinehtml +@dirrm share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/pics +@dirrm share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/Mapping +@dirrm share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content +@dirrm share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps +@dirrm share/examples/qt4/examples/declarative/modelviews/webview/googlemaps/qml +@dirrm share/examples/qt4/examples/declarative/modelviews/webview/googlemaps +@dirrm share/examples/qt4/examples/declarative/modelviews/webview/autosize/qml/autosize +@dirrm share/examples/qt4/examples/declarative/modelviews/webview/autosize/qml +@dirrm share/examples/qt4/examples/declarative/modelviews/webview/autosize +@dirrm share/examples/qt4/examples/declarative/modelviews/webview/alerts/qml/alerts +@dirrm share/examples/qt4/examples/declarative/modelviews/webview/alerts/qml +@dirrm share/examples/qt4/examples/declarative/modelviews/webview/alerts +@dirrm share/examples/qt4/examples/declarative/modelviews/webview +@dirrm share/examples/qt4/examples/declarative/modelviews/visualitemmodel/qml/visualitemmodel +@dirrm share/examples/qt4/examples/declarative/modelviews/visualitemmodel/qml +@dirrm share/examples/qt4/examples/declarative/modelviews/visualitemmodel +@dirrm share/examples/qt4/examples/declarative/modelviews/stringlistmodel/qml/stringlistmodel +@dirrm share/examples/qt4/examples/declarative/modelviews/stringlistmodel/qml +@dirrm share/examples/qt4/examples/declarative/modelviews/stringlistmodel +@dirrm share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics +@dirrm share/examples/qt4/examples/declarative/modelviews/pathview-example/qml/pathview-example +@dirrm share/examples/qt4/examples/declarative/modelviews/pathview-example/qml +@dirrm share/examples/qt4/examples/declarative/modelviews/pathview-example +@dirrm share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax/pics +@dirrm share/examples/qt4/examples/declarative/modelviews/parallax/qml/parallax +@dirrm share/examples/qt4/examples/declarative/modelviews/parallax/qml +@dirrm share/examples/qt4/examples/declarative/modelviews/parallax +@dirrm share/examples/qt4/examples/declarative/modelviews/package/qml/package +@dirrm share/examples/qt4/examples/declarative/modelviews/package/qml +@dirrm share/examples/qt4/examples/declarative/modelviews/package +@dirrm share/examples/qt4/examples/declarative/modelviews/objectlistmodel/qml/objectlistmodel +@dirrm share/examples/qt4/examples/declarative/modelviews/objectlistmodel/qml +@dirrm share/examples/qt4/examples/declarative/modelviews/objectlistmodel +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content/pics +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections/content +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/sections/qml/sections +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/sections/qml +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/sections +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlightranges/qml +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlightranges +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight/content +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml/highlight +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlight/qml +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/highlight +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates/qml +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/expandingdelegates +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist/qml +@dirrm share/examples/qt4/examples/declarative/modelviews/listview/dynamiclist +@dirrm share/examples/qt4/examples/declarative/modelviews/listview +@dirrm share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics +@dirrm share/examples/qt4/examples/declarative/modelviews/gridview-example/qml/gridview-example +@dirrm share/examples/qt4/examples/declarative/modelviews/gridview-example/qml +@dirrm share/examples/qt4/examples/declarative/modelviews/gridview-example +@dirrm share/examples/qt4/examples/declarative/modelviews/abstractitemmodel/qml/abstractitemmodel +@dirrm share/examples/qt4/examples/declarative/modelviews/abstractitemmodel/qml +@dirrm share/examples/qt4/examples/declarative/modelviews/abstractitemmodel +@dirrm share/examples/qt4/examples/declarative/modelviews +@dirrm share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/images +@dirrm share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus/FocusCore +@dirrm share/examples/qt4/examples/declarative/keyinteraction/focus/qml/focus +@dirrm share/examples/qt4/examples/declarative/keyinteraction/focus/qml @dirrm share/examples/qt4/examples/declarative/keyinteraction/focus @dirrm share/examples/qt4/examples/declarative/keyinteraction -@dirrm share/examples/qt4/examples/declarative/imageprovider/ImageProviderCore -@dirrm share/examples/qt4/examples/declarative/imageprovider +@dirrm share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows/content +@dirrm share/examples/qt4/examples/declarative/imageelements/shadows/qml/shadows +@dirrm share/examples/qt4/examples/declarative/imageelements/shadows/qml +@dirrm share/examples/qt4/examples/declarative/imageelements/shadows +@dirrm share/examples/qt4/examples/declarative/imageelements/image/qml/image +@dirrm share/examples/qt4/examples/declarative/imageelements/image/qml @dirrm share/examples/qt4/examples/declarative/imageelements/image -@dirrm share/examples/qt4/examples/declarative/imageelements/borderimage/content +@dirrm share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage/content +@dirrm share/examples/qt4/examples/declarative/imageelements/borderimage/qml/borderimage +@dirrm share/examples/qt4/examples/declarative/imageelements/borderimage/qml @dirrm share/examples/qt4/examples/declarative/imageelements/borderimage @dirrm share/examples/qt4/examples/declarative/imageelements -@dirrm share/examples/qt4/examples/declarative/i18n/i18n +@dirrm share/examples/qt4/examples/declarative/i18n/qml/i18n +@dirrm share/examples/qt4/examples/declarative/i18n/qml @dirrm share/examples/qt4/examples/declarative/i18n -@dirrm share/examples/qt4/examples/declarative/extending/valuesource -@dirrm share/examples/qt4/examples/declarative/extending/signal -@dirrm share/examples/qt4/examples/declarative/extending/properties -@dirrm share/examples/qt4/examples/declarative/extending/methods -@dirrm share/examples/qt4/examples/declarative/extending/grouped -@dirrm share/examples/qt4/examples/declarative/extending/extended -@dirrm share/examples/qt4/examples/declarative/extending/default -@dirrm share/examples/qt4/examples/declarative/extending/coercion -@dirrm share/examples/qt4/examples/declarative/extending/binding -@dirrm share/examples/qt4/examples/declarative/extending/attached -@dirrm share/examples/qt4/examples/declarative/extending/adding -@dirrm share/examples/qt4/examples/declarative/extending @dirrm share/examples/qt4/examples/declarative/cppextensions/referenceexamples/valuesource @dirrm share/examples/qt4/examples/declarative/cppextensions/referenceexamples/signal @dirrm share/examples/qt4/examples/declarative/cppextensions/referenceexamples/properties @@ -4123,7 +4806,11 @@ share/examples/qt4/examples/xmlpatterns/xquery/xquery.pro @dirrm share/examples/qt4/examples/declarative/cppextensions/referenceexamples @dirrm share/examples/qt4/examples/declarative/cppextensions/qwidgets/QWidgets @dirrm share/examples/qt4/examples/declarative/cppextensions/qwidgets +@dirrm share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qml/qgraphicslinearlayout +@dirrm share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qml @dirrm share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout +@dirrm share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qml/qgraphicsgridlayout +@dirrm share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qml @dirrm share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout @dirrm share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts/layoutitem @dirrm share/examples/qt4/examples/declarative/cppextensions/qgraphicslayouts @@ -4131,15 +4818,31 @@ share/examples/qt4/examples/xmlpatterns/xquery/xquery.pro @dirrm share/examples/qt4/examples/declarative/cppextensions/plugins/com/nokia @dirrm share/examples/qt4/examples/declarative/cppextensions/plugins/com @dirrm share/examples/qt4/examples/declarative/cppextensions/plugins +@dirrm share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory/qml/networkaccessmanagerfactory +@dirrm share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory/qml @dirrm share/examples/qt4/examples/declarative/cppextensions/networkaccessmanagerfactory @dirrm share/examples/qt4/examples/declarative/cppextensions/imageprovider/ImageProviderCore @dirrm share/examples/qt4/examples/declarative/cppextensions/imageprovider @dirrm share/examples/qt4/examples/declarative/cppextensions +@dirrm share/examples/qt4/examples/declarative/animation/states/qml/states +@dirrm share/examples/qt4/examples/declarative/animation/states/qml @dirrm share/examples/qt4/examples/declarative/animation/states -@dirrm share/examples/qt4/examples/declarative/animation/easing/content +@dirrm share/examples/qt4/examples/declarative/animation/easing/qml/easing/content +@dirrm share/examples/qt4/examples/declarative/animation/easing/qml/easing +@dirrm share/examples/qt4/examples/declarative/animation/easing/qml @dirrm share/examples/qt4/examples/declarative/animation/easing +@dirrm share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/qml/behaviours +@dirrm share/examples/qt4/examples/declarative/animation/behaviors/behavior-example/qml +@dirrm share/examples/qt4/examples/declarative/animation/behaviors/behavior-example @dirrm share/examples/qt4/examples/declarative/animation/behaviors -@dirrm share/examples/qt4/examples/declarative/animation/basics/images +@dirrm share/examples/qt4/examples/declarative/animation/basics/property-animation/qml/property-animation/images +@dirrm share/examples/qt4/examples/declarative/animation/basics/property-animation/qml/property-animation +@dirrm share/examples/qt4/examples/declarative/animation/basics/property-animation/qml +@dirrm share/examples/qt4/examples/declarative/animation/basics/property-animation +@dirrm share/examples/qt4/examples/declarative/animation/basics/color-animation/qml/color-animation/images +@dirrm share/examples/qt4/examples/declarative/animation/basics/color-animation/qml/color-animation +@dirrm share/examples/qt4/examples/declarative/animation/basics/color-animation/qml +@dirrm share/examples/qt4/examples/declarative/animation/basics/color-animation @dirrm share/examples/qt4/examples/declarative/animation/basics @dirrm share/examples/qt4/examples/declarative/animation @dirrm share/examples/qt4/examples/declarative @@ -4195,39 +4898,60 @@ share/examples/qt4/examples/xmlpatterns/xquery/xquery.pro @dirrm share/examples/qt4/demos/mainwindow @dirrm share/examples/qt4/demos/interview/images @dirrm share/examples/qt4/demos/interview +@dirrm share/examples/qt4/demos/helper/qmlapplicationviewer +@dirrm share/examples/qt4/demos/helper @dirrm share/examples/qt4/demos/gradients +@dirrm share/examples/qt4/demos/glhypnotizer @dirrm share/examples/qt4/demos/embeddeddialogs @dirrm share/examples/qt4/demos/deform -@dirrm share/examples/qt4/demos/declarative/webbrowser/content/pics -@dirrm share/examples/qt4/demos/declarative/webbrowser/content +@dirrm share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content/pics +@dirrm share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser/content +@dirrm share/examples/qt4/demos/declarative/webbrowser/qml/webbrowser +@dirrm share/examples/qt4/demos/declarative/webbrowser/qml @dirrm share/examples/qt4/demos/declarative/webbrowser -@dirrm share/examples/qt4/demos/declarative/twitter/TwitterCore/images -@dirrm share/examples/qt4/demos/declarative/twitter/TwitterCore +@dirrm share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore/images +@dirrm share/examples/qt4/demos/declarative/twitter/qml/twitter/TwitterCore +@dirrm share/examples/qt4/demos/declarative/twitter/qml/twitter +@dirrm share/examples/qt4/demos/declarative/twitter/qml @dirrm share/examples/qt4/demos/declarative/twitter -@dirrm share/examples/qt4/demos/declarative/snake/content/pics -@dirrm share/examples/qt4/demos/declarative/snake/content +@dirrm share/examples/qt4/demos/declarative/snake/qml/snake/content/pics +@dirrm share/examples/qt4/demos/declarative/snake/qml/snake/content +@dirrm share/examples/qt4/demos/declarative/snake/qml/snake +@dirrm share/examples/qt4/demos/declarative/snake/qml @dirrm share/examples/qt4/demos/declarative/snake -@dirrm share/examples/qt4/demos/declarative/samegame/highscores -@dirrm share/examples/qt4/demos/declarative/samegame/SamegameCore/pics -@dirrm share/examples/qt4/demos/declarative/samegame/SamegameCore +@dirrm share/examples/qt4/demos/declarative/samegame/qml/samegame/highscores +@dirrm share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore/pics +@dirrm share/examples/qt4/demos/declarative/samegame/qml/samegame/SamegameCore +@dirrm share/examples/qt4/demos/declarative/samegame/qml/samegame +@dirrm share/examples/qt4/demos/declarative/samegame/qml @dirrm share/examples/qt4/demos/declarative/samegame -@dirrm share/examples/qt4/demos/declarative/rssnews/content/images -@dirrm share/examples/qt4/demos/declarative/rssnews/content +@dirrm share/examples/qt4/demos/declarative/rssnews/qml/rssnews/content/images +@dirrm share/examples/qt4/demos/declarative/rssnews/qml/rssnews/content +@dirrm share/examples/qt4/demos/declarative/rssnews/qml/rssnews +@dirrm share/examples/qt4/demos/declarative/rssnews/qml @dirrm share/examples/qt4/demos/declarative/rssnews -@dirrm share/examples/qt4/demos/declarative/photoviewer/i18n -@dirrm share/examples/qt4/demos/declarative/photoviewer/PhotoViewerCore/script -@dirrm share/examples/qt4/demos/declarative/photoviewer/PhotoViewerCore/images -@dirrm share/examples/qt4/demos/declarative/photoviewer/PhotoViewerCore +@dirrm share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/i18n +@dirrm share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/script +@dirrm share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/images +@dirrm share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore +@dirrm share/examples/qt4/demos/declarative/photoviewer/qml/photoviewer +@dirrm share/examples/qt4/demos/declarative/photoviewer/qml @dirrm share/examples/qt4/demos/declarative/photoviewer -@dirrm share/examples/qt4/demos/declarative/minehunt/MinehuntCore/pics -@dirrm share/examples/qt4/demos/declarative/minehunt/MinehuntCore +@dirrm share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics +@dirrm share/examples/qt4/demos/declarative/minehunt/qml/minehunt/MinehuntCore +@dirrm share/examples/qt4/demos/declarative/minehunt/qml/minehunt +@dirrm share/examples/qt4/demos/declarative/minehunt/qml @dirrm share/examples/qt4/demos/declarative/minehunt -@dirrm share/examples/qt4/demos/declarative/flickr/mobile/images -@dirrm share/examples/qt4/demos/declarative/flickr/mobile -@dirrm share/examples/qt4/demos/declarative/flickr/common +@dirrm share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile/images +@dirrm share/examples/qt4/demos/declarative/flickr/qml/flickr/mobile +@dirrm share/examples/qt4/demos/declarative/flickr/qml/flickr/common +@dirrm share/examples/qt4/demos/declarative/flickr/qml/flickr +@dirrm share/examples/qt4/demos/declarative/flickr/qml @dirrm share/examples/qt4/demos/declarative/flickr -@dirrm share/examples/qt4/demos/declarative/calculator/Core/images -@dirrm share/examples/qt4/demos/declarative/calculator/Core +@dirrm share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore/images +@dirrm share/examples/qt4/demos/declarative/calculator/qml/calculator/CalculatorCore +@dirrm share/examples/qt4/demos/declarative/calculator/qml/calculator +@dirrm share/examples/qt4/demos/declarative/calculator/qml @dirrm share/examples/qt4/demos/declarative/calculator @dirrm share/examples/qt4/demos/declarative @dirrm share/examples/qt4/demos/composition diff --git a/multimedia/qt4-phonon/Makefile b/multimedia/qt4-phonon/Makefile index c598de46b44..32870c3de6d 100644 --- a/multimedia/qt4-phonon/Makefile +++ b/multimedia/qt4-phonon/Makefile @@ -7,7 +7,6 @@ PORTNAME= phonon DISTVERSION= ${QT4_VERSION} -PORTREVISION= 1 CATEGORIES?= multimedia PKGNAMEPREFIX= qt4- diff --git a/net/qt4-network/pkg-plist b/net/qt4-network/pkg-plist index 3aa7db5b336..98487934715 100644 --- a/net/qt4-network/pkg-plist +++ b/net/qt4-network/pkg-plist @@ -6,6 +6,7 @@ include/qt4/Qt/qftp.h include/qt4/Qt/qhostaddress.h include/qt4/Qt/qhostinfo.h include/qt4/Qt/qhttp.h +include/qt4/Qt/qhttpmultipart.h include/qt4/Qt/qlocalserver.h include/qt4/Qt/qlocalsocket.h include/qt4/Qt/qnetworkaccessmanager.h @@ -38,6 +39,8 @@ include/qt4/QtNetwork/QHostAddress include/qt4/QtNetwork/QHostInfo include/qt4/QtNetwork/QHttp include/qt4/QtNetwork/QHttpHeader +include/qt4/QtNetwork/QHttpMultiPart +include/qt4/QtNetwork/QHttpPart include/qt4/QtNetwork/QHttpRequestHeader include/qt4/QtNetwork/QHttpResponseHeader include/qt4/QtNetwork/QIPv6Address @@ -78,6 +81,7 @@ include/qt4/QtNetwork/qftp.h include/qt4/QtNetwork/qhostaddress.h include/qt4/QtNetwork/qhostinfo.h include/qt4/QtNetwork/qhttp.h +include/qt4/QtNetwork/qhttpmultipart.h include/qt4/QtNetwork/qlocalserver.h include/qt4/QtNetwork/qlocalsocket.h include/qt4/QtNetwork/qnetworkaccessmanager.h diff --git a/www/qt4-webkit/Makefile b/www/qt4-webkit/Makefile index 38109bc25b0..4c6cbe4d0ae 100644 --- a/www/qt4-webkit/Makefile +++ b/www/qt4-webkit/Makefile @@ -13,8 +13,10 @@ PKGNAMEPREFIX= qt4- MAINTAINER= kde@FreeBSD.org COMMENT= Qt4 WebKit engine +USE_GNOME= glib20 +USE_GSTREAMER= yes USE_QT_VER= 4 -QT_COMPONENTS= corelib declarative gui network phonon \ +QT_COMPONENTS= corelib declarative gui network \ qmake_build moc_build rcc_build QT_NONSTANDARD= yes QT_DIST= yes @@ -40,7 +42,7 @@ EXTRACT_AFTER_ARGS= | ${TAR} -xf - EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}' .endfor -BUILD_WRKSRC= ${WRKSRC}/src/3rdparty/${PORTNAME} +BUILD_WRKSRC= ${WRKSRC}/src/3rdparty/${PORTNAME}/Source INSTALL_WRKSRC= ${BUILD_WRKSRC} CONFIGURE_ARGS+= -I../../../../include/Qt -I../../../../include @@ -52,6 +54,8 @@ pre-configure: ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc ${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/bin/rcc + # Avoid building and installing several tests. Should this be + # made an option? ${REINPLACE_CMD} -e '/WebKit\/qt\/tests/ d' \ ${BUILD_WRKSRC}/WebKit.pro @@ -61,12 +65,16 @@ post-configure: -e 's|.*$$(QMAKE).*||g' \ -e '/^CFLAGS/ s|-I${LOCALBASE}/include ||g' \ -e '/^CXXFLAGS/ s|-I${LOCALBASE}/include ||g' \ - ${BUILD_WRKSRC}/WebCore/Makefile + ${BUILD_WRKSRC}/Makefile \ + ${BUILD_WRKSRC}/WebCore/Makefile \ + ${BUILD_WRKSRC}/WebKit/qt/Makefile + ${CP} ${BUILD_WRKSRC}/WebKit/qt/Makefile \ + ${BUILD_WRKSRC}/WebKit/qt/Makefile.QtWebKit ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ -E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \ ${WRKSRC}/lib/pkgconfig/QtWebKit.pc -# QtWebKit is statically linked with jscore, remove the latest. - ${REINPLACE_CMD} -e 's|-L../JavaScriptCore/release||;s|-ljscore||' \ + # QtWebKit is statically linked with jscore, remove the latest. + ${REINPLACE_CMD} -e 's|-L../JavaScriptCore/release||; s|-ljscore||' \ ${WRKSRC}/lib/pkgconfig/QtWebKit.pc \ ${WRKSRC}/lib/libQtWebKit.la diff --git a/www/qt4-webkit/files/patch-src-3rdparty-webkit-JavaScriptCore-jit-JITStubs.cpp b/www/qt4-webkit/files/patch-src-3rdparty-webkit-JavaScriptCore-jit-JITStubs.cpp deleted file mode 100644 index 8e96e2491c5..00000000000 --- a/www/qt4-webkit/files/patch-src-3rdparty-webkit-JavaScriptCore-jit-JITStubs.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/3rdparty/webkit/JavaScriptCore/jit/JITStubs.cpp.orig 2010-11-06 02:55:20.000000000 +0100 -+++ src/3rdparty/webkit/JavaScriptCore/jit/JITStubs.cpp 2011-01-17 14:32:18.000000000 +0100 -@@ -77,7 +77,7 @@ - #define THUMB_FUNC_PARAM(name) - #endif - --#if OS(LINUX) && CPU(X86_64) -+#if (OS(LINUX) || OS(FREEBSD)) && CPU(X86_64) - #define SYMBOL_STRING_RELOCATION(name) #name "@plt" - #else - #define SYMBOL_STRING_RELOCATION(name) SYMBOL_STRING(name) diff --git a/www/qt4-webkit/files/patch-src-3rdparty-javascriptcore-JavaScriptCore-jit-JITStubs.cpp b/www/qt4-webkit/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__jit__JITStubs.cpp index 4f2f4c038c8..f68753f622a 100644 --- a/www/qt4-webkit/files/patch-src-3rdparty-javascriptcore-JavaScriptCore-jit-JITStubs.cpp +++ b/www/qt4-webkit/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__jit__JITStubs.cpp @@ -1,5 +1,5 @@ ---- src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp.orig 2010-11-06 02:55:22.000000000 +0100 -+++ src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp 2011-01-17 14:32:18.000000000 +0100 +--- ./src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp.orig 2011-12-08 06:06:02.000000000 +0100 ++++ ./src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp 2012-01-08 17:18:52.511348683 +0100 @@ -80,7 +80,7 @@ #define THUMB_FUNC_PARAM(name) #endif diff --git a/www/qt4-webkit/files/patch-src__3rdparty__webkit__JavaScriptCore__wtf__Platform.h b/www/qt4-webkit/files/patch-src__3rdparty__webkit__JavaScriptCore__wtf__Platform.h deleted file mode 100644 index 5e1f4a2e506..00000000000 --- a/www/qt4-webkit/files/patch-src__3rdparty__webkit__JavaScriptCore__wtf__Platform.h +++ /dev/null @@ -1,23 +0,0 @@ ---- ./src/3rdparty/webkit/JavaScriptCore/wtf/Platform.h.orig 2010-09-10 09:05:22.000000000 +0000 -+++ ./src/3rdparty/webkit/JavaScriptCore/wtf/Platform.h 2010-11-04 11:29:10.000000000 +0000 -@@ -937,6 +937,11 @@ - #define ENABLE_JIT 1 - #elif CPU(ARM_TRADITIONAL) && OS(LINUX) - #define ENABLE_JIT 1 -+#elif CPU(X86) && OS(FREEBSD) && GCC_VERSION >= 40100 -+ #define ENABLE_JIT 1 -+ #define WTF_USE_JIT_STUB_ARGUMENT_VA_LIST 1 -+#elif CPU(X86_64) && OS(FREEBSD) && GCC_VERSION >= 40100 -+ #define ENABLE_JIT 1 - #endif - #endif /* PLATFORM(QT) */ - -@@ -1007,6 +1012,8 @@ - || (CPU(X86_64) && OS(LINUX) && GCC_VERSION >= 40100) \ - || (CPU(ARM_TRADITIONAL) && OS(LINUX)) \ - || (CPU(MIPS) && OS(LINUX)) \ -+ || (CPU(X86) && OS(FREEBSD) && GCC_VERSION >= 40100) \ -+ || (CPU(X86_64) && OS(FREEBSD) && GCC_VERSION >= 40100) \ - || (CPU(X86) && OS(DARWIN)) \ - || (CPU(X86_64) && OS(DARWIN)) - #define ENABLE_YARR 1 diff --git a/www/qt4-webkit/files/patch-src-3rdparty-webkit-JavaScriptCore-runtime_JSValue.h b/www/qt4-webkit/files/patch-src__3rdparty__webkit__Source__JavaScriptCore__runtime__JSValueInlineMethods.h index c9bf3296c94..e2b4f74d54a 100644 --- a/www/qt4-webkit/files/patch-src-3rdparty-webkit-JavaScriptCore-runtime_JSValue.h +++ b/www/qt4-webkit/files/patch-src__3rdparty__webkit__Source__JavaScriptCore__runtime__JSValueInlineMethods.h @@ -1,6 +1,6 @@ ---- src/3rdparty/webkit/JavaScriptCore/runtime/JSValue.h.orig 2010-05-22 11:09:21.423802590 +0200 -+++ src/3rdparty/webkit/JavaScriptCore/runtime/JSValue.h 2010-05-22 11:31:33.896924042 +0200 -@@ -491,7 +491,11 @@ +--- ./src/3rdparty/webkit/Source/JavaScriptCore/runtime/JSValueInlineMethods.h.orig 2011-12-08 06:06:02.000000000 +0100 ++++ ./src/3rdparty/webkit/Source/JavaScriptCore/runtime/JSValueInlineMethods.h 2012-01-08 17:18:52.511348683 +0100 +@@ -227,7 +227,11 @@ u.asBits.tag = CellTag; else u.asBits.tag = EmptyValueTag; @@ -12,7 +12,7 @@ #if ENABLE(JSC_ZOMBIES) ASSERT(!isZombie()); #endif -@@ -503,7 +507,11 @@ +@@ -239,7 +243,11 @@ u.asBits.tag = CellTag; else u.asBits.tag = EmptyValueTag; diff --git a/www/qt4-webkit/files/patch-src__3rdparty__webkit__Source__WebKit__qt__QtWebKit.pro b/www/qt4-webkit/files/patch-src__3rdparty__webkit__Source__WebKit__qt__QtWebKit.pro new file mode 100644 index 00000000000..994adda6591 --- /dev/null +++ b/www/qt4-webkit/files/patch-src__3rdparty__webkit__Source__WebKit__qt__QtWebKit.pro @@ -0,0 +1,11 @@ +--- ./src/3rdparty/webkit/Source/WebKit/qt/QtWebKit.pro.orig 2011-12-08 06:06:03.000000000 +0100 ++++ ./src/3rdparty/webkit/Source/WebKit/qt/QtWebKit.pro 2012-01-08 17:18:52.521346053 +0100 +@@ -84,7 +84,7 @@ + } + + moduleFile=$$PWD/qt_webkit_version.pri +-isEmpty(QT_BUILD_TREE):include($$moduleFile) ++include($$moduleFile) + VERSION = $${QT_WEBKIT_MAJOR_VERSION}.$${QT_WEBKIT_MINOR_VERSION}.$${QT_WEBKIT_PATCH_VERSION} + + symbian { diff --git a/www/qt4-webkit/files/patch-src__3rdparty__webkit__WebCore__WebCore.pro b/www/qt4-webkit/files/patch-src__3rdparty__webkit__WebCore__WebCore.pro deleted file mode 100644 index 89db1606d77..00000000000 --- a/www/qt4-webkit/files/patch-src__3rdparty__webkit__WebCore__WebCore.pro +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/3rdparty/webkit/WebCore/WebCore.pro.orig 2010-11-06 04:55:21.000000000 +0300 -+++ ./src/3rdparty/webkit/WebCore/WebCore.pro 2010-11-11 12:50:15.632322975 +0300 -@@ -82,7 +82,7 @@ - symbian: TARGET =$$TARGET$${QT_LIBINFIX} - } - moduleFile=$$PWD/../WebKit/qt/qt_webkit_version.pri --isEmpty(QT_BUILD_TREE):include($$moduleFile) -+include($$moduleFile) - VERSION = $${QT_WEBKIT_MAJOR_VERSION}.$${QT_WEBKIT_MINOR_VERSION}.$${QT_WEBKIT_PATCH_VERSION} - - unix { diff --git a/www/qt4-webkit/files/patch-src__3rdparty__webkit__WebCore__bindings__js__JSDOMBinding.h b/www/qt4-webkit/files/patch-src__3rdparty__webkit__WebCore__bindings__js__JSDOMBinding.h deleted file mode 100644 index c6489f426ab..00000000000 --- a/www/qt4-webkit/files/patch-src__3rdparty__webkit__WebCore__bindings__js__JSDOMBinding.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/3rdparty/webkit/WebCore/bindings/js/JSDOMBinding.h.orig 2011-06-30 11:23:39.846687664 +0200 -+++ ./src/3rdparty/webkit/WebCore/bindings/js/JSDOMBinding.h 2011-06-30 11:24:11.486683861 +0200 -@@ -225,7 +225,7 @@ - { - if (!node) - return JSC::jsNull(); -- if (JSNode* wrapper = getCachedDOMNodeWrapper(exec, node->document(), node)) -+ if (JSC::JSCell* wrapper = getCachedDOMNodeWrapper(exec, node->document(), node)) - return wrapper; - return createDOMNodeWrapper<WrapperClass>(exec, globalObject, node); - } diff --git a/www/qt4-webkit/pkg-plist b/www/qt4-webkit/pkg-plist index ff9024b0d47..101b5da42ea 100644 --- a/www/qt4-webkit/pkg-plist +++ b/www/qt4-webkit/pkg-plist @@ -7,9 +7,11 @@ include/qt4/Qt/qwebhistory.h include/qt4/Qt/qwebhistoryinterface.h include/qt4/Qt/qwebinspector.h include/qt4/Qt/qwebkitglobal.h +include/qt4/Qt/qwebkitplatformplugin.h include/qt4/Qt/qwebkitversion.h include/qt4/Qt/qwebpage.h include/qt4/Qt/qwebpluginfactory.h +include/qt4/Qt/qwebscriptworld.h include/qt4/Qt/qwebsecurityorigin.h include/qt4/Qt/qwebsettings.h include/qt4/Qt/qwebview.h @@ -18,15 +20,24 @@ include/qt4/QtWebKit/QWebDatabase include/qt4/QtWebKit/QWebElement include/qt4/QtWebKit/QWebElementCollection include/qt4/QtWebKit/QWebFrame +include/qt4/QtWebKit/QWebFullScreenVideoHandler +include/qt4/QtWebKit/QWebHapticFeedbackPlayer include/qt4/QtWebKit/QWebHistory include/qt4/QtWebKit/QWebHistoryInterface include/qt4/QtWebKit/QWebHistoryItem include/qt4/QtWebKit/QWebHitTestResult include/qt4/QtWebKit/QWebInspector +include/qt4/QtWebKit/QWebKitPlatformPlugin +include/qt4/QtWebKit/QWebNotificationData +include/qt4/QtWebKit/QWebNotificationPresenter include/qt4/QtWebKit/QWebPage include/qt4/QtWebKit/QWebPluginFactory +include/qt4/QtWebKit/QWebScriptWorld include/qt4/QtWebKit/QWebSecurityOrigin +include/qt4/QtWebKit/QWebSelectData +include/qt4/QtWebKit/QWebSelectMethod include/qt4/QtWebKit/QWebSettings +include/qt4/QtWebKit/QWebTouchModifier include/qt4/QtWebKit/QWebView include/qt4/QtWebKit/QtWebKit include/qt4/QtWebKit/qgraphicswebview.h @@ -37,9 +48,11 @@ include/qt4/QtWebKit/qwebhistory.h include/qt4/QtWebKit/qwebhistoryinterface.h include/qt4/QtWebKit/qwebinspector.h include/qt4/QtWebKit/qwebkitglobal.h +include/qt4/QtWebKit/qwebkitplatformplugin.h include/qt4/QtWebKit/qwebkitversion.h include/qt4/QtWebKit/qwebpage.h include/qt4/QtWebKit/qwebpluginfactory.h +include/qt4/QtWebKit/qwebscriptworld.h include/qt4/QtWebKit/qwebsecurityorigin.h include/qt4/QtWebKit/qwebsettings.h include/qt4/QtWebKit/qwebview.h @@ -50,8 +63,8 @@ lib/qt4/libQtWebKit.la lib/qt4/libQtWebKit.prl lib/qt4/libQtWebKit.so lib/qt4/libQtWebKit.so.4 -lib/qt4/libQtWebKit.so.%%SHLIB_SHVER%% -lib/qt4/libQtWebKit.so.%%SHLIB_VER%% +lib/qt4/libQtWebKit.so.4.9 +lib/qt4/libQtWebKit.so.4.9.0 libdata/pkgconfig/QtWebKit.pc share/qt4/mkspecs/modules/qt_webkit_version.pri @dirrmtry share/qt4/mkspecs/modules diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile index 7a076d249ef..9da4ad0afb5 100644 --- a/x11-toolkits/qt4-gui/Makefile +++ b/x11-toolkits/qt4-gui/Makefile @@ -8,7 +8,6 @@ PORTNAME= gui DISTVERSION= ${QT4_VERSION} -PORTREVISION= 1 CATEGORIES?= x11-toolkits PKGNAMEPREFIX= qt4- @@ -106,4 +105,7 @@ post-configure: -E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \ ${WRKSRC}/lib/pkgconfig/QtGui.pc +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.post.mk> diff --git a/x11-toolkits/qt4-gui/files/patch-src__gui__image__qnativeimage.cpp b/x11-toolkits/qt4-gui/files/patch-src__gui__image__qnativeimage.cpp deleted file mode 100644 index e869f1b4054..00000000000 --- a/x11-toolkits/qt4-gui/files/patch-src__gui__image__qnativeimage.cpp +++ /dev/null @@ -1,23 +0,0 @@ ---- ./src/gui/image/qnativeimage.cpp.orig 2012-03-12 13:30:21.000000000 +0100 -+++ ./src/gui/image/qnativeimage.cpp 2012-03-12 13:32:39.000000000 +0100 -@@ -178,15 +178,17 @@ - if (ok) { - xshmimg->data = (char*)shmat(xshminfo.shmid, 0, 0); - xshminfo.shmaddr = xshmimg->data; -- if (shmctl(xshminfo.shmid, IPC_RMID, 0) == -1) -- qWarning() << "Error while marking the shared memory segment to be destroyed"; - ok = (xshminfo.shmaddr != (char*)-1); - if (ok) - image = QImage((uchar *)xshmimg->data, width, height, format); - } - xshminfo.readOnly = false; -- if (ok) -+ if (ok) { - ok = XShmAttach(X11->display, &xshminfo); -+ XSync(X11->display, False); -+ if (shmctl(xshminfo.shmid, IPC_RMID, 0) == -1) -+ qWarning() << "Error while marking the shared memory segment to be destroyed"; -+ } - if (!ok) { - qWarning() << "QNativeImage: Unable to attach to shared memory segment."; - if (xshmimg->data) { diff --git a/x11-toolkits/qt4-gui/files/patch-src__gui__text__qtextlayout.cpp b/x11-toolkits/qt4-gui/files/patch-src__gui__text__qtextlayout.cpp new file mode 100644 index 00000000000..7043bfc3230 --- /dev/null +++ b/x11-toolkits/qt4-gui/files/patch-src__gui__text__qtextlayout.cpp @@ -0,0 +1,13 @@ +--- ./src/gui/text/qtextlayout.cpp.orig 2012-03-14 15:01:14.000000000 +0100 ++++ ./src/gui/text/qtextlayout.cpp 2012-04-03 09:40:53.779974016 +0200 +@@ -2508,6 +2508,10 @@ + int pos = *cursorPos; + int itm; + const HB_CharAttributes *attributes = eng->attributes(); ++ if (!attributes) { ++ *cursorPos = 0; ++ return x.toReal(); ++ } + while (pos < line.from + line.length && !attributes[pos].charStop) + pos++; + if (pos == line.from + (int)line.length) { diff --git a/x11-toolkits/qt4-gui/pkg-message b/x11-toolkits/qt4-gui/pkg-message new file mode 100644 index 00000000000..f61937fce4f --- /dev/null +++ b/x11-toolkits/qt4-gui/pkg-message @@ -0,0 +1,11 @@ +====================================================================== + +Qt paint engine makes common use of shared memory. To avoid MIT-SHM +errors (i.e., blank windows), you probably need to tune shared memory +limits in loader.conf(5). The following should be safe values for the +KDE Plasma Desktop: + +kern.ipc.shmmni=1024 +kern.ipc.shmseg=1024 + +====================================================================== diff --git a/x11-toolkits/qt4-gui/pkg-plist b/x11-toolkits/qt4-gui/pkg-plist index 4fe9846c7a9..ecc28990b88 100644 --- a/x11-toolkits/qt4-gui/pkg-plist +++ b/x11-toolkits/qt4-gui/pkg-plist @@ -71,8 +71,11 @@ include/qt4/Qt/qfontmetrics.h include/qt4/Qt/qformlayout.h include/qt4/Qt/qframe.h include/qt4/Qt/qgenericmatrix.h +include/qt4/Qt/qgenericplugin_qpa.h +include/qt4/Qt/qgenericpluginfactory_qpa.h include/qt4/Qt/qgesture.h include/qt4/Qt/qgesturerecognizer.h +include/qt4/Qt/qglyphrun.h include/qt4/Qt/qgraphicsanchorlayout.h include/qt4/Qt/qgraphicseffect.h include/qt4/Qt/qgraphicsgridlayout.h @@ -84,6 +87,7 @@ include/qt4/Qt/qgraphicslinearlayout.h include/qt4/Qt/qgraphicsproxywidget.h include/qt4/Qt/qgraphicsscene.h include/qt4/Qt/qgraphicssceneevent.h +include/qt4/Qt/qgraphicssystemhelper_symbian.h include/qt4/Qt/qgraphicstransform.h include/qt4/Qt/qgraphicsview.h include/qt4/Qt/qgraphicswidget.h @@ -95,6 +99,7 @@ include/qt4/Qt/qheaderview.h include/qt4/Qt/qicon.h include/qt4/Qt/qiconengine.h include/qt4/Qt/qiconengineplugin.h +include/qt4/Qt/qidentityproxymodel.h include/qt4/Qt/qimage.h include/qt4/Qt/qimageiohandler.h include/qt4/Qt/qimagereader.h @@ -109,6 +114,7 @@ include/qt4/Qt/qitemselectionmodel.h include/qt4/Qt/qkbd_qws.h include/qt4/Qt/qkbddriverfactory_qws.h include/qt4/Qt/qkbddriverplugin_qws.h +include/qt4/Qt/qkbdintegrity_qws.h include/qt4/Qt/qkbdlinuxinput_qws.h include/qt4/Qt/qkbdqnx_qws.h include/qt4/Qt/qkbdtty_qws.h @@ -142,6 +148,7 @@ include/qt4/Qt/qmouse_qws.h include/qt4/Qt/qmousedriverfactory_qws.h include/qt4/Qt/qmousedriverplugin_qws.h include/qt4/Qt/qmouseeventtransition.h +include/qt4/Qt/qmouseintegrity_qws.h include/qt4/Qt/qmouselinuxinput_qws.h include/qt4/Qt/qmouselinuxtp_qws.h include/qt4/Qt/qmousepc_qws.h @@ -162,6 +169,17 @@ include/qt4/Qt/qpixmap.h include/qt4/Qt/qpixmapcache.h include/qt4/Qt/qplaintextedit.h include/qt4/Qt/qplastiquestyle.h +include/qt4/Qt/qplatformclipboard_qpa.h +include/qt4/Qt/qplatformcursor_qpa.h +include/qt4/Qt/qplatformeventloopintegration_qpa.h +include/qt4/Qt/qplatformfontdatabase_qpa.h +include/qt4/Qt/qplatformglcontext_qpa.h +include/qt4/Qt/qplatformintegration_qpa.h +include/qt4/Qt/qplatformintegrationplugin_qpa.h +include/qt4/Qt/qplatformnativeinterface_qpa.h +include/qt4/Qt/qplatformscreen_qpa.h +include/qt4/Qt/qplatformwindow_qpa.h +include/qt4/Qt/qplatformwindowformat_qpa.h include/qt4/Qt/qpolygon.h include/qt4/Qt/qprintdialog.h include/qt4/Qt/qprintengine.h @@ -176,6 +194,7 @@ include/qt4/Qt/qproxystyle.h include/qt4/Qt/qpushbutton.h include/qt4/Qt/qquaternion.h include/qt4/Qt/qradiobutton.h +include/qt4/Qt/qrawfont.h include/qt4/Qt/qregion.h include/qt4/Qt/qrgb.h include/qt4/Qt/qrubberband.h @@ -186,6 +205,7 @@ include/qt4/Qt/qs60style.h include/qt4/Qt/qscreen_qws.h include/qt4/Qt/qscreendriverfactory_qws.h include/qt4/Qt/qscreendriverplugin_qws.h +include/qt4/Qt/qscreenintegrityfb_qws.h include/qt4/Qt/qscreenlinuxfb_qws.h include/qt4/Qt/qscreenproxy_qws.h include/qt4/Qt/qscreenqnx_qws.h @@ -264,6 +284,7 @@ include/qt4/Qt/qwindowsstyle.h include/qt4/Qt/qwindowsvistastyle.h include/qt4/Qt/qwindowsxpstyle.h include/qt4/Qt/qwindowsystem_qws.h +include/qt4/Qt/qwindowsysteminterface_qpa.h include/qt4/Qt/qwizard.h include/qt4/Qt/qwmatrix.h include/qt4/Qt/qworkspace.h @@ -308,6 +329,8 @@ include/qt4/QtGui/QAccessibleObject include/qt4/QtGui/QAccessibleObjectEx include/qt4/QtGui/QAccessiblePlugin include/qt4/QtGui/QAccessibleSimpleEditableTextInterface +include/qt4/QtGui/QAccessibleTable2CellInterface +include/qt4/QtGui/QAccessibleTable2Interface include/qt4/QtGui/QAccessibleTableInterface include/qt4/QtGui/QAccessibleTextInterface include/qt4/QtGui/QAccessibleValueInterface @@ -391,9 +414,13 @@ include/qt4/QtGui/QFontMetricsF include/qt4/QtGui/QFormLayout include/qt4/QtGui/QFrame include/qt4/QtGui/QGenericMatrix +include/qt4/QtGui/QGenericPlugin +include/qt4/QtGui/QGenericPluginFactory +include/qt4/QtGui/QGenericPluginFactoryInterface include/qt4/QtGui/QGesture include/qt4/QtGui/QGestureEvent include/qt4/QtGui/QGestureRecognizer +include/qt4/QtGui/QGlyphRun include/qt4/QtGui/QGradient include/qt4/QtGui/QGradientStop include/qt4/QtGui/QGradientStops @@ -453,6 +480,7 @@ include/qt4/QtGui/QIconEnginePlugin include/qt4/QtGui/QIconEnginePluginV2 include/qt4/QtGui/QIconEngineV2 include/qt4/QtGui/QIconSet +include/qt4/QtGui/QIdentityProxyModel include/qt4/QtGui/QImage include/qt4/QtGui/QImageIOHandler include/qt4/QtGui/QImageIOHandlerFactoryInterface @@ -467,7 +495,9 @@ include/qt4/QtGui/QInputContextPlugin include/qt4/QtGui/QInputDialog include/qt4/QtGui/QInputEvent include/qt4/QtGui/QInputMethodEvent +include/qt4/QtGui/QIntMouseHandler include/qt4/QtGui/QIntValidator +include/qt4/QtGui/QIntfbScreen include/qt4/QtGui/QItemDelegate include/qt4/QtGui/QItemEditorCreator include/qt4/QtGui/QItemEditorCreatorBase @@ -545,6 +575,20 @@ include/qt4/QtGui/QPixmapCache include/qt4/QtGui/QPlainTextDocumentLayout include/qt4/QtGui/QPlainTextEdit include/qt4/QtGui/QPlastiqueStyle +include/qt4/QtGui/QPlatformClipboard +include/qt4/QtGui/QPlatformCursor +include/qt4/QtGui/QPlatformCursorImage +include/qt4/QtGui/QPlatformCursorPrivate +include/qt4/QtGui/QPlatformEventLoopIntegration +include/qt4/QtGui/QPlatformFontDatabase +include/qt4/QtGui/QPlatformGLContext +include/qt4/QtGui/QPlatformIntegration +include/qt4/QtGui/QPlatformIntegrationFactoryInterface +include/qt4/QtGui/QPlatformIntegrationPlugin +include/qt4/QtGui/QPlatformNativeInterface +include/qt4/QtGui/QPlatformScreen +include/qt4/QtGui/QPlatformWindow +include/qt4/QtGui/QPlatformWindowFormat include/qt4/QtGui/QPolygon include/qt4/QtGui/QPolygonF include/qt4/QtGui/QPoolEntry @@ -566,6 +610,7 @@ include/qt4/QtGui/QQnxScreen include/qt4/QtGui/QQuaternion include/qt4/QtGui/QRadialGradient include/qt4/QtGui/QRadioButton +include/qt4/QtGui/QRawFont include/qt4/QtGui/QRegExpValidator include/qt4/QtGui/QRegion include/qt4/QtGui/QResizeEvent @@ -660,8 +705,10 @@ include/qt4/QtGui/QStyleOptionViewItemV4 include/qt4/QtGui/QStylePainter include/qt4/QtGui/QStylePlugin include/qt4/QtGui/QStyledItemDelegate +include/qt4/QtGui/QSupportedWritingSystems include/qt4/QtGui/QSwipeGesture include/qt4/QtGui/QSymbianEvent +include/qt4/QtGui/QSymbianGraphicsSystemHelper include/qt4/QtGui/QSyntaxHighlighter include/qt4/QtGui/QSystemTrayIcon include/qt4/QtGui/QTabBar @@ -744,6 +791,7 @@ include/qt4/QtGui/QWSDisplay include/qt4/QtGui/QWSEmbedWidget include/qt4/QtGui/QWSEvent include/qt4/QtGui/QWSInputMethod +include/qt4/QtGui/QWSIntKeyboardHandler include/qt4/QtGui/QWSInternalWindowInfo include/qt4/QtGui/QWSKeyboardHandler include/qt4/QtGui/QWSKeyboardHandlerFactoryInterface @@ -782,6 +830,7 @@ include/qt4/QtGui/QWidgetList include/qt4/QtGui/QWidgetMapper include/qt4/QtGui/QWidgetSet include/qt4/QtGui/QWindowStateChangeEvent +include/qt4/QtGui/QWindowSystemInterface include/qt4/QtGui/QWindowsCEStyle include/qt4/QtGui/QWindowsMime include/qt4/QtGui/QWindowsMobileStyle @@ -868,8 +917,11 @@ include/qt4/QtGui/qfontmetrics.h include/qt4/QtGui/qformlayout.h include/qt4/QtGui/qframe.h include/qt4/QtGui/qgenericmatrix.h +include/qt4/QtGui/qgenericplugin_qpa.h +include/qt4/QtGui/qgenericpluginfactory_qpa.h include/qt4/QtGui/qgesture.h include/qt4/QtGui/qgesturerecognizer.h +include/qt4/QtGui/qglyphrun.h include/qt4/QtGui/qgraphicsanchorlayout.h include/qt4/QtGui/qgraphicseffect.h include/qt4/QtGui/qgraphicsgridlayout.h @@ -881,6 +933,7 @@ include/qt4/QtGui/qgraphicslinearlayout.h include/qt4/QtGui/qgraphicsproxywidget.h include/qt4/QtGui/qgraphicsscene.h include/qt4/QtGui/qgraphicssceneevent.h +include/qt4/QtGui/qgraphicssystemhelper_symbian.h include/qt4/QtGui/qgraphicstransform.h include/qt4/QtGui/qgraphicsview.h include/qt4/QtGui/qgraphicswidget.h @@ -892,6 +945,7 @@ include/qt4/QtGui/qheaderview.h include/qt4/QtGui/qicon.h include/qt4/QtGui/qiconengine.h include/qt4/QtGui/qiconengineplugin.h +include/qt4/QtGui/qidentityproxymodel.h include/qt4/QtGui/qimage.h include/qt4/QtGui/qimageiohandler.h include/qt4/QtGui/qimagereader.h @@ -906,6 +960,7 @@ include/qt4/QtGui/qitemselectionmodel.h include/qt4/QtGui/qkbd_qws.h include/qt4/QtGui/qkbddriverfactory_qws.h include/qt4/QtGui/qkbddriverplugin_qws.h +include/qt4/QtGui/qkbdintegrity_qws.h include/qt4/QtGui/qkbdlinuxinput_qws.h include/qt4/QtGui/qkbdqnx_qws.h include/qt4/QtGui/qkbdtty_qws.h @@ -939,6 +994,7 @@ include/qt4/QtGui/qmouse_qws.h include/qt4/QtGui/qmousedriverfactory_qws.h include/qt4/QtGui/qmousedriverplugin_qws.h include/qt4/QtGui/qmouseeventtransition.h +include/qt4/QtGui/qmouseintegrity_qws.h include/qt4/QtGui/qmouselinuxinput_qws.h include/qt4/QtGui/qmouselinuxtp_qws.h include/qt4/QtGui/qmousepc_qws.h @@ -959,6 +1015,17 @@ include/qt4/QtGui/qpixmap.h include/qt4/QtGui/qpixmapcache.h include/qt4/QtGui/qplaintextedit.h include/qt4/QtGui/qplastiquestyle.h +include/qt4/QtGui/qplatformclipboard_qpa.h +include/qt4/QtGui/qplatformcursor_qpa.h +include/qt4/QtGui/qplatformeventloopintegration_qpa.h +include/qt4/QtGui/qplatformfontdatabase_qpa.h +include/qt4/QtGui/qplatformglcontext_qpa.h +include/qt4/QtGui/qplatformintegration_qpa.h +include/qt4/QtGui/qplatformintegrationplugin_qpa.h +include/qt4/QtGui/qplatformnativeinterface_qpa.h +include/qt4/QtGui/qplatformscreen_qpa.h +include/qt4/QtGui/qplatformwindow_qpa.h +include/qt4/QtGui/qplatformwindowformat_qpa.h include/qt4/QtGui/qpolygon.h include/qt4/QtGui/qprintdialog.h include/qt4/QtGui/qprintengine.h @@ -973,6 +1040,7 @@ include/qt4/QtGui/qproxystyle.h include/qt4/QtGui/qpushbutton.h include/qt4/QtGui/qquaternion.h include/qt4/QtGui/qradiobutton.h +include/qt4/QtGui/qrawfont.h include/qt4/QtGui/qregion.h include/qt4/QtGui/qrgb.h include/qt4/QtGui/qrubberband.h @@ -983,6 +1051,7 @@ include/qt4/QtGui/qs60style.h include/qt4/QtGui/qscreen_qws.h include/qt4/QtGui/qscreendriverfactory_qws.h include/qt4/QtGui/qscreendriverplugin_qws.h +include/qt4/QtGui/qscreenintegrityfb_qws.h include/qt4/QtGui/qscreenlinuxfb_qws.h include/qt4/QtGui/qscreenproxy_qws.h include/qt4/QtGui/qscreenqnx_qws.h @@ -1061,6 +1130,7 @@ include/qt4/QtGui/qwindowsstyle.h include/qt4/QtGui/qwindowsvistastyle.h include/qt4/QtGui/qwindowsxpstyle.h include/qt4/QtGui/qwindowsystem_qws.h +include/qt4/QtGui/qwindowsysteminterface_qpa.h include/qt4/QtGui/qwizard.h include/qt4/QtGui/qwmatrix.h include/qt4/QtGui/qworkspace.h diff --git a/x11/qt4-opengl/Makefile b/x11/qt4-opengl/Makefile index 4138ca6666f..8c733042cc9 100644 --- a/x11/qt4-opengl/Makefile +++ b/x11/qt4-opengl/Makefile @@ -22,7 +22,7 @@ MAKE_JOBS_SAFE= yes HAS_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/lib/qt4 -USE_GL= glu +USE_GL= gl USE_XORG= x11 ALL_TARGET= first diff --git a/x11/qt4-opengl/pkg-plist b/x11/qt4-opengl/pkg-plist index 787b7289bee..7b9ad0d35b9 100644 --- a/x11/qt4-opengl/pkg-plist +++ b/x11/qt4-opengl/pkg-plist @@ -3,6 +3,7 @@ include/qt4/Qt/qgl.h include/qt4/Qt/qglbuffer.h include/qt4/Qt/qglcolormap.h include/qt4/Qt/qglframebufferobject.h +include/qt4/Qt/qglfunctions.h include/qt4/Qt/qglpixelbuffer.h include/qt4/Qt/qglscreen_qws.h include/qt4/Qt/qglshaderprogram.h @@ -12,6 +13,8 @@ include/qt4/QtOpenGL/QGLContext include/qt4/QtOpenGL/QGLFormat include/qt4/QtOpenGL/QGLFramebufferObject include/qt4/QtOpenGL/QGLFramebufferObjectFormat +include/qt4/QtOpenGL/QGLFunctions +include/qt4/QtOpenGL/QGLFunctionsPrivate include/qt4/QtOpenGL/QGLPixelBuffer include/qt4/QtOpenGL/QGLScreen include/qt4/QtOpenGL/QGLScreenSurfaceFunctions @@ -27,6 +30,7 @@ include/qt4/QtOpenGL/qgl.h include/qt4/QtOpenGL/qglbuffer.h include/qt4/QtOpenGL/qglcolormap.h include/qt4/QtOpenGL/qglframebufferobject.h +include/qt4/QtOpenGL/qglfunctions.h include/qt4/QtOpenGL/qglpixelbuffer.h include/qt4/QtOpenGL/qglscreen_qws.h include/qt4/QtOpenGL/qglshaderprogram.h |