diff --git a/x11/qt4/Makefile b/x11/qt4/Makefile index 3fbd4ba2e25..4c395191b44 100644 --- a/x11/qt4/Makefile +++ b/x11/qt4/Makefile @@ -1,24 +1,28 @@ -# $OpenBSD: Makefile,v 1.54 2008/06/26 00:42:15 merdely Exp $ +# $OpenBSD: Makefile,v 1.55 2008/10/21 22:19:59 espie Exp $ -COMMENT-main= C++ X11 GUI toolkit -COMMENT-examples= examples for qt4 -COMMENT-html= off-line html documentation for qt4 -COMMENT-postgresql= PostgresSQL plugin for qt4 -COMMENT-mysql= MySQL plugin for qt4 -COMMENT-sqlite2= sqlite2 plugin for qt4 -COMMENT-sqlite= sqlite plugin for qt4 +COMMENT-debug = C++ GUI toolkit, debug +COMMENT-main = C++ X11 GUI toolkit +COMMENT-examples = examples for qt4 +COMMENT-html = off-line html documentation for qt4 +COMMENT-postgresql = PostgresSQL plugin for qt4 +COMMENT-mysql = MySQL plugin for qt4 +COMMENT-sqlite2 = sqlite2 plugin for qt4 +COMMENT-sqlite = sqlite plugin for qt4 +COMMENT-phonon = qt4 multimedia -PKGNAME= qt4-${VERSION} -PKGNAME-mysql= qt4-mysql-${VERSION} -PKGNAME-postgresql= qt4-postgresql-${VERSION} -PKGNAME-examples= qt4-examples-${VERSION} -PKGNAME-sqlite2= qt4-sqlite2-${VERSION} -PKGNAME-sqlite= qt4-sqlite-${VERSION} -PKGNAME-main= qt4-${VERSION} -FULLPKGNAME-html= qt4-html-${VERSION}p0 -FULLPKGPATH-html= ${BASE_PKGPATH},-html +PKGNAME = qt4-${VERSION} +PKGNAME-mysql = qt4-mysql-${PKGVERSION} +PKGNAME-postgresql = qt4-postgresql-${PKGVERSION} +PKGNAME-examples = qt4-examples-${PKGVERSION} +PKGNAME-sqlite2 = qt4-sqlite2-${PKGVERSION} +PKGNAME-sqlite = qt4-sqlite-${PKGVERSION} +PKGNAME-main = qt4-${PKGVERSION} +PKGNAME-debug = qt4-debug-${PKGVERSION} +PKGNAME-phonon = qt4-phonon-${PKGVERSION} +FULLPKGNAME-html = qt4-html-${PKGVERSION} +FULLPKGPATH-html = ${BASE_PKGPATH},-html -SHARED_LIBS= Qt3Support 8.0 \ +SHARED_LIBS = Qt3Support 8.0 \ QtCore 7.0 \ QtDesigner 7.0 \ QtDesignerComponents 7.0 \ @@ -31,193 +35,215 @@ SHARED_LIBS= Qt3Support 8.0 \ QtTest 7.0 \ QtAssistantClient 3.0 \ QtDBus 1.0 \ - QtScript 0.0 + QtScript 0.0 \ + QtCLucene 0.0 \ + QtHelp 0.0 \ + QtXmlPatterns 0.0 \ + phonon 4.1 -VERSION= 4.3.5 -DISTNAME= qt-x11-opensource-src-${VERSION} +VERSION = 4.4.3 +PKGVERSION = 4.4.3 +DISTNAME = qt-x11-opensource-src-${VERSION} -CATEGORIES= x11 -MASTER_SITES= ftp://ftp.iasi.roedu.net/mirrors/ftp.trolltech.com/qt/source/ \ +CATEGORIES = x11 +MASTER_SITES = ftp://ftp.troll.no/qt/source/ \ + ftp://ftp.iasi.roedu.net/mirrors/ftp.trolltech.com/qt/source/ \ ftp://ftp.ntua.gr/pub/X11/Qt/qt/source/ \ ftp://ftp.tu-chemnitz.de/pub/Qt/qt/source/ \ - http://ftp.silug.org/pub/qt/source/ \ - ftp://ftp.troll.no/qt/source/ + http://ftp.silug.org/pub/qt/source/ -HOMEPAGE= http://www.trolltech.com/qt/ +HOMEPAGE = http://www.trolltech.com/qt/ -MAINTAINER= Marc Espie +MAINTAINER = Marc Espie -FLAVORS= debug -PSEUDO_FLAVORS= no_examples -FLAVOR?= +FLAVORS = debug +PSEUDO_FLAVORS =no_examples +FLAVOR ?= # GPL, plus more exceptions to link with other free licences. # or QPL -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes -PERMIT_DISTFILES_CDROM= Yes -PERMIT_DISTFILES_FTP= Yes +PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_FTP = Yes +PERMIT_DISTFILES_CDROM =Yes +PERMIT_DISTFILES_FTP = Yes -USE_X11= Yes -MAKE_ENV= QTDIR="${WRKDIST}" EXTRA_SAMPLES="${EXTRA_SAMPLES}" \ +USE_X11 = Yes +MAKE_ENV = QTDIR="${WRKDIST}" EXTRA_SAMPLES="${EXTRA_SAMPLES}" \ SYS_CXX="${CXX}" SYS_CXXFLAGS="${CXXFLAGS}" \ LD_LIBRARY_PATH="${WRKDIST}/lib" # For qsettings to write its setup -PORTHOME= ${WRKDIST} +PORTHOME = ${WRKDIST} -CONFIGURE_STYLE= simple -SEPARATE_BUILD= simple -CONFIGURE_ARGS= -qt-gif -system-libpng -system-libjpeg -system-zlib \ - -sm -no-g++-exceptions -system-sqlite \ - -v -stl -xrender -fast \ - -no-sql-odbc \ - -tablet \ - -xinerama \ - -cups \ - -confirm-license \ - -I${LOCALBASE}/include/libpng \ - -I${X11BASE}/include/freetype2 \ - -I${LOCALBASE}/include \ - -L${WRKBUILD}/lib \ - -L${LOCALBASE}/lib +CONFIGURE_STYLE = simple +SEPARATE_BUILD = simple +CONFIGURE_ARGS = -qt-gif -system-libpng -system-libjpeg -system-zlib \ + -sm -system-sqlite \ + -v -stl -xrender -fast \ + -no-sql-odbc \ + -tablet \ + -xinerama \ + -cups \ + -confirm-license \ + -I${LOCALBASE}/include/libpng \ + -I${X11BASE}/include/freetype2 \ + -I${LOCALBASE}/include \ + -I${X11BASE}/include \ + -L${WRKBUILD}/lib \ + -L${LOCALBASE}/lib \ + -L${X11BASE}/lib + +CONFIGURE_ARGS += -prefix ${QT_BASEDIR} +CONFIGURE_ARGS += -libdir ${QT_BASEDIR} +CONFIGURE_ARGS += -bindir ${QT_BINDIR} +CONFIGURE_ARGS += -headerdir ${QT_INCDIR} +CONFIGURE_ARGS += -docdir ${QT_DOC} +CONFIGURE_ARGS += -plugindir ${QT_PLUGINSDIR} +CONFIGURE_ARGS += -datadir ${QT_BASEDIR} +CONFIGURE_ARGS += -sysconfdir ${SYSCONFDIR} +CONFIGURE_ARGS += -examplesdir ${QT_BASEDIR}/examples +CONFIGURE_ARGS += -demosdir ${QT_BASEDIR}/demos +CONFIGURE_ARGS += -no-separate-debug-info + +CONFIGURE_ARGS += -I${LOCALBASE}/include/mysql -L${LOCALBASE}/lib/mysql \ + -plugin-sql-mysql +CONFIGURE_ARGS += -I${LOCALBASE}/include/postgresql \ + -I${LOCALBASE}/include/postgresql/server \ + -L${LOCALBASE}/lib \ + -I${LOCALBASE}/include -plugin-sql-psql + +CONFIGURE_ENV = LOCALBASE=${LOCALBASE} QTDIR="${WRKSRC}" + +BUILD_DEPENDS += ::print/cups +BUILD_DEPENDS += ::databases/postgresql,-server + +MULTI_PACKAGES = -main -html -mysql -postgresql -sqlite2 -sqlite -phonon .if ${FLAVOR:L:Mdebug} -CONFIGURE_ARGS+=-debug +CONFIGURE_ARGS += -debug +MULTI_PACKAGES += -debug .else -CONFIGURE_ARGS+=-release +CONFIGURE_ARGS +=-release .endif -CONFIGURE_ARGS+= -prefix ${QT_BASEDIR} -CONFIGURE_ARGS+= -libdir ${QT_BASEDIR} -CONFIGURE_ARGS+= -bindir ${QT_BINDIR} -CONFIGURE_ARGS+= -headerdir ${QT_INCDIR} -CONFIGURE_ARGS+= -docdir ${QT_DOC} -CONFIGURE_ARGS+= -plugindir ${QT_PLUGINSDIR} -CONFIGURE_ARGS+= -datadir ${QT_BASEDIR} -CONFIGURE_ARGS+= -sysconfdir ${SYSCONFDIR} -CONFIGURE_ARGS+= -examplesdir ${QT_BASEDIR}/examples -CONFIGURE_ARGS+= -demosdir ${QT_BASEDIR}/demos -CONFIGURE_ARGS+= -I${LOCALBASE}/include/mysql -L${LOCALBASE}/lib/mysql \ - -plugin-sql-mysql -CONFIGURE_ARGS+= -I${LOCALBASE}/include/postgresql \ - -I${LOCALBASE}/include/postgresql/server \ - -L${LOCALBASE}/lib \ - -I${LOCALBASE}/include -plugin-sql-psql - -CONFIGURE_ENV= LOCALBASE=${LOCALBASE} QTDIR="${WRKSRC}" - -BUILD_DEPENDS+=::print/cups -BUILD_DEPENDS+=::databases/postgresql,-server - -MULTI_PACKAGES=-main -html -mysql -postgresql -sqlite2 -sqlite - .if ${FLAVOR:L:Mno_examples} -SUBTARGETS= sub-moc \ - sub-rcc \ - sub-uic \ - sub-corelib \ - sub-xml \ - sub-gui \ - sub-sql \ - sub-network \ - sub-svg \ - sub-script \ - sub-opengl \ - sub-qt3support \ - sub-uic3 \ - sub-plugins \ - sub-tools -ALL_TARGET=${SUBTARGETS} -INSTALL_TARGET=${SUBTARGETS:S/$/-install_subtargets/} \ - install_htmldocs install_translations install_qmake install_mkspecs +SUBTARGETS = sub-moc \ + sub-rcc \ + sub-uic \ + sub-corelib \ + sub-xml \ + sub-gui \ + sub-sql \ + sub-network \ + sub-svg \ + sub-script \ + sub-opengl \ + sub-qt3support \ + sub-uic3 \ + sub-plugins \ + sub-tools +ALL_TARGET = ${SUBTARGETS} +INSTALL_TARGET = ${SUBTARGETS:S/$/-install_subtargets/} \ + install_htmldocs install_translations install_qmake \ + install_mkspecs .else -MULTI_PACKAGES+=-examples -PROGRAMS+= qtdemo pixeltool +MULTI_PACKAGES += -examples +PROGRAMS += qtdemo pixeltool .endif -LIB_DEPENDS= glib-2.0,gthread-2.0::devel/glib2 -WANTLIB= iconv intl +LIB_DEPENDS = glib-2.0,gthread-2.0::devel/glib2 +WANTLIB = iconv intl -commonWANTLIB= ICE Xrender c GLU SM freetype pthread Xrandr Xinerama \ +commonWANTLIB = ICE Xrender c GLU SM freetype pthread Xrandr Xinerama \ stdc++ Xcursor Xext GL Xi m X11.>=10 z fontconfig \ Xfixes ssl crypto -commonLIB_DEPENDS= png.>=2::graphics/png \ - dbus-1::x11/dbus +commonLIB_DEPENDS = png.>=2::graphics/png -sqlWANTLIB= m z -sqlLIB_DEPENDS= QtCore.>=4,QtSql::${BASE_PKGPATH} +sqlWANTLIB = m z +sqlLIB_DEPENDS = QtCore.>=4,QtSql::${BASE_PKGPATH} -LIB_DEPENDS-main= ${LIB_DEPENDS} ${commonLIB_DEPENDS} \ +LIB_DEPENDS-main = ${LIB_DEPENDS} ${commonLIB_DEPENDS} \ + dbus-1::x11/dbus \ jpeg::graphics/jpeg \ mng::graphics/libmng -WANTLIB-main= ${WANTLIB} ${commonWANTLIB} \ - lcms tiff +WANTLIB-main = ${WANTLIB} ${commonWANTLIB} \ + lcms tiff -LIB_DEPENDS-mysql= ${LIB_DEPENDS} ${sqlLIB_DEPENDS} \ +LIB_DEPENDS-mysql = ${LIB_DEPENDS} ${sqlLIB_DEPENDS} \ mysqlclient_r::databases/mysql -WANTLIB-mysql= ${WANTLIB} ${sqlWANTLIB} \ +WANTLIB-mysql = ${WANTLIB} ${sqlWANTLIB} \ crypto ssl pthread -LIB_DEPENDS-postgresql= ${LIB_DEPENDS} ${sqlLIB_DEPENDS} \ +LIB_DEPENDS-postgresql =${LIB_DEPENDS} ${sqlLIB_DEPENDS} \ pq.>=2:postgresql-client-*:databases/postgresql -WANTLIB-postgresql= ${WANTLIB} ${sqlWANTLIB} +WANTLIB-postgresql = ${WANTLIB} ${sqlWANTLIB} xml2 ssl termcap readline \ + com_err crypto -LIB_DEPENDS-sqlite2= ${LIB_DEPENDS} ${sqlLIB_DEPENDS} \ +LIB_DEPENDS-sqlite2 = ${LIB_DEPENDS} ${sqlLIB_DEPENDS} \ sqlite::databases/sqlite -WANTLIB-sqlite2= ${WANTLIB} ${sqlWANTLIB} +WANTLIB-sqlite2 = ${WANTLIB} ${sqlWANTLIB} -LIB_DEPENDS-sqlite= ${LIB_DEPENDS} ${sqlLIB_DEPENDS} \ +LIB_DEPENDS-sqlite = ${LIB_DEPENDS} ${sqlLIB_DEPENDS} \ sqlite3::databases/sqlite3 -WANTLIB-sqlite= ${WANTLIB} ${sqlWANTLIB} +WANTLIB-sqlite = ${WANTLIB} ${sqlWANTLIB} -LIB_DEPENDS-examples= ${LIB_DEPENDS} ${commonLIB_DEPENDS} \ - QtDesigner,QtCore.>=4,QtGui,QtNetwork,QtOpenGL,QtSql,QtXml,QtSvg,QtTest,Qt3Support,QtAssistantClient,QtDBus,QtScript::${BASE_PKGPATH} -WANTLIB-examples= ${WANTLIB} ${commonWANTLIB} +LIB_DEPENDS-examples = ${LIB_DEPENDS} ${commonLIB_DEPENDS} \ + QtDesigner,QtCore.>=4,QtGui,QtNetwork,QtOpenGL,QtSql,QtXml,QtSvg,QtTest,Qt3Support,QtAssistantClient,QtDBus,QtScript,QtHelp,QtCLucene,QtXmlPatterns::${BASE_PKGPATH} \ + phonon::${BASE_PKGPATH},-phonon +WANTLIB-examples = ${WANTLIB} ${commonWANTLIB} + +LIB_DEPENDS-phonon = ${LIB_DEPENDS} ${commonLIB_DEPENDS} \ + QtCore.>=7,Qt3Support,QtDBus,QtGui,QtNetwork,QtOpenGL,QtSql,QtXml::${BASE_PKGPATH} \ + gstaudio-0.10,gstinterfaces-0.10,gstvideo-0.10::multimedia/gstreamer-0.10/plugins-base +WANTLIB-phonon = ${WANTLIB} ${commonWANTLIB} \ + gstbase-0.10 gstreamer-0.10 xml2 \ + gobject-2.0 gmodule-2.0 + +LIB_DEPENDS-html = +WANTLIB-html = +PKG_ARCH-html = * -LIB_DEPENDS-html= -WANTLIB-html= -PKG_ARCH-html= * +QT_BASEDIR = ${PREFIX}/lib/qt4 +QT_INCDIR = ${PREFIX}/include/X11/qt4 +QT_EXAMPLES = ${QT_BASEDIR}/examples +QT_DOC = ${PREFIX}/share/doc/qt4 +QT_PLUGINSDIR = ${QT_BASEDIR}/plugins +QT_BINDIR = ${QT_BASEDIR}/bin +QT_PKGCFGDIR = ${QT_BASEDIR}/pkgconfig + +DOCS = OPENSOURCE-NOTICE.TXT README + +VMEM_WARNING = Yes +NO_REGRESS = Yes + +PROGRAMS4 = assistant designer findtr linguist lrelease lupdate moc qmake \ + qtconfig uic uic3 +PROGRAMS += rcc qt3to4 syncqt qdbus qtconfig-lite -QT_BASEDIR= ${PREFIX}/lib/qt4 -QT_INCDIR= ${PREFIX}/include/X11/qt4 -QT_EXAMPLES= ${QT_BASEDIR}/examples -QT_DOC= ${PREFIX}/share/doc/qt4 -QT_PLUGINSDIR= ${QT_BASEDIR}/plugins -QT_BINDIR= ${QT_BASEDIR}/bin -QT_PKGCFGDIR= ${QT_BASEDIR}/pkgconfig +QMAKE = ${WRKBUILD}/bin/qmake -DOCS= OPENSOURCE-NOTICE.TXT README - -VMEM_WARNING= Yes -NO_REGRESS= Yes - -PROGRAMS4=assistant designer findtr linguist lrelease lupdate moc qmake \ - qtconfig uic uic3 -PROGRAMS+= rcc qt3to4 syncqt qdbus - - -QMAKE=${WRKBUILD}/bin/qmake - -MAKE_FLAGS+= INSTALL_PROGRAM='${INSTALL_PROGRAM}' \ +MAKE_FLAGS += INSTALL_PROGRAM='${INSTALL_PROGRAM}' \ INSTALL_FILE='${INSTALL_DATA}' .for l v in $(SHARED_LIBS) -MAKE_FLAGS+=LIB$l_VERSION=$v +MAKE_FLAGS += LIB$l_VERSION=$v .endfor -DESTDIRNAME= INSTALL_ROOT +DESTDIRNAME = INSTALL_ROOT + +post-extract: + cp -R ${WRKSRC}/tools/qtconfig ${WRKSRC}/tools/qtconfig-lite post-install: # extra doc @@ -245,6 +271,6 @@ post-install: # cleanup cd ${PREFIX}/lib/qt4 && ln -sf ../../include/X11/qt4 include -USE_GMAKE=Yes +USE_GMAKE = Yes .include diff --git a/x11/qt4/distinfo b/x11/qt4/distinfo index f714a24dbf4..1fbaeb9991b 100644 --- a/x11/qt4/distinfo +++ b/x11/qt4/distinfo @@ -1,5 +1,5 @@ -MD5 (qt-x11-opensource-src-4.3.5.tar.gz) = TmI0I1Qx52jhh3f/MpkMwg== -RMD160 (qt-x11-opensource-src-4.3.5.tar.gz) = debRQumUUpmoxSVXfGaHppriYLY= -SHA1 (qt-x11-opensource-src-4.3.5.tar.gz) = lqCXQBTJqHKrGtRHKKJjfW584LQ= -SHA256 (qt-x11-opensource-src-4.3.5.tar.gz) = ihu5woYr5wyFmlNhDgU7eZjQoes5aNRjbfzDlALAQ0k= -SIZE (qt-x11-opensource-src-4.3.5.tar.gz) = 42719000 +MD5 (qt-x11-opensource-src-4.4.3.tar.gz) = N2wAMxfEQXMmuiEWNwIn0A== +RMD160 (qt-x11-opensource-src-4.4.3.tar.gz) = Sd5TZjqGeF+II2veym247pajfbg= +SHA1 (qt-x11-opensource-src-4.4.3.tar.gz) = qIPpE+aaQY48/P7O/k+CxOCRxL0= +SHA256 (qt-x11-opensource-src-4.4.3.tar.gz) = eeqftG11w3WePpirAGSkfqpb27wqU9kj1gvY6c0LxcY= +SIZE (qt-x11-opensource-src-4.4.3.tar.gz) = 112939803 diff --git a/x11/qt4/patches/patch-config_tests_unix_compile_test b/x11/qt4/patches/patch-config_tests_unix_compile_test deleted file mode 100644 index 3e8f5e5dfdd..00000000000 --- a/x11/qt4/patches/patch-config_tests_unix_compile_test +++ /dev/null @@ -1,13 +0,0 @@ -$OpenBSD: patch-config_tests_unix_compile_test,v 1.3 2007/05/22 09:09:32 espie Exp $ ---- config.tests/unix/compile.test.orig Sun May 6 17:54:43 2007 -+++ config.tests/unix/compile.test Sun May 13 16:26:59 2007 -@@ -38,6 +38,9 @@ while [ "$#" -gt 0 ]; do - -m*) - CXXFLAGS="$CXXFLAGS $PARAM" - ;; -+ -pthread*) -+ LIBPATH="$LIBPATH $PARAM" -+ ;; - *) ;; - esac - shift diff --git a/x11/qt4/patches/patch-config_tests_unix_cups_cups_pro b/x11/qt4/patches/patch-config_tests_unix_cups_cups_pro index fc3cf4c1716..87554325403 100644 --- a/x11/qt4/patches/patch-config_tests_unix_cups_cups_pro +++ b/x11/qt4/patches/patch-config_tests_unix_cups_cups_pro @@ -1,6 +1,6 @@ -$OpenBSD: patch-config_tests_unix_cups_cups_pro,v 1.3 2008/06/02 10:33:33 espie Exp $ ---- config.tests/unix/cups/cups.pro.orig Tue Dec 4 17:43:18 2007 -+++ config.tests/unix/cups/cups.pro Mon Dec 24 12:17:32 2007 +$OpenBSD: patch-config_tests_unix_cups_cups_pro,v 1.4 2008/10/21 22:19:59 espie Exp $ +--- config.tests/unix/cups/cups.pro.orig Wed Apr 2 18:29:20 2008 ++++ config.tests/unix/cups/cups.pro Sat Apr 12 15:48:53 2008 @@ -1,4 +1,4 @@ SOURCES = cups.cpp CONFIG -= qt dylib diff --git a/x11/qt4/patches/patch-config_tests_unix_gnu-libiconv_gnu-libiconv_cpp b/x11/qt4/patches/patch-config_tests_unix_gnu-libiconv_gnu-libiconv_cpp deleted file mode 100644 index 7b644ebbf81..00000000000 --- a/x11/qt4/patches/patch-config_tests_unix_gnu-libiconv_gnu-libiconv_cpp +++ /dev/null @@ -1,15 +0,0 @@ -$OpenBSD: patch-config_tests_unix_gnu-libiconv_gnu-libiconv_cpp,v 1.1 2008/05/26 17:08:35 naddy Exp $ ---- config.tests/unix/gnu-libiconv/gnu-libiconv.cpp.orig Sun May 25 17:42:09 2008 -+++ config.tests/unix/gnu-libiconv/gnu-libiconv.cpp Sun May 25 17:43:31 2008 -@@ -7,7 +7,11 @@ int main(int, char **) - { - iconv_t x = iconv_open("", ""); - -+#if _LIBICONV_VERSION < 0x010B - const char *inp; -+#else -+ char *inp; -+#endif - char *outp; - size_t inbytes, outbytes; - iconv(x, &inp, &inbytes, &outp, &outbytes); diff --git a/x11/qt4/patches/patch-config_tests_unix_odbc_odbc_pro b/x11/qt4/patches/patch-config_tests_unix_odbc_odbc_pro index 3e71295964f..ef6f9fc7161 100644 --- a/x11/qt4/patches/patch-config_tests_unix_odbc_odbc_pro +++ b/x11/qt4/patches/patch-config_tests_unix_odbc_odbc_pro @@ -1,9 +1,9 @@ -$OpenBSD: patch-config_tests_unix_odbc_odbc_pro,v 1.1 2005/12/31 15:59:50 espie Exp $ ---- config.tests/unix/odbc/odbc.pro.orig Thu Dec 29 15:14:12 2005 -+++ config.tests/unix/odbc/odbc.pro Thu Dec 29 15:14:17 2005 +$OpenBSD: patch-config_tests_unix_odbc_odbc_pro,v 1.2 2008/10/21 22:20:00 espie Exp $ +--- config.tests/unix/odbc/odbc.pro.orig Wed Apr 2 18:29:20 2008 ++++ config.tests/unix/odbc/odbc.pro Thu Apr 3 21:43:37 2008 @@ -1,4 +1,4 @@ SOURCES = odbc.cpp CONFIG -= qt dylib - CONFIG -= app_bundle + mac:CONFIG -= app_bundle -LIBS += -lodbc +LIBS += -liodbc diff --git a/x11/qt4/patches/patch-configure b/x11/qt4/patches/patch-configure index f027b96bf09..27fdf11606b 100644 --- a/x11/qt4/patches/patch-configure +++ b/x11/qt4/patches/patch-configure @@ -1,7 +1,7 @@ -$OpenBSD: patch-configure,v 1.11 2007/10/22 15:36:59 espie Exp $ ---- configure.orig Mon Oct 1 15:06:03 2007 -+++ configure Thu Oct 18 00:45:00 2007 -@@ -1571,7 +1571,7 @@ while [ "$#" -gt 0 ]; do +$OpenBSD: patch-configure,v 1.12 2008/10/21 22:20:00 espie Exp $ +--- configure.orig Sat Sep 27 10:58:41 2008 ++++ configure Mon Oct 20 14:57:36 2008 +@@ -1666,7 +1666,7 @@ while [ "$#" -gt 0 ]; do v|verbose) if [ "$VAL" = "yes" ]; then if [ "$OPT_VERBOSE" = "$VAL" ]; then # takes two verboses to turn on qmake debugs diff --git a/x11/qt4/patches/patch-mkspecs_openbsd-g++_qmake_conf b/x11/qt4/patches/patch-mkspecs_openbsd-g++_qmake_conf index 8e99d3f2fb9..1c785f7dcf0 100644 --- a/x11/qt4/patches/patch-mkspecs_openbsd-g++_qmake_conf +++ b/x11/qt4/patches/patch-mkspecs_openbsd-g++_qmake_conf @@ -1,6 +1,6 @@ -$OpenBSD: patch-mkspecs_openbsd-g++_qmake_conf,v 1.4 2007/03/17 17:58:17 espie Exp $ ---- mkspecs/openbsd-g++/qmake.conf.orig Wed Feb 21 10:59:18 2007 -+++ mkspecs/openbsd-g++/qmake.conf Sat Mar 17 10:47:27 2007 +$OpenBSD: patch-mkspecs_openbsd-g++_qmake_conf,v 1.5 2008/10/21 22:20:00 espie Exp $ +--- mkspecs/openbsd-g++/qmake.conf.orig Mon Apr 28 15:11:14 2008 ++++ mkspecs/openbsd-g++/qmake.conf Tue May 6 21:08:12 2008 @@ -7,12 +7,13 @@ TEMPLATE = app CONFIG += qt warn_on release link_prl QT += core gui @@ -34,13 +34,5 @@ $OpenBSD: patch-mkspecs_openbsd-g++_qmake_conf,v 1.4 2007/03/17 17:58:17 espie E -QMAKE_LFLAGS_SONAME = -Wl,-soname, +QMAKE_LFLAGS_SONAME = QMAKE_LFLAGS_THREAD = -pthread + QMAKE_LFLAGS_NOUNDEF = -Wl,-no_unresolved - QMAKE_LIBS = -@@ -80,5 +81,6 @@ QMAKE_DEL_FILE = rm -f - QMAKE_DEL_DIR = rmdir - QMAKE_CHK_DIR_EXISTS = test -d - QMAKE_MKDIR = mkdir -p --include(../common/unix.conf) -+QMAKE_SEPARATE_DEBUG_INFO= -+QMAKE_INSTALL_SEPARATE_DEBUG_INGO= - load(qt_config) diff --git a/x11/qt4/patches/patch-qmake_generators_unix_unixmake2_cpp b/x11/qt4/patches/patch-qmake_generators_unix_unixmake2_cpp index 2bd5e11bc1e..024e3297cec 100644 --- a/x11/qt4/patches/patch-qmake_generators_unix_unixmake2_cpp +++ b/x11/qt4/patches/patch-qmake_generators_unix_unixmake2_cpp @@ -1,7 +1,7 @@ -$OpenBSD: patch-qmake_generators_unix_unixmake2_cpp,v 1.8 2008/03/15 09:44:12 espie Exp $ ---- qmake/generators/unix/unixmake2.cpp.orig Tue Feb 19 18:47:57 2008 -+++ qmake/generators/unix/unixmake2.cpp Mon Mar 3 10:10:16 2008 -@@ -233,10 +233,8 @@ UnixMakefileGenerator::writeMakeParts(QTextStream &t) +$OpenBSD: patch-qmake_generators_unix_unixmake2_cpp,v 1.9 2008/10/21 22:20:00 espie Exp $ +--- qmake/generators/unix/unixmake2.cpp.orig Sat Sep 27 10:58:43 2008 ++++ qmake/generators/unix/unixmake2.cpp Mon Oct 20 14:57:36 2008 +@@ -229,10 +229,8 @@ UnixMakefileGenerator::writeMakeParts(QTextStream &t) t << "TARGETD = " << escapeFilePath(var("TARGET_x.y")) << endl; t << "TARGET0 = " << escapeFilePath(var("TARGET_")) << endl; } else if(project->isEmpty("QMAKE_HPUX_SHLIB")) { @@ -14,7 +14,7 @@ $OpenBSD: patch-qmake_generators_unix_unixmake2_cpp,v 1.8 2008/03/15 09:44:12 es } else { t << "TARGETD = " << escapeFilePath(var("TARGET_x")) << endl; t << "TARGET0 = " << escapeFilePath(var("TARGET_")) << endl; -@@ -546,31 +544,22 @@ UnixMakefileGenerator::writeMakeParts(QTextStream &t) +@@ -542,31 +540,22 @@ UnixMakefileGenerator::writeMakeParts(QTextStream &t) t << endl << endl; } else if(project->isEmpty("QMAKE_HPUX_SHLIB")) { t << "\n\t" @@ -49,7 +49,7 @@ $OpenBSD: patch-qmake_generators_unix_unixmake2_cpp,v 1.8 2008/03/15 09:44:12 es if(!project->isEmpty("QMAKE_POST_LINK")) t << "\n\t" << var("QMAKE_POST_LINK"); t << endl << endl; -@@ -863,9 +852,7 @@ UnixMakefileGenerator::writeMakeParts(QTextStream &t) +@@ -859,9 +848,7 @@ UnixMakefileGenerator::writeMakeParts(QTextStream &t) t << "\t-$(LIBTOOL) --mode=clean $(DEL_FILE) " << "$(TARGET)" << endl; } else if(!project->isActiveConfig("staticlib") && project->values("QMAKE_APP_FLAG").isEmpty() && !project->isActiveConfig("plugin")) { @@ -60,7 +60,7 @@ $OpenBSD: patch-qmake_generators_unix_unixmake2_cpp,v 1.8 2008/03/15 09:44:12 es } else { t << "\t-$(DEL_FILE) " << "$(TARGET)" << " " << endl; } -@@ -963,6 +950,10 @@ void UnixMakefileGenerator::init2() +@@ -959,6 +946,10 @@ void UnixMakefileGenerator::init2() project->values("VER_MAJ").append(l[0]); project->values("VER_MIN").append(l[1]); project->values("VER_PAT").append(l[2]); @@ -71,7 +71,7 @@ $OpenBSD: patch-qmake_generators_unix_unixmake2_cpp,v 1.8 2008/03/15 09:44:12 es if(project->isEmpty("QMAKE_FRAMEWORK_VERSION")) project->values("QMAKE_FRAMEWORK_VERSION").append(project->values("VER_MAJ").first()); -@@ -1094,7 +1085,7 @@ void UnixMakefileGenerator::init2() +@@ -1090,7 +1081,7 @@ void UnixMakefileGenerator::init2() project->first("VER_MIN") + "." + project->first("VER_PAT")); } diff --git a/x11/qt4/patches/patch-qmake_generators_unix_unixmake_cpp b/x11/qt4/patches/patch-qmake_generators_unix_unixmake_cpp index fb368578077..0e74d175cca 100644 --- a/x11/qt4/patches/patch-qmake_generators_unix_unixmake_cpp +++ b/x11/qt4/patches/patch-qmake_generators_unix_unixmake_cpp @@ -1,7 +1,7 @@ -$OpenBSD: patch-qmake_generators_unix_unixmake_cpp,v 1.9 2008/03/15 09:44:12 espie Exp $ ---- qmake/generators/unix/unixmake.cpp.orig Tue Feb 19 18:47:57 2008 -+++ qmake/generators/unix/unixmake.cpp Mon Mar 3 10:10:16 2008 -@@ -679,7 +679,7 @@ UnixMakefileGenerator::defaultInstall(const QString &t +$OpenBSD: patch-qmake_generators_unix_unixmake_cpp,v 1.10 2008/10/21 22:20:00 espie Exp $ +--- qmake/generators/unix/unixmake.cpp.orig Sat Sep 27 10:58:43 2008 ++++ qmake/generators/unix/unixmake.cpp Mon Oct 20 14:57:36 2008 +@@ -681,7 +681,7 @@ UnixMakefileGenerator::defaultInstall(const QString &t if(project->isEmpty("QMAKE_CYGWIN_SHLIB")) { if(!project->isActiveConfig("staticlib") && !project->isActiveConfig("plugin")) { if(project->isEmpty("QMAKE_HPUX_SHLIB")) { diff --git a/x11/qt4/patches/patch-src_corelib_codecs_qiconvcodec_cpp b/x11/qt4/patches/patch-src_corelib_codecs_qiconvcodec_cpp deleted file mode 100644 index 132cc3cdf9f..00000000000 --- a/x11/qt4/patches/patch-src_corelib_codecs_qiconvcodec_cpp +++ /dev/null @@ -1,39 +0,0 @@ -$OpenBSD: patch-src_corelib_codecs_qiconvcodec_cpp,v 1.1 2008/05/26 17:08:35 naddy Exp $ ---- src/corelib/codecs/qiconvcodec.cpp.orig Sun May 25 19:00:35 2008 -+++ src/corelib/codecs/qiconvcodec.cpp Sun May 25 19:03:40 2008 -@@ -136,7 +136,7 @@ QString QIconvCodec::convertToUnicode(const char* char - QByteArray ba; - size_t outBytesLeft = len * 2 + 2; - ba.resize(outBytesLeft); --#ifdef GNU_LIBICONV -+#if defined(GNU_LIBICONV) && (_LIBICONV_VERSION < 0x010B) - // GNU doesn't disagree with POSIX :/ - const char *inBytes = chars; - #else -@@ -196,7 +196,7 @@ QByteArray QIconvCodec::convertFromUnicode(const QChar - ba.resize(outBytesLeft); - char *outBytes = ba.data(); - --#if defined(GNU_LIBICONV) -+#if defined(GNU_LIBICONV) && (_LIBICONV_VERSION < 0x010B) - const char *inBytes; - #else - char *inBytes; -@@ -206,7 +206,7 @@ QByteArray QIconvCodec::convertFromUnicode(const QChar - #if !defined(NO_BOM) - // give iconv() a BOM - QChar bom[] = { QChar(QChar::ByteOrderMark) }; --#ifdef GNU_LIBICONV -+#if defined(GNU_LIBICONV) && (_LIBICONV_VERSION < 0x010B) - // GNU doesn't disagree with POSIX :/ - inBytes = reinterpret_cast(bom); - #else -@@ -220,7 +220,7 @@ QByteArray QIconvCodec::convertFromUnicode(const QChar - #endif // NO_BOM - - // now feed iconv() the real data --#ifdef GNU_LIBICONV -+#if defined(GNU_LIBICONV) && (_LIBICONV_VERSION < 0x010B) - // GNU doesn't disagree with POSIX :/ - inBytes = reinterpret_cast(uc); - #else diff --git a/x11/qt4/patches/patch-src_corelib_global_qglobal_h b/x11/qt4/patches/patch-src_corelib_global_qglobal_h index d081c2e9a73..06562d33c7d 100644 --- a/x11/qt4/patches/patch-src_corelib_global_qglobal_h +++ b/x11/qt4/patches/patch-src_corelib_global_qglobal_h @@ -1,7 +1,7 @@ -$OpenBSD: patch-src_corelib_global_qglobal_h,v 1.5 2008/03/15 09:44:12 espie Exp $ ---- src/corelib/global/qglobal.h.orig Tue Feb 19 18:47:13 2008 -+++ src/corelib/global/qglobal.h Mon Mar 3 10:10:16 2008 -@@ -1827,7 +1827,7 @@ typedef uint Flags; +$OpenBSD: patch-src_corelib_global_qglobal_h,v 1.6 2008/10/21 22:20:00 espie Exp $ +--- src/corelib/global/qglobal.h.orig Sat Sep 27 10:58:46 2008 ++++ src/corelib/global/qglobal.h Mon Oct 20 14:57:36 2008 +@@ -1956,7 +1956,7 @@ typedef uint Flags; #endif /* Q_NO_TYPESAFE_FLAGS */ diff --git a/x11/qt4/patches/patch-src_corelib_io_qfsfileengine_unix_cpp b/x11/qt4/patches/patch-src_corelib_io_qfsfileengine_unix_cpp index b90c4bcc854..a390078b554 100644 --- a/x11/qt4/patches/patch-src_corelib_io_qfsfileengine_unix_cpp +++ b/x11/qt4/patches/patch-src_corelib_io_qfsfileengine_unix_cpp @@ -1,7 +1,7 @@ -$OpenBSD: patch-src_corelib_io_qfsfileengine_unix_cpp,v 1.9 2008/03/15 09:44:12 espie Exp $ ---- src/corelib/io/qfsfileengine_unix.cpp.orig Tue Feb 19 18:47:14 2008 -+++ src/corelib/io/qfsfileengine_unix.cpp Mon Mar 3 10:10:16 2008 -@@ -253,7 +253,7 @@ qint64 QFSFileEnginePrivate::nativeRead(char *data, qi +$OpenBSD: patch-src_corelib_io_qfsfileengine_unix_cpp,v 1.10 2008/10/21 22:20:00 espie Exp $ +--- src/corelib/io/qfsfileengine_unix.cpp.orig Sat Sep 27 10:58:47 2008 ++++ src/corelib/io/qfsfileengine_unix.cpp Mon Oct 20 14:57:36 2008 +@@ -275,7 +275,7 @@ qint64 QFSFileEnginePrivate::nativeRead(char *data, qi int readByte = 0; do { readByte = fgetc(fh); diff --git a/x11/qt4/patches/patch-src_network_network_pro b/x11/qt4/patches/patch-src_network_network_pro deleted file mode 100644 index 2a53445969f..00000000000 --- a/x11/qt4/patches/patch-src_network_network_pro +++ /dev/null @@ -1,15 +0,0 @@ -$OpenBSD: patch-src_network_network_pro,v 1.2 2007/10/22 15:36:59 espie Exp $ ---- src/network/network.pro.orig Mon Oct 1 15:06:18 2007 -+++ src/network/network.pro Thu Oct 18 00:45:59 2007 -@@ -74,11 +74,8 @@ contains(QT_CONFIG, openssl) { - qsslsocket_openssl.cpp \ - qsslsocket_openssl_symbols.cpp - -- # Only for static builds, we link against OpenSSL. -- contains(CONFIG, static) { - win32:LIBS += -lssleay32 -llibeay32 - unix:LIBS += -lssl -lcrypto -- } - - # Include Qt's default CA bundle - RESOURCES += network.qrc diff --git a/x11/qt4/patches/patch-src_network_qsslsocket_openssl_symbols_cpp b/x11/qt4/patches/patch-src_network_qsslsocket_openssl_symbols_cpp deleted file mode 100644 index 626a24dfa97..00000000000 --- a/x11/qt4/patches/patch-src_network_qsslsocket_openssl_symbols_cpp +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-src_network_qsslsocket_openssl_symbols_cpp,v 1.6 2008/06/02 10:33:34 espie Exp $ ---- src/network/qsslsocket_openssl_symbols.cpp.orig Mon May 26 11:06:54 2008 -+++ src/network/qsslsocket_openssl_symbols.cpp Sun Jun 1 11:36:34 2008 -@@ -208,7 +208,7 @@ DEFINEFUNC3(DSA *, d2i_DSAPrivateKey, DSA **a, a, unsi - qWarning("QSslSocket: cannot resolve "#func); - #endif - --#ifdef QT_SHARED -+#if 0 - - #ifdef QT_NO_LIBRARY - bool q_resolveOpenSslSymbols() diff --git a/x11/qt4/patches/patch-src_network_qsslsocket_openssl_symbols_p_h b/x11/qt4/patches/patch-src_network_qsslsocket_openssl_symbols_p_h deleted file mode 100644 index 6918259a5d1..00000000000 --- a/x11/qt4/patches/patch-src_network_qsslsocket_openssl_symbols_p_h +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-src_network_qsslsocket_openssl_symbols_p_h,v 1.5 2008/06/02 10:33:34 espie Exp $ ---- src/network/qsslsocket_openssl_symbols_p.h.orig Mon May 26 11:06:54 2008 -+++ src/network/qsslsocket_openssl_symbols_p.h Sun Jun 1 11:36:34 2008 -@@ -72,7 +72,7 @@ - - #define DUMMYARG - --#ifdef QT_SHARED -+#if 0 - // **************** Shared declarations ****************** - // ret func(arg) - diff --git a/x11/qt4/patches/patch-src_qt3support_dialogs_q3filedialog_cpp b/x11/qt4/patches/patch-src_qt3support_dialogs_q3filedialog_cpp deleted file mode 100644 index 98e949f1526..00000000000 --- a/x11/qt4/patches/patch-src_qt3support_dialogs_q3filedialog_cpp +++ /dev/null @@ -1,13 +0,0 @@ -$OpenBSD: patch-src_qt3support_dialogs_q3filedialog_cpp,v 1.8 2008/03/15 09:44:12 espie Exp $ ---- src/qt3support/dialogs/q3filedialog.cpp.orig Tue Feb 19 18:47:30 2008 -+++ src/qt3support/dialogs/q3filedialog.cpp Mon Mar 3 10:10:16 2008 -@@ -3136,6 +3136,9 @@ void Q3FileDialog::setDir(const QString & pathstr) - # define _POSIX_LOGIN_NAME_MAX 9 - # endif - -+#if defined(Q_OS_OPENBSD) -+#include -+#endif - char name[_POSIX_LOGIN_NAME_MAX]; - if (::getlogin_r(name, _POSIX_LOGIN_NAME_MAX) == 0) - user = name; diff --git a/x11/qt4/patches/patch-tools_assistant_lib_qassistantclient_cpp b/x11/qt4/patches/patch-tools_assistant_lib_qassistantclient_cpp deleted file mode 100644 index 6c62d1b7851..00000000000 --- a/x11/qt4/patches/patch-tools_assistant_lib_qassistantclient_cpp +++ /dev/null @@ -1,17 +0,0 @@ -$OpenBSD: patch-tools_assistant_lib_qassistantclient_cpp,v 1.8 2008/03/15 09:44:12 espie Exp $ ---- tools/assistant/lib/qassistantclient.cpp.orig Tue Feb 19 18:47:36 2008 -+++ tools/assistant/lib/qassistantclient.cpp Mon Mar 3 10:10:16 2008 -@@ -192,11 +192,11 @@ QAssistantClient::QAssistantClient( const QString &pat - : QObject( parent ), host ( QLatin1String("localhost") ) - { - if ( path.isEmpty() ) -- assistantCommand = QLatin1String("assistant"); -+ assistantCommand = QLatin1String("assistant4"); - else { - QFileInfo fi( path ); - if ( fi.isDir() ) -- assistantCommand = path + QLatin1String("/assistant"); -+ assistantCommand = path + QLatin1String("/assistant4"); - else - assistantCommand = path; - } diff --git a/x11/qt4/patches/patch-tools_qdbus_tools_qdbuscpp2xml_qdbuscpp2xml_cpp b/x11/qt4/patches/patch-tools_qdbus_qdbuscpp2xml_qdbuscpp2xml_cpp similarity index 65% rename from x11/qt4/patches/patch-tools_qdbus_tools_qdbuscpp2xml_qdbuscpp2xml_cpp rename to x11/qt4/patches/patch-tools_qdbus_qdbuscpp2xml_qdbuscpp2xml_cpp index ca8cfa8e950..7e622c70c4f 100644 --- a/x11/qt4/patches/patch-tools_qdbus_tools_qdbuscpp2xml_qdbuscpp2xml_cpp +++ b/x11/qt4/patches/patch-tools_qdbus_qdbuscpp2xml_qdbuscpp2xml_cpp @@ -1,7 +1,7 @@ -$OpenBSD: patch-tools_qdbus_tools_qdbuscpp2xml_qdbuscpp2xml_cpp,v 1.5 2008/03/15 09:44:12 espie Exp $ ---- tools/qdbus/tools/qdbuscpp2xml/qdbuscpp2xml.cpp.orig Tue Feb 19 18:48:04 2008 -+++ tools/qdbus/tools/qdbuscpp2xml/qdbuscpp2xml.cpp Mon Mar 3 10:10:16 2008 -@@ -396,7 +396,7 @@ int main(int argc, char **argv) +$OpenBSD: patch-tools_qdbus_qdbuscpp2xml_qdbuscpp2xml_cpp,v 1.1 2008/10/21 22:20:00 espie Exp $ +--- tools/qdbus/qdbuscpp2xml/qdbuscpp2xml.cpp.orig Sat Sep 27 10:58:49 2008 ++++ tools/qdbus/qdbuscpp2xml/qdbuscpp2xml.cpp Mon Oct 20 14:57:36 2008 +@@ -392,7 +392,7 @@ int main(int argc, char **argv) else { // run moc on this file QProcess proc; diff --git a/x11/qt4/patches/patch-tools_qtconfig-lite_qtconfig_pro b/x11/qt4/patches/patch-tools_qtconfig-lite_qtconfig_pro new file mode 100644 index 00000000000..4fcdaa717eb --- /dev/null +++ b/x11/qt4/patches/patch-tools_qtconfig-lite_qtconfig_pro @@ -0,0 +1,23 @@ +$OpenBSD: patch-tools_qtconfig-lite_qtconfig_pro,v 1.1 2008/10/21 22:20:00 espie Exp $ +--- tools/qtconfig-lite/qtconfig.pro.orig Tue Oct 21 09:12:53 2008 ++++ tools/qtconfig-lite/qtconfig.pro Tue Oct 21 09:13:40 2008 +@@ -7,9 +7,7 @@ build_all:!build_pass { + LANGUAGE = C++ + QT += qt3support + +-contains(QT_CONFIG, gstreamer):LIBS += $$QT_LIBS_GSTREAMER -lgstinterfaces-0.10 -lgstvideo-0.10 -lgstbase-0.10 +-contains(QT_CONFIG, gstreamer):QMAKE_CXXFLAGS += $$QT_CFLAGS_GSTREAMER +-contains(QT_CONFIG, gstreamer):QT += phonon ++QMAKE_CXXFLAGS += -DQT_NO_GSTREAMER + SOURCES += colorbutton.cpp main.cpp previewframe.cpp previewwidget.cpp mainwindow.cpp paletteeditoradvanced.cpp \ + mainwindowbase.cpp paletteeditoradvancedbase.cpp previewwidgetbase.cpp + HEADERS += colorbutton.h previewframe.h previewwidget.h mainwindow.h paletteeditoradvanced.h \ +@@ -19,7 +17,7 @@ FORMS = mainwindowbase.ui paletteeditoradvanced + RESOURCES = qtconfig.qrc + + PROJECTNAME = Qt Configuration +-TARGET = qtconfig ++TARGET = qtconfig-lite + DESTDIR = ../../bin + + target.path=$$[QT_INSTALL_BINS] diff --git a/x11/qt4/patches/patch-tools_tools_pro b/x11/qt4/patches/patch-tools_tools_pro new file mode 100644 index 00000000000..1e9ad47098a --- /dev/null +++ b/x11/qt4/patches/patch-tools_tools_pro @@ -0,0 +1,12 @@ +$OpenBSD: patch-tools_tools_pro,v 1.1 2008/10/21 22:20:00 espie Exp $ +--- tools/tools.pro.orig Tue Oct 21 09:13:47 2008 ++++ tools/tools.pro Tue Oct 21 09:14:17 2008 +@@ -14,7 +14,7 @@ no-png { + } + SUBDIRS += linguist + wince*: SUBDIRS = qtestlib designer +- unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig ++ unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig qtconfig-lite + win32:!wince*:!contains(QT_EDITION, OpenSource|Console):SUBDIRS += activeqt + } + diff --git a/x11/qt4/pkg/DESCR-phonon b/x11/qt4/pkg/DESCR-phonon new file mode 100644 index 00000000000..9f2e147f47d --- /dev/null +++ b/x11/qt4/pkg/DESCR-phonon @@ -0,0 +1,3 @@ +This is the phonon library, set apart because of too many dependencies. +Please note that this contains the full version of qtconfig, which +unfortunately links with gstreamer for the time being. diff --git a/x11/qt4/pkg/PFRAG.shared-main b/x11/qt4/pkg/PFRAG.shared-main index 7347731d2b9..37fc318f7e5 100644 --- a/x11/qt4/pkg/PFRAG.shared-main +++ b/x11/qt4/pkg/PFRAG.shared-main @@ -1,11 +1,13 @@ -@comment $OpenBSD: PFRAG.shared-main,v 1.2 2007/05/22 09:09:32 espie Exp $ +@comment $OpenBSD: PFRAG.shared-main,v 1.3 2008/10/21 22:20:00 espie Exp $ @lib lib/libQt3Support.so.${LIBQt3Support_VERSION} @lib lib/libQtAssistantClient.so.${LIBQtAssistantClient_VERSION} +@lib lib/libQtCLucene.so.${LIBQtCLucene_VERSION} @lib lib/libQtCore.so.${LIBQtCore_VERSION} @lib lib/libQtDBus.so.${LIBQtDBus_VERSION} @lib lib/libQtDesigner.so.${LIBQtDesigner_VERSION} @lib lib/libQtDesignerComponents.so.${LIBQtDesignerComponents_VERSION} @lib lib/libQtGui.so.${LIBQtGui_VERSION} +@lib lib/libQtHelp.so.${LIBQtHelp_VERSION} @lib lib/libQtNetwork.so.${LIBQtNetwork_VERSION} @lib lib/libQtOpenGL.so.${LIBQtOpenGL_VERSION} @lib lib/libQtScript.so.${LIBQtScript_VERSION} @@ -13,13 +15,16 @@ @lib lib/libQtSvg.so.${LIBQtSvg_VERSION} @lib lib/libQtTest.so.${LIBQtTest_VERSION} @lib lib/libQtXml.so.${LIBQtXml_VERSION} +@lib lib/libQtXmlPatterns.so.${LIBQtXmlPatterns_VERSION} @lib lib/qt4/libQt3Support.so.${LIBQt3Support_VERSION} @lib lib/qt4/libQtAssistantClient.so.${LIBQtAssistantClient_VERSION} +@lib lib/qt4/libQtCLucene.so.${LIBQtCLucene_VERSION} @lib lib/qt4/libQtCore.so.${LIBQtCore_VERSION} @lib lib/qt4/libQtDBus.so.${LIBQtDBus_VERSION} @lib lib/qt4/libQtDesigner.so.${LIBQtDesigner_VERSION} @lib lib/qt4/libQtDesignerComponents.so.${LIBQtDesignerComponents_VERSION} @lib lib/qt4/libQtGui.so.${LIBQtGui_VERSION} +@lib lib/qt4/libQtHelp.so.${LIBQtHelp_VERSION} @lib lib/qt4/libQtNetwork.so.${LIBQtNetwork_VERSION} @lib lib/qt4/libQtOpenGL.so.${LIBQtOpenGL_VERSION} @lib lib/qt4/libQtScript.so.${LIBQtScript_VERSION} @@ -27,17 +32,16 @@ @lib lib/qt4/libQtSvg.so.${LIBQtSvg_VERSION} @lib lib/qt4/libQtTest.so.${LIBQtTest_VERSION} @lib lib/qt4/libQtXml.so.${LIBQtXml_VERSION} +@lib lib/qt4/libQtXmlPatterns.so.${LIBQtXmlPatterns_VERSION} lib/qt4/plugins/accessible/libqtaccessiblecompatwidgets.so lib/qt4/plugins/accessible/libqtaccessiblewidgets.so -lib/qt4/plugins/codecs/libqcncodecs.so -lib/qt4/plugins/codecs/libqjpcodecs.so -lib/qt4/plugins/codecs/libqkrcodecs.so -lib/qt4/plugins/codecs/libqtwcodecs.so lib/qt4/plugins/designer/libqt3supportwidgets.so -lib/qt4/plugins/iconengines/libqsvg.so +lib/qt4/plugins/iconengines/libqsvgicon.so lib/qt4/plugins/imageformats/libqgif.so +lib/qt4/plugins/imageformats/libqico.so lib/qt4/plugins/imageformats/libqjpeg.so lib/qt4/plugins/imageformats/libqmng.so lib/qt4/plugins/imageformats/libqsvg.so lib/qt4/plugins/imageformats/libqtiff.so lib/qt4/plugins/inputmethods/libqimsw-multi.so +lib/qt4/plugins/script/libqtscriptdbus.so diff --git a/x11/qt4/pkg/PFRAG.shared-phonon b/x11/qt4/pkg/PFRAG.shared-phonon new file mode 100644 index 00000000000..b537474a704 --- /dev/null +++ b/x11/qt4/pkg/PFRAG.shared-phonon @@ -0,0 +1,4 @@ +@comment $OpenBSD: PFRAG.shared-phonon,v 1.1 2008/10/21 22:20:00 espie Exp $ +@lib lib/libphonon.so.${LIBphonon_VERSION} +@lib lib/qt4/libphonon.so.${LIBphonon_VERSION} +lib/qt4/plugins/phonon_backend/libphonon_gstreamer.so diff --git a/x11/qt4/pkg/PLIST-examples b/x11/qt4/pkg/PLIST-examples index f1b1daf50c4..b3f9072b223 100644 --- a/x11/qt4/pkg/PLIST-examples +++ b/x11/qt4/pkg/PLIST-examples @@ -1,13 +1,13 @@ -@comment $OpenBSD: PLIST-examples,v 1.17 2008/01/06 13:48:13 espie Exp $ +@comment $OpenBSD: PLIST-examples,v 1.18 2008/10/21 22:20:00 espie Exp $ @conflict qt4-<=4.2.2 %%SHARED%% bin/pixeltool bin/qtdemo -lib/qt4/bin/qtdemo +@bin lib/qt4/bin/qtdemo lib/qt4/demos/ lib/qt4/demos/README lib/qt4/demos/affine/ -lib/qt4/demos/affine/affine +@bin lib/qt4/demos/affine/affine lib/qt4/demos/affine/affine.pro lib/qt4/demos/affine/affine.qrc lib/qt4/demos/affine/bg1.jpg @@ -21,7 +21,8 @@ lib/qt4/demos/arthurplugin/arthurplugin.pro lib/qt4/demos/arthurplugin/bg1.jpg lib/qt4/demos/arthurplugin/composition.cpp lib/qt4/demos/arthurplugin/composition.h -lib/qt4/demos/arthurplugin/flower_2.png +lib/qt4/demos/arthurplugin/flower.jpg +lib/qt4/demos/arthurplugin/flower_alpha.jpg lib/qt4/demos/arthurplugin/gradients.cpp lib/qt4/demos/arthurplugin/gradients.h lib/qt4/demos/arthurplugin/pathdeform.cpp @@ -34,7 +35,7 @@ lib/qt4/demos/arthurplugin/xform.h lib/qt4/demos/books/ lib/qt4/demos/books/bookdelegate.cpp lib/qt4/demos/books/bookdelegate.h -lib/qt4/demos/books/books +@bin lib/qt4/demos/books/books lib/qt4/demos/books/books.pro lib/qt4/demos/books/books.qrc lib/qt4/demos/books/bookwindow.cpp @@ -45,7 +46,7 @@ lib/qt4/demos/books/images/star.png lib/qt4/demos/books/initdb.h lib/qt4/demos/books/main.cpp lib/qt4/demos/chip/ -lib/qt4/demos/chip/chip +@bin lib/qt4/demos/chip/chip lib/qt4/demos/chip/chip.cpp lib/qt4/demos/chip/chip.h lib/qt4/demos/chip/chip.pro @@ -62,16 +63,17 @@ lib/qt4/demos/chip/view.h lib/qt4/demos/chip/zoomin.png lib/qt4/demos/chip/zoomout.png lib/qt4/demos/composition/ -lib/qt4/demos/composition/composition +@bin lib/qt4/demos/composition/composition lib/qt4/demos/composition/composition.cpp lib/qt4/demos/composition/composition.h lib/qt4/demos/composition/composition.html lib/qt4/demos/composition/composition.pro lib/qt4/demos/composition/composition.qrc -lib/qt4/demos/composition/flower_2.png +lib/qt4/demos/composition/flower.jpg +lib/qt4/demos/composition/flower_alpha.jpg lib/qt4/demos/composition/main.cpp lib/qt4/demos/deform/ -lib/qt4/demos/deform/deform +@bin lib/qt4/demos/deform/deform lib/qt4/demos/deform/deform.pro lib/qt4/demos/deform/deform.qrc lib/qt4/demos/deform/main.cpp @@ -79,8 +81,19 @@ lib/qt4/demos/deform/pathdeform.cpp lib/qt4/demos/deform/pathdeform.h lib/qt4/demos/deform/pathdeform.html lib/qt4/demos/demos.pro +lib/qt4/demos/embeddeddialogs/ +lib/qt4/demos/embeddeddialogs/No-Ones-Laughing-3.jpg +lib/qt4/demos/embeddeddialogs/customproxy.cpp +lib/qt4/demos/embeddeddialogs/customproxy.h +lib/qt4/demos/embeddeddialogs/embeddeddialog.cpp +lib/qt4/demos/embeddeddialogs/embeddeddialog.h +lib/qt4/demos/embeddeddialogs/embeddeddialog.ui +@bin lib/qt4/demos/embeddeddialogs/embeddeddialogs +lib/qt4/demos/embeddeddialogs/embeddeddialogs.pro +lib/qt4/demos/embeddeddialogs/embeddeddialogs.qrc +lib/qt4/demos/embeddeddialogs/main.cpp lib/qt4/demos/gradients/ -lib/qt4/demos/gradients/gradients +@bin lib/qt4/demos/gradients/gradients lib/qt4/demos/gradients/gradients.cpp lib/qt4/demos/gradients/gradients.h lib/qt4/demos/gradients/gradients.html @@ -93,7 +106,7 @@ lib/qt4/demos/interview/images/ lib/qt4/demos/interview/images/folder.png lib/qt4/demos/interview/images/interview.png lib/qt4/demos/interview/images/services.png -lib/qt4/demos/interview/interview +@bin lib/qt4/demos/interview/interview lib/qt4/demos/interview/interview.pro lib/qt4/demos/interview/interview.qrc lib/qt4/demos/interview/main.cpp @@ -103,17 +116,30 @@ lib/qt4/demos/mainwindow/ lib/qt4/demos/mainwindow/colorswatch.cpp lib/qt4/demos/mainwindow/colorswatch.h lib/qt4/demos/mainwindow/main.cpp -lib/qt4/demos/mainwindow/mainwindow +@bin lib/qt4/demos/mainwindow/mainwindow lib/qt4/demos/mainwindow/mainwindow.cpp lib/qt4/demos/mainwindow/mainwindow.h lib/qt4/demos/mainwindow/mainwindow.pro lib/qt4/demos/mainwindow/mainwindow.qrc lib/qt4/demos/mainwindow/qt.png +lib/qt4/demos/mainwindow/titlebarCenter.png +lib/qt4/demos/mainwindow/titlebarLeft.png +lib/qt4/demos/mainwindow/titlebarRight.png lib/qt4/demos/mainwindow/toolbar.cpp lib/qt4/demos/mainwindow/toolbar.h +lib/qt4/demos/mediaplayer/ +lib/qt4/demos/mediaplayer/images/ +lib/qt4/demos/mediaplayer/images/screen.png +lib/qt4/demos/mediaplayer/main.cpp +@bin lib/qt4/demos/mediaplayer/mediaplayer +lib/qt4/demos/mediaplayer/mediaplayer.cpp +lib/qt4/demos/mediaplayer/mediaplayer.h +lib/qt4/demos/mediaplayer/mediaplayer.pro +lib/qt4/demos/mediaplayer/mediaplayer.qrc +lib/qt4/demos/mediaplayer/settings.ui lib/qt4/demos/pathstroke/ lib/qt4/demos/pathstroke/main.cpp -lib/qt4/demos/pathstroke/pathstroke +@bin lib/qt4/demos/pathstroke/pathstroke lib/qt4/demos/pathstroke/pathstroke.cpp lib/qt4/demos/pathstroke/pathstroke.h lib/qt4/demos/pathstroke/pathstroke.html @@ -228,7 +254,7 @@ lib/qt4/demos/spreadsheet/ lib/qt4/demos/spreadsheet/images/ lib/qt4/demos/spreadsheet/images/interview.png lib/qt4/demos/spreadsheet/main.cpp -lib/qt4/demos/spreadsheet/spreadsheet +@bin lib/qt4/demos/spreadsheet/spreadsheet lib/qt4/demos/spreadsheet/spreadsheet.pro lib/qt4/demos/spreadsheet/spreadsheet.qrc lib/qt4/demos/sqlbrowser/ @@ -241,7 +267,7 @@ lib/qt4/demos/sqlbrowser/main.cpp lib/qt4/demos/sqlbrowser/qsqlconnectiondialog.cpp lib/qt4/demos/sqlbrowser/qsqlconnectiondialog.h lib/qt4/demos/sqlbrowser/qsqlconnectiondialog.ui -lib/qt4/demos/sqlbrowser/sqlbrowser +@bin lib/qt4/demos/sqlbrowser/sqlbrowser lib/qt4/demos/sqlbrowser/sqlbrowser.pro lib/qt4/demos/textedit/ lib/qt4/demos/textedit/example.html @@ -288,9 +314,7 @@ lib/qt4/demos/textedit/images/win/textunder.png lib/qt4/demos/textedit/images/win/zoomin.png lib/qt4/demos/textedit/images/win/zoomout.png lib/qt4/demos/textedit/main.cpp -lib/qt4/demos/textedit/printpreview.cpp -lib/qt4/demos/textedit/printpreview.h -lib/qt4/demos/textedit/textedit +@bin lib/qt4/demos/textedit/textedit lib/qt4/demos/textedit/textedit.cpp lib/qt4/demos/textedit/textedit.doc lib/qt4/demos/textedit/textedit.h @@ -301,10 +325,28 @@ lib/qt4/demos/undo/commands.cpp lib/qt4/demos/undo/commands.h lib/qt4/demos/undo/document.cpp lib/qt4/demos/undo/document.h +lib/qt4/demos/undo/icons/ +lib/qt4/demos/undo/icons/background.png +lib/qt4/demos/undo/icons/blue.png +lib/qt4/demos/undo/icons/circle.png +lib/qt4/demos/undo/icons/exit.png +lib/qt4/demos/undo/icons/fileclose.png +lib/qt4/demos/undo/icons/filenew.png +lib/qt4/demos/undo/icons/fileopen.png +lib/qt4/demos/undo/icons/filesave.png +lib/qt4/demos/undo/icons/green.png +lib/qt4/demos/undo/icons/ok.png +lib/qt4/demos/undo/icons/rectangle.png +lib/qt4/demos/undo/icons/red.png +lib/qt4/demos/undo/icons/redo.png +lib/qt4/demos/undo/icons/remove.png +lib/qt4/demos/undo/icons/triangle.png +lib/qt4/demos/undo/icons/undo.png lib/qt4/demos/undo/main.cpp lib/qt4/demos/undo/mainwindow.cpp lib/qt4/demos/undo/mainwindow.h -lib/qt4/demos/undo/undo +lib/qt4/demos/undo/mainwindow.ui +@bin lib/qt4/demos/undo/undo lib/qt4/demos/undo/undo.pro lib/qt4/demos/undo/undo.qrc lib/qt4/examples/ @@ -336,12 +378,72 @@ lib/qt4/examples/assistant/simpletextviewer/findfiledialog.h lib/qt4/examples/assistant/simpletextviewer/main.cpp lib/qt4/examples/assistant/simpletextviewer/mainwindow.cpp lib/qt4/examples/assistant/simpletextviewer/mainwindow.h -lib/qt4/examples/assistant/simpletextviewer/simpletextviewer +@bin lib/qt4/examples/assistant/simpletextviewer/simpletextviewer lib/qt4/examples/assistant/simpletextviewer/simpletextviewer.pro +lib/qt4/examples/dbus/ +lib/qt4/examples/dbus/chat/ +lib/qt4/examples/dbus/chat/chat.cpp +lib/qt4/examples/dbus/chat/chat.h +lib/qt4/examples/dbus/chat/chat_adaptor.cpp +lib/qt4/examples/dbus/chat/chat_adaptor.h +lib/qt4/examples/dbus/chat/chat_interface.cpp +lib/qt4/examples/dbus/chat/chat_interface.h +lib/qt4/examples/dbus/chat/chatmainwindow.ui +lib/qt4/examples/dbus/chat/chatsetnickname.ui +lib/qt4/examples/dbus/chat/com.trolltech.chat.xml +@bin lib/qt4/examples/dbus/chat/dbus-chat +lib/qt4/examples/dbus/chat/dbus-chat.pro +lib/qt4/examples/dbus/complexpingpong/ +@bin lib/qt4/examples/dbus/complexpingpong/complexping +lib/qt4/examples/dbus/complexpingpong/complexping.cpp +lib/qt4/examples/dbus/complexpingpong/complexping.h +lib/qt4/examples/dbus/complexpingpong/complexping.pro +lib/qt4/examples/dbus/complexpingpong/complexpingpong.pro +@bin lib/qt4/examples/dbus/complexpingpong/complexpong +lib/qt4/examples/dbus/complexpingpong/complexpong.cpp +lib/qt4/examples/dbus/complexpingpong/complexpong.h +lib/qt4/examples/dbus/complexpingpong/complexpong.pro +lib/qt4/examples/dbus/complexpingpong/ping-common.h +lib/qt4/examples/dbus/dbus.pro +lib/qt4/examples/dbus/listnames/ +@bin lib/qt4/examples/dbus/listnames/listnames +lib/qt4/examples/dbus/listnames/listnames.cpp +lib/qt4/examples/dbus/listnames/listnames.pro +lib/qt4/examples/dbus/pingpong/ +@bin lib/qt4/examples/dbus/pingpong/ping +lib/qt4/examples/dbus/pingpong/ping-common.h +lib/qt4/examples/dbus/pingpong/ping.cpp +lib/qt4/examples/dbus/pingpong/ping.pro +lib/qt4/examples/dbus/pingpong/pingpong.pro +@bin lib/qt4/examples/dbus/pingpong/pong +lib/qt4/examples/dbus/pingpong/pong.cpp +lib/qt4/examples/dbus/pingpong/pong.h +lib/qt4/examples/dbus/pingpong/pong.pro +lib/qt4/examples/dbus/remotecontrolledcar/ +lib/qt4/examples/dbus/remotecontrolledcar/car/ +@bin lib/qt4/examples/dbus/remotecontrolledcar/car/car +lib/qt4/examples/dbus/remotecontrolledcar/car/car.cpp +lib/qt4/examples/dbus/remotecontrolledcar/car/car.h +lib/qt4/examples/dbus/remotecontrolledcar/car/car.pro +lib/qt4/examples/dbus/remotecontrolledcar/car/car.xml +lib/qt4/examples/dbus/remotecontrolledcar/car/car_adaptor.cpp +lib/qt4/examples/dbus/remotecontrolledcar/car/car_adaptor_p.h +lib/qt4/examples/dbus/remotecontrolledcar/car/main.cpp +lib/qt4/examples/dbus/remotecontrolledcar/controller/ +lib/qt4/examples/dbus/remotecontrolledcar/controller/car.xml +lib/qt4/examples/dbus/remotecontrolledcar/controller/car_interface.cpp +lib/qt4/examples/dbus/remotecontrolledcar/controller/car_interface_p.h +@bin lib/qt4/examples/dbus/remotecontrolledcar/controller/controller +lib/qt4/examples/dbus/remotecontrolledcar/controller/controller.cpp +lib/qt4/examples/dbus/remotecontrolledcar/controller/controller.h +lib/qt4/examples/dbus/remotecontrolledcar/controller/controller.pro +lib/qt4/examples/dbus/remotecontrolledcar/controller/controller.ui +lib/qt4/examples/dbus/remotecontrolledcar/controller/main.cpp +lib/qt4/examples/dbus/remotecontrolledcar/remotecontrolledcar.pro lib/qt4/examples/designer/ lib/qt4/examples/designer/README lib/qt4/examples/designer/calculatorbuilder/ -lib/qt4/examples/designer/calculatorbuilder/calculatorbuilder +@bin lib/qt4/examples/designer/calculatorbuilder/calculatorbuilder lib/qt4/examples/designer/calculatorbuilder/calculatorbuilder.pro lib/qt4/examples/designer/calculatorbuilder/calculatorbuilder.qrc lib/qt4/examples/designer/calculatorbuilder/calculatorform.cpp @@ -349,7 +451,7 @@ lib/qt4/examples/designer/calculatorbuilder/calculatorform.h lib/qt4/examples/designer/calculatorbuilder/calculatorform.ui lib/qt4/examples/designer/calculatorbuilder/main.cpp lib/qt4/examples/designer/calculatorform/ -lib/qt4/examples/designer/calculatorform/calculatorform +@bin lib/qt4/examples/designer/calculatorform/calculatorform lib/qt4/examples/designer/calculatorform/calculatorform.cpp lib/qt4/examples/designer/calculatorform/calculatorform.h lib/qt4/examples/designer/calculatorform/calculatorform.pro @@ -385,7 +487,7 @@ lib/qt4/examples/designer/taskmenuextension/tictactoetaskmenu.h lib/qt4/examples/designer/worldtimeclockbuilder/ lib/qt4/examples/designer/worldtimeclockbuilder/form.ui lib/qt4/examples/designer/worldtimeclockbuilder/main.cpp -lib/qt4/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder +@bin lib/qt4/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder lib/qt4/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro lib/qt4/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.qrc lib/qt4/examples/designer/worldtimeclockplugin/ @@ -399,13 +501,17 @@ lib/qt4/examples/desktop/README lib/qt4/examples/desktop/desktop.pro lib/qt4/examples/desktop/screenshot/ lib/qt4/examples/desktop/screenshot/main.cpp -lib/qt4/examples/desktop/screenshot/screenshot +@bin lib/qt4/examples/desktop/screenshot/screenshot lib/qt4/examples/desktop/screenshot/screenshot.cpp lib/qt4/examples/desktop/screenshot/screenshot.h lib/qt4/examples/desktop/screenshot/screenshot.pro lib/qt4/examples/desktop/systray/ +lib/qt4/examples/desktop/systray/images/ +lib/qt4/examples/desktop/systray/images/bad.svg +lib/qt4/examples/desktop/systray/images/heart.svg +lib/qt4/examples/desktop/systray/images/trash.svg lib/qt4/examples/desktop/systray/main.cpp -lib/qt4/examples/desktop/systray/systray +@bin lib/qt4/examples/desktop/systray/systray lib/qt4/examples/desktop/systray/systray.pro lib/qt4/examples/desktop/systray/systray.qrc lib/qt4/examples/desktop/systray/window.cpp @@ -413,13 +519,22 @@ lib/qt4/examples/desktop/systray/window.h lib/qt4/examples/dialogs/ lib/qt4/examples/dialogs/README lib/qt4/examples/dialogs/classwizard/ -lib/qt4/examples/dialogs/classwizard/classwizard +@bin lib/qt4/examples/dialogs/classwizard/classwizard lib/qt4/examples/dialogs/classwizard/classwizard.cpp lib/qt4/examples/dialogs/classwizard/classwizard.h lib/qt4/examples/dialogs/classwizard/classwizard.pro +lib/qt4/examples/dialogs/classwizard/classwizard.qrc +lib/qt4/examples/dialogs/classwizard/images/ +lib/qt4/examples/dialogs/classwizard/images/background.png +lib/qt4/examples/dialogs/classwizard/images/banner.png +lib/qt4/examples/dialogs/classwizard/images/logo1.png +lib/qt4/examples/dialogs/classwizard/images/logo2.png +lib/qt4/examples/dialogs/classwizard/images/logo3.png +lib/qt4/examples/dialogs/classwizard/images/watermark1.png +lib/qt4/examples/dialogs/classwizard/images/watermark2.png lib/qt4/examples/dialogs/classwizard/main.cpp lib/qt4/examples/dialogs/configdialog/ -lib/qt4/examples/dialogs/configdialog/configdialog +@bin lib/qt4/examples/dialogs/configdialog/configdialog lib/qt4/examples/dialogs/configdialog/configdialog.cpp lib/qt4/examples/dialogs/configdialog/configdialog.h lib/qt4/examples/dialogs/configdialog/configdialog.pro @@ -433,44 +548,48 @@ lib/qt4/examples/dialogs/configdialog/pages.cpp lib/qt4/examples/dialogs/configdialog/pages.h lib/qt4/examples/dialogs/dialogs.pro lib/qt4/examples/dialogs/extension/ -lib/qt4/examples/dialogs/extension/extension +@bin lib/qt4/examples/dialogs/extension/extension lib/qt4/examples/dialogs/extension/extension.pro lib/qt4/examples/dialogs/extension/finddialog.cpp lib/qt4/examples/dialogs/extension/finddialog.h lib/qt4/examples/dialogs/extension/main.cpp lib/qt4/examples/dialogs/findfiles/ -lib/qt4/examples/dialogs/findfiles/findfiles +@bin lib/qt4/examples/dialogs/findfiles/findfiles lib/qt4/examples/dialogs/findfiles/findfiles.pro lib/qt4/examples/dialogs/findfiles/main.cpp lib/qt4/examples/dialogs/findfiles/window.cpp lib/qt4/examples/dialogs/findfiles/window.h lib/qt4/examples/dialogs/licensewizard/ -lib/qt4/examples/dialogs/licensewizard/licensewizard +lib/qt4/examples/dialogs/licensewizard/images/ +lib/qt4/examples/dialogs/licensewizard/images/logo.png +lib/qt4/examples/dialogs/licensewizard/images/watermark.png +@bin lib/qt4/examples/dialogs/licensewizard/licensewizard lib/qt4/examples/dialogs/licensewizard/licensewizard.cpp lib/qt4/examples/dialogs/licensewizard/licensewizard.h lib/qt4/examples/dialogs/licensewizard/licensewizard.pro +lib/qt4/examples/dialogs/licensewizard/licensewizard.qrc lib/qt4/examples/dialogs/licensewizard/main.cpp lib/qt4/examples/dialogs/standarddialogs/ lib/qt4/examples/dialogs/standarddialogs/dialog.cpp lib/qt4/examples/dialogs/standarddialogs/dialog.h lib/qt4/examples/dialogs/standarddialogs/main.cpp -lib/qt4/examples/dialogs/standarddialogs/standarddialogs +@bin lib/qt4/examples/dialogs/standarddialogs/standarddialogs lib/qt4/examples/dialogs/standarddialogs/standarddialogs.pro lib/qt4/examples/dialogs/tabdialog/ lib/qt4/examples/dialogs/tabdialog/main.cpp -lib/qt4/examples/dialogs/tabdialog/tabdialog +@bin lib/qt4/examples/dialogs/tabdialog/tabdialog lib/qt4/examples/dialogs/tabdialog/tabdialog.cpp lib/qt4/examples/dialogs/tabdialog/tabdialog.h lib/qt4/examples/dialogs/tabdialog/tabdialog.pro lib/qt4/examples/dialogs/trivialwizard/ -lib/qt4/examples/dialogs/trivialwizard/trivialwizard +@bin lib/qt4/examples/dialogs/trivialwizard/trivialwizard lib/qt4/examples/dialogs/trivialwizard/trivialwizard.cpp lib/qt4/examples/dialogs/trivialwizard/trivialwizard.pro lib/qt4/examples/draganddrop/ lib/qt4/examples/draganddrop/README lib/qt4/examples/draganddrop/draganddrop.pro lib/qt4/examples/draganddrop/draggableicons/ -lib/qt4/examples/draganddrop/draggableicons/draggableicons +@bin lib/qt4/examples/draganddrop/draggableicons/draggableicons lib/qt4/examples/draganddrop/draggableicons/draggableicons.pro lib/qt4/examples/draganddrop/draggableicons/draggableicons.qrc lib/qt4/examples/draganddrop/draggableicons/dragwidget.cpp @@ -481,7 +600,7 @@ lib/qt4/examples/draganddrop/draggableicons/images/car.png lib/qt4/examples/draganddrop/draggableicons/images/house.png lib/qt4/examples/draganddrop/draggableicons/main.cpp lib/qt4/examples/draganddrop/draggabletext/ -lib/qt4/examples/draganddrop/draggabletext/draggabletext +@bin lib/qt4/examples/draganddrop/draggabletext/draggabletext lib/qt4/examples/draganddrop/draggabletext/draggabletext.pro lib/qt4/examples/draganddrop/draggabletext/draggabletext.qrc lib/qt4/examples/draganddrop/draggabletext/draglabel.cpp @@ -493,7 +612,7 @@ lib/qt4/examples/draganddrop/draggabletext/words.txt lib/qt4/examples/draganddrop/dropsite/ lib/qt4/examples/draganddrop/dropsite/droparea.cpp lib/qt4/examples/draganddrop/dropsite/droparea.h -lib/qt4/examples/draganddrop/dropsite/dropsite +@bin lib/qt4/examples/draganddrop/dropsite/dropsite lib/qt4/examples/draganddrop/dropsite/dropsite.pro lib/qt4/examples/draganddrop/dropsite/dropsitewindow.cpp lib/qt4/examples/draganddrop/dropsite/dropsitewindow.h @@ -503,7 +622,7 @@ lib/qt4/examples/draganddrop/fridgemagnets/draglabel.cpp lib/qt4/examples/draganddrop/fridgemagnets/draglabel.h lib/qt4/examples/draganddrop/fridgemagnets/dragwidget.cpp lib/qt4/examples/draganddrop/fridgemagnets/dragwidget.h -lib/qt4/examples/draganddrop/fridgemagnets/fridgemagnets +@bin lib/qt4/examples/draganddrop/fridgemagnets/fridgemagnets lib/qt4/examples/draganddrop/fridgemagnets/fridgemagnets.pro lib/qt4/examples/draganddrop/fridgemagnets/fridgemagnets.qrc lib/qt4/examples/draganddrop/fridgemagnets/main.cpp @@ -515,7 +634,7 @@ lib/qt4/examples/draganddrop/puzzle/mainwindow.cpp lib/qt4/examples/draganddrop/puzzle/mainwindow.h lib/qt4/examples/draganddrop/puzzle/pieceslist.cpp lib/qt4/examples/draganddrop/puzzle/pieceslist.h -lib/qt4/examples/draganddrop/puzzle/puzzle +@bin lib/qt4/examples/draganddrop/puzzle/puzzle lib/qt4/examples/draganddrop/puzzle/puzzle.pro lib/qt4/examples/draganddrop/puzzle/puzzle.qrc lib/qt4/examples/draganddrop/puzzle/puzzlewidget.cpp @@ -524,7 +643,7 @@ lib/qt4/examples/examples.pro lib/qt4/examples/graphicsview/ lib/qt4/examples/graphicsview/README lib/qt4/examples/graphicsview/collidingmice/ -lib/qt4/examples/graphicsview/collidingmice/collidingmice +@bin lib/qt4/examples/graphicsview/collidingmice/collidingmice lib/qt4/examples/graphicsview/collidingmice/collidingmice.pro lib/qt4/examples/graphicsview/collidingmice/images/ lib/qt4/examples/graphicsview/collidingmice/images/cheese.jpg @@ -537,7 +656,7 @@ lib/qt4/examples/graphicsview/diagramscene/arrow.cpp lib/qt4/examples/graphicsview/diagramscene/arrow.h lib/qt4/examples/graphicsview/diagramscene/diagramitem.cpp lib/qt4/examples/graphicsview/diagramscene/diagramitem.h -lib/qt4/examples/graphicsview/diagramscene/diagramscene +@bin lib/qt4/examples/graphicsview/diagramscene/diagramscene lib/qt4/examples/graphicsview/diagramscene/diagramscene.cpp lib/qt4/examples/graphicsview/diagramscene/diagramscene.h lib/qt4/examples/graphicsview/diagramscene/diagramscene.pro @@ -566,7 +685,7 @@ lib/qt4/examples/graphicsview/diagramscene/mainwindow.h lib/qt4/examples/graphicsview/dragdroprobot/ lib/qt4/examples/graphicsview/dragdroprobot/coloritem.cpp lib/qt4/examples/graphicsview/dragdroprobot/coloritem.h -lib/qt4/examples/graphicsview/dragdroprobot/dragdroprobot +@bin lib/qt4/examples/graphicsview/dragdroprobot/dragdroprobot lib/qt4/examples/graphicsview/dragdroprobot/dragdroprobot.pro lib/qt4/examples/graphicsview/dragdroprobot/images/ lib/qt4/examples/graphicsview/dragdroprobot/images/head.png @@ -577,7 +696,7 @@ lib/qt4/examples/graphicsview/dragdroprobot/robot.qrc lib/qt4/examples/graphicsview/elasticnodes/ lib/qt4/examples/graphicsview/elasticnodes/edge.cpp lib/qt4/examples/graphicsview/elasticnodes/edge.h -lib/qt4/examples/graphicsview/elasticnodes/elasticnodes +@bin lib/qt4/examples/graphicsview/elasticnodes/elasticnodes lib/qt4/examples/graphicsview/elasticnodes/elasticnodes.pro lib/qt4/examples/graphicsview/elasticnodes/graphwidget.cpp lib/qt4/examples/graphicsview/elasticnodes/graphwidget.h @@ -585,6 +704,28 @@ lib/qt4/examples/graphicsview/elasticnodes/main.cpp lib/qt4/examples/graphicsview/elasticnodes/node.cpp lib/qt4/examples/graphicsview/elasticnodes/node.h lib/qt4/examples/graphicsview/graphicsview.pro +lib/qt4/examples/graphicsview/padnavigator/ +lib/qt4/examples/graphicsview/padnavigator/backside.ui +lib/qt4/examples/graphicsview/padnavigator/images/ +lib/qt4/examples/graphicsview/padnavigator/images/artsfftscope.png +lib/qt4/examples/graphicsview/padnavigator/images/blue_angle_swirl.jpg +lib/qt4/examples/graphicsview/padnavigator/images/kontact_contacts.png +lib/qt4/examples/graphicsview/padnavigator/images/kontact_journal.png +lib/qt4/examples/graphicsview/padnavigator/images/kontact_mail.png +lib/qt4/examples/graphicsview/padnavigator/images/kontact_notes.png +lib/qt4/examples/graphicsview/padnavigator/images/kopeteavailable.png +lib/qt4/examples/graphicsview/padnavigator/images/metacontact_online.png +lib/qt4/examples/graphicsview/padnavigator/images/minitools.png +lib/qt4/examples/graphicsview/padnavigator/main.cpp +@bin lib/qt4/examples/graphicsview/padnavigator/padnavigator +lib/qt4/examples/graphicsview/padnavigator/padnavigator.pro +lib/qt4/examples/graphicsview/padnavigator/padnavigator.qrc +lib/qt4/examples/graphicsview/padnavigator/panel.cpp +lib/qt4/examples/graphicsview/padnavigator/panel.h +lib/qt4/examples/graphicsview/padnavigator/roundrectitem.cpp +lib/qt4/examples/graphicsview/padnavigator/roundrectitem.h +lib/qt4/examples/graphicsview/padnavigator/splashitem.cpp +lib/qt4/examples/graphicsview/padnavigator/splashitem.h lib/qt4/examples/graphicsview/portedasteroids/ lib/qt4/examples/graphicsview/portedasteroids/animateditem.cpp lib/qt4/examples/graphicsview/portedasteroids/animateditem.h @@ -592,7 +733,7 @@ lib/qt4/examples/graphicsview/portedasteroids/bg.png lib/qt4/examples/graphicsview/portedasteroids/ledmeter.cpp lib/qt4/examples/graphicsview/portedasteroids/ledmeter.h lib/qt4/examples/graphicsview/portedasteroids/main.cpp -lib/qt4/examples/graphicsview/portedasteroids/portedasteroids +@bin lib/qt4/examples/graphicsview/portedasteroids/portedasteroids lib/qt4/examples/graphicsview/portedasteroids/portedasteroids.pro lib/qt4/examples/graphicsview/portedasteroids/portedasteroids.qrc lib/qt4/examples/graphicsview/portedasteroids/sounds/ @@ -783,23 +924,129 @@ lib/qt4/examples/graphicsview/portedasteroids/view.h lib/qt4/examples/graphicsview/portedcanvas/ lib/qt4/examples/graphicsview/portedcanvas/butterfly.png lib/qt4/examples/graphicsview/portedcanvas/canvas.cpp +lib/qt4/examples/graphicsview/portedcanvas/canvas.doc lib/qt4/examples/graphicsview/portedcanvas/canvas.h lib/qt4/examples/graphicsview/portedcanvas/main.cpp -lib/qt4/examples/graphicsview/portedcanvas/portedcanvas +@bin lib/qt4/examples/graphicsview/portedcanvas/portedcanvas lib/qt4/examples/graphicsview/portedcanvas/portedcanvas.pro lib/qt4/examples/graphicsview/portedcanvas/portedcanvas.qrc lib/qt4/examples/graphicsview/portedcanvas/qt-trans.xpm lib/qt4/examples/graphicsview/portedcanvas/qtlogo.png +lib/qt4/examples/help/ +lib/qt4/examples/help/README +lib/qt4/examples/help/contextsensitivehelp/ +@bin lib/qt4/examples/help/contextsensitivehelp/contextsensitivehelp +lib/qt4/examples/help/contextsensitivehelp/contextsensitivehelp.pro +lib/qt4/examples/help/contextsensitivehelp/doc/ +lib/qt4/examples/help/contextsensitivehelp/doc/amount.html +lib/qt4/examples/help/contextsensitivehelp/doc/filter.html +lib/qt4/examples/help/contextsensitivehelp/doc/plants.html +lib/qt4/examples/help/contextsensitivehelp/doc/rain.html +lib/qt4/examples/help/contextsensitivehelp/doc/source.html +lib/qt4/examples/help/contextsensitivehelp/doc/temperature.html +lib/qt4/examples/help/contextsensitivehelp/doc/time.html +lib/qt4/examples/help/contextsensitivehelp/doc/wateringmachine.qch +lib/qt4/examples/help/contextsensitivehelp/doc/wateringmachine.qhc +lib/qt4/examples/help/contextsensitivehelp/doc/wateringmachine.qhcp +lib/qt4/examples/help/contextsensitivehelp/doc/wateringmachine.qhp +lib/qt4/examples/help/contextsensitivehelp/helpbrowser.cpp +lib/qt4/examples/help/contextsensitivehelp/helpbrowser.h +lib/qt4/examples/help/contextsensitivehelp/main.cpp +lib/qt4/examples/help/contextsensitivehelp/wateringconfigdialog.cpp +lib/qt4/examples/help/contextsensitivehelp/wateringconfigdialog.h +lib/qt4/examples/help/contextsensitivehelp/wateringconfigdialog.ui +lib/qt4/examples/help/help.pro +lib/qt4/examples/help/remotecontrol/ +lib/qt4/examples/help/remotecontrol/enter.png +lib/qt4/examples/help/remotecontrol/main.cpp +@bin lib/qt4/examples/help/remotecontrol/remotecontrol +lib/qt4/examples/help/remotecontrol/remotecontrol.cpp +lib/qt4/examples/help/remotecontrol/remotecontrol.h +lib/qt4/examples/help/remotecontrol/remotecontrol.pro +lib/qt4/examples/help/remotecontrol/remotecontrol.qrc +lib/qt4/examples/help/remotecontrol/remotecontrol.ui +lib/qt4/examples/help/simpletextviewer/ +lib/qt4/examples/help/simpletextviewer/assistant.cpp +lib/qt4/examples/help/simpletextviewer/assistant.h +lib/qt4/examples/help/simpletextviewer/documentation/ +lib/qt4/examples/help/simpletextviewer/documentation/about.txt +lib/qt4/examples/help/simpletextviewer/documentation/browse.html +lib/qt4/examples/help/simpletextviewer/documentation/filedialog.html +lib/qt4/examples/help/simpletextviewer/documentation/findfile.html +lib/qt4/examples/help/simpletextviewer/documentation/images/ +lib/qt4/examples/help/simpletextviewer/documentation/images/browse.png +lib/qt4/examples/help/simpletextviewer/documentation/images/fadedfilemenu.png +lib/qt4/examples/help/simpletextviewer/documentation/images/filedialog.png +lib/qt4/examples/help/simpletextviewer/documentation/images/handbook.png +lib/qt4/examples/help/simpletextviewer/documentation/images/icon.png +lib/qt4/examples/help/simpletextviewer/documentation/images/mainwindow.png +lib/qt4/examples/help/simpletextviewer/documentation/images/open.png +lib/qt4/examples/help/simpletextviewer/documentation/images/wildcard.png +lib/qt4/examples/help/simpletextviewer/documentation/index.html +lib/qt4/examples/help/simpletextviewer/documentation/intro.html +lib/qt4/examples/help/simpletextviewer/documentation/openfile.html +lib/qt4/examples/help/simpletextviewer/documentation/simpletextviewer.qch +lib/qt4/examples/help/simpletextviewer/documentation/simpletextviewer.qhc +lib/qt4/examples/help/simpletextviewer/documentation/simpletextviewer.qhcp +lib/qt4/examples/help/simpletextviewer/documentation/simpletextviewer.qhp +lib/qt4/examples/help/simpletextviewer/documentation/wildcardmatching.html +lib/qt4/examples/help/simpletextviewer/findfiledialog.cpp +lib/qt4/examples/help/simpletextviewer/findfiledialog.h +lib/qt4/examples/help/simpletextviewer/main.cpp +lib/qt4/examples/help/simpletextviewer/mainwindow.cpp +lib/qt4/examples/help/simpletextviewer/mainwindow.h +@bin lib/qt4/examples/help/simpletextviewer/simpletextviewer +lib/qt4/examples/help/simpletextviewer/simpletextviewer.pro +lib/qt4/examples/help/simpletextviewer/textedit.cpp +lib/qt4/examples/help/simpletextviewer/textedit.h +lib/qt4/examples/ipc/ +lib/qt4/examples/ipc/README +lib/qt4/examples/ipc/ipc.pro +lib/qt4/examples/ipc/localfortuneclient/ +lib/qt4/examples/ipc/localfortuneclient/client.cpp +lib/qt4/examples/ipc/localfortuneclient/client.h +@bin lib/qt4/examples/ipc/localfortuneclient/localfortuneclient +lib/qt4/examples/ipc/localfortuneclient/localfortuneclient.pro +lib/qt4/examples/ipc/localfortuneclient/main.cpp +lib/qt4/examples/ipc/localfortuneserver/ +@bin lib/qt4/examples/ipc/localfortuneserver/localfortuneserver +lib/qt4/examples/ipc/localfortuneserver/localfortuneserver.pro +lib/qt4/examples/ipc/localfortuneserver/main.cpp +lib/qt4/examples/ipc/localfortuneserver/server.cpp +lib/qt4/examples/ipc/localfortuneserver/server.h +lib/qt4/examples/ipc/sharedmemory/ +lib/qt4/examples/ipc/sharedmemory/dialog.cpp +lib/qt4/examples/ipc/sharedmemory/dialog.h +lib/qt4/examples/ipc/sharedmemory/dialog.ui +lib/qt4/examples/ipc/sharedmemory/image.png +lib/qt4/examples/ipc/sharedmemory/main.cpp +lib/qt4/examples/ipc/sharedmemory/qt.png +@bin lib/qt4/examples/ipc/sharedmemory/sharedmemory +lib/qt4/examples/ipc/sharedmemory/sharedmemory.pro lib/qt4/examples/itemviews/ lib/qt4/examples/itemviews/README +lib/qt4/examples/itemviews/addressbook/ +lib/qt4/examples/itemviews/addressbook/adddialog.cpp +lib/qt4/examples/itemviews/addressbook/adddialog.h +@bin lib/qt4/examples/itemviews/addressbook/addressbook +lib/qt4/examples/itemviews/addressbook/addressbook.pro +lib/qt4/examples/itemviews/addressbook/addresswidget.cpp +lib/qt4/examples/itemviews/addressbook/addresswidget.h +lib/qt4/examples/itemviews/addressbook/main.cpp +lib/qt4/examples/itemviews/addressbook/mainwindow.cpp +lib/qt4/examples/itemviews/addressbook/mainwindow.h +lib/qt4/examples/itemviews/addressbook/newaddresstab.cpp +lib/qt4/examples/itemviews/addressbook/newaddresstab.h +lib/qt4/examples/itemviews/addressbook/tablemodel.cpp +lib/qt4/examples/itemviews/addressbook/tablemodel.h lib/qt4/examples/itemviews/basicsortfiltermodel/ -lib/qt4/examples/itemviews/basicsortfiltermodel/basicsortfiltermodel +@bin lib/qt4/examples/itemviews/basicsortfiltermodel/basicsortfiltermodel lib/qt4/examples/itemviews/basicsortfiltermodel/basicsortfiltermodel.pro lib/qt4/examples/itemviews/basicsortfiltermodel/main.cpp lib/qt4/examples/itemviews/basicsortfiltermodel/window.cpp lib/qt4/examples/itemviews/basicsortfiltermodel/window.h lib/qt4/examples/itemviews/chart/ -lib/qt4/examples/itemviews/chart/chart +@bin lib/qt4/examples/itemviews/chart/chart lib/qt4/examples/itemviews/chart/chart.pro lib/qt4/examples/itemviews/chart/chart.qrc lib/qt4/examples/itemviews/chart/main.cpp @@ -810,7 +1057,7 @@ lib/qt4/examples/itemviews/chart/pieview.cpp lib/qt4/examples/itemviews/chart/pieview.h lib/qt4/examples/itemviews/chart/qtdata.cht lib/qt4/examples/itemviews/coloreditorfactory/ -lib/qt4/examples/itemviews/coloreditorfactory/coloreditorfactory +@bin lib/qt4/examples/itemviews/coloreditorfactory/coloreditorfactory lib/qt4/examples/itemviews/coloreditorfactory/coloreditorfactory.pro lib/qt4/examples/itemviews/coloreditorfactory/colorlisteditor.cpp lib/qt4/examples/itemviews/coloreditorfactory/colorlisteditor.h @@ -818,7 +1065,7 @@ lib/qt4/examples/itemviews/coloreditorfactory/main.cpp lib/qt4/examples/itemviews/coloreditorfactory/window.cpp lib/qt4/examples/itemviews/coloreditorfactory/window.h lib/qt4/examples/itemviews/customsortfiltermodel/ -lib/qt4/examples/itemviews/customsortfiltermodel/customsortfiltermodel +@bin lib/qt4/examples/itemviews/customsortfiltermodel/customsortfiltermodel lib/qt4/examples/itemviews/customsortfiltermodel/customsortfiltermodel.pro lib/qt4/examples/itemviews/customsortfiltermodel/main.cpp lib/qt4/examples/itemviews/customsortfiltermodel/mysortfilterproxymodel.cpp @@ -826,9 +1073,22 @@ lib/qt4/examples/itemviews/customsortfiltermodel/mysortfilterproxymodel.h lib/qt4/examples/itemviews/customsortfiltermodel/window.cpp lib/qt4/examples/itemviews/customsortfiltermodel/window.h lib/qt4/examples/itemviews/dirview/ -lib/qt4/examples/itemviews/dirview/dirview +@bin lib/qt4/examples/itemviews/dirview/dirview lib/qt4/examples/itemviews/dirview/dirview.pro lib/qt4/examples/itemviews/dirview/main.cpp +lib/qt4/examples/itemviews/editabletreemodel/ +lib/qt4/examples/itemviews/editabletreemodel/default.txt +@bin lib/qt4/examples/itemviews/editabletreemodel/editabletreemodel +lib/qt4/examples/itemviews/editabletreemodel/editabletreemodel.pro +lib/qt4/examples/itemviews/editabletreemodel/editabletreemodel.qrc +lib/qt4/examples/itemviews/editabletreemodel/main.cpp +lib/qt4/examples/itemviews/editabletreemodel/mainwindow.cpp +lib/qt4/examples/itemviews/editabletreemodel/mainwindow.h +lib/qt4/examples/itemviews/editabletreemodel/mainwindow.ui +lib/qt4/examples/itemviews/editabletreemodel/treeitem.cpp +lib/qt4/examples/itemviews/editabletreemodel/treeitem.h +lib/qt4/examples/itemviews/editabletreemodel/treemodel.cpp +lib/qt4/examples/itemviews/editabletreemodel/treemodel.h lib/qt4/examples/itemviews/itemviews.pro lib/qt4/examples/itemviews/pixelator/ lib/qt4/examples/itemviews/pixelator/imagemodel.cpp @@ -839,7 +1099,7 @@ lib/qt4/examples/itemviews/pixelator/images/qt.png lib/qt4/examples/itemviews/pixelator/main.cpp lib/qt4/examples/itemviews/pixelator/mainwindow.cpp lib/qt4/examples/itemviews/pixelator/mainwindow.h -lib/qt4/examples/itemviews/pixelator/pixelator +@bin lib/qt4/examples/itemviews/pixelator/pixelator lib/qt4/examples/itemviews/pixelator/pixelator.pro lib/qt4/examples/itemviews/pixelator/pixeldelegate.cpp lib/qt4/examples/itemviews/pixelator/pixeldelegate.h @@ -850,7 +1110,7 @@ lib/qt4/examples/itemviews/puzzle/mainwindow.cpp lib/qt4/examples/itemviews/puzzle/mainwindow.h lib/qt4/examples/itemviews/puzzle/piecesmodel.cpp lib/qt4/examples/itemviews/puzzle/piecesmodel.h -lib/qt4/examples/itemviews/puzzle/puzzle +@bin lib/qt4/examples/itemviews/puzzle/puzzle lib/qt4/examples/itemviews/puzzle/puzzle.pro lib/qt4/examples/itemviews/puzzle/puzzle.qrc lib/qt4/examples/itemviews/puzzle/puzzlewidget.cpp @@ -863,12 +1123,12 @@ lib/qt4/examples/itemviews/simpledommodel/dommodel.h lib/qt4/examples/itemviews/simpledommodel/main.cpp lib/qt4/examples/itemviews/simpledommodel/mainwindow.cpp lib/qt4/examples/itemviews/simpledommodel/mainwindow.h -lib/qt4/examples/itemviews/simpledommodel/simpledommodel +@bin lib/qt4/examples/itemviews/simpledommodel/simpledommodel lib/qt4/examples/itemviews/simpledommodel/simpledommodel.pro lib/qt4/examples/itemviews/simpletreemodel/ lib/qt4/examples/itemviews/simpletreemodel/default.txt lib/qt4/examples/itemviews/simpletreemodel/main.cpp -lib/qt4/examples/itemviews/simpletreemodel/simpletreemodel +@bin lib/qt4/examples/itemviews/simpletreemodel/simpletreemodel lib/qt4/examples/itemviews/simpletreemodel/simpletreemodel.pro lib/qt4/examples/itemviews/simpletreemodel/simpletreemodel.qrc lib/qt4/examples/itemviews/simpletreemodel/treeitem.cpp @@ -877,7 +1137,7 @@ lib/qt4/examples/itemviews/simpletreemodel/treemodel.cpp lib/qt4/examples/itemviews/simpletreemodel/treemodel.h lib/qt4/examples/itemviews/simplewidgetmapper/ lib/qt4/examples/itemviews/simplewidgetmapper/main.cpp -lib/qt4/examples/itemviews/simplewidgetmapper/simplewidgetmapper +@bin lib/qt4/examples/itemviews/simplewidgetmapper/simplewidgetmapper lib/qt4/examples/itemviews/simplewidgetmapper/simplewidgetmapper.pro lib/qt4/examples/itemviews/simplewidgetmapper/window.cpp lib/qt4/examples/itemviews/simplewidgetmapper/window.h @@ -885,11 +1145,11 @@ lib/qt4/examples/itemviews/spinboxdelegate/ lib/qt4/examples/itemviews/spinboxdelegate/delegate.cpp lib/qt4/examples/itemviews/spinboxdelegate/delegate.h lib/qt4/examples/itemviews/spinboxdelegate/main.cpp -lib/qt4/examples/itemviews/spinboxdelegate/spinboxdelegate +@bin lib/qt4/examples/itemviews/spinboxdelegate/spinboxdelegate lib/qt4/examples/itemviews/spinboxdelegate/spinboxdelegate.pro lib/qt4/examples/itemviews/stardelegate/ lib/qt4/examples/itemviews/stardelegate/main.cpp -lib/qt4/examples/itemviews/stardelegate/stardelegate +@bin lib/qt4/examples/itemviews/stardelegate/stardelegate lib/qt4/examples/itemviews/stardelegate/stardelegate.cpp lib/qt4/examples/itemviews/stardelegate/stardelegate.h lib/qt4/examples/itemviews/stardelegate/stardelegate.pro @@ -900,13 +1160,13 @@ lib/qt4/examples/itemviews/stardelegate/starrating.h lib/qt4/examples/layouts/ lib/qt4/examples/layouts/README lib/qt4/examples/layouts/basiclayouts/ -lib/qt4/examples/layouts/basiclayouts/basiclayouts +@bin lib/qt4/examples/layouts/basiclayouts/basiclayouts lib/qt4/examples/layouts/basiclayouts/basiclayouts.pro lib/qt4/examples/layouts/basiclayouts/dialog.cpp lib/qt4/examples/layouts/basiclayouts/dialog.h lib/qt4/examples/layouts/basiclayouts/main.cpp lib/qt4/examples/layouts/borderlayout/ -lib/qt4/examples/layouts/borderlayout/borderlayout +@bin lib/qt4/examples/layouts/borderlayout/borderlayout lib/qt4/examples/layouts/borderlayout/borderlayout.cpp lib/qt4/examples/layouts/borderlayout/borderlayout.h lib/qt4/examples/layouts/borderlayout/borderlayout.pro @@ -916,11 +1176,11 @@ lib/qt4/examples/layouts/borderlayout/window.h lib/qt4/examples/layouts/dynamiclayouts/ lib/qt4/examples/layouts/dynamiclayouts/dialog.cpp lib/qt4/examples/layouts/dynamiclayouts/dialog.h -lib/qt4/examples/layouts/dynamiclayouts/dynamiclayouts +@bin lib/qt4/examples/layouts/dynamiclayouts/dynamiclayouts lib/qt4/examples/layouts/dynamiclayouts/dynamiclayouts.pro lib/qt4/examples/layouts/dynamiclayouts/main.cpp lib/qt4/examples/layouts/flowlayout/ -lib/qt4/examples/layouts/flowlayout/flowlayout +@bin lib/qt4/examples/layouts/flowlayout/flowlayout lib/qt4/examples/layouts/flowlayout/flowlayout.cpp lib/qt4/examples/layouts/flowlayout/flowlayout.h lib/qt4/examples/layouts/flowlayout/flowlayout.pro @@ -931,7 +1191,7 @@ lib/qt4/examples/layouts/layouts.pro lib/qt4/examples/linguist/ lib/qt4/examples/linguist/README lib/qt4/examples/linguist/arrowpad/ -lib/qt4/examples/linguist/arrowpad/arrowpad +@bin lib/qt4/examples/linguist/arrowpad/arrowpad lib/qt4/examples/linguist/arrowpad/arrowpad.cpp lib/qt4/examples/linguist/arrowpad/arrowpad.h lib/qt4/examples/linguist/arrowpad/arrowpad.pro @@ -939,7 +1199,7 @@ lib/qt4/examples/linguist/arrowpad/main.cpp lib/qt4/examples/linguist/arrowpad/mainwindow.cpp lib/qt4/examples/linguist/arrowpad/mainwindow.h lib/qt4/examples/linguist/hellotr/ -lib/qt4/examples/linguist/hellotr/hellotr +@bin lib/qt4/examples/linguist/hellotr/hellotr lib/qt4/examples/linguist/hellotr/hellotr.pro lib/qt4/examples/linguist/hellotr/main.cpp lib/qt4/examples/linguist/linguist.pro @@ -949,13 +1209,13 @@ lib/qt4/examples/linguist/trollprint/mainwindow.cpp lib/qt4/examples/linguist/trollprint/mainwindow.h lib/qt4/examples/linguist/trollprint/printpanel.cpp lib/qt4/examples/linguist/trollprint/printpanel.h -lib/qt4/examples/linguist/trollprint/trollprint +@bin lib/qt4/examples/linguist/trollprint/trollprint lib/qt4/examples/linguist/trollprint/trollprint.pro lib/qt4/examples/linguist/trollprint/trollprint_pt.ts lib/qt4/examples/mainwindows/ lib/qt4/examples/mainwindows/README lib/qt4/examples/mainwindows/application/ -lib/qt4/examples/mainwindows/application/application +@bin lib/qt4/examples/mainwindows/application/application lib/qt4/examples/mainwindows/application/application.pro lib/qt4/examples/mainwindows/application/application.qrc lib/qt4/examples/mainwindows/application/images/ @@ -969,7 +1229,7 @@ lib/qt4/examples/mainwindows/application/main.cpp lib/qt4/examples/mainwindows/application/mainwindow.cpp lib/qt4/examples/mainwindows/application/mainwindow.h lib/qt4/examples/mainwindows/dockwidgets/ -lib/qt4/examples/mainwindows/dockwidgets/dockwidgets +@bin lib/qt4/examples/mainwindows/dockwidgets/dockwidgets lib/qt4/examples/mainwindows/dockwidgets/dockwidgets.pro lib/qt4/examples/mainwindows/dockwidgets/dockwidgets.qrc lib/qt4/examples/mainwindows/dockwidgets/images/ @@ -992,7 +1252,7 @@ lib/qt4/examples/mainwindows/mdi/images/save.png lib/qt4/examples/mainwindows/mdi/main.cpp lib/qt4/examples/mainwindows/mdi/mainwindow.cpp lib/qt4/examples/mainwindows/mdi/mainwindow.h -lib/qt4/examples/mainwindows/mdi/mdi +@bin lib/qt4/examples/mainwindows/mdi/mdi lib/qt4/examples/mainwindows/mdi/mdi.pro lib/qt4/examples/mainwindows/mdi/mdi.qrc lib/qt4/examples/mainwindows/mdi/mdichild.cpp @@ -1001,13 +1261,13 @@ lib/qt4/examples/mainwindows/menus/ lib/qt4/examples/mainwindows/menus/main.cpp lib/qt4/examples/mainwindows/menus/mainwindow.cpp lib/qt4/examples/mainwindows/menus/mainwindow.h -lib/qt4/examples/mainwindows/menus/menus +@bin lib/qt4/examples/mainwindows/menus/menus lib/qt4/examples/mainwindows/menus/menus.pro lib/qt4/examples/mainwindows/recentfiles/ lib/qt4/examples/mainwindows/recentfiles/main.cpp lib/qt4/examples/mainwindows/recentfiles/mainwindow.cpp lib/qt4/examples/mainwindows/recentfiles/mainwindow.h -lib/qt4/examples/mainwindows/recentfiles/recentfiles +@bin lib/qt4/examples/mainwindows/recentfiles/recentfiles lib/qt4/examples/mainwindows/recentfiles/recentfiles.pro lib/qt4/examples/mainwindows/sdi/ lib/qt4/examples/mainwindows/sdi/images/ @@ -1020,7 +1280,7 @@ lib/qt4/examples/mainwindows/sdi/images/save.png lib/qt4/examples/mainwindows/sdi/main.cpp lib/qt4/examples/mainwindows/sdi/mainwindow.cpp lib/qt4/examples/mainwindows/sdi/mainwindow.h -lib/qt4/examples/mainwindows/sdi/sdi +@bin lib/qt4/examples/mainwindows/sdi/sdi lib/qt4/examples/mainwindows/sdi/sdi.pro lib/qt4/examples/mainwindows/sdi/sdi.qrc lib/qt4/examples/network/ @@ -1028,26 +1288,24 @@ lib/qt4/examples/network/README lib/qt4/examples/network/blockingfortuneclient/ lib/qt4/examples/network/blockingfortuneclient/blockingclient.cpp lib/qt4/examples/network/blockingfortuneclient/blockingclient.h -lib/qt4/examples/network/blockingfortuneclient/blockingfortuneclient +@bin lib/qt4/examples/network/blockingfortuneclient/blockingfortuneclient lib/qt4/examples/network/blockingfortuneclient/blockingfortuneclient.pro lib/qt4/examples/network/blockingfortuneclient/fortunethread.cpp lib/qt4/examples/network/blockingfortuneclient/fortunethread.h lib/qt4/examples/network/blockingfortuneclient/main.cpp lib/qt4/examples/network/broadcastreceiver/ -lib/qt4/examples/network/broadcastreceiver/broadcastreceiver +@bin lib/qt4/examples/network/broadcastreceiver/broadcastreceiver lib/qt4/examples/network/broadcastreceiver/broadcastreceiver.pro lib/qt4/examples/network/broadcastreceiver/main.cpp lib/qt4/examples/network/broadcastreceiver/receiver.cpp lib/qt4/examples/network/broadcastreceiver/receiver.h lib/qt4/examples/network/broadcastsender/ -lib/qt4/examples/network/broadcastsender/broadcastsender +@bin lib/qt4/examples/network/broadcastsender/broadcastsender lib/qt4/examples/network/broadcastsender/broadcastsender.pro lib/qt4/examples/network/broadcastsender/main.cpp lib/qt4/examples/network/broadcastsender/sender.cpp lib/qt4/examples/network/broadcastsender/sender.h lib/qt4/examples/network/chat/ -lib/qt4/examples/network/chat/chat -lib/qt4/examples/network/chat/chat.pro lib/qt4/examples/network/chat/chatdialog.cpp lib/qt4/examples/network/chat/chatdialog.h lib/qt4/examples/network/chat/chatdialog.ui @@ -1056,24 +1314,38 @@ lib/qt4/examples/network/chat/client.h lib/qt4/examples/network/chat/connection.cpp lib/qt4/examples/network/chat/connection.h lib/qt4/examples/network/chat/main.cpp +@bin lib/qt4/examples/network/chat/network-chat +lib/qt4/examples/network/chat/network-chat.pro lib/qt4/examples/network/chat/peermanager.cpp lib/qt4/examples/network/chat/peermanager.h lib/qt4/examples/network/chat/server.cpp lib/qt4/examples/network/chat/server.h +lib/qt4/examples/network/download/ +@bin lib/qt4/examples/network/download/download +lib/qt4/examples/network/download/download.pro +lib/qt4/examples/network/download/main.cpp +lib/qt4/examples/network/downloadmanager/ +@bin lib/qt4/examples/network/downloadmanager/downloadmanager +lib/qt4/examples/network/downloadmanager/downloadmanager.cpp +lib/qt4/examples/network/downloadmanager/downloadmanager.h +lib/qt4/examples/network/downloadmanager/downloadmanager.pro +lib/qt4/examples/network/downloadmanager/main.cpp +lib/qt4/examples/network/downloadmanager/textprogressbar.cpp +lib/qt4/examples/network/downloadmanager/textprogressbar.h lib/qt4/examples/network/fortuneclient/ lib/qt4/examples/network/fortuneclient/client.cpp lib/qt4/examples/network/fortuneclient/client.h -lib/qt4/examples/network/fortuneclient/fortuneclient +@bin lib/qt4/examples/network/fortuneclient/fortuneclient lib/qt4/examples/network/fortuneclient/fortuneclient.pro lib/qt4/examples/network/fortuneclient/main.cpp lib/qt4/examples/network/fortuneserver/ -lib/qt4/examples/network/fortuneserver/fortuneserver +@bin lib/qt4/examples/network/fortuneserver/fortuneserver lib/qt4/examples/network/fortuneserver/fortuneserver.pro lib/qt4/examples/network/fortuneserver/main.cpp lib/qt4/examples/network/fortuneserver/server.cpp lib/qt4/examples/network/fortuneserver/server.h lib/qt4/examples/network/ftp/ -lib/qt4/examples/network/ftp/ftp +@bin lib/qt4/examples/network/ftp/ftp lib/qt4/examples/network/ftp/ftp.pro lib/qt4/examples/network/ftp/ftp.qrc lib/qt4/examples/network/ftp/ftpwindow.cpp @@ -1085,7 +1357,7 @@ lib/qt4/examples/network/ftp/images/file.png lib/qt4/examples/network/ftp/main.cpp lib/qt4/examples/network/http/ lib/qt4/examples/network/http/authenticationdialog.ui -lib/qt4/examples/network/http/http +@bin lib/qt4/examples/network/http/http lib/qt4/examples/network/http/http.pro lib/qt4/examples/network/http/httpwindow.cpp lib/qt4/examples/network/http/httpwindow.h @@ -1093,7 +1365,7 @@ lib/qt4/examples/network/http/main.cpp lib/qt4/examples/network/loopback/ lib/qt4/examples/network/loopback/dialog.cpp lib/qt4/examples/network/loopback/dialog.h -lib/qt4/examples/network/loopback/loopback +@bin lib/qt4/examples/network/loopback/loopback lib/qt4/examples/network/loopback/loopback.pro lib/qt4/examples/network/loopback/main.cpp lib/qt4/examples/network/network.pro @@ -1101,8 +1373,9 @@ lib/qt4/examples/network/securesocketclient/ lib/qt4/examples/network/securesocketclient/certificateinfo.cpp lib/qt4/examples/network/securesocketclient/certificateinfo.h lib/qt4/examples/network/securesocketclient/certificateinfo.ui +lib/qt4/examples/network/securesocketclient/encrypted.png lib/qt4/examples/network/securesocketclient/main.cpp -lib/qt4/examples/network/securesocketclient/securesocketclient +@bin lib/qt4/examples/network/securesocketclient/securesocketclient lib/qt4/examples/network/securesocketclient/securesocketclient.pro lib/qt4/examples/network/securesocketclient/securesocketclient.qrc lib/qt4/examples/network/securesocketclient/sslclient.cpp @@ -1117,7 +1390,7 @@ lib/qt4/examples/network/threadedfortuneserver/fortuneserver.h lib/qt4/examples/network/threadedfortuneserver/fortunethread.cpp lib/qt4/examples/network/threadedfortuneserver/fortunethread.h lib/qt4/examples/network/threadedfortuneserver/main.cpp -lib/qt4/examples/network/threadedfortuneserver/threadedfortuneserver +@bin lib/qt4/examples/network/threadedfortuneserver/threadedfortuneserver lib/qt4/examples/network/threadedfortuneserver/threadedfortuneserver.pro lib/qt4/examples/network/torrent/ lib/qt4/examples/network/torrent/3rdparty/ @@ -1155,7 +1428,7 @@ lib/qt4/examples/network/torrent/peerwireclient.cpp lib/qt4/examples/network/torrent/peerwireclient.h lib/qt4/examples/network/torrent/ratecontroller.cpp lib/qt4/examples/network/torrent/ratecontroller.h -lib/qt4/examples/network/torrent/torrent +@bin lib/qt4/examples/network/torrent/torrent lib/qt4/examples/network/torrent/torrent.pro lib/qt4/examples/network/torrent/torrentclient.cpp lib/qt4/examples/network/torrent/torrentclient.h @@ -1165,7 +1438,7 @@ lib/qt4/examples/network/torrent/trackerclient.cpp lib/qt4/examples/network/torrent/trackerclient.h lib/qt4/examples/opengl/ lib/qt4/examples/opengl/2dpainting/ -lib/qt4/examples/opengl/2dpainting/2dpainting +@bin lib/qt4/examples/opengl/2dpainting/2dpainting lib/qt4/examples/opengl/2dpainting/2dpainting.pro lib/qt4/examples/opengl/2dpainting/glwidget.cpp lib/qt4/examples/opengl/2dpainting/glwidget.h @@ -1179,16 +1452,16 @@ lib/qt4/examples/opengl/2dpainting/window.h lib/qt4/examples/opengl/README lib/qt4/examples/opengl/framebufferobject/ lib/qt4/examples/opengl/framebufferobject/bubbles.svg -lib/qt4/examples/opengl/framebufferobject/framebufferobject +lib/qt4/examples/opengl/framebufferobject/designer.png +@bin lib/qt4/examples/opengl/framebufferobject/framebufferobject lib/qt4/examples/opengl/framebufferobject/framebufferobject.pro lib/qt4/examples/opengl/framebufferobject/framebufferobject.qrc lib/qt4/examples/opengl/framebufferobject/glwidget.cpp lib/qt4/examples/opengl/framebufferobject/glwidget.h lib/qt4/examples/opengl/framebufferobject/main.cpp -lib/qt4/examples/opengl/framebufferobject/qt4-logo.png lib/qt4/examples/opengl/framebufferobject2/ lib/qt4/examples/opengl/framebufferobject2/cubelogo.png -lib/qt4/examples/opengl/framebufferobject2/framebufferobject2 +@bin lib/qt4/examples/opengl/framebufferobject2/framebufferobject2 lib/qt4/examples/opengl/framebufferobject2/framebufferobject2.pro lib/qt4/examples/opengl/framebufferobject2/framebufferobject2.qrc lib/qt4/examples/opengl/framebufferobject2/glwidget.cpp @@ -1197,7 +1470,7 @@ lib/qt4/examples/opengl/framebufferobject2/main.cpp lib/qt4/examples/opengl/grabber/ lib/qt4/examples/opengl/grabber/glwidget.cpp lib/qt4/examples/opengl/grabber/glwidget.h -lib/qt4/examples/opengl/grabber/grabber +@bin lib/qt4/examples/opengl/grabber/grabber lib/qt4/examples/opengl/grabber/grabber.pro lib/qt4/examples/opengl/grabber/main.cpp lib/qt4/examples/opengl/grabber/mainwindow.cpp @@ -1205,7 +1478,7 @@ lib/qt4/examples/opengl/grabber/mainwindow.h lib/qt4/examples/opengl/hellogl/ lib/qt4/examples/opengl/hellogl/glwidget.cpp lib/qt4/examples/opengl/hellogl/glwidget.h -lib/qt4/examples/opengl/hellogl/hellogl +@bin lib/qt4/examples/opengl/hellogl/hellogl lib/qt4/examples/opengl/hellogl/hellogl.pro lib/qt4/examples/opengl/hellogl/main.cpp lib/qt4/examples/opengl/hellogl/window.cpp @@ -1217,30 +1490,30 @@ lib/qt4/examples/opengl/overpainting/bubble.h lib/qt4/examples/opengl/overpainting/glwidget.cpp lib/qt4/examples/opengl/overpainting/glwidget.h lib/qt4/examples/opengl/overpainting/main.cpp -lib/qt4/examples/opengl/overpainting/overpainting +@bin lib/qt4/examples/opengl/overpainting/overpainting lib/qt4/examples/opengl/overpainting/overpainting.pro lib/qt4/examples/opengl/pbuffers/ lib/qt4/examples/opengl/pbuffers/cubelogo.png lib/qt4/examples/opengl/pbuffers/glwidget.cpp lib/qt4/examples/opengl/pbuffers/glwidget.h lib/qt4/examples/opengl/pbuffers/main.cpp -lib/qt4/examples/opengl/pbuffers/pbuffers +@bin lib/qt4/examples/opengl/pbuffers/pbuffers lib/qt4/examples/opengl/pbuffers/pbuffers.pro lib/qt4/examples/opengl/pbuffers/pbuffers.qrc lib/qt4/examples/opengl/pbuffers2/ lib/qt4/examples/opengl/pbuffers2/bubbles.svg +lib/qt4/examples/opengl/pbuffers2/designer.png lib/qt4/examples/opengl/pbuffers2/glwidget.cpp lib/qt4/examples/opengl/pbuffers2/glwidget.h lib/qt4/examples/opengl/pbuffers2/main.cpp -lib/qt4/examples/opengl/pbuffers2/pbuffers2 +@bin lib/qt4/examples/opengl/pbuffers2/pbuffers2 lib/qt4/examples/opengl/pbuffers2/pbuffers2.pro lib/qt4/examples/opengl/pbuffers2/pbuffers2.qrc -lib/qt4/examples/opengl/pbuffers2/qt4-logo.png lib/qt4/examples/opengl/samplebuffers/ lib/qt4/examples/opengl/samplebuffers/glwidget.cpp lib/qt4/examples/opengl/samplebuffers/glwidget.h lib/qt4/examples/opengl/samplebuffers/main.cpp -lib/qt4/examples/opengl/samplebuffers/samplebuffers +@bin lib/qt4/examples/opengl/samplebuffers/samplebuffers lib/qt4/examples/opengl/samplebuffers/samplebuffers.pro lib/qt4/examples/opengl/textures/ lib/qt4/examples/opengl/textures/glwidget.cpp @@ -1253,7 +1526,7 @@ lib/qt4/examples/opengl/textures/images/side4.png lib/qt4/examples/opengl/textures/images/side5.png lib/qt4/examples/opengl/textures/images/side6.png lib/qt4/examples/opengl/textures/main.cpp -lib/qt4/examples/opengl/textures/textures +@bin lib/qt4/examples/opengl/textures/textures lib/qt4/examples/opengl/textures/textures.pro lib/qt4/examples/opengl/textures/textures.qrc lib/qt4/examples/opengl/textures/window.cpp @@ -1261,7 +1534,7 @@ lib/qt4/examples/opengl/textures/window.h lib/qt4/examples/painting/ lib/qt4/examples/painting/README lib/qt4/examples/painting/basicdrawing/ -lib/qt4/examples/painting/basicdrawing/basicdrawing +@bin lib/qt4/examples/painting/basicdrawing/basicdrawing lib/qt4/examples/painting/basicdrawing/basicdrawing.pro lib/qt4/examples/painting/basicdrawing/basicdrawing.qrc lib/qt4/examples/painting/basicdrawing/images/ @@ -1275,27 +1548,22 @@ lib/qt4/examples/painting/basicdrawing/window.h lib/qt4/examples/painting/concentriccircles/ lib/qt4/examples/painting/concentriccircles/circlewidget.cpp lib/qt4/examples/painting/concentriccircles/circlewidget.h -lib/qt4/examples/painting/concentriccircles/concentriccircles +@bin lib/qt4/examples/painting/concentriccircles/concentriccircles lib/qt4/examples/painting/concentriccircles/concentriccircles.pro lib/qt4/examples/painting/concentriccircles/main.cpp lib/qt4/examples/painting/concentriccircles/window.cpp lib/qt4/examples/painting/concentriccircles/window.h lib/qt4/examples/painting/fontsampler/ -lib/qt4/examples/painting/fontsampler/fontsampler +@bin lib/qt4/examples/painting/fontsampler/fontsampler lib/qt4/examples/painting/fontsampler/fontsampler.pro lib/qt4/examples/painting/fontsampler/main.cpp lib/qt4/examples/painting/fontsampler/mainwindow.cpp lib/qt4/examples/painting/fontsampler/mainwindow.h lib/qt4/examples/painting/fontsampler/mainwindowbase.ui -lib/qt4/examples/painting/fontsampler/previewdialog.cpp -lib/qt4/examples/painting/fontsampler/previewdialog.h -lib/qt4/examples/painting/fontsampler/previewdialogbase.ui -lib/qt4/examples/painting/fontsampler/previewlabel.cpp -lib/qt4/examples/painting/fontsampler/previewlabel.h lib/qt4/examples/painting/imagecomposition/ lib/qt4/examples/painting/imagecomposition/imagecomposer.cpp lib/qt4/examples/painting/imagecomposition/imagecomposer.h -lib/qt4/examples/painting/imagecomposition/imagecomposition +@bin lib/qt4/examples/painting/imagecomposition/imagecomposition lib/qt4/examples/painting/imagecomposition/imagecomposition.pro lib/qt4/examples/painting/imagecomposition/imagecomposition.qrc lib/qt4/examples/painting/imagecomposition/images/ @@ -1306,7 +1574,7 @@ lib/qt4/examples/painting/imagecomposition/images/checker.png lib/qt4/examples/painting/imagecomposition/main.cpp lib/qt4/examples/painting/painterpaths/ lib/qt4/examples/painting/painterpaths/main.cpp -lib/qt4/examples/painting/painterpaths/painterpaths +@bin lib/qt4/examples/painting/painterpaths/painterpaths lib/qt4/examples/painting/painterpaths/painterpaths.pro lib/qt4/examples/painting/painterpaths/renderarea.cpp lib/qt4/examples/painting/painterpaths/renderarea.h @@ -1323,7 +1591,7 @@ lib/qt4/examples/painting/svgviewer/mainwindow.cpp lib/qt4/examples/painting/svgviewer/mainwindow.h lib/qt4/examples/painting/svgviewer/svgview.cpp lib/qt4/examples/painting/svgviewer/svgview.h -lib/qt4/examples/painting/svgviewer/svgviewer +@bin lib/qt4/examples/painting/svgviewer/svgviewer lib/qt4/examples/painting/svgviewer/svgviewer.pro lib/qt4/examples/painting/svgviewer/svgviewer.qrc lib/qt4/examples/painting/svgviewer/svgwindow.cpp @@ -1332,93 +1600,73 @@ lib/qt4/examples/painting/transformations/ lib/qt4/examples/painting/transformations/main.cpp lib/qt4/examples/painting/transformations/renderarea.cpp lib/qt4/examples/painting/transformations/renderarea.h -lib/qt4/examples/painting/transformations/transformations +@bin lib/qt4/examples/painting/transformations/transformations lib/qt4/examples/painting/transformations/transformations.pro lib/qt4/examples/painting/transformations/window.cpp lib/qt4/examples/painting/transformations/window.h -lib/qt4/examples/qdbus/ -lib/qt4/examples/qdbus/chat/ -lib/qt4/examples/qdbus/chat/chat -lib/qt4/examples/qdbus/chat/chat.cpp -lib/qt4/examples/qdbus/chat/chat.h -lib/qt4/examples/qdbus/chat/chat.pro -lib/qt4/examples/qdbus/chat/chat_adaptor.cpp -lib/qt4/examples/qdbus/chat/chat_adaptor.h -lib/qt4/examples/qdbus/chat/chat_interface.cpp -lib/qt4/examples/qdbus/chat/chat_interface.h -lib/qt4/examples/qdbus/chat/chatmainwindow.ui -lib/qt4/examples/qdbus/chat/chatsetnickname.ui -lib/qt4/examples/qdbus/chat/com.trolltech.chat.xml -lib/qt4/examples/qdbus/complexpingpong/ -lib/qt4/examples/qdbus/complexpingpong/complexping -lib/qt4/examples/qdbus/complexpingpong/complexping.cpp -lib/qt4/examples/qdbus/complexpingpong/complexping.h -lib/qt4/examples/qdbus/complexpingpong/complexping.pro -lib/qt4/examples/qdbus/complexpingpong/complexpingpong.pro -lib/qt4/examples/qdbus/complexpingpong/complexpong -lib/qt4/examples/qdbus/complexpingpong/complexpong.cpp -lib/qt4/examples/qdbus/complexpingpong/complexpong.h -lib/qt4/examples/qdbus/complexpingpong/complexpong.pro -lib/qt4/examples/qdbus/complexpingpong/ping-common.h -lib/qt4/examples/qdbus/listnames/ -lib/qt4/examples/qdbus/listnames/listnames -lib/qt4/examples/qdbus/listnames/listnames.cpp -lib/qt4/examples/qdbus/listnames/listnames.pro -lib/qt4/examples/qdbus/pingpong/ -lib/qt4/examples/qdbus/pingpong/ping -lib/qt4/examples/qdbus/pingpong/ping-common.h -lib/qt4/examples/qdbus/pingpong/ping.cpp -lib/qt4/examples/qdbus/pingpong/ping.pro -lib/qt4/examples/qdbus/pingpong/pingpong.pro -lib/qt4/examples/qdbus/pingpong/pong -lib/qt4/examples/qdbus/pingpong/pong.cpp -lib/qt4/examples/qdbus/pingpong/pong.h -lib/qt4/examples/qdbus/pingpong/pong.pro -lib/qt4/examples/qdbus/qdbus.pro -lib/qt4/examples/qdbus/remotecontrolledcar/ -lib/qt4/examples/qdbus/remotecontrolledcar/car/ -lib/qt4/examples/qdbus/remotecontrolledcar/car/car -lib/qt4/examples/qdbus/remotecontrolledcar/car/car.cpp -lib/qt4/examples/qdbus/remotecontrolledcar/car/car.h -lib/qt4/examples/qdbus/remotecontrolledcar/car/car.pro -lib/qt4/examples/qdbus/remotecontrolledcar/car/car.xml -lib/qt4/examples/qdbus/remotecontrolledcar/car/car_adaptor.cpp -lib/qt4/examples/qdbus/remotecontrolledcar/car/car_adaptor_p.h -lib/qt4/examples/qdbus/remotecontrolledcar/car/main.cpp -lib/qt4/examples/qdbus/remotecontrolledcar/controller/ -lib/qt4/examples/qdbus/remotecontrolledcar/controller/car.xml -lib/qt4/examples/qdbus/remotecontrolledcar/controller/car_interface.cpp -lib/qt4/examples/qdbus/remotecontrolledcar/controller/car_interface_p.h -lib/qt4/examples/qdbus/remotecontrolledcar/controller/controller -lib/qt4/examples/qdbus/remotecontrolledcar/controller/controller.cpp -lib/qt4/examples/qdbus/remotecontrolledcar/controller/controller.h -lib/qt4/examples/qdbus/remotecontrolledcar/controller/controller.pro -lib/qt4/examples/qdbus/remotecontrolledcar/controller/controller.ui -lib/qt4/examples/qdbus/remotecontrolledcar/controller/main.cpp -lib/qt4/examples/qdbus/remotecontrolledcar/remotecontrolledcar.pro +lib/qt4/examples/phonon/ +lib/qt4/examples/phonon/README +lib/qt4/examples/phonon/capabilities/ +@bin lib/qt4/examples/phonon/capabilities/capabilities +lib/qt4/examples/phonon/capabilities/capabilities.pro +lib/qt4/examples/phonon/capabilities/main.cpp +lib/qt4/examples/phonon/capabilities/window.cpp +lib/qt4/examples/phonon/capabilities/window.h +lib/qt4/examples/phonon/musicplayer/ +lib/qt4/examples/phonon/musicplayer/main.cpp +lib/qt4/examples/phonon/musicplayer/mainwindow.cpp +lib/qt4/examples/phonon/musicplayer/mainwindow.h +@bin lib/qt4/examples/phonon/musicplayer/musicplayer +lib/qt4/examples/phonon/musicplayer/musicplayer.pro +lib/qt4/examples/phonon/phonon.pro +lib/qt4/examples/qtconcurrent/ +lib/qt4/examples/qtconcurrent/README +lib/qt4/examples/qtconcurrent/imagescaling/ +@bin lib/qt4/examples/qtconcurrent/imagescaling/imagescaling +lib/qt4/examples/qtconcurrent/imagescaling/imagescaling.cpp +lib/qt4/examples/qtconcurrent/imagescaling/imagescaling.h +lib/qt4/examples/qtconcurrent/imagescaling/imagescaling.pro +lib/qt4/examples/qtconcurrent/imagescaling/main.cpp +lib/qt4/examples/qtconcurrent/map/ +lib/qt4/examples/qtconcurrent/map/main.cpp +lib/qt4/examples/qtconcurrent/map/map.pro +@bin lib/qt4/examples/qtconcurrent/map/mapdemo +lib/qt4/examples/qtconcurrent/progressdialog/ +lib/qt4/examples/qtconcurrent/progressdialog/main.cpp +@bin lib/qt4/examples/qtconcurrent/progressdialog/progressdialog +lib/qt4/examples/qtconcurrent/progressdialog/progressdialog.pro +lib/qt4/examples/qtconcurrent/qtconcurrent.pro +lib/qt4/examples/qtconcurrent/runfunction/ +lib/qt4/examples/qtconcurrent/runfunction/main.cpp +@bin lib/qt4/examples/qtconcurrent/runfunction/runfunction +lib/qt4/examples/qtconcurrent/runfunction/runfunction.pro +lib/qt4/examples/qtconcurrent/wordcount/ +lib/qt4/examples/qtconcurrent/wordcount/main.cpp +@bin lib/qt4/examples/qtconcurrent/wordcount/wordcount +lib/qt4/examples/qtconcurrent/wordcount/wordcount.pro lib/qt4/examples/qtestlib/ lib/qt4/examples/qtestlib/README lib/qt4/examples/qtestlib/qtestlib.pro lib/qt4/examples/qtestlib/tutorial1/ lib/qt4/examples/qtestlib/tutorial1/testqstring.cpp -lib/qt4/examples/qtestlib/tutorial1/tutorial1 +@bin lib/qt4/examples/qtestlib/tutorial1/tutorial1 lib/qt4/examples/qtestlib/tutorial1/tutorial1.pro lib/qt4/examples/qtestlib/tutorial2/ lib/qt4/examples/qtestlib/tutorial2/testqstring.cpp -lib/qt4/examples/qtestlib/tutorial2/tutorial2 +@bin lib/qt4/examples/qtestlib/tutorial2/tutorial2 lib/qt4/examples/qtestlib/tutorial2/tutorial2.pro lib/qt4/examples/qtestlib/tutorial3/ lib/qt4/examples/qtestlib/tutorial3/testgui.cpp -lib/qt4/examples/qtestlib/tutorial3/tutorial3 +@bin lib/qt4/examples/qtestlib/tutorial3/tutorial3 lib/qt4/examples/qtestlib/tutorial3/tutorial3.pro lib/qt4/examples/qtestlib/tutorial4/ lib/qt4/examples/qtestlib/tutorial4/testgui.cpp -lib/qt4/examples/qtestlib/tutorial4/tutorial4 +@bin lib/qt4/examples/qtestlib/tutorial4/tutorial4 lib/qt4/examples/qtestlib/tutorial4/tutorial4.pro lib/qt4/examples/richtext/ lib/qt4/examples/richtext/README lib/qt4/examples/richtext/calendar/ -lib/qt4/examples/richtext/calendar/calendar +@bin lib/qt4/examples/richtext/calendar/calendar lib/qt4/examples/richtext/calendar/calendar.pro lib/qt4/examples/richtext/calendar/main.cpp lib/qt4/examples/richtext/calendar/mainwindow.cpp @@ -1429,7 +1677,7 @@ lib/qt4/examples/richtext/orderform/detailsdialog.h lib/qt4/examples/richtext/orderform/main.cpp lib/qt4/examples/richtext/orderform/mainwindow.cpp lib/qt4/examples/richtext/orderform/mainwindow.h -lib/qt4/examples/richtext/orderform/orderform +@bin lib/qt4/examples/richtext/orderform/orderform lib/qt4/examples/richtext/orderform/orderform.pro lib/qt4/examples/richtext/richtext.pro lib/qt4/examples/richtext/syntaxhighlighter/ @@ -1438,17 +1686,19 @@ lib/qt4/examples/richtext/syntaxhighlighter/highlighter.h lib/qt4/examples/richtext/syntaxhighlighter/main.cpp lib/qt4/examples/richtext/syntaxhighlighter/mainwindow.cpp lib/qt4/examples/richtext/syntaxhighlighter/mainwindow.h -lib/qt4/examples/richtext/syntaxhighlighter/syntaxhighlighter +@bin lib/qt4/examples/richtext/syntaxhighlighter/syntaxhighlighter lib/qt4/examples/richtext/syntaxhighlighter/syntaxhighlighter.pro lib/qt4/examples/script/ lib/qt4/examples/script/README lib/qt4/examples/script/calculator/ -lib/qt4/examples/script/calculator/calculator +@bin lib/qt4/examples/script/calculator/calculator +lib/qt4/examples/script/calculator/calculator.js lib/qt4/examples/script/calculator/calculator.pro lib/qt4/examples/script/calculator/calculator.qrc +lib/qt4/examples/script/calculator/calculator.ui lib/qt4/examples/script/calculator/main.cpp lib/qt4/examples/script/context2d/ -lib/qt4/examples/script/context2d/context2d +@bin lib/qt4/examples/script/context2d/context2d lib/qt4/examples/script/context2d/context2d.cpp lib/qt4/examples/script/context2d/context2d.h lib/qt4/examples/script/context2d/context2d.pro @@ -1480,58 +1730,87 @@ lib/qt4/examples/script/context2d/scripts/stroke1.js lib/qt4/examples/script/context2d/scripts/translate.js lib/qt4/examples/script/context2d/window.cpp lib/qt4/examples/script/context2d/window.h +lib/qt4/examples/script/customclass/ +lib/qt4/examples/script/customclass/bytearrayclass.cpp +lib/qt4/examples/script/customclass/bytearrayclass.h +lib/qt4/examples/script/customclass/bytearrayclass.pri +lib/qt4/examples/script/customclass/bytearrayprototype.cpp +lib/qt4/examples/script/customclass/bytearrayprototype.h +@bin lib/qt4/examples/script/customclass/customclass +lib/qt4/examples/script/customclass/customclass.pro +lib/qt4/examples/script/customclass/main.cpp lib/qt4/examples/script/defaultprototypes/ -lib/qt4/examples/script/defaultprototypes/defaultprototypes +lib/qt4/examples/script/defaultprototypes/code.js +@bin lib/qt4/examples/script/defaultprototypes/defaultprototypes lib/qt4/examples/script/defaultprototypes/defaultprototypes.pro lib/qt4/examples/script/defaultprototypes/defaultprototypes.qrc lib/qt4/examples/script/defaultprototypes/main.cpp lib/qt4/examples/script/defaultprototypes/prototypes.cpp lib/qt4/examples/script/defaultprototypes/prototypes.h lib/qt4/examples/script/helloscript/ -lib/qt4/examples/script/helloscript/helloscript +@bin lib/qt4/examples/script/helloscript/helloscript lib/qt4/examples/script/helloscript/helloscript.pro lib/qt4/examples/script/helloscript/main.cpp +lib/qt4/examples/script/marshal/ +lib/qt4/examples/script/marshal/main.cpp +@bin lib/qt4/examples/script/marshal/marshal +lib/qt4/examples/script/marshal/marshal.pro lib/qt4/examples/script/qscript/ lib/qt4/examples/script/qscript/main.cpp -lib/qt4/examples/script/qscript/qscript +@bin lib/qt4/examples/script/qscript/qscript lib/qt4/examples/script/qscript/qscript.pro lib/qt4/examples/script/script.pro lib/qt4/examples/script/tetrix/ lib/qt4/examples/script/tetrix/main.cpp -lib/qt4/examples/script/tetrix/tetrix +@bin lib/qt4/examples/script/tetrix/tetrix lib/qt4/examples/script/tetrix/tetrix.pro lib/qt4/examples/script/tetrix/tetrix.qrc lib/qt4/examples/script/tetrix/tetrixboard.cpp lib/qt4/examples/script/tetrix/tetrixboard.h +lib/qt4/examples/script/tetrix/tetrixboard.js +lib/qt4/examples/script/tetrix/tetrixpiece.js +lib/qt4/examples/script/tetrix/tetrixwindow.js lib/qt4/examples/script/tetrix/tetrixwindow.ui lib/qt4/examples/sql/ lib/qt4/examples/sql/README lib/qt4/examples/sql/cachedtable/ -lib/qt4/examples/sql/cachedtable/cachedtable +@bin lib/qt4/examples/sql/cachedtable/cachedtable lib/qt4/examples/sql/cachedtable/cachedtable.pro lib/qt4/examples/sql/cachedtable/main.cpp lib/qt4/examples/sql/cachedtable/tableeditor.cpp lib/qt4/examples/sql/cachedtable/tableeditor.h lib/qt4/examples/sql/connection.h lib/qt4/examples/sql/drilldown/ -lib/qt4/examples/sql/drilldown/drilldown +@bin lib/qt4/examples/sql/drilldown/drilldown lib/qt4/examples/sql/drilldown/drilldown.pro lib/qt4/examples/sql/drilldown/drilldown.qrc lib/qt4/examples/sql/drilldown/imageitem.cpp lib/qt4/examples/sql/drilldown/imageitem.h +lib/qt4/examples/sql/drilldown/images/ +lib/qt4/examples/sql/drilldown/images/beijing.png +lib/qt4/examples/sql/drilldown/images/berlin.png +lib/qt4/examples/sql/drilldown/images/brisbane.png +lib/qt4/examples/sql/drilldown/images/munich.png +lib/qt4/examples/sql/drilldown/images/oslo.png +lib/qt4/examples/sql/drilldown/images/redwood.png lib/qt4/examples/sql/drilldown/informationwindow.cpp lib/qt4/examples/sql/drilldown/informationwindow.h +lib/qt4/examples/sql/drilldown/logo.png lib/qt4/examples/sql/drilldown/main.cpp lib/qt4/examples/sql/drilldown/view.cpp lib/qt4/examples/sql/drilldown/view.h lib/qt4/examples/sql/masterdetail/ +lib/qt4/examples/sql/masterdetail/albumdetails.xml lib/qt4/examples/sql/masterdetail/database.h lib/qt4/examples/sql/masterdetail/dialog.cpp lib/qt4/examples/sql/masterdetail/dialog.h +lib/qt4/examples/sql/masterdetail/images/ +lib/qt4/examples/sql/masterdetail/images/icon.png +lib/qt4/examples/sql/masterdetail/images/image.png lib/qt4/examples/sql/masterdetail/main.cpp lib/qt4/examples/sql/masterdetail/mainwindow.cpp lib/qt4/examples/sql/masterdetail/mainwindow.h -lib/qt4/examples/sql/masterdetail/masterdetail +@bin lib/qt4/examples/sql/masterdetail/masterdetail lib/qt4/examples/sql/masterdetail/masterdetail.pro lib/qt4/examples/sql/masterdetail/masterdetail.qrc lib/qt4/examples/sql/querymodel/ @@ -1540,40 +1819,40 @@ lib/qt4/examples/sql/querymodel/customsqlmodel.h lib/qt4/examples/sql/querymodel/editablesqlmodel.cpp lib/qt4/examples/sql/querymodel/editablesqlmodel.h lib/qt4/examples/sql/querymodel/main.cpp -lib/qt4/examples/sql/querymodel/querymodel +@bin lib/qt4/examples/sql/querymodel/querymodel lib/qt4/examples/sql/querymodel/querymodel.pro lib/qt4/examples/sql/relationaltablemodel/ -lib/qt4/examples/sql/relationaltablemodel/relationaltablemodel +@bin lib/qt4/examples/sql/relationaltablemodel/relationaltablemodel lib/qt4/examples/sql/relationaltablemodel/relationaltablemodel.cpp lib/qt4/examples/sql/relationaltablemodel/relationaltablemodel.pro lib/qt4/examples/sql/sql.pro lib/qt4/examples/sql/tablemodel/ -lib/qt4/examples/sql/tablemodel/tablemodel +@bin lib/qt4/examples/sql/tablemodel/tablemodel lib/qt4/examples/sql/tablemodel/tablemodel.cpp lib/qt4/examples/sql/tablemodel/tablemodel.pro lib/qt4/examples/threads/ lib/qt4/examples/threads/README lib/qt4/examples/threads/mandelbrot/ lib/qt4/examples/threads/mandelbrot/main.cpp -lib/qt4/examples/threads/mandelbrot/mandelbrot +@bin lib/qt4/examples/threads/mandelbrot/mandelbrot lib/qt4/examples/threads/mandelbrot/mandelbrot.pro lib/qt4/examples/threads/mandelbrot/mandelbrotwidget.cpp lib/qt4/examples/threads/mandelbrot/mandelbrotwidget.h lib/qt4/examples/threads/mandelbrot/renderthread.cpp lib/qt4/examples/threads/mandelbrot/renderthread.h lib/qt4/examples/threads/semaphores/ -lib/qt4/examples/threads/semaphores/semaphores +@bin lib/qt4/examples/threads/semaphores/semaphores lib/qt4/examples/threads/semaphores/semaphores.cpp lib/qt4/examples/threads/semaphores/semaphores.pro lib/qt4/examples/threads/threads.pro lib/qt4/examples/threads/waitconditions/ -lib/qt4/examples/threads/waitconditions/waitconditions +@bin lib/qt4/examples/threads/waitconditions/waitconditions lib/qt4/examples/threads/waitconditions/waitconditions.cpp lib/qt4/examples/threads/waitconditions/waitconditions.pro lib/qt4/examples/tools/ lib/qt4/examples/tools/README lib/qt4/examples/tools/codecs/ -lib/qt4/examples/tools/codecs/codecs +@bin lib/qt4/examples/tools/codecs/codecs lib/qt4/examples/tools/codecs/codecs.pro lib/qt4/examples/tools/codecs/encodedfiles/ lib/qt4/examples/tools/codecs/encodedfiles/iso-8859-1.txt @@ -1588,7 +1867,7 @@ lib/qt4/examples/tools/codecs/mainwindow.h lib/qt4/examples/tools/codecs/previewform.cpp lib/qt4/examples/tools/codecs/previewform.h lib/qt4/examples/tools/completer/ -lib/qt4/examples/tools/completer/completer +@bin lib/qt4/examples/tools/completer/completer lib/qt4/examples/tools/completer/completer.pro lib/qt4/examples/tools/completer/completer.qrc lib/qt4/examples/tools/completer/dirmodel.cpp @@ -1600,7 +1879,7 @@ lib/qt4/examples/tools/completer/resources/ lib/qt4/examples/tools/completer/resources/countries.txt lib/qt4/examples/tools/completer/resources/wordlist.txt lib/qt4/examples/tools/customcompleter/ -lib/qt4/examples/tools/customcompleter/customcompleter +@bin lib/qt4/examples/tools/customcompleter/customcompleter lib/qt4/examples/tools/customcompleter/customcompleter.pro lib/qt4/examples/tools/customcompleter/customcompleter.qrc lib/qt4/examples/tools/customcompleter/main.cpp @@ -1611,7 +1890,7 @@ lib/qt4/examples/tools/customcompleter/resources/wordlist.txt lib/qt4/examples/tools/customcompleter/textedit.cpp lib/qt4/examples/tools/customcompleter/textedit.h lib/qt4/examples/tools/echoplugin/ -lib/qt4/examples/tools/echoplugin/echoplugin +@bin lib/qt4/examples/tools/echoplugin/echoplugin lib/qt4/examples/tools/echoplugin/echoplugin.pro lib/qt4/examples/tools/echoplugin/echowindow/ lib/qt4/examples/tools/echoplugin/echowindow/echointerface.h @@ -1624,7 +1903,7 @@ lib/qt4/examples/tools/echoplugin/plugin/echoplugin.cpp lib/qt4/examples/tools/echoplugin/plugin/echoplugin.h lib/qt4/examples/tools/echoplugin/plugin/plugin.pro lib/qt4/examples/tools/i18n/ -lib/qt4/examples/tools/i18n/i18n +@bin lib/qt4/examples/tools/i18n/i18n lib/qt4/examples/tools/i18n/i18n.pro lib/qt4/examples/tools/i18n/i18n.qrc lib/qt4/examples/tools/i18n/languagechooser.cpp @@ -1668,7 +1947,7 @@ lib/qt4/examples/tools/plugandpaint/mainwindow.cpp lib/qt4/examples/tools/plugandpaint/mainwindow.h lib/qt4/examples/tools/plugandpaint/paintarea.cpp lib/qt4/examples/tools/plugandpaint/paintarea.h -lib/qt4/examples/tools/plugandpaint/plugandpaint +@bin lib/qt4/examples/tools/plugandpaint/plugandpaint lib/qt4/examples/tools/plugandpaint/plugandpaint.pro lib/qt4/examples/tools/plugandpaint/plugindialog.cpp lib/qt4/examples/tools/plugandpaint/plugindialog.h @@ -1686,7 +1965,7 @@ lib/qt4/examples/tools/plugandpaintplugins/extrafilters/extrafiltersplugin.h lib/qt4/examples/tools/plugandpaintplugins/plugandpaintplugins.pro lib/qt4/examples/tools/regexp/ lib/qt4/examples/tools/regexp/main.cpp -lib/qt4/examples/tools/regexp/regexp +@bin lib/qt4/examples/tools/regexp/regexp lib/qt4/examples/tools/regexp/regexp.pro lib/qt4/examples/tools/regexp/regexpdialog.cpp lib/qt4/examples/tools/regexp/regexpdialog.h @@ -1699,7 +1978,7 @@ lib/qt4/examples/tools/settingseditor/locationdialog.h lib/qt4/examples/tools/settingseditor/main.cpp lib/qt4/examples/tools/settingseditor/mainwindow.cpp lib/qt4/examples/tools/settingseditor/mainwindow.h -lib/qt4/examples/tools/settingseditor/settingseditor +@bin lib/qt4/examples/tools/settingseditor/settingseditor lib/qt4/examples/tools/settingseditor/settingseditor.pro lib/qt4/examples/tools/settingseditor/settingstree.cpp lib/qt4/examples/tools/settingseditor/settingstree.h @@ -1712,7 +1991,7 @@ lib/qt4/examples/tools/styleplugin/plugin/simplestyle.cpp lib/qt4/examples/tools/styleplugin/plugin/simplestyle.h lib/qt4/examples/tools/styleplugin/plugin/simplestyleplugin.cpp lib/qt4/examples/tools/styleplugin/plugin/simplestyleplugin.h -lib/qt4/examples/tools/styleplugin/styleplugin +@bin lib/qt4/examples/tools/styleplugin/styleplugin lib/qt4/examples/tools/styleplugin/styleplugin.pro lib/qt4/examples/tools/styleplugin/styles/ lib/qt4/examples/tools/styleplugin/stylewindow/ @@ -1727,7 +2006,7 @@ lib/qt4/examples/tools/treemodelcompleter/mainwindow.cpp lib/qt4/examples/tools/treemodelcompleter/mainwindow.h lib/qt4/examples/tools/treemodelcompleter/resources/ lib/qt4/examples/tools/treemodelcompleter/resources/treemodel.txt -lib/qt4/examples/tools/treemodelcompleter/treemodelcompleter +@bin lib/qt4/examples/tools/treemodelcompleter/treemodelcompleter lib/qt4/examples/tools/treemodelcompleter/treemodelcompleter.cpp lib/qt4/examples/tools/treemodelcompleter/treemodelcompleter.h lib/qt4/examples/tools/treemodelcompleter/treemodelcompleter.pro @@ -1739,111 +2018,185 @@ lib/qt4/examples/tools/undoframework/diagramitem.cpp lib/qt4/examples/tools/undoframework/diagramitem.h lib/qt4/examples/tools/undoframework/diagramscene.cpp lib/qt4/examples/tools/undoframework/diagramscene.h +lib/qt4/examples/tools/undoframework/images/ +lib/qt4/examples/tools/undoframework/images/cross.png lib/qt4/examples/tools/undoframework/main.cpp lib/qt4/examples/tools/undoframework/mainwindow.cpp lib/qt4/examples/tools/undoframework/mainwindow.h -lib/qt4/examples/tools/undoframework/undoframework +@bin lib/qt4/examples/tools/undoframework/undoframework lib/qt4/examples/tools/undoframework/undoframework.pro lib/qt4/examples/tools/undoframework/undoframework.qrc lib/qt4/examples/tutorial/ -lib/qt4/examples/tutorial/README -lib/qt4/examples/tutorial/t1/ -lib/qt4/examples/tutorial/t1/main.cpp -lib/qt4/examples/tutorial/t1/t1 -lib/qt4/examples/tutorial/t1/t1.pro -lib/qt4/examples/tutorial/t10/ -lib/qt4/examples/tutorial/t10/cannonfield.cpp -lib/qt4/examples/tutorial/t10/cannonfield.h -lib/qt4/examples/tutorial/t10/lcdrange.cpp -lib/qt4/examples/tutorial/t10/lcdrange.h -lib/qt4/examples/tutorial/t10/main.cpp -lib/qt4/examples/tutorial/t10/t10 -lib/qt4/examples/tutorial/t10/t10.pro -lib/qt4/examples/tutorial/t11/ -lib/qt4/examples/tutorial/t11/cannonfield.cpp -lib/qt4/examples/tutorial/t11/cannonfield.h -lib/qt4/examples/tutorial/t11/lcdrange.cpp -lib/qt4/examples/tutorial/t11/lcdrange.h -lib/qt4/examples/tutorial/t11/main.cpp -lib/qt4/examples/tutorial/t11/t11 -lib/qt4/examples/tutorial/t11/t11.pro -lib/qt4/examples/tutorial/t12/ -lib/qt4/examples/tutorial/t12/cannonfield.cpp -lib/qt4/examples/tutorial/t12/cannonfield.h -lib/qt4/examples/tutorial/t12/lcdrange.cpp -lib/qt4/examples/tutorial/t12/lcdrange.h -lib/qt4/examples/tutorial/t12/main.cpp -lib/qt4/examples/tutorial/t12/t12 -lib/qt4/examples/tutorial/t12/t12.pro -lib/qt4/examples/tutorial/t13/ -lib/qt4/examples/tutorial/t13/cannonfield.cpp -lib/qt4/examples/tutorial/t13/cannonfield.h -lib/qt4/examples/tutorial/t13/gameboard.cpp -lib/qt4/examples/tutorial/t13/gameboard.h -lib/qt4/examples/tutorial/t13/lcdrange.cpp -lib/qt4/examples/tutorial/t13/lcdrange.h -lib/qt4/examples/tutorial/t13/main.cpp -lib/qt4/examples/tutorial/t13/t13 -lib/qt4/examples/tutorial/t13/t13.pro -lib/qt4/examples/tutorial/t14/ -lib/qt4/examples/tutorial/t14/cannonfield.cpp -lib/qt4/examples/tutorial/t14/cannonfield.h -lib/qt4/examples/tutorial/t14/gameboard.cpp -lib/qt4/examples/tutorial/t14/gameboard.h -lib/qt4/examples/tutorial/t14/lcdrange.cpp -lib/qt4/examples/tutorial/t14/lcdrange.h -lib/qt4/examples/tutorial/t14/main.cpp -lib/qt4/examples/tutorial/t14/t14 -lib/qt4/examples/tutorial/t14/t14.pro -lib/qt4/examples/tutorial/t2/ -lib/qt4/examples/tutorial/t2/main.cpp -lib/qt4/examples/tutorial/t2/t2 -lib/qt4/examples/tutorial/t2/t2.pro -lib/qt4/examples/tutorial/t3/ -lib/qt4/examples/tutorial/t3/main.cpp -lib/qt4/examples/tutorial/t3/t3 -lib/qt4/examples/tutorial/t3/t3.pro -lib/qt4/examples/tutorial/t4/ -lib/qt4/examples/tutorial/t4/main.cpp -lib/qt4/examples/tutorial/t4/t4 -lib/qt4/examples/tutorial/t4/t4.pro -lib/qt4/examples/tutorial/t5/ -lib/qt4/examples/tutorial/t5/main.cpp -lib/qt4/examples/tutorial/t5/t5 -lib/qt4/examples/tutorial/t5/t5.pro -lib/qt4/examples/tutorial/t6/ -lib/qt4/examples/tutorial/t6/main.cpp -lib/qt4/examples/tutorial/t6/t6 -lib/qt4/examples/tutorial/t6/t6.pro -lib/qt4/examples/tutorial/t7/ -lib/qt4/examples/tutorial/t7/lcdrange.cpp -lib/qt4/examples/tutorial/t7/lcdrange.h -lib/qt4/examples/tutorial/t7/main.cpp -lib/qt4/examples/tutorial/t7/t7 -lib/qt4/examples/tutorial/t7/t7.pro -lib/qt4/examples/tutorial/t8/ -lib/qt4/examples/tutorial/t8/cannonfield.cpp -lib/qt4/examples/tutorial/t8/cannonfield.h -lib/qt4/examples/tutorial/t8/lcdrange.cpp -lib/qt4/examples/tutorial/t8/lcdrange.h -lib/qt4/examples/tutorial/t8/main.cpp -lib/qt4/examples/tutorial/t8/t8 -lib/qt4/examples/tutorial/t8/t8.pro -lib/qt4/examples/tutorial/t9/ -lib/qt4/examples/tutorial/t9/cannonfield.cpp -lib/qt4/examples/tutorial/t9/cannonfield.h -lib/qt4/examples/tutorial/t9/lcdrange.cpp -lib/qt4/examples/tutorial/t9/lcdrange.h -lib/qt4/examples/tutorial/t9/main.cpp -lib/qt4/examples/tutorial/t9/t9 -lib/qt4/examples/tutorial/t9/t9.pro -lib/qt4/examples/tutorial/tutorial.pro +lib/qt4/examples/tutorial/addressbook/ +lib/qt4/examples/tutorial/addressbook/README +lib/qt4/examples/tutorials/ +lib/qt4/examples/tutorials/README +lib/qt4/examples/tutorials/addressbook/ +lib/qt4/examples/tutorials/addressbook/part1/ +lib/qt4/examples/tutorials/addressbook/part1/addressbook.cpp +lib/qt4/examples/tutorials/addressbook/part1/addressbook.h +lib/qt4/examples/tutorials/addressbook/part1/main.cpp +@bin lib/qt4/examples/tutorials/addressbook/part1/part1 +lib/qt4/examples/tutorials/addressbook/part1/part1.pro +lib/qt4/examples/tutorials/addressbook/part2/ +lib/qt4/examples/tutorials/addressbook/part2/addressbook.cpp +lib/qt4/examples/tutorials/addressbook/part2/addressbook.h +lib/qt4/examples/tutorials/addressbook/part2/main.cpp +@bin lib/qt4/examples/tutorials/addressbook/part2/part2 +lib/qt4/examples/tutorials/addressbook/part2/part2.pro +lib/qt4/examples/tutorials/addressbook/part3/ +lib/qt4/examples/tutorials/addressbook/part3/addressbook.cpp +lib/qt4/examples/tutorials/addressbook/part3/addressbook.h +lib/qt4/examples/tutorials/addressbook/part3/main.cpp +@bin lib/qt4/examples/tutorials/addressbook/part3/part3 +lib/qt4/examples/tutorials/addressbook/part3/part3.pro +lib/qt4/examples/tutorials/addressbook/part4/ +lib/qt4/examples/tutorials/addressbook/part4/addressbook.cpp +lib/qt4/examples/tutorials/addressbook/part4/addressbook.h +lib/qt4/examples/tutorials/addressbook/part4/main.cpp +@bin lib/qt4/examples/tutorials/addressbook/part4/part4 +lib/qt4/examples/tutorials/addressbook/part4/part4.pro +lib/qt4/examples/tutorials/addressbook/part5/ +lib/qt4/examples/tutorials/addressbook/part5/addressbook.cpp +lib/qt4/examples/tutorials/addressbook/part5/addressbook.h +lib/qt4/examples/tutorials/addressbook/part5/finddialog.cpp +lib/qt4/examples/tutorials/addressbook/part5/finddialog.h +lib/qt4/examples/tutorials/addressbook/part5/main.cpp +@bin lib/qt4/examples/tutorials/addressbook/part5/part5 +lib/qt4/examples/tutorials/addressbook/part5/part5.pro +lib/qt4/examples/tutorials/addressbook/part6/ +lib/qt4/examples/tutorials/addressbook/part6/addressbook.cpp +lib/qt4/examples/tutorials/addressbook/part6/addressbook.h +lib/qt4/examples/tutorials/addressbook/part6/finddialog.cpp +lib/qt4/examples/tutorials/addressbook/part6/finddialog.h +lib/qt4/examples/tutorials/addressbook/part6/main.cpp +@bin lib/qt4/examples/tutorials/addressbook/part6/part6 +lib/qt4/examples/tutorials/addressbook/part6/part6.pro +lib/qt4/examples/tutorials/addressbook/part7/ +lib/qt4/examples/tutorials/addressbook/part7/addressbook.cpp +lib/qt4/examples/tutorials/addressbook/part7/addressbook.h +lib/qt4/examples/tutorials/addressbook/part7/finddialog.cpp +lib/qt4/examples/tutorials/addressbook/part7/finddialog.h +lib/qt4/examples/tutorials/addressbook/part7/main.cpp +@bin lib/qt4/examples/tutorials/addressbook/part7/part7 +lib/qt4/examples/tutorials/addressbook/part7/part7.pro +lib/qt4/examples/tutorials/tutorial/ +lib/qt4/examples/tutorials/tutorial/README +lib/qt4/examples/tutorials/tutorial/t1/ +lib/qt4/examples/tutorials/tutorial/t1/main.cpp +@bin lib/qt4/examples/tutorials/tutorial/t1/t1 +lib/qt4/examples/tutorials/tutorial/t1/t1.pro +lib/qt4/examples/tutorials/tutorial/t10/ +lib/qt4/examples/tutorials/tutorial/t10/cannonfield.cpp +lib/qt4/examples/tutorials/tutorial/t10/cannonfield.h +lib/qt4/examples/tutorials/tutorial/t10/lcdrange.cpp +lib/qt4/examples/tutorials/tutorial/t10/lcdrange.h +lib/qt4/examples/tutorials/tutorial/t10/main.cpp +@bin lib/qt4/examples/tutorials/tutorial/t10/t10 +lib/qt4/examples/tutorials/tutorial/t10/t10.pro +lib/qt4/examples/tutorials/tutorial/t11/ +lib/qt4/examples/tutorials/tutorial/t11/cannonfield.cpp +lib/qt4/examples/tutorials/tutorial/t11/cannonfield.h +lib/qt4/examples/tutorials/tutorial/t11/lcdrange.cpp +lib/qt4/examples/tutorials/tutorial/t11/lcdrange.h +lib/qt4/examples/tutorials/tutorial/t11/main.cpp +@bin lib/qt4/examples/tutorials/tutorial/t11/t11 +lib/qt4/examples/tutorials/tutorial/t11/t11.pro +lib/qt4/examples/tutorials/tutorial/t12/ +lib/qt4/examples/tutorials/tutorial/t12/cannonfield.cpp +lib/qt4/examples/tutorials/tutorial/t12/cannonfield.h +lib/qt4/examples/tutorials/tutorial/t12/lcdrange.cpp +lib/qt4/examples/tutorials/tutorial/t12/lcdrange.h +lib/qt4/examples/tutorials/tutorial/t12/main.cpp +@bin lib/qt4/examples/tutorials/tutorial/t12/t12 +lib/qt4/examples/tutorials/tutorial/t12/t12.pro +lib/qt4/examples/tutorials/tutorial/t13/ +lib/qt4/examples/tutorials/tutorial/t13/cannonfield.cpp +lib/qt4/examples/tutorials/tutorial/t13/cannonfield.h +lib/qt4/examples/tutorials/tutorial/t13/gameboard.cpp +lib/qt4/examples/tutorials/tutorial/t13/gameboard.h +lib/qt4/examples/tutorials/tutorial/t13/lcdrange.cpp +lib/qt4/examples/tutorials/tutorial/t13/lcdrange.h +lib/qt4/examples/tutorials/tutorial/t13/main.cpp +@bin lib/qt4/examples/tutorials/tutorial/t13/t13 +lib/qt4/examples/tutorials/tutorial/t13/t13.pro +lib/qt4/examples/tutorials/tutorial/t14/ +lib/qt4/examples/tutorials/tutorial/t14/cannonfield.cpp +lib/qt4/examples/tutorials/tutorial/t14/cannonfield.h +lib/qt4/examples/tutorials/tutorial/t14/gameboard.cpp +lib/qt4/examples/tutorials/tutorial/t14/gameboard.h +lib/qt4/examples/tutorials/tutorial/t14/lcdrange.cpp +lib/qt4/examples/tutorials/tutorial/t14/lcdrange.h +lib/qt4/examples/tutorials/tutorial/t14/main.cpp +@bin lib/qt4/examples/tutorials/tutorial/t14/t14 +lib/qt4/examples/tutorials/tutorial/t14/t14.pro +lib/qt4/examples/tutorials/tutorial/t2/ +lib/qt4/examples/tutorials/tutorial/t2/main.cpp +@bin lib/qt4/examples/tutorials/tutorial/t2/t2 +lib/qt4/examples/tutorials/tutorial/t2/t2.pro +lib/qt4/examples/tutorials/tutorial/t3/ +lib/qt4/examples/tutorials/tutorial/t3/main.cpp +@bin lib/qt4/examples/tutorials/tutorial/t3/t3 +lib/qt4/examples/tutorials/tutorial/t3/t3.pro +lib/qt4/examples/tutorials/tutorial/t4/ +lib/qt4/examples/tutorials/tutorial/t4/main.cpp +@bin lib/qt4/examples/tutorials/tutorial/t4/t4 +lib/qt4/examples/tutorials/tutorial/t4/t4.pro +lib/qt4/examples/tutorials/tutorial/t5/ +lib/qt4/examples/tutorials/tutorial/t5/main.cpp +@bin lib/qt4/examples/tutorials/tutorial/t5/t5 +lib/qt4/examples/tutorials/tutorial/t5/t5.pro +lib/qt4/examples/tutorials/tutorial/t6/ +lib/qt4/examples/tutorials/tutorial/t6/main.cpp +@bin lib/qt4/examples/tutorials/tutorial/t6/t6 +lib/qt4/examples/tutorials/tutorial/t6/t6.pro +lib/qt4/examples/tutorials/tutorial/t7/ +lib/qt4/examples/tutorials/tutorial/t7/lcdrange.cpp +lib/qt4/examples/tutorials/tutorial/t7/lcdrange.h +lib/qt4/examples/tutorials/tutorial/t7/main.cpp +@bin lib/qt4/examples/tutorials/tutorial/t7/t7 +lib/qt4/examples/tutorials/tutorial/t7/t7.pro +lib/qt4/examples/tutorials/tutorial/t8/ +lib/qt4/examples/tutorials/tutorial/t8/cannonfield.cpp +lib/qt4/examples/tutorials/tutorial/t8/cannonfield.h +lib/qt4/examples/tutorials/tutorial/t8/lcdrange.cpp +lib/qt4/examples/tutorials/tutorial/t8/lcdrange.h +lib/qt4/examples/tutorials/tutorial/t8/main.cpp +@bin lib/qt4/examples/tutorials/tutorial/t8/t8 +lib/qt4/examples/tutorials/tutorial/t8/t8.pro +lib/qt4/examples/tutorials/tutorial/t9/ +lib/qt4/examples/tutorials/tutorial/t9/cannonfield.cpp +lib/qt4/examples/tutorials/tutorial/t9/cannonfield.h +lib/qt4/examples/tutorials/tutorial/t9/lcdrange.cpp +lib/qt4/examples/tutorials/tutorial/t9/lcdrange.h +lib/qt4/examples/tutorials/tutorial/t9/main.cpp +@bin lib/qt4/examples/tutorials/tutorial/t9/t9 +lib/qt4/examples/tutorials/tutorial/t9/t9.pro +lib/qt4/examples/tutorials/tutorial/tutorial.pro +lib/qt4/examples/tutorials/tutorials.pro lib/qt4/examples/uitools/ +lib/qt4/examples/uitools/multipleinheritance/ +lib/qt4/examples/uitools/multipleinheritance/calculatorform.cpp +lib/qt4/examples/uitools/multipleinheritance/calculatorform.h +lib/qt4/examples/uitools/multipleinheritance/calculatorform.ui +lib/qt4/examples/uitools/multipleinheritance/main.cpp +@bin lib/qt4/examples/uitools/multipleinheritance/multipleinheritance +lib/qt4/examples/uitools/multipleinheritance/multipleinheritance.pro +lib/qt4/examples/uitools/textfinder/ +lib/qt4/examples/uitools/textfinder/forms/ +lib/qt4/examples/uitools/textfinder/forms/input.txt +lib/qt4/examples/uitools/textfinder/forms/textfinder.ui +lib/qt4/examples/uitools/textfinder/main.cpp +@bin lib/qt4/examples/uitools/textfinder/textfinder +lib/qt4/examples/uitools/textfinder/textfinder.cpp +lib/qt4/examples/uitools/textfinder/textfinder.h +lib/qt4/examples/uitools/textfinder/textfinder.pro +lib/qt4/examples/uitools/textfinder/textfinder.qrc lib/qt4/examples/uitools/uitools.pro lib/qt4/examples/widgets/ lib/qt4/examples/widgets/README lib/qt4/examples/widgets/analogclock/ -lib/qt4/examples/widgets/analogclock/analogclock +@bin lib/qt4/examples/widgets/analogclock/analogclock lib/qt4/examples/widgets/analogclock/analogclock.cpp lib/qt4/examples/widgets/analogclock/analogclock.h lib/qt4/examples/widgets/analogclock/analogclock.pro @@ -1851,19 +2204,19 @@ lib/qt4/examples/widgets/analogclock/main.cpp lib/qt4/examples/widgets/calculator/ lib/qt4/examples/widgets/calculator/button.cpp lib/qt4/examples/widgets/calculator/button.h -lib/qt4/examples/widgets/calculator/calculator +@bin lib/qt4/examples/widgets/calculator/calculator lib/qt4/examples/widgets/calculator/calculator.cpp lib/qt4/examples/widgets/calculator/calculator.h lib/qt4/examples/widgets/calculator/calculator.pro lib/qt4/examples/widgets/calculator/main.cpp lib/qt4/examples/widgets/calendarwidget/ -lib/qt4/examples/widgets/calendarwidget/calendarwidget +@bin lib/qt4/examples/widgets/calendarwidget/calendarwidget lib/qt4/examples/widgets/calendarwidget/calendarwidget.pro lib/qt4/examples/widgets/calendarwidget/main.cpp lib/qt4/examples/widgets/calendarwidget/window.cpp lib/qt4/examples/widgets/calendarwidget/window.h lib/qt4/examples/widgets/charactermap/ -lib/qt4/examples/widgets/charactermap/charactermap +@bin lib/qt4/examples/widgets/charactermap/charactermap lib/qt4/examples/widgets/charactermap/charactermap.pro lib/qt4/examples/widgets/charactermap/characterwidget.cpp lib/qt4/examples/widgets/charactermap/characterwidget.h @@ -1871,13 +2224,13 @@ lib/qt4/examples/widgets/charactermap/main.cpp lib/qt4/examples/widgets/charactermap/mainwindow.cpp lib/qt4/examples/widgets/charactermap/mainwindow.h lib/qt4/examples/widgets/digitalclock/ -lib/qt4/examples/widgets/digitalclock/digitalclock +@bin lib/qt4/examples/widgets/digitalclock/digitalclock lib/qt4/examples/widgets/digitalclock/digitalclock.cpp lib/qt4/examples/widgets/digitalclock/digitalclock.h lib/qt4/examples/widgets/digitalclock/digitalclock.pro lib/qt4/examples/widgets/digitalclock/main.cpp lib/qt4/examples/widgets/groupbox/ -lib/qt4/examples/widgets/groupbox/groupbox +@bin lib/qt4/examples/widgets/groupbox/groupbox lib/qt4/examples/widgets/groupbox/groupbox.pro lib/qt4/examples/widgets/groupbox/main.cpp lib/qt4/examples/widgets/groupbox/window.cpp @@ -1885,7 +2238,7 @@ lib/qt4/examples/widgets/groupbox/window.h lib/qt4/examples/widgets/icons/ lib/qt4/examples/widgets/icons/iconpreviewarea.cpp lib/qt4/examples/widgets/icons/iconpreviewarea.h -lib/qt4/examples/widgets/icons/icons +@bin lib/qt4/examples/widgets/icons/icons lib/qt4/examples/widgets/icons/icons.pro lib/qt4/examples/widgets/icons/iconsizespinbox.cpp lib/qt4/examples/widgets/icons/iconsizespinbox.h @@ -1903,20 +2256,20 @@ lib/qt4/examples/widgets/icons/images/monkey_on_128x128.png lib/qt4/examples/widgets/icons/images/monkey_on_16x16.png lib/qt4/examples/widgets/icons/images/monkey_on_32x32.png lib/qt4/examples/widgets/icons/images/monkey_on_64x64.png -lib/qt4/examples/widgets/icons/images/qtopia_16x16.png -lib/qt4/examples/widgets/icons/images/qtopia_32x32.png -lib/qt4/examples/widgets/icons/images/qtopia_48x48.png +lib/qt4/examples/widgets/icons/images/qt_extended_16x16.png +lib/qt4/examples/widgets/icons/images/qt_extended_32x32.png +lib/qt4/examples/widgets/icons/images/qt_extended_48x48.png lib/qt4/examples/widgets/icons/main.cpp lib/qt4/examples/widgets/icons/mainwindow.cpp lib/qt4/examples/widgets/icons/mainwindow.h lib/qt4/examples/widgets/imageviewer/ -lib/qt4/examples/widgets/imageviewer/imageviewer +@bin lib/qt4/examples/widgets/imageviewer/imageviewer lib/qt4/examples/widgets/imageviewer/imageviewer.cpp lib/qt4/examples/widgets/imageviewer/imageviewer.h lib/qt4/examples/widgets/imageviewer/imageviewer.pro lib/qt4/examples/widgets/imageviewer/main.cpp lib/qt4/examples/widgets/lineedits/ -lib/qt4/examples/widgets/lineedits/lineedits +@bin lib/qt4/examples/widgets/lineedits/lineedits lib/qt4/examples/widgets/lineedits/lineedits.pro lib/qt4/examples/widgets/lineedits/main.cpp lib/qt4/examples/widgets/lineedits/window.cpp @@ -1929,7 +2282,7 @@ lib/qt4/examples/widgets/movie/images/play.png lib/qt4/examples/widgets/movie/images/quit.png lib/qt4/examples/widgets/movie/images/stop.png lib/qt4/examples/widgets/movie/main.cpp -lib/qt4/examples/widgets/movie/movie +@bin lib/qt4/examples/widgets/movie/movie lib/qt4/examples/widgets/movie/movie.pro lib/qt4/examples/widgets/movie/movie.qrc lib/qt4/examples/widgets/movie/movieplayer.cpp @@ -1938,19 +2291,19 @@ lib/qt4/examples/widgets/scribble/ lib/qt4/examples/widgets/scribble/main.cpp lib/qt4/examples/widgets/scribble/mainwindow.cpp lib/qt4/examples/widgets/scribble/mainwindow.h -lib/qt4/examples/widgets/scribble/scribble +@bin lib/qt4/examples/widgets/scribble/scribble lib/qt4/examples/widgets/scribble/scribble.pro lib/qt4/examples/widgets/scribble/scribblearea.cpp lib/qt4/examples/widgets/scribble/scribblearea.h lib/qt4/examples/widgets/shapedclock/ lib/qt4/examples/widgets/shapedclock/main.cpp -lib/qt4/examples/widgets/shapedclock/shapedclock +@bin lib/qt4/examples/widgets/shapedclock/shapedclock lib/qt4/examples/widgets/shapedclock/shapedclock.cpp lib/qt4/examples/widgets/shapedclock/shapedclock.h lib/qt4/examples/widgets/shapedclock/shapedclock.pro lib/qt4/examples/widgets/sliders/ lib/qt4/examples/widgets/sliders/main.cpp -lib/qt4/examples/widgets/sliders/sliders +@bin lib/qt4/examples/widgets/sliders/sliders lib/qt4/examples/widgets/sliders/sliders.pro lib/qt4/examples/widgets/sliders/slidersgroup.cpp lib/qt4/examples/widgets/sliders/slidersgroup.h @@ -1958,7 +2311,7 @@ lib/qt4/examples/widgets/sliders/window.cpp lib/qt4/examples/widgets/sliders/window.h lib/qt4/examples/widgets/spinboxes/ lib/qt4/examples/widgets/spinboxes/main.cpp -lib/qt4/examples/widgets/spinboxes/spinboxes +@bin lib/qt4/examples/widgets/spinboxes/spinboxes lib/qt4/examples/widgets/spinboxes/spinboxes.pro lib/qt4/examples/widgets/spinboxes/window.cpp lib/qt4/examples/widgets/spinboxes/window.h @@ -1969,17 +2322,55 @@ lib/qt4/examples/widgets/styles/images/woodbutton.png lib/qt4/examples/widgets/styles/main.cpp lib/qt4/examples/widgets/styles/norwegianwoodstyle.cpp lib/qt4/examples/widgets/styles/norwegianwoodstyle.h -lib/qt4/examples/widgets/styles/styles +@bin lib/qt4/examples/widgets/styles/styles lib/qt4/examples/widgets/styles/styles.pro lib/qt4/examples/widgets/styles/styles.qrc lib/qt4/examples/widgets/styles/widgetgallery.cpp lib/qt4/examples/widgets/styles/widgetgallery.h lib/qt4/examples/widgets/stylesheet/ +lib/qt4/examples/widgets/stylesheet/images/ +lib/qt4/examples/widgets/stylesheet/images/checkbox_checked.png +lib/qt4/examples/widgets/stylesheet/images/checkbox_checked_hover.png +lib/qt4/examples/widgets/stylesheet/images/checkbox_checked_pressed.png +lib/qt4/examples/widgets/stylesheet/images/checkbox_unchecked.png +lib/qt4/examples/widgets/stylesheet/images/checkbox_unchecked_hover.png +lib/qt4/examples/widgets/stylesheet/images/checkbox_unchecked_pressed.png +lib/qt4/examples/widgets/stylesheet/images/down_arrow.png +lib/qt4/examples/widgets/stylesheet/images/down_arrow_disabled.png +lib/qt4/examples/widgets/stylesheet/images/frame.png +lib/qt4/examples/widgets/stylesheet/images/pagefold.png +lib/qt4/examples/widgets/stylesheet/images/pushbutton.png +lib/qt4/examples/widgets/stylesheet/images/pushbutton_hover.png +lib/qt4/examples/widgets/stylesheet/images/pushbutton_pressed.png +lib/qt4/examples/widgets/stylesheet/images/radiobutton_checked.png +lib/qt4/examples/widgets/stylesheet/images/radiobutton_checked_hover.png +lib/qt4/examples/widgets/stylesheet/images/radiobutton_checked_pressed.png +lib/qt4/examples/widgets/stylesheet/images/radiobutton_unchecked.png +lib/qt4/examples/widgets/stylesheet/images/radiobutton_unchecked_hover.png +lib/qt4/examples/widgets/stylesheet/images/radiobutton_unchecked_pressed.png +lib/qt4/examples/widgets/stylesheet/images/sizegrip.png +lib/qt4/examples/widgets/stylesheet/images/spindown.png +lib/qt4/examples/widgets/stylesheet/images/spindown_hover.png +lib/qt4/examples/widgets/stylesheet/images/spindown_off.png +lib/qt4/examples/widgets/stylesheet/images/spindown_pressed.png +lib/qt4/examples/widgets/stylesheet/images/spinup.png +lib/qt4/examples/widgets/stylesheet/images/spinup_hover.png +lib/qt4/examples/widgets/stylesheet/images/spinup_off.png +lib/qt4/examples/widgets/stylesheet/images/spinup_pressed.png +lib/qt4/examples/widgets/stylesheet/images/up_arrow.png +lib/qt4/examples/widgets/stylesheet/images/up_arrow_disabled.png +lib/qt4/examples/widgets/stylesheet/layouts/ +lib/qt4/examples/widgets/stylesheet/layouts/default.ui +lib/qt4/examples/widgets/stylesheet/layouts/pagefold.ui lib/qt4/examples/widgets/stylesheet/main.cpp lib/qt4/examples/widgets/stylesheet/mainwindow.cpp lib/qt4/examples/widgets/stylesheet/mainwindow.h lib/qt4/examples/widgets/stylesheet/mainwindow.ui -lib/qt4/examples/widgets/stylesheet/stylesheet +lib/qt4/examples/widgets/stylesheet/qss/ +lib/qt4/examples/widgets/stylesheet/qss/coffee.qss +lib/qt4/examples/widgets/stylesheet/qss/default.qss +lib/qt4/examples/widgets/stylesheet/qss/pagefold.qss +@bin lib/qt4/examples/widgets/stylesheet/stylesheet lib/qt4/examples/widgets/stylesheet/stylesheet.pro lib/qt4/examples/widgets/stylesheet/stylesheet.qrc lib/qt4/examples/widgets/stylesheet/stylesheeteditor.cpp @@ -1989,7 +2380,7 @@ lib/qt4/examples/widgets/tablet/ lib/qt4/examples/widgets/tablet/main.cpp lib/qt4/examples/widgets/tablet/mainwindow.cpp lib/qt4/examples/widgets/tablet/mainwindow.h -lib/qt4/examples/widgets/tablet/tablet +@bin lib/qt4/examples/widgets/tablet/tablet lib/qt4/examples/widgets/tablet/tablet.pro lib/qt4/examples/widgets/tablet/tabletapplication.cpp lib/qt4/examples/widgets/tablet/tabletapplication.h @@ -1997,7 +2388,7 @@ lib/qt4/examples/widgets/tablet/tabletcanvas.cpp lib/qt4/examples/widgets/tablet/tabletcanvas.h lib/qt4/examples/widgets/tetrix/ lib/qt4/examples/widgets/tetrix/main.cpp -lib/qt4/examples/widgets/tetrix/tetrix +@bin lib/qt4/examples/widgets/tetrix/tetrix lib/qt4/examples/widgets/tetrix/tetrix.pro lib/qt4/examples/widgets/tetrix/tetrixboard.cpp lib/qt4/examples/widgets/tetrix/tetrixboard.h @@ -2015,15 +2406,27 @@ lib/qt4/examples/widgets/tooltips/shapeitem.cpp lib/qt4/examples/widgets/tooltips/shapeitem.h lib/qt4/examples/widgets/tooltips/sortingbox.cpp lib/qt4/examples/widgets/tooltips/sortingbox.h -lib/qt4/examples/widgets/tooltips/tooltips +@bin lib/qt4/examples/widgets/tooltips/tooltips lib/qt4/examples/widgets/tooltips/tooltips.pro lib/qt4/examples/widgets/tooltips/tooltips.qrc +lib/qt4/examples/widgets/validators/ +lib/qt4/examples/widgets/validators/ledoff.png +lib/qt4/examples/widgets/validators/ledon.png +lib/qt4/examples/widgets/validators/ledwidget.cpp +lib/qt4/examples/widgets/validators/ledwidget.h +lib/qt4/examples/widgets/validators/localeselector.cpp +lib/qt4/examples/widgets/validators/localeselector.h +lib/qt4/examples/widgets/validators/main.cpp +@bin lib/qt4/examples/widgets/validators/validators +lib/qt4/examples/widgets/validators/validators.pro +lib/qt4/examples/widgets/validators/validators.qrc +lib/qt4/examples/widgets/validators/validators.ui lib/qt4/examples/widgets/widgets.pro lib/qt4/examples/widgets/wiggly/ lib/qt4/examples/widgets/wiggly/dialog.cpp lib/qt4/examples/widgets/wiggly/dialog.h lib/qt4/examples/widgets/wiggly/main.cpp -lib/qt4/examples/widgets/wiggly/wiggly +@bin lib/qt4/examples/widgets/wiggly/wiggly lib/qt4/examples/widgets/wiggly/wiggly.pro lib/qt4/examples/widgets/wiggly/wigglywidget.cpp lib/qt4/examples/widgets/wiggly/wigglywidget.h @@ -2033,12 +2436,12 @@ lib/qt4/examples/widgets/windowflags/controllerwindow.h lib/qt4/examples/widgets/windowflags/main.cpp lib/qt4/examples/widgets/windowflags/previewwindow.cpp lib/qt4/examples/widgets/windowflags/previewwindow.h -lib/qt4/examples/widgets/windowflags/windowflags +@bin lib/qt4/examples/widgets/windowflags/windowflags lib/qt4/examples/widgets/windowflags/windowflags.pro lib/qt4/examples/xml/ lib/qt4/examples/xml/README lib/qt4/examples/xml/dombookmarks/ -lib/qt4/examples/xml/dombookmarks/dombookmarks +@bin lib/qt4/examples/xml/dombookmarks/dombookmarks lib/qt4/examples/xml/dombookmarks/dombookmarks.pro lib/qt4/examples/xml/dombookmarks/frank.xbel lib/qt4/examples/xml/dombookmarks/jennifer.xbel @@ -2049,7 +2452,7 @@ lib/qt4/examples/xml/dombookmarks/xbeltree.cpp lib/qt4/examples/xml/dombookmarks/xbeltree.h lib/qt4/examples/xml/rsslisting/ lib/qt4/examples/xml/rsslisting/main.cpp -lib/qt4/examples/xml/rsslisting/rsslisting +@bin lib/qt4/examples/xml/rsslisting/rsslisting lib/qt4/examples/xml/rsslisting/rsslisting.cpp lib/qt4/examples/xml/rsslisting/rsslisting.h lib/qt4/examples/xml/rsslisting/rsslisting.pro @@ -2059,7 +2462,7 @@ lib/qt4/examples/xml/saxbookmarks/jennifer.xbel lib/qt4/examples/xml/saxbookmarks/main.cpp lib/qt4/examples/xml/saxbookmarks/mainwindow.cpp lib/qt4/examples/xml/saxbookmarks/mainwindow.h -lib/qt4/examples/xml/saxbookmarks/saxbookmarks +@bin lib/qt4/examples/xml/saxbookmarks/saxbookmarks lib/qt4/examples/xml/saxbookmarks/saxbookmarks.pro lib/qt4/examples/xml/saxbookmarks/xbelgenerator.cpp lib/qt4/examples/xml/saxbookmarks/xbelgenerator.h @@ -2071,7 +2474,7 @@ lib/qt4/examples/xml/streambookmarks/jennifer.xbel lib/qt4/examples/xml/streambookmarks/main.cpp lib/qt4/examples/xml/streambookmarks/mainwindow.cpp lib/qt4/examples/xml/streambookmarks/mainwindow.h -lib/qt4/examples/xml/streambookmarks/streambookmarks +@bin lib/qt4/examples/xml/streambookmarks/streambookmarks lib/qt4/examples/xml/streambookmarks/streambookmarks.pro lib/qt4/examples/xml/streambookmarks/xbelreader.cpp lib/qt4/examples/xml/streambookmarks/xbelreader.h @@ -2080,5 +2483,42 @@ lib/qt4/examples/xml/streambookmarks/xbelwriter.h lib/qt4/examples/xml/xml.pro lib/qt4/examples/xml/xmlstreamlint/ lib/qt4/examples/xml/xmlstreamlint/main.cpp -lib/qt4/examples/xml/xmlstreamlint/xmlstreamlint +@bin lib/qt4/examples/xml/xmlstreamlint/xmlstreamlint lib/qt4/examples/xml/xmlstreamlint/xmlstreamlint.pro +lib/qt4/examples/xmlpatterns/ +lib/qt4/examples/xmlpatterns/README +lib/qt4/examples/xmlpatterns/filetree/ +@bin lib/qt4/examples/xmlpatterns/filetree/filetree +lib/qt4/examples/xmlpatterns/filetree/filetree.cpp +lib/qt4/examples/xmlpatterns/filetree/filetree.h +lib/qt4/examples/xmlpatterns/filetree/filetree.pro +lib/qt4/examples/xmlpatterns/filetree/main.cpp +lib/qt4/examples/xmlpatterns/filetree/mainwindow.cpp +lib/qt4/examples/xmlpatterns/filetree/mainwindow.h +lib/qt4/examples/xmlpatterns/filetree/mainwindow.ui +lib/qt4/examples/xmlpatterns/filetree/queries.qrc +lib/qt4/examples/xmlpatterns/recipes/ +lib/qt4/examples/xmlpatterns/recipes/files/ +lib/qt4/examples/xmlpatterns/recipes/files/allRecipes.xq +lib/qt4/examples/xmlpatterns/recipes/files/cookbook.xml +lib/qt4/examples/xmlpatterns/recipes/files/liquidIngredientsInSoup.xq +lib/qt4/examples/xmlpatterns/recipes/files/mushroomSoup.xq +lib/qt4/examples/xmlpatterns/recipes/files/preparationLessThan30.xq +lib/qt4/examples/xmlpatterns/recipes/files/preparationTimes.xq +lib/qt4/examples/xmlpatterns/recipes/forms/ +lib/qt4/examples/xmlpatterns/recipes/forms/querywidget.ui +lib/qt4/examples/xmlpatterns/recipes/main.cpp +lib/qt4/examples/xmlpatterns/recipes/querymainwindow.cpp +lib/qt4/examples/xmlpatterns/recipes/querymainwindow.h +@bin lib/qt4/examples/xmlpatterns/recipes/recipes +lib/qt4/examples/xmlpatterns/recipes/recipes.pro +lib/qt4/examples/xmlpatterns/recipes/recipes.qrc +lib/qt4/examples/xmlpatterns/xmlpatterns.pro +lib/qt4/examples/xmlpatterns/xquery/ +lib/qt4/examples/xmlpatterns/xquery/globalVariables/ +lib/qt4/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro +lib/qt4/examples/xmlpatterns/xquery/globalVariables/globals.cpp +lib/qt4/examples/xmlpatterns/xquery/globalVariables/globals.gccxml +lib/qt4/examples/xmlpatterns/xquery/globalVariables/globals.html +lib/qt4/examples/xmlpatterns/xquery/globalVariables/reportGlobals.xq +lib/qt4/examples/xmlpatterns/xquery/xquery.pro diff --git a/x11/qt4/pkg/PLIST-html b/x11/qt4/pkg/PLIST-html index 6adde2dc331..6656eb449c9 100644 --- a/x11/qt4/pkg/PLIST-html +++ b/x11/qt4/pkg/PLIST-html @@ -1,48 +1,15 @@ -@comment $OpenBSD: PLIST-html,v 1.16 2008/06/02 10:33:34 espie Exp $ +@comment $OpenBSD: PLIST-html,v 1.17 2008/10/21 22:20:00 espie Exp $ share/doc/qt4/html/ share/doc/qt4/html/3rdparty.html -share/doc/qt4/html/aboutqt.html share/doc/qt4/html/abstractwidgets.html share/doc/qt4/html/accelerators.html share/doc/qt4/html/accessibility.html share/doc/qt4/html/accessible.html -share/doc/qt4/html/activeqt-comapp-main-cpp.html -share/doc/qt4/html/activeqt-comapp.html -share/doc/qt4/html/activeqt-dotnet.html share/doc/qt4/html/activeqt-dumpcpp.html share/doc/qt4/html/activeqt-dumpdoc.html -share/doc/qt4/html/activeqt-hierarchy-main-cpp.html -share/doc/qt4/html/activeqt-hierarchy-objects-cpp.html -share/doc/qt4/html/activeqt-hierarchy-objects-h.html -share/doc/qt4/html/activeqt-hierarchy.html share/doc/qt4/html/activeqt-idc.html -share/doc/qt4/html/activeqt-menus-main-cpp.html -share/doc/qt4/html/activeqt-menus-menus-cpp.html -share/doc/qt4/html/activeqt-menus-menus-h.html -share/doc/qt4/html/activeqt-menus.html -share/doc/qt4/html/activeqt-multiple-ax1-h.html -share/doc/qt4/html/activeqt-multiple-ax2-h.html -share/doc/qt4/html/activeqt-multiple-main-cpp.html -share/doc/qt4/html/activeqt-multiple.html -share/doc/qt4/html/activeqt-opengl-glbox-cpp.html -share/doc/qt4/html/activeqt-opengl-glbox-h.html -share/doc/qt4/html/activeqt-opengl-globjwin-cpp.html -share/doc/qt4/html/activeqt-opengl-globjwin-h.html -share/doc/qt4/html/activeqt-opengl-main-cpp.html -share/doc/qt4/html/activeqt-opengl.html -share/doc/qt4/html/activeqt-qutlook-addressview-cpp.html -share/doc/qt4/html/activeqt-qutlook-addressview-h.html -share/doc/qt4/html/activeqt-qutlook-main-cpp.html -share/doc/qt4/html/activeqt-qutlook.html -share/doc/qt4/html/activeqt-simple-main-cpp.html -share/doc/qt4/html/activeqt-simple.html share/doc/qt4/html/activeqt-testcon.html share/doc/qt4/html/activeqt-tools.html -share/doc/qt4/html/activeqt-webbrowser-main-cpp.html -share/doc/qt4/html/activeqt-webbrowser-webaxwidget-h.html -share/doc/qt4/html/activeqt-webbrowser.html -share/doc/qt4/html/activeqt-wrapper-main-cpp.html -share/doc/qt4/html/activeqt-wrapper.html share/doc/qt4/html/activeqt.html share/doc/qt4/html/advanced.html share/doc/qt4/html/annotated.html @@ -50,13 +17,9 @@ share/doc/qt4/html/appearance.html share/doc/qt4/html/appicon.html share/doc/qt4/html/application.html share/doc/qt4/html/architecture.html +share/doc/qt4/html/assistant-custom-help-viewer.html +share/doc/qt4/html/assistant-details.html share/doc/qt4/html/assistant-manual.html -share/doc/qt4/html/assistant-simpletextviewer-findfiledialog-cpp.html -share/doc/qt4/html/assistant-simpletextviewer-findfiledialog-h.html -share/doc/qt4/html/assistant-simpletextviewer-main-cpp.html -share/doc/qt4/html/assistant-simpletextviewer-mainwindow-cpp.html -share/doc/qt4/html/assistant-simpletextviewer-mainwindow-h.html -share/doc/qt4/html/assistant-simpletextviewer.html share/doc/qt4/html/assistant.dcf share/doc/qt4/html/atomic-operations.html share/doc/qt4/html/basicwidgets.html @@ -77,31 +40,75 @@ share/doc/qt4/html/codecs.html share/doc/qt4/html/commercialeditions.html share/doc/qt4/html/compatclasses.html share/doc/qt4/html/compiler-notes.html -share/doc/qt4/html/console-edition-classes.html share/doc/qt4/html/containers.html share/doc/qt4/html/coordsys.html share/doc/qt4/html/credits.html share/doc/qt4/html/database.html share/doc/qt4/html/datastreamformat.html +share/doc/qt4/html/dbus-complexpingpong-complexping-cpp.html +share/doc/qt4/html/dbus-complexpingpong-complexping-h.html +share/doc/qt4/html/dbus-complexpingpong-complexping-pro.html +share/doc/qt4/html/dbus-complexpingpong-complexpingpong-pro.html +share/doc/qt4/html/dbus-complexpingpong-complexpong-cpp.html +share/doc/qt4/html/dbus-complexpingpong-complexpong-h.html +share/doc/qt4/html/dbus-complexpingpong-complexpong-pro.html +share/doc/qt4/html/dbus-complexpingpong-ping-common-h.html +share/doc/qt4/html/dbus-complexpingpong.html +share/doc/qt4/html/dbus-dbus-chat-chat-adaptor-cpp.html +share/doc/qt4/html/dbus-dbus-chat-chat-adaptor-h.html +share/doc/qt4/html/dbus-dbus-chat-chat-cpp.html +share/doc/qt4/html/dbus-dbus-chat-chat-h.html +share/doc/qt4/html/dbus-dbus-chat-chat-interface-cpp.html +share/doc/qt4/html/dbus-dbus-chat-chat-interface-h.html +share/doc/qt4/html/dbus-dbus-chat-chatmainwindow-ui.html +share/doc/qt4/html/dbus-dbus-chat-chatsetnickname-ui.html +share/doc/qt4/html/dbus-dbus-chat-com-trolltech-chat-xml.html +share/doc/qt4/html/dbus-dbus-chat-dbus-chat-pro.html +share/doc/qt4/html/dbus-dbus-chat.html +share/doc/qt4/html/dbus-listnames-listnames-cpp.html +share/doc/qt4/html/dbus-listnames-listnames-pro.html +share/doc/qt4/html/dbus-listnames.html +share/doc/qt4/html/dbus-remotecontrolledcar-car-car-adaptor-cpp.html +share/doc/qt4/html/dbus-remotecontrolledcar-car-car-adaptor-p-h.html +share/doc/qt4/html/dbus-remotecontrolledcar-car-car-cpp.html +share/doc/qt4/html/dbus-remotecontrolledcar-car-car-h.html +share/doc/qt4/html/dbus-remotecontrolledcar-car-car-pro.html +share/doc/qt4/html/dbus-remotecontrolledcar-car-car-xml.html +share/doc/qt4/html/dbus-remotecontrolledcar-car-main-cpp.html +share/doc/qt4/html/dbus-remotecontrolledcar-controller-car-interface-cpp.html +share/doc/qt4/html/dbus-remotecontrolledcar-controller-car-interface-p-h.html +share/doc/qt4/html/dbus-remotecontrolledcar-controller-car-xml.html +share/doc/qt4/html/dbus-remotecontrolledcar-controller-controller-cpp.html +share/doc/qt4/html/dbus-remotecontrolledcar-controller-controller-h.html +share/doc/qt4/html/dbus-remotecontrolledcar-controller-controller-pro.html +share/doc/qt4/html/dbus-remotecontrolledcar-controller-controller-ui.html +share/doc/qt4/html/dbus-remotecontrolledcar-remotecontrolledcar-pro.html +share/doc/qt4/html/dbus-remotecontrolledcar.html share/doc/qt4/html/debug.html +share/doc/qt4/html/demos-affine-affine-pro.html share/doc/qt4/html/demos-affine-affine-qrc.html share/doc/qt4/html/demos-affine-main-cpp.html share/doc/qt4/html/demos-affine-xform-cpp.html share/doc/qt4/html/demos-affine-xform-h.html share/doc/qt4/html/demos-affine.html share/doc/qt4/html/demos-arthurplugin-arthur-plugin-qrc.html +share/doc/qt4/html/demos-arthurplugin-arthurplugin-pro.html share/doc/qt4/html/demos-arthurplugin-plugin-cpp.html share/doc/qt4/html/demos-arthurplugin.html share/doc/qt4/html/demos-books-bookdelegate-cpp.html share/doc/qt4/html/demos-books-bookdelegate-h.html +share/doc/qt4/html/demos-books-books-pro.html share/doc/qt4/html/demos-books-books-qrc.html share/doc/qt4/html/demos-books-bookwindow-cpp.html share/doc/qt4/html/demos-books-bookwindow-h.html +share/doc/qt4/html/demos-books-bookwindow-ui.html share/doc/qt4/html/demos-books-initdb-h.html share/doc/qt4/html/demos-books-main-cpp.html share/doc/qt4/html/demos-books.html +share/doc/qt4/html/demos-browser.html share/doc/qt4/html/demos-chip-chip-cpp.html share/doc/qt4/html/demos-chip-chip-h.html +share/doc/qt4/html/demos-chip-chip-pro.html share/doc/qt4/html/demos-chip-images-qrc.html share/doc/qt4/html/demos-chip-main-cpp.html share/doc/qt4/html/demos-chip-mainwindow-cpp.html @@ -111,54 +118,84 @@ share/doc/qt4/html/demos-chip-view-h.html share/doc/qt4/html/demos-chip.html share/doc/qt4/html/demos-composition-composition-cpp.html share/doc/qt4/html/demos-composition-composition-h.html +share/doc/qt4/html/demos-composition-composition-pro.html share/doc/qt4/html/demos-composition-composition-qrc.html share/doc/qt4/html/demos-composition-main-cpp.html share/doc/qt4/html/demos-composition.html +share/doc/qt4/html/demos-deform-deform-pro.html share/doc/qt4/html/demos-deform-deform-qrc.html share/doc/qt4/html/demos-deform-main-cpp.html share/doc/qt4/html/demos-deform-pathdeform-cpp.html share/doc/qt4/html/demos-deform-pathdeform-h.html share/doc/qt4/html/demos-deform.html +share/doc/qt4/html/demos-embeddeddialogs-customproxy-cpp.html +share/doc/qt4/html/demos-embeddeddialogs-customproxy-h.html +share/doc/qt4/html/demos-embeddeddialogs-embeddeddialog-cpp.html +share/doc/qt4/html/demos-embeddeddialogs-embeddeddialog-h.html +share/doc/qt4/html/demos-embeddeddialogs-embeddeddialog-ui.html +share/doc/qt4/html/demos-embeddeddialogs-embeddeddialogs-pro.html +share/doc/qt4/html/demos-embeddeddialogs-embeddeddialogs-qrc.html +share/doc/qt4/html/demos-embeddeddialogs-main-cpp.html +share/doc/qt4/html/demos-embeddeddialogs.html share/doc/qt4/html/demos-gradients-gradients-cpp.html share/doc/qt4/html/demos-gradients-gradients-h.html +share/doc/qt4/html/demos-gradients-gradients-pro.html share/doc/qt4/html/demos-gradients-gradients-qrc.html share/doc/qt4/html/demos-gradients-main-cpp.html share/doc/qt4/html/demos-gradients.html +share/doc/qt4/html/demos-interview-interview-pro.html share/doc/qt4/html/demos-interview-interview-qrc.html share/doc/qt4/html/demos-interview-main-cpp.html share/doc/qt4/html/demos-interview-model-cpp.html share/doc/qt4/html/demos-interview-model-h.html share/doc/qt4/html/demos-interview.html +share/doc/qt4/html/demos-macmainwindow-macmainwindow-cpp.html +share/doc/qt4/html/demos-macmainwindow-macmainwindow-h.html +share/doc/qt4/html/demos-macmainwindow-macmainwindow-pro.html +share/doc/qt4/html/demos-macmainwindow-main-cpp.html +share/doc/qt4/html/demos-macmainwindow.html share/doc/qt4/html/demos-mainwindow-colorswatch-cpp.html share/doc/qt4/html/demos-mainwindow-colorswatch-h.html share/doc/qt4/html/demos-mainwindow-main-cpp.html share/doc/qt4/html/demos-mainwindow-mainwindow-cpp.html share/doc/qt4/html/demos-mainwindow-mainwindow-h.html +share/doc/qt4/html/demos-mainwindow-mainwindow-pro.html share/doc/qt4/html/demos-mainwindow-mainwindow-qrc.html share/doc/qt4/html/demos-mainwindow-toolbar-cpp.html share/doc/qt4/html/demos-mainwindow-toolbar-h.html share/doc/qt4/html/demos-mainwindow.html +share/doc/qt4/html/demos-mediaplayer-main-cpp.html +share/doc/qt4/html/demos-mediaplayer-mediaplayer-cpp.html +share/doc/qt4/html/demos-mediaplayer-mediaplayer-h.html +share/doc/qt4/html/demos-mediaplayer-mediaplayer-pro.html +share/doc/qt4/html/demos-mediaplayer-mediaplayer-qrc.html +share/doc/qt4/html/demos-mediaplayer-settings-ui.html +share/doc/qt4/html/demos-mediaplayer.html share/doc/qt4/html/demos-pathstroke-main-cpp.html share/doc/qt4/html/demos-pathstroke-pathstroke-cpp.html share/doc/qt4/html/demos-pathstroke-pathstroke-h.html +share/doc/qt4/html/demos-pathstroke-pathstroke-pro.html share/doc/qt4/html/demos-pathstroke-pathstroke-qrc.html share/doc/qt4/html/demos-pathstroke.html share/doc/qt4/html/demos-spreadsheet-main-cpp.html +share/doc/qt4/html/demos-spreadsheet-spreadsheet-pro.html share/doc/qt4/html/demos-spreadsheet-spreadsheet-qrc.html share/doc/qt4/html/demos-spreadsheet.html share/doc/qt4/html/demos-sqlbrowser-browser-cpp.html share/doc/qt4/html/demos-sqlbrowser-browser-h.html +share/doc/qt4/html/demos-sqlbrowser-browserwidget-ui.html share/doc/qt4/html/demos-sqlbrowser-connectionwidget-cpp.html share/doc/qt4/html/demos-sqlbrowser-connectionwidget-h.html share/doc/qt4/html/demos-sqlbrowser-main-cpp.html share/doc/qt4/html/demos-sqlbrowser-qsqlconnectiondialog-cpp.html share/doc/qt4/html/demos-sqlbrowser-qsqlconnectiondialog-h.html +share/doc/qt4/html/demos-sqlbrowser-qsqlconnectiondialog-ui.html +share/doc/qt4/html/demos-sqlbrowser-sqlbrowser-pro.html share/doc/qt4/html/demos-sqlbrowser.html share/doc/qt4/html/demos-textedit-main-cpp.html -share/doc/qt4/html/demos-textedit-printpreview-cpp.html -share/doc/qt4/html/demos-textedit-printpreview-h.html share/doc/qt4/html/demos-textedit-textedit-cpp.html share/doc/qt4/html/demos-textedit-textedit-h.html +share/doc/qt4/html/demos-textedit-textedit-pro.html share/doc/qt4/html/demos-textedit-textedit-qrc.html share/doc/qt4/html/demos-textedit.html share/doc/qt4/html/demos-undo-commands-cpp.html @@ -168,6 +205,8 @@ share/doc/qt4/html/demos-undo-document-h.html share/doc/qt4/html/demos-undo-main-cpp.html share/doc/qt4/html/demos-undo-mainwindow-cpp.html share/doc/qt4/html/demos-undo-mainwindow-h.html +share/doc/qt4/html/demos-undo-mainwindow-ui.html +share/doc/qt4/html/demos-undo-undo-pro.html share/doc/qt4/html/demos-undo-undo-qrc.html share/doc/qt4/html/demos-undo.html share/doc/qt4/html/demos.html @@ -176,16 +215,21 @@ share/doc/qt4/html/deployment-windows.html share/doc/qt4/html/deployment-x11.html share/doc/qt4/html/deployment.html share/doc/qt4/html/designer-buddy-mode.html +share/doc/qt4/html/designer-calculatorbuilder-calculatorbuilder-pro.html share/doc/qt4/html/designer-calculatorbuilder-calculatorbuilder-qrc.html share/doc/qt4/html/designer-calculatorbuilder-calculatorform-cpp.html share/doc/qt4/html/designer-calculatorbuilder-calculatorform-h.html +share/doc/qt4/html/designer-calculatorbuilder-calculatorform-ui.html share/doc/qt4/html/designer-calculatorbuilder-main-cpp.html share/doc/qt4/html/designer-calculatorbuilder.html share/doc/qt4/html/designer-calculatorform-calculatorform-cpp.html share/doc/qt4/html/designer-calculatorform-calculatorform-h.html +share/doc/qt4/html/designer-calculatorform-calculatorform-pro.html +share/doc/qt4/html/designer-calculatorform-calculatorform-ui.html share/doc/qt4/html/designer-calculatorform-main-cpp.html share/doc/qt4/html/designer-calculatorform.html share/doc/qt4/html/designer-connection-mode.html +share/doc/qt4/html/designer-containerextension-containerextension-pro.html share/doc/qt4/html/designer-containerextension-multipagewidget-cpp.html share/doc/qt4/html/designer-containerextension-multipagewidget-h.html share/doc/qt4/html/designer-containerextension-multipagewidgetcontainerextension-cpp.html @@ -203,6 +247,7 @@ share/doc/qt4/html/designer-customwidgetplugin-analogclock-cpp.html share/doc/qt4/html/designer-customwidgetplugin-analogclock-h.html share/doc/qt4/html/designer-customwidgetplugin-customwidgetplugin-cpp.html share/doc/qt4/html/designer-customwidgetplugin-customwidgetplugin-h.html +share/doc/qt4/html/designer-customwidgetplugin-customwidgetplugin-pro.html share/doc/qt4/html/designer-customwidgetplugin.html share/doc/qt4/html/designer-designing-a-component.html share/doc/qt4/html/designer-editing-mode.html @@ -210,7 +255,9 @@ share/doc/qt4/html/designer-getting-started.html share/doc/qt4/html/designer-manual.html share/doc/qt4/html/designer-recursive-shadow-casting.html share/doc/qt4/html/designer-resources.html +share/doc/qt4/html/designer-stylesheet.html share/doc/qt4/html/designer-tab-order.html +share/doc/qt4/html/designer-taskmenuextension-taskmenuextension-pro.html share/doc/qt4/html/designer-taskmenuextension-tictactoe-cpp.html share/doc/qt4/html/designer-taskmenuextension-tictactoe-h.html share/doc/qt4/html/designer-taskmenuextension-tictactoedialog-cpp.html @@ -224,23 +271,29 @@ share/doc/qt4/html/designer-ui-file-format.html share/doc/qt4/html/designer-using-a-component.html share/doc/qt4/html/designer-using-containers.html share/doc/qt4/html/designer-using-custom-widgets.html +share/doc/qt4/html/designer-worldtimeclockbuilder-form-ui.html share/doc/qt4/html/designer-worldtimeclockbuilder-main-cpp.html +share/doc/qt4/html/designer-worldtimeclockbuilder-worldtimeclockbuilder-pro.html share/doc/qt4/html/designer-worldtimeclockbuilder-worldtimeclockbuilder-qrc.html share/doc/qt4/html/designer-worldtimeclockbuilder.html share/doc/qt4/html/designer-worldtimeclockplugin-worldtimeclock-cpp.html share/doc/qt4/html/designer-worldtimeclockplugin-worldtimeclock-h.html share/doc/qt4/html/designer-worldtimeclockplugin-worldtimeclockplugin-cpp.html share/doc/qt4/html/designer-worldtimeclockplugin-worldtimeclockplugin-h.html +share/doc/qt4/html/designer-worldtimeclockplugin-worldtimeclockplugin-pro.html share/doc/qt4/html/designer-worldtimeclockplugin.html share/doc/qt4/html/designer.dcf -share/doc/qt4/html/desktop-edition-classes.html share/doc/qt4/html/desktop-integration.html -share/doc/qt4/html/desktop-light-edition-classes.html share/doc/qt4/html/desktop-screenshot-main-cpp.html share/doc/qt4/html/desktop-screenshot-screenshot-cpp.html share/doc/qt4/html/desktop-screenshot-screenshot-h.html +share/doc/qt4/html/desktop-screenshot-screenshot-pro.html share/doc/qt4/html/desktop-screenshot.html +share/doc/qt4/html/desktop-systray-images-bad-svg.html +share/doc/qt4/html/desktop-systray-images-heart-svg.html +share/doc/qt4/html/desktop-systray-images-trash-svg.html share/doc/qt4/html/desktop-systray-main-cpp.html +share/doc/qt4/html/desktop-systray-systray-pro.html share/doc/qt4/html/desktop-systray-systray-qrc.html share/doc/qt4/html/desktop-systray-window-cpp.html share/doc/qt4/html/desktop-systray-window-h.html @@ -248,46 +301,61 @@ share/doc/qt4/html/desktop-systray.html share/doc/qt4/html/desktop.html share/doc/qt4/html/dialogs-classwizard-classwizard-cpp.html share/doc/qt4/html/dialogs-classwizard-classwizard-h.html +share/doc/qt4/html/dialogs-classwizard-classwizard-pro.html share/doc/qt4/html/dialogs-classwizard-classwizard-qrc.html share/doc/qt4/html/dialogs-classwizard-main-cpp.html share/doc/qt4/html/dialogs-classwizard.html share/doc/qt4/html/dialogs-configdialog-configdialog-cpp.html share/doc/qt4/html/dialogs-configdialog-configdialog-h.html +share/doc/qt4/html/dialogs-configdialog-configdialog-pro.html share/doc/qt4/html/dialogs-configdialog-configdialog-qrc.html share/doc/qt4/html/dialogs-configdialog-main-cpp.html share/doc/qt4/html/dialogs-configdialog-pages-cpp.html share/doc/qt4/html/dialogs-configdialog-pages-h.html share/doc/qt4/html/dialogs-configdialog.html +share/doc/qt4/html/dialogs-extension-extension-pro.html share/doc/qt4/html/dialogs-extension-finddialog-cpp.html share/doc/qt4/html/dialogs-extension-finddialog-h.html share/doc/qt4/html/dialogs-extension-main-cpp.html share/doc/qt4/html/dialogs-extension.html +share/doc/qt4/html/dialogs-findfiles-findfiles-pro.html share/doc/qt4/html/dialogs-findfiles-main-cpp.html share/doc/qt4/html/dialogs-findfiles-window-cpp.html share/doc/qt4/html/dialogs-findfiles-window-h.html share/doc/qt4/html/dialogs-findfiles.html share/doc/qt4/html/dialogs-licensewizard-licensewizard-cpp.html share/doc/qt4/html/dialogs-licensewizard-licensewizard-h.html +share/doc/qt4/html/dialogs-licensewizard-licensewizard-pro.html share/doc/qt4/html/dialogs-licensewizard-licensewizard-qrc.html share/doc/qt4/html/dialogs-licensewizard-main-cpp.html share/doc/qt4/html/dialogs-licensewizard.html +share/doc/qt4/html/dialogs-sipdialog-dialog-cpp.html +share/doc/qt4/html/dialogs-sipdialog-dialog-h.html +share/doc/qt4/html/dialogs-sipdialog-main-cpp.html +share/doc/qt4/html/dialogs-sipdialog-sipdialog-pro.html +share/doc/qt4/html/dialogs-sipdialog.html share/doc/qt4/html/dialogs-standarddialogs-dialog-cpp.html share/doc/qt4/html/dialogs-standarddialogs-dialog-h.html share/doc/qt4/html/dialogs-standarddialogs-main-cpp.html +share/doc/qt4/html/dialogs-standarddialogs-standarddialogs-pro.html share/doc/qt4/html/dialogs-standarddialogs.html share/doc/qt4/html/dialogs-tabdialog-main-cpp.html share/doc/qt4/html/dialogs-tabdialog-tabdialog-cpp.html share/doc/qt4/html/dialogs-tabdialog-tabdialog-h.html +share/doc/qt4/html/dialogs-tabdialog-tabdialog-pro.html share/doc/qt4/html/dialogs-tabdialog.html share/doc/qt4/html/dialogs-trivialwizard-trivialwizard-cpp.html +share/doc/qt4/html/dialogs-trivialwizard-trivialwizard-pro.html share/doc/qt4/html/dialogs-trivialwizard.html share/doc/qt4/html/dialogs.html share/doc/qt4/html/dnd.html +share/doc/qt4/html/draganddrop-draggableicons-draggableicons-pro.html share/doc/qt4/html/draganddrop-draggableicons-draggableicons-qrc.html share/doc/qt4/html/draganddrop-draggableicons-dragwidget-cpp.html share/doc/qt4/html/draganddrop-draggableicons-dragwidget-h.html share/doc/qt4/html/draganddrop-draggableicons-main-cpp.html share/doc/qt4/html/draganddrop-draggableicons.html +share/doc/qt4/html/draganddrop-draggabletext-draggabletext-pro.html share/doc/qt4/html/draganddrop-draggabletext-draggabletext-qrc.html share/doc/qt4/html/draganddrop-draggabletext-draglabel-cpp.html share/doc/qt4/html/draganddrop-draggabletext-draglabel-h.html @@ -297,6 +365,7 @@ share/doc/qt4/html/draganddrop-draggabletext-main-cpp.html share/doc/qt4/html/draganddrop-draggabletext.html share/doc/qt4/html/draganddrop-dropsite-droparea-cpp.html share/doc/qt4/html/draganddrop-dropsite-droparea-h.html +share/doc/qt4/html/draganddrop-dropsite-dropsite-pro.html share/doc/qt4/html/draganddrop-dropsite-dropsitewindow-cpp.html share/doc/qt4/html/draganddrop-dropsite-dropsitewindow-h.html share/doc/qt4/html/draganddrop-dropsite-main-cpp.html @@ -305,6 +374,7 @@ share/doc/qt4/html/draganddrop-fridgemagnets-draglabel-cpp.html share/doc/qt4/html/draganddrop-fridgemagnets-draglabel-h.html share/doc/qt4/html/draganddrop-fridgemagnets-dragwidget-cpp.html share/doc/qt4/html/draganddrop-fridgemagnets-dragwidget-h.html +share/doc/qt4/html/draganddrop-fridgemagnets-fridgemagnets-pro.html share/doc/qt4/html/draganddrop-fridgemagnets-fridgemagnets-qrc.html share/doc/qt4/html/draganddrop-fridgemagnets-main-cpp.html share/doc/qt4/html/draganddrop-fridgemagnets.html @@ -313,6 +383,7 @@ share/doc/qt4/html/draganddrop-puzzle-mainwindow-cpp.html share/doc/qt4/html/draganddrop-puzzle-mainwindow-h.html share/doc/qt4/html/draganddrop-puzzle-pieceslist-cpp.html share/doc/qt4/html/draganddrop-puzzle-pieceslist-h.html +share/doc/qt4/html/draganddrop-puzzle-puzzle-pro.html share/doc/qt4/html/draganddrop-puzzle-puzzle-qrc.html share/doc/qt4/html/draganddrop-puzzle-puzzlewidget-cpp.html share/doc/qt4/html/draganddrop-puzzle-puzzlewidget-h.html @@ -325,8 +396,10 @@ share/doc/qt4/html/events.html share/doc/qt4/html/eventsandfilters.html share/doc/qt4/html/examples-overview.html share/doc/qt4/html/examples.html +share/doc/qt4/html/explicitly-shared.html share/doc/qt4/html/exportedfunctions.html share/doc/qt4/html/focus.html +share/doc/qt4/html/full-framework-edition-classes.html share/doc/qt4/html/functions.html share/doc/qt4/html/gallery-cde.html share/doc/qt4/html/gallery-cleanlooks.html @@ -340,6 +413,16 @@ share/doc/qt4/html/gallery.html share/doc/qt4/html/geomanagement.html share/doc/qt4/html/geometry.html share/doc/qt4/html/gpl.html +share/doc/qt4/html/graphicsview-api.html +share/doc/qt4/html/graphicsview-basicgraphicslayouts-basicgraphicslayouts-pro.html +share/doc/qt4/html/graphicsview-basicgraphicslayouts-basicgraphicslayouts-qrc.html +share/doc/qt4/html/graphicsview-basicgraphicslayouts-layoutitem-cpp.html +share/doc/qt4/html/graphicsview-basicgraphicslayouts-layoutitem-h.html +share/doc/qt4/html/graphicsview-basicgraphicslayouts-main-cpp.html +share/doc/qt4/html/graphicsview-basicgraphicslayouts-window-cpp.html +share/doc/qt4/html/graphicsview-basicgraphicslayouts-window-h.html +share/doc/qt4/html/graphicsview-basicgraphicslayouts.html +share/doc/qt4/html/graphicsview-collidingmice-collidingmice-pro.html share/doc/qt4/html/graphicsview-collidingmice-main-cpp.html share/doc/qt4/html/graphicsview-collidingmice-mice-qrc.html share/doc/qt4/html/graphicsview-collidingmice-mouse-cpp.html @@ -351,6 +434,7 @@ share/doc/qt4/html/graphicsview-diagramscene-diagramitem-cpp.html share/doc/qt4/html/graphicsview-diagramscene-diagramitem-h.html share/doc/qt4/html/graphicsview-diagramscene-diagramscene-cpp.html share/doc/qt4/html/graphicsview-diagramscene-diagramscene-h.html +share/doc/qt4/html/graphicsview-diagramscene-diagramscene-pro.html share/doc/qt4/html/graphicsview-diagramscene-diagramscene-qrc.html share/doc/qt4/html/graphicsview-diagramscene-diagramtextitem-cpp.html share/doc/qt4/html/graphicsview-diagramscene-diagramtextitem-h.html @@ -360,6 +444,7 @@ share/doc/qt4/html/graphicsview-diagramscene-mainwindow-h.html share/doc/qt4/html/graphicsview-diagramscene.html share/doc/qt4/html/graphicsview-dragdroprobot-coloritem-cpp.html share/doc/qt4/html/graphicsview-dragdroprobot-coloritem-h.html +share/doc/qt4/html/graphicsview-dragdroprobot-dragdroprobot-pro.html share/doc/qt4/html/graphicsview-dragdroprobot-main-cpp.html share/doc/qt4/html/graphicsview-dragdroprobot-robot-cpp.html share/doc/qt4/html/graphicsview-dragdroprobot-robot-h.html @@ -367,17 +452,30 @@ share/doc/qt4/html/graphicsview-dragdroprobot-robot-qrc.html share/doc/qt4/html/graphicsview-dragdroprobot.html share/doc/qt4/html/graphicsview-elasticnodes-edge-cpp.html share/doc/qt4/html/graphicsview-elasticnodes-edge-h.html +share/doc/qt4/html/graphicsview-elasticnodes-elasticnodes-pro.html share/doc/qt4/html/graphicsview-elasticnodes-graphwidget-cpp.html share/doc/qt4/html/graphicsview-elasticnodes-graphwidget-h.html share/doc/qt4/html/graphicsview-elasticnodes-main-cpp.html share/doc/qt4/html/graphicsview-elasticnodes-node-cpp.html share/doc/qt4/html/graphicsview-elasticnodes-node-h.html share/doc/qt4/html/graphicsview-elasticnodes.html +share/doc/qt4/html/graphicsview-padnavigator-backside-ui.html +share/doc/qt4/html/graphicsview-padnavigator-main-cpp.html +share/doc/qt4/html/graphicsview-padnavigator-padnavigator-pro.html +share/doc/qt4/html/graphicsview-padnavigator-padnavigator-qrc.html +share/doc/qt4/html/graphicsview-padnavigator-panel-cpp.html +share/doc/qt4/html/graphicsview-padnavigator-panel-h.html +share/doc/qt4/html/graphicsview-padnavigator-roundrectitem-cpp.html +share/doc/qt4/html/graphicsview-padnavigator-roundrectitem-h.html +share/doc/qt4/html/graphicsview-padnavigator-splashitem-cpp.html +share/doc/qt4/html/graphicsview-padnavigator-splashitem-h.html +share/doc/qt4/html/graphicsview-padnavigator.html share/doc/qt4/html/graphicsview-portedasteroids-animateditem-cpp.html share/doc/qt4/html/graphicsview-portedasteroids-animateditem-h.html share/doc/qt4/html/graphicsview-portedasteroids-ledmeter-cpp.html share/doc/qt4/html/graphicsview-portedasteroids-ledmeter-h.html share/doc/qt4/html/graphicsview-portedasteroids-main-cpp.html +share/doc/qt4/html/graphicsview-portedasteroids-portedasteroids-pro.html share/doc/qt4/html/graphicsview-portedasteroids-portedasteroids-qrc.html share/doc/qt4/html/graphicsview-portedasteroids-sprites-h.html share/doc/qt4/html/graphicsview-portedasteroids-toplevel-cpp.html @@ -390,13 +488,35 @@ share/doc/qt4/html/graphicsview-portedcanvas-canvas-cpp.html share/doc/qt4/html/graphicsview-portedcanvas-canvas-h.html share/doc/qt4/html/graphicsview-portedcanvas-main-cpp.html share/doc/qt4/html/graphicsview-portedcanvas-makeimg-cpp.html +share/doc/qt4/html/graphicsview-portedcanvas-portedcanvas-pro.html share/doc/qt4/html/graphicsview-portedcanvas-portedcanvas-qrc.html share/doc/qt4/html/graphicsview-portedcanvas.html share/doc/qt4/html/graphicsview-porting.html share/doc/qt4/html/graphicsview.html share/doc/qt4/html/groups.html +share/doc/qt4/html/gui-framework-edition-classes.html share/doc/qt4/html/gui-programming.html share/doc/qt4/html/guibooks.html +share/doc/qt4/html/help-remotecontrol-main-cpp.html +share/doc/qt4/html/help-remotecontrol-remotecontrol-cpp.html +share/doc/qt4/html/help-remotecontrol-remotecontrol-h.html +share/doc/qt4/html/help-remotecontrol-remotecontrol-pro.html +share/doc/qt4/html/help-remotecontrol-remotecontrol-qrc.html +share/doc/qt4/html/help-remotecontrol-remotecontrol-ui.html +share/doc/qt4/html/help-remotecontrol.html +share/doc/qt4/html/help-simpletextviewer-assistant-cpp.html +share/doc/qt4/html/help-simpletextviewer-assistant-h.html +share/doc/qt4/html/help-simpletextviewer-documentation-simpletextviewer-qhcp.html +share/doc/qt4/html/help-simpletextviewer-documentation-simpletextviewer-qhp.html +share/doc/qt4/html/help-simpletextviewer-findfiledialog-cpp.html +share/doc/qt4/html/help-simpletextviewer-findfiledialog-h.html +share/doc/qt4/html/help-simpletextviewer-main-cpp.html +share/doc/qt4/html/help-simpletextviewer-mainwindow-cpp.html +share/doc/qt4/html/help-simpletextviewer-mainwindow-h.html +share/doc/qt4/html/help-simpletextviewer-simpletextviewer-pro.html +share/doc/qt4/html/help-simpletextviewer-textedit-cpp.html +share/doc/qt4/html/help-simpletextviewer-textedit-h.html +share/doc/qt4/html/help-simpletextviewer.html share/doc/qt4/html/helpsystem.html share/doc/qt4/html/hierarchy.html share/doc/qt4/html/how-to-learn-qt.html @@ -407,6 +527,37 @@ share/doc/qt4/html/images/2dpainting-example.png share/doc/qt4/html/images/abstract-connections.png share/doc/qt4/html/images/accessibilityarchitecture.png share/doc/qt4/html/images/accessibleobjecttree.png +share/doc/qt4/html/images/addressbook-adddialog.png +share/doc/qt4/html/images/addressbook-classes.png +share/doc/qt4/html/images/addressbook-editdialog.png +share/doc/qt4/html/images/addressbook-example.png +share/doc/qt4/html/images/addressbook-filemenu.png +share/doc/qt4/html/images/addressbook-newaddresstab.png +share/doc/qt4/html/images/addressbook-signals.png +share/doc/qt4/html/images/addressbook-toolsmenu.png +share/doc/qt4/html/images/addressbook-tutorial-part1-labeled-layout.png +share/doc/qt4/html/images/addressbook-tutorial-part1-labeled-screenshot.png +share/doc/qt4/html/images/addressbook-tutorial-part1-screenshot.png +share/doc/qt4/html/images/addressbook-tutorial-part2-add-contact.png +share/doc/qt4/html/images/addressbook-tutorial-part2-add-flowchart.png +share/doc/qt4/html/images/addressbook-tutorial-part2-add-successful.png +share/doc/qt4/html/images/addressbook-tutorial-part2-labeled-layout.png +share/doc/qt4/html/images/addressbook-tutorial-part2-signals-and-slots.png +share/doc/qt4/html/images/addressbook-tutorial-part2-stretch-effects.png +share/doc/qt4/html/images/addressbook-tutorial-part3-labeled-layout.png +share/doc/qt4/html/images/addressbook-tutorial-part3-linkedlist.png +share/doc/qt4/html/images/addressbook-tutorial-part3-screenshot.png +share/doc/qt4/html/images/addressbook-tutorial-part4-remove.png +share/doc/qt4/html/images/addressbook-tutorial-part5-finddialog.png +share/doc/qt4/html/images/addressbook-tutorial-part5-notfound.png +share/doc/qt4/html/images/addressbook-tutorial-part5-screenshot.png +share/doc/qt4/html/images/addressbook-tutorial-part5-signals-and-slots.png +share/doc/qt4/html/images/addressbook-tutorial-part6-load.png +share/doc/qt4/html/images/addressbook-tutorial-part6-save.png +share/doc/qt4/html/images/addressbook-tutorial-part6-screenshot.png +share/doc/qt4/html/images/addressbook-tutorial-part7-screenshot.png +share/doc/qt4/html/images/addressbook-tutorial-screenshot.png +share/doc/qt4/html/images/addressbook-tutorial.png share/doc/qt4/html/images/affine-demo.png share/doc/qt4/html/images/alphachannelimage.png share/doc/qt4/html/images/alphafill.png @@ -416,13 +567,19 @@ share/doc/qt4/html/images/antialiased.png share/doc/qt4/html/images/application-menus.png share/doc/qt4/html/images/application.png share/doc/qt4/html/images/arthurplugin-demo.png +share/doc/qt4/html/images/assistant-address-toolbar.png share/doc/qt4/html/images/assistant-assistant.png +share/doc/qt4/html/images/assistant-dockwidgets.png share/doc/qt4/html/images/assistant-docwindow.png share/doc/qt4/html/images/assistant-examples.png +share/doc/qt4/html/images/assistant-filter-toolbar.png +share/doc/qt4/html/images/assistant-preferences-documentation.png +share/doc/qt4/html/images/assistant-preferences-filters.png +share/doc/qt4/html/images/assistant-preferences-fonts.png share/doc/qt4/html/images/assistant-search.png -share/doc/qt4/html/images/assistant-sidebar.png -share/doc/qt4/html/images/assistant-toolbar1.png +share/doc/qt4/html/images/assistant-toolbar.png share/doc/qt4/html/images/basicdrawing-example.png +share/doc/qt4/html/images/basicgraphicslayouts-example.png share/doc/qt4/html/images/basiclayouts-example.png share/doc/qt4/html/images/basicsortfiltermodel-example.png share/doc/qt4/html/images/bearings.png @@ -432,6 +589,7 @@ share/doc/qt4/html/images/borderlayout-example.png share/doc/qt4/html/images/branchindicatorimage.png share/doc/qt4/html/images/broadcastreceiver-example.png share/doc/qt4/html/images/broadcastsender-example.png +share/doc/qt4/html/images/browser-demo.png share/doc/qt4/html/images/brush-outline.png share/doc/qt4/html/images/brush-styles.png share/doc/qt4/html/images/button.png @@ -452,6 +610,8 @@ share/doc/qt4/html/images/calculatorbuilder-example.png share/doc/qt4/html/images/calculatorform-example.png share/doc/qt4/html/images/calendar-example.png share/doc/qt4/html/images/calendarwidgetexample.png +share/doc/qt4/html/images/cannon-tutorial.png +share/doc/qt4/html/images/capabilitiesexample.png share/doc/qt4/html/images/cde-calendarwidget.png share/doc/qt4/html/images/cde-checkbox.png share/doc/qt4/html/images/cde-combobox.png @@ -481,7 +641,6 @@ share/doc/qt4/html/images/cde-toolbutton.png share/doc/qt4/html/images/cde-treeview.png share/doc/qt4/html/images/charactermap-example.png share/doc/qt4/html/images/chart-example.png -share/doc/qt4/html/images/chat-example.png share/doc/qt4/html/images/checkbox.png share/doc/qt4/html/images/checkboxexample.png share/doc/qt4/html/images/chip-demo.png @@ -527,7 +686,9 @@ share/doc/qt4/html/images/completer-example-word.png share/doc/qt4/html/images/completer-example.png share/doc/qt4/html/images/composition-demo.png share/doc/qt4/html/images/concentriccircles-example.png +share/doc/qt4/html/images/conceptaudio.png share/doc/qt4/html/images/conceptualpushbuttontree.png +share/doc/qt4/html/images/conceptvideo.png share/doc/qt4/html/images/configdialog-example.png share/doc/qt4/html/images/conicalGradient.png share/doc/qt4/html/images/containerextension-example.png @@ -565,19 +726,21 @@ share/doc/qt4/html/images/customwidgetplugin-example.png share/doc/qt4/html/images/datetimewidgets.png share/doc/qt4/html/images/defaultprototypes-example.png share/doc/qt4/html/images/deform-demo.png -share/doc/qt4/html/images/dependencies.png share/doc/qt4/html/images/deployment-mac-application.png share/doc/qt4/html/images/deployment-mac-bundlestructure.png share/doc/qt4/html/images/deployment-windows-depends.png share/doc/qt4/html/images/designer-action-editor.png +share/doc/qt4/html/images/designer-add-custom-toolbar.png +share/doc/qt4/html/images/designer-add-files-button.png +share/doc/qt4/html/images/designer-add-resource-entry-button.png share/doc/qt4/html/images/designer-adding-dockwidget.png -share/doc/qt4/html/images/designer-adding-dynamic-property.png share/doc/qt4/html/images/designer-adding-menu-action.png share/doc/qt4/html/images/designer-adding-toolbar-action.png share/doc/qt4/html/images/designer-buddy-making.png share/doc/qt4/html/images/designer-buddy-mode.png share/doc/qt4/html/images/designer-buddy-tool.png share/doc/qt4/html/images/designer-choosing-form.png +share/doc/qt4/html/images/designer-code-viewer.png share/doc/qt4/html/images/designer-connection-dialog.png share/doc/qt4/html/images/designer-connection-editing.png share/doc/qt4/html/images/designer-connection-editor.png @@ -592,7 +755,6 @@ share/doc/qt4/html/images/designer-containers-groupbox.png share/doc/qt4/html/images/designer-containers-stackedwidget.png share/doc/qt4/html/images/designer-containers-tabwidget.png share/doc/qt4/html/images/designer-containers-toolbox.png -share/doc/qt4/html/images/designer-creating-dynamic-property.png share/doc/qt4/html/images/designer-creating-menu-entry1.png share/doc/qt4/html/images/designer-creating-menu-entry2.png share/doc/qt4/html/images/designer-creating-menu-entry3.png @@ -601,16 +763,21 @@ share/doc/qt4/html/images/designer-creating-menu1.png share/doc/qt4/html/images/designer-creating-menu2.png share/doc/qt4/html/images/designer-creating-menu3.png share/doc/qt4/html/images/designer-creating-menu4.png -share/doc/qt4/html/images/designer-dialog-final.png -share/doc/qt4/html/images/designer-dialog-initial.png -share/doc/qt4/html/images/designer-dialog-layout.png +share/doc/qt4/html/images/designer-customize-toolbar.png share/doc/qt4/html/images/designer-dialog-preview.png share/doc/qt4/html/images/designer-dragging-onto-form.png share/doc/qt4/html/images/designer-edit-resource.png +share/doc/qt4/html/images/designer-edit-resources-button.png share/doc/qt4/html/images/designer-editing-mode.png share/doc/qt4/html/images/designer-examples.png +share/doc/qt4/html/images/designer-file-menu.png +share/doc/qt4/html/images/designer-form-layout-cleanlooks.png +share/doc/qt4/html/images/designer-form-layout-macintosh.png +share/doc/qt4/html/images/designer-form-layout-windowsXP.png +share/doc/qt4/html/images/designer-form-layout.png share/doc/qt4/html/images/designer-form-layoutfunction.png share/doc/qt4/html/images/designer-form-settings.png +share/doc/qt4/html/images/designer-form-viewcode.png share/doc/qt4/html/images/designer-getting-started.png share/doc/qt4/html/images/designer-layout-inserting.png share/doc/qt4/html/images/designer-main-window.png @@ -620,18 +787,39 @@ share/doc/qt4/html/images/designer-manual-membersheetextension.png share/doc/qt4/html/images/designer-manual-propertysheetextension.png share/doc/qt4/html/images/designer-manual-taskmenuextension.png share/doc/qt4/html/images/designer-object-inspector.png +share/doc/qt4/html/images/designer-preview-device-skin.png +share/doc/qt4/html/images/designer-preview-deviceskin-selection.png +share/doc/qt4/html/images/designer-preview-style-selection.png +share/doc/qt4/html/images/designer-preview-style.png +share/doc/qt4/html/images/designer-preview-stylesheet.png share/doc/qt4/html/images/designer-promoting-widgets.png +share/doc/qt4/html/images/designer-property-editor-add-dynamic.png +share/doc/qt4/html/images/designer-property-editor-configure.png share/doc/qt4/html/images/designer-property-editor-link.png +share/doc/qt4/html/images/designer-property-editor-remove-dynamic.png +share/doc/qt4/html/images/designer-property-editor-toolbar.png share/doc/qt4/html/images/designer-property-editor.png -share/doc/qt4/html/images/designer-resource-editor.png +share/doc/qt4/html/images/designer-reload-resources-button.png +share/doc/qt4/html/images/designer-remove-custom-toolbar.png +share/doc/qt4/html/images/designer-remove-resource-entry-button.png +share/doc/qt4/html/images/designer-resource-browser.png +share/doc/qt4/html/images/designer-resource-selector.png share/doc/qt4/html/images/designer-resources-editing.png share/doc/qt4/html/images/designer-resources-using.png share/doc/qt4/html/images/designer-selecting-widget.png +share/doc/qt4/html/images/designer-set-layout.png +share/doc/qt4/html/images/designer-set-layout2.png share/doc/qt4/html/images/designer-splitter-layout.png +share/doc/qt4/html/images/designer-stylesheet-options.png +share/doc/qt4/html/images/designer-stylesheet-usage.png share/doc/qt4/html/images/designer-tab-order-mode.png share/doc/qt4/html/images/designer-tab-order-tool.png share/doc/qt4/html/images/designer-validator-highlighter.png share/doc/qt4/html/images/designer-widget-box.png +share/doc/qt4/html/images/designer-widget-final.png +share/doc/qt4/html/images/designer-widget-initial.png +share/doc/qt4/html/images/designer-widget-layout.png +share/doc/qt4/html/images/designer-widget-preview.png share/doc/qt4/html/images/designer-widget-tool.png share/doc/qt4/html/images/desktop-examples.png share/doc/qt4/html/images/diagonalGradient.png @@ -651,8 +839,12 @@ share/doc/qt4/html/images/draggableicons-example.png share/doc/qt4/html/images/draggabletext-example.png share/doc/qt4/html/images/drilldown-example.png share/doc/qt4/html/images/dropsite-example.png +share/doc/qt4/html/images/dynamiclayouts-example.png share/doc/qt4/html/images/echopluginexample.png +share/doc/qt4/html/images/effectwidget.png share/doc/qt4/html/images/elasticnodes-example.png +share/doc/qt4/html/images/embedded-demo-launcher.png +share/doc/qt4/html/images/embeddeddialogs-demo.png share/doc/qt4/html/images/extension-example.png share/doc/qt4/html/images/extension_more.png share/doc/qt4/html/images/findfiles-example.png @@ -660,6 +852,7 @@ share/doc/qt4/html/images/findfiles_progress_dialog.png share/doc/qt4/html/images/flowlayout-example.png share/doc/qt4/html/images/fontsampler-example.png share/doc/qt4/html/images/foreignkeys.png +share/doc/qt4/html/images/formextractor-example.png share/doc/qt4/html/images/fortuneclient-example.png share/doc/qt4/html/images/fortuneserver-example.png share/doc/qt4/html/images/framebufferobject-example.png @@ -691,6 +884,7 @@ share/doc/qt4/html/images/groupbox.png share/doc/qt4/html/images/groupboximage.png share/doc/qt4/html/images/header.png share/doc/qt4/html/images/headerimage.png +share/doc/qt4/html/images/hellogl-es-example.png share/doc/qt4/html/images/hellogl-example.png share/doc/qt4/html/images/http-example.png share/doc/qt4/html/images/httpstack.png @@ -705,13 +899,13 @@ share/doc/qt4/html/images/icons_monkey.png share/doc/qt4/html/images/icons_monkey_active.png share/doc/qt4/html/images/icons_monkey_mess.png share/doc/qt4/html/images/icons_preview_area.png -share/doc/qt4/html/images/icons_qtopia_16x16.png -share/doc/qt4/html/images/icons_qtopia_17x17.png -share/doc/qt4/html/images/icons_qtopia_32x32.png -share/doc/qt4/html/images/icons_qtopia_33x33.png -share/doc/qt4/html/images/icons_qtopia_48x48.png -share/doc/qt4/html/images/icons_qtopia_64x64.png -share/doc/qt4/html/images/icons_qtopia_8x8.png +share/doc/qt4/html/images/icons_qt_extended_16x16.png +share/doc/qt4/html/images/icons_qt_extended_17x17.png +share/doc/qt4/html/images/icons_qt_extended_32x32.png +share/doc/qt4/html/images/icons_qt_extended_33x33.png +share/doc/qt4/html/images/icons_qt_extended_48x48.png +share/doc/qt4/html/images/icons_qt_extended_64x64.png +share/doc/qt4/html/images/icons_qt_extended_8x8.png share/doc/qt4/html/images/icons_size_groupbox.png share/doc/qt4/html/images/icons_size_spinbox.png share/doc/qt4/html/images/imagecomposition-example.png @@ -743,6 +937,14 @@ share/doc/qt4/html/images/lineedits-example.png share/doc/qt4/html/images/linguist-arrowpad_en.png share/doc/qt4/html/images/linguist-arrowpad_fr.png share/doc/qt4/html/images/linguist-arrowpad_nl.png +share/doc/qt4/html/images/linguist-auxlanguages.png +share/doc/qt4/html/images/linguist-batchtranslation.png +share/doc/qt4/html/images/linguist-check-empty.png +share/doc/qt4/html/images/linguist-check-obsolete.png +share/doc/qt4/html/images/linguist-check-off.png +share/doc/qt4/html/images/linguist-check-on.png +share/doc/qt4/html/images/linguist-check-warning.png +share/doc/qt4/html/images/linguist-danger.png share/doc/qt4/html/images/linguist-doneandnext.png share/doc/qt4/html/images/linguist-editcopy.png share/doc/qt4/html/images/linguist-editcut.png @@ -754,7 +956,6 @@ share/doc/qt4/html/images/linguist-examples.png share/doc/qt4/html/images/linguist-fileopen.png share/doc/qt4/html/images/linguist-fileprint.png share/doc/qt4/html/images/linguist-filesave.png -share/doc/qt4/html/images/linguist-finddialog.png share/doc/qt4/html/images/linguist-hellotr_en.png share/doc/qt4/html/images/linguist-hellotr_la.png share/doc/qt4/html/images/linguist-linguist.png @@ -764,8 +965,10 @@ share/doc/qt4/html/images/linguist-nextunfinished.png share/doc/qt4/html/images/linguist-phrasebookdialog.png share/doc/qt4/html/images/linguist-phrasebookopen.png share/doc/qt4/html/images/linguist-prev.png +share/doc/qt4/html/images/linguist-previewtool.png share/doc/qt4/html/images/linguist-prevunfinished.png share/doc/qt4/html/images/linguist-toolbar.png +share/doc/qt4/html/images/linguist-translationfilesettings.png share/doc/qt4/html/images/linguist-trollprint_10_en.png share/doc/qt4/html/images/linguist-trollprint_10_pt_bad.png share/doc/qt4/html/images/linguist-trollprint_10_pt_good.png @@ -773,7 +976,10 @@ share/doc/qt4/html/images/linguist-trollprint_11_en.png share/doc/qt4/html/images/linguist-trollprint_11_pt.png share/doc/qt4/html/images/linguist-validateaccelerators.png share/doc/qt4/html/images/linguist-validatephrases.png +share/doc/qt4/html/images/linguist-validateplacemarkers.png share/doc/qt4/html/images/linguist-validatepunctuation.png +share/doc/qt4/html/images/localfortuneclient-example.png +share/doc/qt4/html/images/localfortuneserver-example.png share/doc/qt4/html/images/loopback-example.png share/doc/qt4/html/images/macintosh-calendarwidget.png share/doc/qt4/html/images/macintosh-checkbox.png @@ -803,14 +1009,11 @@ share/doc/qt4/html/images/macintosh-timeedit.png share/doc/qt4/html/images/macintosh-toolbox.png share/doc/qt4/html/images/macintosh-toolbutton.png share/doc/qt4/html/images/macintosh-treeview.png -share/doc/qt4/html/images/macintosh-unified-toolbar.png -share/doc/qt4/html/images/mainwindow-custom-dock.png +share/doc/qt4/html/images/macmainwindow.png share/doc/qt4/html/images/mainwindow-demo.png share/doc/qt4/html/images/mainwindow-docks-example.png share/doc/qt4/html/images/mainwindow-docks.png share/doc/qt4/html/images/mainwindow-examples.png -share/doc/qt4/html/images/mainwindow-vertical-dock.png -share/doc/qt4/html/images/mainwindow-vertical-tabs.png share/doc/qt4/html/images/mainwindowlayout.png share/doc/qt4/html/images/mandelbrot-example.png share/doc/qt4/html/images/mandelbrot_scroll1.png @@ -820,7 +1023,10 @@ share/doc/qt4/html/images/mandelbrot_zoom1.png share/doc/qt4/html/images/mandelbrot_zoom2.png share/doc/qt4/html/images/mandelbrot_zoom3.png share/doc/qt4/html/images/masterdetail-example.png +share/doc/qt4/html/images/mdi-cascade.png share/doc/qt4/html/images/mdi-example.png +share/doc/qt4/html/images/mdi-tile.png +share/doc/qt4/html/images/mediaplayer-demo.png share/doc/qt4/html/images/menu.png share/doc/qt4/html/images/menubar.png share/doc/qt4/html/images/menubarimage.png @@ -867,13 +1073,20 @@ share/doc/qt4/html/images/motif-toolbox.png share/doc/qt4/html/images/motif-toolbutton.png share/doc/qt4/html/images/motif-treeview.png share/doc/qt4/html/images/movie-example.png +share/doc/qt4/html/images/msgbox1.png +share/doc/qt4/html/images/msgbox2.png +share/doc/qt4/html/images/msgbox3.png +share/doc/qt4/html/images/msgbox4.png share/doc/qt4/html/images/multipleinheritance-example.png +share/doc/qt4/html/images/musicplayer.png +share/doc/qt4/html/images/network-chat-example.png share/doc/qt4/html/images/network-examples.png share/doc/qt4/html/images/noforeignkeys.png share/doc/qt4/html/images/opengl-examples.png share/doc/qt4/html/images/orderform-example-detailsdialog.png share/doc/qt4/html/images/orderform-example.png share/doc/qt4/html/images/overpainting-example.png +share/doc/qt4/html/images/padnavigator-example.png share/doc/qt4/html/images/painterpaths-example.png share/doc/qt4/html/images/painting-examples.png share/doc/qt4/html/images/paintsystem-antialiasing.png @@ -890,8 +1103,10 @@ share/doc/qt4/html/images/palette.png share/doc/qt4/html/images/parent-child-widgets.png share/doc/qt4/html/images/pathexample.png share/doc/qt4/html/images/pathstroke-demo.png +share/doc/qt4/html/images/patternist-wordProcessor.png share/doc/qt4/html/images/pbuffers-example.png share/doc/qt4/html/images/pbuffers2-example.png +share/doc/qt4/html/images/phonon-examples.png share/doc/qt4/html/images/pixelator-example.png share/doc/qt4/html/images/plaintext-layout.png share/doc/qt4/html/images/plastique-calendarwidget.png @@ -902,7 +1117,6 @@ share/doc/qt4/html/images/plastique-dateedit.png share/doc/qt4/html/images/plastique-datetimeedit.png share/doc/qt4/html/images/plastique-dial.png share/doc/qt4/html/images/plastique-doublespinbox.png -share/doc/qt4/html/images/plastique-filedialog.png share/doc/qt4/html/images/plastique-fontcombobox.png share/doc/qt4/html/images/plastique-fontdialog.png share/doc/qt4/html/images/plastique-frame.png @@ -938,6 +1152,8 @@ share/doc/qt4/html/images/plugandpaint-plugindialog.png share/doc/qt4/html/images/plugandpaint.png share/doc/qt4/html/images/portedasteroids-example.png share/doc/qt4/html/images/portedcanvas-example.png +share/doc/qt4/html/images/previewer-example.png +share/doc/qt4/html/images/previewer-ui.png share/doc/qt4/html/images/printer-rects.png share/doc/qt4/html/images/progressBar-stylesheet.png share/doc/qt4/html/images/progressBar2-stylesheet.png @@ -965,9 +1181,14 @@ share/doc/qt4/html/images/qdatawidgetmapper-simple.png share/doc/qt4/html/images/qdesktopwidget.png share/doc/qt4/html/images/qdockwindow.png share/doc/qt4/html/images/qerrormessage.png +share/doc/qt4/html/images/qformlayout-kde.png +share/doc/qt4/html/images/qformlayout-mac.png +share/doc/qt4/html/images/qformlayout-qpe.png +share/doc/qt4/html/images/qformlayout-win.png share/doc/qt4/html/images/qgradient-conical.png share/doc/qt4/html/images/qgradient-linear.png share/doc/qt4/html/images/qgradient-radial.png +share/doc/qt4/html/images/qgraphicsproxywidget-embed.png share/doc/qt4/html/images/qgridlayout-with-5-children.png share/doc/qt4/html/images/qhbox-m.png share/doc/qt4/html/images/qhboxlayout-with-5-children.png @@ -987,18 +1208,17 @@ share/doc/qt4/html/images/qlinef-unbounded.png share/doc/qt4/html/images/qlistbox-m.png share/doc/qt4/html/images/qlistbox-w.png share/doc/qt4/html/images/qlistviewitems.png -share/doc/qt4/html/images/qmacstyle.png share/doc/qt4/html/images/qmainwindow-qdockareas.png share/doc/qt4/html/images/qmatrix-combinedtransformation.png share/doc/qt4/html/images/qmatrix-representation.png share/doc/qt4/html/images/qmatrix-simpletransformation.png -share/doc/qt4/html/images/qmdiarea-arrange.png share/doc/qt4/html/images/qmdisubwindowlayout.png share/doc/qt4/html/images/qmessagebox-crit.png share/doc/qt4/html/images/qmessagebox-info.png share/doc/qt4/html/images/qmessagebox-quest.png share/doc/qt4/html/images/qmessagebox-warn.png share/doc/qt4/html/images/qmotifstyle.png +share/doc/qt4/html/images/qobjectxmlmodel-example.png share/doc/qt4/html/images/qpainter-affinetransformations.png share/doc/qt4/html/images/qpainter-arc.png share/doc/qt4/html/images/qpainter-basicdrawing.png @@ -1047,6 +1267,7 @@ share/doc/qt4/html/images/qpen-roundjoin.png share/doc/qt4/html/images/qpen-solid.png share/doc/qt4/html/images/qpen-square.png share/doc/qt4/html/images/qplastiquestyle.png +share/doc/qt4/html/images/qprintpreviewdialog.png share/doc/qt4/html/images/qprogbar-m.png share/doc/qt4/html/images/qprogbar-w.png share/doc/qt4/html/images/qprogdlg-m.png @@ -1081,11 +1302,41 @@ share/doc/qt4/html/images/qstatustipevent-widget.png share/doc/qt4/html/images/qstyle-comboboxes.png share/doc/qt4/html/images/qstyleoptiontoolbar-position.png share/doc/qt4/html/images/qt-colors.png +share/doc/qt4/html/images/qt-embedded-accelerateddriver.png +share/doc/qt4/html/images/qt-embedded-architecture.png +share/doc/qt4/html/images/qt-embedded-architecture2.png +share/doc/qt4/html/images/qt-embedded-characterinputlayer.png +share/doc/qt4/html/images/qt-embedded-clamshellphone-closed.png +share/doc/qt4/html/images/qt-embedded-clamshellphone-pressed.png +share/doc/qt4/html/images/qt-embedded-clamshellphone.png +share/doc/qt4/html/images/qt-embedded-client.png +share/doc/qt4/html/images/qt-embedded-clientrendering.png +share/doc/qt4/html/images/qt-embedded-clientservercommunication.png +share/doc/qt4/html/images/qt-embedded-drawingonscreen.png +share/doc/qt4/html/images/qt-embedded-examples.png +share/doc/qt4/html/images/qt-embedded-fontfeatures.png +share/doc/qt4/html/images/qt-embedded-opengl1.png +share/doc/qt4/html/images/qt-embedded-opengl2.png +share/doc/qt4/html/images/qt-embedded-opengl3.png +share/doc/qt4/html/images/qt-embedded-pda.png +share/doc/qt4/html/images/qt-embedded-phone.png +share/doc/qt4/html/images/qt-embedded-pointerhandlinglayer.png +share/doc/qt4/html/images/qt-embedded-qconfigtool.png +share/doc/qt4/html/images/qt-embedded-qvfbfilemenu.png +share/doc/qt4/html/images/qt-embedded-qvfbviewmenu.png +share/doc/qt4/html/images/qt-embedded-reserveregion.png +share/doc/qt4/html/images/qt-embedded-runningapplication.png +share/doc/qt4/html/images/qt-embedded-setwindowattribute.png +share/doc/qt4/html/images/qt-embedded-virtualframebuffer.png +share/doc/qt4/html/images/qt-embedded-vnc-screen.png share/doc/qt4/html/images/qt-fillrule-oddeven.png share/doc/qt4/html/images/qt-fillrule-winding.png +share/doc/qt4/html/images/qt-for-wince-landscape.png share/doc/qt4/html/images/qt-logo.png share/doc/qt4/html/images/qtableitems.png share/doc/qt4/html/images/qtabletevent-tilt.png +share/doc/qt4/html/images/qtableview-resized.png +share/doc/qt4/html/images/qtconcurrent-progressdialog.png share/doc/qt4/html/images/qtconfig-appearance.png share/doc/qt4/html/images/qtdemo-small.png share/doc/qt4/html/images/qtdemo.png @@ -1095,38 +1346,10 @@ share/doc/qt4/html/images/qtextblock-sequence.png share/doc/qt4/html/images/qtextfragment-split.png share/doc/qt4/html/images/qtextframe-style.png share/doc/qt4/html/images/qtexttableformat-cell.png -share/doc/qt4/html/images/qtopiacore-accelerateddriver.png -share/doc/qt4/html/images/qtopiacore-architecture.png -share/doc/qt4/html/images/qtopiacore-architecture2.png -share/doc/qt4/html/images/qtopiacore-characterinputlayer.png -share/doc/qt4/html/images/qtopiacore-clamshellphone-closed.png -share/doc/qt4/html/images/qtopiacore-clamshellphone-pressed.png -share/doc/qt4/html/images/qtopiacore-clamshellphone.png -share/doc/qt4/html/images/qtopiacore-client.png -share/doc/qt4/html/images/qtopiacore-clientrendering.png -share/doc/qt4/html/images/qtopiacore-clientservercommunication.png -share/doc/qt4/html/images/qtopiacore-drawingonscreen.png -share/doc/qt4/html/images/qtopiacore-examples.png -share/doc/qt4/html/images/qtopiacore-fontfeatures.png -share/doc/qt4/html/images/qtopiacore-opengl1.png -share/doc/qt4/html/images/qtopiacore-opengl2.png -share/doc/qt4/html/images/qtopiacore-opengl3.png -share/doc/qt4/html/images/qtopiacore-pda.png -share/doc/qt4/html/images/qtopiacore-phone.png -share/doc/qt4/html/images/qtopiacore-pointerhandlinglayer.png -share/doc/qt4/html/images/qtopiacore-qconfigtool.png -share/doc/qt4/html/images/qtopiacore-qvfbfilemenu.png -share/doc/qt4/html/images/qtopiacore-qvfbviewmenu.png -share/doc/qt4/html/images/qtopiacore-reserveregion.png -share/doc/qt4/html/images/qtopiacore-runningapplication.png -share/doc/qt4/html/images/qtopiacore-setwindowattribute.png -share/doc/qt4/html/images/qtopiacore-virtualframebuffer.png share/doc/qt4/html/images/qtransform-combinedtransformation.png share/doc/qt4/html/images/qtransform-combinedtransformation2.png share/doc/qt4/html/images/qtransform-simpletransformation.png share/doc/qt4/html/images/qtscript-calculator-example.png -share/doc/qt4/html/images/qtscript-calculator.png -share/doc/qt4/html/images/qtscript-context2d.png share/doc/qt4/html/images/qtscript-examples.png share/doc/qt4/html/images/qtwizard-aero1.png share/doc/qt4/html/images/qtwizard-aero2.png @@ -1149,15 +1372,17 @@ share/doc/qt4/html/images/qurl-mailtopath.png share/doc/qt4/html/images/qurl-querystring.png share/doc/qt4/html/images/qvbox-m.png share/doc/qt4/html/images/qvboxlayout-with-5-children.png +share/doc/qt4/html/images/qwebview-diagram.png +share/doc/qt4/html/images/qwebview-url.png share/doc/qt4/html/images/qwindowsstyle.png share/doc/qt4/html/images/qwindowsxpstyle.png -share/doc/qt4/html/images/qworkspace-arrange.png -share/doc/qt4/html/images/qwsserver_keyboardfilter.png share/doc/qt4/html/images/radialGradient.png share/doc/qt4/html/images/recentfiles-example.png +share/doc/qt4/html/images/recipes-example.png share/doc/qt4/html/images/regexp-example.png share/doc/qt4/html/images/relationaltable.png share/doc/qt4/html/images/relationaltablemodel-example.png +share/doc/qt4/html/images/remotecontrolledcar-car-example.png share/doc/qt4/html/images/resources.png share/doc/qt4/html/images/richtext-document.png share/doc/qt4/html/images/richtext-examples.png @@ -1188,14 +1413,19 @@ share/doc/qt4/html/images/settingseditor-example.png share/doc/qt4/html/images/shapedclock-dragging.png share/doc/qt4/html/images/shapedclock-example.png share/doc/qt4/html/images/shareddirmodel.png +share/doc/qt4/html/images/sharedmemory-example_1.png +share/doc/qt4/html/images/sharedmemory-example_2.png share/doc/qt4/html/images/sharedmodel-tableviews.png share/doc/qt4/html/images/sharedselection-tableviews.png +share/doc/qt4/html/images/signals-n-slots-aw-nat.png share/doc/qt4/html/images/simpledommodel-example.png share/doc/qt4/html/images/simpletextviewer-example.png share/doc/qt4/html/images/simpletextviewer-findfiledialog.png share/doc/qt4/html/images/simpletextviewer-mainwindow.png share/doc/qt4/html/images/simpletreemodel-example.png share/doc/qt4/html/images/simplewidgetmapper-example.png +share/doc/qt4/html/images/sipdialog-closed.png +share/doc/qt4/html/images/sipdialog-opened.png share/doc/qt4/html/images/sizegrip.png share/doc/qt4/html/images/sizegripimage.png share/doc/qt4/html/images/slider.png @@ -1219,13 +1449,16 @@ share/doc/qt4/html/images/styles-aliasing.png share/doc/qt4/html/images/styles-disabledwood.png share/doc/qt4/html/images/styles-enabledwood.png share/doc/qt4/html/images/styles-woodbuttons.png +share/doc/qt4/html/images/stylesheet-border-image-normal.png +share/doc/qt4/html/images/stylesheet-border-image-stretched.png +share/doc/qt4/html/images/stylesheet-border-image-wrong.png share/doc/qt4/html/images/stylesheet-boxmodel.png share/doc/qt4/html/images/stylesheet-branch-closed.png share/doc/qt4/html/images/stylesheet-branch-end.png share/doc/qt4/html/images/stylesheet-branch-more.png share/doc/qt4/html/images/stylesheet-branch-open.png +share/doc/qt4/html/images/stylesheet-coffee-plastique.png share/doc/qt4/html/images/stylesheet-coffee-xp.png -share/doc/qt4/html/images/stylesheet-designer-options.png share/doc/qt4/html/images/stylesheet-pagefold.png share/doc/qt4/html/images/stylesheet-redbutton1.png share/doc/qt4/html/images/stylesheet-redbutton2.png @@ -1267,6 +1500,7 @@ share/doc/qt4/html/images/tabletexample.png share/doc/qt4/html/images/tabwidget.png share/doc/qt4/html/images/taskmenuextension-dialog.png share/doc/qt4/html/images/taskmenuextension-example-faded.png +share/doc/qt4/html/images/taskmenuextension-example.png share/doc/qt4/html/images/taskmenuextension-menu.png share/doc/qt4/html/images/tcpstream.png share/doc/qt4/html/images/tetrix-example.png @@ -1306,8 +1540,14 @@ share/doc/qt4/html/images/uitools-examples.png share/doc/qt4/html/images/undodemo.png share/doc/qt4/html/images/undoframeworkexample.png share/doc/qt4/html/images/wVista-Cert-border-small.png +share/doc/qt4/html/images/webkit-examples.png share/doc/qt4/html/images/whatsthis.png share/doc/qt4/html/images/widget-examples.png +share/doc/qt4/html/images/widgetdelegate.png +share/doc/qt4/html/images/widgets-tutorial-childwidget.png +share/doc/qt4/html/images/widgets-tutorial-nestedlayouts.png +share/doc/qt4/html/images/widgets-tutorial-toplevel.png +share/doc/qt4/html/images/widgets-tutorial-windowlayout.png share/doc/qt4/html/images/wiggly-example.png share/doc/qt4/html/images/windowflags-example.png share/doc/qt4/html/images/windowflags_controllerwindow.png @@ -1401,6 +1641,7 @@ share/doc/qt4/html/images/worldtimeclock-connection.png share/doc/qt4/html/images/worldtimeclock-signalandslot.png share/doc/qt4/html/images/worldtimeclockbuilder-example.png share/doc/qt4/html/images/worldtimeclockplugin-example.png +share/doc/qt4/html/images/x11_dependencies.png share/doc/qt4/html/images/xml-examples.png share/doc/qt4/html/images/xmlstreamexample-filemenu.png share/doc/qt4/html/images/xmlstreamexample-helpmenu.png @@ -1408,14 +1649,47 @@ share/doc/qt4/html/images/xmlstreamexample-screenshot.png share/doc/qt4/html/index.html share/doc/qt4/html/install-mac.html share/doc/qt4/html/install-win.html +share/doc/qt4/html/install-wince.html share/doc/qt4/html/install-x11.html share/doc/qt4/html/installation.html share/doc/qt4/html/intro-to-dbus.html share/doc/qt4/html/io.html +share/doc/qt4/html/ipc-localfortuneclient-client-cpp.html +share/doc/qt4/html/ipc-localfortuneclient-client-h.html +share/doc/qt4/html/ipc-localfortuneclient-localfortuneclient-pro.html +share/doc/qt4/html/ipc-localfortuneclient-main-cpp.html +share/doc/qt4/html/ipc-localfortuneclient.html +share/doc/qt4/html/ipc-localfortuneserver-localfortuneserver-pro.html +share/doc/qt4/html/ipc-localfortuneserver-main-cpp.html +share/doc/qt4/html/ipc-localfortuneserver-server-cpp.html +share/doc/qt4/html/ipc-localfortuneserver-server-h.html +share/doc/qt4/html/ipc-localfortuneserver.html +share/doc/qt4/html/ipc-sharedmemory-dialog-cpp.html +share/doc/qt4/html/ipc-sharedmemory-dialog-h.html +share/doc/qt4/html/ipc-sharedmemory-dialog-ui.html +share/doc/qt4/html/ipc-sharedmemory-main-cpp.html +share/doc/qt4/html/ipc-sharedmemory-sharedmemory-pro.html +share/doc/qt4/html/ipc-sharedmemory.html +share/doc/qt4/html/ipc.html +share/doc/qt4/html/itemviews-addressbook-adddialog-cpp.html +share/doc/qt4/html/itemviews-addressbook-adddialog-h.html +share/doc/qt4/html/itemviews-addressbook-addressbook-pro.html +share/doc/qt4/html/itemviews-addressbook-addresswidget-cpp.html +share/doc/qt4/html/itemviews-addressbook-addresswidget-h.html +share/doc/qt4/html/itemviews-addressbook-main-cpp.html +share/doc/qt4/html/itemviews-addressbook-mainwindow-cpp.html +share/doc/qt4/html/itemviews-addressbook-mainwindow-h.html +share/doc/qt4/html/itemviews-addressbook-newaddresstab-cpp.html +share/doc/qt4/html/itemviews-addressbook-newaddresstab-h.html +share/doc/qt4/html/itemviews-addressbook-tablemodel-cpp.html +share/doc/qt4/html/itemviews-addressbook-tablemodel-h.html +share/doc/qt4/html/itemviews-addressbook.html +share/doc/qt4/html/itemviews-basicsortfiltermodel-basicsortfiltermodel-pro.html share/doc/qt4/html/itemviews-basicsortfiltermodel-main-cpp.html share/doc/qt4/html/itemviews-basicsortfiltermodel-window-cpp.html share/doc/qt4/html/itemviews-basicsortfiltermodel-window-h.html share/doc/qt4/html/itemviews-basicsortfiltermodel.html +share/doc/qt4/html/itemviews-chart-chart-pro.html share/doc/qt4/html/itemviews-chart-chart-qrc.html share/doc/qt4/html/itemviews-chart-main-cpp.html share/doc/qt4/html/itemviews-chart-mainwindow-cpp.html @@ -1423,24 +1697,29 @@ share/doc/qt4/html/itemviews-chart-mainwindow-h.html share/doc/qt4/html/itemviews-chart-pieview-cpp.html share/doc/qt4/html/itemviews-chart-pieview-h.html share/doc/qt4/html/itemviews-chart.html +share/doc/qt4/html/itemviews-coloreditorfactory-coloreditorfactory-pro.html share/doc/qt4/html/itemviews-coloreditorfactory-colorlisteditor-cpp.html share/doc/qt4/html/itemviews-coloreditorfactory-colorlisteditor-h.html share/doc/qt4/html/itemviews-coloreditorfactory-main-cpp.html share/doc/qt4/html/itemviews-coloreditorfactory-window-cpp.html share/doc/qt4/html/itemviews-coloreditorfactory-window-h.html share/doc/qt4/html/itemviews-coloreditorfactory.html +share/doc/qt4/html/itemviews-customsortfiltermodel-customsortfiltermodel-pro.html share/doc/qt4/html/itemviews-customsortfiltermodel-main-cpp.html share/doc/qt4/html/itemviews-customsortfiltermodel-mysortfilterproxymodel-cpp.html share/doc/qt4/html/itemviews-customsortfiltermodel-mysortfilterproxymodel-h.html share/doc/qt4/html/itemviews-customsortfiltermodel-window-cpp.html share/doc/qt4/html/itemviews-customsortfiltermodel-window-h.html share/doc/qt4/html/itemviews-customsortfiltermodel.html +share/doc/qt4/html/itemviews-dirview-dirview-pro.html share/doc/qt4/html/itemviews-dirview-main-cpp.html share/doc/qt4/html/itemviews-dirview.html +share/doc/qt4/html/itemviews-editabletreemodel-editabletreemodel-pro.html share/doc/qt4/html/itemviews-editabletreemodel-editabletreemodel-qrc.html share/doc/qt4/html/itemviews-editabletreemodel-main-cpp.html share/doc/qt4/html/itemviews-editabletreemodel-mainwindow-cpp.html share/doc/qt4/html/itemviews-editabletreemodel-mainwindow-h.html +share/doc/qt4/html/itemviews-editabletreemodel-mainwindow-ui.html share/doc/qt4/html/itemviews-editabletreemodel-treeitem-cpp.html share/doc/qt4/html/itemviews-editabletreemodel-treeitem-h.html share/doc/qt4/html/itemviews-editabletreemodel-treemodel-cpp.html @@ -1452,6 +1731,7 @@ share/doc/qt4/html/itemviews-pixelator-images-qrc.html share/doc/qt4/html/itemviews-pixelator-main-cpp.html share/doc/qt4/html/itemviews-pixelator-mainwindow-cpp.html share/doc/qt4/html/itemviews-pixelator-mainwindow-h.html +share/doc/qt4/html/itemviews-pixelator-pixelator-pro.html share/doc/qt4/html/itemviews-pixelator-pixeldelegate-cpp.html share/doc/qt4/html/itemviews-pixelator-pixeldelegate-h.html share/doc/qt4/html/itemviews-pixelator.html @@ -1460,6 +1740,7 @@ share/doc/qt4/html/itemviews-puzzle-mainwindow-cpp.html share/doc/qt4/html/itemviews-puzzle-mainwindow-h.html share/doc/qt4/html/itemviews-puzzle-piecesmodel-cpp.html share/doc/qt4/html/itemviews-puzzle-piecesmodel-h.html +share/doc/qt4/html/itemviews-puzzle-puzzle-pro.html share/doc/qt4/html/itemviews-puzzle-puzzle-qrc.html share/doc/qt4/html/itemviews-puzzle-puzzlewidget-cpp.html share/doc/qt4/html/itemviews-puzzle-puzzlewidget-h.html @@ -1471,8 +1752,10 @@ share/doc/qt4/html/itemviews-simpledommodel-dommodel-h.html share/doc/qt4/html/itemviews-simpledommodel-main-cpp.html share/doc/qt4/html/itemviews-simpledommodel-mainwindow-cpp.html share/doc/qt4/html/itemviews-simpledommodel-mainwindow-h.html +share/doc/qt4/html/itemviews-simpledommodel-simpledommodel-pro.html share/doc/qt4/html/itemviews-simpledommodel.html share/doc/qt4/html/itemviews-simpletreemodel-main-cpp.html +share/doc/qt4/html/itemviews-simpletreemodel-simpletreemodel-pro.html share/doc/qt4/html/itemviews-simpletreemodel-simpletreemodel-qrc.html share/doc/qt4/html/itemviews-simpletreemodel-treeitem-cpp.html share/doc/qt4/html/itemviews-simpletreemodel-treeitem-h.html @@ -1480,16 +1763,19 @@ share/doc/qt4/html/itemviews-simpletreemodel-treemodel-cpp.html share/doc/qt4/html/itemviews-simpletreemodel-treemodel-h.html share/doc/qt4/html/itemviews-simpletreemodel.html share/doc/qt4/html/itemviews-simplewidgetmapper-main-cpp.html +share/doc/qt4/html/itemviews-simplewidgetmapper-simplewidgetmapper-pro.html share/doc/qt4/html/itemviews-simplewidgetmapper-window-cpp.html share/doc/qt4/html/itemviews-simplewidgetmapper-window-h.html share/doc/qt4/html/itemviews-simplewidgetmapper.html share/doc/qt4/html/itemviews-spinboxdelegate-delegate-cpp.html share/doc/qt4/html/itemviews-spinboxdelegate-delegate-h.html share/doc/qt4/html/itemviews-spinboxdelegate-main-cpp.html +share/doc/qt4/html/itemviews-spinboxdelegate-spinboxdelegate-pro.html share/doc/qt4/html/itemviews-spinboxdelegate.html share/doc/qt4/html/itemviews-stardelegate-main-cpp.html share/doc/qt4/html/itemviews-stardelegate-stardelegate-cpp.html share/doc/qt4/html/itemviews-stardelegate-stardelegate-h.html +share/doc/qt4/html/itemviews-stardelegate-stardelegate-pro.html share/doc/qt4/html/itemviews-stardelegate-stareditor-cpp.html share/doc/qt4/html/itemviews-stardelegate-stareditor-h.html share/doc/qt4/html/itemviews-stardelegate-starrating-cpp.html @@ -1497,22 +1783,26 @@ share/doc/qt4/html/itemviews-stardelegate-starrating-h.html share/doc/qt4/html/itemviews-stardelegate.html share/doc/qt4/html/known-issues.html share/doc/qt4/html/layout.html +share/doc/qt4/html/layouts-basiclayouts-basiclayouts-pro.html share/doc/qt4/html/layouts-basiclayouts-dialog-cpp.html share/doc/qt4/html/layouts-basiclayouts-dialog-h.html share/doc/qt4/html/layouts-basiclayouts-main-cpp.html share/doc/qt4/html/layouts-basiclayouts.html share/doc/qt4/html/layouts-borderlayout-borderlayout-cpp.html share/doc/qt4/html/layouts-borderlayout-borderlayout-h.html +share/doc/qt4/html/layouts-borderlayout-borderlayout-pro.html share/doc/qt4/html/layouts-borderlayout-main-cpp.html share/doc/qt4/html/layouts-borderlayout-window-cpp.html share/doc/qt4/html/layouts-borderlayout-window-h.html share/doc/qt4/html/layouts-borderlayout.html share/doc/qt4/html/layouts-dynamiclayouts-dialog-cpp.html share/doc/qt4/html/layouts-dynamiclayouts-dialog-h.html +share/doc/qt4/html/layouts-dynamiclayouts-dynamiclayouts-pro.html share/doc/qt4/html/layouts-dynamiclayouts-main-cpp.html share/doc/qt4/html/layouts-dynamiclayouts.html share/doc/qt4/html/layouts-flowlayout-flowlayout-cpp.html share/doc/qt4/html/layouts-flowlayout-flowlayout-h.html +share/doc/qt4/html/layouts-flowlayout-flowlayout-pro.html share/doc/qt4/html/layouts-flowlayout-main-cpp.html share/doc/qt4/html/layouts-flowlayout-window-cpp.html share/doc/qt4/html/layouts-flowlayout-window-h.html @@ -1524,10 +1814,12 @@ share/doc/qt4/html/licenses.html share/doc/qt4/html/licensing.html share/doc/qt4/html/linguist-arrowpad-arrowpad-cpp.html share/doc/qt4/html/linguist-arrowpad-arrowpad-h.html +share/doc/qt4/html/linguist-arrowpad-arrowpad-pro.html share/doc/qt4/html/linguist-arrowpad-main-cpp.html share/doc/qt4/html/linguist-arrowpad-mainwindow-cpp.html share/doc/qt4/html/linguist-arrowpad-mainwindow-h.html share/doc/qt4/html/linguist-arrowpad.html +share/doc/qt4/html/linguist-hellotr-hellotr-pro.html share/doc/qt4/html/linguist-hellotr-main-cpp.html share/doc/qt4/html/linguist-hellotr.html share/doc/qt4/html/linguist-manager.html @@ -1539,16 +1831,19 @@ share/doc/qt4/html/linguist-trollprint-mainwindow-cpp.html share/doc/qt4/html/linguist-trollprint-mainwindow-h.html share/doc/qt4/html/linguist-trollprint-printpanel-cpp.html share/doc/qt4/html/linguist-trollprint-printpanel-h.html +share/doc/qt4/html/linguist-trollprint-trollprint-pro.html share/doc/qt4/html/linguist-trollprint.html share/doc/qt4/html/linguist-ts-file-format.html share/doc/qt4/html/linguist.dcf share/doc/qt4/html/mac-differences.html share/doc/qt4/html/mainclasses.html +share/doc/qt4/html/mainwindows-application-application-pro.html share/doc/qt4/html/mainwindows-application-application-qrc.html share/doc/qt4/html/mainwindows-application-main-cpp.html share/doc/qt4/html/mainwindows-application-mainwindow-cpp.html share/doc/qt4/html/mainwindows-application-mainwindow-h.html share/doc/qt4/html/mainwindows-application.html +share/doc/qt4/html/mainwindows-dockwidgets-dockwidgets-pro.html share/doc/qt4/html/mainwindows-dockwidgets-dockwidgets-qrc.html share/doc/qt4/html/mainwindows-dockwidgets-main-cpp.html share/doc/qt4/html/mainwindows-dockwidgets-mainwindow-cpp.html @@ -1557,6 +1852,7 @@ share/doc/qt4/html/mainwindows-dockwidgets.html share/doc/qt4/html/mainwindows-mdi-main-cpp.html share/doc/qt4/html/mainwindows-mdi-mainwindow-cpp.html share/doc/qt4/html/mainwindows-mdi-mainwindow-h.html +share/doc/qt4/html/mainwindows-mdi-mdi-pro.html share/doc/qt4/html/mainwindows-mdi-mdi-qrc.html share/doc/qt4/html/mainwindows-mdi-mdichild-cpp.html share/doc/qt4/html/mainwindows-mdi-mdichild-h.html @@ -1564,14 +1860,17 @@ share/doc/qt4/html/mainwindows-mdi.html share/doc/qt4/html/mainwindows-menus-main-cpp.html share/doc/qt4/html/mainwindows-menus-mainwindow-cpp.html share/doc/qt4/html/mainwindows-menus-mainwindow-h.html +share/doc/qt4/html/mainwindows-menus-menus-pro.html share/doc/qt4/html/mainwindows-menus.html share/doc/qt4/html/mainwindows-recentfiles-main-cpp.html share/doc/qt4/html/mainwindows-recentfiles-mainwindow-cpp.html share/doc/qt4/html/mainwindows-recentfiles-mainwindow-h.html +share/doc/qt4/html/mainwindows-recentfiles-recentfiles-pro.html share/doc/qt4/html/mainwindows-recentfiles.html share/doc/qt4/html/mainwindows-sdi-main-cpp.html share/doc/qt4/html/mainwindows-sdi-mainwindow-cpp.html share/doc/qt4/html/mainwindows-sdi-mainwindow-h.html +share/doc/qt4/html/mainwindows-sdi-sdi-pro.html share/doc/qt4/html/mainwindows-sdi-sdi-qrc.html share/doc/qt4/html/mainwindows-sdi.html share/doc/qt4/html/metaobjects.html @@ -1592,59 +1891,75 @@ share/doc/qt4/html/model-view-view.html share/doc/qt4/html/model-view.html share/doc/qt4/html/modules.html share/doc/qt4/html/multimedia.html +share/doc/qt4/html/namespaces.html share/doc/qt4/html/network-blockingfortuneclient-blockingclient-cpp.html share/doc/qt4/html/network-blockingfortuneclient-blockingclient-h.html +share/doc/qt4/html/network-blockingfortuneclient-blockingfortuneclient-pro.html share/doc/qt4/html/network-blockingfortuneclient-fortunethread-cpp.html share/doc/qt4/html/network-blockingfortuneclient-fortunethread-h.html share/doc/qt4/html/network-blockingfortuneclient-main-cpp.html share/doc/qt4/html/network-blockingfortuneclient.html +share/doc/qt4/html/network-broadcastreceiver-broadcastreceiver-pro.html share/doc/qt4/html/network-broadcastreceiver-main-cpp.html share/doc/qt4/html/network-broadcastreceiver-receiver-cpp.html share/doc/qt4/html/network-broadcastreceiver-receiver-h.html share/doc/qt4/html/network-broadcastreceiver.html +share/doc/qt4/html/network-broadcastsender-broadcastsender-pro.html share/doc/qt4/html/network-broadcastsender-main-cpp.html share/doc/qt4/html/network-broadcastsender-sender-cpp.html share/doc/qt4/html/network-broadcastsender-sender-h.html share/doc/qt4/html/network-broadcastsender.html -share/doc/qt4/html/network-chat-chatdialog-cpp.html -share/doc/qt4/html/network-chat-chatdialog-h.html -share/doc/qt4/html/network-chat-client-cpp.html -share/doc/qt4/html/network-chat-client-h.html -share/doc/qt4/html/network-chat-connection-cpp.html -share/doc/qt4/html/network-chat-connection-h.html -share/doc/qt4/html/network-chat-main-cpp.html -share/doc/qt4/html/network-chat-peermanager-cpp.html -share/doc/qt4/html/network-chat-peermanager-h.html -share/doc/qt4/html/network-chat-server-cpp.html -share/doc/qt4/html/network-chat-server-h.html -share/doc/qt4/html/network-chat.html share/doc/qt4/html/network-fortuneclient-client-cpp.html share/doc/qt4/html/network-fortuneclient-client-h.html +share/doc/qt4/html/network-fortuneclient-fortuneclient-pro.html share/doc/qt4/html/network-fortuneclient-main-cpp.html share/doc/qt4/html/network-fortuneclient.html +share/doc/qt4/html/network-fortuneserver-fortuneserver-pro.html share/doc/qt4/html/network-fortuneserver-main-cpp.html share/doc/qt4/html/network-fortuneserver-server-cpp.html share/doc/qt4/html/network-fortuneserver-server-h.html share/doc/qt4/html/network-fortuneserver.html +share/doc/qt4/html/network-ftp-ftp-pro.html share/doc/qt4/html/network-ftp-ftp-qrc.html share/doc/qt4/html/network-ftp-ftpwindow-cpp.html share/doc/qt4/html/network-ftp-ftpwindow-h.html share/doc/qt4/html/network-ftp-main-cpp.html share/doc/qt4/html/network-ftp.html +share/doc/qt4/html/network-http-authenticationdialog-ui.html +share/doc/qt4/html/network-http-http-pro.html share/doc/qt4/html/network-http-httpwindow-cpp.html share/doc/qt4/html/network-http-httpwindow-h.html share/doc/qt4/html/network-http-main-cpp.html share/doc/qt4/html/network-http.html share/doc/qt4/html/network-loopback-dialog-cpp.html share/doc/qt4/html/network-loopback-dialog-h.html +share/doc/qt4/html/network-loopback-loopback-pro.html share/doc/qt4/html/network-loopback-main-cpp.html share/doc/qt4/html/network-loopback.html +share/doc/qt4/html/network-network-chat-chatdialog-cpp.html +share/doc/qt4/html/network-network-chat-chatdialog-h.html +share/doc/qt4/html/network-network-chat-chatdialog-ui.html +share/doc/qt4/html/network-network-chat-client-cpp.html +share/doc/qt4/html/network-network-chat-client-h.html +share/doc/qt4/html/network-network-chat-connection-cpp.html +share/doc/qt4/html/network-network-chat-connection-h.html +share/doc/qt4/html/network-network-chat-main-cpp.html +share/doc/qt4/html/network-network-chat-network-chat-pro.html +share/doc/qt4/html/network-network-chat-peermanager-cpp.html +share/doc/qt4/html/network-network-chat-peermanager-h.html +share/doc/qt4/html/network-network-chat-server-cpp.html +share/doc/qt4/html/network-network-chat-server-h.html +share/doc/qt4/html/network-network-chat.html share/doc/qt4/html/network-securesocketclient-certificateinfo-cpp.html share/doc/qt4/html/network-securesocketclient-certificateinfo-h.html +share/doc/qt4/html/network-securesocketclient-certificateinfo-ui.html share/doc/qt4/html/network-securesocketclient-main-cpp.html +share/doc/qt4/html/network-securesocketclient-securesocketclient-pro.html share/doc/qt4/html/network-securesocketclient-securesocketclient-qrc.html share/doc/qt4/html/network-securesocketclient-sslclient-cpp.html share/doc/qt4/html/network-securesocketclient-sslclient-h.html +share/doc/qt4/html/network-securesocketclient-sslclient-ui.html +share/doc/qt4/html/network-securesocketclient-sslerrors-ui.html share/doc/qt4/html/network-securesocketclient.html share/doc/qt4/html/network-threadedfortuneserver-dialog-cpp.html share/doc/qt4/html/network-threadedfortuneserver-dialog-h.html @@ -1653,6 +1968,7 @@ share/doc/qt4/html/network-threadedfortuneserver-fortuneserver-h.html share/doc/qt4/html/network-threadedfortuneserver-fortunethread-cpp.html share/doc/qt4/html/network-threadedfortuneserver-fortunethread-h.html share/doc/qt4/html/network-threadedfortuneserver-main-cpp.html +share/doc/qt4/html/network-threadedfortuneserver-threadedfortuneserver-pro.html share/doc/qt4/html/network-threadedfortuneserver.html share/doc/qt4/html/network-torrent-3rdparty-sha1-h.html share/doc/qt4/html/network-torrent-addtorrentdialog-cpp.html @@ -1663,6 +1979,7 @@ share/doc/qt4/html/network-torrent-connectionmanager-cpp.html share/doc/qt4/html/network-torrent-connectionmanager-h.html share/doc/qt4/html/network-torrent-filemanager-cpp.html share/doc/qt4/html/network-torrent-filemanager-h.html +share/doc/qt4/html/network-torrent-forms-addtorrentform-ui.html share/doc/qt4/html/network-torrent-icons-qrc.html share/doc/qt4/html/network-torrent-main-cpp.html share/doc/qt4/html/network-torrent-mainwindow-cpp.html @@ -1673,6 +1990,7 @@ share/doc/qt4/html/network-torrent-peerwireclient-cpp.html share/doc/qt4/html/network-torrent-peerwireclient-h.html share/doc/qt4/html/network-torrent-ratecontroller-cpp.html share/doc/qt4/html/network-torrent-ratecontroller-h.html +share/doc/qt4/html/network-torrent-torrent-pro.html share/doc/qt4/html/network-torrent-torrentclient-cpp.html share/doc/qt4/html/network-torrent-torrentclient-h.html share/doc/qt4/html/network-torrent-torrentserver-cpp.html @@ -1683,6 +2001,7 @@ share/doc/qt4/html/network-torrent.html share/doc/qt4/html/object.html share/doc/qt4/html/objectmodel.html share/doc/qt4/html/objecttrees.html +share/doc/qt4/html/opengl-2dpainting-2dpainting-pro.html share/doc/qt4/html/opengl-2dpainting-glwidget-cpp.html share/doc/qt4/html/opengl-2dpainting-glwidget-h.html share/doc/qt4/html/opengl-2dpainting-helper-cpp.html @@ -1693,11 +2012,14 @@ share/doc/qt4/html/opengl-2dpainting-widget-h.html share/doc/qt4/html/opengl-2dpainting-window-cpp.html share/doc/qt4/html/opengl-2dpainting-window-h.html share/doc/qt4/html/opengl-2dpainting.html +share/doc/qt4/html/opengl-framebufferobject-bubbles-svg.html +share/doc/qt4/html/opengl-framebufferobject-framebufferobject-pro.html share/doc/qt4/html/opengl-framebufferobject-framebufferobject-qrc.html share/doc/qt4/html/opengl-framebufferobject-glwidget-cpp.html share/doc/qt4/html/opengl-framebufferobject-glwidget-h.html share/doc/qt4/html/opengl-framebufferobject-main-cpp.html share/doc/qt4/html/opengl-framebufferobject.html +share/doc/qt4/html/opengl-framebufferobject2-framebufferobject2-pro.html share/doc/qt4/html/opengl-framebufferobject2-framebufferobject2-qrc.html share/doc/qt4/html/opengl-framebufferobject2-glwidget-cpp.html share/doc/qt4/html/opengl-framebufferobject2-glwidget-h.html @@ -1705,12 +2027,25 @@ share/doc/qt4/html/opengl-framebufferobject2-main-cpp.html share/doc/qt4/html/opengl-framebufferobject2.html share/doc/qt4/html/opengl-grabber-glwidget-cpp.html share/doc/qt4/html/opengl-grabber-glwidget-h.html +share/doc/qt4/html/opengl-grabber-grabber-pro.html share/doc/qt4/html/opengl-grabber-main-cpp.html share/doc/qt4/html/opengl-grabber-mainwindow-cpp.html share/doc/qt4/html/opengl-grabber-mainwindow-h.html share/doc/qt4/html/opengl-grabber.html +share/doc/qt4/html/opengl-hellogl-es-bubble-cpp.html +share/doc/qt4/html/opengl-hellogl-es-bubble-h.html +share/doc/qt4/html/opengl-hellogl-es-cl-helper-h.html +share/doc/qt4/html/opengl-hellogl-es-glwidget-cpp.html +share/doc/qt4/html/opengl-hellogl-es-glwidget-h.html +share/doc/qt4/html/opengl-hellogl-es-hellogl-es-pro.html +share/doc/qt4/html/opengl-hellogl-es-main-cpp.html +share/doc/qt4/html/opengl-hellogl-es-mainwindow-cpp.html +share/doc/qt4/html/opengl-hellogl-es-mainwindow-h.html +share/doc/qt4/html/opengl-hellogl-es-texture-qrc.html +share/doc/qt4/html/opengl-hellogl-es.html share/doc/qt4/html/opengl-hellogl-glwidget-cpp.html share/doc/qt4/html/opengl-hellogl-glwidget-h.html +share/doc/qt4/html/opengl-hellogl-hellogl-pro.html share/doc/qt4/html/opengl-hellogl-main-cpp.html share/doc/qt4/html/opengl-hellogl-window-cpp.html share/doc/qt4/html/opengl-hellogl-window-h.html @@ -1720,24 +2055,30 @@ share/doc/qt4/html/opengl-overpainting-bubble-h.html share/doc/qt4/html/opengl-overpainting-glwidget-cpp.html share/doc/qt4/html/opengl-overpainting-glwidget-h.html share/doc/qt4/html/opengl-overpainting-main-cpp.html +share/doc/qt4/html/opengl-overpainting-overpainting-pro.html share/doc/qt4/html/opengl-overpainting.html share/doc/qt4/html/opengl-pbuffers-glwidget-cpp.html share/doc/qt4/html/opengl-pbuffers-glwidget-h.html share/doc/qt4/html/opengl-pbuffers-main-cpp.html +share/doc/qt4/html/opengl-pbuffers-pbuffers-pro.html share/doc/qt4/html/opengl-pbuffers-pbuffers-qrc.html share/doc/qt4/html/opengl-pbuffers.html +share/doc/qt4/html/opengl-pbuffers2-bubbles-svg.html share/doc/qt4/html/opengl-pbuffers2-glwidget-cpp.html share/doc/qt4/html/opengl-pbuffers2-glwidget-h.html share/doc/qt4/html/opengl-pbuffers2-main-cpp.html +share/doc/qt4/html/opengl-pbuffers2-pbuffers2-pro.html share/doc/qt4/html/opengl-pbuffers2-pbuffers2-qrc.html share/doc/qt4/html/opengl-pbuffers2.html share/doc/qt4/html/opengl-samplebuffers-glwidget-cpp.html share/doc/qt4/html/opengl-samplebuffers-glwidget-h.html share/doc/qt4/html/opengl-samplebuffers-main-cpp.html +share/doc/qt4/html/opengl-samplebuffers-samplebuffers-pro.html share/doc/qt4/html/opengl-samplebuffers.html share/doc/qt4/html/opengl-textures-glwidget-cpp.html share/doc/qt4/html/opengl-textures-glwidget-h.html share/doc/qt4/html/opengl-textures-main-cpp.html +share/doc/qt4/html/opengl-textures-textures-pro.html share/doc/qt4/html/opengl-textures-textures-qrc.html share/doc/qt4/html/opengl-textures-window-cpp.html share/doc/qt4/html/opengl-textures-window-h.html @@ -1745,6 +2086,7 @@ share/doc/qt4/html/opengl-textures.html share/doc/qt4/html/opensourceedition.html share/doc/qt4/html/organizers.html share/doc/qt4/html/overviews.html +share/doc/qt4/html/painting-basicdrawing-basicdrawing-pro.html share/doc/qt4/html/painting-basicdrawing-basicdrawing-qrc.html share/doc/qt4/html/painting-basicdrawing-main-cpp.html share/doc/qt4/html/painting-basicdrawing-renderarea-cpp.html @@ -1754,34 +2096,39 @@ share/doc/qt4/html/painting-basicdrawing-window-h.html share/doc/qt4/html/painting-basicdrawing.html share/doc/qt4/html/painting-concentriccircles-circlewidget-cpp.html share/doc/qt4/html/painting-concentriccircles-circlewidget-h.html +share/doc/qt4/html/painting-concentriccircles-concentriccircles-pro.html share/doc/qt4/html/painting-concentriccircles-main-cpp.html share/doc/qt4/html/painting-concentriccircles-window-cpp.html share/doc/qt4/html/painting-concentriccircles-window-h.html share/doc/qt4/html/painting-concentriccircles.html +share/doc/qt4/html/painting-fontsampler-fontsampler-pro.html share/doc/qt4/html/painting-fontsampler-main-cpp.html share/doc/qt4/html/painting-fontsampler-mainwindow-cpp.html share/doc/qt4/html/painting-fontsampler-mainwindow-h.html -share/doc/qt4/html/painting-fontsampler-previewdialog-cpp.html -share/doc/qt4/html/painting-fontsampler-previewdialog-h.html -share/doc/qt4/html/painting-fontsampler-previewlabel-cpp.html -share/doc/qt4/html/painting-fontsampler-previewlabel-h.html +share/doc/qt4/html/painting-fontsampler-mainwindowbase-ui.html share/doc/qt4/html/painting-fontsampler.html share/doc/qt4/html/painting-imagecomposition-imagecomposer-cpp.html share/doc/qt4/html/painting-imagecomposition-imagecomposer-h.html +share/doc/qt4/html/painting-imagecomposition-imagecomposition-pro.html share/doc/qt4/html/painting-imagecomposition-imagecomposition-qrc.html share/doc/qt4/html/painting-imagecomposition-main-cpp.html share/doc/qt4/html/painting-imagecomposition.html share/doc/qt4/html/painting-painterpaths-main-cpp.html +share/doc/qt4/html/painting-painterpaths-painterpaths-pro.html share/doc/qt4/html/painting-painterpaths-renderarea-cpp.html share/doc/qt4/html/painting-painterpaths-renderarea-h.html share/doc/qt4/html/painting-painterpaths-window-cpp.html share/doc/qt4/html/painting-painterpaths-window-h.html share/doc/qt4/html/painting-painterpaths.html +share/doc/qt4/html/painting-svgviewer-files-bubbles-svg.html +share/doc/qt4/html/painting-svgviewer-files-cubic-svg.html +share/doc/qt4/html/painting-svgviewer-files-spheres-svg.html share/doc/qt4/html/painting-svgviewer-main-cpp.html share/doc/qt4/html/painting-svgviewer-mainwindow-cpp.html share/doc/qt4/html/painting-svgviewer-mainwindow-h.html share/doc/qt4/html/painting-svgviewer-svgview-cpp.html share/doc/qt4/html/painting-svgviewer-svgview-h.html +share/doc/qt4/html/painting-svgviewer-svgviewer-pro.html share/doc/qt4/html/painting-svgviewer-svgviewer-qrc.html share/doc/qt4/html/painting-svgviewer-svgwindow-cpp.html share/doc/qt4/html/painting-svgviewer-svgwindow-h.html @@ -1789,13 +2136,62 @@ share/doc/qt4/html/painting-svgviewer.html share/doc/qt4/html/painting-transformations-main-cpp.html share/doc/qt4/html/painting-transformations-renderarea-cpp.html share/doc/qt4/html/painting-transformations-renderarea-h.html +share/doc/qt4/html/painting-transformations-transformations-pro.html share/doc/qt4/html/painting-transformations-window-cpp.html share/doc/qt4/html/painting-transformations-window-h.html share/doc/qt4/html/painting-transformations.html share/doc/qt4/html/paintsystem.html share/doc/qt4/html/pdf-licensing.html +share/doc/qt4/html/phonon-audiooutput-members.html +share/doc/qt4/html/phonon-audiooutput.html +share/doc/qt4/html/phonon-backendcapabilities-notifier-members.html +share/doc/qt4/html/phonon-backendcapabilities-notifier.html +share/doc/qt4/html/phonon-backendcapabilities.html +share/doc/qt4/html/phonon-capabilities-capabilities-pro.html +share/doc/qt4/html/phonon-capabilities-main-cpp.html +share/doc/qt4/html/phonon-capabilities-window-cpp.html +share/doc/qt4/html/phonon-capabilities-window-h.html +share/doc/qt4/html/phonon-capabilities.html +share/doc/qt4/html/phonon-effect-members.html +share/doc/qt4/html/phonon-effect.html +share/doc/qt4/html/phonon-effectparameter-members.html +share/doc/qt4/html/phonon-effectparameter.html +share/doc/qt4/html/phonon-effectwidget-members.html +share/doc/qt4/html/phonon-effectwidget.html +share/doc/qt4/html/phonon-globalconfig-members.html +share/doc/qt4/html/phonon-globalconfig.html +share/doc/qt4/html/phonon-mediacontroller-members.html +share/doc/qt4/html/phonon-mediacontroller.html +share/doc/qt4/html/phonon-medianode-members.html +share/doc/qt4/html/phonon-medianode.html +share/doc/qt4/html/phonon-mediaobject-members.html +share/doc/qt4/html/phonon-mediaobject.html +share/doc/qt4/html/phonon-mediasource-members.html +share/doc/qt4/html/phonon-mediasource.html +share/doc/qt4/html/phonon-module.html +share/doc/qt4/html/phonon-musicplayer-main-cpp.html +share/doc/qt4/html/phonon-musicplayer-mainwindow-cpp.html +share/doc/qt4/html/phonon-musicplayer-mainwindow-h.html +share/doc/qt4/html/phonon-musicplayer-musicplayer-pro.html +share/doc/qt4/html/phonon-musicplayer.html +share/doc/qt4/html/phonon-objectdescription-members.html +share/doc/qt4/html/phonon-objectdescription.html +share/doc/qt4/html/phonon-overview.html +share/doc/qt4/html/phonon-path-members.html +share/doc/qt4/html/phonon-path.html +share/doc/qt4/html/phonon-seekslider-members.html +share/doc/qt4/html/phonon-seekslider.html +share/doc/qt4/html/phonon-videoplayer-members.html +share/doc/qt4/html/phonon-videoplayer.html +share/doc/qt4/html/phonon-videowidget-members.html +share/doc/qt4/html/phonon-videowidget.html +share/doc/qt4/html/phonon-volumeslider-members.html +share/doc/qt4/html/phonon-volumeslider.html +share/doc/qt4/html/phonon.html +share/doc/qt4/html/platform-notes-embedded-linux.html share/doc/qt4/html/platform-notes-mac.html share/doc/qt4/html/platform-notes-platforms.html +share/doc/qt4/html/platform-notes-windows-ce.html share/doc/qt4/html/platform-notes-windows.html share/doc/qt4/html/platform-notes-x11.html share/doc/qt4/html/platform-notes.html @@ -1806,6 +2202,7 @@ share/doc/qt4/html/porting.html share/doc/qt4/html/porting4-designer.html share/doc/qt4/html/porting4-dnd.html share/doc/qt4/html/porting4-overview.html +share/doc/qt4/html/porting4-virtual-functions.html share/doc/qt4/html/porting4.html share/doc/qt4/html/printing.html share/doc/qt4/html/properties.html @@ -1923,6 +2320,8 @@ share/doc/qt4/html/q3groupbox-members.html share/doc/qt4/html/q3groupbox.html share/doc/qt4/html/q3hbox-members.html share/doc/qt4/html/q3hbox.html +share/doc/qt4/html/q3hboxlayout-members.html +share/doc/qt4/html/q3hboxlayout.html share/doc/qt4/html/q3hbuttongroup-members.html share/doc/qt4/html/q3hbuttongroup.html share/doc/qt4/html/q3header-members.html @@ -2107,6 +2506,8 @@ share/doc/qt4/html/q3valuevector-members.html share/doc/qt4/html/q3valuevector.html share/doc/qt4/html/q3vbox-members.html share/doc/qt4/html/q3vbox.html +share/doc/qt4/html/q3vboxlayout-members.html +share/doc/qt4/html/q3vboxlayout.html share/doc/qt4/html/q3vbuttongroup-members.html share/doc/qt4/html/q3vbuttongroup.html share/doc/qt4/html/q3vgroupbox-members.html @@ -2129,18 +2530,18 @@ share/doc/qt4/html/qabstractextensionmanager-members.html share/doc/qt4/html/qabstractextensionmanager.html share/doc/qt4/html/qabstractfileengine-extensionoption.html share/doc/qt4/html/qabstractfileengine-extensionreturn.html +share/doc/qt4/html/qabstractfileengine-mapextensionoption-members.html +share/doc/qt4/html/qabstractfileengine-mapextensionoption.html +share/doc/qt4/html/qabstractfileengine-mapextensionreturn-members.html +share/doc/qt4/html/qabstractfileengine-mapextensionreturn.html share/doc/qt4/html/qabstractfileengine-members.html +share/doc/qt4/html/qabstractfileengine-unmapextensionoption-members.html +share/doc/qt4/html/qabstractfileengine-unmapextensionoption.html share/doc/qt4/html/qabstractfileengine.html share/doc/qt4/html/qabstractfileenginehandler-members.html share/doc/qt4/html/qabstractfileenginehandler.html share/doc/qt4/html/qabstractfileengineiterator-members.html share/doc/qt4/html/qabstractfileengineiterator.html -share/doc/qt4/html/qabstractfontengine-fixedpoint-members.html -share/doc/qt4/html/qabstractfontengine-fixedpoint.html -share/doc/qt4/html/qabstractfontengine-glyphmetrics-members.html -share/doc/qt4/html/qabstractfontengine-glyphmetrics.html -share/doc/qt4/html/qabstractfontengine-members.html -share/doc/qt4/html/qabstractfontengine.html share/doc/qt4/html/qabstractformbuilder-members.html share/doc/qt4/html/qabstractformbuilder.html share/doc/qt4/html/qabstractgraphicsshapeitem-members.html @@ -2156,6 +2557,8 @@ share/doc/qt4/html/qabstractitemview-obsolete.html share/doc/qt4/html/qabstractitemview.html share/doc/qt4/html/qabstractlistmodel-members.html share/doc/qt4/html/qabstractlistmodel.html +share/doc/qt4/html/qabstractmessagehandler-members.html +share/doc/qt4/html/qabstractmessagehandler.html share/doc/qt4/html/qabstractprintdialog-members.html share/doc/qt4/html/qabstractprintdialog.html share/doc/qt4/html/qabstractproxymodel-members.html @@ -2178,6 +2581,12 @@ share/doc/qt4/html/qabstracttextdocumentlayout-paintcontext.html share/doc/qt4/html/qabstracttextdocumentlayout-selection-members.html share/doc/qt4/html/qabstracttextdocumentlayout-selection.html share/doc/qt4/html/qabstracttextdocumentlayout.html +share/doc/qt4/html/qabstracturiresolver-members.html +share/doc/qt4/html/qabstracturiresolver.html +share/doc/qt4/html/qabstractxmlnodemodel-members.html +share/doc/qt4/html/qabstractxmlnodemodel.html +share/doc/qt4/html/qabstractxmlreceiver-members.html +share/doc/qt4/html/qabstractxmlreceiver.html share/doc/qt4/html/qaccessible-members.html share/doc/qt4/html/qaccessible.html share/doc/qt4/html/qaccessiblebridge-members.html @@ -2207,34 +2616,14 @@ share/doc/qt4/html/qapplication-qt3.html share/doc/qt4/html/qapplication.html share/doc/qt4/html/qassistantclient-members.html share/doc/qt4/html/qassistantclient.html +share/doc/qt4/html/qatomicint-members.html +share/doc/qt4/html/qatomicint.html +share/doc/qt4/html/qatomicpointer-members.html +share/doc/qt4/html/qatomicpointer.html share/doc/qt4/html/qauthenticator-members.html share/doc/qt4/html/qauthenticator.html -share/doc/qt4/html/qaxaggregated-members.html -share/doc/qt4/html/qaxaggregated.html -share/doc/qt4/html/qaxbase-members.html -share/doc/qt4/html/qaxbase.html -share/doc/qt4/html/qaxbindable-members.html -share/doc/qt4/html/qaxbindable.html share/doc/qt4/html/qaxcontainer.html -share/doc/qt4/html/qaxfactory-members.html -share/doc/qt4/html/qaxfactory.html -share/doc/qt4/html/qaxobject-members.html -share/doc/qt4/html/qaxobject.html -share/doc/qt4/html/qaxscript-members.html -share/doc/qt4/html/qaxscript.html -share/doc/qt4/html/qaxscriptengine-members.html -share/doc/qt4/html/qaxscriptengine.html -share/doc/qt4/html/qaxscriptmanager-members.html -share/doc/qt4/html/qaxscriptmanager.html -share/doc/qt4/html/qaxserver-demo-hierarchy.html -share/doc/qt4/html/qaxserver-demo-menus.html -share/doc/qt4/html/qaxserver-demo-multiple.html -share/doc/qt4/html/qaxserver-demo-opengl.html -share/doc/qt4/html/qaxserver-demo-simple.html -share/doc/qt4/html/qaxserver-demo-wrapper.html share/doc/qt4/html/qaxserver.html -share/doc/qt4/html/qaxwidget-members.html -share/doc/qt4/html/qaxwidget.html share/doc/qt4/html/qbasictimer-members.html share/doc/qt4/html/qbasictimer.html share/doc/qt4/html/qbitarray-members.html @@ -2300,6 +2689,8 @@ share/doc/qt4/html/qcombobox-members.html share/doc/qt4/html/qcombobox-obsolete.html share/doc/qt4/html/qcombobox-qt3.html share/doc/qt4/html/qcombobox.html +share/doc/qt4/html/qcommandlinkbutton-members.html +share/doc/qt4/html/qcommandlinkbutton.html share/doc/qt4/html/qcommonstyle-members.html share/doc/qt4/html/qcommonstyle.html share/doc/qt4/html/qcompleter-members.html @@ -2312,9 +2703,6 @@ share/doc/qt4/html/qconststring.html share/doc/qt4/html/qcontextmenuevent-members.html share/doc/qt4/html/qcontextmenuevent-qt3.html share/doc/qt4/html/qcontextmenuevent.html -share/doc/qt4/html/qcopchannel-members.html -share/doc/qt4/html/qcopchannel-qt3.html -share/doc/qt4/html/qcopchannel.html share/doc/qt4/html/qcoreapplication-members.html share/doc/qt4/html/qcoreapplication-qt3.html share/doc/qt4/html/qcoreapplication.html @@ -2328,6 +2716,7 @@ share/doc/qt4/html/qcustomevent.html share/doc/qt4/html/qcustomrasterpaintdevice-members.html share/doc/qt4/html/qcustomrasterpaintdevice.html share/doc/qt4/html/qdatastream-members.html +share/doc/qt4/html/qdatastream-obsolete.html share/doc/qt4/html/qdatastream-qt3.html share/doc/qt4/html/qdatastream.html share/doc/qt4/html/qdatawidgetmapper-members.html @@ -2378,12 +2767,6 @@ share/doc/qt4/html/qdbusvariant-members.html share/doc/qt4/html/qdbusvariant.html share/doc/qt4/html/qdbusviewer.html share/doc/qt4/html/qdbusxml2cpp.html -share/doc/qt4/html/qdecoration-members.html -share/doc/qt4/html/qdecoration.html -share/doc/qt4/html/qdecorationfactory-members.html -share/doc/qt4/html/qdecorationfactory.html -share/doc/qt4/html/qdecorationplugin-members.html -share/doc/qt4/html/qdecorationplugin.html share/doc/qt4/html/qdesigneractioneditorinterface-members.html share/doc/qt4/html/qdesigneractioneditorinterface.html share/doc/qt4/html/qdesignercontainerextension-members.html @@ -2431,9 +2814,6 @@ share/doc/qt4/html/qdir-members.html share/doc/qt4/html/qdir-obsolete.html share/doc/qt4/html/qdir-qt3.html share/doc/qt4/html/qdir.html -share/doc/qt4/html/qdirectpainter-members.html -share/doc/qt4/html/qdirectpainter-obsolete.html -share/doc/qt4/html/qdirectpainter.html share/doc/qt4/html/qdiriterator-members.html share/doc/qt4/html/qdiriterator.html share/doc/qt4/html/qdirmodel-members.html @@ -2501,6 +2881,8 @@ share/doc/qt4/html/qevent-members.html share/doc/qt4/html/qevent.html share/doc/qt4/html/qeventloop-members.html share/doc/qt4/html/qeventloop.html +share/doc/qt4/html/qexplicitlyshareddatapointer-members.html +share/doc/qt4/html/qexplicitlyshareddatapointer.html share/doc/qt4/html/qextensionfactory-members.html share/doc/qt4/html/qextensionfactory.html share/doc/qt4/html/qextensionmanager-members.html @@ -2520,6 +2902,8 @@ share/doc/qt4/html/qfileinfo-qt3.html share/doc/qt4/html/qfileinfo.html share/doc/qt4/html/qfileopenevent-members.html share/doc/qt4/html/qfileopenevent.html +share/doc/qt4/html/qfilesystemmodel-members.html +share/doc/qt4/html/qfilesystemmodel.html share/doc/qt4/html/qfilesystemwatcher-members.html share/doc/qt4/html/qfilesystemwatcher.html share/doc/qt4/html/qflag-members.html @@ -2540,19 +2924,18 @@ share/doc/qt4/html/qfontdatabase-members.html share/doc/qt4/html/qfontdatabase.html share/doc/qt4/html/qfontdialog-members.html share/doc/qt4/html/qfontdialog.html -share/doc/qt4/html/qfontengineinfo-members.html -share/doc/qt4/html/qfontengineinfo.html -share/doc/qt4/html/qfontengineplugin-members.html -share/doc/qt4/html/qfontengineplugin.html share/doc/qt4/html/qfontinfo-members.html share/doc/qt4/html/qfontinfo.html share/doc/qt4/html/qfontmetrics-members.html +share/doc/qt4/html/qfontmetrics-obsolete.html share/doc/qt4/html/qfontmetrics-qt3.html share/doc/qt4/html/qfontmetrics.html share/doc/qt4/html/qfontmetricsf-members.html share/doc/qt4/html/qfontmetricsf.html share/doc/qt4/html/qformbuilder-members.html share/doc/qt4/html/qformbuilder.html +share/doc/qt4/html/qformlayout-members.html +share/doc/qt4/html/qformlayout.html share/doc/qt4/html/qframe-members.html share/doc/qt4/html/qframe-qt3.html share/doc/qt4/html/qframe.html @@ -2561,6 +2944,16 @@ share/doc/qt4/html/qfsfileengine.html share/doc/qt4/html/qftp-members.html share/doc/qt4/html/qftp-qt3.html share/doc/qt4/html/qftp.html +share/doc/qt4/html/qfuture-const-iterator-members.html +share/doc/qt4/html/qfuture-const-iterator.html +share/doc/qt4/html/qfuture-members.html +share/doc/qt4/html/qfuture.html +share/doc/qt4/html/qfutureiterator-members.html +share/doc/qt4/html/qfutureiterator.html +share/doc/qt4/html/qfuturesynchronizer-members.html +share/doc/qt4/html/qfuturesynchronizer.html +share/doc/qt4/html/qfuturewatcher-members.html +share/doc/qt4/html/qfuturewatcher.html share/doc/qt4/html/qgenericargument-members.html share/doc/qt4/html/qgenericargument.html share/doc/qt4/html/qgenericreturnargument-members.html @@ -2585,13 +2978,22 @@ share/doc/qt4/html/qgradient-members.html share/doc/qt4/html/qgradient.html share/doc/qt4/html/qgraphicsellipseitem-members.html share/doc/qt4/html/qgraphicsellipseitem.html +share/doc/qt4/html/qgraphicsgridlayout-members.html +share/doc/qt4/html/qgraphicsgridlayout.html share/doc/qt4/html/qgraphicsitem-members.html share/doc/qt4/html/qgraphicsitem-obsolete.html share/doc/qt4/html/qgraphicsitem.html share/doc/qt4/html/qgraphicsitemanimation-members.html +share/doc/qt4/html/qgraphicsitemanimation-obsolete.html share/doc/qt4/html/qgraphicsitemanimation.html share/doc/qt4/html/qgraphicsitemgroup-members.html share/doc/qt4/html/qgraphicsitemgroup.html +share/doc/qt4/html/qgraphicslayout-members.html +share/doc/qt4/html/qgraphicslayout.html +share/doc/qt4/html/qgraphicslayoutitem-members.html +share/doc/qt4/html/qgraphicslayoutitem.html +share/doc/qt4/html/qgraphicslinearlayout-members.html +share/doc/qt4/html/qgraphicslinearlayout.html share/doc/qt4/html/qgraphicslineitem-members.html share/doc/qt4/html/qgraphicslineitem.html share/doc/qt4/html/qgraphicspathitem-members.html @@ -2600,6 +3002,8 @@ share/doc/qt4/html/qgraphicspixmapitem-members.html share/doc/qt4/html/qgraphicspixmapitem.html share/doc/qt4/html/qgraphicspolygonitem-members.html share/doc/qt4/html/qgraphicspolygonitem.html +share/doc/qt4/html/qgraphicsproxywidget-members.html +share/doc/qt4/html/qgraphicsproxywidget.html share/doc/qt4/html/qgraphicsrectitem-members.html share/doc/qt4/html/qgraphicsrectitem.html share/doc/qt4/html/qgraphicsscene-members.html @@ -2616,16 +3020,23 @@ share/doc/qt4/html/qgraphicsscenehoverevent-members.html share/doc/qt4/html/qgraphicsscenehoverevent.html share/doc/qt4/html/qgraphicsscenemouseevent-members.html share/doc/qt4/html/qgraphicsscenemouseevent.html +share/doc/qt4/html/qgraphicsscenemoveevent-members.html +share/doc/qt4/html/qgraphicsscenemoveevent.html +share/doc/qt4/html/qgraphicssceneresizeevent-members.html +share/doc/qt4/html/qgraphicssceneresizeevent.html share/doc/qt4/html/qgraphicsscenewheelevent-members.html share/doc/qt4/html/qgraphicsscenewheelevent.html share/doc/qt4/html/qgraphicssimpletextitem-members.html share/doc/qt4/html/qgraphicssimpletextitem.html share/doc/qt4/html/qgraphicssvgitem-members.html +share/doc/qt4/html/qgraphicssvgitem-obsolete.html share/doc/qt4/html/qgraphicssvgitem.html share/doc/qt4/html/qgraphicstextitem-members.html share/doc/qt4/html/qgraphicstextitem.html share/doc/qt4/html/qgraphicsview-members.html share/doc/qt4/html/qgraphicsview.html +share/doc/qt4/html/qgraphicswidget-members.html +share/doc/qt4/html/qgraphicswidget.html share/doc/qt4/html/qgridlayout-members.html share/doc/qt4/html/qgridlayout-qt3.html share/doc/qt4/html/qgridlayout.html @@ -2645,8 +3056,30 @@ share/doc/qt4/html/qhboxlayout-qt3.html share/doc/qt4/html/qhboxlayout.html share/doc/qt4/html/qheaderview-members.html share/doc/qt4/html/qheaderview.html +share/doc/qt4/html/qhelpcontentitem-members.html +share/doc/qt4/html/qhelpcontentitem.html +share/doc/qt4/html/qhelpcontentmodel-members.html +share/doc/qt4/html/qhelpcontentmodel.html +share/doc/qt4/html/qhelpcontentwidget-members.html +share/doc/qt4/html/qhelpcontentwidget.html +share/doc/qt4/html/qhelpengine-members.html +share/doc/qt4/html/qhelpengine.html +share/doc/qt4/html/qhelpenginecore-members.html +share/doc/qt4/html/qhelpenginecore.html share/doc/qt4/html/qhelpevent-members.html share/doc/qt4/html/qhelpevent.html +share/doc/qt4/html/qhelpindexmodel-members.html +share/doc/qt4/html/qhelpindexmodel.html +share/doc/qt4/html/qhelpindexwidget-members.html +share/doc/qt4/html/qhelpindexwidget.html +share/doc/qt4/html/qhelpsearchengine-members.html +share/doc/qt4/html/qhelpsearchengine.html +share/doc/qt4/html/qhelpsearchquery-members.html +share/doc/qt4/html/qhelpsearchquery.html +share/doc/qt4/html/qhelpsearchquerywidget-members.html +share/doc/qt4/html/qhelpsearchquerywidget.html +share/doc/qt4/html/qhelpsearchresultwidget-members.html +share/doc/qt4/html/qhelpsearchresultwidget.html share/doc/qt4/html/qhideevent-members.html share/doc/qt4/html/qhideevent.html share/doc/qt4/html/qhostaddress-members.html @@ -2730,10 +3163,6 @@ share/doc/qt4/html/qitemselectionmodel.html share/doc/qt4/html/qitemselectionrange-members.html share/doc/qt4/html/qitemselectionrange-obsolete.html share/doc/qt4/html/qitemselectionrange.html -share/doc/qt4/html/qkbddriverfactory-members.html -share/doc/qt4/html/qkbddriverfactory.html -share/doc/qt4/html/qkbddriverplugin-members.html -share/doc/qt4/html/qkbddriverplugin.html share/doc/qt4/html/qkeyevent-members.html share/doc/qt4/html/qkeyevent-qt3.html share/doc/qt4/html/qkeyevent.html @@ -2769,6 +3198,7 @@ share/doc/qt4/html/qlineedit-members.html share/doc/qt4/html/qlineedit-qt3.html share/doc/qt4/html/qlineedit.html share/doc/qt4/html/qlinef-members.html +share/doc/qt4/html/qlinef-obsolete.html share/doc/qt4/html/qlinef.html share/doc/qt4/html/qlinkedlist-const-iterator-members.html share/doc/qt4/html/qlinkedlist-const-iterator.html @@ -2796,13 +3226,14 @@ share/doc/qt4/html/qlistwidget.html share/doc/qt4/html/qlistwidgetitem-members.html share/doc/qt4/html/qlistwidgetitem-obsolete.html share/doc/qt4/html/qlistwidgetitem.html +share/doc/qt4/html/qlocale-data-members.html +share/doc/qt4/html/qlocale-data.html share/doc/qt4/html/qlocale-members.html share/doc/qt4/html/qlocale.html -share/doc/qt4/html/qmacpasteboardmime-members.html -share/doc/qt4/html/qmacpasteboardmime.html -share/doc/qt4/html/qmacstyle-members.html -share/doc/qt4/html/qmacstyle-obsolete.html -share/doc/qt4/html/qmacstyle.html +share/doc/qt4/html/qlocalserver-members.html +share/doc/qt4/html/qlocalserver.html +share/doc/qt4/html/qlocalsocket-members.html +share/doc/qt4/html/qlocalsocket.html share/doc/qt4/html/qmainwindow-members.html share/doc/qt4/html/qmainwindow-qt3.html share/doc/qt4/html/qmainwindow.html @@ -2872,10 +3303,6 @@ share/doc/qt4/html/qmodelindex-members.html share/doc/qt4/html/qmodelindex.html share/doc/qt4/html/qmotifstyle-members.html share/doc/qt4/html/qmotifstyle.html -share/doc/qt4/html/qmousedriverfactory-members.html -share/doc/qt4/html/qmousedriverfactory.html -share/doc/qt4/html/qmousedriverplugin-members.html -share/doc/qt4/html/qmousedriverplugin.html share/doc/qt4/html/qmouseevent-members.html share/doc/qt4/html/qmouseevent-qt3.html share/doc/qt4/html/qmouseevent.html @@ -2905,12 +3332,22 @@ share/doc/qt4/html/qmutex-qt3.html share/doc/qt4/html/qmutex.html share/doc/qt4/html/qmutexlocker-members.html share/doc/qt4/html/qmutexlocker.html +share/doc/qt4/html/qnetworkaccessmanager-members.html +share/doc/qt4/html/qnetworkaccessmanager.html share/doc/qt4/html/qnetworkaddressentry-members.html share/doc/qt4/html/qnetworkaddressentry.html +share/doc/qt4/html/qnetworkcookie-members.html +share/doc/qt4/html/qnetworkcookie.html +share/doc/qt4/html/qnetworkcookiejar-members.html +share/doc/qt4/html/qnetworkcookiejar.html share/doc/qt4/html/qnetworkinterface-members.html share/doc/qt4/html/qnetworkinterface.html share/doc/qt4/html/qnetworkproxy-members.html share/doc/qt4/html/qnetworkproxy.html +share/doc/qt4/html/qnetworkreply-members.html +share/doc/qt4/html/qnetworkreply.html +share/doc/qt4/html/qnetworkrequest-members.html +share/doc/qt4/html/qnetworkrequest.html share/doc/qt4/html/qobject-members.html share/doc/qt4/html/qobject-qt3.html share/doc/qt4/html/qobject.html @@ -2932,6 +3369,7 @@ share/doc/qt4/html/qpainter.html share/doc/qt4/html/qpainterpath-element-members.html share/doc/qt4/html/qpainterpath-element.html share/doc/qt4/html/qpainterpath-members.html +share/doc/qt4/html/qpainterpath-obsolete.html share/doc/qt4/html/qpainterpath.html share/doc/qt4/html/qpainterpathstroker-members.html share/doc/qt4/html/qpainterpathstroker.html @@ -2963,7 +3401,10 @@ share/doc/qt4/html/qpixmap.html share/doc/qt4/html/qpixmapcache-members.html share/doc/qt4/html/qpixmapcache-obsolete.html share/doc/qt4/html/qpixmapcache.html -share/doc/qt4/html/qpl.html +share/doc/qt4/html/qplaintextdocumentlayout-members.html +share/doc/qt4/html/qplaintextdocumentlayout.html +share/doc/qt4/html/qplaintextedit-members.html +share/doc/qt4/html/qplaintextedit.html share/doc/qt4/html/qplastiquestyle-members.html share/doc/qt4/html/qplastiquestyle.html share/doc/qt4/html/qpluginloader-members.html @@ -2983,8 +3424,15 @@ share/doc/qt4/html/qprintdialog.html share/doc/qt4/html/qprintengine-members.html share/doc/qt4/html/qprintengine.html share/doc/qt4/html/qprinter-members.html +share/doc/qt4/html/qprinter-obsolete.html share/doc/qt4/html/qprinter-qt3.html share/doc/qt4/html/qprinter.html +share/doc/qt4/html/qprinterinfo-members.html +share/doc/qt4/html/qprinterinfo.html +share/doc/qt4/html/qprintpreviewdialog-members.html +share/doc/qt4/html/qprintpreviewdialog.html +share/doc/qt4/html/qprintpreviewwidget-members.html +share/doc/qt4/html/qprintpreviewwidget.html share/doc/qt4/html/qprocess-members.html share/doc/qt4/html/qprocess-obsolete.html share/doc/qt4/html/qprocess.html @@ -3034,22 +3482,26 @@ share/doc/qt4/html/qresource-obsolete.html share/doc/qt4/html/qresource.html share/doc/qt4/html/qrubberband-members.html share/doc/qt4/html/qrubberband.html -share/doc/qt4/html/qscreen-members.html -share/doc/qt4/html/qscreen.html -share/doc/qt4/html/qscreencursor-members.html -share/doc/qt4/html/qscreencursor.html -share/doc/qt4/html/qscreendriverfactory-members.html -share/doc/qt4/html/qscreendriverfactory.html -share/doc/qt4/html/qscreendriverplugin-members.html -share/doc/qt4/html/qscreendriverplugin.html +share/doc/qt4/html/qrunnable-members.html +share/doc/qt4/html/qrunnable.html share/doc/qt4/html/qscriptable-members.html share/doc/qt4/html/qscriptable.html +share/doc/qt4/html/qscriptclass-members.html +share/doc/qt4/html/qscriptclass.html +share/doc/qt4/html/qscriptclasspropertyiterator-members.html +share/doc/qt4/html/qscriptclasspropertyiterator.html share/doc/qt4/html/qscriptcontext-members.html share/doc/qt4/html/qscriptcontext.html +share/doc/qt4/html/qscriptcontextinfo-members.html +share/doc/qt4/html/qscriptcontextinfo.html share/doc/qt4/html/qscriptengine-members.html share/doc/qt4/html/qscriptengine.html +share/doc/qt4/html/qscriptengineagent-members.html +share/doc/qt4/html/qscriptengineagent.html share/doc/qt4/html/qscriptextensionplugin-members.html share/doc/qt4/html/qscriptextensionplugin.html +share/doc/qt4/html/qscriptstring-members.html +share/doc/qt4/html/qscriptstring.html share/doc/qt4/html/qscriptvalue-members.html share/doc/qt4/html/qscriptvalue.html share/doc/qt4/html/qscriptvalueiterator-members.html @@ -3079,6 +3531,8 @@ share/doc/qt4/html/qshareddata-members.html share/doc/qt4/html/qshareddata.html share/doc/qt4/html/qshareddatapointer-members.html share/doc/qt4/html/qshareddatapointer.html +share/doc/qt4/html/qsharedmemory-members.html +share/doc/qt4/html/qsharedmemory.html share/doc/qt4/html/qshortcut-members.html share/doc/qt4/html/qshortcut.html share/doc/qt4/html/qshortcutevent-members.html @@ -3090,6 +3544,8 @@ share/doc/qt4/html/qsignalmapper-qt3.html share/doc/qt4/html/qsignalmapper.html share/doc/qt4/html/qsignalspy-members.html share/doc/qt4/html/qsignalspy.html +share/doc/qt4/html/qsimplexmlnodemodel-members.html +share/doc/qt4/html/qsimplexmlnodemodel.html share/doc/qt4/html/qsize-members.html share/doc/qt4/html/qsize.html share/doc/qt4/html/qsizef-members.html @@ -3112,6 +3568,8 @@ share/doc/qt4/html/qsortfilterproxymodel.html share/doc/qt4/html/qsound-members.html share/doc/qt4/html/qsound-qt3.html share/doc/qt4/html/qsound.html +share/doc/qt4/html/qsourcelocation-members.html +share/doc/qt4/html/qsourcelocation.html share/doc/qt4/html/qspaceritem-members.html share/doc/qt4/html/qspaceritem.html share/doc/qt4/html/qspinbox-members.html @@ -3171,6 +3629,8 @@ share/doc/qt4/html/qsslcertificate-members.html share/doc/qt4/html/qsslcertificate.html share/doc/qt4/html/qsslcipher-members.html share/doc/qt4/html/qsslcipher.html +share/doc/qt4/html/qsslconfiguration-members.html +share/doc/qt4/html/qsslconfiguration.html share/doc/qt4/html/qsslerror-members.html share/doc/qt4/html/qsslerror.html share/doc/qt4/html/qsslkey-members.html @@ -3210,6 +3670,8 @@ share/doc/qt4/html/qstringref.html share/doc/qt4/html/qstyle-members.html share/doc/qt4/html/qstyle-obsolete.html share/doc/qt4/html/qstyle.html +share/doc/qt4/html/qstyleditemdelegate-members.html +share/doc/qt4/html/qstyleditemdelegate.html share/doc/qt4/html/qstylefactory-members.html share/doc/qt4/html/qstylefactory.html share/doc/qt4/html/qstylehintreturn-members.html @@ -3283,6 +3745,8 @@ share/doc/qt4/html/qstyleoptionviewitem-members.html share/doc/qt4/html/qstyleoptionviewitem.html share/doc/qt4/html/qstyleoptionviewitemv2-members.html share/doc/qt4/html/qstyleoptionviewitemv2.html +share/doc/qt4/html/qstyleoptionviewitemv4-members.html +share/doc/qt4/html/qstyleoptionviewitemv4.html share/doc/qt4/html/qstylepainter-members.html share/doc/qt4/html/qstylepainter.html share/doc/qt4/html/qstyleplugin-members.html @@ -3299,16 +3763,40 @@ share/doc/qt4/html/qsysinfo-members.html share/doc/qt4/html/qsysinfo.html share/doc/qt4/html/qsystemlocale-members.html share/doc/qt4/html/qsystemlocale.html +share/doc/qt4/html/qsystemsemaphore-members.html +share/doc/qt4/html/qsystemsemaphore.html share/doc/qt4/html/qsystemtrayicon-members.html share/doc/qt4/html/qsystemtrayicon.html share/doc/qt4/html/qt-conf.html +share/doc/qt4/html/qt-embedded-accel.html +share/doc/qt4/html/qt-embedded-architecture.html +share/doc/qt4/html/qt-embedded-charinput.html +share/doc/qt4/html/qt-embedded-crosscompiling.html +share/doc/qt4/html/qt-embedded-deployment.html +share/doc/qt4/html/qt-embedded-differences.html +share/doc/qt4/html/qt-embedded-displaymanagement.html +share/doc/qt4/html/qt-embedded-envvars.html +share/doc/qt4/html/qt-embedded-features.html +share/doc/qt4/html/qt-embedded-fonts.html +share/doc/qt4/html/qt-embedded-install.html +share/doc/qt4/html/qt-embedded-makeqpf.html +share/doc/qt4/html/qt-embedded-opengl.html +share/doc/qt4/html/qt-embedded-performance.html +share/doc/qt4/html/qt-embedded-pointer.html +share/doc/qt4/html/qt-embedded-porting-device.html +share/doc/qt4/html/qt-embedded-porting-operatingsystem.html +share/doc/qt4/html/qt-embedded-running.html +share/doc/qt4/html/qt-embedded-testingframebuffer.html +share/doc/qt4/html/qt-embedded-vnc.html +share/doc/qt4/html/qt-embedded.html share/doc/qt4/html/qt-qt3.html share/doc/qt4/html/qt.dcf share/doc/qt4/html/qt.html +share/doc/qt4/html/qt.tags share/doc/qt4/html/qt3support.html share/doc/qt4/html/qt3to4-treewalker.html share/doc/qt4/html/qt3to4.html -share/doc/qt4/html/qt4-3-intro.html +share/doc/qt4/html/qt4-4-intro.html share/doc/qt4/html/qt4-accessibility.html share/doc/qt4/html/qt4-arthur.html share/doc/qt4/html/qt4-designer.html @@ -3342,6 +3830,32 @@ share/doc/qt4/html/qtabwidget-qt3.html share/doc/qt4/html/qtabwidget.html share/doc/qt4/html/qtalgorithms.html share/doc/qt4/html/qtassistant.html +share/doc/qt4/html/qtce.html +share/doc/qt4/html/qtconcurrent-exception-members.html +share/doc/qt4/html/qtconcurrent-exception.html +share/doc/qt4/html/qtconcurrent-imagescaling-imagescaling-cpp.html +share/doc/qt4/html/qtconcurrent-imagescaling-imagescaling-h.html +share/doc/qt4/html/qtconcurrent-imagescaling-imagescaling-pro.html +share/doc/qt4/html/qtconcurrent-imagescaling-main-cpp.html +share/doc/qt4/html/qtconcurrent-imagescaling.html +share/doc/qt4/html/qtconcurrent-map-main-cpp.html +share/doc/qt4/html/qtconcurrent-map-map-pro.html +share/doc/qt4/html/qtconcurrent-map.html +share/doc/qt4/html/qtconcurrent-progressdialog-main-cpp.html +share/doc/qt4/html/qtconcurrent-progressdialog-progressdialog-pro.html +share/doc/qt4/html/qtconcurrent-progressdialog.html +share/doc/qt4/html/qtconcurrent-runfunction-main-cpp.html +share/doc/qt4/html/qtconcurrent-runfunction-runfunction-pro.html +share/doc/qt4/html/qtconcurrent-runfunction.html +share/doc/qt4/html/qtconcurrent-unhandledexception-members.html +share/doc/qt4/html/qtconcurrent-unhandledexception.html +share/doc/qt4/html/qtconcurrent-wordcount-main-cpp.html +share/doc/qt4/html/qtconcurrent-wordcount-wordcount-pro.html +share/doc/qt4/html/qtconcurrent-wordcount.html +share/doc/qt4/html/qtconcurrent.html +share/doc/qt4/html/qtconcurrentfilter.html +share/doc/qt4/html/qtconcurrentmap.html +share/doc/qt4/html/qtconcurrentrun.html share/doc/qt4/html/qtconfig.html share/doc/qt4/html/qtcore.html share/doc/qt4/html/qtcpserver-members.html @@ -3359,12 +3873,16 @@ share/doc/qt4/html/qtesteventlist.html share/doc/qt4/html/qtestlib-manual.html share/doc/qt4/html/qtestlib-tutorial.html share/doc/qt4/html/qtestlib-tutorial1-testqstring-cpp.html +share/doc/qt4/html/qtestlib-tutorial1-tutorial1-pro.html share/doc/qt4/html/qtestlib-tutorial1.html share/doc/qt4/html/qtestlib-tutorial2-testqstring-cpp.html +share/doc/qt4/html/qtestlib-tutorial2-tutorial2-pro.html share/doc/qt4/html/qtestlib-tutorial2.html share/doc/qt4/html/qtestlib-tutorial3-testgui-cpp.html +share/doc/qt4/html/qtestlib-tutorial3-tutorial3-pro.html share/doc/qt4/html/qtestlib-tutorial3.html share/doc/qt4/html/qtestlib-tutorial4-testgui-cpp.html +share/doc/qt4/html/qtestlib-tutorial4-tutorial4-pro.html share/doc/qt4/html/qtestlib-tutorial4.html share/doc/qt4/html/qtextblock-iterator-members.html share/doc/qt4/html/qtextblock-iterator.html @@ -3376,6 +3894,8 @@ share/doc/qt4/html/qtextblockgroup-members.html share/doc/qt4/html/qtextblockgroup.html share/doc/qt4/html/qtextblockuserdata-members.html share/doc/qt4/html/qtextblockuserdata.html +share/doc/qt4/html/qtextboundaryfinder-members.html +share/doc/qt4/html/qtextboundaryfinder.html share/doc/qt4/html/qtextbrowser-members.html share/doc/qt4/html/qtextbrowser-qt3.html share/doc/qt4/html/qtextbrowser.html @@ -3420,6 +3940,8 @@ share/doc/qt4/html/qtextinlineobject-members.html share/doc/qt4/html/qtextinlineobject.html share/doc/qt4/html/qtextistream-members.html share/doc/qt4/html/qtextistream.html +share/doc/qt4/html/qtextitem-members.html +share/doc/qt4/html/qtextitem.html share/doc/qt4/html/qtextlayout-formatrange-members.html share/doc/qt4/html/qtextlayout-formatrange.html share/doc/qt4/html/qtextlayout-members.html @@ -3436,6 +3958,8 @@ share/doc/qt4/html/qtextlistformat.html share/doc/qt4/html/qtextobject-members.html share/doc/qt4/html/qtextobject.html share/doc/qt4/html/qtextoption-members.html +share/doc/qt4/html/qtextoption-tab-members.html +share/doc/qt4/html/qtextoption-tab.html share/doc/qt4/html/qtextoption.html share/doc/qt4/html/qtextostream-members.html share/doc/qt4/html/qtextostream.html @@ -3446,13 +3970,21 @@ share/doc/qt4/html/qtexttable-members.html share/doc/qt4/html/qtexttable.html share/doc/qt4/html/qtexttablecell-members.html share/doc/qt4/html/qtexttablecell.html +share/doc/qt4/html/qtexttablecellformat-members.html +share/doc/qt4/html/qtexttablecellformat.html share/doc/qt4/html/qtexttableformat-members.html share/doc/qt4/html/qtexttableformat.html +share/doc/qt4/html/qtglobal-obsolete.html +share/doc/qt4/html/qtglobal-qt3.html share/doc/qt4/html/qtglobal.html share/doc/qt4/html/qtgui.html +share/doc/qt4/html/qthelp.html +share/doc/qt4/html/qthelpproject.html share/doc/qt4/html/qthread-members.html share/doc/qt4/html/qthread-qt3.html share/doc/qt4/html/qthread.html +share/doc/qt4/html/qthreadpool-members.html +share/doc/qt4/html/qthreadpool.html share/doc/qt4/html/qthreadstorage-members.html share/doc/qt4/html/qthreadstorage.html share/doc/qt4/html/qtime-members.html @@ -3482,50 +4014,7 @@ share/doc/qt4/html/qtooltip-members.html share/doc/qt4/html/qtooltip-qt3.html share/doc/qt4/html/qtooltip.html share/doc/qt4/html/qtopengl.html -share/doc/qt4/html/qtopiacore-accel.html -share/doc/qt4/html/qtopiacore-ahigl-qscreenahigl-qws-cpp.html -share/doc/qt4/html/qtopiacore-ahigl-qscreenahigl-qws-h.html -share/doc/qt4/html/qtopiacore-ahigl-qscreenahiglplugin-cpp.html -share/doc/qt4/html/qtopiacore-ahigl-qwindowsurface-ahigl-cpp.html -share/doc/qt4/html/qtopiacore-ahigl-qwindowsurface-ahigl-p-h.html -share/doc/qt4/html/qtopiacore-ahigl.html -share/doc/qt4/html/qtopiacore-architecture.html -share/doc/qt4/html/qtopiacore-charinput.html -share/doc/qt4/html/qtopiacore-crosscompiling.html -share/doc/qt4/html/qtopiacore-deployment.html -share/doc/qt4/html/qtopiacore-differences.html -share/doc/qt4/html/qtopiacore-displaymanagement.html -share/doc/qt4/html/qtopiacore-envvars.html -share/doc/qt4/html/qtopiacore-features.html -share/doc/qt4/html/qtopiacore-fonts.html -share/doc/qt4/html/qtopiacore-install.html -share/doc/qt4/html/qtopiacore-makeqpf.html -share/doc/qt4/html/qtopiacore-mousecalibration-calibration-cpp.html -share/doc/qt4/html/qtopiacore-mousecalibration-calibration-h.html -share/doc/qt4/html/qtopiacore-mousecalibration-main-cpp.html -share/doc/qt4/html/qtopiacore-mousecalibration-scribblewidget-cpp.html -share/doc/qt4/html/qtopiacore-mousecalibration-scribblewidget-h.html -share/doc/qt4/html/qtopiacore-mousecalibration.html -share/doc/qt4/html/qtopiacore-opengl.html -share/doc/qt4/html/qtopiacore-performance.html -share/doc/qt4/html/qtopiacore-pointer.html -share/doc/qt4/html/qtopiacore-porting-device.html -share/doc/qt4/html/qtopiacore-porting-operatingsystem.html -share/doc/qt4/html/qtopiacore-qvfb.html -share/doc/qt4/html/qtopiacore-running.html -share/doc/qt4/html/qtopiacore-svgalib-svgalibpaintdevice-cpp.html -share/doc/qt4/html/qtopiacore-svgalib-svgalibpaintdevice-h.html -share/doc/qt4/html/qtopiacore-svgalib-svgalibpaintengine-cpp.html -share/doc/qt4/html/qtopiacore-svgalib-svgalibpaintengine-h.html -share/doc/qt4/html/qtopiacore-svgalib-svgalibplugin-cpp.html -share/doc/qt4/html/qtopiacore-svgalib-svgalibscreen-cpp.html -share/doc/qt4/html/qtopiacore-svgalib-svgalibscreen-h.html -share/doc/qt4/html/qtopiacore-svgalib-svgalibsurface-cpp.html -share/doc/qt4/html/qtopiacore-svgalib-svgalibsurface-h.html -share/doc/qt4/html/qtopiacore-svgalib.html -share/doc/qt4/html/qtopiacore-testingframebuffer.html -share/doc/qt4/html/qtopiacore-vnc.html -share/doc/qt4/html/qtopiacore.html +share/doc/qt4/html/qtplugin-obsolete.html share/doc/qt4/html/qtplugin.html share/doc/qt4/html/qtransform-members.html share/doc/qt4/html/qtransform.html @@ -3550,7 +4039,9 @@ share/doc/qt4/html/qtsvg.html share/doc/qt4/html/qttest.html share/doc/qt4/html/qttools.html share/doc/qt4/html/qtuitools.html +share/doc/qt4/html/qtwebkit.html share/doc/qt4/html/qtxml.html +share/doc/qt4/html/qtxmlpatterns.html share/doc/qt4/html/qudpsocket-members.html share/doc/qt4/html/qudpsocket.html share/doc/qt4/html/quiloader-members.html @@ -3587,8 +4078,35 @@ share/doc/qt4/html/qvector-members.html share/doc/qt4/html/qvector.html share/doc/qt4/html/qvectoriterator-members.html share/doc/qt4/html/qvectoriterator.html +share/doc/qt4/html/qvfb.html share/doc/qt4/html/qwaitcondition-members.html share/doc/qt4/html/qwaitcondition.html +share/doc/qt4/html/qwebframe-members.html +share/doc/qt4/html/qwebframe.html +share/doc/qt4/html/qwebhistory-members.html +share/doc/qt4/html/qwebhistory.html +share/doc/qt4/html/qwebhistoryinterface-members.html +share/doc/qt4/html/qwebhistoryinterface.html +share/doc/qt4/html/qwebhistoryitem-members.html +share/doc/qt4/html/qwebhistoryitem.html +share/doc/qt4/html/qwebhittestresult-members.html +share/doc/qt4/html/qwebhittestresult.html +share/doc/qt4/html/qwebpage-extensionoption.html +share/doc/qt4/html/qwebpage-extensionreturn.html +share/doc/qt4/html/qwebpage-members.html +share/doc/qt4/html/qwebpage.html +share/doc/qt4/html/qwebpluginfactory-extensionoption.html +share/doc/qt4/html/qwebpluginfactory-extensionreturn.html +share/doc/qt4/html/qwebpluginfactory-members.html +share/doc/qt4/html/qwebpluginfactory-mimetype-members.html +share/doc/qt4/html/qwebpluginfactory-mimetype.html +share/doc/qt4/html/qwebpluginfactory-plugin-members.html +share/doc/qt4/html/qwebpluginfactory-plugin.html +share/doc/qt4/html/qwebpluginfactory.html +share/doc/qt4/html/qwebsettings-members.html +share/doc/qt4/html/qwebsettings.html +share/doc/qt4/html/qwebview-members.html +share/doc/qt4/html/qwebview.html share/doc/qt4/html/qwhatsthis-members.html share/doc/qt4/html/qwhatsthis-qt3.html share/doc/qt4/html/qwhatsthis.html @@ -3605,8 +4123,6 @@ share/doc/qt4/html/qwidgetaction-members.html share/doc/qt4/html/qwidgetaction.html share/doc/qt4/html/qwidgetitem-members.html share/doc/qt4/html/qwidgetitem.html -share/doc/qt4/html/qwindowsmime-members.html -share/doc/qt4/html/qwindowsmime.html share/doc/qt4/html/qwindowsstyle-members.html share/doc/qt4/html/qwindowsstyle.html share/doc/qt4/html/qwindowstatechangeevent-members.html @@ -3624,36 +4140,11 @@ share/doc/qt4/html/qworkspace-qt3.html share/doc/qt4/html/qworkspace.html share/doc/qt4/html/qwritelocker-members.html share/doc/qt4/html/qwritelocker.html +share/doc/qt4/html/qws-ahigl.html +share/doc/qt4/html/qws-dbscreen.html +share/doc/qt4/html/qws-mousecalibration.html +share/doc/qt4/html/qws-svgalib.html share/doc/qt4/html/qws.html -share/doc/qt4/html/qwscalibratedmousehandler-members.html -share/doc/qt4/html/qwscalibratedmousehandler.html -share/doc/qt4/html/qwsclient-members.html -share/doc/qt4/html/qwsclient.html -share/doc/qt4/html/qwsembedwidget-members.html -share/doc/qt4/html/qwsembedwidget.html -share/doc/qt4/html/qwsevent-members.html -share/doc/qt4/html/qwsevent.html -share/doc/qt4/html/qwsglwindowsurface-members.html -share/doc/qt4/html/qwsglwindowsurface.html -share/doc/qt4/html/qwsinputmethod-members.html -share/doc/qt4/html/qwsinputmethod-obsolete.html -share/doc/qt4/html/qwsinputmethod.html -share/doc/qt4/html/qwskeyboardhandler-members.html -share/doc/qt4/html/qwskeyboardhandler.html -share/doc/qt4/html/qwsmousehandler-members.html -share/doc/qt4/html/qwsmousehandler.html -share/doc/qt4/html/qwspointercalibrationdata-members.html -share/doc/qt4/html/qwspointercalibrationdata.html -share/doc/qt4/html/qwsscreensaver-members.html -share/doc/qt4/html/qwsscreensaver.html -share/doc/qt4/html/qwsserver-keyboardfilter-members.html -share/doc/qt4/html/qwsserver-keyboardfilter.html -share/doc/qt4/html/qwsserver-members.html -share/doc/qt4/html/qwsserver-obsolete.html -share/doc/qt4/html/qwsserver-qt3.html -share/doc/qt4/html/qwsserver.html -share/doc/qt4/html/qwswindow-members.html -share/doc/qt4/html/qwswindow.html share/doc/qt4/html/qx11embedcontainer-members.html share/doc/qt4/html/qx11embedcontainer.html share/doc/qt4/html/qx11embedwidget-members.html @@ -3674,20 +4165,36 @@ share/doc/qt4/html/qxmlentityresolver-members.html share/doc/qt4/html/qxmlentityresolver.html share/doc/qt4/html/qxmlerrorhandler-members.html share/doc/qt4/html/qxmlerrorhandler.html +share/doc/qt4/html/qxmlformatter-members.html +share/doc/qt4/html/qxmlformatter.html share/doc/qt4/html/qxmlinputsource-members.html share/doc/qt4/html/qxmlinputsource-qt3.html share/doc/qt4/html/qxmlinputsource.html +share/doc/qt4/html/qxmlitem-members.html +share/doc/qt4/html/qxmlitem.html share/doc/qt4/html/qxmllexicalhandler-members.html share/doc/qt4/html/qxmllexicalhandler.html share/doc/qt4/html/qxmllocator-members.html share/doc/qt4/html/qxmllocator.html +share/doc/qt4/html/qxmlname-members.html +share/doc/qt4/html/qxmlname.html +share/doc/qt4/html/qxmlnamepool-members.html +share/doc/qt4/html/qxmlnamepool.html share/doc/qt4/html/qxmlnamespacesupport-members.html share/doc/qt4/html/qxmlnamespacesupport.html +share/doc/qt4/html/qxmlnodemodelindex-members.html +share/doc/qt4/html/qxmlnodemodelindex.html share/doc/qt4/html/qxmlparseexception-members.html share/doc/qt4/html/qxmlparseexception.html +share/doc/qt4/html/qxmlquery-members.html +share/doc/qt4/html/qxmlquery.html share/doc/qt4/html/qxmlreader-members.html share/doc/qt4/html/qxmlreader-obsolete.html share/doc/qt4/html/qxmlreader.html +share/doc/qt4/html/qxmlresultitems-members.html +share/doc/qt4/html/qxmlresultitems.html +share/doc/qt4/html/qxmlserializer-members.html +share/doc/qt4/html/qxmlserializer.html share/doc/qt4/html/qxmlsimplereader-members.html share/doc/qt4/html/qxmlsimplereader.html share/doc/qt4/html/qxmlstreamattribute-members.html @@ -3696,6 +4203,8 @@ share/doc/qt4/html/qxmlstreamattributes-members.html share/doc/qt4/html/qxmlstreamattributes.html share/doc/qt4/html/qxmlstreamentitydeclaration-members.html share/doc/qt4/html/qxmlstreamentitydeclaration.html +share/doc/qt4/html/qxmlstreamentityresolver-members.html +share/doc/qt4/html/qxmlstreamentityresolver.html share/doc/qt4/html/qxmlstreamnamespacedeclaration-members.html share/doc/qt4/html/qxmlstreamnamespacedeclaration.html share/doc/qt4/html/qxmlstreamnotationdeclaration-members.html @@ -3705,8 +4214,15 @@ share/doc/qt4/html/qxmlstreamreader.html share/doc/qt4/html/qxmlstreamwriter-members.html share/doc/qt4/html/qxmlstreamwriter.html share/doc/qt4/html/rcc.html +share/doc/qt4/html/requirements-embedded-linux.html +share/doc/qt4/html/requirements-mac.html +share/doc/qt4/html/requirements-win.html +share/doc/qt4/html/requirements-wince.html +share/doc/qt4/html/requirements-x11.html +share/doc/qt4/html/requirements.html share/doc/qt4/html/resources.html share/doc/qt4/html/richtext-advanced-processing.html +share/doc/qt4/html/richtext-calendar-calendar-pro.html share/doc/qt4/html/richtext-calendar-main-cpp.html share/doc/qt4/html/richtext-calendar-mainwindow-cpp.html share/doc/qt4/html/richtext-calendar-mainwindow-h.html @@ -3719,6 +4235,7 @@ share/doc/qt4/html/richtext-orderform-detailsdialog-h.html share/doc/qt4/html/richtext-orderform-main-cpp.html share/doc/qt4/html/richtext-orderform-mainwindow-cpp.html share/doc/qt4/html/richtext-orderform-mainwindow-h.html +share/doc/qt4/html/richtext-orderform-orderform-pro.html share/doc/qt4/html/richtext-orderform.html share/doc/qt4/html/richtext-structure.html share/doc/qt4/html/richtext-syntaxhighlighter-highlighter-cpp.html @@ -3726,14 +4243,18 @@ share/doc/qt4/html/richtext-syntaxhighlighter-highlighter-h.html share/doc/qt4/html/richtext-syntaxhighlighter-main-cpp.html share/doc/qt4/html/richtext-syntaxhighlighter-mainwindow-cpp.html share/doc/qt4/html/richtext-syntaxhighlighter-mainwindow-h.html +share/doc/qt4/html/richtext-syntaxhighlighter-syntaxhighlighter-pro.html share/doc/qt4/html/richtext-syntaxhighlighter.html share/doc/qt4/html/richtext.html share/doc/qt4/html/script-calculator-calculator-js.html +share/doc/qt4/html/script-calculator-calculator-pro.html share/doc/qt4/html/script-calculator-calculator-qrc.html +share/doc/qt4/html/script-calculator-calculator-ui.html share/doc/qt4/html/script-calculator-main-cpp.html share/doc/qt4/html/script-calculator.html share/doc/qt4/html/script-context2d-context2d-cpp.html share/doc/qt4/html/script-context2d-context2d-h.html +share/doc/qt4/html/script-context2d-context2d-pro.html share/doc/qt4/html/script-context2d-context2d-qrc.html share/doc/qt4/html/script-context2d-domimage-cpp.html share/doc/qt4/html/script-context2d-domimage-h.html @@ -3762,31 +4283,45 @@ share/doc/qt4/html/script-context2d-scripts-translate-js.html share/doc/qt4/html/script-context2d-window-cpp.html share/doc/qt4/html/script-context2d-window-h.html share/doc/qt4/html/script-context2d.html +share/doc/qt4/html/script-customclass-bytearrayclass-cpp.html +share/doc/qt4/html/script-customclass-bytearrayclass-h.html +share/doc/qt4/html/script-customclass-bytearrayprototype-cpp.html +share/doc/qt4/html/script-customclass-bytearrayprototype-h.html +share/doc/qt4/html/script-customclass-customclass-pro.html +share/doc/qt4/html/script-customclass-main-cpp.html +share/doc/qt4/html/script-customclass.html share/doc/qt4/html/script-defaultprototypes-code-js.html +share/doc/qt4/html/script-defaultprototypes-defaultprototypes-pro.html share/doc/qt4/html/script-defaultprototypes-defaultprototypes-qrc.html share/doc/qt4/html/script-defaultprototypes-main-cpp.html share/doc/qt4/html/script-defaultprototypes-prototypes-cpp.html share/doc/qt4/html/script-defaultprototypes-prototypes-h.html share/doc/qt4/html/script-defaultprototypes.html +share/doc/qt4/html/script-helloscript-helloscript-pro.html share/doc/qt4/html/script-helloscript-main-cpp.html share/doc/qt4/html/script-helloscript.html share/doc/qt4/html/script-tetrix-main-cpp.html +share/doc/qt4/html/script-tetrix-tetrix-pro.html share/doc/qt4/html/script-tetrix-tetrix-qrc.html share/doc/qt4/html/script-tetrix-tetrixboard-cpp.html share/doc/qt4/html/script-tetrix-tetrixboard-h.html share/doc/qt4/html/script-tetrix-tetrixboard-js.html share/doc/qt4/html/script-tetrix-tetrixpiece-js.html share/doc/qt4/html/script-tetrix-tetrixwindow-js.html +share/doc/qt4/html/script-tetrix-tetrixwindow-ui.html share/doc/qt4/html/script-tetrix.html share/doc/qt4/html/script.html share/doc/qt4/html/scripting.html share/doc/qt4/html/session.html +share/doc/qt4/html/shadow-builds-wince.html share/doc/qt4/html/shared.html share/doc/qt4/html/signalsandslots.html +share/doc/qt4/html/sql-cachedtable-cachedtable-pro.html share/doc/qt4/html/sql-cachedtable-main-cpp.html share/doc/qt4/html/sql-cachedtable-tableeditor-cpp.html share/doc/qt4/html/sql-cachedtable-tableeditor-h.html share/doc/qt4/html/sql-cachedtable.html +share/doc/qt4/html/sql-drilldown-drilldown-pro.html share/doc/qt4/html/sql-drilldown-drilldown-qrc.html share/doc/qt4/html/sql-drilldown-imageitem-cpp.html share/doc/qt4/html/sql-drilldown-imageitem-h.html @@ -3797,12 +4332,14 @@ share/doc/qt4/html/sql-drilldown-view-cpp.html share/doc/qt4/html/sql-drilldown-view-h.html share/doc/qt4/html/sql-drilldown.html share/doc/qt4/html/sql-driver.html +share/doc/qt4/html/sql-masterdetail-albumdetails-xml.html share/doc/qt4/html/sql-masterdetail-database-h.html share/doc/qt4/html/sql-masterdetail-dialog-cpp.html share/doc/qt4/html/sql-masterdetail-dialog-h.html share/doc/qt4/html/sql-masterdetail-main-cpp.html share/doc/qt4/html/sql-masterdetail-mainwindow-cpp.html share/doc/qt4/html/sql-masterdetail-mainwindow-h.html +share/doc/qt4/html/sql-masterdetail-masterdetail-pro.html share/doc/qt4/html/sql-masterdetail-masterdetail-qrc.html share/doc/qt4/html/sql-masterdetail.html share/doc/qt4/html/sql-querymodel-customsqlmodel-cpp.html @@ -3810,11 +4347,15 @@ share/doc/qt4/html/sql-querymodel-customsqlmodel-h.html share/doc/qt4/html/sql-querymodel-editablesqlmodel-cpp.html share/doc/qt4/html/sql-querymodel-editablesqlmodel-h.html share/doc/qt4/html/sql-querymodel-main-cpp.html +share/doc/qt4/html/sql-querymodel-querymodel-pro.html share/doc/qt4/html/sql-querymodel.html share/doc/qt4/html/sql-relationaltablemodel-relationaltablemodel-cpp.html +share/doc/qt4/html/sql-relationaltablemodel-relationaltablemodel-pro.html share/doc/qt4/html/sql-relationaltablemodel.html share/doc/qt4/html/sql-tablemodel-tablemodel-cpp.html +share/doc/qt4/html/sql-tablemodel-tablemodel-pro.html share/doc/qt4/html/sql-tablemodel.html +share/doc/qt4/html/ssl.html share/doc/qt4/html/style-reference.html share/doc/qt4/html/stylesheet-customizing.html share/doc/qt4/html/stylesheet-designer.html @@ -3827,25 +4368,31 @@ share/doc/qt4/html/templates.html share/doc/qt4/html/text-processing.html share/doc/qt4/html/text.html share/doc/qt4/html/thread.html +share/doc/qt4/html/threading.html share/doc/qt4/html/threads-mandelbrot-main-cpp.html +share/doc/qt4/html/threads-mandelbrot-mandelbrot-pro.html share/doc/qt4/html/threads-mandelbrot-mandelbrotwidget-cpp.html share/doc/qt4/html/threads-mandelbrot-mandelbrotwidget-h.html share/doc/qt4/html/threads-mandelbrot-renderthread-cpp.html share/doc/qt4/html/threads-mandelbrot-renderthread-h.html share/doc/qt4/html/threads-mandelbrot.html share/doc/qt4/html/threads-semaphores-semaphores-cpp.html +share/doc/qt4/html/threads-semaphores-semaphores-pro.html share/doc/qt4/html/threads-semaphores.html share/doc/qt4/html/threads-waitconditions-waitconditions-cpp.html +share/doc/qt4/html/threads-waitconditions-waitconditions-pro.html share/doc/qt4/html/threads-waitconditions.html share/doc/qt4/html/threads.html share/doc/qt4/html/time.html share/doc/qt4/html/timers.html +share/doc/qt4/html/tools-codecs-codecs-pro.html share/doc/qt4/html/tools-codecs-main-cpp.html share/doc/qt4/html/tools-codecs-mainwindow-cpp.html share/doc/qt4/html/tools-codecs-mainwindow-h.html share/doc/qt4/html/tools-codecs-previewform-cpp.html share/doc/qt4/html/tools-codecs-previewform-h.html share/doc/qt4/html/tools-codecs.html +share/doc/qt4/html/tools-completer-completer-pro.html share/doc/qt4/html/tools-completer-completer-qrc.html share/doc/qt4/html/tools-completer-dirmodel-cpp.html share/doc/qt4/html/tools-completer-dirmodel-h.html @@ -3853,6 +4400,7 @@ share/doc/qt4/html/tools-completer-main-cpp.html share/doc/qt4/html/tools-completer-mainwindow-cpp.html share/doc/qt4/html/tools-completer-mainwindow-h.html share/doc/qt4/html/tools-completer.html +share/doc/qt4/html/tools-customcompleter-customcompleter-pro.html share/doc/qt4/html/tools-customcompleter-customcompleter-qrc.html share/doc/qt4/html/tools-customcompleter-main-cpp.html share/doc/qt4/html/tools-customcompleter-mainwindow-cpp.html @@ -3860,13 +4408,17 @@ share/doc/qt4/html/tools-customcompleter-mainwindow-h.html share/doc/qt4/html/tools-customcompleter-textedit-cpp.html share/doc/qt4/html/tools-customcompleter-textedit-h.html share/doc/qt4/html/tools-customcompleter.html +share/doc/qt4/html/tools-echoplugin-echoplugin-pro.html share/doc/qt4/html/tools-echoplugin-echowindow-echointerface-h.html share/doc/qt4/html/tools-echoplugin-echowindow-echowindow-cpp.html share/doc/qt4/html/tools-echoplugin-echowindow-echowindow-h.html +share/doc/qt4/html/tools-echoplugin-echowindow-echowindow-pro.html share/doc/qt4/html/tools-echoplugin-echowindow-main-cpp.html share/doc/qt4/html/tools-echoplugin-plugin-echoplugin-cpp.html share/doc/qt4/html/tools-echoplugin-plugin-echoplugin-h.html +share/doc/qt4/html/tools-echoplugin-plugin-plugin-pro.html share/doc/qt4/html/tools-echoplugin.html +share/doc/qt4/html/tools-i18n-i18n-pro.html share/doc/qt4/html/tools-i18n-i18n-qrc.html share/doc/qt4/html/tools-i18n-languagechooser-cpp.html share/doc/qt4/html/tools-i18n-languagechooser-h.html @@ -3880,16 +4432,20 @@ share/doc/qt4/html/tools-plugandpaint-mainwindow-cpp.html share/doc/qt4/html/tools-plugandpaint-mainwindow-h.html share/doc/qt4/html/tools-plugandpaint-paintarea-cpp.html share/doc/qt4/html/tools-plugandpaint-paintarea-h.html +share/doc/qt4/html/tools-plugandpaint-plugandpaint-pro.html share/doc/qt4/html/tools-plugandpaint-plugindialog-cpp.html share/doc/qt4/html/tools-plugandpaint-plugindialog-h.html share/doc/qt4/html/tools-plugandpaint.html +share/doc/qt4/html/tools-plugandpaintplugins-basictools-basictools-pro.html share/doc/qt4/html/tools-plugandpaintplugins-basictools-basictoolsplugin-cpp.html share/doc/qt4/html/tools-plugandpaintplugins-basictools-basictoolsplugin-h.html share/doc/qt4/html/tools-plugandpaintplugins-basictools.html +share/doc/qt4/html/tools-plugandpaintplugins-extrafilters-extrafilters-pro.html share/doc/qt4/html/tools-plugandpaintplugins-extrafilters-extrafiltersplugin-cpp.html share/doc/qt4/html/tools-plugandpaintplugins-extrafilters-extrafiltersplugin-h.html share/doc/qt4/html/tools-plugandpaintplugins-extrafilters.html share/doc/qt4/html/tools-regexp-main-cpp.html +share/doc/qt4/html/tools-regexp-regexp-pro.html share/doc/qt4/html/tools-regexp-regexpdialog-cpp.html share/doc/qt4/html/tools-regexp-regexpdialog-h.html share/doc/qt4/html/tools-regexp.html @@ -3898,24 +4454,29 @@ share/doc/qt4/html/tools-settingseditor-locationdialog-h.html share/doc/qt4/html/tools-settingseditor-main-cpp.html share/doc/qt4/html/tools-settingseditor-mainwindow-cpp.html share/doc/qt4/html/tools-settingseditor-mainwindow-h.html +share/doc/qt4/html/tools-settingseditor-settingseditor-pro.html share/doc/qt4/html/tools-settingseditor-settingstree-cpp.html share/doc/qt4/html/tools-settingseditor-settingstree-h.html share/doc/qt4/html/tools-settingseditor-variantdelegate-cpp.html share/doc/qt4/html/tools-settingseditor-variantdelegate-h.html share/doc/qt4/html/tools-settingseditor.html +share/doc/qt4/html/tools-styleplugin-plugin-plugin-pro.html share/doc/qt4/html/tools-styleplugin-plugin-simplestyle-cpp.html share/doc/qt4/html/tools-styleplugin-plugin-simplestyle-h.html share/doc/qt4/html/tools-styleplugin-plugin-simplestyleplugin-cpp.html share/doc/qt4/html/tools-styleplugin-plugin-simplestyleplugin-h.html +share/doc/qt4/html/tools-styleplugin-styleplugin-pro.html share/doc/qt4/html/tools-styleplugin-stylewindow-main-cpp.html share/doc/qt4/html/tools-styleplugin-stylewindow-stylewindow-cpp.html share/doc/qt4/html/tools-styleplugin-stylewindow-stylewindow-h.html +share/doc/qt4/html/tools-styleplugin-stylewindow-stylewindow-pro.html share/doc/qt4/html/tools-styleplugin.html share/doc/qt4/html/tools-treemodelcompleter-main-cpp.html share/doc/qt4/html/tools-treemodelcompleter-mainwindow-cpp.html share/doc/qt4/html/tools-treemodelcompleter-mainwindow-h.html share/doc/qt4/html/tools-treemodelcompleter-treemodelcompleter-cpp.html share/doc/qt4/html/tools-treemodelcompleter-treemodelcompleter-h.html +share/doc/qt4/html/tools-treemodelcompleter-treemodelcompleter-pro.html share/doc/qt4/html/tools-treemodelcompleter-treemodelcompleter-qrc.html share/doc/qt4/html/tools-treemodelcompleter.html share/doc/qt4/html/tools-undoframework-commands-cpp.html @@ -3927,101 +4488,184 @@ share/doc/qt4/html/tools-undoframework-diagramscene-h.html share/doc/qt4/html/tools-undoframework-main-cpp.html share/doc/qt4/html/tools-undoframework-mainwindow-cpp.html share/doc/qt4/html/tools-undoframework-mainwindow-h.html +share/doc/qt4/html/tools-undoframework-undoframework-pro.html share/doc/qt4/html/tools-undoframework-undoframework-qrc.html share/doc/qt4/html/tools-undoframework.html share/doc/qt4/html/tools.html share/doc/qt4/html/topics.html share/doc/qt4/html/trademarks.html -share/doc/qt4/html/trolltech.html -share/doc/qt4/html/tutorial-t1-main-cpp.html -share/doc/qt4/html/tutorial-t1.html -share/doc/qt4/html/tutorial-t10-cannonfield-cpp.html -share/doc/qt4/html/tutorial-t10-cannonfield-h.html -share/doc/qt4/html/tutorial-t10-lcdrange-cpp.html -share/doc/qt4/html/tutorial-t10-lcdrange-h.html -share/doc/qt4/html/tutorial-t10-main-cpp.html -share/doc/qt4/html/tutorial-t10.html -share/doc/qt4/html/tutorial-t11-cannonfield-cpp.html -share/doc/qt4/html/tutorial-t11-cannonfield-h.html -share/doc/qt4/html/tutorial-t11-lcdrange-cpp.html -share/doc/qt4/html/tutorial-t11-lcdrange-h.html -share/doc/qt4/html/tutorial-t11-main-cpp.html -share/doc/qt4/html/tutorial-t11.html -share/doc/qt4/html/tutorial-t12-cannonfield-cpp.html -share/doc/qt4/html/tutorial-t12-cannonfield-h.html -share/doc/qt4/html/tutorial-t12-lcdrange-cpp.html -share/doc/qt4/html/tutorial-t12-lcdrange-h.html -share/doc/qt4/html/tutorial-t12-main-cpp.html -share/doc/qt4/html/tutorial-t12.html -share/doc/qt4/html/tutorial-t13-cannonfield-cpp.html -share/doc/qt4/html/tutorial-t13-cannonfield-h.html -share/doc/qt4/html/tutorial-t13-gameboard-cpp.html -share/doc/qt4/html/tutorial-t13-gameboard-h.html -share/doc/qt4/html/tutorial-t13-lcdrange-cpp.html -share/doc/qt4/html/tutorial-t13-lcdrange-h.html -share/doc/qt4/html/tutorial-t13-main-cpp.html -share/doc/qt4/html/tutorial-t13.html -share/doc/qt4/html/tutorial-t14-cannonfield-cpp.html -share/doc/qt4/html/tutorial-t14-cannonfield-h.html -share/doc/qt4/html/tutorial-t14-gameboard-cpp.html -share/doc/qt4/html/tutorial-t14-gameboard-h.html -share/doc/qt4/html/tutorial-t14-lcdrange-cpp.html -share/doc/qt4/html/tutorial-t14-lcdrange-h.html -share/doc/qt4/html/tutorial-t14-main-cpp.html -share/doc/qt4/html/tutorial-t14.html -share/doc/qt4/html/tutorial-t2-main-cpp.html -share/doc/qt4/html/tutorial-t2.html -share/doc/qt4/html/tutorial-t3-main-cpp.html -share/doc/qt4/html/tutorial-t3.html -share/doc/qt4/html/tutorial-t4-main-cpp.html -share/doc/qt4/html/tutorial-t4.html -share/doc/qt4/html/tutorial-t5-main-cpp.html -share/doc/qt4/html/tutorial-t5.html -share/doc/qt4/html/tutorial-t6-main-cpp.html -share/doc/qt4/html/tutorial-t6.html -share/doc/qt4/html/tutorial-t7-lcdrange-cpp.html -share/doc/qt4/html/tutorial-t7-lcdrange-h.html -share/doc/qt4/html/tutorial-t7-main-cpp.html -share/doc/qt4/html/tutorial-t7.html -share/doc/qt4/html/tutorial-t8-cannonfield-cpp.html -share/doc/qt4/html/tutorial-t8-cannonfield-h.html -share/doc/qt4/html/tutorial-t8-lcdrange-cpp.html -share/doc/qt4/html/tutorial-t8-lcdrange-h.html -share/doc/qt4/html/tutorial-t8-main-cpp.html -share/doc/qt4/html/tutorial-t8.html -share/doc/qt4/html/tutorial-t9-cannonfield-cpp.html -share/doc/qt4/html/tutorial-t9-cannonfield-h.html -share/doc/qt4/html/tutorial-t9-lcdrange-cpp.html -share/doc/qt4/html/tutorial-t9-lcdrange-h.html -share/doc/qt4/html/tutorial-t9-main-cpp.html -share/doc/qt4/html/tutorial-t9.html -share/doc/qt4/html/tutorial.html +share/doc/qt4/html/tutorials-addressbook-part1-addressbook-cpp.html +share/doc/qt4/html/tutorials-addressbook-part1-addressbook-h.html +share/doc/qt4/html/tutorials-addressbook-part1-main-cpp.html +share/doc/qt4/html/tutorials-addressbook-part1-part1-pro.html +share/doc/qt4/html/tutorials-addressbook-part1.html +share/doc/qt4/html/tutorials-addressbook-part2-addressbook-cpp.html +share/doc/qt4/html/tutorials-addressbook-part2-addressbook-h.html +share/doc/qt4/html/tutorials-addressbook-part2-main-cpp.html +share/doc/qt4/html/tutorials-addressbook-part2-part2-pro.html +share/doc/qt4/html/tutorials-addressbook-part2.html +share/doc/qt4/html/tutorials-addressbook-part3-addressbook-cpp.html +share/doc/qt4/html/tutorials-addressbook-part3-addressbook-h.html +share/doc/qt4/html/tutorials-addressbook-part3-main-cpp.html +share/doc/qt4/html/tutorials-addressbook-part3-part3-pro.html +share/doc/qt4/html/tutorials-addressbook-part3.html +share/doc/qt4/html/tutorials-addressbook-part4-addressbook-cpp.html +share/doc/qt4/html/tutorials-addressbook-part4-addressbook-h.html +share/doc/qt4/html/tutorials-addressbook-part4-main-cpp.html +share/doc/qt4/html/tutorials-addressbook-part4-part4-pro.html +share/doc/qt4/html/tutorials-addressbook-part4.html +share/doc/qt4/html/tutorials-addressbook-part5-addressbook-cpp.html +share/doc/qt4/html/tutorials-addressbook-part5-addressbook-h.html +share/doc/qt4/html/tutorials-addressbook-part5-finddialog-cpp.html +share/doc/qt4/html/tutorials-addressbook-part5-finddialog-h.html +share/doc/qt4/html/tutorials-addressbook-part5-main-cpp.html +share/doc/qt4/html/tutorials-addressbook-part5-part5-pro.html +share/doc/qt4/html/tutorials-addressbook-part5.html +share/doc/qt4/html/tutorials-addressbook-part6-addressbook-cpp.html +share/doc/qt4/html/tutorials-addressbook-part6-addressbook-h.html +share/doc/qt4/html/tutorials-addressbook-part6-finddialog-cpp.html +share/doc/qt4/html/tutorials-addressbook-part6-finddialog-h.html +share/doc/qt4/html/tutorials-addressbook-part6-main-cpp.html +share/doc/qt4/html/tutorials-addressbook-part6-part6-pro.html +share/doc/qt4/html/tutorials-addressbook-part6.html +share/doc/qt4/html/tutorials-addressbook-part7-addressbook-cpp.html +share/doc/qt4/html/tutorials-addressbook-part7-addressbook-h.html +share/doc/qt4/html/tutorials-addressbook-part7-finddialog-cpp.html +share/doc/qt4/html/tutorials-addressbook-part7-finddialog-h.html +share/doc/qt4/html/tutorials-addressbook-part7-main-cpp.html +share/doc/qt4/html/tutorials-addressbook-part7-part7-pro.html +share/doc/qt4/html/tutorials-addressbook-part7.html +share/doc/qt4/html/tutorials-addressbook.html +share/doc/qt4/html/tutorials-tutorial-t1-main-cpp.html +share/doc/qt4/html/tutorials-tutorial-t1-t1-pro.html +share/doc/qt4/html/tutorials-tutorial-t1.html +share/doc/qt4/html/tutorials-tutorial-t10-cannonfield-cpp.html +share/doc/qt4/html/tutorials-tutorial-t10-cannonfield-h.html +share/doc/qt4/html/tutorials-tutorial-t10-lcdrange-cpp.html +share/doc/qt4/html/tutorials-tutorial-t10-lcdrange-h.html +share/doc/qt4/html/tutorials-tutorial-t10-main-cpp.html +share/doc/qt4/html/tutorials-tutorial-t10-t10-pro.html +share/doc/qt4/html/tutorials-tutorial-t10.html +share/doc/qt4/html/tutorials-tutorial-t11-cannonfield-cpp.html +share/doc/qt4/html/tutorials-tutorial-t11-cannonfield-h.html +share/doc/qt4/html/tutorials-tutorial-t11-lcdrange-cpp.html +share/doc/qt4/html/tutorials-tutorial-t11-lcdrange-h.html +share/doc/qt4/html/tutorials-tutorial-t11-main-cpp.html +share/doc/qt4/html/tutorials-tutorial-t11-t11-pro.html +share/doc/qt4/html/tutorials-tutorial-t11.html +share/doc/qt4/html/tutorials-tutorial-t12-cannonfield-cpp.html +share/doc/qt4/html/tutorials-tutorial-t12-cannonfield-h.html +share/doc/qt4/html/tutorials-tutorial-t12-lcdrange-cpp.html +share/doc/qt4/html/tutorials-tutorial-t12-lcdrange-h.html +share/doc/qt4/html/tutorials-tutorial-t12-main-cpp.html +share/doc/qt4/html/tutorials-tutorial-t12-t12-pro.html +share/doc/qt4/html/tutorials-tutorial-t12.html +share/doc/qt4/html/tutorials-tutorial-t13-cannonfield-cpp.html +share/doc/qt4/html/tutorials-tutorial-t13-cannonfield-h.html +share/doc/qt4/html/tutorials-tutorial-t13-gameboard-cpp.html +share/doc/qt4/html/tutorials-tutorial-t13-gameboard-h.html +share/doc/qt4/html/tutorials-tutorial-t13-lcdrange-cpp.html +share/doc/qt4/html/tutorials-tutorial-t13-lcdrange-h.html +share/doc/qt4/html/tutorials-tutorial-t13-main-cpp.html +share/doc/qt4/html/tutorials-tutorial-t13-t13-pro.html +share/doc/qt4/html/tutorials-tutorial-t13.html +share/doc/qt4/html/tutorials-tutorial-t14-cannonfield-cpp.html +share/doc/qt4/html/tutorials-tutorial-t14-cannonfield-h.html +share/doc/qt4/html/tutorials-tutorial-t14-gameboard-cpp.html +share/doc/qt4/html/tutorials-tutorial-t14-gameboard-h.html +share/doc/qt4/html/tutorials-tutorial-t14-lcdrange-cpp.html +share/doc/qt4/html/tutorials-tutorial-t14-lcdrange-h.html +share/doc/qt4/html/tutorials-tutorial-t14-main-cpp.html +share/doc/qt4/html/tutorials-tutorial-t14-t14-pro.html +share/doc/qt4/html/tutorials-tutorial-t14.html +share/doc/qt4/html/tutorials-tutorial-t2-main-cpp.html +share/doc/qt4/html/tutorials-tutorial-t2-t2-pro.html +share/doc/qt4/html/tutorials-tutorial-t2.html +share/doc/qt4/html/tutorials-tutorial-t3-main-cpp.html +share/doc/qt4/html/tutorials-tutorial-t3-t3-pro.html +share/doc/qt4/html/tutorials-tutorial-t3.html +share/doc/qt4/html/tutorials-tutorial-t4-main-cpp.html +share/doc/qt4/html/tutorials-tutorial-t4-t4-pro.html +share/doc/qt4/html/tutorials-tutorial-t4.html +share/doc/qt4/html/tutorials-tutorial-t5-main-cpp.html +share/doc/qt4/html/tutorials-tutorial-t5-t5-pro.html +share/doc/qt4/html/tutorials-tutorial-t5.html +share/doc/qt4/html/tutorials-tutorial-t6-main-cpp.html +share/doc/qt4/html/tutorials-tutorial-t6-t6-pro.html +share/doc/qt4/html/tutorials-tutorial-t6.html +share/doc/qt4/html/tutorials-tutorial-t7-lcdrange-cpp.html +share/doc/qt4/html/tutorials-tutorial-t7-lcdrange-h.html +share/doc/qt4/html/tutorials-tutorial-t7-main-cpp.html +share/doc/qt4/html/tutorials-tutorial-t7-t7-pro.html +share/doc/qt4/html/tutorials-tutorial-t7.html +share/doc/qt4/html/tutorials-tutorial-t8-cannonfield-cpp.html +share/doc/qt4/html/tutorials-tutorial-t8-cannonfield-h.html +share/doc/qt4/html/tutorials-tutorial-t8-lcdrange-cpp.html +share/doc/qt4/html/tutorials-tutorial-t8-lcdrange-h.html +share/doc/qt4/html/tutorials-tutorial-t8-main-cpp.html +share/doc/qt4/html/tutorials-tutorial-t8-t8-pro.html +share/doc/qt4/html/tutorials-tutorial-t8.html +share/doc/qt4/html/tutorials-tutorial-t9-cannonfield-cpp.html +share/doc/qt4/html/tutorials-tutorial-t9-cannonfield-h.html +share/doc/qt4/html/tutorials-tutorial-t9-lcdrange-cpp.html +share/doc/qt4/html/tutorials-tutorial-t9-lcdrange-h.html +share/doc/qt4/html/tutorials-tutorial-t9-main-cpp.html +share/doc/qt4/html/tutorials-tutorial-t9-t9-pro.html +share/doc/qt4/html/tutorials-tutorial-t9.html +share/doc/qt4/html/tutorials-tutorial.html +share/doc/qt4/html/tutorials.html share/doc/qt4/html/uic.html share/doc/qt4/html/uitools-multipleinheritance-calculatorform-cpp.html share/doc/qt4/html/uitools-multipleinheritance-calculatorform-h.html +share/doc/qt4/html/uitools-multipleinheritance-calculatorform-ui.html share/doc/qt4/html/uitools-multipleinheritance-main-cpp.html +share/doc/qt4/html/uitools-multipleinheritance-multipleinheritance-pro.html share/doc/qt4/html/uitools-multipleinheritance.html +share/doc/qt4/html/uitools-textfinder-forms-textfinder-ui.html share/doc/qt4/html/uitools-textfinder-main-cpp.html share/doc/qt4/html/uitools-textfinder-textfinder-cpp.html share/doc/qt4/html/uitools-textfinder-textfinder-h.html +share/doc/qt4/html/uitools-textfinder-textfinder-pro.html share/doc/qt4/html/uitools-textfinder-textfinder-qrc.html share/doc/qt4/html/uitools-textfinder.html share/doc/qt4/html/unicode.html +share/doc/qt4/html/unix-signals.html share/doc/qt4/html/usingadaptors.html +share/doc/qt4/html/webkit-formextractor-formextractor-cpp.html +share/doc/qt4/html/webkit-formextractor-formextractor-h.html +share/doc/qt4/html/webkit-formextractor-formextractor-pro.html +share/doc/qt4/html/webkit-formextractor-formextractor-qrc.html +share/doc/qt4/html/webkit-formextractor-formextractor-ui.html +share/doc/qt4/html/webkit-formextractor-main-cpp.html +share/doc/qt4/html/webkit-formextractor-mainwindow-cpp.html +share/doc/qt4/html/webkit-formextractor-mainwindow-h.html +share/doc/qt4/html/webkit-formextractor.html +share/doc/qt4/html/webkit-previewer-main-cpp.html +share/doc/qt4/html/webkit-previewer-mainwindow-cpp.html +share/doc/qt4/html/webkit-previewer-mainwindow-h.html +share/doc/qt4/html/webkit-previewer-previewer-cpp.html +share/doc/qt4/html/webkit-previewer-previewer-h.html +share/doc/qt4/html/webkit-previewer-previewer-pro.html +share/doc/qt4/html/webkit-previewer-previewer-ui.html +share/doc/qt4/html/webkit-previewer.html share/doc/qt4/html/widgets-analogclock-analogclock-cpp.html share/doc/qt4/html/widgets-analogclock-analogclock-h.html +share/doc/qt4/html/widgets-analogclock-analogclock-pro.html share/doc/qt4/html/widgets-analogclock-main-cpp.html share/doc/qt4/html/widgets-analogclock.html share/doc/qt4/html/widgets-calculator-button-cpp.html share/doc/qt4/html/widgets-calculator-button-h.html share/doc/qt4/html/widgets-calculator-calculator-cpp.html share/doc/qt4/html/widgets-calculator-calculator-h.html +share/doc/qt4/html/widgets-calculator-calculator-pro.html share/doc/qt4/html/widgets-calculator-main-cpp.html share/doc/qt4/html/widgets-calculator.html +share/doc/qt4/html/widgets-calendarwidget-calendarwidget-pro.html share/doc/qt4/html/widgets-calendarwidget-main-cpp.html share/doc/qt4/html/widgets-calendarwidget-window-cpp.html share/doc/qt4/html/widgets-calendarwidget-window-h.html share/doc/qt4/html/widgets-calendarwidget.html +share/doc/qt4/html/widgets-charactermap-charactermap-pro.html share/doc/qt4/html/widgets-charactermap-characterwidget-cpp.html share/doc/qt4/html/widgets-charactermap-characterwidget-h.html share/doc/qt4/html/widgets-charactermap-main-cpp.html @@ -4030,14 +4674,17 @@ share/doc/qt4/html/widgets-charactermap-mainwindow-h.html share/doc/qt4/html/widgets-charactermap.html share/doc/qt4/html/widgets-digitalclock-digitalclock-cpp.html share/doc/qt4/html/widgets-digitalclock-digitalclock-h.html +share/doc/qt4/html/widgets-digitalclock-digitalclock-pro.html share/doc/qt4/html/widgets-digitalclock-main-cpp.html share/doc/qt4/html/widgets-digitalclock.html +share/doc/qt4/html/widgets-groupbox-groupbox-pro.html share/doc/qt4/html/widgets-groupbox-main-cpp.html share/doc/qt4/html/widgets-groupbox-window-cpp.html share/doc/qt4/html/widgets-groupbox-window-h.html share/doc/qt4/html/widgets-groupbox.html share/doc/qt4/html/widgets-icons-iconpreviewarea-cpp.html share/doc/qt4/html/widgets-icons-iconpreviewarea-h.html +share/doc/qt4/html/widgets-icons-icons-pro.html share/doc/qt4/html/widgets-icons-iconsizespinbox-cpp.html share/doc/qt4/html/widgets-icons-iconsizespinbox-h.html share/doc/qt4/html/widgets-icons-imagedelegate-cpp.html @@ -4048,13 +4695,16 @@ share/doc/qt4/html/widgets-icons-mainwindow-h.html share/doc/qt4/html/widgets-icons.html share/doc/qt4/html/widgets-imageviewer-imageviewer-cpp.html share/doc/qt4/html/widgets-imageviewer-imageviewer-h.html +share/doc/qt4/html/widgets-imageviewer-imageviewer-pro.html share/doc/qt4/html/widgets-imageviewer-main-cpp.html share/doc/qt4/html/widgets-imageviewer.html +share/doc/qt4/html/widgets-lineedits-lineedits-pro.html share/doc/qt4/html/widgets-lineedits-main-cpp.html share/doc/qt4/html/widgets-lineedits-window-cpp.html share/doc/qt4/html/widgets-lineedits-window-h.html share/doc/qt4/html/widgets-lineedits.html share/doc/qt4/html/widgets-movie-main-cpp.html +share/doc/qt4/html/widgets-movie-movie-pro.html share/doc/qt4/html/widgets-movie-movie-qrc.html share/doc/qt4/html/widgets-movie-movieplayer-cpp.html share/doc/qt4/html/widgets-movie-movieplayer-h.html @@ -4062,46 +4712,58 @@ share/doc/qt4/html/widgets-movie.html share/doc/qt4/html/widgets-scribble-main-cpp.html share/doc/qt4/html/widgets-scribble-mainwindow-cpp.html share/doc/qt4/html/widgets-scribble-mainwindow-h.html +share/doc/qt4/html/widgets-scribble-scribble-pro.html share/doc/qt4/html/widgets-scribble-scribblearea-cpp.html share/doc/qt4/html/widgets-scribble-scribblearea-h.html share/doc/qt4/html/widgets-scribble.html share/doc/qt4/html/widgets-shapedclock-main-cpp.html share/doc/qt4/html/widgets-shapedclock-shapedclock-cpp.html share/doc/qt4/html/widgets-shapedclock-shapedclock-h.html +share/doc/qt4/html/widgets-shapedclock-shapedclock-pro.html share/doc/qt4/html/widgets-shapedclock.html share/doc/qt4/html/widgets-sliders-main-cpp.html +share/doc/qt4/html/widgets-sliders-sliders-pro.html share/doc/qt4/html/widgets-sliders-slidersgroup-cpp.html share/doc/qt4/html/widgets-sliders-slidersgroup-h.html share/doc/qt4/html/widgets-sliders-window-cpp.html share/doc/qt4/html/widgets-sliders-window-h.html share/doc/qt4/html/widgets-sliders.html share/doc/qt4/html/widgets-spinboxes-main-cpp.html +share/doc/qt4/html/widgets-spinboxes-spinboxes-pro.html share/doc/qt4/html/widgets-spinboxes-window-cpp.html share/doc/qt4/html/widgets-spinboxes-window-h.html share/doc/qt4/html/widgets-spinboxes.html share/doc/qt4/html/widgets-styles-main-cpp.html share/doc/qt4/html/widgets-styles-norwegianwoodstyle-cpp.html share/doc/qt4/html/widgets-styles-norwegianwoodstyle-h.html +share/doc/qt4/html/widgets-styles-styles-pro.html share/doc/qt4/html/widgets-styles-styles-qrc.html share/doc/qt4/html/widgets-styles-widgetgallery-cpp.html share/doc/qt4/html/widgets-styles-widgetgallery-h.html share/doc/qt4/html/widgets-styles.html +share/doc/qt4/html/widgets-stylesheet-layouts-default-ui.html +share/doc/qt4/html/widgets-stylesheet-layouts-pagefold-ui.html share/doc/qt4/html/widgets-stylesheet-main-cpp.html share/doc/qt4/html/widgets-stylesheet-mainwindow-cpp.html share/doc/qt4/html/widgets-stylesheet-mainwindow-h.html +share/doc/qt4/html/widgets-stylesheet-mainwindow-ui.html +share/doc/qt4/html/widgets-stylesheet-stylesheet-pro.html share/doc/qt4/html/widgets-stylesheet-stylesheet-qrc.html share/doc/qt4/html/widgets-stylesheet-stylesheeteditor-cpp.html share/doc/qt4/html/widgets-stylesheet-stylesheeteditor-h.html +share/doc/qt4/html/widgets-stylesheet-stylesheeteditor-ui.html share/doc/qt4/html/widgets-stylesheet.html share/doc/qt4/html/widgets-tablet-main-cpp.html share/doc/qt4/html/widgets-tablet-mainwindow-cpp.html share/doc/qt4/html/widgets-tablet-mainwindow-h.html +share/doc/qt4/html/widgets-tablet-tablet-pro.html share/doc/qt4/html/widgets-tablet-tabletapplication-cpp.html share/doc/qt4/html/widgets-tablet-tabletapplication-h.html share/doc/qt4/html/widgets-tablet-tabletcanvas-cpp.html share/doc/qt4/html/widgets-tablet-tabletcanvas-h.html share/doc/qt4/html/widgets-tablet.html share/doc/qt4/html/widgets-tetrix-main-cpp.html +share/doc/qt4/html/widgets-tetrix-tetrix-pro.html share/doc/qt4/html/widgets-tetrix-tetrixboard-cpp.html share/doc/qt4/html/widgets-tetrix-tetrixboard-h.html share/doc/qt4/html/widgets-tetrix-tetrixpiece-cpp.html @@ -4114,11 +4776,14 @@ share/doc/qt4/html/widgets-tooltips-shapeitem-cpp.html share/doc/qt4/html/widgets-tooltips-shapeitem-h.html share/doc/qt4/html/widgets-tooltips-sortingbox-cpp.html share/doc/qt4/html/widgets-tooltips-sortingbox-h.html +share/doc/qt4/html/widgets-tooltips-tooltips-pro.html share/doc/qt4/html/widgets-tooltips-tooltips-qrc.html share/doc/qt4/html/widgets-tooltips.html +share/doc/qt4/html/widgets-tutorial.html share/doc/qt4/html/widgets-wiggly-dialog-cpp.html share/doc/qt4/html/widgets-wiggly-dialog-h.html share/doc/qt4/html/widgets-wiggly-main-cpp.html +share/doc/qt4/html/widgets-wiggly-wiggly-pro.html share/doc/qt4/html/widgets-wiggly-wigglywidget-cpp.html share/doc/qt4/html/widgets-wiggly-wigglywidget-h.html share/doc/qt4/html/widgets-wiggly.html @@ -4127,8 +4792,13 @@ share/doc/qt4/html/widgets-windowflags-controllerwindow-h.html share/doc/qt4/html/widgets-windowflags-main-cpp.html share/doc/qt4/html/widgets-windowflags-previewwindow-cpp.html share/doc/qt4/html/widgets-windowflags-previewwindow-h.html +share/doc/qt4/html/widgets-windowflags-windowflags-pro.html share/doc/qt4/html/widgets-windowflags.html +share/doc/qt4/html/wince-with-qt-introduction.html +share/doc/qt4/html/windowsce-customization.html +share/doc/qt4/html/windowsce-opengl.html share/doc/qt4/html/winsystem.html +share/doc/qt4/html/xml-dombookmarks-dombookmarks-pro.html share/doc/qt4/html/xml-dombookmarks-main-cpp.html share/doc/qt4/html/xml-dombookmarks-mainwindow-cpp.html share/doc/qt4/html/xml-dombookmarks-mainwindow-h.html @@ -4138,10 +4808,12 @@ share/doc/qt4/html/xml-dombookmarks.html share/doc/qt4/html/xml-rsslisting-main-cpp.html share/doc/qt4/html/xml-rsslisting-rsslisting-cpp.html share/doc/qt4/html/xml-rsslisting-rsslisting-h.html +share/doc/qt4/html/xml-rsslisting-rsslisting-pro.html share/doc/qt4/html/xml-rsslisting.html share/doc/qt4/html/xml-saxbookmarks-main-cpp.html share/doc/qt4/html/xml-saxbookmarks-mainwindow-cpp.html share/doc/qt4/html/xml-saxbookmarks-mainwindow-h.html +share/doc/qt4/html/xml-saxbookmarks-saxbookmarks-pro.html share/doc/qt4/html/xml-saxbookmarks-xbelgenerator-cpp.html share/doc/qt4/html/xml-saxbookmarks-xbelgenerator-h.html share/doc/qt4/html/xml-saxbookmarks-xbelhandler-cpp.html @@ -4150,6 +4822,7 @@ share/doc/qt4/html/xml-saxbookmarks.html share/doc/qt4/html/xml-streambookmarks-main-cpp.html share/doc/qt4/html/xml-streambookmarks-mainwindow-cpp.html share/doc/qt4/html/xml-streambookmarks-mainwindow-h.html +share/doc/qt4/html/xml-streambookmarks-streambookmarks-pro.html share/doc/qt4/html/xml-streambookmarks-xbelreader-cpp.html share/doc/qt4/html/xml-streambookmarks-xbelreader-h.html share/doc/qt4/html/xml-streambookmarks-xbelwriter-cpp.html @@ -4157,4 +4830,1263 @@ share/doc/qt4/html/xml-streambookmarks-xbelwriter-h.html share/doc/qt4/html/xml-streambookmarks.html share/doc/qt4/html/xml-tools.html share/doc/qt4/html/xml-xmlstreamlint-main-cpp.html +share/doc/qt4/html/xml-xmlstreamlint-xmlstreamlint-pro.html share/doc/qt4/html/xml-xmlstreamlint.html +share/doc/qt4/html/xmlpatterns-filetree-filetree-cpp.html +share/doc/qt4/html/xmlpatterns-filetree-filetree-h.html +share/doc/qt4/html/xmlpatterns-filetree-filetree-pro.html +share/doc/qt4/html/xmlpatterns-filetree-forms-mainwindow-ui.html +share/doc/qt4/html/xmlpatterns-filetree-main-cpp.html +share/doc/qt4/html/xmlpatterns-filetree-mainwindow-cpp.html +share/doc/qt4/html/xmlpatterns-filetree-mainwindow-h.html +share/doc/qt4/html/xmlpatterns-filetree-queries-listcppfiles-xq.html +share/doc/qt4/html/xmlpatterns-filetree-queries-qrc.html +share/doc/qt4/html/xmlpatterns-filetree-queries-wholetree-xq.html +share/doc/qt4/html/xmlpatterns-filetree.html +share/doc/qt4/html/xmlpatterns-qobjectxmlmodel-forms-mainwindow-ui.html +share/doc/qt4/html/xmlpatterns-qobjectxmlmodel-main-cpp.html +share/doc/qt4/html/xmlpatterns-qobjectxmlmodel-mainwindow-cpp.html +share/doc/qt4/html/xmlpatterns-qobjectxmlmodel-mainwindow-h.html +share/doc/qt4/html/xmlpatterns-qobjectxmlmodel-qobjectxmlmodel-cpp.html +share/doc/qt4/html/xmlpatterns-qobjectxmlmodel-qobjectxmlmodel-h.html +share/doc/qt4/html/xmlpatterns-qobjectxmlmodel-qobjectxmlmodel-pro.html +share/doc/qt4/html/xmlpatterns-qobjectxmlmodel-queries-qrc.html +share/doc/qt4/html/xmlpatterns-qobjectxmlmodel-queries-statisticsinhtml-xq.html +share/doc/qt4/html/xmlpatterns-qobjectxmlmodel-queries-wholetree-xq.html +share/doc/qt4/html/xmlpatterns-qobjectxmlmodel.html +share/doc/qt4/html/xmlpatterns-recipes-files-allrecipes-xq.html +share/doc/qt4/html/xmlpatterns-recipes-files-cookbook-xml.html +share/doc/qt4/html/xmlpatterns-recipes-files-liquidingredientsinsoup-xq.html +share/doc/qt4/html/xmlpatterns-recipes-files-mushroomsoup-xq.html +share/doc/qt4/html/xmlpatterns-recipes-files-preparationlessthan30-xq.html +share/doc/qt4/html/xmlpatterns-recipes-files-preparationtimes-xq.html +share/doc/qt4/html/xmlpatterns-recipes-forms-querywidget-ui.html +share/doc/qt4/html/xmlpatterns-recipes-main-cpp.html +share/doc/qt4/html/xmlpatterns-recipes-querymainwindow-cpp.html +share/doc/qt4/html/xmlpatterns-recipes-querymainwindow-h.html +share/doc/qt4/html/xmlpatterns-recipes-recipes-pro.html +share/doc/qt4/html/xmlpatterns-recipes-recipes-qrc.html +share/doc/qt4/html/xmlpatterns-recipes.html +share/doc/qt4/html/xmlpatterns-xquery-globalvariables-globals-cpp.html +share/doc/qt4/html/xmlpatterns-xquery-globalvariables-globalvariables-pro.html +share/doc/qt4/html/xmlpatterns-xquery-globalvariables-reportglobals-xq.html +share/doc/qt4/html/xmlpatterns-xquery-globalvariables.html +share/doc/qt4/html/xquery-introduction.html +share/doc/qt4/qch/ +share/doc/qt4/qch/assistant.qch +share/doc/qt4/qch/designer.qch +share/doc/qt4/qch/linguist.qch +share/doc/qt4/qch/qmake.qch +share/doc/qt4/qch/qt.qch +share/doc/qt4/src/ +share/doc/qt4/src/images/ +share/doc/qt4/src/images/2dpainting-example.png +share/doc/qt4/src/images/abstract-connections.png +share/doc/qt4/src/images/accessibilityarchitecture.png +share/doc/qt4/src/images/accessibleobjecttree.png +share/doc/qt4/src/images/addressbook-adddialog.png +share/doc/qt4/src/images/addressbook-classes.png +share/doc/qt4/src/images/addressbook-editdialog.png +share/doc/qt4/src/images/addressbook-example.png +share/doc/qt4/src/images/addressbook-filemenu.png +share/doc/qt4/src/images/addressbook-newaddresstab.png +share/doc/qt4/src/images/addressbook-signals.png +share/doc/qt4/src/images/addressbook-toolsmenu.png +share/doc/qt4/src/images/addressbook-tutorial-part1-labeled-layout.png +share/doc/qt4/src/images/addressbook-tutorial-part1-labeled-screenshot.png +share/doc/qt4/src/images/addressbook-tutorial-part1-screenshot.png +share/doc/qt4/src/images/addressbook-tutorial-part2-add-contact.png +share/doc/qt4/src/images/addressbook-tutorial-part2-add-flowchart.png +share/doc/qt4/src/images/addressbook-tutorial-part2-add-successful.png +share/doc/qt4/src/images/addressbook-tutorial-part2-labeled-layout.png +share/doc/qt4/src/images/addressbook-tutorial-part2-signals-and-slots.png +share/doc/qt4/src/images/addressbook-tutorial-part2-stretch-effects.png +share/doc/qt4/src/images/addressbook-tutorial-part3-labeled-layout.png +share/doc/qt4/src/images/addressbook-tutorial-part3-linkedlist.png +share/doc/qt4/src/images/addressbook-tutorial-part3-screenshot.png +share/doc/qt4/src/images/addressbook-tutorial-part4-remove.png +share/doc/qt4/src/images/addressbook-tutorial-part5-finddialog.png +share/doc/qt4/src/images/addressbook-tutorial-part5-notfound.png +share/doc/qt4/src/images/addressbook-tutorial-part5-screenshot.png +share/doc/qt4/src/images/addressbook-tutorial-part5-signals-and-slots.png +share/doc/qt4/src/images/addressbook-tutorial-part6-load.png +share/doc/qt4/src/images/addressbook-tutorial-part6-save.png +share/doc/qt4/src/images/addressbook-tutorial-part6-screenshot.png +share/doc/qt4/src/images/addressbook-tutorial-part7-screenshot.png +share/doc/qt4/src/images/addressbook-tutorial-screenshot.png +share/doc/qt4/src/images/addressbook-tutorial.png +share/doc/qt4/src/images/affine-demo.png +share/doc/qt4/src/images/alphachannelimage.png +share/doc/qt4/src/images/alphafill.png +share/doc/qt4/src/images/analogclock-example.png +share/doc/qt4/src/images/analogclock-viewport.png +share/doc/qt4/src/images/antialiased.png +share/doc/qt4/src/images/application-menus.png +share/doc/qt4/src/images/application.png +share/doc/qt4/src/images/arthurplugin-demo.png +share/doc/qt4/src/images/assistant-address-toolbar.png +share/doc/qt4/src/images/assistant-assistant.png +share/doc/qt4/src/images/assistant-dockwidgets.png +share/doc/qt4/src/images/assistant-docwindow.png +share/doc/qt4/src/images/assistant-examples.png +share/doc/qt4/src/images/assistant-filter-toolbar.png +share/doc/qt4/src/images/assistant-preferences-documentation.png +share/doc/qt4/src/images/assistant-preferences-filters.png +share/doc/qt4/src/images/assistant-preferences-fonts.png +share/doc/qt4/src/images/assistant-search.png +share/doc/qt4/src/images/assistant-toolbar.png +share/doc/qt4/src/images/basicdrawing-example.png +share/doc/qt4/src/images/basicgraphicslayouts-example.png +share/doc/qt4/src/images/basiclayouts-example.png +share/doc/qt4/src/images/basicsortfiltermodel-example.png +share/doc/qt4/src/images/bearings.png +share/doc/qt4/src/images/blockingfortuneclient-example.png +share/doc/qt4/src/images/books-demo.png +share/doc/qt4/src/images/borderlayout-example.png +share/doc/qt4/src/images/broadcastreceiver-example.png +share/doc/qt4/src/images/broadcastsender-example.png +share/doc/qt4/src/images/browser-demo.png +share/doc/qt4/src/images/brush-outline.png +share/doc/qt4/src/images/brush-styles.png +share/doc/qt4/src/images/buttonbox-gnomelayout-horizontal.png +share/doc/qt4/src/images/buttonbox-gnomelayout-vertical.png +share/doc/qt4/src/images/buttonbox-kdelayout-horizontal.png +share/doc/qt4/src/images/buttonbox-kdelayout-vertical.png +share/doc/qt4/src/images/buttonbox-mac-modeless-horizontal.png +share/doc/qt4/src/images/buttonbox-mac-modeless-vertical.png +share/doc/qt4/src/images/buttonbox-maclayout-horizontal.png +share/doc/qt4/src/images/buttonbox-maclayout-vertical.png +share/doc/qt4/src/images/buttonbox-winlayout-horizontal.png +share/doc/qt4/src/images/buttonbox-winlayout-vertical.png +share/doc/qt4/src/images/cachedtable-example.png +share/doc/qt4/src/images/calculator-example.png +share/doc/qt4/src/images/calculator-ugly.png +share/doc/qt4/src/images/calculatorbuilder-example.png +share/doc/qt4/src/images/calculatorform-example.png +share/doc/qt4/src/images/calendar-example.png +share/doc/qt4/src/images/calendarwidgetexample.png +share/doc/qt4/src/images/cannon-tutorial.png +share/doc/qt4/src/images/capabilitiesexample.png +share/doc/qt4/src/images/cde-calendarwidget.png +share/doc/qt4/src/images/cde-checkbox.png +share/doc/qt4/src/images/cde-combobox.png +share/doc/qt4/src/images/cde-dateedit.png +share/doc/qt4/src/images/cde-datetimeedit.png +share/doc/qt4/src/images/cde-dial.png +share/doc/qt4/src/images/cde-doublespinbox.png +share/doc/qt4/src/images/cde-fontcombobox.png +share/doc/qt4/src/images/cde-frame.png +share/doc/qt4/src/images/cde-groupbox.png +share/doc/qt4/src/images/cde-horizontalscrollbar.png +share/doc/qt4/src/images/cde-label.png +share/doc/qt4/src/images/cde-lcdnumber.png +share/doc/qt4/src/images/cde-lineedit.png +share/doc/qt4/src/images/cde-listview.png +share/doc/qt4/src/images/cde-progressbar.png +share/doc/qt4/src/images/cde-pushbutton.png +share/doc/qt4/src/images/cde-radiobutton.png +share/doc/qt4/src/images/cde-slider.png +share/doc/qt4/src/images/cde-spinbox.png +share/doc/qt4/src/images/cde-tableview.png +share/doc/qt4/src/images/cde-tabwidget.png +share/doc/qt4/src/images/cde-textedit.png +share/doc/qt4/src/images/cde-timeedit.png +share/doc/qt4/src/images/cde-toolbox.png +share/doc/qt4/src/images/cde-toolbutton.png +share/doc/qt4/src/images/cde-treeview.png +share/doc/qt4/src/images/charactermap-example.png +share/doc/qt4/src/images/chart-example.png +share/doc/qt4/src/images/chip-demo.png +share/doc/qt4/src/images/classwizard-flow.png +share/doc/qt4/src/images/classwizard.png +share/doc/qt4/src/images/cleanlooks-calendarwidget.png +share/doc/qt4/src/images/cleanlooks-checkbox.png +share/doc/qt4/src/images/cleanlooks-combobox.png +share/doc/qt4/src/images/cleanlooks-dateedit.png +share/doc/qt4/src/images/cleanlooks-datetimeedit.png +share/doc/qt4/src/images/cleanlooks-dial.png +share/doc/qt4/src/images/cleanlooks-dialogbuttonbox.png +share/doc/qt4/src/images/cleanlooks-doublespinbox.png +share/doc/qt4/src/images/cleanlooks-fontcombobox.png +share/doc/qt4/src/images/cleanlooks-frame.png +share/doc/qt4/src/images/cleanlooks-groupbox.png +share/doc/qt4/src/images/cleanlooks-horizontalscrollbar.png +share/doc/qt4/src/images/cleanlooks-label.png +share/doc/qt4/src/images/cleanlooks-lcdnumber.png +share/doc/qt4/src/images/cleanlooks-lineedit.png +share/doc/qt4/src/images/cleanlooks-listview.png +share/doc/qt4/src/images/cleanlooks-progressbar.png +share/doc/qt4/src/images/cleanlooks-pushbutton-menu.png +share/doc/qt4/src/images/cleanlooks-pushbutton.png +share/doc/qt4/src/images/cleanlooks-radiobutton.png +share/doc/qt4/src/images/cleanlooks-slider.png +share/doc/qt4/src/images/cleanlooks-spinbox.png +share/doc/qt4/src/images/cleanlooks-tableview.png +share/doc/qt4/src/images/cleanlooks-tabwidget.png +share/doc/qt4/src/images/cleanlooks-textedit.png +share/doc/qt4/src/images/cleanlooks-timeedit.png +share/doc/qt4/src/images/cleanlooks-toolbox.png +share/doc/qt4/src/images/cleanlooks-toolbutton.png +share/doc/qt4/src/images/cleanlooks-treeview.png +share/doc/qt4/src/images/codecs-example.png +share/doc/qt4/src/images/collidingmice-example.png +share/doc/qt4/src/images/coloreditorfactoryimage.png +share/doc/qt4/src/images/completer-example-country.png +share/doc/qt4/src/images/completer-example-dirmodel.png +share/doc/qt4/src/images/completer-example-qdirmodel.png +share/doc/qt4/src/images/completer-example-word.png +share/doc/qt4/src/images/completer-example.png +share/doc/qt4/src/images/complexwizard-detailspage.png +share/doc/qt4/src/images/complexwizard-evaluatepage.png +share/doc/qt4/src/images/complexwizard-finishpage.png +share/doc/qt4/src/images/complexwizard-flow.png +share/doc/qt4/src/images/complexwizard-registerpage.png +share/doc/qt4/src/images/complexwizard-titlepage.png +share/doc/qt4/src/images/complexwizard.png +share/doc/qt4/src/images/composition-demo.png +share/doc/qt4/src/images/concentriccircles-example.png +share/doc/qt4/src/images/conceptaudio.png +share/doc/qt4/src/images/conceptprocessor.png +share/doc/qt4/src/images/conceptvideo.png +share/doc/qt4/src/images/configdialog-example.png +share/doc/qt4/src/images/conicalGradient.png +share/doc/qt4/src/images/containerextension-example.png +share/doc/qt4/src/images/context2d-example.png +share/doc/qt4/src/images/coordinatesystem-analogclock.png +share/doc/qt4/src/images/coordinatesystem-line-antialias.png +share/doc/qt4/src/images/coordinatesystem-line-raster.png +share/doc/qt4/src/images/coordinatesystem-line.png +share/doc/qt4/src/images/coordinatesystem-rect-antialias.png +share/doc/qt4/src/images/coordinatesystem-rect-raster.png +share/doc/qt4/src/images/coordinatesystem-rect.png +share/doc/qt4/src/images/coordinatesystem-transformations.png +share/doc/qt4/src/images/coordsys.png +share/doc/qt4/src/images/cursor-arrow.png +share/doc/qt4/src/images/cursor-busy.png +share/doc/qt4/src/images/cursor-closedhand.png +share/doc/qt4/src/images/cursor-cross.png +share/doc/qt4/src/images/cursor-forbidden.png +share/doc/qt4/src/images/cursor-hand.png +share/doc/qt4/src/images/cursor-hsplit.png +share/doc/qt4/src/images/cursor-ibeam.png +share/doc/qt4/src/images/cursor-openhand.png +share/doc/qt4/src/images/cursor-sizeall.png +share/doc/qt4/src/images/cursor-sizeb.png +share/doc/qt4/src/images/cursor-sizef.png +share/doc/qt4/src/images/cursor-sizeh.png +share/doc/qt4/src/images/cursor-sizev.png +share/doc/qt4/src/images/cursor-uparrow.png +share/doc/qt4/src/images/cursor-vsplit.png +share/doc/qt4/src/images/cursor-wait.png +share/doc/qt4/src/images/cursor-whatsthis.png +share/doc/qt4/src/images/customcompleter-example.png +share/doc/qt4/src/images/customcompleter-insertcompletion.png +share/doc/qt4/src/images/customsortfiltermodel-example.png +share/doc/qt4/src/images/customwidgetplugin-example.png +share/doc/qt4/src/images/datetimewidgets.png +share/doc/qt4/src/images/defaultprototypes-example.png +share/doc/qt4/src/images/deform-demo.png +share/doc/qt4/src/images/deployment-mac-application.png +share/doc/qt4/src/images/deployment-mac-bundlestructure.png +share/doc/qt4/src/images/deployment-windows-depends.png +share/doc/qt4/src/images/designer-action-editor.png +share/doc/qt4/src/images/designer-add-custom-toolbar.png +share/doc/qt4/src/images/designer-add-files-button.png +share/doc/qt4/src/images/designer-add-resource-entry-button.png +share/doc/qt4/src/images/designer-adding-dockwidget.png +share/doc/qt4/src/images/designer-adding-dynamic-property.png +share/doc/qt4/src/images/designer-adding-menu-action.png +share/doc/qt4/src/images/designer-adding-toolbar-action.png +share/doc/qt4/src/images/designer-buddy-making.png +share/doc/qt4/src/images/designer-buddy-mode.png +share/doc/qt4/src/images/designer-buddy-tool.png +share/doc/qt4/src/images/designer-choosing-form.png +share/doc/qt4/src/images/designer-code-viewer.png +share/doc/qt4/src/images/designer-connection-dialog.png +share/doc/qt4/src/images/designer-connection-editing.png +share/doc/qt4/src/images/designer-connection-editor.png +share/doc/qt4/src/images/designer-connection-highlight.png +share/doc/qt4/src/images/designer-connection-making.png +share/doc/qt4/src/images/designer-connection-mode.png +share/doc/qt4/src/images/designer-connection-to-form.png +share/doc/qt4/src/images/designer-connection-tool.png +share/doc/qt4/src/images/designer-containers-dockwidget.png +share/doc/qt4/src/images/designer-containers-frame.png +share/doc/qt4/src/images/designer-containers-groupbox.png +share/doc/qt4/src/images/designer-containers-stackedwidget.png +share/doc/qt4/src/images/designer-containers-tabwidget.png +share/doc/qt4/src/images/designer-containers-toolbox.png +share/doc/qt4/src/images/designer-creating-dynamic-property.png +share/doc/qt4/src/images/designer-creating-menu-entry1.png +share/doc/qt4/src/images/designer-creating-menu-entry2.png +share/doc/qt4/src/images/designer-creating-menu-entry3.png +share/doc/qt4/src/images/designer-creating-menu-entry4.png +share/doc/qt4/src/images/designer-creating-menu1.png +share/doc/qt4/src/images/designer-creating-menu2.png +share/doc/qt4/src/images/designer-creating-menu3.png +share/doc/qt4/src/images/designer-creating-menu4.png +share/doc/qt4/src/images/designer-creating-menubar.png +share/doc/qt4/src/images/designer-custom-widget-box.png +share/doc/qt4/src/images/designer-customize-toolbar.png +share/doc/qt4/src/images/designer-dialog-final.png +share/doc/qt4/src/images/designer-dialog-initial.png +share/doc/qt4/src/images/designer-dialog-layout.png +share/doc/qt4/src/images/designer-dialog-preview.png +share/doc/qt4/src/images/designer-dragging-onto-form.png +share/doc/qt4/src/images/designer-edit-resource.png +share/doc/qt4/src/images/designer-edit-resources-button.png +share/doc/qt4/src/images/designer-editing-mode.png +share/doc/qt4/src/images/designer-examples.png +share/doc/qt4/src/images/designer-file-menu.png +share/doc/qt4/src/images/designer-find-icon.png +share/doc/qt4/src/images/designer-form-layout-cleanlooks.png +share/doc/qt4/src/images/designer-form-layout-macintosh.png +share/doc/qt4/src/images/designer-form-layout-windowsXP.png +share/doc/qt4/src/images/designer-form-layout.png +share/doc/qt4/src/images/designer-form-layoutfunction.png +share/doc/qt4/src/images/designer-form-settings.png +share/doc/qt4/src/images/designer-form-viewcode.png +share/doc/qt4/src/images/designer-getting-started.png +share/doc/qt4/src/images/designer-layout-inserting.png +share/doc/qt4/src/images/designer-main-window.png +share/doc/qt4/src/images/designer-making-connection.png +share/doc/qt4/src/images/designer-manual-containerextension.png +share/doc/qt4/src/images/designer-manual-membersheetextension.png +share/doc/qt4/src/images/designer-manual-propertysheetextension.png +share/doc/qt4/src/images/designer-manual-taskmenuextension.png +share/doc/qt4/src/images/designer-object-inspector.png +share/doc/qt4/src/images/designer-palette-brush-editor.png +share/doc/qt4/src/images/designer-palette-editor.png +share/doc/qt4/src/images/designer-palette-gradient-editor.png +share/doc/qt4/src/images/designer-palette-pattern-editor.png +share/doc/qt4/src/images/designer-preview-device-skin.png +share/doc/qt4/src/images/designer-preview-deviceskin-selection.png +share/doc/qt4/src/images/designer-preview-style-selection.png +share/doc/qt4/src/images/designer-preview-style.png +share/doc/qt4/src/images/designer-preview-stylesheet.png +share/doc/qt4/src/images/designer-promoting-widgets.png +share/doc/qt4/src/images/designer-property-editor-add-dynamic.png +share/doc/qt4/src/images/designer-property-editor-configure.png +share/doc/qt4/src/images/designer-property-editor-link.png +share/doc/qt4/src/images/designer-property-editor-remove-dynamic.png +share/doc/qt4/src/images/designer-property-editor-toolbar.png +share/doc/qt4/src/images/designer-property-editor.png +share/doc/qt4/src/images/designer-reload-resources-button.png +share/doc/qt4/src/images/designer-remove-custom-toolbar.png +share/doc/qt4/src/images/designer-remove-resource-entry-button.png +share/doc/qt4/src/images/designer-resource-browser.png +share/doc/qt4/src/images/designer-resource-selector.png +share/doc/qt4/src/images/designer-resource-tool.png +share/doc/qt4/src/images/designer-resources-adding.png +share/doc/qt4/src/images/designer-resources-editing.png +share/doc/qt4/src/images/designer-resources-empty.png +share/doc/qt4/src/images/designer-resources-using.png +share/doc/qt4/src/images/designer-selecting-widget.png +share/doc/qt4/src/images/designer-selecting-widgets.png +share/doc/qt4/src/images/designer-set-layout.png +share/doc/qt4/src/images/designer-set-layout2.png +share/doc/qt4/src/images/designer-splitter-layout.png +share/doc/qt4/src/images/designer-stylesheet-options.png +share/doc/qt4/src/images/designer-stylesheet-usage.png +share/doc/qt4/src/images/designer-tab-order-mode.png +share/doc/qt4/src/images/designer-tab-order-tool.png +share/doc/qt4/src/images/designer-validator-highlighter.png +share/doc/qt4/src/images/designer-widget-box.png +share/doc/qt4/src/images/designer-widget-final.png +share/doc/qt4/src/images/designer-widget-initial.png +share/doc/qt4/src/images/designer-widget-layout.png +share/doc/qt4/src/images/designer-widget-preview.png +share/doc/qt4/src/images/designer-widget-tool.png +share/doc/qt4/src/images/desktop-examples.png +share/doc/qt4/src/images/diagonalGradient.png +share/doc/qt4/src/images/diagramscene.png +share/doc/qt4/src/images/dialog-examples.png +share/doc/qt4/src/images/dialogbuttonboxexample.png +share/doc/qt4/src/images/dialogs-examples.png +share/doc/qt4/src/images/digitalclock-example.png +share/doc/qt4/src/images/directapproach-calculatorform.png +share/doc/qt4/src/images/dirview-example.png +share/doc/qt4/src/images/dockwidget-cross.png +share/doc/qt4/src/images/dockwidget-neighbors.png +share/doc/qt4/src/images/dockwidgets-example.png +share/doc/qt4/src/images/dombookmarks-example.png +share/doc/qt4/src/images/draganddrop-examples.png +share/doc/qt4/src/images/draganddroppuzzle-example.png +share/doc/qt4/src/images/dragdroprobot-example.png +share/doc/qt4/src/images/draggableicons-example.png +share/doc/qt4/src/images/draggabletext-example.png +share/doc/qt4/src/images/draw_arc.png +share/doc/qt4/src/images/draw_chord.png +share/doc/qt4/src/images/drilldown-example.png +share/doc/qt4/src/images/dropsite-example.png +share/doc/qt4/src/images/dynamiclayouts-example.png +share/doc/qt4/src/images/echopluginexample.png +share/doc/qt4/src/images/effectwidget.png +share/doc/qt4/src/images/elasticnodes-example.png +share/doc/qt4/src/images/embedded-demo-launcher.png +share/doc/qt4/src/images/embeddeddialogs-demo.png +share/doc/qt4/src/images/extension-example.png +share/doc/qt4/src/images/extension_more.png +share/doc/qt4/src/images/findfiles-example.png +share/doc/qt4/src/images/findfiles_progress_dialog.png +share/doc/qt4/src/images/flowlayout-example.png +share/doc/qt4/src/images/fontsampler-example.png +share/doc/qt4/src/images/foreignkeys.png +share/doc/qt4/src/images/formextractor-example.png +share/doc/qt4/src/images/fortuneclient-example.png +share/doc/qt4/src/images/fortuneserver-example.png +share/doc/qt4/src/images/framebufferobject-example.png +share/doc/qt4/src/images/framebufferobject2-example.png +share/doc/qt4/src/images/frames.png +share/doc/qt4/src/images/fridgemagnets-example.png +share/doc/qt4/src/images/ftp-example.png +share/doc/qt4/src/images/geometry.png +share/doc/qt4/src/images/grabber-example.png +share/doc/qt4/src/images/gradientText.png +share/doc/qt4/src/images/gradients-demo.png +share/doc/qt4/src/images/graphicsview-ellipseitem-pie.png +share/doc/qt4/src/images/graphicsview-ellipseitem.png +share/doc/qt4/src/images/graphicsview-examples.png +share/doc/qt4/src/images/graphicsview-items.png +share/doc/qt4/src/images/graphicsview-lineitem.png +share/doc/qt4/src/images/graphicsview-map.png +share/doc/qt4/src/images/graphicsview-parentchild.png +share/doc/qt4/src/images/graphicsview-pathitem.png +share/doc/qt4/src/images/graphicsview-pixmapitem.png +share/doc/qt4/src/images/graphicsview-polygonitem.png +share/doc/qt4/src/images/graphicsview-rectitem.png +share/doc/qt4/src/images/graphicsview-shapes.png +share/doc/qt4/src/images/graphicsview-simpletextitem.png +share/doc/qt4/src/images/graphicsview-text.png +share/doc/qt4/src/images/graphicsview-textitem.png +share/doc/qt4/src/images/graphicsview-view.png +share/doc/qt4/src/images/graphicsview-zorder.png +share/doc/qt4/src/images/gridlayout.png +share/doc/qt4/src/images/groupbox-example.png +share/doc/qt4/src/images/hellogl-es-example.png +share/doc/qt4/src/images/hellogl-example.png +share/doc/qt4/src/images/http-example.png +share/doc/qt4/src/images/httpstack.png +share/doc/qt4/src/images/i18n-example.png +share/doc/qt4/src/images/icon.png +share/doc/qt4/src/images/icons-example.png +share/doc/qt4/src/images/icons-view-menu.png +share/doc/qt4/src/images/icons_find_normal.png +share/doc/qt4/src/images/icons_find_normal_disabled.png +share/doc/qt4/src/images/icons_images_groupbox.png +share/doc/qt4/src/images/icons_monkey.png +share/doc/qt4/src/images/icons_monkey_active.png +share/doc/qt4/src/images/icons_monkey_mess.png +share/doc/qt4/src/images/icons_preview_area.png +share/doc/qt4/src/images/icons_qt_extended_16x16.png +share/doc/qt4/src/images/icons_qt_extended_17x17.png +share/doc/qt4/src/images/icons_qt_extended_32x32.png +share/doc/qt4/src/images/icons_qt_extended_33x33.png +share/doc/qt4/src/images/icons_qt_extended_48x48.png +share/doc/qt4/src/images/icons_qt_extended_64x64.png +share/doc/qt4/src/images/icons_qt_extended_8x8.png +share/doc/qt4/src/images/icons_size_groupbox.png +share/doc/qt4/src/images/icons_size_spinbox.png +share/doc/qt4/src/images/imagecomposition-example.png +share/doc/qt4/src/images/imageviewer-example.png +share/doc/qt4/src/images/imageviewer-fit_to_window_1.png +share/doc/qt4/src/images/imageviewer-fit_to_window_2.png +share/doc/qt4/src/images/imageviewer-original_size.png +share/doc/qt4/src/images/imageviewer-zoom_in_1.png +share/doc/qt4/src/images/imageviewer-zoom_in_2.png +share/doc/qt4/src/images/inputdialogs.png +share/doc/qt4/src/images/insertrowinmodelview.png +share/doc/qt4/src/images/interview-demo.png +share/doc/qt4/src/images/interview-shareddirmodel.png +share/doc/qt4/src/images/itemview-examples.png +share/doc/qt4/src/images/itemviews-editabletreemodel-indexes.png +share/doc/qt4/src/images/itemviews-editabletreemodel-items.png +share/doc/qt4/src/images/itemviews-editabletreemodel-model.png +share/doc/qt4/src/images/itemviews-editabletreemodel-values.png +share/doc/qt4/src/images/itemviews-editabletreemodel.png +share/doc/qt4/src/images/itemviews-examples.png +share/doc/qt4/src/images/itemviewspuzzle-example.png +share/doc/qt4/src/images/javaiterators1.png +share/doc/qt4/src/images/javaiterators2.png +share/doc/qt4/src/images/javastyle/ +share/doc/qt4/src/images/javastyle/branchindicatorimage.png +share/doc/qt4/src/images/javastyle/button.png +share/doc/qt4/src/images/javastyle/checkbox.png +share/doc/qt4/src/images/javastyle/checkboxexample.png +share/doc/qt4/src/images/javastyle/checkingsomestuff.png +share/doc/qt4/src/images/javastyle/combobox.png +share/doc/qt4/src/images/javastyle/comboboximage.png +share/doc/qt4/src/images/javastyle/conceptualpushbuttontree.png +share/doc/qt4/src/images/javastyle/dockwidget.png +share/doc/qt4/src/images/javastyle/dockwidgetimage.png +share/doc/qt4/src/images/javastyle/groupbox.png +share/doc/qt4/src/images/javastyle/groupboximage.png +share/doc/qt4/src/images/javastyle/header.png +share/doc/qt4/src/images/javastyle/headerimage.png +share/doc/qt4/src/images/javastyle/menu.png +share/doc/qt4/src/images/javastyle/menubar.png +share/doc/qt4/src/images/javastyle/menubarimage.png +share/doc/qt4/src/images/javastyle/menuimage.png +share/doc/qt4/src/images/javastyle/plastiquetabimage.png +share/doc/qt4/src/images/javastyle/plastiquetabtest.png +share/doc/qt4/src/images/javastyle/progressbar.png +share/doc/qt4/src/images/javastyle/progressbarimage.png +share/doc/qt4/src/images/javastyle/pushbutton.png +share/doc/qt4/src/images/javastyle/rubberband.png +share/doc/qt4/src/images/javastyle/rubberbandimage.png +share/doc/qt4/src/images/javastyle/scrollbar.png +share/doc/qt4/src/images/javastyle/scrollbarimage.png +share/doc/qt4/src/images/javastyle/sizegrip.png +share/doc/qt4/src/images/javastyle/sizegripimage.png +share/doc/qt4/src/images/javastyle/slider.png +share/doc/qt4/src/images/javastyle/sliderhandle.png +share/doc/qt4/src/images/javastyle/sliderimage.png +share/doc/qt4/src/images/javastyle/slidertroubble.png +share/doc/qt4/src/images/javastyle/spinbox.png +share/doc/qt4/src/images/javastyle/spinboximage.png +share/doc/qt4/src/images/javastyle/splitter.png +share/doc/qt4/src/images/javastyle/tab.png +share/doc/qt4/src/images/javastyle/tabwidget.png +share/doc/qt4/src/images/javastyle/titlebar.png +share/doc/qt4/src/images/javastyle/titlebarimage.png +share/doc/qt4/src/images/javastyle/toolbar.png +share/doc/qt4/src/images/javastyle/toolbarimage.png +share/doc/qt4/src/images/javastyle/toolbox.png +share/doc/qt4/src/images/javastyle/toolboximage.png +share/doc/qt4/src/images/javastyle/toolbutton.png +share/doc/qt4/src/images/javastyle/toolbuttonimage.png +share/doc/qt4/src/images/javastyle/windowstabimage.png +share/doc/qt4/src/images/layout-examples.png +share/doc/qt4/src/images/layout1.png +share/doc/qt4/src/images/layout2.png +share/doc/qt4/src/images/layouts-examples.png +share/doc/qt4/src/images/licensewizard-example.png +share/doc/qt4/src/images/licensewizard-flow.png +share/doc/qt4/src/images/licensewizard.png +share/doc/qt4/src/images/lineedits-example.png +share/doc/qt4/src/images/linguist-arrowpad_en.png +share/doc/qt4/src/images/linguist-arrowpad_fr.png +share/doc/qt4/src/images/linguist-arrowpad_nl.png +share/doc/qt4/src/images/linguist-auxlanguages.png +share/doc/qt4/src/images/linguist-batchtranslation.png +share/doc/qt4/src/images/linguist-check-empty.png +share/doc/qt4/src/images/linguist-check-obsolete.png +share/doc/qt4/src/images/linguist-check-off.png +share/doc/qt4/src/images/linguist-check-on.png +share/doc/qt4/src/images/linguist-check-warning.png +share/doc/qt4/src/images/linguist-danger.png +share/doc/qt4/src/images/linguist-doneandnext.png +share/doc/qt4/src/images/linguist-editcopy.png +share/doc/qt4/src/images/linguist-editcut.png +share/doc/qt4/src/images/linguist-editfind.png +share/doc/qt4/src/images/linguist-editpaste.png +share/doc/qt4/src/images/linguist-editredo.png +share/doc/qt4/src/images/linguist-editundo.png +share/doc/qt4/src/images/linguist-examples.png +share/doc/qt4/src/images/linguist-fileopen.png +share/doc/qt4/src/images/linguist-fileprint.png +share/doc/qt4/src/images/linguist-filesave.png +share/doc/qt4/src/images/linguist-finddialog.png +share/doc/qt4/src/images/linguist-hellotr_en.png +share/doc/qt4/src/images/linguist-hellotr_la.png +share/doc/qt4/src/images/linguist-linguist.png +share/doc/qt4/src/images/linguist-menubar.png +share/doc/qt4/src/images/linguist-next.png +share/doc/qt4/src/images/linguist-nextunfinished.png +share/doc/qt4/src/images/linguist-phrasebookdialog.png +share/doc/qt4/src/images/linguist-phrasebookopen.png +share/doc/qt4/src/images/linguist-prev.png +share/doc/qt4/src/images/linguist-previewtool.png +share/doc/qt4/src/images/linguist-prevunfinished.png +share/doc/qt4/src/images/linguist-toolbar.png +share/doc/qt4/src/images/linguist-translationfilesettings.png +share/doc/qt4/src/images/linguist-trollprint_10_en.png +share/doc/qt4/src/images/linguist-trollprint_10_pt_bad.png +share/doc/qt4/src/images/linguist-trollprint_10_pt_good.png +share/doc/qt4/src/images/linguist-trollprint_11_en.png +share/doc/qt4/src/images/linguist-trollprint_11_pt.png +share/doc/qt4/src/images/linguist-validateaccelerators.png +share/doc/qt4/src/images/linguist-validatephrases.png +share/doc/qt4/src/images/linguist-validateplacemarkers.png +share/doc/qt4/src/images/linguist-validatepunctuation.png +share/doc/qt4/src/images/linguist-whatsthis.png +share/doc/qt4/src/images/localfortuneclient-example.png +share/doc/qt4/src/images/localfortuneserver-example.png +share/doc/qt4/src/images/loopback-example.png +share/doc/qt4/src/images/macintosh-calendarwidget.png +share/doc/qt4/src/images/macintosh-checkbox.png +share/doc/qt4/src/images/macintosh-combobox.png +share/doc/qt4/src/images/macintosh-dateedit.png +share/doc/qt4/src/images/macintosh-datetimeedit.png +share/doc/qt4/src/images/macintosh-dial.png +share/doc/qt4/src/images/macintosh-doublespinbox.png +share/doc/qt4/src/images/macintosh-fontcombobox.png +share/doc/qt4/src/images/macintosh-frame.png +share/doc/qt4/src/images/macintosh-groupbox.png +share/doc/qt4/src/images/macintosh-horizontalscrollbar.png +share/doc/qt4/src/images/macintosh-label.png +share/doc/qt4/src/images/macintosh-lcdnumber.png +share/doc/qt4/src/images/macintosh-lineedit.png +share/doc/qt4/src/images/macintosh-listview.png +share/doc/qt4/src/images/macintosh-menu.png +share/doc/qt4/src/images/macintosh-progressbar.png +share/doc/qt4/src/images/macintosh-pushbutton.png +share/doc/qt4/src/images/macintosh-radiobutton.png +share/doc/qt4/src/images/macintosh-slider.png +share/doc/qt4/src/images/macintosh-spinbox.png +share/doc/qt4/src/images/macintosh-tableview.png +share/doc/qt4/src/images/macintosh-tabwidget.png +share/doc/qt4/src/images/macintosh-textedit.png +share/doc/qt4/src/images/macintosh-timeedit.png +share/doc/qt4/src/images/macintosh-toolbox.png +share/doc/qt4/src/images/macintosh-toolbutton.png +share/doc/qt4/src/images/macintosh-treeview.png +share/doc/qt4/src/images/macintosh-unified-toolbar.png +share/doc/qt4/src/images/macmainwindow.png +share/doc/qt4/src/images/mainwindow-contextmenu.png +share/doc/qt4/src/images/mainwindow-custom-dock.png +share/doc/qt4/src/images/mainwindow-demo.png +share/doc/qt4/src/images/mainwindow-docks-example.png +share/doc/qt4/src/images/mainwindow-docks.png +share/doc/qt4/src/images/mainwindow-examples.png +share/doc/qt4/src/images/mainwindow-vertical-dock.png +share/doc/qt4/src/images/mainwindow-vertical-tabs.png +share/doc/qt4/src/images/mainwindowlayout.png +share/doc/qt4/src/images/mainwindows-examples.png +share/doc/qt4/src/images/mandelbrot-example.png +share/doc/qt4/src/images/mandelbrot_scroll1.png +share/doc/qt4/src/images/mandelbrot_scroll2.png +share/doc/qt4/src/images/mandelbrot_scroll3.png +share/doc/qt4/src/images/mandelbrot_zoom1.png +share/doc/qt4/src/images/mandelbrot_zoom2.png +share/doc/qt4/src/images/mandelbrot_zoom3.png +share/doc/qt4/src/images/masterdetail-example.png +share/doc/qt4/src/images/mdi-cascade.png +share/doc/qt4/src/images/mdi-example.png +share/doc/qt4/src/images/mdi-tile.png +share/doc/qt4/src/images/mediaplayer-demo.png +share/doc/qt4/src/images/menus-example.png +share/doc/qt4/src/images/modelindex-no-parent.png +share/doc/qt4/src/images/modelindex-parent.png +share/doc/qt4/src/images/modelview-begin-append-columns.png +share/doc/qt4/src/images/modelview-begin-append-rows.png +share/doc/qt4/src/images/modelview-begin-insert-columns.png +share/doc/qt4/src/images/modelview-begin-insert-rows.png +share/doc/qt4/src/images/modelview-begin-remove-columns.png +share/doc/qt4/src/images/modelview-begin-remove-rows.png +share/doc/qt4/src/images/modelview-listmodel.png +share/doc/qt4/src/images/modelview-models.png +share/doc/qt4/src/images/modelview-overview.png +share/doc/qt4/src/images/modelview-roles.png +share/doc/qt4/src/images/modelview-tablemodel.png +share/doc/qt4/src/images/modelview-treemodel.png +share/doc/qt4/src/images/motif-calendarwidget.png +share/doc/qt4/src/images/motif-checkbox.png +share/doc/qt4/src/images/motif-combobox.png +share/doc/qt4/src/images/motif-dateedit.png +share/doc/qt4/src/images/motif-datetimeedit.png +share/doc/qt4/src/images/motif-dial.png +share/doc/qt4/src/images/motif-doublespinbox.png +share/doc/qt4/src/images/motif-fontcombobox.png +share/doc/qt4/src/images/motif-frame.png +share/doc/qt4/src/images/motif-groupbox.png +share/doc/qt4/src/images/motif-horizontalscrollbar.png +share/doc/qt4/src/images/motif-label.png +share/doc/qt4/src/images/motif-lcdnumber.png +share/doc/qt4/src/images/motif-lineedit.png +share/doc/qt4/src/images/motif-listview.png +share/doc/qt4/src/images/motif-menubar.png +share/doc/qt4/src/images/motif-progressbar.png +share/doc/qt4/src/images/motif-pushbutton.png +share/doc/qt4/src/images/motif-radiobutton.png +share/doc/qt4/src/images/motif-slider.png +share/doc/qt4/src/images/motif-spinbox.png +share/doc/qt4/src/images/motif-tableview.png +share/doc/qt4/src/images/motif-tabwidget.png +share/doc/qt4/src/images/motif-textedit.png +share/doc/qt4/src/images/motif-timeedit.png +share/doc/qt4/src/images/motif-todo.png +share/doc/qt4/src/images/motif-toolbox.png +share/doc/qt4/src/images/motif-toolbutton.png +share/doc/qt4/src/images/motif-treeview.png +share/doc/qt4/src/images/movie-example.png +share/doc/qt4/src/images/msgbox1.png +share/doc/qt4/src/images/msgbox2.png +share/doc/qt4/src/images/msgbox3.png +share/doc/qt4/src/images/msgbox4.png +share/doc/qt4/src/images/multipleinheritance-example.png +share/doc/qt4/src/images/musicplayer.png +share/doc/qt4/src/images/network-chat-example.png +share/doc/qt4/src/images/network-examples.png +share/doc/qt4/src/images/noforeignkeys.png +share/doc/qt4/src/images/opengl-examples.png +share/doc/qt4/src/images/orderform-example-detailsdialog.png +share/doc/qt4/src/images/orderform-example.png +share/doc/qt4/src/images/overpainting-example.png +share/doc/qt4/src/images/padnavigator-example.png +share/doc/qt4/src/images/painterpaths-example.png +share/doc/qt4/src/images/painting-examples.png +share/doc/qt4/src/images/paintsystem-antialiasing.png +share/doc/qt4/src/images/paintsystem-core.png +share/doc/qt4/src/images/paintsystem-devices.png +share/doc/qt4/src/images/paintsystem-fancygradient.png +share/doc/qt4/src/images/paintsystem-gradients.png +share/doc/qt4/src/images/paintsystem-icon.png +share/doc/qt4/src/images/paintsystem-movie.png +share/doc/qt4/src/images/paintsystem-painterpath.png +share/doc/qt4/src/images/paintsystem-stylepainter.png +share/doc/qt4/src/images/paintsystem-svg.png +share/doc/qt4/src/images/palette.png +share/doc/qt4/src/images/parent-child-widgets.png +share/doc/qt4/src/images/pathexample.png +share/doc/qt4/src/images/pathstroke-demo.png +share/doc/qt4/src/images/patternist-importFlow.png +share/doc/qt4/src/images/patternist-wordProcessor.png +share/doc/qt4/src/images/pbuffers-example.png +share/doc/qt4/src/images/pbuffers2-example.png +share/doc/qt4/src/images/phonon-examples.png +share/doc/qt4/src/images/pixelator-example.png +share/doc/qt4/src/images/plaintext-layout.png +share/doc/qt4/src/images/plastique-calendarwidget.png +share/doc/qt4/src/images/plastique-checkbox.png +share/doc/qt4/src/images/plastique-colordialog.png +share/doc/qt4/src/images/plastique-combobox.png +share/doc/qt4/src/images/plastique-dateedit.png +share/doc/qt4/src/images/plastique-datetimeedit.png +share/doc/qt4/src/images/plastique-dial.png +share/doc/qt4/src/images/plastique-dialogbuttonbox.png +share/doc/qt4/src/images/plastique-doublespinbox.png +share/doc/qt4/src/images/plastique-filedialog.png +share/doc/qt4/src/images/plastique-fontcombobox-open.png +share/doc/qt4/src/images/plastique-fontcombobox.png +share/doc/qt4/src/images/plastique-fontdialog.png +share/doc/qt4/src/images/plastique-frame.png +share/doc/qt4/src/images/plastique-groupbox.png +share/doc/qt4/src/images/plastique-horizontalscrollbar.png +share/doc/qt4/src/images/plastique-label.png +share/doc/qt4/src/images/plastique-lcdnumber.png +share/doc/qt4/src/images/plastique-lineedit.png +share/doc/qt4/src/images/plastique-listview.png +share/doc/qt4/src/images/plastique-menu.png +share/doc/qt4/src/images/plastique-menubar.png +share/doc/qt4/src/images/plastique-messagebox.png +share/doc/qt4/src/images/plastique-printdialog-properties.png +share/doc/qt4/src/images/plastique-printdialog.png +share/doc/qt4/src/images/plastique-progressbar.png +share/doc/qt4/src/images/plastique-progressdialog.png +share/doc/qt4/src/images/plastique-pushbutton-menu.png +share/doc/qt4/src/images/plastique-pushbutton.png +share/doc/qt4/src/images/plastique-radiobutton.png +share/doc/qt4/src/images/plastique-sizegrip.png +share/doc/qt4/src/images/plastique-slider.png +share/doc/qt4/src/images/plastique-spinbox.png +share/doc/qt4/src/images/plastique-statusbar.png +share/doc/qt4/src/images/plastique-tabbar-truncated.png +share/doc/qt4/src/images/plastique-tabbar.png +share/doc/qt4/src/images/plastique-tableview.png +share/doc/qt4/src/images/plastique-tabwidget.png +share/doc/qt4/src/images/plastique-textedit.png +share/doc/qt4/src/images/plastique-timeedit.png +share/doc/qt4/src/images/plastique-toolbox.png +share/doc/qt4/src/images/plastique-toolbutton.png +share/doc/qt4/src/images/plastique-treeview.png +share/doc/qt4/src/images/plugandpaint-plugindialog.png +share/doc/qt4/src/images/plugandpaint.png +share/doc/qt4/src/images/portedasteroids-example.png +share/doc/qt4/src/images/portedcanvas-example.png +share/doc/qt4/src/images/previewer-example.png +share/doc/qt4/src/images/previewer-ui.png +share/doc/qt4/src/images/printer-rects.png +share/doc/qt4/src/images/progressBar-stylesheet.png +share/doc/qt4/src/images/progressBar2-stylesheet.png +share/doc/qt4/src/images/propagation-custom.png +share/doc/qt4/src/images/propagation-standard.png +share/doc/qt4/src/images/q3painter_rationale.png +share/doc/qt4/src/images/qactiongroup-align.png +share/doc/qt4/src/images/qcalendarwidget-grid.png +share/doc/qt4/src/images/qcalendarwidget-maximum.png +share/doc/qt4/src/images/qcalendarwidget-minimum.png +share/doc/qt4/src/images/qcalendarwidget.png +share/doc/qt4/src/images/qcanvasellipse.png +share/doc/qt4/src/images/qcdestyle.png +share/doc/qt4/src/images/qcolor-cmyk.png +share/doc/qt4/src/images/qcolor-hsv.png +share/doc/qt4/src/images/qcolor-hue.png +share/doc/qt4/src/images/qcolor-rgb.png +share/doc/qt4/src/images/qcolor-saturation.png +share/doc/qt4/src/images/qcolor-value.png +share/doc/qt4/src/images/qcolumnview.png +share/doc/qt4/src/images/qconicalgradient.png +share/doc/qt4/src/images/qdatawidgetmapper-simple.png +share/doc/qt4/src/images/qdesktopwidget.png +share/doc/qt4/src/images/qdockwindow.png +share/doc/qt4/src/images/qerrormessage.png +share/doc/qt4/src/images/qfiledialog-expanded.png +share/doc/qt4/src/images/qfiledialog-small.png +share/doc/qt4/src/images/qformlayout-kde.png +share/doc/qt4/src/images/qformlayout-mac.png +share/doc/qt4/src/images/qformlayout-qpe.png +share/doc/qt4/src/images/qformlayout-win.png +share/doc/qt4/src/images/qgradient-conical.png +share/doc/qt4/src/images/qgradient-linear.png +share/doc/qt4/src/images/qgradient-radial.png +share/doc/qt4/src/images/qgraphicsproxywidget-embed.png +share/doc/qt4/src/images/qgridlayout-with-5-children.png +share/doc/qt4/src/images/qhbox-m.png +share/doc/qt4/src/images/qhboxlayout-with-5-children.png +share/doc/qt4/src/images/qimage-32bit.png +share/doc/qt4/src/images/qimage-32bit_scaled.png +share/doc/qt4/src/images/qimage-8bit.png +share/doc/qt4/src/images/qimage-8bit_scaled.png +share/doc/qt4/src/images/qimage-scaling.png +share/doc/qt4/src/images/qline-coordinates.png +share/doc/qt4/src/images/qline-point.png +share/doc/qt4/src/images/qlineargradient-pad.png +share/doc/qt4/src/images/qlineargradient-reflect.png +share/doc/qt4/src/images/qlineargradient-repeat.png +share/doc/qt4/src/images/qlinef-angle-identicaldirection.png +share/doc/qt4/src/images/qlinef-angle-oppositedirection.png +share/doc/qt4/src/images/qlinef-bounded.png +share/doc/qt4/src/images/qlinef-normalvector.png +share/doc/qt4/src/images/qlinef-unbounded.png +share/doc/qt4/src/images/qlistbox-m.png +share/doc/qt4/src/images/qlistbox-w.png +share/doc/qt4/src/images/qlistviewitems.png +share/doc/qt4/src/images/qmacstyle.png +share/doc/qt4/src/images/qmainwindow-qdockareas.png +share/doc/qt4/src/images/qmatrix-combinedtransformation.png +share/doc/qt4/src/images/qmatrix-representation.png +share/doc/qt4/src/images/qmatrix-simpletransformation.png +share/doc/qt4/src/images/qmdiarea-arrange.png +share/doc/qt4/src/images/qmdisubwindowlayout.png +share/doc/qt4/src/images/qmessagebox-crit.png +share/doc/qt4/src/images/qmessagebox-info.png +share/doc/qt4/src/images/qmessagebox-quest.png +share/doc/qt4/src/images/qmessagebox-warn.png +share/doc/qt4/src/images/qmotifstyle.png +share/doc/qt4/src/images/qobjectxmlmodel-example.png +share/doc/qt4/src/images/qpainter-affinetransformations.png +share/doc/qt4/src/images/qpainter-angles.png +share/doc/qt4/src/images/qpainter-arc.png +share/doc/qt4/src/images/qpainter-basicdrawing.png +share/doc/qt4/src/images/qpainter-chord.png +share/doc/qt4/src/images/qpainter-clock.png +share/doc/qt4/src/images/qpainter-compositiondemo.png +share/doc/qt4/src/images/qpainter-compositionmode.png +share/doc/qt4/src/images/qpainter-compositionmode1.png +share/doc/qt4/src/images/qpainter-compositionmode2.png +share/doc/qt4/src/images/qpainter-concentriccircles.png +share/doc/qt4/src/images/qpainter-ellipse.png +share/doc/qt4/src/images/qpainter-gradients.png +share/doc/qt4/src/images/qpainter-line.png +share/doc/qt4/src/images/qpainter-painterpaths.png +share/doc/qt4/src/images/qpainter-path.png +share/doc/qt4/src/images/qpainter-pathstroking.png +share/doc/qt4/src/images/qpainter-pie.png +share/doc/qt4/src/images/qpainter-polygon.png +share/doc/qt4/src/images/qpainter-rectangle.png +share/doc/qt4/src/images/qpainter-rotation.png +share/doc/qt4/src/images/qpainter-roundrect.png +share/doc/qt4/src/images/qpainter-scale.png +share/doc/qt4/src/images/qpainter-text.png +share/doc/qt4/src/images/qpainter-translation.png +share/doc/qt4/src/images/qpainter-vectordeformation.png +share/doc/qt4/src/images/qpainterpath-addellipse.png +share/doc/qt4/src/images/qpainterpath-addpolygon.png +share/doc/qt4/src/images/qpainterpath-addrectangle.png +share/doc/qt4/src/images/qpainterpath-addtext.png +share/doc/qt4/src/images/qpainterpath-arcto.png +share/doc/qt4/src/images/qpainterpath-construction.png +share/doc/qt4/src/images/qpainterpath-cubicto.png +share/doc/qt4/src/images/qpainterpath-demo.png +share/doc/qt4/src/images/qpainterpath-example.png +share/doc/qt4/src/images/qpen-bevel.png +share/doc/qt4/src/images/qpen-custom.png +share/doc/qt4/src/images/qpen-dash.png +share/doc/qt4/src/images/qpen-dashdot.png +share/doc/qt4/src/images/qpen-dashdotdot.png +share/doc/qt4/src/images/qpen-demo.png +share/doc/qt4/src/images/qpen-dot.png +share/doc/qt4/src/images/qpen-flat.png +share/doc/qt4/src/images/qpen-miter.png +share/doc/qt4/src/images/qpen-miterlimit.png +share/doc/qt4/src/images/qpen-roundcap.png +share/doc/qt4/src/images/qpen-roundjoin.png +share/doc/qt4/src/images/qpen-solid.png +share/doc/qt4/src/images/qpen-square.png +share/doc/qt4/src/images/qplastiquestyle.png +share/doc/qt4/src/images/qprintpreviewdialog.png +share/doc/qt4/src/images/qprogbar-m.png +share/doc/qt4/src/images/qprogbar-w.png +share/doc/qt4/src/images/qprogdlg-m.png +share/doc/qt4/src/images/qprogdlg-w.png +share/doc/qt4/src/images/qradialgradient-pad.png +share/doc/qt4/src/images/qradialgradient-reflect.png +share/doc/qt4/src/images/qradialgradient-repeat.png +share/doc/qt4/src/images/qrect-coordinates.png +share/doc/qt4/src/images/qrect-diagram-one.png +share/doc/qt4/src/images/qrect-diagram-three.png +share/doc/qt4/src/images/qrect-diagram-two.png +share/doc/qt4/src/images/qrect-diagram-zero.png +share/doc/qt4/src/images/qrect-intersect.png +share/doc/qt4/src/images/qrect-unite.png +share/doc/qt4/src/images/qrectf-coordinates.png +share/doc/qt4/src/images/qrectf-diagram-one.png +share/doc/qt4/src/images/qrectf-diagram-three.png +share/doc/qt4/src/images/qrectf-diagram-two.png +share/doc/qt4/src/images/qscrollarea-noscrollbars.png +share/doc/qt4/src/images/qscrollarea-onescrollbar.png +share/doc/qt4/src/images/qscrollarea-twoscrollbars.png +share/doc/qt4/src/images/qscrollbar-picture.png +share/doc/qt4/src/images/qscrollbar-values.png +share/doc/qt4/src/images/qscrollview-cl.png +share/doc/qt4/src/images/qscrollview-vp.png +share/doc/qt4/src/images/qscrollview-vp2.png +share/doc/qt4/src/images/qsortfilterproxymodel-sorting.png +share/doc/qt4/src/images/qspinbox-plusminus.png +share/doc/qt4/src/images/qspinbox-updown.png +share/doc/qt4/src/images/qstatustipevent-action.png +share/doc/qt4/src/images/qstatustipevent-widget.png +share/doc/qt4/src/images/qstyle-comboboxes.png +share/doc/qt4/src/images/qstyleoptiontoolbar-position.png +share/doc/qt4/src/images/qt-colors.png +share/doc/qt4/src/images/qt-embedded-accelerateddriver.png +share/doc/qt4/src/images/qt-embedded-architecture.png +share/doc/qt4/src/images/qt-embedded-architecture2.png +share/doc/qt4/src/images/qt-embedded-characterinputlayer.png +share/doc/qt4/src/images/qt-embedded-clamshellphone-closed.png +share/doc/qt4/src/images/qt-embedded-clamshellphone-pressed.png +share/doc/qt4/src/images/qt-embedded-clamshellphone.png +share/doc/qt4/src/images/qt-embedded-client.png +share/doc/qt4/src/images/qt-embedded-clientrendering.png +share/doc/qt4/src/images/qt-embedded-clientservercommunication.png +share/doc/qt4/src/images/qt-embedded-drawingonscreen.png +share/doc/qt4/src/images/qt-embedded-examples.png +share/doc/qt4/src/images/qt-embedded-fontfeatures.png +share/doc/qt4/src/images/qt-embedded-opengl1.png +share/doc/qt4/src/images/qt-embedded-opengl2.png +share/doc/qt4/src/images/qt-embedded-opengl3.png +share/doc/qt4/src/images/qt-embedded-pda.png +share/doc/qt4/src/images/qt-embedded-phone.png +share/doc/qt4/src/images/qt-embedded-pointerhandlinglayer.png +share/doc/qt4/src/images/qt-embedded-qconfigtool.png +share/doc/qt4/src/images/qt-embedded-qvfbfilemenu.png +share/doc/qt4/src/images/qt-embedded-qvfbviewmenu.png +share/doc/qt4/src/images/qt-embedded-reserveregion.png +share/doc/qt4/src/images/qt-embedded-runningapplication.png +share/doc/qt4/src/images/qt-embedded-setwindowattribute.png +share/doc/qt4/src/images/qt-embedded-virtualframebuffer.png +share/doc/qt4/src/images/qt-embedded-vnc-screen.png +share/doc/qt4/src/images/qt-fillrule-oddeven.png +share/doc/qt4/src/images/qt-fillrule-winding.png +share/doc/qt4/src/images/qt-for-wince-landscape.png +share/doc/qt4/src/images/qt-logo.png +share/doc/qt4/src/images/qt.png +share/doc/qt4/src/images/qtableitems.png +share/doc/qt4/src/images/qtabletevent-tilt.png +share/doc/qt4/src/images/qtableview-resized.png +share/doc/qt4/src/images/qtconcurrent-progressdialog.png +share/doc/qt4/src/images/qtconfig-appearance.png +share/doc/qt4/src/images/qtdemo-small.png +share/doc/qt4/src/images/qtdemo.png +share/doc/qt4/src/images/qtdesignerextensions.png +share/doc/qt4/src/images/qtdesignerscreenshot.png +share/doc/qt4/src/images/qtextblock-fragments.png +share/doc/qt4/src/images/qtextblock-sequence.png +share/doc/qt4/src/images/qtextdocument-frames.png +share/doc/qt4/src/images/qtextfragment-split.png +share/doc/qt4/src/images/qtextframe-style.png +share/doc/qt4/src/images/qtexttable-cells.png +share/doc/qt4/src/images/qtexttableformat-cell.png +share/doc/qt4/src/images/qtransform-combinedtransformation.png +share/doc/qt4/src/images/qtransform-combinedtransformation2.png +share/doc/qt4/src/images/qtransform-simpletransformation.png +share/doc/qt4/src/images/qtscript-calculator-example.png +share/doc/qt4/src/images/qtscript-calculator.png +share/doc/qt4/src/images/qtscript-context2d.png +share/doc/qt4/src/images/qtscript-examples.png +share/doc/qt4/src/images/qtwizard-aero1.png +share/doc/qt4/src/images/qtwizard-aero2.png +share/doc/qt4/src/images/qtwizard-classic1.png +share/doc/qt4/src/images/qtwizard-classic2.png +share/doc/qt4/src/images/qtwizard-mac1.png +share/doc/qt4/src/images/qtwizard-mac2.png +share/doc/qt4/src/images/qtwizard-macpage.png +share/doc/qt4/src/images/qtwizard-modern1.png +share/doc/qt4/src/images/qtwizard-modern2.png +share/doc/qt4/src/images/qtwizard-nonmacpage.png +share/doc/qt4/src/images/querymodel-example.png +share/doc/qt4/src/images/qundoview.png +share/doc/qt4/src/images/qurl-authority.png +share/doc/qt4/src/images/qurl-authority2.png +share/doc/qt4/src/images/qurl-authority3.png +share/doc/qt4/src/images/qurl-fragment.png +share/doc/qt4/src/images/qurl-ftppath.png +share/doc/qt4/src/images/qurl-mailtopath.png +share/doc/qt4/src/images/qurl-querystring.png +share/doc/qt4/src/images/qvbox-m.png +share/doc/qt4/src/images/qvboxlayout-with-5-children.png +share/doc/qt4/src/images/qwebview-diagram.png +share/doc/qt4/src/images/qwebview-url.png +share/doc/qt4/src/images/qwindowsstyle.png +share/doc/qt4/src/images/qwindowsxpstyle.png +share/doc/qt4/src/images/qwsserver_keyboardfilter.png +share/doc/qt4/src/images/radialGradient.png +share/doc/qt4/src/images/recentfiles-example.png +share/doc/qt4/src/images/recipes-example.png +share/doc/qt4/src/images/regexp-example.png +share/doc/qt4/src/images/relationaltable.png +share/doc/qt4/src/images/relationaltablemodel-example.png +share/doc/qt4/src/images/remotecontrolledcar-car-example.png +share/doc/qt4/src/images/remotecontrolledcar-controller-example.png +share/doc/qt4/src/images/resources.png +share/doc/qt4/src/images/richtext-document.png +share/doc/qt4/src/images/richtext-examples.png +share/doc/qt4/src/images/rintersect.png +share/doc/qt4/src/images/rsslistingexample.png +share/doc/qt4/src/images/rsubtract.png +share/doc/qt4/src/images/runion.png +share/doc/qt4/src/images/rxor.png +share/doc/qt4/src/images/samplebuffers-example.png +share/doc/qt4/src/images/saxbookmarks-example.png +share/doc/qt4/src/images/screenshot-example.png +share/doc/qt4/src/images/scribble-example.png +share/doc/qt4/src/images/sdi-example.png +share/doc/qt4/src/images/securesocketclient.png +share/doc/qt4/src/images/securesocketclient2.png +share/doc/qt4/src/images/selected-items1.png +share/doc/qt4/src/images/selected-items2.png +share/doc/qt4/src/images/selected-items3.png +share/doc/qt4/src/images/selection-extended.png +share/doc/qt4/src/images/selection-multi.png +share/doc/qt4/src/images/selection-single.png +share/doc/qt4/src/images/session.png +share/doc/qt4/src/images/settingseditor-example.png +share/doc/qt4/src/images/shapedclock-dragging.png +share/doc/qt4/src/images/shapedclock-example.png +share/doc/qt4/src/images/shareddirmodel.png +share/doc/qt4/src/images/sharedmemory-example_1.png +share/doc/qt4/src/images/sharedmemory-example_2.png +share/doc/qt4/src/images/sharedmodel-tableviews.png +share/doc/qt4/src/images/sharedselection-tableviews.png +share/doc/qt4/src/images/signals-n-slots-aw-nat.png +share/doc/qt4/src/images/simpledommodel-example.png +share/doc/qt4/src/images/simpletextviewer-example.png +share/doc/qt4/src/images/simpletextviewer-findfiledialog.png +share/doc/qt4/src/images/simpletextviewer-mainwindow.png +share/doc/qt4/src/images/simpletreemodel-example.png +share/doc/qt4/src/images/simplewidgetmapper-example.png +share/doc/qt4/src/images/simplewizard-page1.png +share/doc/qt4/src/images/simplewizard-page2.png +share/doc/qt4/src/images/simplewizard-page3.png +share/doc/qt4/src/images/simplewizard.png +share/doc/qt4/src/images/sipdialog-closed.png +share/doc/qt4/src/images/sipdialog-opened.png +share/doc/qt4/src/images/sliders-example.png +share/doc/qt4/src/images/smooth.png +share/doc/qt4/src/images/sortingmodel-example.png +share/doc/qt4/src/images/spinboxdelegate-example.png +share/doc/qt4/src/images/spinboxes-example.png +share/doc/qt4/src/images/spreadsheet-demo.png +share/doc/qt4/src/images/sql-examples.png +share/doc/qt4/src/images/sqlbrowser-demo.png +share/doc/qt4/src/images/standard-views.png +share/doc/qt4/src/images/standarddialogs-example.png +share/doc/qt4/src/images/stardelegate.png +share/doc/qt4/src/images/stliterators1.png +share/doc/qt4/src/images/stringlistmodel.png +share/doc/qt4/src/images/stylepluginexample.png +share/doc/qt4/src/images/styles-3d.png +share/doc/qt4/src/images/styles-aliasing.png +share/doc/qt4/src/images/styles-disabledwood.png +share/doc/qt4/src/images/styles-enabledwood.png +share/doc/qt4/src/images/styles-woodbuttons.png +share/doc/qt4/src/images/stylesheet-border-image-normal.png +share/doc/qt4/src/images/stylesheet-border-image-stretched.png +share/doc/qt4/src/images/stylesheet-border-image-wrong.png +share/doc/qt4/src/images/stylesheet-boxmodel.png +share/doc/qt4/src/images/stylesheet-branch-closed.png +share/doc/qt4/src/images/stylesheet-branch-end.png +share/doc/qt4/src/images/stylesheet-branch-more.png +share/doc/qt4/src/images/stylesheet-branch-open.png +share/doc/qt4/src/images/stylesheet-coffee-plastique.png +share/doc/qt4/src/images/stylesheet-coffee-xp.png +share/doc/qt4/src/images/stylesheet-designer-options.png +share/doc/qt4/src/images/stylesheet-pagefold.png +share/doc/qt4/src/images/stylesheet-redbutton1.png +share/doc/qt4/src/images/stylesheet-redbutton2.png +share/doc/qt4/src/images/stylesheet-redbutton3.png +share/doc/qt4/src/images/stylesheet-scrollbar1.png +share/doc/qt4/src/images/stylesheet-scrollbar2.png +share/doc/qt4/src/images/stylesheet-treeview.png +share/doc/qt4/src/images/stylesheet-vline.png +share/doc/qt4/src/images/svg-image.png +share/doc/qt4/src/images/svgviewer-example.png +share/doc/qt4/src/images/syntaxhighlighter-example.png +share/doc/qt4/src/images/system-tray.png +share/doc/qt4/src/images/systemtray-editor.png +share/doc/qt4/src/images/systemtray-example.png +share/doc/qt4/src/images/t1.png +share/doc/qt4/src/images/t10.png +share/doc/qt4/src/images/t11.png +share/doc/qt4/src/images/t12.png +share/doc/qt4/src/images/t13.png +share/doc/qt4/src/images/t14.png +share/doc/qt4/src/images/t2.png +share/doc/qt4/src/images/t3.png +share/doc/qt4/src/images/t4.png +share/doc/qt4/src/images/t5.png +share/doc/qt4/src/images/t6.png +share/doc/qt4/src/images/t7.png +share/doc/qt4/src/images/t8.png +share/doc/qt4/src/images/t9.png +share/doc/qt4/src/images/t9_1.png +share/doc/qt4/src/images/t9_2.png +share/doc/qt4/src/images/tabWidget-stylesheet1.png +share/doc/qt4/src/images/tabWidget-stylesheet2.png +share/doc/qt4/src/images/tabWidget-stylesheet3.png +share/doc/qt4/src/images/tabdialog-example.png +share/doc/qt4/src/images/tableWidget-stylesheet.png +share/doc/qt4/src/images/tablemodel-example.png +share/doc/qt4/src/images/tabletexample.png +share/doc/qt4/src/images/taskmenuextension-dialog.png +share/doc/qt4/src/images/taskmenuextension-example-faded.png +share/doc/qt4/src/images/taskmenuextension-example.png +share/doc/qt4/src/images/taskmenuextension-menu.png +share/doc/qt4/src/images/tcpstream.png +share/doc/qt4/src/images/tetrix-example.png +share/doc/qt4/src/images/textedit-demo.png +share/doc/qt4/src/images/textfinder-example-find.png +share/doc/qt4/src/images/textfinder-example-find2.png +share/doc/qt4/src/images/textfinder-example-userinterface.png +share/doc/qt4/src/images/textfinder-example.png +share/doc/qt4/src/images/texttable-merge.png +share/doc/qt4/src/images/texttable-split.png +share/doc/qt4/src/images/textures-example.png +share/doc/qt4/src/images/thread-examples.png +share/doc/qt4/src/images/threadedfortuneserver-example.png +share/doc/qt4/src/images/threadsandobjects.png +share/doc/qt4/src/images/tool-examples.png +share/doc/qt4/src/images/tooltips-example.png +share/doc/qt4/src/images/torrent-example.png +share/doc/qt4/src/images/transformations-example.png +share/doc/qt4/src/images/treemodel-structure.png +share/doc/qt4/src/images/treemodelcompleter-example.png +share/doc/qt4/src/images/trivialwizard-example-conclusion.png +share/doc/qt4/src/images/trivialwizard-example-flow.png +share/doc/qt4/src/images/trivialwizard-example-introduction.png +share/doc/qt4/src/images/trivialwizard-example-registration.png +share/doc/qt4/src/images/trolltech-logo.png +share/doc/qt4/src/images/tutorial8-layout.png +share/doc/qt4/src/images/tutorial8-reallayout.png +share/doc/qt4/src/images/udppackets.png +share/doc/qt4/src/images/uitools-examples.png +share/doc/qt4/src/images/undodemo.png +share/doc/qt4/src/images/undoframeworkexample.png +share/doc/qt4/src/images/unsmooth.png +share/doc/qt4/src/images/wVista-Cert-border-small.png +share/doc/qt4/src/images/webkit-examples.png +share/doc/qt4/src/images/whatsthis.png +share/doc/qt4/src/images/widget-examples.png +share/doc/qt4/src/images/widgetdelegate.png +share/doc/qt4/src/images/widgets-examples.png +share/doc/qt4/src/images/widgets-tutorial-childwidget.png +share/doc/qt4/src/images/widgets-tutorial-nestedlayouts.png +share/doc/qt4/src/images/widgets-tutorial-toplevel.png +share/doc/qt4/src/images/widgets-tutorial-windowlayout.png +share/doc/qt4/src/images/wiggly-example.png +share/doc/qt4/src/images/windowflags-example.png +share/doc/qt4/src/images/windowflags_controllerwindow.png +share/doc/qt4/src/images/windowflags_previewwindow.png +share/doc/qt4/src/images/windows-calendarwidget.png +share/doc/qt4/src/images/windows-checkbox.png +share/doc/qt4/src/images/windows-combobox.png +share/doc/qt4/src/images/windows-dateedit.png +share/doc/qt4/src/images/windows-datetimeedit.png +share/doc/qt4/src/images/windows-dial.png +share/doc/qt4/src/images/windows-doublespinbox.png +share/doc/qt4/src/images/windows-fontcombobox.png +share/doc/qt4/src/images/windows-frame.png +share/doc/qt4/src/images/windows-groupbox.png +share/doc/qt4/src/images/windows-horizontalscrollbar.png +share/doc/qt4/src/images/windows-label.png +share/doc/qt4/src/images/windows-lcdnumber.png +share/doc/qt4/src/images/windows-lineedit.png +share/doc/qt4/src/images/windows-listview.png +share/doc/qt4/src/images/windows-progressbar.png +share/doc/qt4/src/images/windows-pushbutton.png +share/doc/qt4/src/images/windows-radiobutton.png +share/doc/qt4/src/images/windows-slider.png +share/doc/qt4/src/images/windows-spinbox.png +share/doc/qt4/src/images/windows-tableview.png +share/doc/qt4/src/images/windows-tabwidget.png +share/doc/qt4/src/images/windows-textedit.png +share/doc/qt4/src/images/windows-timeedit.png +share/doc/qt4/src/images/windows-toolbox.png +share/doc/qt4/src/images/windows-toolbutton.png +share/doc/qt4/src/images/windows-treeview.png +share/doc/qt4/src/images/windowsvista-calendarwidget.png +share/doc/qt4/src/images/windowsvista-checkbox.png +share/doc/qt4/src/images/windowsvista-combobox.png +share/doc/qt4/src/images/windowsvista-dateedit.png +share/doc/qt4/src/images/windowsvista-datetimeedit.png +share/doc/qt4/src/images/windowsvista-dial.png +share/doc/qt4/src/images/windowsvista-doublespinbox.png +share/doc/qt4/src/images/windowsvista-fontcombobox.png +share/doc/qt4/src/images/windowsvista-frame.png +share/doc/qt4/src/images/windowsvista-groupbox.png +share/doc/qt4/src/images/windowsvista-horizontalscrollbar.png +share/doc/qt4/src/images/windowsvista-label.png +share/doc/qt4/src/images/windowsvista-lcdnumber.png +share/doc/qt4/src/images/windowsvista-lineedit.png +share/doc/qt4/src/images/windowsvista-listview.png +share/doc/qt4/src/images/windowsvista-progressbar.png +share/doc/qt4/src/images/windowsvista-pushbutton.png +share/doc/qt4/src/images/windowsvista-radiobutton.png +share/doc/qt4/src/images/windowsvista-slider.png +share/doc/qt4/src/images/windowsvista-spinbox.png +share/doc/qt4/src/images/windowsvista-tableview.png +share/doc/qt4/src/images/windowsvista-tabwidget.png +share/doc/qt4/src/images/windowsvista-textedit.png +share/doc/qt4/src/images/windowsvista-timeedit.png +share/doc/qt4/src/images/windowsvista-toolbox.png +share/doc/qt4/src/images/windowsvista-toolbutton.png +share/doc/qt4/src/images/windowsvista-treeview.png +share/doc/qt4/src/images/windowsxp-calendarwidget.png +share/doc/qt4/src/images/windowsxp-checkbox.png +share/doc/qt4/src/images/windowsxp-combobox.png +share/doc/qt4/src/images/windowsxp-dateedit.png +share/doc/qt4/src/images/windowsxp-datetimeedit.png +share/doc/qt4/src/images/windowsxp-dial.png +share/doc/qt4/src/images/windowsxp-doublespinbox.png +share/doc/qt4/src/images/windowsxp-fontcombobox.png +share/doc/qt4/src/images/windowsxp-frame.png +share/doc/qt4/src/images/windowsxp-groupbox.png +share/doc/qt4/src/images/windowsxp-horizontalscrollbar.png +share/doc/qt4/src/images/windowsxp-label.png +share/doc/qt4/src/images/windowsxp-lcdnumber.png +share/doc/qt4/src/images/windowsxp-lineedit.png +share/doc/qt4/src/images/windowsxp-listview.png +share/doc/qt4/src/images/windowsxp-menu.png +share/doc/qt4/src/images/windowsxp-progressbar.png +share/doc/qt4/src/images/windowsxp-pushbutton.png +share/doc/qt4/src/images/windowsxp-radiobutton.png +share/doc/qt4/src/images/windowsxp-slider.png +share/doc/qt4/src/images/windowsxp-spinbox.png +share/doc/qt4/src/images/windowsxp-tableview.png +share/doc/qt4/src/images/windowsxp-tabwidget.png +share/doc/qt4/src/images/windowsxp-textedit.png +share/doc/qt4/src/images/windowsxp-timeedit.png +share/doc/qt4/src/images/windowsxp-toolbox.png +share/doc/qt4/src/images/windowsxp-toolbutton.png +share/doc/qt4/src/images/windowsxp-treeview.png +share/doc/qt4/src/images/worldtimeclock-connection.png +share/doc/qt4/src/images/worldtimeclock-signalandslot.png +share/doc/qt4/src/images/worldtimeclockbuilder-example.png +share/doc/qt4/src/images/worldtimeclockplugin-example.png +share/doc/qt4/src/images/x11_dependencies.png +share/doc/qt4/src/images/xform.png +share/doc/qt4/src/images/xml-examples.png +share/doc/qt4/src/images/xmlstreamexample-filemenu.png +share/doc/qt4/src/images/xmlstreamexample-helpmenu.png +share/doc/qt4/src/images/xmlstreamexample-screenshot.png diff --git a/x11/qt4/pkg/PLIST-main b/x11/qt4/pkg/PLIST-main index c0a80e1d435..0af7e7c0d1c 100644 --- a/x11/qt4/pkg/PLIST-main +++ b/x11/qt4/pkg/PLIST-main @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST-main,v 1.14 2008/03/15 09:44:12 espie Exp $ +@comment $OpenBSD: PLIST-main,v 1.15 2008/10/21 22:20:00 espie Exp $ @pkgpath x11/qt4 %%SHARED%% bin/assistant4 @@ -11,7 +11,7 @@ bin/moc4 bin/qdbus bin/qmake4 bin/qt3to4 -bin/qtconfig4 +bin/qtconfig-lite bin/rcc bin/syncqt bin/uic34 @@ -20,13 +20,42 @@ include/X11/qt4/ include/X11/qt4/Qt/ include/X11/qt4/Qt/Qt3Support include/X11/qt4/Qt/QtCore +include/X11/qt4/Qt/QtDBus include/X11/qt4/Qt/QtGui +include/X11/qt4/Qt/QtHelp include/X11/qt4/Qt/QtNetwork include/X11/qt4/Qt/QtOpenGL include/X11/qt4/Qt/QtScript include/X11/qt4/Qt/QtSql include/X11/qt4/Qt/QtSvg +include/X11/qt4/Qt/QtTest include/X11/qt4/Qt/QtXml +include/X11/qt4/Qt/QtXmlPatterns +include/X11/qt4/Qt/abstractaudiooutput.h +include/X11/qt4/Qt/abstractmediastream.h +include/X11/qt4/Qt/abstractvideooutput.h +include/X11/qt4/Qt/addoninterface.h +include/X11/qt4/Qt/audiooutput.h +include/X11/qt4/Qt/audiooutputinterface.h +include/X11/qt4/Qt/backendcapabilities.h +include/X11/qt4/Qt/backendinterface.h +include/X11/qt4/Qt/effect.h +include/X11/qt4/Qt/effectinterface.h +include/X11/qt4/Qt/effectparameter.h +include/X11/qt4/Qt/effectwidget.h +include/X11/qt4/Qt/mediacontroller.h +include/X11/qt4/Qt/medianode.h +include/X11/qt4/Qt/mediaobject.h +include/X11/qt4/Qt/mediaobjectinterface.h +include/X11/qt4/Qt/mediasource.h +include/X11/qt4/Qt/objectdescription.h +include/X11/qt4/Qt/objectdescriptionmodel.h +include/X11/qt4/Qt/path.h +include/X11/qt4/Qt/phonon +include/X11/qt4/Qt/phonon_export.h +include/X11/qt4/Qt/phonondefs.h +include/X11/qt4/Qt/phononnamespace.h +include/X11/qt4/Qt/platformplugin.h include/X11/qt4/Qt/q3accel.h include/X11/qt4/Qt/q3action.h include/X11/qt4/Qt/q3asciicache.h @@ -140,6 +169,7 @@ include/X11/qt4/Qt/qabstractfileengine.h include/X11/qt4/Qt/qabstractitemdelegate.h include/X11/qt4/Qt/qabstractitemmodel.h include/X11/qt4/Qt/qabstractitemview.h +include/X11/qt4/Qt/qabstractmessagehandler.h include/X11/qt4/Qt/qabstractpagesetupdialog.h include/X11/qt4/Qt/qabstractprintdialog.h include/X11/qt4/Qt/qabstractproxymodel.h @@ -148,6 +178,9 @@ include/X11/qt4/Qt/qabstractslider.h include/X11/qt4/Qt/qabstractsocket.h include/X11/qt4/Qt/qabstractspinbox.h include/X11/qt4/Qt/qabstracttextdocumentlayout.h +include/X11/qt4/Qt/qabstracturiresolver.h +include/X11/qt4/Qt/qabstractxmlnodemodel.h +include/X11/qt4/Qt/qabstractxmlreceiver.h include/X11/qt4/Qt/qaccessible.h include/X11/qt4/Qt/qaccessible2.h include/X11/qt4/Qt/qaccessiblebridge.h @@ -162,9 +195,11 @@ include/X11/qt4/Qt/qatomic.h include/X11/qt4/Qt/qatomic_alpha.h include/X11/qt4/Qt/qatomic_arch.h include/X11/qt4/Qt/qatomic_arm.h -include/X11/qt4/Qt/qatomic_boundschecker.h +include/X11/qt4/Qt/qatomic_avr32.h +include/X11/qt4/Qt/qatomic_bfin.h +include/X11/qt4/Qt/qatomic_bootstrap.h include/X11/qt4/Qt/qatomic_generic.h -include/X11/qt4/Qt/qatomic_i386.h +include/X11/qt4/Qt/qatomic_${MACHINE_ARCH}.h include/X11/qt4/Qt/qatomic_ia64.h include/X11/qt4/Qt/qatomic_mips.h include/X11/qt4/Qt/qatomic_parisc.h @@ -173,6 +208,7 @@ include/X11/qt4/Qt/qatomic_s390.h include/X11/qt4/Qt/qatomic_sparc.h include/X11/qt4/Qt/qatomic_x86_64.h include/X11/qt4/Qt/qauthenticator.h +include/X11/qt4/Qt/qbasicatomic.h include/X11/qt4/Qt/qbasictimer.h include/X11/qt4/Qt/qbitarray.h include/X11/qt4/Qt/qbitmap.h @@ -194,6 +230,7 @@ include/X11/qt4/Qt/qcolordialog.h include/X11/qt4/Qt/qcolormap.h include/X11/qt4/Qt/qcolumnview.h include/X11/qt4/Qt/qcombobox.h +include/X11/qt4/Qt/qcommandlinkbutton.h include/X11/qt4/Qt/qcommonstyle.h include/X11/qt4/Qt/qcompleter.h include/X11/qt4/Qt/qconfig-dist.h @@ -211,6 +248,20 @@ include/X11/qt4/Qt/qdatastream.h include/X11/qt4/Qt/qdatawidgetmapper.h include/X11/qt4/Qt/qdatetime.h include/X11/qt4/Qt/qdatetimeedit.h +include/X11/qt4/Qt/qdbusabstractadaptor.h +include/X11/qt4/Qt/qdbusabstractinterface.h +include/X11/qt4/Qt/qdbusargument.h +include/X11/qt4/Qt/qdbusconnection.h +include/X11/qt4/Qt/qdbusconnectioninterface.h +include/X11/qt4/Qt/qdbuscontext.h +include/X11/qt4/Qt/qdbuserror.h +include/X11/qt4/Qt/qdbusextratypes.h +include/X11/qt4/Qt/qdbusinterface.h +include/X11/qt4/Qt/qdbusmacros.h +include/X11/qt4/Qt/qdbusmessage.h +include/X11/qt4/Qt/qdbusmetatype.h +include/X11/qt4/Qt/qdbusreply.h +include/X11/qt4/Qt/qdbusserver.h include/X11/qt4/Qt/qdebug.h include/X11/qt4/Qt/qdesktopservices.h include/X11/qt4/Qt/qdesktopwidget.h @@ -234,6 +285,7 @@ include/X11/qt4/Qt/qfile.h include/X11/qt4/Qt/qfiledialog.h include/X11/qt4/Qt/qfileiconprovider.h include/X11/qt4/Qt/qfileinfo.h +include/X11/qt4/Qt/qfilesystemmodel.h include/X11/qt4/Qt/qfilesystemwatcher.h include/X11/qt4/Qt/qfocusframe.h include/X11/qt4/Qt/qfont.h @@ -242,24 +294,43 @@ include/X11/qt4/Qt/qfontdatabase.h include/X11/qt4/Qt/qfontdialog.h include/X11/qt4/Qt/qfontinfo.h include/X11/qt4/Qt/qfontmetrics.h +include/X11/qt4/Qt/qformlayout.h include/X11/qt4/Qt/qframe.h include/X11/qt4/Qt/qfsfileengine.h include/X11/qt4/Qt/qftp.h +include/X11/qt4/Qt/qfuture.h +include/X11/qt4/Qt/qfutureinterface.h +include/X11/qt4/Qt/qfuturesynchronizer.h +include/X11/qt4/Qt/qfuturewatcher.h include/X11/qt4/Qt/qgl.h include/X11/qt4/Qt/qglcolormap.h include/X11/qt4/Qt/qglframebufferobject.h include/X11/qt4/Qt/qglobal.h include/X11/qt4/Qt/qglpixelbuffer.h +include/X11/qt4/Qt/qgraphicsgridlayout.h include/X11/qt4/Qt/qgraphicsitem.h include/X11/qt4/Qt/qgraphicsitemanimation.h +include/X11/qt4/Qt/qgraphicslayout.h +include/X11/qt4/Qt/qgraphicslayoutitem.h +include/X11/qt4/Qt/qgraphicslinearlayout.h +include/X11/qt4/Qt/qgraphicsproxywidget.h include/X11/qt4/Qt/qgraphicsscene.h include/X11/qt4/Qt/qgraphicssceneevent.h include/X11/qt4/Qt/qgraphicssvgitem.h include/X11/qt4/Qt/qgraphicsview.h +include/X11/qt4/Qt/qgraphicswidget.h include/X11/qt4/Qt/qgridlayout.h include/X11/qt4/Qt/qgroupbox.h include/X11/qt4/Qt/qhash.h include/X11/qt4/Qt/qheaderview.h +include/X11/qt4/Qt/qhelp_global.h +include/X11/qt4/Qt/qhelpcontentwidget.h +include/X11/qt4/Qt/qhelpengine.h +include/X11/qt4/Qt/qhelpenginecore.h +include/X11/qt4/Qt/qhelpindexwidget.h +include/X11/qt4/Qt/qhelpsearchengine.h +include/X11/qt4/Qt/qhelpsearchquerywidget.h +include/X11/qt4/Qt/qhelpsearchresultwidget.h include/X11/qt4/Qt/qhostaddress.h include/X11/qt4/Qt/qhostinfo.h include/X11/qt4/Qt/qhttp.h @@ -294,8 +365,11 @@ include/X11/qt4/Qt/qlist.h include/X11/qt4/Qt/qlistview.h include/X11/qt4/Qt/qlistwidget.h include/X11/qt4/Qt/qlocale.h +include/X11/qt4/Qt/qlocalserver.h +include/X11/qt4/Qt/qlocalsocket.h include/X11/qt4/Qt/qmainwindow.h include/X11/qt4/Qt/qmap.h +include/X11/qt4/Qt/qmath.h include/X11/qt4/Qt/qmatrix.h include/X11/qt4/Qt/qmdiarea.h include/X11/qt4/Qt/qmdisubwindow.h @@ -311,8 +385,12 @@ include/X11/qt4/Qt/qmotifstyle.h include/X11/qt4/Qt/qmovie.h include/X11/qt4/Qt/qmutex.h include/X11/qt4/Qt/qnamespace.h +include/X11/qt4/Qt/qnetworkaccessmanager.h +include/X11/qt4/Qt/qnetworkcookie.h include/X11/qt4/Qt/qnetworkinterface.h include/X11/qt4/Qt/qnetworkproxy.h +include/X11/qt4/Qt/qnetworkreply.h +include/X11/qt4/Qt/qnetworkrequest.h include/X11/qt4/Qt/qnumeric.h include/X11/qt4/Qt/qobject.h include/X11/qt4/Qt/qobjectcleanuphandler.h @@ -329,6 +407,7 @@ include/X11/qt4/Qt/qpicture.h include/X11/qt4/Qt/qpictureformatplugin.h include/X11/qt4/Qt/qpixmap.h include/X11/qt4/Qt/qpixmapcache.h +include/X11/qt4/Qt/qplaintextedit.h include/X11/qt4/Qt/qplastiquestyle.h include/X11/qt4/Qt/qplugin.h include/X11/qt4/Qt/qpluginloader.h @@ -338,6 +417,9 @@ include/X11/qt4/Qt/qpolygon.h include/X11/qt4/Qt/qprintdialog.h include/X11/qt4/Qt/qprintengine.h include/X11/qt4/Qt/qprinter.h +include/X11/qt4/Qt/qprinterinfo.h +include/X11/qt4/Qt/qprintpreviewdialog.h +include/X11/qt4/Qt/qprintpreviewwidget.h include/X11/qt4/Qt/qprocess.h include/X11/qt4/Qt/qprogressbar.h include/X11/qt4/Qt/qprogressdialog.h @@ -352,11 +434,17 @@ include/X11/qt4/Qt/qregion.h include/X11/qt4/Qt/qresource.h include/X11/qt4/Qt/qrgb.h include/X11/qt4/Qt/qrubberband.h +include/X11/qt4/Qt/qrunnable.h include/X11/qt4/Qt/qscriptable.h +include/X11/qt4/Qt/qscriptclass.h +include/X11/qt4/Qt/qscriptclasspropertyiterator.h include/X11/qt4/Qt/qscriptcontext.h +include/X11/qt4/Qt/qscriptcontextinfo.h include/X11/qt4/Qt/qscriptengine.h +include/X11/qt4/Qt/qscriptengineagent.h include/X11/qt4/Qt/qscriptextensioninterface.h include/X11/qt4/Qt/qscriptextensionplugin.h +include/X11/qt4/Qt/qscriptstring.h include/X11/qt4/Qt/qscriptvalue.h include/X11/qt4/Qt/qscriptvalueiterator.h include/X11/qt4/Qt/qscrollarea.h @@ -366,8 +454,11 @@ include/X11/qt4/Qt/qsessionmanager.h include/X11/qt4/Qt/qset.h include/X11/qt4/Qt/qsettings.h include/X11/qt4/Qt/qshareddata.h +include/X11/qt4/Qt/qsharedmemory.h include/X11/qt4/Qt/qshortcut.h include/X11/qt4/Qt/qsignalmapper.h +include/X11/qt4/Qt/qsignalspy.h +include/X11/qt4/Qt/qsimplexmlnodemodel.h include/X11/qt4/Qt/qsize.h include/X11/qt4/Qt/qsizegrip.h include/X11/qt4/Qt/qsizepolicy.h @@ -375,6 +466,7 @@ include/X11/qt4/Qt/qslider.h include/X11/qt4/Qt/qsocketnotifier.h include/X11/qt4/Qt/qsortfilterproxymodel.h include/X11/qt4/Qt/qsound.h +include/X11/qt4/Qt/qsourcelocation.h include/X11/qt4/Qt/qspinbox.h include/X11/qt4/Qt/qsplashscreen.h include/X11/qt4/Qt/qsplitter.h @@ -401,6 +493,7 @@ include/X11/qt4/Qt/qsqltablemodel.h include/X11/qt4/Qt/qssl.h include/X11/qt4/Qt/qsslcertificate.h include/X11/qt4/Qt/qsslcipher.h +include/X11/qt4/Qt/qsslconfiguration.h include/X11/qt4/Qt/qsslerror.h include/X11/qt4/Qt/qsslkey.h include/X11/qt4/Qt/qsslsocket.h @@ -414,6 +507,7 @@ include/X11/qt4/Qt/qstringlist.h include/X11/qt4/Qt/qstringlistmodel.h include/X11/qt4/Qt/qstringmatcher.h include/X11/qt4/Qt/qstyle.h +include/X11/qt4/Qt/qstyleditemdelegate.h include/X11/qt4/Qt/qstylefactory.h include/X11/qt4/Qt/qstyleoption.h include/X11/qt4/Qt/qstylepainter.h @@ -422,14 +516,44 @@ include/X11/qt4/Qt/qsvggenerator.h include/X11/qt4/Qt/qsvgrenderer.h include/X11/qt4/Qt/qsvgwidget.h include/X11/qt4/Qt/qsyntaxhighlighter.h +include/X11/qt4/Qt/qsystemsemaphore.h include/X11/qt4/Qt/qsystemtrayicon.h include/X11/qt4/Qt/qtabbar.h include/X11/qt4/Qt/qtableview.h include/X11/qt4/Qt/qtablewidget.h include/X11/qt4/Qt/qtabwidget.h +include/X11/qt4/Qt/qtconcurrentcompilertest.h +include/X11/qt4/Qt/qtconcurrentexception.h +include/X11/qt4/Qt/qtconcurrentfilter.h +include/X11/qt4/Qt/qtconcurrentfilterkernel.h +include/X11/qt4/Qt/qtconcurrentfunctionwrappers.h +include/X11/qt4/Qt/qtconcurrentiteratekernel.h +include/X11/qt4/Qt/qtconcurrentmap.h +include/X11/qt4/Qt/qtconcurrentmapkernel.h +include/X11/qt4/Qt/qtconcurrentmedian.h +include/X11/qt4/Qt/qtconcurrentreducekernel.h +include/X11/qt4/Qt/qtconcurrentresultstore.h +include/X11/qt4/Qt/qtconcurrentrun.h +include/X11/qt4/Qt/qtconcurrentrunbase.h +include/X11/qt4/Qt/qtconcurrentstoredfunctioncall.h +include/X11/qt4/Qt/qtconcurrentthreadengine.h include/X11/qt4/Qt/qtcpserver.h include/X11/qt4/Qt/qtcpsocket.h include/X11/qt4/Qt/qtemporaryfile.h +include/X11/qt4/Qt/qtest.h +include/X11/qt4/Qt/qtest_global.h +include/X11/qt4/Qt/qtest_gui.h +include/X11/qt4/Qt/qtestaccessible.h +include/X11/qt4/Qt/qtestassert.h +include/X11/qt4/Qt/qtestcase.h +include/X11/qt4/Qt/qtestdata.h +include/X11/qt4/Qt/qtestevent.h +include/X11/qt4/Qt/qtesteventloop.h +include/X11/qt4/Qt/qtestkeyboard.h +include/X11/qt4/Qt/qtestmouse.h +include/X11/qt4/Qt/qtestspontaneevent.h +include/X11/qt4/Qt/qtestsystem.h +include/X11/qt4/Qt/qtextboundaryfinder.h include/X11/qt4/Qt/qtextbrowser.h include/X11/qt4/Qt/qtextcodec.h include/X11/qt4/Qt/qtextcodecplugin.h @@ -445,6 +569,7 @@ include/X11/qt4/Qt/qtextoption.h include/X11/qt4/Qt/qtextstream.h include/X11/qt4/Qt/qtexttable.h include/X11/qt4/Qt/qthread.h +include/X11/qt4/Qt/qthreadpool.h include/X11/qt4/Qt/qthreadstorage.h include/X11/qt4/Qt/qtimeline.h include/X11/qt4/Qt/qtimer.h @@ -473,6 +598,8 @@ include/X11/qt4/Qt/qwhatsthis.h include/X11/qt4/Qt/qwidget.h include/X11/qt4/Qt/qwidgetaction.h include/X11/qt4/Qt/qwindowdefs.h +include/X11/qt4/Qt/qwindowscestyle.h +include/X11/qt4/Qt/qwindowsmobilestyle.h include/X11/qt4/Qt/qwindowsstyle.h include/X11/qt4/Qt/qwindowsvistastyle.h include/X11/qt4/Qt/qwindowsxpstyle.h @@ -482,7 +609,21 @@ include/X11/qt4/Qt/qworkspace.h include/X11/qt4/Qt/qx11embed_x11.h include/X11/qt4/Qt/qx11info_x11.h include/X11/qt4/Qt/qxml.h +include/X11/qt4/Qt/qxmlformatter.h +include/X11/qt4/Qt/qxmlname.h +include/X11/qt4/Qt/qxmlnamepool.h +include/X11/qt4/Qt/qxmlquery.h +include/X11/qt4/Qt/qxmlresultitems.h +include/X11/qt4/Qt/qxmlserializer.h include/X11/qt4/Qt/qxmlstream.h +include/X11/qt4/Qt/seekslider.h +include/X11/qt4/Qt/streaminterface.h +include/X11/qt4/Qt/videoplayer.h +include/X11/qt4/Qt/videowidget.h +include/X11/qt4/Qt/videowidgetinterface.h +include/X11/qt4/Qt/volumefadereffect.h +include/X11/qt4/Qt/volumefaderinterface.h +include/X11/qt4/Qt/volumeslider.h include/X11/qt4/Qt3Support/ include/X11/qt4/Qt3Support/Q3Accel include/X11/qt4/Qt3Support/Q3Action @@ -792,9 +933,9 @@ include/X11/qt4/QtCore/QAbstractItemModel include/X11/qt4/QtCore/QAbstractListModel include/X11/qt4/QtCore/QAbstractTableModel include/X11/qt4/QtCore/QArgument -include/X11/qt4/QtCore/QAtomic +include/X11/qt4/QtCore/QAtomicInt include/X11/qt4/QtCore/QAtomicPointer -include/X11/qt4/QtCore/QBasicAtomic +include/X11/qt4/QtCore/QBasicAtomicInt include/X11/qt4/QtCore/QBasicAtomicPointer include/X11/qt4/QtCore/QBasicTimer include/X11/qt4/QtCore/QBitArray @@ -834,6 +975,13 @@ include/X11/qt4/QtCore/QFlag include/X11/qt4/QtCore/QFlags include/X11/qt4/QtCore/QForeachContainer include/X11/qt4/QtCore/QForeachContainerBase +include/X11/qt4/QtCore/QFuture +include/X11/qt4/QtCore/QFutureInterface +include/X11/qt4/QtCore/QFutureInterfaceBase +include/X11/qt4/QtCore/QFutureIterator +include/X11/qt4/QtCore/QFutureSynchronizer +include/X11/qt4/QtCore/QFutureWatcher +include/X11/qt4/QtCore/QFutureWatcherBase include/X11/qt4/QtCore/QGenericArgument include/X11/qt4/QtCore/QGenericReturnArgument include/X11/qt4/QtCore/QGlobalStatic @@ -878,6 +1026,7 @@ include/X11/qt4/QtCore/QModelIndex include/X11/qt4/QtCore/QModelIndexList include/X11/qt4/QtCore/QMultiHash include/X11/qt4/QtCore/QMultiMap +include/X11/qt4/QtCore/QMutableFutureIterator include/X11/qt4/QtCore/QMutableHashIterator include/X11/qt4/QtCore/QMutableLinkedListIterator include/X11/qt4/QtCore/QMutableListIterator @@ -909,12 +1058,14 @@ include/X11/qt4/QtCore/QRectF include/X11/qt4/QtCore/QRegExp include/X11/qt4/QtCore/QResource include/X11/qt4/QtCore/QReturnArgument +include/X11/qt4/QtCore/QRunnable include/X11/qt4/QtCore/QSemaphore include/X11/qt4/QtCore/QSet include/X11/qt4/QtCore/QSetIterator include/X11/qt4/QtCore/QSettings include/X11/qt4/QtCore/QSharedData include/X11/qt4/QtCore/QSharedDataPointer +include/X11/qt4/QtCore/QSharedMemory include/X11/qt4/QtCore/QSignalMapper include/X11/qt4/QtCore/QSize include/X11/qt4/QtCore/QSizeF @@ -928,8 +1079,10 @@ include/X11/qt4/QtCore/QStringMatcher include/X11/qt4/QtCore/QStringRef include/X11/qt4/QtCore/QSysInfo include/X11/qt4/QtCore/QSystemLocale +include/X11/qt4/QtCore/QSystemSemaphore include/X11/qt4/QtCore/QTS include/X11/qt4/QtCore/QTemporaryFile +include/X11/qt4/QtCore/QTextBoundaryFinder include/X11/qt4/QtCore/QTextCodec include/X11/qt4/QtCore/QTextCodecFactoryInterface include/X11/qt4/QtCore/QTextCodecPlugin @@ -941,6 +1094,7 @@ include/X11/qt4/QtCore/QTextStream include/X11/qt4/QtCore/QTextStreamFunction include/X11/qt4/QtCore/QTextStreamManipulator include/X11/qt4/QtCore/QThread +include/X11/qt4/QtCore/QThreadPool include/X11/qt4/QtCore/QThreadStorage include/X11/qt4/QtCore/QThreadStorageData include/X11/qt4/QtCore/QTime @@ -964,6 +1118,18 @@ include/X11/qt4/QtCore/QVectorIterator include/X11/qt4/QtCore/QVectorTypedData include/X11/qt4/QtCore/QWaitCondition include/X11/qt4/QtCore/QWriteLocker +include/X11/qt4/QtCore/QXmlStreamAttribute +include/X11/qt4/QtCore/QXmlStreamAttributes +include/X11/qt4/QtCore/QXmlStreamEntityDeclaration +include/X11/qt4/QtCore/QXmlStreamEntityDeclarations +include/X11/qt4/QtCore/QXmlStreamEntityResolver +include/X11/qt4/QtCore/QXmlStreamNamespaceDeclaration +include/X11/qt4/QtCore/QXmlStreamNamespaceDeclarations +include/X11/qt4/QtCore/QXmlStreamNotationDeclaration +include/X11/qt4/QtCore/QXmlStreamNotationDeclarations +include/X11/qt4/QtCore/QXmlStreamReader +include/X11/qt4/QtCore/QXmlStreamStringRef +include/X11/qt4/QtCore/QXmlStreamWriter include/X11/qt4/QtCore/Q_INT16 include/X11/qt4/QtCore/Q_INT32 include/X11/qt4/QtCore/Q_INT64 @@ -980,6 +1146,9 @@ include/X11/qt4/QtCore/Q_ULONG include/X11/qt4/QtCore/Qt include/X11/qt4/QtCore/QtAlgorithms include/X11/qt4/QtCore/QtCleanUpFunction +include/X11/qt4/QtCore/QtConcurrentFilter +include/X11/qt4/QtCore/QtConcurrentMap +include/X11/qt4/QtCore/QtConcurrentRun include/X11/qt4/QtCore/QtContainerFwd include/X11/qt4/QtCore/QtCore include/X11/qt4/QtCore/QtDebug @@ -996,9 +1165,11 @@ include/X11/qt4/QtCore/qatomic.h include/X11/qt4/QtCore/qatomic_alpha.h include/X11/qt4/QtCore/qatomic_arch.h include/X11/qt4/QtCore/qatomic_arm.h -include/X11/qt4/QtCore/qatomic_boundschecker.h +include/X11/qt4/QtCore/qatomic_avr32.h +include/X11/qt4/QtCore/qatomic_bfin.h +include/X11/qt4/QtCore/qatomic_bootstrap.h include/X11/qt4/QtCore/qatomic_generic.h -include/X11/qt4/QtCore/qatomic_i386.h +include/X11/qt4/QtCore/qatomic_${MACHINE_ARCH}.h include/X11/qt4/QtCore/qatomic_ia64.h include/X11/qt4/QtCore/qatomic_mips.h include/X11/qt4/QtCore/qatomic_parisc.h @@ -1006,6 +1177,7 @@ include/X11/qt4/QtCore/qatomic_powerpc.h include/X11/qt4/QtCore/qatomic_s390.h include/X11/qt4/QtCore/qatomic_sparc.h include/X11/qt4/QtCore/qatomic_x86_64.h +include/X11/qt4/QtCore/qbasicatomic.h include/X11/qt4/QtCore/qbasictimer.h include/X11/qt4/QtCore/qbitarray.h include/X11/qt4/QtCore/qbuffer.h @@ -1036,6 +1208,10 @@ include/X11/qt4/QtCore/qfile.h include/X11/qt4/QtCore/qfileinfo.h include/X11/qt4/QtCore/qfilesystemwatcher.h include/X11/qt4/QtCore/qfsfileengine.h +include/X11/qt4/QtCore/qfuture.h +include/X11/qt4/QtCore/qfutureinterface.h +include/X11/qt4/QtCore/qfuturesynchronizer.h +include/X11/qt4/QtCore/qfuturewatcher.h include/X11/qt4/QtCore/qglobal.h include/X11/qt4/QtCore/qhash.h include/X11/qt4/QtCore/qiodevice.h @@ -1047,6 +1223,7 @@ include/X11/qt4/QtCore/qlinkedlist.h include/X11/qt4/QtCore/qlist.h include/X11/qt4/QtCore/qlocale.h include/X11/qt4/QtCore/qmap.h +include/X11/qt4/QtCore/qmath.h include/X11/qt4/QtCore/qmetaobject.h include/X11/qt4/QtCore/qmetatype.h include/X11/qt4/QtCore/qmimedata.h @@ -1067,10 +1244,12 @@ include/X11/qt4/QtCore/qreadwritelock.h include/X11/qt4/QtCore/qrect.h include/X11/qt4/QtCore/qregexp.h include/X11/qt4/QtCore/qresource.h +include/X11/qt4/QtCore/qrunnable.h include/X11/qt4/QtCore/qsemaphore.h include/X11/qt4/QtCore/qset.h include/X11/qt4/QtCore/qsettings.h include/X11/qt4/QtCore/qshareddata.h +include/X11/qt4/QtCore/qsharedmemory.h include/X11/qt4/QtCore/qsignalmapper.h include/X11/qt4/QtCore/qsize.h include/X11/qt4/QtCore/qsocketnotifier.h @@ -1078,11 +1257,29 @@ include/X11/qt4/QtCore/qstack.h include/X11/qt4/QtCore/qstring.h include/X11/qt4/QtCore/qstringlist.h include/X11/qt4/QtCore/qstringmatcher.h +include/X11/qt4/QtCore/qsystemsemaphore.h +include/X11/qt4/QtCore/qtconcurrentcompilertest.h +include/X11/qt4/QtCore/qtconcurrentexception.h +include/X11/qt4/QtCore/qtconcurrentfilter.h +include/X11/qt4/QtCore/qtconcurrentfilterkernel.h +include/X11/qt4/QtCore/qtconcurrentfunctionwrappers.h +include/X11/qt4/QtCore/qtconcurrentiteratekernel.h +include/X11/qt4/QtCore/qtconcurrentmap.h +include/X11/qt4/QtCore/qtconcurrentmapkernel.h +include/X11/qt4/QtCore/qtconcurrentmedian.h +include/X11/qt4/QtCore/qtconcurrentreducekernel.h +include/X11/qt4/QtCore/qtconcurrentresultstore.h +include/X11/qt4/QtCore/qtconcurrentrun.h +include/X11/qt4/QtCore/qtconcurrentrunbase.h +include/X11/qt4/QtCore/qtconcurrentstoredfunctioncall.h +include/X11/qt4/QtCore/qtconcurrentthreadengine.h include/X11/qt4/QtCore/qtemporaryfile.h +include/X11/qt4/QtCore/qtextboundaryfinder.h include/X11/qt4/QtCore/qtextcodec.h include/X11/qt4/QtCore/qtextcodecplugin.h include/X11/qt4/QtCore/qtextstream.h include/X11/qt4/QtCore/qthread.h +include/X11/qt4/QtCore/qthreadpool.h include/X11/qt4/QtCore/qthreadstorage.h include/X11/qt4/QtCore/qtimeline.h include/X11/qt4/QtCore/qtimer.h @@ -1093,6 +1290,7 @@ include/X11/qt4/QtCore/qvariant.h include/X11/qt4/QtCore/qvarlengtharray.h include/X11/qt4/QtCore/qvector.h include/X11/qt4/QtCore/qwaitcondition.h +include/X11/qt4/QtCore/qxmlstream.h include/X11/qt4/QtDBus/ include/X11/qt4/QtDBus/QDBusAbstractAdaptor include/X11/qt4/QtDBus/QDBusAbstractInterface @@ -1259,6 +1457,7 @@ include/X11/qt4/QtGui/QColorGroup include/X11/qt4/QtGui/QColormap include/X11/qt4/QtGui/QColumnView include/X11/qt4/QtGui/QComboBox +include/X11/qt4/QtGui/QCommandLinkButton include/X11/qt4/QtGui/QCommonStyle include/X11/qt4/QtGui/QCompleter include/X11/qt4/QtGui/QConicalGradient @@ -1287,6 +1486,7 @@ include/X11/qt4/QtGui/QErrorMessage include/X11/qt4/QtGui/QFileDialog include/X11/qt4/QtGui/QFileIconProvider include/X11/qt4/QtGui/QFileOpenEvent +include/X11/qt4/QtGui/QFileSystemModel include/X11/qt4/QtGui/QFocusEvent include/X11/qt4/QtGui/QFocusFrame include/X11/qt4/QtGui/QFont @@ -1296,18 +1496,24 @@ include/X11/qt4/QtGui/QFontDialog include/X11/qt4/QtGui/QFontInfo include/X11/qt4/QtGui/QFontMetrics include/X11/qt4/QtGui/QFontMetricsF +include/X11/qt4/QtGui/QFormLayout include/X11/qt4/QtGui/QFrame include/X11/qt4/QtGui/QGradient include/X11/qt4/QtGui/QGradientStop include/X11/qt4/QtGui/QGradientStops include/X11/qt4/QtGui/QGraphicsEllipseItem +include/X11/qt4/QtGui/QGraphicsGridLayout include/X11/qt4/QtGui/QGraphicsItem include/X11/qt4/QtGui/QGraphicsItemAnimation include/X11/qt4/QtGui/QGraphicsItemGroup +include/X11/qt4/QtGui/QGraphicsLayout +include/X11/qt4/QtGui/QGraphicsLayoutItem include/X11/qt4/QtGui/QGraphicsLineItem +include/X11/qt4/QtGui/QGraphicsLinearLayout include/X11/qt4/QtGui/QGraphicsPathItem include/X11/qt4/QtGui/QGraphicsPixmapItem include/X11/qt4/QtGui/QGraphicsPolygonItem +include/X11/qt4/QtGui/QGraphicsProxyWidget include/X11/qt4/QtGui/QGraphicsRectItem include/X11/qt4/QtGui/QGraphicsScene include/X11/qt4/QtGui/QGraphicsSceneContextMenuEvent @@ -1316,10 +1522,13 @@ include/X11/qt4/QtGui/QGraphicsSceneEvent include/X11/qt4/QtGui/QGraphicsSceneHelpEvent include/X11/qt4/QtGui/QGraphicsSceneHoverEvent include/X11/qt4/QtGui/QGraphicsSceneMouseEvent +include/X11/qt4/QtGui/QGraphicsSceneMoveEvent +include/X11/qt4/QtGui/QGraphicsSceneResizeEvent include/X11/qt4/QtGui/QGraphicsSceneWheelEvent include/X11/qt4/QtGui/QGraphicsSimpleTextItem include/X11/qt4/QtGui/QGraphicsTextItem include/X11/qt4/QtGui/QGraphicsView +include/X11/qt4/QtGui/QGraphicsWidget include/X11/qt4/QtGui/QGridLayout include/X11/qt4/QtGui/QGroupBox include/X11/qt4/QtGui/QHBoxLayout @@ -1403,12 +1612,17 @@ include/X11/qt4/QtGui/QPictureFormatPlugin include/X11/qt4/QtGui/QPictureIO include/X11/qt4/QtGui/QPixmap include/X11/qt4/QtGui/QPixmapCache +include/X11/qt4/QtGui/QPlainTextDocumentLayout +include/X11/qt4/QtGui/QPlainTextEdit include/X11/qt4/QtGui/QPlastiqueStyle include/X11/qt4/QtGui/QPolygon include/X11/qt4/QtGui/QPolygonF include/X11/qt4/QtGui/QPrintDialog include/X11/qt4/QtGui/QPrintEngine +include/X11/qt4/QtGui/QPrintPreviewDialog +include/X11/qt4/QtGui/QPrintPreviewWidget include/X11/qt4/QtGui/QPrinter +include/X11/qt4/QtGui/QPrinterInfo include/X11/qt4/QtGui/QProgressBar include/X11/qt4/QtGui/QProgressDialog include/X11/qt4/QtGui/QProxyModel @@ -1484,8 +1698,10 @@ include/X11/qt4/QtGui/QStyleOptionToolButton include/X11/qt4/QtGui/QStyleOptionViewItem include/X11/qt4/QtGui/QStyleOptionViewItemV2 include/X11/qt4/QtGui/QStyleOptionViewItemV3 +include/X11/qt4/QtGui/QStyleOptionViewItemV4 include/X11/qt4/QtGui/QStylePainter include/X11/qt4/QtGui/QStylePlugin +include/X11/qt4/QtGui/QStyledItemDelegate include/X11/qt4/QtGui/QSyntaxHighlighter include/X11/qt4/QtGui/QSystemTrayIcon include/X11/qt4/QtGui/QTabBar @@ -1523,6 +1739,7 @@ include/X11/qt4/QtGui/QTextObjectInterface include/X11/qt4/QtGui/QTextOption include/X11/qt4/QtGui/QTextTable include/X11/qt4/QtGui/QTextTableCell +include/X11/qt4/QtGui/QTextTableCellFormat include/X11/qt4/QtGui/QTextTableFormat include/X11/qt4/QtGui/QTimeEdit include/X11/qt4/QtGui/QToolBar @@ -1539,6 +1756,7 @@ include/X11/qt4/QtGui/QUndoCommand include/X11/qt4/QtGui/QUndoGroup include/X11/qt4/QtGui/QUndoStack include/X11/qt4/QtGui/QUndoView +include/X11/qt4/QtGui/QUnixPrintWidget include/X11/qt4/QtGui/QUpdateLaterEvent include/X11/qt4/QtGui/QVBoxLayout include/X11/qt4/QtGui/QValidator @@ -1550,11 +1768,14 @@ include/X11/qt4/QtGui/QWidget include/X11/qt4/QtGui/QWidgetAction include/X11/qt4/QtGui/QWidgetData include/X11/qt4/QtGui/QWidgetItem +include/X11/qt4/QtGui/QWidgetItemV2 include/X11/qt4/QtGui/QWidgetList include/X11/qt4/QtGui/QWidgetMapper include/X11/qt4/QtGui/QWidgetSet include/X11/qt4/QtGui/QWindowStateChangeEvent +include/X11/qt4/QtGui/QWindowsCEStyle include/X11/qt4/QtGui/QWindowsMime +include/X11/qt4/QtGui/QWindowsMobileStyle include/X11/qt4/QtGui/QWindowsStyle include/X11/qt4/QtGui/QWindowsVistaStyle include/X11/qt4/QtGui/QWindowsXPStyle @@ -1599,6 +1820,7 @@ include/X11/qt4/QtGui/qcolordialog.h include/X11/qt4/QtGui/qcolormap.h include/X11/qt4/QtGui/qcolumnview.h include/X11/qt4/QtGui/qcombobox.h +include/X11/qt4/QtGui/qcommandlinkbutton.h include/X11/qt4/QtGui/qcommonstyle.h include/X11/qt4/QtGui/qcompleter.h include/X11/qt4/QtGui/qcursor.h @@ -1617,6 +1839,7 @@ include/X11/qt4/QtGui/qerrormessage.h include/X11/qt4/QtGui/qevent.h include/X11/qt4/QtGui/qfiledialog.h include/X11/qt4/QtGui/qfileiconprovider.h +include/X11/qt4/QtGui/qfilesystemmodel.h include/X11/qt4/QtGui/qfocusframe.h include/X11/qt4/QtGui/qfont.h include/X11/qt4/QtGui/qfontcombobox.h @@ -1624,12 +1847,19 @@ include/X11/qt4/QtGui/qfontdatabase.h include/X11/qt4/QtGui/qfontdialog.h include/X11/qt4/QtGui/qfontinfo.h include/X11/qt4/QtGui/qfontmetrics.h +include/X11/qt4/QtGui/qformlayout.h include/X11/qt4/QtGui/qframe.h +include/X11/qt4/QtGui/qgraphicsgridlayout.h include/X11/qt4/QtGui/qgraphicsitem.h include/X11/qt4/QtGui/qgraphicsitemanimation.h +include/X11/qt4/QtGui/qgraphicslayout.h +include/X11/qt4/QtGui/qgraphicslayoutitem.h +include/X11/qt4/QtGui/qgraphicslinearlayout.h +include/X11/qt4/QtGui/qgraphicsproxywidget.h include/X11/qt4/QtGui/qgraphicsscene.h include/X11/qt4/QtGui/qgraphicssceneevent.h include/X11/qt4/QtGui/qgraphicsview.h +include/X11/qt4/QtGui/qgraphicswidget.h include/X11/qt4/QtGui/qgridlayout.h include/X11/qt4/QtGui/qgroupbox.h include/X11/qt4/QtGui/qheaderview.h @@ -1677,11 +1907,15 @@ include/X11/qt4/QtGui/qpicture.h include/X11/qt4/QtGui/qpictureformatplugin.h include/X11/qt4/QtGui/qpixmap.h include/X11/qt4/QtGui/qpixmapcache.h +include/X11/qt4/QtGui/qplaintextedit.h include/X11/qt4/QtGui/qplastiquestyle.h include/X11/qt4/QtGui/qpolygon.h include/X11/qt4/QtGui/qprintdialog.h include/X11/qt4/QtGui/qprintengine.h include/X11/qt4/QtGui/qprinter.h +include/X11/qt4/QtGui/qprinterinfo.h +include/X11/qt4/QtGui/qprintpreviewdialog.h +include/X11/qt4/QtGui/qprintpreviewwidget.h include/X11/qt4/QtGui/qprogressbar.h include/X11/qt4/QtGui/qprogressdialog.h include/X11/qt4/QtGui/qproxymodel.h @@ -1708,6 +1942,7 @@ include/X11/qt4/QtGui/qstandarditemmodel.h include/X11/qt4/QtGui/qstatusbar.h include/X11/qt4/QtGui/qstringlistmodel.h include/X11/qt4/QtGui/qstyle.h +include/X11/qt4/QtGui/qstyleditemdelegate.h include/X11/qt4/QtGui/qstylefactory.h include/X11/qt4/QtGui/qstyleoption.h include/X11/qt4/QtGui/qstylepainter.h @@ -1745,6 +1980,8 @@ include/X11/qt4/QtGui/qwhatsthis.h include/X11/qt4/QtGui/qwidget.h include/X11/qt4/QtGui/qwidgetaction.h include/X11/qt4/QtGui/qwindowdefs.h +include/X11/qt4/QtGui/qwindowscestyle.h +include/X11/qt4/QtGui/qwindowsmobilestyle.h include/X11/qt4/QtGui/qwindowsstyle.h include/X11/qt4/QtGui/qwindowsvistastyle.h include/X11/qt4/QtGui/qwindowsxpstyle.h @@ -1753,6 +1990,28 @@ include/X11/qt4/QtGui/qwmatrix.h include/X11/qt4/QtGui/qworkspace.h include/X11/qt4/QtGui/qx11embed_x11.h include/X11/qt4/QtGui/qx11info_x11.h +include/X11/qt4/QtHelp/ +include/X11/qt4/QtHelp/QHelpContentItem +include/X11/qt4/QtHelp/QHelpContentModel +include/X11/qt4/QtHelp/QHelpContentWidget +include/X11/qt4/QtHelp/QHelpEngine +include/X11/qt4/QtHelp/QHelpEngineCore +include/X11/qt4/QtHelp/QHelpGlobal +include/X11/qt4/QtHelp/QHelpIndexModel +include/X11/qt4/QtHelp/QHelpIndexWidget +include/X11/qt4/QtHelp/QHelpSearchEngine +include/X11/qt4/QtHelp/QHelpSearchQuery +include/X11/qt4/QtHelp/QHelpSearchQueryWidget +include/X11/qt4/QtHelp/QHelpSearchResultWidget +include/X11/qt4/QtHelp/QtHelp +include/X11/qt4/QtHelp/qhelp_global.h +include/X11/qt4/QtHelp/qhelpcontentwidget.h +include/X11/qt4/QtHelp/qhelpengine.h +include/X11/qt4/QtHelp/qhelpenginecore.h +include/X11/qt4/QtHelp/qhelpindexwidget.h +include/X11/qt4/QtHelp/qhelpsearchengine.h +include/X11/qt4/QtHelp/qhelpsearchquerywidget.h +include/X11/qt4/QtHelp/qhelpsearchresultwidget.h include/X11/qt4/QtNetwork/ include/X11/qt4/QtNetwork/QAbstractSocket include/X11/qt4/QtNetwork/QAuthenticator @@ -1764,12 +2023,20 @@ include/X11/qt4/QtNetwork/QHttpHeader include/X11/qt4/QtNetwork/QHttpRequestHeader include/X11/qt4/QtNetwork/QHttpResponseHeader include/X11/qt4/QtNetwork/QIPv6Address +include/X11/qt4/QtNetwork/QLocalServer +include/X11/qt4/QtNetwork/QLocalSocket +include/X11/qt4/QtNetwork/QNetworkAccessManager include/X11/qt4/QtNetwork/QNetworkAddressEntry +include/X11/qt4/QtNetwork/QNetworkCookie +include/X11/qt4/QtNetwork/QNetworkCookieJar include/X11/qt4/QtNetwork/QNetworkInterface include/X11/qt4/QtNetwork/QNetworkProxy +include/X11/qt4/QtNetwork/QNetworkReply +include/X11/qt4/QtNetwork/QNetworkRequest include/X11/qt4/QtNetwork/QSsl include/X11/qt4/QtNetwork/QSslCertificate include/X11/qt4/QtNetwork/QSslCipher +include/X11/qt4/QtNetwork/QSslConfiguration include/X11/qt4/QtNetwork/QSslError include/X11/qt4/QtNetwork/QSslKey include/X11/qt4/QtNetwork/QSslSocket @@ -1785,11 +2052,18 @@ include/X11/qt4/QtNetwork/qftp.h include/X11/qt4/QtNetwork/qhostaddress.h include/X11/qt4/QtNetwork/qhostinfo.h include/X11/qt4/QtNetwork/qhttp.h +include/X11/qt4/QtNetwork/qlocalserver.h +include/X11/qt4/QtNetwork/qlocalsocket.h +include/X11/qt4/QtNetwork/qnetworkaccessmanager.h +include/X11/qt4/QtNetwork/qnetworkcookie.h include/X11/qt4/QtNetwork/qnetworkinterface.h include/X11/qt4/QtNetwork/qnetworkproxy.h +include/X11/qt4/QtNetwork/qnetworkreply.h +include/X11/qt4/QtNetwork/qnetworkrequest.h include/X11/qt4/QtNetwork/qssl.h include/X11/qt4/QtNetwork/qsslcertificate.h include/X11/qt4/QtNetwork/qsslcipher.h +include/X11/qt4/QtNetwork/qsslconfiguration.h include/X11/qt4/QtNetwork/qsslerror.h include/X11/qt4/QtNetwork/qsslkey.h include/X11/qt4/QtNetwork/qsslsocket.h @@ -1814,20 +2088,31 @@ include/X11/qt4/QtOpenGL/qglcolormap.h include/X11/qt4/QtOpenGL/qglframebufferobject.h include/X11/qt4/QtOpenGL/qglpixelbuffer.h include/X11/qt4/QtScript/ +include/X11/qt4/QtScript/QScriptClass +include/X11/qt4/QtScript/QScriptClassPropertyIterator include/X11/qt4/QtScript/QScriptContext +include/X11/qt4/QtScript/QScriptContextInfo +include/X11/qt4/QtScript/QScriptContextInfoList include/X11/qt4/QtScript/QScriptEngine +include/X11/qt4/QtScript/QScriptEngineAgent include/X11/qt4/QtScript/QScriptExtensionInterface include/X11/qt4/QtScript/QScriptExtensionPlugin +include/X11/qt4/QtScript/QScriptString include/X11/qt4/QtScript/QScriptValue include/X11/qt4/QtScript/QScriptValueIterator include/X11/qt4/QtScript/QScriptValueList include/X11/qt4/QtScript/QScriptable include/X11/qt4/QtScript/QtScript include/X11/qt4/QtScript/qscriptable.h +include/X11/qt4/QtScript/qscriptclass.h +include/X11/qt4/QtScript/qscriptclasspropertyiterator.h include/X11/qt4/QtScript/qscriptcontext.h +include/X11/qt4/QtScript/qscriptcontextinfo.h include/X11/qt4/QtScript/qscriptengine.h +include/X11/qt4/QtScript/qscriptengineagent.h include/X11/qt4/QtScript/qscriptextensioninterface.h include/X11/qt4/QtScript/qscriptextensionplugin.h +include/X11/qt4/QtScript/qscriptstring.h include/X11/qt4/QtScript/qscriptvalue.h include/X11/qt4/QtScript/qscriptvalueiterator.h include/X11/qt4/QtSql/ @@ -1961,6 +2246,7 @@ include/X11/qt4/QtXml/QXmlStreamAttribute include/X11/qt4/QtXml/QXmlStreamAttributes include/X11/qt4/QtXml/QXmlStreamEntityDeclaration include/X11/qt4/QtXml/QXmlStreamEntityDeclarations +include/X11/qt4/QtXml/QXmlStreamEntityResolver include/X11/qt4/QtXml/QXmlStreamNamespaceDeclaration include/X11/qt4/QtXml/QXmlStreamNamespaceDeclarations include/X11/qt4/QtXml/QXmlStreamNotationDeclaration @@ -1972,33 +2258,102 @@ include/X11/qt4/QtXml/QtXml include/X11/qt4/QtXml/qdom.h include/X11/qt4/QtXml/qxml.h include/X11/qt4/QtXml/qxmlstream.h +include/X11/qt4/QtXmlPatterns/ +include/X11/qt4/QtXmlPatterns/QAbstractMessageHandler +include/X11/qt4/QtXmlPatterns/QAbstractUriResolver +include/X11/qt4/QtXmlPatterns/QAbstractXmlNodeModel +include/X11/qt4/QtXmlPatterns/QAbstractXmlReceiver +include/X11/qt4/QtXmlPatterns/QSimpleXmlNodeModel +include/X11/qt4/QtXmlPatterns/QSourceLocation +include/X11/qt4/QtXmlPatterns/QXmlFormatter +include/X11/qt4/QtXmlPatterns/QXmlItem +include/X11/qt4/QtXmlPatterns/QXmlName +include/X11/qt4/QtXmlPatterns/QXmlNamePool +include/X11/qt4/QtXmlPatterns/QXmlNodeModelIndex +include/X11/qt4/QtXmlPatterns/QXmlQuery +include/X11/qt4/QtXmlPatterns/QXmlResultItems +include/X11/qt4/QtXmlPatterns/QXmlSerializer +include/X11/qt4/QtXmlPatterns/QtXmlPatterns +include/X11/qt4/QtXmlPatterns/qabstractmessagehandler.h +include/X11/qt4/QtXmlPatterns/qabstracturiresolver.h +include/X11/qt4/QtXmlPatterns/qabstractxmlnodemodel.h +include/X11/qt4/QtXmlPatterns/qabstractxmlreceiver.h +include/X11/qt4/QtXmlPatterns/qsimplexmlnodemodel.h +include/X11/qt4/QtXmlPatterns/qsourcelocation.h +include/X11/qt4/QtXmlPatterns/qxmlformatter.h +include/X11/qt4/QtXmlPatterns/qxmlname.h +include/X11/qt4/QtXmlPatterns/qxmlnamepool.h +include/X11/qt4/QtXmlPatterns/qxmlquery.h +include/X11/qt4/QtXmlPatterns/qxmlresultitems.h +include/X11/qt4/QtXmlPatterns/qxmlserializer.h +include/X11/qt4/phonon/ +include/X11/qt4/phonon/abstractaudiooutput.h +include/X11/qt4/phonon/abstractmediastream.h +include/X11/qt4/phonon/abstractvideooutput.h +include/X11/qt4/phonon/addoninterface.h +include/X11/qt4/phonon/audiooutput.h +include/X11/qt4/phonon/audiooutputinterface.h +include/X11/qt4/phonon/backendcapabilities.h +include/X11/qt4/phonon/backendinterface.h +include/X11/qt4/phonon/effect.h +include/X11/qt4/phonon/effectinterface.h +include/X11/qt4/phonon/effectparameter.h +include/X11/qt4/phonon/effectwidget.h +include/X11/qt4/phonon/mediacontroller.h +include/X11/qt4/phonon/medianode.h +include/X11/qt4/phonon/mediaobject.h +include/X11/qt4/phonon/mediaobjectinterface.h +include/X11/qt4/phonon/mediasource.h +include/X11/qt4/phonon/objectdescription.h +include/X11/qt4/phonon/objectdescriptionmodel.h +include/X11/qt4/phonon/path.h +include/X11/qt4/phonon/phonon +include/X11/qt4/phonon/phonon_export.h +include/X11/qt4/phonon/phonondefs.h +include/X11/qt4/phonon/phononnamespace.h +include/X11/qt4/phonon/platformplugin.h +include/X11/qt4/phonon/seekslider.h +include/X11/qt4/phonon/streaminterface.h +include/X11/qt4/phonon/videoplayer.h +include/X11/qt4/phonon/videowidget.h +include/X11/qt4/phonon/videowidgetinterface.h +include/X11/qt4/phonon/volumefadereffect.h +include/X11/qt4/phonon/volumefaderinterface.h +include/X11/qt4/phonon/volumeslider.h lib/qt4/ lib/qt4/bin/ -lib/qt4/bin/assistant +@bin lib/qt4/bin/assistant lib/qt4/bin/assistant4 -lib/qt4/bin/designer +@bin lib/qt4/bin/assistant_adp +@bin lib/qt4/bin/designer lib/qt4/bin/findtr -lib/qt4/bin/linguist -lib/qt4/bin/lrelease -lib/qt4/bin/lupdate -lib/qt4/bin/moc +@bin lib/qt4/bin/linguist +@bin lib/qt4/bin/lrelease +@bin lib/qt4/bin/lupdate +@bin lib/qt4/bin/moc lib/qt4/bin/moc4 -lib/qt4/bin/pixeltool -lib/qt4/bin/qdbus -lib/qt4/bin/qdbuscpp2xml -lib/qt4/bin/qdbusviewer -lib/qt4/bin/qdbusxml2cpp -lib/qt4/bin/qmake -lib/qt4/bin/qt3to4 -lib/qt4/bin/qtconfig -lib/qt4/bin/rcc +@bin lib/qt4/bin/pixeltool +@bin lib/qt4/bin/qcollectiongenerator +@bin lib/qt4/bin/qdbus +@bin lib/qt4/bin/qdbuscpp2xml +@bin lib/qt4/bin/qdbusviewer +@bin lib/qt4/bin/qdbusxml2cpp +@bin lib/qt4/bin/qhelpconverter +@bin lib/qt4/bin/qhelpgenerator +@bin lib/qt4/bin/qmake +@bin lib/qt4/bin/qt3to4 +@bin lib/qt4/bin/qtconfig-lite +@bin lib/qt4/bin/rcc lib/qt4/bin/syncqt -lib/qt4/bin/uic -lib/qt4/bin/uic3 +@bin lib/qt4/bin/uic +@bin lib/qt4/bin/uic3 +@bin lib/qt4/bin/xmlpatterns lib/qt4/include @comment lib/qt4/libQt3Support.la lib/qt4/libQt3Support.prl lib/qt4/libQtAssistantClient.prl +lib/qt4/libQtCLucene.la +lib/qt4/libQtCLucene.prl @comment lib/qt4/libQtCore.la lib/qt4/libQtCore.prl lib/qt4/libQtDBus.la @@ -2007,6 +2362,8 @@ lib/qt4/libQtDesigner.prl lib/qt4/libQtDesignerComponents.prl @comment lib/qt4/libQtGui.la lib/qt4/libQtGui.prl +lib/qt4/libQtHelp.la +lib/qt4/libQtHelp.prl @comment lib/qt4/libQtNetwork.la lib/qt4/libQtNetwork.prl @comment lib/qt4/libQtOpenGL.la @@ -2023,6 +2380,8 @@ lib/qt4/libQtUiTools.a lib/qt4/libQtUiTools.prl @comment lib/qt4/libQtXml.la lib/qt4/libQtXml.prl +lib/qt4/libQtXmlPatterns.la +lib/qt4/libQtXmlPatterns.prl lib/qt4/mkspecs/ lib/qt4/mkspecs/aix-g++/ lib/qt4/mkspecs/aix-g++-64/ @@ -2039,9 +2398,14 @@ lib/qt4/mkspecs/aix-xlc/qplatformdefs.h lib/qt4/mkspecs/common/ lib/qt4/mkspecs/common/g++.conf lib/qt4/mkspecs/common/linux.conf +lib/qt4/mkspecs/common/llvm.conf lib/qt4/mkspecs/common/mac-g++.conf +lib/qt4/mkspecs/common/mac-llvm.conf lib/qt4/mkspecs/common/mac.conf lib/qt4/mkspecs/common/unix.conf +lib/qt4/mkspecs/cygwin-g++/ +lib/qt4/mkspecs/cygwin-g++/qmake.conf +lib/qt4/mkspecs/cygwin-g++/qplatformdefs.h lib/qt4/mkspecs/darwin-g++/ lib/qt4/mkspecs/darwin-g++/qmake.conf lib/qt4/mkspecs/darwin-g++/qplatformdefs.h @@ -2049,6 +2413,8 @@ lib/qt4/mkspecs/default lib/qt4/mkspecs/features/ lib/qt4/mkspecs/features/assistant.prf lib/qt4/mkspecs/features/build_pass.prf +lib/qt4/mkspecs/features/dbusadaptors.prf +lib/qt4/mkspecs/features/dbusinterfaces.prf lib/qt4/mkspecs/features/debug.prf lib/qt4/mkspecs/features/debug_and_release.prf lib/qt4/mkspecs/features/default_post.prf @@ -2056,6 +2422,7 @@ lib/qt4/mkspecs/features/default_pre.prf lib/qt4/mkspecs/features/designer.prf lib/qt4/mkspecs/features/dll.prf lib/qt4/mkspecs/features/exclusive_builds.prf +lib/qt4/mkspecs/features/help.prf lib/qt4/mkspecs/features/incredibuild_xge.prf lib/qt4/mkspecs/features/lex.prf lib/qt4/mkspecs/features/link_pkgconfig.prf @@ -2111,6 +2478,7 @@ lib/qt4/mkspecs/features/win32/embed_manifest_exe.prf lib/qt4/mkspecs/features/win32/exceptions.prf lib/qt4/mkspecs/features/win32/exceptions_off.prf lib/qt4/mkspecs/features/win32/opengl.prf +lib/qt4/mkspecs/features/win32/profiling.prf lib/qt4/mkspecs/features/win32/qaxcontainer.prf lib/qt4/mkspecs/features/win32/qaxserver.prf lib/qt4/mkspecs/features/win32/qt_dll.prf @@ -2155,6 +2523,9 @@ lib/qt4/mkspecs/hpuxi-acc-32/qplatformdefs.h lib/qt4/mkspecs/hpuxi-acc-64/ lib/qt4/mkspecs/hpuxi-acc-64/qmake.conf lib/qt4/mkspecs/hpuxi-acc-64/qplatformdefs.h +lib/qt4/mkspecs/hpuxi-g++-64/ +lib/qt4/mkspecs/hpuxi-g++-64/qmake.conf +lib/qt4/mkspecs/hpuxi-g++-64/qplatformdefs.h lib/qt4/mkspecs/hurd-g++/ lib/qt4/mkspecs/hurd-g++/qmake.conf lib/qt4/mkspecs/hurd-g++/qplatformdefs.h @@ -2197,6 +2568,9 @@ lib/qt4/mkspecs/linux-icc/qplatformdefs.h lib/qt4/mkspecs/linux-kcc/ lib/qt4/mkspecs/linux-kcc/qmake.conf lib/qt4/mkspecs/linux-kcc/qplatformdefs.h +lib/qt4/mkspecs/linux-llvm/ +lib/qt4/mkspecs/linux-llvm/qmake.conf +lib/qt4/mkspecs/linux-llvm/qplatformdefs.h lib/qt4/mkspecs/linux-lsb-g++/ lib/qt4/mkspecs/linux-lsb-g++/qmake.conf lib/qt4/mkspecs/linux-lsb-g++/qplatformdefs.h @@ -2214,6 +2588,11 @@ lib/qt4/mkspecs/macx-g++/qplatformdefs.h lib/qt4/mkspecs/macx-icc/ lib/qt4/mkspecs/macx-icc/qmake.conf lib/qt4/mkspecs/macx-icc/qplatformdefs.h +lib/qt4/mkspecs/macx-llvm/ +lib/qt4/mkspecs/macx-llvm/Info.plist.app +lib/qt4/mkspecs/macx-llvm/Info.plist.lib +lib/qt4/mkspecs/macx-llvm/qmake.conf +lib/qt4/mkspecs/macx-llvm/qplatformdefs.h lib/qt4/mkspecs/macx-pbuilder/ lib/qt4/mkspecs/macx-pbuilder/Info.plist.app lib/qt4/mkspecs/macx-pbuilder/qmake.conf @@ -2241,9 +2620,15 @@ lib/qt4/mkspecs/qws/freebsd-generic-g++/qplatformdefs.h lib/qt4/mkspecs/qws/linux-arm-g++/ lib/qt4/mkspecs/qws/linux-arm-g++/qmake.conf lib/qt4/mkspecs/qws/linux-arm-g++/qplatformdefs.h +lib/qt4/mkspecs/qws/linux-avr32-g++/ +lib/qt4/mkspecs/qws/linux-avr32-g++/qmake.conf +lib/qt4/mkspecs/qws/linux-avr32-g++/qplatformdefs.h lib/qt4/mkspecs/qws/linux-cellon-g++/ lib/qt4/mkspecs/qws/linux-cellon-g++/qmake.conf lib/qt4/mkspecs/qws/linux-cellon-g++/qplatformdefs.h +lib/qt4/mkspecs/qws/linux-dm7000-g++/ +lib/qt4/mkspecs/qws/linux-dm7000-g++/qmake.conf +lib/qt4/mkspecs/qws/linux-dm7000-g++/qplatformdefs.h lib/qt4/mkspecs/qws/linux-generic-g++/ lib/qt4/mkspecs/qws/linux-generic-g++-32/ lib/qt4/mkspecs/qws/linux-generic-g++-32/qmake.conf @@ -2307,9 +2692,6 @@ lib/qt4/mkspecs/unixware-cc/qplatformdefs.h lib/qt4/mkspecs/unixware-g++/ lib/qt4/mkspecs/unixware-g++/qmake.conf lib/qt4/mkspecs/unixware-g++/qplatformdefs.h -lib/qt4/mkspecs/win32-borland/ -lib/qt4/mkspecs/win32-borland/qmake.conf -lib/qt4/mkspecs/win32-borland/qplatformdefs.h lib/qt4/mkspecs/win32-g++/ lib/qt4/mkspecs/win32-g++/qmake.conf lib/qt4/mkspecs/win32-g++/qplatformdefs.h @@ -2322,9 +2704,75 @@ lib/qt4/mkspecs/win32-msvc/features/incremental.prf lib/qt4/mkspecs/win32-msvc/features/incremental_off.prf lib/qt4/mkspecs/win32-msvc/qmake.conf lib/qt4/mkspecs/win32-msvc/qplatformdefs.h +lib/qt4/mkspecs/win32-msvc2002/ +lib/qt4/mkspecs/win32-msvc2002/qmake.conf +lib/qt4/mkspecs/win32-msvc2002/qplatformdefs.h +lib/qt4/mkspecs/win32-msvc2003/ +lib/qt4/mkspecs/win32-msvc2003/qmake.conf +lib/qt4/mkspecs/win32-msvc2003/qplatformdefs.h lib/qt4/mkspecs/win32-msvc2005/ lib/qt4/mkspecs/win32-msvc2005/qmake.conf lib/qt4/mkspecs/win32-msvc2005/qplatformdefs.h +lib/qt4/mkspecs/win32-msvc2008/ +lib/qt4/mkspecs/win32-msvc2008/qmake.conf +lib/qt4/mkspecs/win32-msvc2008/qplatformdefs.h +lib/qt4/mkspecs/wince50standard-armv4i-msvc2005/ +lib/qt4/mkspecs/wince50standard-armv4i-msvc2005/qmake.conf +lib/qt4/mkspecs/wince50standard-armv4i-msvc2005/qplatformdefs.h +lib/qt4/mkspecs/wince50standard-armv4i-msvc2008/ +lib/qt4/mkspecs/wince50standard-armv4i-msvc2008/qmake.conf +lib/qt4/mkspecs/wince50standard-armv4i-msvc2008/qplatformdefs.h +lib/qt4/mkspecs/wince50standard-mipsii-msvc2005/ +lib/qt4/mkspecs/wince50standard-mipsii-msvc2005/qmake.conf +lib/qt4/mkspecs/wince50standard-mipsii-msvc2005/qplatformdefs.h +lib/qt4/mkspecs/wince50standard-mipsii-msvc2008/ +lib/qt4/mkspecs/wince50standard-mipsii-msvc2008/qmake.conf +lib/qt4/mkspecs/wince50standard-mipsii-msvc2008/qplatformdefs.h +lib/qt4/mkspecs/wince50standard-mipsiv-msvc2005/ +lib/qt4/mkspecs/wince50standard-mipsiv-msvc2005/qmake.conf +lib/qt4/mkspecs/wince50standard-mipsiv-msvc2005/qplatformdefs.h +lib/qt4/mkspecs/wince50standard-mipsiv-msvc2008/ +lib/qt4/mkspecs/wince50standard-mipsiv-msvc2008/qmake.conf +lib/qt4/mkspecs/wince50standard-mipsiv-msvc2008/qplatformdefs.h +lib/qt4/mkspecs/wince50standard-sh4-msvc2005/ +lib/qt4/mkspecs/wince50standard-sh4-msvc2005/qmake.conf +lib/qt4/mkspecs/wince50standard-sh4-msvc2005/qplatformdefs.h +lib/qt4/mkspecs/wince50standard-sh4-msvc2008/ +lib/qt4/mkspecs/wince50standard-sh4-msvc2008/qmake.conf +lib/qt4/mkspecs/wince50standard-sh4-msvc2008/qplatformdefs.h +lib/qt4/mkspecs/wince50standard-x86-msvc2005/ +lib/qt4/mkspecs/wince50standard-x86-msvc2005/qmake.conf +lib/qt4/mkspecs/wince50standard-x86-msvc2005/qplatformdefs.h +lib/qt4/mkspecs/wince50standard-x86-msvc2008/ +lib/qt4/mkspecs/wince50standard-x86-msvc2008/qmake.conf +lib/qt4/mkspecs/wince50standard-x86-msvc2008/qplatformdefs.h +lib/qt4/mkspecs/wince60standard-armv4i-msvc2005/ +lib/qt4/mkspecs/wince60standard-armv4i-msvc2005/qmake.conf +lib/qt4/mkspecs/wince60standard-armv4i-msvc2005/qplatformdefs.h +lib/qt4/mkspecs/wincewm50pocket-msvc2005/ +lib/qt4/mkspecs/wincewm50pocket-msvc2005/qmake.conf +lib/qt4/mkspecs/wincewm50pocket-msvc2005/qplatformdefs.h +lib/qt4/mkspecs/wincewm50pocket-msvc2008/ +lib/qt4/mkspecs/wincewm50pocket-msvc2008/qmake.conf +lib/qt4/mkspecs/wincewm50pocket-msvc2008/qplatformdefs.h +lib/qt4/mkspecs/wincewm50smart-msvc2005/ +lib/qt4/mkspecs/wincewm50smart-msvc2005/qmake.conf +lib/qt4/mkspecs/wincewm50smart-msvc2005/qplatformdefs.h +lib/qt4/mkspecs/wincewm50smart-msvc2008/ +lib/qt4/mkspecs/wincewm50smart-msvc2008/qmake.conf +lib/qt4/mkspecs/wincewm50smart-msvc2008/qplatformdefs.h +lib/qt4/mkspecs/wincewm60professional-msvc2005/ +lib/qt4/mkspecs/wincewm60professional-msvc2005/qmake.conf +lib/qt4/mkspecs/wincewm60professional-msvc2005/qplatformdefs.h +lib/qt4/mkspecs/wincewm60professional-msvc2008/ +lib/qt4/mkspecs/wincewm60professional-msvc2008/qmake.conf +lib/qt4/mkspecs/wincewm60professional-msvc2008/qplatformdefs.h +lib/qt4/mkspecs/wincewm60standard-msvc2005/ +lib/qt4/mkspecs/wincewm60standard-msvc2005/qmake.conf +lib/qt4/mkspecs/wincewm60standard-msvc2005/qplatformdefs.h +lib/qt4/mkspecs/wincewm60standard-msvc2008/ +lib/qt4/mkspecs/wincewm60standard-msvc2008/qmake.conf +lib/qt4/mkspecs/wincewm60standard-msvc2008/qplatformdefs.h lib/qt4/phrasebooks/ lib/qt4/phrasebooks/danish.qph lib/qt4/phrasebooks/dutch.qph @@ -2341,9 +2789,13 @@ lib/qt4/phrasebooks/swedish.qph lib/qt4/pkgconfig/ lib/qt4/pkgconfig/Qt3Support.pc lib/qt4/pkgconfig/QtAssistantClient.pc +lib/qt4/pkgconfig/QtCLucene.pc lib/qt4/pkgconfig/QtCore.pc lib/qt4/pkgconfig/QtDBus.pc +lib/qt4/pkgconfig/QtDesigner.pc +lib/qt4/pkgconfig/QtDesignerComponents.pc lib/qt4/pkgconfig/QtGui.pc +lib/qt4/pkgconfig/QtHelp.pc lib/qt4/pkgconfig/QtNetwork.pc lib/qt4/pkgconfig/QtOpenGL.pc lib/qt4/pkgconfig/QtScript.pc @@ -2352,18 +2804,25 @@ lib/qt4/pkgconfig/QtSvg.pc lib/qt4/pkgconfig/QtTest.pc lib/qt4/pkgconfig/QtUiTools.pc lib/qt4/pkgconfig/QtXml.pc +lib/qt4/pkgconfig/QtXmlPatterns.pc +lib/qt4/pkgconfig/phonon.pc lib/qt4/plugins/ lib/qt4/plugins/accessible/ -lib/qt4/plugins/codecs/ lib/qt4/plugins/designer/ lib/qt4/plugins/iconengines/ lib/qt4/plugins/imageformats/ lib/qt4/plugins/inputmethods/ +lib/qt4/plugins/phonon_backend/ +lib/qt4/plugins/script/ lib/qt4/plugins/sqldrivers/ lib/qt4/q3porting.xml lib/qt4/translations/ +lib/qt4/translations/assistant_adp_de.qm +lib/qt4/translations/assistant_adp_ja.qm +lib/qt4/translations/assistant_adp_pl.qm +lib/qt4/translations/assistant_adp_zh_CN.qm +lib/qt4/translations/assistant_adp_zh_TW.qm lib/qt4/translations/assistant_de.qm -lib/qt4/translations/assistant_ja.qm lib/qt4/translations/assistant_pl.qm lib/qt4/translations/assistant_zh_CN.qm lib/qt4/translations/assistant_zh_TW.qm @@ -2372,6 +2831,7 @@ lib/qt4/translations/designer_ja.qm lib/qt4/translations/designer_pl.qm lib/qt4/translations/designer_zh_CN.qm lib/qt4/translations/designer_zh_TW.qm +lib/qt4/translations/linguist_de.qm lib/qt4/translations/linguist_ja.qm lib/qt4/translations/linguist_pl.qm lib/qt4/translations/linguist_zh_CN.qm @@ -2380,6 +2840,10 @@ lib/qt4/translations/qt_ar.qm lib/qt4/translations/qt_de.qm lib/qt4/translations/qt_es.qm lib/qt4/translations/qt_fr.qm +lib/qt4/translations/qt_help_de.qm +lib/qt4/translations/qt_help_pl.qm +lib/qt4/translations/qt_help_zh_CN.qm +lib/qt4/translations/qt_help_zh_TW.qm lib/qt4/translations/qt_iw.qm lib/qt4/translations/qt_ja_jp.qm lib/qt4/translations/qt_pl.qm diff --git a/x11/qt4/pkg/PLIST-phonon b/x11/qt4/pkg/PLIST-phonon new file mode 100644 index 00000000000..b3b9160bac7 --- /dev/null +++ b/x11/qt4/pkg/PLIST-phonon @@ -0,0 +1,6 @@ +@comment $OpenBSD: PLIST-phonon,v 1.1 2008/10/21 22:20:00 espie Exp $ +bin/qtconfig4 +@bin lib/qt4/bin/qtconfig +lib/qt4/libphonon.la +lib/qt4/libphonon.prl +%%SHARED%%