From dda8474928bd7276e1fad8fb7a601e7c83ff2bc2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:17:53 -0500 Subject: Added TQt4 HEAD --- tqtinterface/qt4/FAQ | 195 + tqtinterface/qt4/INSTALL | 133 + tqtinterface/qt4/LICENSE.GPL3 | 684 + tqtinterface/qt4/MANIFEST | 22 + tqtinterface/qt4/Makefile | 108 + tqtinterface/qt4/NOTES | 12 + tqtinterface/qt4/PLATFORMS | 29 + tqtinterface/qt4/README | 63 + tqtinterface/qt4/README-QT.TXT | 19 + tqtinterface/qt4/README-TQT.TXT | 4 + tqtinterface/qt4/bin/findtr | 189 + tqtinterface/qt4/bin/qt20fix | 259 + tqtinterface/qt4/bin/qtrename140 | 122 + tqtinterface/qt4/changes-3.3.8 | 273 + tqtinterface/qt4/changes-3.3.8b | 15 + tqtinterface/qt4/changes-3.4.0 | 20 + tqtinterface/qt4/config.tests/mac/mac_version.test | 44 + tqtinterface/qt4/config.tests/unix/checkavail | 124 + tqtinterface/qt4/config.tests/unix/cups.test | 82 + tqtinterface/qt4/config.tests/unix/endian.test | 30 + .../qt4/config.tests/unix/endian/endiantest.cpp | 8 + .../qt4/config.tests/unix/endian/endiantest.pro | 5 + tqtinterface/qt4/config.tests/unix/ipv6.test | 31 + .../qt4/config.tests/unix/ipv6/ipv6test.cpp | 20 + .../qt4/config.tests/unix/ipv6/ipv6test.pro | 5 + tqtinterface/qt4/config.tests/unix/largefile.test | 31 + .../config.tests/unix/largefile/largefiletest.cpp | 32 + .../config.tests/unix/largefile/largefiletest.pro | 5 + tqtinterface/qt4/config.tests/unix/nis.test | 87 + tqtinterface/qt4/config.tests/unix/precomp.test | 22 + tqtinterface/qt4/config.tests/unix/ptrsize.test | 26 + .../qt4/config.tests/unix/ptrsize/ptrsizetest.cpp | 9 + .../qt4/config.tests/unix/ptrsize/ptrsizetest.pro | 5 + tqtinterface/qt4/config.tests/unix/stl.test | 31 + tqtinterface/qt4/config.tests/unix/stl/stltest.cpp | 83 + tqtinterface/qt4/config.tests/unix/stl/stltest.pro | 5 + tqtinterface/qt4/config.tests/unix/which.test | 39 + tqtinterface/qt4/config.tests/x11/notype.test | 49 + .../qt4/config.tests/x11/notype/notypetest.cpp | 11 + .../qt4/config.tests/x11/notype/notypetest.pro | 5 + tqtinterface/qt4/config.tests/x11/opengl.test | 103 + tqtinterface/qt4/config.tests/x11/sm.test | 49 + tqtinterface/qt4/config.tests/x11/xcursor.test | 92 + tqtinterface/qt4/config.tests/x11/xfreetype.test | 180 + tqtinterface/qt4/config.tests/x11/xinerama.test | 75 + tqtinterface/qt4/config.tests/x11/xinput.test | 74 + tqtinterface/qt4/config.tests/x11/xkb.test | 100 + tqtinterface/qt4/config.tests/x11/xrandr.test | 95 + tqtinterface/qt4/config.tests/x11/xrender.test | 72 + tqtinterface/qt4/config.tests/x11/xshape.test | 54 + tqtinterface/qt4/configure | 3480 ++++ tqtinterface/qt4/debian/changelog | 5 + tqtinterface/qt4/debian/compat | 1 + tqtinterface/qt4/debian/control | 61 + tqtinterface/qt4/debian/copyright | 145 + .../qt4/debian/libtqtinterface-dev.install | 1 + tqtinterface/qt4/debian/libtqtinterface.install | 2 + tqtinterface/qt4/debian/patches/.gitignore | 0 tqtinterface/qt4/debian/rules | 164 + tqtinterface/qt4/extensions/extensions.pro | 6 + tqtinterface/qt4/extensions/nsplugin/doc/index.doc | 112 + .../extensions/nsplugin/examples/grapher/graph.cgi | 7 + .../extensions/nsplugin/examples/grapher/graph.g1n | 8 + .../nsplugin/examples/grapher/grapher.cpp | 619 + .../nsplugin/examples/grapher/grapher.def | 9 + .../nsplugin/examples/grapher/grapher.doc | 64 + .../nsplugin/examples/grapher/grapher.pro | 12 + .../nsplugin/examples/grapher/grapher.rc | 36 + .../nsplugin/examples/trivial/trivial.cpp | 67 + .../nsplugin/examples/trivial/trivial.def | 9 + .../nsplugin/examples/trivial/trivial.doc | 22 + .../nsplugin/examples/trivial/trivial.pro | 12 + .../nsplugin/examples/trivial/trivial.rc | 36 + tqtinterface/qt4/extensions/nsplugin/src/jri.h | 638 + tqtinterface/qt4/extensions/nsplugin/src/jri_md.h | 500 + .../qt4/extensions/nsplugin/src/jritypes.h | 180 + tqtinterface/qt4/extensions/nsplugin/src/npapi.h | 392 + tqtinterface/qt4/extensions/nsplugin/src/npunix.c | 407 + tqtinterface/qt4/extensions/nsplugin/src/npupp.h | 995 ++ tqtinterface/qt4/extensions/nsplugin/src/npwin.cpp | 367 + tqtinterface/qt4/extensions/nsplugin/src/qnp.cpp | 2071 +++ tqtinterface/qt4/extensions/nsplugin/src/qnp.h | 186 + tqtinterface/qt4/extensions/nsplugin/src/qnp.pro | 14 + tqtinterface/qt4/include/jri.h | 1 + tqtinterface/qt4/include/jri_md.h | 1 + tqtinterface/qt4/include/jritypes.h | 1 + tqtinterface/qt4/include/npapi.h | 1 + tqtinterface/qt4/include/npupp.h | 1 + tqtinterface/qt4/include/private/qobject_p.h | 1 + .../qt4/include/private/qt4_harfbuzz/AUTHORS | 6 + .../qt4/include/private/qt4_harfbuzz/COPYING | 24 + .../qt4/include/private/qt4_harfbuzz/ChangeLog | 0 .../qt4/include/private/qt4_harfbuzz/Makefile.am | 2 + tqtinterface/qt4/include/private/qt4_harfbuzz/NEWS | 0 .../qt4/include/private/qt4_harfbuzz/README | 7 + .../qt4/include/private/qt4_harfbuzz/autogen.sh | 116 + .../qt4/include/private/qt4_harfbuzz/configure.ac | 54 + .../include/private/qt4_harfbuzz/src/Makefile.am | 69 + .../private/qt4_harfbuzz/src/harfbuzz-arabic.c | 1144 ++ .../qt4_harfbuzz/src/harfbuzz-buffer-private.h | 107 + .../private/qt4_harfbuzz/src/harfbuzz-buffer.c | 383 + .../private/qt4_harfbuzz/src/harfbuzz-buffer.h | 102 + .../private/qt4_harfbuzz/src/harfbuzz-dump-main.c | 97 + .../private/qt4_harfbuzz/src/harfbuzz-dump.c | 767 + .../private/qt4_harfbuzz/src/harfbuzz-dump.h | 41 + .../private/qt4_harfbuzz/src/harfbuzz-external.h | 153 + .../qt4_harfbuzz/src/harfbuzz-gdef-private.h | 135 + .../private/qt4_harfbuzz/src/harfbuzz-gdef.c | 1163 ++ .../private/qt4_harfbuzz/src/harfbuzz-gdef.h | 140 + .../private/qt4_harfbuzz/src/harfbuzz-global.h | 122 + .../qt4_harfbuzz/src/harfbuzz-gpos-private.h | 729 + .../private/qt4_harfbuzz/src/harfbuzz-gpos.c | 6091 +++++++ .../private/qt4_harfbuzz/src/harfbuzz-gpos.h | 155 + .../private/qt4_harfbuzz/src/harfbuzz-greek.c | 447 + .../qt4_harfbuzz/src/harfbuzz-gsub-private.h | 483 + .../private/qt4_harfbuzz/src/harfbuzz-gsub.c | 4329 +++++ .../private/qt4_harfbuzz/src/harfbuzz-gsub.h | 148 + .../private/qt4_harfbuzz/src/harfbuzz-hangul.c | 268 + .../private/qt4_harfbuzz/src/harfbuzz-hebrew.c | 187 + .../private/qt4_harfbuzz/src/harfbuzz-impl.c | 84 + .../private/qt4_harfbuzz/src/harfbuzz-impl.h | 131 + .../private/qt4_harfbuzz/src/harfbuzz-indic.cpp | 1892 +++ .../private/qt4_harfbuzz/src/harfbuzz-khmer.c | 667 + .../private/qt4_harfbuzz/src/harfbuzz-myanmar.c | 542 + .../qt4_harfbuzz/src/harfbuzz-open-private.h | 102 + .../private/qt4_harfbuzz/src/harfbuzz-open.c | 1433 ++ .../private/qt4_harfbuzz/src/harfbuzz-open.h | 288 + .../private/qt4_harfbuzz/src/harfbuzz-shape.h | 199 + .../qt4_harfbuzz/src/harfbuzz-shaper-all.cpp | 37 + .../qt4_harfbuzz/src/harfbuzz-shaper-private.h | 171 + .../private/qt4_harfbuzz/src/harfbuzz-shaper.cpp | 1338 ++ .../private/qt4_harfbuzz/src/harfbuzz-shaper.h | 294 + .../qt4_harfbuzz/src/harfbuzz-stream-private.h | 81 + .../private/qt4_harfbuzz/src/harfbuzz-stream.c | 114 + .../private/qt4_harfbuzz/src/harfbuzz-stream.h | 51 + .../private/qt4_harfbuzz/src/harfbuzz-thai.c | 111 + .../private/qt4_harfbuzz/src/harfbuzz-tibetan.c | 274 + .../include/private/qt4_harfbuzz/src/harfbuzz.c | 32 + .../include/private/qt4_harfbuzz/src/harfbuzz.h | 38 + .../include/private/qt4_harfbuzz/tests/Makefile.am | 7 + .../private/qt4_harfbuzz/tests/fuzzing/fuzz.cc | 124 + .../qt4_harfbuzz/tests/linebreaking/Makefile.am | 12 + .../tests/linebreaking/harfbuzz-qt.cpp | 87 + .../qt4_harfbuzz/tests/linebreaking/main.cpp | 230 + .../private/qt4_harfbuzz/tests/shaping/Makefile.am | 14 + .../private/qt4_harfbuzz/tests/shaping/README | 9 + .../private/qt4_harfbuzz/tests/shaping/main.cpp | 1291 ++ .../qt4/include/private/qt4_qapplication_p.h | 8 + tqtinterface/qt4/include/private/qt4_qbezier_p.h | 274 + tqtinterface/qt4/include/private/qt4_qfixed_p.h | 221 + tqtinterface/qt4/include/private/qt4_qfont_p.h | 278 + tqtinterface/qt4/include/private/qt4_qharfbuzz_p.h | 77 + tqtinterface/qt4/include/private/qt4_qimage_p.h | 114 + .../qt4/include/private/qt4_qmetaobject_p.h | 320 + tqtinterface/qt4/include/private/qt4_qprinter_p.h | 141 + .../qt4/include/private/qt4_qtextengine_p.h | 613 + .../qt4/include/private/qt4_qtextimagehandler_p.h | 80 + .../qt4/include/private/qt4_qunicodetables_p.h | 232 + tqtinterface/qt4/include/private/qt4_qwidget_p.h | 334 + tqtinterface/qt4/include/private/tqapplication_p.h | 1 + tqtinterface/qt4/include/private/tqcolor_p.h | 1 + tqtinterface/qt4/include/private/tqcom_p.h | 1 + tqtinterface/qt4/include/private/tqcomlibrary_p.h | 1 + .../qt4/include/private/tqcomponentfactory_p.h | 1 + .../qt4/include/private/tqcriticalsection_p.h | 1 + .../qt4/include/private/tqdialogbuttons_p.h | 1 + tqtinterface/qt4/include/private/tqdir_p.h | 1 + tqtinterface/qt4/include/private/tqeffects_p.h | 1 + tqtinterface/qt4/include/private/tqeventloop_p.h | 1 + tqtinterface/qt4/include/private/tqfiledefs_p.h | 1 + tqtinterface/qt4/include/private/tqfontcodecs_p.h | 1 + tqtinterface/qt4/include/private/tqfontdata_p.h | 1 + tqtinterface/qt4/include/private/tqfontengine_p.h | 1 + .../qt4/include/private/tqgfxdriverinterface_p.h | 1 + tqtinterface/qt4/include/private/tqgl_x11_p.h | 1 + .../qt4/include/private/tqgpluginmanager_p.h | 1 + .../qt4/include/private/tqimageformatinterface_p.h | 1 + .../qt4/include/private/tqinputcontext_p.h | 1 + tqtinterface/qt4/include/private/tqinternal_p.h | 1 + tqtinterface/qt4/include/private/tqisciicodec_p.h | 1 + .../qt4/include/private/tqkbddriverinterface_p.h | 1 + .../qt4/include/private/tqlayoutengine_p.h | 1 + tqtinterface/qt4/include/private/tqlibrary_p.h | 1 + tqtinterface/qt4/include/private/tqlocale_p.h | 1 + tqtinterface/qt4/include/private/tqlock_p.h | 1 + .../qt4/include/private/tqmousedriverinterface_p.h | 1 + tqtinterface/qt4/include/private/tqmutex_p.h | 1 + tqtinterface/qt4/include/private/tqmutexpool_p.h | 1 + tqtinterface/qt4/include/private/tqpainter_p.h | 1 + .../qt4/include/private/tqpluginmanager_p.h | 1 + tqtinterface/qt4/include/private/tqprinter_p.h | 1 + tqtinterface/qt4/include/private/tqpsprinter_p.h | 1 + tqtinterface/qt4/include/private/tqrichtext_p.h | 1 + .../qt4/include/private/tqscriptengine_p.h | 1 + tqtinterface/qt4/include/private/tqsettings_p.h | 1 + .../qt4/include/private/tqsharedmemory_p.h | 1 + .../qt4/include/private/tqsqldriverinterface_p.h | 1 + .../qt4/include/private/tqsqlextension_p.h | 1 + tqtinterface/qt4/include/private/tqsqlmanager_p.h | 1 + .../qt4/include/private/tqstyleinterface_p.h | 1 + tqtinterface/qt4/include/private/tqsvgdevice_p.h | 1 + .../qt4/include/private/tqsyntaxhighlighter_p.h | 1 + tqtinterface/qt4/include/private/tqt_x11_p.h | 1 + .../qt4/include/private/tqtextcodecinterface_p.h | 1 + tqtinterface/qt4/include/private/tqtextengine_p.h | 1 + tqtinterface/qt4/include/private/tqtextlayout_p.h | 1 + .../qt4/include/private/tqthreadinstance_p.h | 1 + tqtinterface/qt4/include/private/tqtitlebar_p.h | 1 + tqtinterface/qt4/include/private/tqucom_p.h | 1 + tqtinterface/qt4/include/private/tqucomextra_p.h | 1 + .../qt4/include/private/tqunicodetables_p.h | 1 + tqtinterface/qt4/include/private/tqwidget_p.h | 1 + .../qt4/include/private/tqwidgetinterface_p.h | 1 + .../qt4/include/private/tqwidgetresizehandler_p.h | 1 + tqtinterface/qt4/include/tq1xcompatibility.h | 1 + tqtinterface/qt4/include/tqabstractlayout.h | 1 + tqtinterface/qt4/include/tqaccel.h | 1 + tqtinterface/qt4/include/tqaccessible.h | 1 + tqtinterface/qt4/include/tqaction.h | 1 + tqtinterface/qt4/include/tqapp.h | 1 + tqtinterface/qt4/include/tqapplication.h | 1 + tqtinterface/qt4/include/tqarray.h | 1 + tqtinterface/qt4/include/tqasciicache.h | 1 + tqtinterface/qt4/include/tqasciidict.h | 1 + tqtinterface/qt4/include/tqassistantclient.h | 1 + tqtinterface/qt4/include/tqasyncimageio.h | 1 + tqtinterface/qt4/include/tqasyncio.h | 1 + tqtinterface/qt4/include/tqbig5codec.h | 1 + tqtinterface/qt4/include/tqbitarray.h | 1 + tqtinterface/qt4/include/tqbitarry.h | 1 + tqtinterface/qt4/include/tqbitmap.h | 1 + tqtinterface/qt4/include/tqbrush.h | 1 + tqtinterface/qt4/include/tqbttngrp.h | 1 + tqtinterface/qt4/include/tqbuffer.h | 1 + tqtinterface/qt4/include/tqbutton.h | 1 + tqtinterface/qt4/include/tqbuttongroup.h | 1 + tqtinterface/qt4/include/tqcache.h | 1 + tqtinterface/qt4/include/tqcanvas.h | 1 + tqtinterface/qt4/include/tqcdestyle.h | 1 + tqtinterface/qt4/include/tqcheckbox.h | 1 + tqtinterface/qt4/include/tqchkbox.h | 1 + tqtinterface/qt4/include/tqcleanuphandler.h | 1 + tqtinterface/qt4/include/tqclipboard.h | 1 + tqtinterface/qt4/include/tqclipbrd.h | 1 + tqtinterface/qt4/include/tqcollect.h | 1 + tqtinterface/qt4/include/tqcollection.h | 1 + tqtinterface/qt4/include/tqcolor.h | 1 + tqtinterface/qt4/include/tqcolordialog.h | 1 + tqtinterface/qt4/include/tqcombo.h | 1 + tqtinterface/qt4/include/tqcombobox.h | 1 + tqtinterface/qt4/include/tqcommonstyle.h | 1 + tqtinterface/qt4/include/tqcompactstyle.h | 1 + tqtinterface/qt4/include/tqconfig-dist.h | 1 + tqtinterface/qt4/include/tqconfig-large.h | 1 + tqtinterface/qt4/include/tqconfig-medium.h | 1 + tqtinterface/qt4/include/tqconfig-minimal.h | 1 + tqtinterface/qt4/include/tqconfig-small.h | 1 + tqtinterface/qt4/include/tqconnect.h | 1 + tqtinterface/qt4/include/tqconnection.h | 1 + tqtinterface/qt4/include/tqcstring.h | 1 + tqtinterface/qt4/include/tqcursor.h | 1 + tqtinterface/qt4/include/tqdatabrowser.h | 1 + tqtinterface/qt4/include/tqdatastream.h | 1 + tqtinterface/qt4/include/tqdatatable.h | 1 + tqtinterface/qt4/include/tqdataview.h | 1 + tqtinterface/qt4/include/tqdatetime.h | 1 + tqtinterface/qt4/include/tqdatetimeedit.h | 1 + tqtinterface/qt4/include/tqdatetm.h | 1 + tqtinterface/qt4/include/tqdeepcopy.h | 1 + tqtinterface/qt4/include/tqdesktopwidget.h | 1 + tqtinterface/qt4/include/tqdial.h | 1 + tqtinterface/qt4/include/tqdialog.h | 1 + tqtinterface/qt4/include/tqdict.h | 1 + tqtinterface/qt4/include/tqdir.h | 1 + tqtinterface/qt4/include/tqdns.h | 1 + tqtinterface/qt4/include/tqdockarea.h | 1 + tqtinterface/qt4/include/tqdockwindow.h | 1 + tqtinterface/qt4/include/tqdom.h | 1 + tqtinterface/qt4/include/tqdragobject.h | 1 + tqtinterface/qt4/include/tqdrawutil.h | 1 + tqtinterface/qt4/include/tqdrawutl.h | 1 + tqtinterface/qt4/include/tqdropsite.h | 1 + tqtinterface/qt4/include/tqdstream.h | 1 + tqtinterface/qt4/include/tqeditorfactory.h | 1 + tqtinterface/qt4/include/tqerrormessage.h | 1 + tqtinterface/qt4/include/tqeucjpcodec.h | 1 + tqtinterface/qt4/include/tqeuckrcodec.h | 1 + tqtinterface/qt4/include/tqevent.h | 1 + tqtinterface/qt4/include/tqeventloop.h | 1 + tqtinterface/qt4/include/tqfeatures.h | 1 + tqtinterface/qt4/include/tqfile.h | 1 + tqtinterface/qt4/include/tqfiledef.h | 1 + tqtinterface/qt4/include/tqfiledialog.h | 1 + tqtinterface/qt4/include/tqfiledlg.h | 1 + tqtinterface/qt4/include/tqfileinf.h | 1 + tqtinterface/qt4/include/tqfileinfo.h | 1 + tqtinterface/qt4/include/tqfocusdata.h | 1 + tqtinterface/qt4/include/tqfont.h | 1 + tqtinterface/qt4/include/tqfontdatabase.h | 1 + tqtinterface/qt4/include/tqfontdialog.h | 1 + tqtinterface/qt4/include/tqfontinf.h | 1 + tqtinterface/qt4/include/tqfontinfo.h | 1 + tqtinterface/qt4/include/tqfontmet.h | 1 + tqtinterface/qt4/include/tqfontmetrics.h | 1 + tqtinterface/qt4/include/tqframe.h | 1 + tqtinterface/qt4/include/tqftp.h | 1 + tqtinterface/qt4/include/tqgarray.h | 1 + tqtinterface/qt4/include/tqgb18030codec.h | 1 + tqtinterface/qt4/include/tqgbkcodec.h | 1 + tqtinterface/qt4/include/tqgcache.h | 1 + tqtinterface/qt4/include/tqgdict.h | 1 + tqtinterface/qt4/include/tqgeneric.h | 1 + tqtinterface/qt4/include/tqgif.h | 1 + tqtinterface/qt4/include/tqgl.h | 1 + tqtinterface/qt4/include/tqglcolormap.h | 1 + tqtinterface/qt4/include/tqglist.h | 1 + tqtinterface/qt4/include/tqglobal.h | 1 + tqtinterface/qt4/include/tqgplugin.h | 1 + tqtinterface/qt4/include/tqgrid.h | 1 + tqtinterface/qt4/include/tqgridview.h | 1 + tqtinterface/qt4/include/tqgroupbox.h | 1 + tqtinterface/qt4/include/tqgrpbox.h | 1 + tqtinterface/qt4/include/tqguardedptr.h | 1 + tqtinterface/qt4/include/tqgvector.h | 1 + tqtinterface/qt4/include/tqhbox.h | 1 + tqtinterface/qt4/include/tqhbuttongroup.h | 1 + tqtinterface/qt4/include/tqheader.h | 1 + tqtinterface/qt4/include/tqhgroupbox.h | 1 + tqtinterface/qt4/include/tqhostaddress.h | 1 + tqtinterface/qt4/include/tqhttp.h | 1 + tqtinterface/qt4/include/tqiconset.h | 1 + tqtinterface/qt4/include/tqiconview.h | 1 + tqtinterface/qt4/include/tqimage.h | 1 + tqtinterface/qt4/include/tqimageformatplugin.h | 1 + tqtinterface/qt4/include/tqinputdialog.h | 1 + tqtinterface/qt4/include/tqintcach.h | 1 + tqtinterface/qt4/include/tqintcache.h | 1 + tqtinterface/qt4/include/tqintdict.h | 1 + tqtinterface/qt4/include/tqinterlacestyle.h | 1 + tqtinterface/qt4/include/tqiodev.h | 1 + tqtinterface/qt4/include/tqiodevice.h | 1 + tqtinterface/qt4/include/tqjiscodec.h | 1 + tqtinterface/qt4/include/tqjpegio.h | 1 + tqtinterface/qt4/include/tqjpunicode.h | 1 + tqtinterface/qt4/include/tqkeycode.h | 1 + tqtinterface/qt4/include/tqkeysequence.h | 1 + tqtinterface/qt4/include/tqlabel.h | 1 + tqtinterface/qt4/include/tqlayout.h | 1 + tqtinterface/qt4/include/tqlcdnum.h | 1 + tqtinterface/qt4/include/tqlcdnumber.h | 1 + tqtinterface/qt4/include/tqlibrary.h | 1 + tqtinterface/qt4/include/tqlined.h | 1 + tqtinterface/qt4/include/tqlineedit.h | 1 + tqtinterface/qt4/include/tqlist.h | 1 + tqtinterface/qt4/include/tqlistbox.h | 1 + tqtinterface/qt4/include/tqlistview.h | 1 + tqtinterface/qt4/include/tqlocale.h | 1 + tqtinterface/qt4/include/tqlocalfs.h | 1 + tqtinterface/qt4/include/tqmainwindow.h | 1 + tqtinterface/qt4/include/tqmap.h | 1 + tqtinterface/qt4/include/tqmemarray.h | 1 + tqtinterface/qt4/include/tqmenubar.h | 1 + tqtinterface/qt4/include/tqmenudata.h | 1 + tqtinterface/qt4/include/tqmenudta.h | 1 + tqtinterface/qt4/include/tqmessagebox.h | 1 + tqtinterface/qt4/include/tqmetaobj.h | 1 + tqtinterface/qt4/include/tqmetaobject.h | 1 + tqtinterface/qt4/include/tqmime.h | 1 + tqtinterface/qt4/include/tqmlined.h | 1 + tqtinterface/qt4/include/tqmngio.h | 1 + tqtinterface/qt4/include/tqmotifplusstyle.h | 1 + tqtinterface/qt4/include/tqmotifstyle.h | 1 + tqtinterface/qt4/include/tqmovie.h | 1 + tqtinterface/qt4/include/tqmsgbox.h | 1 + tqtinterface/qt4/include/tqmultilinedit.h | 1 + tqtinterface/qt4/include/tqmultilineedit.h | 1 + tqtinterface/qt4/include/tqmutex.h | 1 + tqtinterface/qt4/include/tqnamespace.h | 1 + tqtinterface/qt4/include/tqnetwork.h | 1 + tqtinterface/qt4/include/tqnetworkprotocol.h | 1 + tqtinterface/qt4/include/tqnp.h | 1 + tqtinterface/qt4/include/tqobjcoll.h | 1 + tqtinterface/qt4/include/tqobjdefs.h | 1 + tqtinterface/qt4/include/tqobject.h | 1 + tqtinterface/qt4/include/tqobjectcleanuphandler.h | 1 + tqtinterface/qt4/include/tqobjectdefs.h | 1 + tqtinterface/qt4/include/tqobjectdict.h | 1 + tqtinterface/qt4/include/tqobjectlist.h | 1 + tqtinterface/qt4/include/tqpaintd.h | 1 + tqtinterface/qt4/include/tqpaintdc.h | 1 + tqtinterface/qt4/include/tqpaintdevice.h | 1 + tqtinterface/qt4/include/tqpaintdevicedefs.h | 1 + tqtinterface/qt4/include/tqpaintdevicemetrics.h | 1 + tqtinterface/qt4/include/tqpainter.h | 1 + tqtinterface/qt4/include/tqpair.h | 1 + tqtinterface/qt4/include/tqpalette.h | 1 + tqtinterface/qt4/include/tqpdevmet.h | 1 + tqtinterface/qt4/include/tqpen.h | 1 + tqtinterface/qt4/include/tqpicture.h | 1 + tqtinterface/qt4/include/tqpixmap.h | 1 + tqtinterface/qt4/include/tqpixmapcache.h | 1 + tqtinterface/qt4/include/tqplatinumstyle.h | 1 + tqtinterface/qt4/include/tqpmcache.h | 1 + tqtinterface/qt4/include/tqpngio.h | 1 + tqtinterface/qt4/include/tqpntarry.h | 1 + tqtinterface/qt4/include/tqpoint.h | 1 + tqtinterface/qt4/include/tqpointarray.h | 1 + tqtinterface/qt4/include/tqpolygonscanner.h | 1 + tqtinterface/qt4/include/tqpopmenu.h | 1 + tqtinterface/qt4/include/tqpopupmenu.h | 1 + tqtinterface/qt4/include/tqprintdialog.h | 1 + tqtinterface/qt4/include/tqprinter.h | 1 + tqtinterface/qt4/include/tqprndlg.h | 1 + tqtinterface/qt4/include/tqprocess.h | 1 + tqtinterface/qt4/include/tqprogbar.h | 1 + tqtinterface/qt4/include/tqprogdlg.h | 1 + tqtinterface/qt4/include/tqprogressbar.h | 1 + tqtinterface/qt4/include/tqprogressdialog.h | 1 + tqtinterface/qt4/include/tqpsprn.h | 1 + tqtinterface/qt4/include/tqptrcollection.h | 1 + tqtinterface/qt4/include/tqptrdict.h | 1 + tqtinterface/qt4/include/tqptrlist.h | 1 + tqtinterface/qt4/include/tqptrqueue.h | 1 + tqtinterface/qt4/include/tqptrstack.h | 1 + tqtinterface/qt4/include/tqptrvector.h | 1 + tqtinterface/qt4/include/tqpushbt.h | 1 + tqtinterface/qt4/include/tqpushbutton.h | 1 + tqtinterface/qt4/include/tqqueue.h | 1 + tqtinterface/qt4/include/tqradiobt.h | 1 + tqtinterface/qt4/include/tqradiobutton.h | 1 + tqtinterface/qt4/include/tqrangecontrol.h | 1 + tqtinterface/qt4/include/tqrangect.h | 1 + tqtinterface/qt4/include/tqrect.h | 1 + tqtinterface/qt4/include/tqregexp.h | 1 + tqtinterface/qt4/include/tqregion.h | 1 + tqtinterface/qt4/include/tqrtlcodec.h | 1 + tqtinterface/qt4/include/tqscrbar.h | 1 + tqtinterface/qt4/include/tqscrollbar.h | 1 + tqtinterface/qt4/include/tqscrollview.h | 1 + tqtinterface/qt4/include/tqsemaphore.h | 1 + tqtinterface/qt4/include/tqsemimodal.h | 1 + tqtinterface/qt4/include/tqserversocket.h | 1 + tqtinterface/qt4/include/tqsession.h | 1 + tqtinterface/qt4/include/tqsessionmanager.h | 1 + tqtinterface/qt4/include/tqsettings.h | 1 + tqtinterface/qt4/include/tqsgistyle.h | 1 + tqtinterface/qt4/include/tqshared.h | 1 + tqtinterface/qt4/include/tqsignal.h | 1 + tqtinterface/qt4/include/tqsignalmapper.h | 1 + tqtinterface/qt4/include/tqsignalslotimp.h | 1 + tqtinterface/qt4/include/tqsimplerichtext.h | 1 + tqtinterface/qt4/include/tqsize.h | 1 + tqtinterface/qt4/include/tqsizegrip.h | 1 + tqtinterface/qt4/include/tqsizepolicy.h | 1 + tqtinterface/qt4/include/tqsjiscodec.h | 1 + tqtinterface/qt4/include/tqslider.h | 1 + tqtinterface/qt4/include/tqsocket.h | 1 + tqtinterface/qt4/include/tqsocketdevice.h | 1 + tqtinterface/qt4/include/tqsocketnotifier.h | 1 + tqtinterface/qt4/include/tqsocknot.h | 1 + tqtinterface/qt4/include/tqsortedlist.h | 1 + tqtinterface/qt4/include/tqsound.h | 1 + tqtinterface/qt4/include/tqspinbox.h | 1 + tqtinterface/qt4/include/tqsplashscreen.h | 1 + tqtinterface/qt4/include/tqsplitter.h | 1 + tqtinterface/qt4/include/tqsql.h | 1 + tqtinterface/qt4/include/tqsqlcursor.h | 1 + tqtinterface/qt4/include/tqsqldatabase.h | 1 + tqtinterface/qt4/include/tqsqldriver.h | 1 + tqtinterface/qt4/include/tqsqldriverplugin.h | 1 + tqtinterface/qt4/include/tqsqleditorfactory.h | 1 + tqtinterface/qt4/include/tqsqlerror.h | 1 + tqtinterface/qt4/include/tqsqlfield.h | 1 + tqtinterface/qt4/include/tqsqlform.h | 1 + tqtinterface/qt4/include/tqsqlindex.h | 1 + tqtinterface/qt4/include/tqsqlpropertymap.h | 1 + tqtinterface/qt4/include/tqsqlquery.h | 1 + tqtinterface/qt4/include/tqsqlrecord.h | 1 + tqtinterface/qt4/include/tqsqlresult.h | 1 + tqtinterface/qt4/include/tqsqlselectcursor.h | 1 + tqtinterface/qt4/include/tqstack.h | 1 + tqtinterface/qt4/include/tqstatusbar.h | 1 + tqtinterface/qt4/include/tqstring.h | 1 + tqtinterface/qt4/include/tqstringlist.h | 1 + tqtinterface/qt4/include/tqstrlist.h | 1 + tqtinterface/qt4/include/tqstrvec.h | 1 + tqtinterface/qt4/include/tqstyle.h | 1 + tqtinterface/qt4/include/tqstylefactory.h | 1 + tqtinterface/qt4/include/tqstyleplugin.h | 1 + tqtinterface/qt4/include/tqstylesheet.h | 1 + tqtinterface/qt4/include/tqsyntaxhighlighter.h | 1 + tqtinterface/qt4/include/tqt.h | 1 + tqtinterface/qt4/include/tqtabbar.h | 1 + tqtinterface/qt4/include/tqtabdialog.h | 1 + tqtinterface/qt4/include/tqtabdlg.h | 1 + tqtinterface/qt4/include/tqtable.h | 1 + tqtinterface/qt4/include/tqtabwidget.h | 1 + tqtinterface/qt4/include/tqtenuminheritance.h | 36 + tqtinterface/qt4/include/tqtextbrowser.h | 1 + tqtinterface/qt4/include/tqtextcodec.h | 1 + tqtinterface/qt4/include/tqtextcodecfactory.h | 1 + tqtinterface/qt4/include/tqtextcodecplugin.h | 1 + tqtinterface/qt4/include/tqtextedit.h | 1 + tqtinterface/qt4/include/tqtextstream.h | 1 + tqtinterface/qt4/include/tqtextview.h | 1 + tqtinterface/qt4/include/tqtglobaldefines.h | 1 + tqtinterface/qt4/include/tqtglobaldefines.h~ | 492 + tqtinterface/qt4/include/tqtglobalsettings.h | 1 + tqtinterface/qt4/include/tqthread.h | 1 + tqtinterface/qt4/include/tqthreadstorage.h | 1 + tqtinterface/qt4/include/tqtimer.h | 1 + tqtinterface/qt4/include/tqtl.h | 1 + tqtinterface/qt4/include/tqtoolbar.h | 1 + tqtinterface/qt4/include/tqtoolbox.h | 1 + tqtinterface/qt4/include/tqtoolbutton.h | 1 + tqtinterface/qt4/include/tqtooltip.h | 1 + tqtinterface/qt4/include/tqtranslator.h | 1 + tqtinterface/qt4/include/tqtsciicodec.h | 1 + tqtinterface/qt4/include/tqtstream.h | 1 + tqtinterface/qt4/include/tqurl.h | 1 + tqtinterface/qt4/include/tqurlinfo.h | 1 + tqtinterface/qt4/include/tqurloperator.h | 1 + tqtinterface/qt4/include/tqutfcodec.h | 1 + tqtinterface/qt4/include/tquuid.h | 1 + tqtinterface/qt4/include/tqvalidator.h | 1 + tqtinterface/qt4/include/tqvaluelist.h | 1 + tqtinterface/qt4/include/tqvaluestack.h | 1 + tqtinterface/qt4/include/tqvaluevector.h | 1 + tqtinterface/qt4/include/tqvariant.h | 1 + tqtinterface/qt4/include/tqvbox.h | 1 + tqtinterface/qt4/include/tqvbuttongroup.h | 1 + tqtinterface/qt4/include/tqvector.h | 1 + tqtinterface/qt4/include/tqvfbhdr.h | 1 + tqtinterface/qt4/include/tqvgroupbox.h | 1 + tqtinterface/qt4/include/tqwaitcondition.h | 1 + tqtinterface/qt4/include/tqwhatsthis.h | 1 + tqtinterface/qt4/include/tqwidcoll.h | 1 + tqtinterface/qt4/include/tqwidget.h | 1 + tqtinterface/qt4/include/tqwidgetfactory.h | 1 + tqtinterface/qt4/include/tqwidgetintdict.h | 1 + tqtinterface/qt4/include/tqwidgetlist.h | 1 + tqtinterface/qt4/include/tqwidgetplugin.h | 1 + tqtinterface/qt4/include/tqwidgetstack.h | 1 + tqtinterface/qt4/include/tqwindefs.h | 1 + tqtinterface/qt4/include/tqwindow.h | 1 + tqtinterface/qt4/include/tqwindowdefs.h | 1 + tqtinterface/qt4/include/tqwindowsstyle.h | 1 + tqtinterface/qt4/include/tqwinexport.h | 1 + tqtinterface/qt4/include/tqwizard.h | 1 + tqtinterface/qt4/include/tqwmatrix.h | 1 + tqtinterface/qt4/include/tqworkspace.h | 1 + tqtinterface/qt4/include/tqxml.h | 1 + tqtinterface/qt4/lib/README | 1 + tqtinterface/qt4/mkspecs/aix-g++-64/qmake.conf | 80 + .../qt4/mkspecs/aix-g++-64/qplatformdefs.h | 109 + tqtinterface/qt4/mkspecs/aix-g++/qmake.conf | 80 + tqtinterface/qt4/mkspecs/aix-g++/qplatformdefs.h | 109 + tqtinterface/qt4/mkspecs/aix-xlc-64/qmake.conf | 89 + .../qt4/mkspecs/aix-xlc-64/qplatformdefs.h | 96 + tqtinterface/qt4/mkspecs/aix-xlc/qmake.conf | 87 + tqtinterface/qt4/mkspecs/aix-xlc/qplatformdefs.h | 105 + tqtinterface/qt4/mkspecs/bsdi-g++/qmake.conf | 83 + tqtinterface/qt4/mkspecs/bsdi-g++/qplatformdefs.h | 84 + tqtinterface/qt4/mkspecs/cygwin-g++/qmake.conf | 85 + .../qt4/mkspecs/cygwin-g++/qplatformdefs.h | 105 + tqtinterface/qt4/mkspecs/darwin-g++/qmake.conf | 91 + .../qt4/mkspecs/darwin-g++/qplatformdefs.h | 85 + tqtinterface/qt4/mkspecs/dgux-g++/qmake.conf | 76 + tqtinterface/qt4/mkspecs/dgux-g++/qplatformdefs.h | 88 + tqtinterface/qt4/mkspecs/freebsd-g++/qmake.conf | 81 + .../qt4/mkspecs/freebsd-g++/qplatformdefs.h | 103 + tqtinterface/qt4/mkspecs/freebsd-g++34/qmake.conf | 81 + .../qt4/mkspecs/freebsd-g++34/qplatformdefs.h | 1 + tqtinterface/qt4/mkspecs/freebsd-icc/qmake.conf | 99 + .../qt4/mkspecs/freebsd-icc/qplatformdefs.h | 103 + tqtinterface/qt4/mkspecs/hpux-acc-64/qmake.conf | 125 + .../qt4/mkspecs/hpux-acc-64/qplatformdefs.h | 86 + tqtinterface/qt4/mkspecs/hpux-acc-o64/qmake.conf | 124 + .../qt4/mkspecs/hpux-acc-o64/qplatformdefs.h | 88 + tqtinterface/qt4/mkspecs/hpux-acc/qmake.conf | 104 + tqtinterface/qt4/mkspecs/hpux-acc/qplatformdefs.h | 95 + tqtinterface/qt4/mkspecs/hpux-cc/qmake.conf | 99 + tqtinterface/qt4/mkspecs/hpux-cc/qplatformdefs.h | 85 + tqtinterface/qt4/mkspecs/hpux-g++-64/qmake.conf | 85 + .../qt4/mkspecs/hpux-g++-64/qplatformdefs.h | 86 + tqtinterface/qt4/mkspecs/hpux-g++/qmake.conf | 86 + tqtinterface/qt4/mkspecs/hpux-g++/qplatformdefs.h | 94 + tqtinterface/qt4/mkspecs/hpuxi-acc-32/qmake.conf | 123 + .../qt4/mkspecs/hpuxi-acc-32/qplatformdefs.h | 88 + tqtinterface/qt4/mkspecs/hpuxi-acc-64/qmake.conf | 123 + .../qt4/mkspecs/hpuxi-acc-64/qplatformdefs.h | 88 + tqtinterface/qt4/mkspecs/hurd-g++/qmake.conf | 77 + tqtinterface/qt4/mkspecs/hurd-g++/qplatformdefs.h | 103 + tqtinterface/qt4/mkspecs/irix-cc-64/qmake.conf | 114 + .../qt4/mkspecs/irix-cc-64/qplatformdefs.h | 92 + tqtinterface/qt4/mkspecs/irix-cc-o32/qmake.conf | 88 + .../qt4/mkspecs/irix-cc-o32/qplatformdefs.h | 88 + tqtinterface/qt4/mkspecs/irix-cc/qmake.conf | 114 + tqtinterface/qt4/mkspecs/irix-cc/qplatformdefs.h | 92 + tqtinterface/qt4/mkspecs/irix-g++/qmake.conf | 85 + tqtinterface/qt4/mkspecs/irix-g++/qplatformdefs.h | 97 + tqtinterface/qt4/mkspecs/linux-cxx/qmake.conf | 78 + .../qt4/mkspecs/linux-cxx/tqplatformdefs.h | 106 + tqtinterface/qt4/mkspecs/linux-ecc-64/qmake.conf | 85 + .../qt4/mkspecs/linux-ecc-64/qplatformdefs.h | 106 + tqtinterface/qt4/mkspecs/linux-g++-32/qmake.conf | 89 + .../qt4/mkspecs/linux-g++-32/tqplatformdefs.h | 106 + tqtinterface/qt4/mkspecs/linux-g++-64/qmake.conf | 92 + .../qt4/mkspecs/linux-g++-64/tqplatformdefs.h | 106 + tqtinterface/qt4/mkspecs/linux-g++/qmake.conf | 89 + .../qt4/mkspecs/linux-g++/tqplatformdefs.h | 106 + tqtinterface/qt4/mkspecs/linux-icc/qmake.conf | 85 + tqtinterface/qt4/mkspecs/linux-icc/qplatformdefs.h | 106 + tqtinterface/qt4/mkspecs/linux-kcc/qmake.conf | 92 + tqtinterface/qt4/mkspecs/linux-kcc/qplatformdefs.h | 109 + tqtinterface/qt4/mkspecs/linux-kylix/qmake.conf | 83 + .../qt4/mkspecs/linux-kylix/qplatformdefs.h | 106 + tqtinterface/qt4/mkspecs/linux-pgcc/qmake.conf | 83 + .../qt4/mkspecs/linux-pgcc/qplatformdefs.h | 106 + tqtinterface/qt4/mkspecs/lynxos-g++/qmake.conf | 86 + .../qt4/mkspecs/lynxos-g++/qplatformdefs.h | 91 + tqtinterface/qt4/mkspecs/macx-g++/Info.plist.app | 18 + tqtinterface/qt4/mkspecs/macx-g++/qmake.conf | 89 + tqtinterface/qt4/mkspecs/macx-g++/qplatformdefs.h | 88 + tqtinterface/qt4/mkspecs/macx-mwerks/README | 2 + .../qt4/mkspecs/macx-mwerks/mwerkstmpl.xml | 826 + tqtinterface/qt4/mkspecs/macx-mwerks/qmake.conf | 23 + .../qt4/mkspecs/macx-mwerks/qplatformdefs.h | 79 + .../qt4/mkspecs/macx-pbuilder/Info.plist.app | 18 + tqtinterface/qt4/mkspecs/macx-pbuilder/qmake.conf | 80 + .../qt4/mkspecs/macx-pbuilder/qplatformdefs.h | 88 + tqtinterface/qt4/mkspecs/macx-xlc/qmake.conf | 89 + tqtinterface/qt4/mkspecs/macx-xlc/qplatformdefs.h | 88 + tqtinterface/qt4/mkspecs/netbsd-g++/qmake.conf | 81 + .../qt4/mkspecs/netbsd-g++/qplatformdefs.h | 91 + tqtinterface/qt4/mkspecs/openbsd-g++/qmake.conf | 82 + .../qt4/mkspecs/openbsd-g++/qplatformdefs.h | 91 + tqtinterface/qt4/mkspecs/qnx-g++/qmake.conf | 82 + tqtinterface/qt4/mkspecs/qnx-g++/qplatformdefs.h | 86 + tqtinterface/qt4/mkspecs/reliant-cds-64/qmake.conf | 84 + .../qt4/mkspecs/reliant-cds-64/qplatformdefs.h | 86 + tqtinterface/qt4/mkspecs/reliant-cds/qmake.conf | 84 + .../qt4/mkspecs/reliant-cds/qplatformdefs.h | 90 + tqtinterface/qt4/mkspecs/sco-cc/qmake.conf | 78 + tqtinterface/qt4/mkspecs/sco-cc/qplatformdefs.h | 85 + tqtinterface/qt4/mkspecs/sco-g++/qmake.conf | 75 + tqtinterface/qt4/mkspecs/sco-g++/qplatformdefs.h | 95 + tqtinterface/qt4/mkspecs/solaris-cc-64/qmake.conf | 102 + .../qt4/mkspecs/solaris-cc-64/qplatformdefs.h | 87 + tqtinterface/qt4/mkspecs/solaris-cc/qmake.conf | 85 + .../qt4/mkspecs/solaris-cc/qplatformdefs.h | 114 + tqtinterface/qt4/mkspecs/solaris-g++-64/qmake.conf | 104 + .../qt4/mkspecs/solaris-g++-64/qplatformdefs.h | 90 + tqtinterface/qt4/mkspecs/solaris-g++/qmake.conf | 87 + .../qt4/mkspecs/solaris-g++/qplatformdefs.h | 116 + tqtinterface/qt4/mkspecs/tru64-cxx/qmake.conf | 80 + tqtinterface/qt4/mkspecs/tru64-cxx/qplatformdefs.h | 95 + tqtinterface/qt4/mkspecs/tru64-g++/qmake.conf | 80 + tqtinterface/qt4/mkspecs/tru64-g++/qplatformdefs.h | 95 + tqtinterface/qt4/mkspecs/unixware-cc/qmake.conf | 85 + .../qt4/mkspecs/unixware-cc/qplatformdefs.h | 85 + tqtinterface/qt4/mkspecs/unixware-g++/qmake.conf | 82 + .../qt4/mkspecs/unixware-g++/qplatformdefs.h | 85 + tqtinterface/qt4/mkspecs/win32-borland/qmake.conf | 106 + .../qt4/mkspecs/win32-borland/qplatformdefs.h | 154 + tqtinterface/qt4/mkspecs/win32-g++/qmake.conf | 97 + .../qt4/mkspecs/win32-g++/qtcrtentrypoint.cpp | 231 + .../qt4/mkspecs/win32-g++/tqplatformdefs.h | 96 + tqtinterface/qt4/mkspecs/win32-icc/qmake.conf | 105 + tqtinterface/qt4/mkspecs/win32-icc/qplatformdefs.h | 87 + tqtinterface/qt4/mkspecs/win32-icc/win32app.dsp | 111 + tqtinterface/qt4/mkspecs/win32-icc/win32dll.dsp | 113 + tqtinterface/qt4/mkspecs/win32-icc/win32lib.dsp | 105 + tqtinterface/qt4/mkspecs/win32-msvc.net/qmake.conf | 106 + .../qt4/mkspecs/win32-msvc.net/qplatformdefs.h | 87 + tqtinterface/qt4/mkspecs/win32-msvc/qmake.conf | 105 + .../qt4/mkspecs/win32-msvc/qplatformdefs.h | 87 + tqtinterface/qt4/mkspecs/win32-msvc/win32app.dsp | 111 + tqtinterface/qt4/mkspecs/win32-msvc/win32dll.dsp | 113 + tqtinterface/qt4/mkspecs/win32-msvc/win32lib.dsp | 107 + tqtinterface/qt4/mkspecs/win32-msvc2005/qmake.conf | 108 + .../qt4/mkspecs/win32-msvc2005/qplatformdefs.h | 87 + tqtinterface/qt4/mkspecs/win32-watcom/qmake.conf | 68 + tqtinterface/qt4/pics/generic.png | Bin 0 -> 1086 bytes .../qt4/plugins/src/accessible/accessible.pro | 5 + .../qt4/plugins/src/accessible/widgets/main.cpp | 226 + .../src/accessible/widgets/qaccessiblemenu.cpp | 323 + .../src/accessible/widgets/qaccessiblemenu.h | 55 + .../src/accessible/widgets/qaccessiblewidget.cpp | 2856 ++++ .../src/accessible/widgets/qaccessiblewidget.h | 412 + .../qt4/plugins/src/accessible/widgets/widgets.pro | 15 + tqtinterface/qt4/plugins/src/codecs/cn/cn.pro | 18 + tqtinterface/qt4/plugins/src/codecs/cn/main.cpp | 52 + tqtinterface/qt4/plugins/src/codecs/codecs.pro | 5 + tqtinterface/qt4/plugins/src/codecs/jp/jp.pro | 25 + tqtinterface/qt4/plugins/src/codecs/jp/main.cpp | 56 + tqtinterface/qt4/plugins/src/codecs/kr/kr.pro | 19 + tqtinterface/qt4/plugins/src/codecs/kr/main.cpp | 47 + tqtinterface/qt4/plugins/src/codecs/tw/main.cpp | 47 + tqtinterface/qt4/plugins/src/codecs/tw/tw.pro | 18 + .../qt4/plugins/src/imageformats/imageformats.pro | 5 + .../qt4/plugins/src/imageformats/jpeg/jpeg.pro | 68 + .../qt4/plugins/src/imageformats/jpeg/main.cpp | 76 + .../qt4/plugins/src/imageformats/mng/main.cpp | 59 + .../qt4/plugins/src/imageformats/mng/mng.pro | 142 + .../qt4/plugins/src/imageformats/png/main.cpp | 76 + .../qt4/plugins/src/imageformats/png/png.pro | 55 + tqtinterface/qt4/plugins/src/sqldrivers/README | 5 + .../qt4/plugins/src/sqldrivers/ibase/ibase.pro | 27 + .../qt4/plugins/src/sqldrivers/ibase/main.cpp | 74 + .../qt4/plugins/src/sqldrivers/mysql/README | 6 + .../qt4/plugins/src/sqldrivers/mysql/main.cpp | 74 + .../qt4/plugins/src/sqldrivers/mysql/mysql.pro | 33 + .../qt4/plugins/src/sqldrivers/odbc/README | 6 + .../qt4/plugins/src/sqldrivers/odbc/main.cpp | 74 + .../qt4/plugins/src/sqldrivers/odbc/odbc.pro | 33 + .../qt4/plugins/src/sqldrivers/psql/README | 6 + .../qt4/plugins/src/sqldrivers/psql/main.cpp | 74 + .../qt4/plugins/src/sqldrivers/psql/psql.pro | 32 + .../qt4/plugins/src/sqldrivers/sqldrivers.pro | 10 + .../qt4/plugins/src/sqldrivers/sqlite/README | 6 + .../qt4/plugins/src/sqldrivers/sqlite/smain.cpp | 74 + .../qt4/plugins/src/sqldrivers/sqlite/sqlite.pro | 77 + tqtinterface/qt4/plugins/src/src.pro | 10 + tqtinterface/qt4/plugins/src/styles/cde/cde.pro | 20 + tqtinterface/qt4/plugins/src/styles/cde/main.cpp | 33 + .../qt4/plugins/src/styles/compact/compact.pro | 21 + .../qt4/plugins/src/styles/compact/main.cpp | 35 + tqtinterface/qt4/plugins/src/styles/motif/main.cpp | 34 + .../qt4/plugins/src/styles/motif/motif.pro | 15 + .../qt4/plugins/src/styles/motifplus/main.cpp | 35 + .../qt4/plugins/src/styles/motifplus/motifplus.pro | 20 + .../qt4/plugins/src/styles/platinum/main.cpp | 34 + .../qt4/plugins/src/styles/platinum/platinum.pro | 20 + tqtinterface/qt4/plugins/src/styles/sgi/main.cpp | 33 + tqtinterface/qt4/plugins/src/styles/sgi/sgi.pro | 20 + tqtinterface/qt4/plugins/src/styles/styles.pro | 11 + .../qt4/plugins/src/styles/windows/main.cpp | 34 + .../qt4/plugins/src/styles/windows/windows.pro | 15 + tqtinterface/qt4/qmake/CHANGES | 68 + tqtinterface/qt4/qmake/Makefile.unix | 219 + tqtinterface/qt4/qmake/Makefile.win32-g++ | 200 + tqtinterface/qt4/qmake/book/qmake-advanced.leaf | 401 + .../qt4/qmake/book/qmake-commandreference.leaf | 2156 +++ tqtinterface/qt4/qmake/book/qmake-concepts.leaf | 187 + tqtinterface/qt4/qmake/book/qmake-install.leaf | 52 + tqtinterface/qt4/qmake/book/qmake-manual.book | 12 + tqtinterface/qt4/qmake/book/qmake-pch.leaf | 136 + tqtinterface/qt4/qmake/book/qmake-preface.leaf | 18 + tqtinterface/qt4/qmake/book/qmake-quick.leaf | 114 + tqtinterface/qt4/qmake/book/qmake-tutorial.leaf | 239 + .../qt4/qmake/examples/precompile/main.cpp | 18 + .../qt4/qmake/examples/precompile/mydialog.ui | 32 + .../qt4/qmake/examples/precompile/myobject.cpp | 14 + .../qt4/qmake/examples/precompile/myobject.h | 8 + .../qt4/qmake/examples/precompile/precompile.pro | 19 + .../qt4/qmake/examples/precompile/stable.h | 10 + .../qt4/qmake/examples/precompile/util.cpp | 7 + tqtinterface/qt4/qmake/examples/tutorial/hello.cpp | 7 + tqtinterface/qt4/qmake/examples/tutorial/hello.h | 7 + .../qt4/qmake/examples/tutorial/hellounix.cpp | 2 + .../qt4/qmake/examples/tutorial/hellowin.cpp | 2 + tqtinterface/qt4/qmake/examples/tutorial/main.cpp | 14 + .../qt4/qmake/generators/mac/metrowerks_xml.cpp | 822 + .../qt4/qmake/generators/mac/metrowerks_xml.h | 71 + .../qt4/qmake/generators/mac/pbuilder_pbx.cpp | 1428 ++ .../qt4/qmake/generators/mac/pbuilder_pbx.h | 75 + tqtinterface/qt4/qmake/generators/makefile.cpp | 2503 +++ tqtinterface/qt4/qmake/generators/makefile.h | 193 + .../qt4/qmake/generators/projectgenerator.cpp | 491 + .../qt4/qmake/generators/projectgenerator.h | 62 + .../qt4/qmake/generators/unix/unixmake.cpp | 901 + tqtinterface/qt4/qmake/generators/unix/unixmake.h | 89 + .../qt4/qmake/generators/unix/unixmake2.cpp | 1703 ++ .../qt4/qmake/generators/win32/borland_bmake.cpp | 664 + .../qt4/qmake/generators/win32/borland_bmake.h | 60 + .../qt4/qmake/generators/win32/mingw_make.cpp | 717 + .../qt4/qmake/generators/win32/mingw_make.h | 64 + .../qt4/qmake/generators/win32/msvc_dsp.cpp | 1145 ++ tqtinterface/qt4/qmake/generators/win32/msvc_dsp.h | 79 + .../qt4/qmake/generators/win32/msvc_nmake.cpp | 792 + .../qt4/qmake/generators/win32/msvc_nmake.h | 67 + .../qmake/generators/win32/msvc_objectmodel.cpp | 2226 +++ .../qt4/qmake/generators/win32/msvc_objectmodel.h | 801 + .../qt4/qmake/generators/win32/msvc_vcproj.cpp | 1541 ++ .../qt4/qmake/generators/win32/msvc_vcproj.h | 122 + .../qt4/qmake/generators/win32/winmakefile.cpp | 487 + .../qt4/qmake/generators/win32/winmakefile.h | 75 + tqtinterface/qt4/qmake/main.cpp | 195 + tqtinterface/qt4/qmake/meta.cpp | 195 + tqtinterface/qt4/qmake/meta.h | 96 + tqtinterface/qt4/qmake/option.cpp | 548 + tqtinterface/qt4/qmake/option.h | 137 + tqtinterface/qt4/qmake/project.cpp | 1399 ++ tqtinterface/qt4/qmake/project.h | 124 + tqtinterface/qt4/qmake/property.cpp | 189 + tqtinterface/qt4/qmake/property.h | 63 + tqtinterface/qt4/qmake/tqtmd5.cpp | 324 + tqtinterface/qt4/qmake/tqtmd5.h | 13 + tqtinterface/qt4/src/.obj/README | 1 + tqtinterface/qt4/src/.tmp/README | 1 + tqtinterface/qt4/src/3rdparty/README | 17 + tqtinterface/qt4/src/3rdparty/libjpeg/README | 385 + tqtinterface/qt4/src/3rdparty/libjpeg/change.log | 217 + .../qt4/src/3rdparty/libjpeg/coderules.doc | 118 + tqtinterface/qt4/src/3rdparty/libjpeg/filelist.doc | 210 + tqtinterface/qt4/src/3rdparty/libjpeg/install.doc | 1063 ++ tqtinterface/qt4/src/3rdparty/libjpeg/jcapimin.c | 280 + tqtinterface/qt4/src/3rdparty/libjpeg/jcapistd.c | 161 + tqtinterface/qt4/src/3rdparty/libjpeg/jccoefct.c | 449 + tqtinterface/qt4/src/3rdparty/libjpeg/jccolor.c | 459 + tqtinterface/qt4/src/3rdparty/libjpeg/jcdctmgr.c | 387 + tqtinterface/qt4/src/3rdparty/libjpeg/jchuff.c | 909 + tqtinterface/qt4/src/3rdparty/libjpeg/jchuff.h | 47 + tqtinterface/qt4/src/3rdparty/libjpeg/jcinit.c | 72 + tqtinterface/qt4/src/3rdparty/libjpeg/jcmainct.c | 293 + tqtinterface/qt4/src/3rdparty/libjpeg/jcmarker.c | 664 + tqtinterface/qt4/src/3rdparty/libjpeg/jcmaster.c | 590 + tqtinterface/qt4/src/3rdparty/libjpeg/jcomapi.c | 106 + tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.bcc | 48 + tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.cfg | 44 + tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.dj | 38 + tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.doc | 155 + tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.h | 47 + tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.mac | 43 + tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.manx | 43 + tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.mc6 | 52 + tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.sas | 43 + tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.st | 42 + tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.vc | 45 + tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.vms | 37 + tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.wat | 38 + tqtinterface/qt4/src/3rdparty/libjpeg/jcparam.c | 610 + tqtinterface/qt4/src/3rdparty/libjpeg/jcphuff.c | 833 + tqtinterface/qt4/src/3rdparty/libjpeg/jcprepct.c | 354 + tqtinterface/qt4/src/3rdparty/libjpeg/jcsample.c | 519 + tqtinterface/qt4/src/3rdparty/libjpeg/jctrans.c | 388 + tqtinterface/qt4/src/3rdparty/libjpeg/jdapimin.c | 395 + tqtinterface/qt4/src/3rdparty/libjpeg/jdapistd.c | 275 + tqtinterface/qt4/src/3rdparty/libjpeg/jdatadst.c | 151 + tqtinterface/qt4/src/3rdparty/libjpeg/jdatasrc.c | 212 + tqtinterface/qt4/src/3rdparty/libjpeg/jdcoefct.c | 736 + tqtinterface/qt4/src/3rdparty/libjpeg/jdcolor.c | 396 + tqtinterface/qt4/src/3rdparty/libjpeg/jdct.h | 176 + tqtinterface/qt4/src/3rdparty/libjpeg/jddctmgr.c | 269 + tqtinterface/qt4/src/3rdparty/libjpeg/jdhuff.c | 651 + tqtinterface/qt4/src/3rdparty/libjpeg/jdhuff.h | 201 + tqtinterface/qt4/src/3rdparty/libjpeg/jdinput.c | 381 + tqtinterface/qt4/src/3rdparty/libjpeg/jdmainct.c | 512 + tqtinterface/qt4/src/3rdparty/libjpeg/jdmarker.c | 1360 ++ tqtinterface/qt4/src/3rdparty/libjpeg/jdmaster.c | 557 + tqtinterface/qt4/src/3rdparty/libjpeg/jdmerge.c | 400 + tqtinterface/qt4/src/3rdparty/libjpeg/jdphuff.c | 668 + tqtinterface/qt4/src/3rdparty/libjpeg/jdpostct.c | 290 + tqtinterface/qt4/src/3rdparty/libjpeg/jdsample.c | 478 + tqtinterface/qt4/src/3rdparty/libjpeg/jdtrans.c | 143 + tqtinterface/qt4/src/3rdparty/libjpeg/jerror.c | 252 + tqtinterface/qt4/src/3rdparty/libjpeg/jerror.h | 291 + tqtinterface/qt4/src/3rdparty/libjpeg/jfdctflt.c | 168 + tqtinterface/qt4/src/3rdparty/libjpeg/jfdctfst.c | 224 + tqtinterface/qt4/src/3rdparty/libjpeg/jfdctint.c | 283 + tqtinterface/qt4/src/3rdparty/libjpeg/jidctflt.c | 242 + tqtinterface/qt4/src/3rdparty/libjpeg/jidctfst.c | 368 + tqtinterface/qt4/src/3rdparty/libjpeg/jidctint.c | 389 + tqtinterface/qt4/src/3rdparty/libjpeg/jidctred.c | 398 + tqtinterface/qt4/src/3rdparty/libjpeg/jinclude.h | 91 + tqtinterface/qt4/src/3rdparty/libjpeg/jmemmgr.c | 1118 ++ tqtinterface/qt4/src/3rdparty/libjpeg/jmemnobs.c | 109 + tqtinterface/qt4/src/3rdparty/libjpeg/jmemsys.h | 198 + tqtinterface/qt4/src/3rdparty/libjpeg/jmorecfg.h | 363 + tqtinterface/qt4/src/3rdparty/libjpeg/jpegint.h | 392 + tqtinterface/qt4/src/3rdparty/libjpeg/jpeglib.h | 1096 ++ tqtinterface/qt4/src/3rdparty/libjpeg/jquant1.c | 856 + tqtinterface/qt4/src/3rdparty/libjpeg/jquant2.c | 1310 ++ tqtinterface/qt4/src/3rdparty/libjpeg/jutils.c | 179 + tqtinterface/qt4/src/3rdparty/libjpeg/jversion.h | 14 + tqtinterface/qt4/src/3rdparty/libjpeg/libjpeg.doc | 3006 ++++ .../qt4/src/3rdparty/libjpeg/makefile.ansi | 214 + tqtinterface/qt4/src/3rdparty/libjpeg/makefile.bcc | 285 + tqtinterface/qt4/src/3rdparty/libjpeg/makefile.cfg | 319 + tqtinterface/qt4/src/3rdparty/libjpeg/makefile.dj | 220 + .../qt4/src/3rdparty/libjpeg/makefile.manx | 214 + tqtinterface/qt4/src/3rdparty/libjpeg/makefile.mc6 | 249 + tqtinterface/qt4/src/3rdparty/libjpeg/makefile.mms | 218 + tqtinterface/qt4/src/3rdparty/libjpeg/makefile.sas | 252 + .../qt4/src/3rdparty/libjpeg/makefile.unix | 228 + tqtinterface/qt4/src/3rdparty/libjpeg/makefile.vc | 210 + tqtinterface/qt4/src/3rdparty/libjpeg/makefile.vms | 142 + tqtinterface/qt4/src/3rdparty/libjpeg/makefile.wat | 233 + .../qt4/src/3rdparty/libjpeg/structure.doc | 948 ++ tqtinterface/qt4/src/3rdparty/libjpeg/usage.doc | 562 + tqtinterface/qt4/src/3rdparty/libjpeg/wizard.doc | 211 + tqtinterface/qt4/src/3rdparty/libmng/Changes | 867 + tqtinterface/qt4/src/3rdparty/libmng/LICENSE | 56 + tqtinterface/qt4/src/3rdparty/libmng/Makefile.am | 27 + tqtinterface/qt4/src/3rdparty/libmng/Makefile.in | 403 + tqtinterface/qt4/src/3rdparty/libmng/README | 25 + .../qt4/src/3rdparty/libmng/README.autoconf | 195 + tqtinterface/qt4/src/3rdparty/libmng/README.config | 104 + .../qt4/src/3rdparty/libmng/README.contrib | 79 + tqtinterface/qt4/src/3rdparty/libmng/README.dll | 41 + .../qt4/src/3rdparty/libmng/README.examples | 43 + .../qt4/src/3rdparty/libmng/README.packaging | 24 + tqtinterface/qt4/src/3rdparty/libmng/acinclude.m4 | 74 + tqtinterface/qt4/src/3rdparty/libmng/aclocal.m4 | 3806 +++++ tqtinterface/qt4/src/3rdparty/libmng/autogen.sh | 34 + tqtinterface/qt4/src/3rdparty/libmng/config.guess | 1317 ++ tqtinterface/qt4/src/3rdparty/libmng/config.sub | 1411 ++ tqtinterface/qt4/src/3rdparty/libmng/configure | 6901 ++++++++ tqtinterface/qt4/src/3rdparty/libmng/configure.in | 177 + tqtinterface/qt4/src/3rdparty/libmng/doc/Plan1.png | Bin 0 -> 9058 bytes tqtinterface/qt4/src/3rdparty/libmng/doc/Plan2.png | Bin 0 -> 8849 bytes .../qt4/src/3rdparty/libmng/doc/doc.readme | 19 + .../qt4/src/3rdparty/libmng/doc/libmng.txt | 1107 ++ tqtinterface/qt4/src/3rdparty/libmng/doc/man/jng.5 | 37 + .../qt4/src/3rdparty/libmng/doc/man/libmng.3 | 1147 ++ tqtinterface/qt4/src/3rdparty/libmng/doc/man/mng.5 | 42 + .../libmng/doc/rpm/libmng-1.0.4-rhconf.patch | 38 + .../qt4/src/3rdparty/libmng/doc/rpm/libmng.spec | 97 + tqtinterface/qt4/src/3rdparty/libmng/install-sh | 251 + tqtinterface/qt4/src/3rdparty/libmng/libmng.h | 2515 +++ .../qt4/src/3rdparty/libmng/libmng_callback_xs.c | 1147 ++ .../qt4/src/3rdparty/libmng/libmng_chunk_io.c | 8817 ++++++++++ .../qt4/src/3rdparty/libmng/libmng_chunk_io.h | 295 + .../qt4/src/3rdparty/libmng/libmng_chunk_prc.c | 2102 +++ .../qt4/src/3rdparty/libmng/libmng_chunk_prc.h | 168 + .../qt4/src/3rdparty/libmng/libmng_chunk_xs.c | 5119 ++++++ .../qt4/src/3rdparty/libmng/libmng_chunks.h | 759 + tqtinterface/qt4/src/3rdparty/libmng/libmng_cms.c | 928 ++ tqtinterface/qt4/src/3rdparty/libmng/libmng_cms.h | 80 + tqtinterface/qt4/src/3rdparty/libmng/libmng_conf.h | 224 + tqtinterface/qt4/src/3rdparty/libmng/libmng_data.h | 768 + .../qt4/src/3rdparty/libmng/libmng_display.c | 4699 ++++++ .../qt4/src/3rdparty/libmng/libmng_display.h | 195 + .../qt4/src/3rdparty/libmng/libmng_dither.c | 54 + .../qt4/src/3rdparty/libmng/libmng_dither.h | 44 + .../qt4/src/3rdparty/libmng/libmng_error.c | 271 + .../qt4/src/3rdparty/libmng/libmng_error.h | 109 + .../qt4/src/3rdparty/libmng/libmng_filter.c | 890 + .../qt4/src/3rdparty/libmng/libmng_filter.h | 71 + .../qt4/src/3rdparty/libmng/libmng_hlapi.c | 1814 ++ tqtinterface/qt4/src/3rdparty/libmng/libmng_jpeg.c | 1066 ++ tqtinterface/qt4/src/3rdparty/libmng/libmng_jpeg.h | 59 + .../qt4/src/3rdparty/libmng/libmng_memory.h | 66 + .../qt4/src/3rdparty/libmng/libmng_object_prc.c | 3828 +++++ .../qt4/src/3rdparty/libmng/libmng_object_prc.h | 432 + .../qt4/src/3rdparty/libmng/libmng_objects.h | 509 + .../qt4/src/3rdparty/libmng/libmng_pixels.c | 10845 ++++++++++++ .../qt4/src/3rdparty/libmng/libmng_pixels.h | 570 + .../qt4/src/3rdparty/libmng/libmng_prop_xs.c | 2357 +++ tqtinterface/qt4/src/3rdparty/libmng/libmng_read.c | 696 + tqtinterface/qt4/src/3rdparty/libmng/libmng_read.h | 45 + .../qt4/src/3rdparty/libmng/libmng_trace.c | 1174 ++ .../qt4/src/3rdparty/libmng/libmng_trace.h | 1215 ++ .../qt4/src/3rdparty/libmng/libmng_types.h | 497 + .../qt4/src/3rdparty/libmng/libmng_write.c | 139 + .../qt4/src/3rdparty/libmng/libmng_write.h | 43 + tqtinterface/qt4/src/3rdparty/libmng/libmng_zlib.c | 451 + tqtinterface/qt4/src/3rdparty/libmng/libmng_zlib.h | 62 + tqtinterface/qt4/src/3rdparty/libmng/ltmain.sh | 4988 ++++++ .../qt4/src/3rdparty/libmng/makefiles/Makefile.am | 27 + .../qt4/src/3rdparty/libmng/makefiles/README | 25 + .../qt4/src/3rdparty/libmng/makefiles/acinclude.m4 | 74 + .../qt4/src/3rdparty/libmng/makefiles/configure.in | 177 + .../src/3rdparty/libmng/makefiles/makefile.bcb3 | 105 + .../qt4/src/3rdparty/libmng/makefiles/makefile.dj | 151 + .../src/3rdparty/libmng/makefiles/makefile.linux | 176 + .../src/3rdparty/libmng/makefiles/makefile.mingw | 160 + .../src/3rdparty/libmng/makefiles/makefile.unix | 66 + .../src/3rdparty/libmng/makefiles/makefile.vcwin32 | 96 + tqtinterface/qt4/src/3rdparty/libmng/missing | 198 + tqtinterface/qt4/src/3rdparty/libmng/mkinstalldirs | 40 + tqtinterface/qt4/src/3rdparty/libpng/ANNOUNCE | 29 + tqtinterface/qt4/src/3rdparty/libpng/CHANGES | 1184 ++ tqtinterface/qt4/src/3rdparty/libpng/INSTALL | 151 + tqtinterface/qt4/src/3rdparty/libpng/KNOWNBUG | 11 + tqtinterface/qt4/src/3rdparty/libpng/LICENSE | 102 + tqtinterface/qt4/src/3rdparty/libpng/README | 269 + .../qt4/src/3rdparty/libpng/README.trolltech | 15 + tqtinterface/qt4/src/3rdparty/libpng/TODO | 24 + tqtinterface/qt4/src/3rdparty/libpng/Y2KINFO | 55 + tqtinterface/qt4/src/3rdparty/libpng/configure | 6 + tqtinterface/qt4/src/3rdparty/libpng/example.c | 804 + tqtinterface/qt4/src/3rdparty/libpng/libpng.3 | 3958 +++++ tqtinterface/qt4/src/3rdparty/libpng/libpng.txt | 2905 ++++ tqtinterface/qt4/src/3rdparty/libpng/libpngpf.3 | 552 + tqtinterface/qt4/src/3rdparty/libpng/png.5 | 60 + tqtinterface/qt4/src/3rdparty/libpng/png.c | 805 + tqtinterface/qt4/src/3rdparty/libpng/png.h | 3289 ++++ tqtinterface/qt4/src/3rdparty/libpng/pngasmrd.h | 11 + tqtinterface/qt4/src/3rdparty/libpng/pngbar.jpg | Bin 0 -> 2498 bytes tqtinterface/qt4/src/3rdparty/libpng/pngbar.png | Bin 0 -> 2443 bytes tqtinterface/qt4/src/3rdparty/libpng/pngconf.h | 1364 ++ tqtinterface/qt4/src/3rdparty/libpng/pngerror.c | 301 + tqtinterface/qt4/src/3rdparty/libpng/pnggccrd.c | 5397 ++++++ tqtinterface/qt4/src/3rdparty/libpng/pngget.c | 927 ++ tqtinterface/qt4/src/3rdparty/libpng/pngmem.c | 566 + tqtinterface/qt4/src/3rdparty/libpng/pngnow.png | Bin 0 -> 2062 bytes tqtinterface/qt4/src/3rdparty/libpng/pngpread.c | 1547 ++ tqtinterface/qt4/src/3rdparty/libpng/pngread.c | 1418 ++ tqtinterface/qt4/src/3rdparty/libpng/pngrio.c | 161 + tqtinterface/qt4/src/3rdparty/libpng/pngrtran.c | 4175 +++++ tqtinterface/qt4/src/3rdparty/libpng/pngrutil.c | 3119 ++++ tqtinterface/qt4/src/3rdparty/libpng/pngset.c | 1162 ++ tqtinterface/qt4/src/3rdparty/libpng/pngtest.c | 1541 ++ tqtinterface/qt4/src/3rdparty/libpng/pngtest.png | Bin 0 -> 5269 bytes tqtinterface/qt4/src/3rdparty/libpng/pngtrans.c | 640 + tqtinterface/qt4/src/3rdparty/libpng/pngvcrd.c | 3845 +++++ tqtinterface/qt4/src/3rdparty/libpng/pngwio.c | 228 + tqtinterface/qt4/src/3rdparty/libpng/pngwrite.c | 1450 ++ tqtinterface/qt4/src/3rdparty/libpng/pngwtran.c | 563 + tqtinterface/qt4/src/3rdparty/libpng/pngwutil.c | 2694 +++ .../3rdparty/libpng/projects/beos/x86-shared.proj | Bin 0 -> 17031 bytes .../3rdparty/libpng/projects/beos/x86-shared.txt | 22 + .../3rdparty/libpng/projects/beos/x86-static.proj | Bin 0 -> 16706 bytes .../3rdparty/libpng/projects/beos/x86-static.txt | 22 + .../3rdparty/libpng/projects/borland/libpng.bpf | 22 + .../3rdparty/libpng/projects/borland/libpng.bpg | 25 + .../3rdparty/libpng/projects/borland/libpng.bpr | 157 + .../3rdparty/libpng/projects/borland/libpng.cpp | 29 + .../libpng/projects/borland/libpng.readme.txt | 19 + .../libpng/projects/borland/libpngstat.bpf | 22 + .../libpng/projects/borland/libpngstat.bpr | 109 + .../libpng/projects/borland/zlib+libpng.bpg | 33 + .../src/3rdparty/libpng/projects/borland/zlib.bpf | 20 + .../src/3rdparty/libpng/projects/borland/zlib.bpg | 25 + .../src/3rdparty/libpng/projects/borland/zlib.bpr | 147 + .../src/3rdparty/libpng/projects/borland/zlib.cpp | 30 + .../3rdparty/libpng/projects/borland/zlibstat.bpf | 20 + .../3rdparty/libpng/projects/borland/zlibstat.bpr | 131 + .../src/3rdparty/libpng/projects/msvc/README.txt | 57 + .../src/3rdparty/libpng/projects/msvc/libpng.dsp | 439 + .../src/3rdparty/libpng/projects/msvc/libpng.dsw | 44 + .../qt4/src/3rdparty/libpng/projects/msvc/png.rc | 100 + .../src/3rdparty/libpng/projects/msvc/png32ms.def | 220 + .../qt4/src/3rdparty/libpng/projects/msvc/zlib.def | 45 + .../qt4/src/3rdparty/libpng/projects/msvc/zlib.dsp | 441 + .../qt4/src/3rdparty/libpng/projects/netware.txt | 6 + .../qt4/src/3rdparty/libpng/projects/wince.txt | 6 + .../qt4/src/3rdparty/libpng/scripts/SCOPTIONS.ppc | 7 + .../qt4/src/3rdparty/libpng/scripts/descrip.mms | 52 + .../3rdparty/libpng/scripts/libpng-config-body.in | 96 + .../3rdparty/libpng/scripts/libpng-config-head.in | 21 + .../qt4/src/3rdparty/libpng/scripts/libpng.icc | 44 + .../qt4/src/3rdparty/libpng/scripts/libpng.pc.in | 11 + .../src/3rdparty/libpng/scripts/makefile.32sunu | 224 + .../src/3rdparty/libpng/scripts/makefile.64sunu | 224 + .../qt4/src/3rdparty/libpng/scripts/makefile.acorn | 51 + .../qt4/src/3rdparty/libpng/scripts/makefile.aix | 104 + .../qt4/src/3rdparty/libpng/scripts/makefile.amiga | 48 + .../qt4/src/3rdparty/libpng/scripts/makefile.atari | 51 + .../qt4/src/3rdparty/libpng/scripts/makefile.bc32 | 151 + .../qt4/src/3rdparty/libpng/scripts/makefile.bd32 | 76 + .../qt4/src/3rdparty/libpng/scripts/makefile.beos | 199 + .../qt4/src/3rdparty/libpng/scripts/makefile.bor | 162 + .../src/3rdparty/libpng/scripts/makefile.cygwin | 305 + .../src/3rdparty/libpng/scripts/makefile.darwin | 205 + .../qt4/src/3rdparty/libpng/scripts/makefile.dec | 185 + .../qt4/src/3rdparty/libpng/scripts/makefile.dj2 | 55 + .../src/3rdparty/libpng/scripts/makefile.freebsd | 48 + .../qt4/src/3rdparty/libpng/scripts/makefile.gcc | 66 + .../qt4/src/3rdparty/libpng/scripts/makefile.gcmmx | 249 + .../qt4/src/3rdparty/libpng/scripts/makefile.hpgcc | 217 + .../qt4/src/3rdparty/libpng/scripts/makefile.hpux | 202 + .../qt4/src/3rdparty/libpng/scripts/makefile.ibmc | 71 + .../qt4/src/3rdparty/libpng/scripts/makefile.intel | 114 + .../qt4/src/3rdparty/libpng/scripts/makefile.knr | 99 + .../qt4/src/3rdparty/libpng/scripts/makefile.linux | 223 + .../src/3rdparty/libpng/scripts/makefile.macosx | 197 + .../qt4/src/3rdparty/libpng/scripts/makefile.mips | 83 + .../qt4/src/3rdparty/libpng/scripts/makefile.msc | 86 + .../src/3rdparty/libpng/scripts/makefile.ne10bsd | 44 + .../src/3rdparty/libpng/scripts/makefile.ne12bsd | 44 + .../src/3rdparty/libpng/scripts/makefile.netbsd | 44 + .../src/3rdparty/libpng/scripts/makefile.openbsd | 72 + .../qt4/src/3rdparty/libpng/scripts/makefile.os2 | 69 + .../qt4/src/3rdparty/libpng/scripts/makefile.sco | 201 + .../qt4/src/3rdparty/libpng/scripts/makefile.sggcc | 211 + .../qt4/src/3rdparty/libpng/scripts/makefile.sgi | 217 + .../qt4/src/3rdparty/libpng/scripts/makefile.so9 | 223 + .../src/3rdparty/libpng/scripts/makefile.solaris | 220 + .../qt4/src/3rdparty/libpng/scripts/makefile.std | 89 + .../qt4/src/3rdparty/libpng/scripts/makefile.sunos | 93 + .../qt4/src/3rdparty/libpng/scripts/makefile.tc3 | 89 + .../src/3rdparty/libpng/scripts/makefile.vcawin32 | 94 + .../src/3rdparty/libpng/scripts/makefile.vcwin32 | 87 + .../src/3rdparty/libpng/scripts/makefile.watcom | 109 + .../qt4/src/3rdparty/libpng/scripts/makevms.com | 144 + .../qt4/src/3rdparty/libpng/scripts/pngdef.pas | 795 + .../qt4/src/3rdparty/libpng/scripts/pngos2.def | 241 + .../qt4/src/3rdparty/libpng/scripts/smakefile.ppc | 30 + .../qt4/src/3rdparty/opentype/FT-license.txt | 28 + tqtinterface/qt4/src/3rdparty/opentype/FTL.TXT | 174 + tqtinterface/qt4/src/3rdparty/opentype/README | 17 + tqtinterface/qt4/src/3rdparty/opentype/ftglue.c | 349 + tqtinterface/qt4/src/3rdparty/opentype/ftglue.h | 162 + tqtinterface/qt4/src/3rdparty/opentype/ftxgdef.c | 1224 ++ tqtinterface/qt4/src/3rdparty/opentype/ftxgdef.h | 224 + tqtinterface/qt4/src/3rdparty/opentype/ftxgpos.c | 6196 +++++++ tqtinterface/qt4/src/3rdparty/opentype/ftxgpos.h | 838 + tqtinterface/qt4/src/3rdparty/opentype/ftxgsub.c | 4156 +++++ tqtinterface/qt4/src/3rdparty/opentype/ftxgsub.h | 575 + tqtinterface/qt4/src/3rdparty/opentype/ftxopen.c | 1541 ++ tqtinterface/qt4/src/3rdparty/opentype/ftxopen.h | 317 + tqtinterface/qt4/src/3rdparty/opentype/ftxopenf.h | 163 + .../qt4/src/3rdparty/opentype/ftxopentype.c | 14 + tqtinterface/qt4/src/3rdparty/opentype/otlbuffer.c | 235 + tqtinterface/qt4/src/3rdparty/opentype/otlbuffer.h | 129 + tqtinterface/qt4/src/3rdparty/sqlite/attach.c | 308 + tqtinterface/qt4/src/3rdparty/sqlite/auth.c | 219 + tqtinterface/qt4/src/3rdparty/sqlite/btree.c | 3579 ++++ tqtinterface/qt4/src/3rdparty/sqlite/btree.h | 156 + tqtinterface/qt4/src/3rdparty/sqlite/btree_rb.c | 1488 ++ tqtinterface/qt4/src/3rdparty/sqlite/build.c | 2157 +++ tqtinterface/qt4/src/3rdparty/sqlite/config.h | 23 + tqtinterface/qt4/src/3rdparty/sqlite/copy.c | 110 + tqtinterface/qt4/src/3rdparty/sqlite/date.c | 873 + tqtinterface/qt4/src/3rdparty/sqlite/delete.c | 393 + tqtinterface/qt4/src/3rdparty/sqlite/expr.c | 1656 ++ tqtinterface/qt4/src/3rdparty/sqlite/func.c | 646 + tqtinterface/qt4/src/3rdparty/sqlite/hash.c | 356 + tqtinterface/qt4/src/3rdparty/sqlite/hash.h | 109 + tqtinterface/qt4/src/3rdparty/sqlite/insert.c | 919 + tqtinterface/qt4/src/3rdparty/sqlite/main.c | 1136 ++ tqtinterface/qt4/src/3rdparty/sqlite/opcodes.c | 138 + tqtinterface/qt4/src/3rdparty/sqlite/opcodes.h | 136 + tqtinterface/qt4/src/3rdparty/sqlite/os.c | 1818 ++ tqtinterface/qt4/src/3rdparty/sqlite/os.h | 192 + tqtinterface/qt4/src/3rdparty/sqlite/pager.c | 2220 +++ tqtinterface/qt4/src/3rdparty/sqlite/pager.h | 107 + tqtinterface/qt4/src/3rdparty/sqlite/parse.c | 4035 +++++ tqtinterface/qt4/src/3rdparty/sqlite/parse.h | 130 + tqtinterface/qt4/src/3rdparty/sqlite/pragma.c | 699 + tqtinterface/qt4/src/3rdparty/sqlite/printf.c | 855 + tqtinterface/qt4/src/3rdparty/sqlite/random.c | 97 + tqtinterface/qt4/src/3rdparty/sqlite/select.c | 2404 +++ tqtinterface/qt4/src/3rdparty/sqlite/shell.c | 1350 ++ tqtinterface/qt4/src/3rdparty/sqlite/sqlite.h | 834 + tqtinterface/qt4/src/3rdparty/sqlite/sqliteInt.h | 1266 ++ tqtinterface/qt4/src/3rdparty/sqlite/table.c | 203 + tqtinterface/qt4/src/3rdparty/sqlite/tokenize.c | 679 + tqtinterface/qt4/src/3rdparty/sqlite/trigger.c | 764 + .../qt4/src/3rdparty/sqlite/trolltech.patch | 39 + tqtinterface/qt4/src/3rdparty/sqlite/update.c | 452 + tqtinterface/qt4/src/3rdparty/sqlite/util.c | 1135 ++ tqtinterface/qt4/src/3rdparty/sqlite/vacuum.c | 320 + tqtinterface/qt4/src/3rdparty/sqlite/vdbe.c | 4885 ++++++ tqtinterface/qt4/src/3rdparty/sqlite/vdbe.h | 112 + tqtinterface/qt4/src/3rdparty/sqlite/vdbeInt.h | 303 + tqtinterface/qt4/src/3rdparty/sqlite/vdbeaux.c | 1061 ++ tqtinterface/qt4/src/3rdparty/sqlite/where.c | 1204 ++ tqtinterface/qt4/src/3rdparty/zlib/ChangeLog | 764 + tqtinterface/qt4/src/3rdparty/zlib/FAQ | 337 + tqtinterface/qt4/src/3rdparty/zlib/INDEX | 51 + tqtinterface/qt4/src/3rdparty/zlib/Makefile.in | 154 + tqtinterface/qt4/src/3rdparty/zlib/README | 126 + tqtinterface/qt4/src/3rdparty/zlib/adler32.c | 74 + tqtinterface/qt4/src/3rdparty/zlib/algorithm.txt | 209 + tqtinterface/qt4/src/3rdparty/zlib/compress.c | 79 + tqtinterface/qt4/src/3rdparty/zlib/configure | 443 + tqtinterface/qt4/src/3rdparty/zlib/crc32.c | 333 + tqtinterface/qt4/src/3rdparty/zlib/crc32.h | 441 + tqtinterface/qt4/src/3rdparty/zlib/deflate.c | 1502 ++ tqtinterface/qt4/src/3rdparty/zlib/deflate.h | 325 + tqtinterface/qt4/src/3rdparty/zlib/example.c | 567 + tqtinterface/qt4/src/3rdparty/zlib/gzio.c | 1009 ++ tqtinterface/qt4/src/3rdparty/zlib/infback.c | 622 + tqtinterface/qt4/src/3rdparty/zlib/inffast.c | 305 + tqtinterface/qt4/src/3rdparty/zlib/inffast.h | 11 + tqtinterface/qt4/src/3rdparty/zlib/inffixed.h | 94 + tqtinterface/qt4/src/3rdparty/zlib/inflate.c | 1274 ++ tqtinterface/qt4/src/3rdparty/zlib/inflate.h | 117 + tqtinterface/qt4/src/3rdparty/zlib/inftrees.c | 328 + tqtinterface/qt4/src/3rdparty/zlib/inftrees.h | 55 + tqtinterface/qt4/src/3rdparty/zlib/minigzip.c | 322 + .../qt4/src/3rdparty/zlib/projects/README.projects | 38 + .../src/3rdparty/zlib/projects/visualc6/README.txt | 38 + .../3rdparty/zlib/projects/visualc6/example.dsp | 278 + .../3rdparty/zlib/projects/visualc6/minigzip.dsp | 278 + .../src/3rdparty/zlib/projects/visualc6/zlib.dsp | 609 + .../src/3rdparty/zlib/projects/visualc6/zlib.dsw | 59 + tqtinterface/qt4/src/3rdparty/zlib/trees.c | 1215 ++ tqtinterface/qt4/src/3rdparty/zlib/trees.h | 128 + tqtinterface/qt4/src/3rdparty/zlib/uncompr.c | 61 + .../qt4/src/3rdparty/zlib/win32/DLL_FAQ.txt | 370 + .../qt4/src/3rdparty/zlib/win32/Makefile.bor | 107 + .../qt4/src/3rdparty/zlib/win32/Makefile.emx | 69 + .../qt4/src/3rdparty/zlib/win32/Makefile.gcc | 141 + .../qt4/src/3rdparty/zlib/win32/Makefile.msc | 126 + .../qt4/src/3rdparty/zlib/win32/VisualC.txt | 3 + tqtinterface/qt4/src/3rdparty/zlib/win32/zlib.def | 60 + tqtinterface/qt4/src/3rdparty/zlib/win32/zlib1.rc | 39 + tqtinterface/qt4/src/3rdparty/zlib/zconf.h | 326 + tqtinterface/qt4/src/3rdparty/zlib/zconf.in.h | 326 + tqtinterface/qt4/src/3rdparty/zlib/zlib.3 | 159 + tqtinterface/qt4/src/3rdparty/zlib/zlib.h | 1213 ++ tqtinterface/qt4/src/3rdparty/zlib/zutil.c | 319 + tqtinterface/qt4/src/3rdparty/zlib/zutil.h | 263 + tqtinterface/qt4/src/attic/README | 6 + tqtinterface/qt4/src/attic/qtmultilineedit.cpp | 4236 +++++ tqtinterface/qt4/src/attic/qtmultilineedit.h | 363 + tqtinterface/qt4/src/attic/qttableview.cpp | 2272 +++ tqtinterface/qt4/src/attic/qttableview.h | 250 + tqtinterface/qt4/src/canvas/qt_canvas.pri | 6 + tqtinterface/qt4/src/canvas/tqcanvas.cpp | 5415 ++++++ tqtinterface/qt4/src/canvas/tqcanvas.h | 818 + tqtinterface/qt4/src/codecs/qt_codecs.pri | 48 + tqtinterface/qt4/src/codecs/tqbig5codec.cpp | 11766 +++++++++++++ tqtinterface/qt4/src/codecs/tqbig5codec.h | 89 + tqtinterface/qt4/src/codecs/tqeucjpcodec.cpp | 485 + tqtinterface/qt4/src/codecs/tqeucjpcodec.h | 111 + tqtinterface/qt4/src/codecs/tqeuckrcodec.cpp | 3486 ++++ tqtinterface/qt4/src/codecs/tqeuckrcodec.h | 100 + tqtinterface/qt4/src/codecs/tqfontcncodec.cpp | 328 + tqtinterface/qt4/src/codecs/tqfontcodecs_p.h | 384 + tqtinterface/qt4/src/codecs/tqfonthkcodec.cpp | 160 + tqtinterface/qt4/src/codecs/tqfontjpcodec.cpp | 223 + tqtinterface/qt4/src/codecs/tqfontkrcodec.cpp | 121 + tqtinterface/qt4/src/codecs/tqfontlaocodec.cpp | 152 + tqtinterface/qt4/src/codecs/tqfonttwcodec.cpp | 162 + tqtinterface/qt4/src/codecs/tqgb18030codec.cpp | 9381 +++++++++++ tqtinterface/qt4/src/codecs/tqgb18030codec.h | 115 + tqtinterface/qt4/src/codecs/tqgbkcodec.h | 47 + tqtinterface/qt4/src/codecs/tqisciicodec.cpp | 240 + tqtinterface/qt4/src/codecs/tqisciicodec_p.h | 33 + tqtinterface/qt4/src/codecs/tqjiscodec.cpp | 706 + tqtinterface/qt4/src/codecs/tqjiscodec.h | 111 + tqtinterface/qt4/src/codecs/tqjpunicode.cpp | 10743 ++++++++++++ tqtinterface/qt4/src/codecs/tqjpunicode.h | 179 + tqtinterface/qt4/src/codecs/tqrtlcodec.cpp | 617 + tqtinterface/qt4/src/codecs/tqrtlcodec.h | 67 + tqtinterface/qt4/src/codecs/tqsjiscodec.cpp | 382 + tqtinterface/qt4/src/codecs/tqsjiscodec.h | 111 + tqtinterface/qt4/src/codecs/tqtextcodec.cpp | 3122 ++++ tqtinterface/qt4/src/codecs/tqtextcodec.h | 134 + tqtinterface/qt4/src/codecs/tqtextcodecfactory.cpp | 131 + tqtinterface/qt4/src/codecs/tqtextcodecfactory.h | 59 + .../qt4/src/codecs/tqtextcodecinterface_p.h | 80 + tqtinterface/qt4/src/codecs/tqtextcodecplugin.cpp | 186 + tqtinterface/qt4/src/codecs/tqtextcodecplugin.h | 70 + tqtinterface/qt4/src/codecs/tqtsciicodec.cpp | 528 + tqtinterface/qt4/src/codecs/tqtsciicodec.h | 94 + tqtinterface/qt4/src/codecs/tqutfcodec.cpp | 350 + tqtinterface/qt4/src/codecs/tqutfcodec.h | 78 + tqtinterface/qt4/src/compat/tqapp.h | 25 + tqtinterface/qt4/src/compat/tqarray.h | 27 + tqtinterface/qt4/src/compat/tqbitarry.h | 25 + tqtinterface/qt4/src/compat/tqbttngrp.h | 25 + tqtinterface/qt4/src/compat/tqchkbox.h | 25 + tqtinterface/qt4/src/compat/tqclipbrd.h | 25 + tqtinterface/qt4/src/compat/tqcollect.h | 25 + tqtinterface/qt4/src/compat/tqcollection.h | 27 + tqtinterface/qt4/src/compat/tqcombo.h | 25 + tqtinterface/qt4/src/compat/tqconnect.h | 25 + tqtinterface/qt4/src/compat/tqdatetm.h | 25 + tqtinterface/qt4/src/compat/tqdrawutl.h | 25 + tqtinterface/qt4/src/compat/tqdstream.h | 25 + tqtinterface/qt4/src/compat/tqfiledef.h | 25 + tqtinterface/qt4/src/compat/tqfiledlg.h | 25 + tqtinterface/qt4/src/compat/tqfileinf.h | 25 + tqtinterface/qt4/src/compat/tqfontinf.h | 25 + tqtinterface/qt4/src/compat/tqfontmet.h | 25 + tqtinterface/qt4/src/compat/tqgrpbox.h | 25 + tqtinterface/qt4/src/compat/tqintcach.h | 25 + tqtinterface/qt4/src/compat/tqiodev.h | 25 + tqtinterface/qt4/src/compat/tqlcdnum.h | 25 + tqtinterface/qt4/src/compat/tqlined.h | 25 + tqtinterface/qt4/src/compat/tqlist.h | 27 + tqtinterface/qt4/src/compat/tqmenudta.h | 25 + tqtinterface/qt4/src/compat/tqmetaobj.h | 25 + tqtinterface/qt4/src/compat/tqmlined.h | 25 + tqtinterface/qt4/src/compat/tqmsgbox.h | 25 + tqtinterface/qt4/src/compat/tqmultilinedit.h | 25 + tqtinterface/qt4/src/compat/tqobjcoll.h | 26 + tqtinterface/qt4/src/compat/tqobjdefs.h | 25 + tqtinterface/qt4/src/compat/tqpaintd.h | 25 + tqtinterface/qt4/src/compat/tqpaintdc.h | 25 + tqtinterface/qt4/src/compat/tqpdevmet.h | 25 + tqtinterface/qt4/src/compat/tqpmcache.h | 25 + tqtinterface/qt4/src/compat/tqpntarry.h | 25 + tqtinterface/qt4/src/compat/tqpopmenu.h | 25 + tqtinterface/qt4/src/compat/tqprndlg.h | 25 + tqtinterface/qt4/src/compat/tqprogbar.h | 25 + tqtinterface/qt4/src/compat/tqprogdlg.h | 25 + tqtinterface/qt4/src/compat/tqpsprn.h | 25 + tqtinterface/qt4/src/compat/tqpushbt.h | 25 + tqtinterface/qt4/src/compat/tqqueue.h | 27 + tqtinterface/qt4/src/compat/tqradiobt.h | 25 + tqtinterface/qt4/src/compat/tqrangect.h | 25 + tqtinterface/qt4/src/compat/tqscrbar.h | 25 + tqtinterface/qt4/src/compat/tqsocknot.h | 25 + tqtinterface/qt4/src/compat/tqstack.h | 27 + tqtinterface/qt4/src/compat/tqtabdlg.h | 25 + tqtinterface/qt4/src/compat/tqtstream.h | 25 + tqtinterface/qt4/src/compat/tqvector.h | 27 + tqtinterface/qt4/src/compat/tqwidcoll.h | 26 + tqtinterface/qt4/src/compat/tqwindefs.h | 25 + tqtinterface/qt4/src/dialogs/qt_dialogs.pri | 33 + tqtinterface/qt4/src/dialogs/tqcolordialog.cpp | 1665 ++ tqtinterface/qt4/src/dialogs/tqcolordialog.h | 93 + tqtinterface/qt4/src/dialogs/tqdialog.cpp | 1183 ++ tqtinterface/qt4/src/dialogs/tqdialog.h | 142 + tqtinterface/qt4/src/dialogs/tqerrormessage.cpp | 270 + tqtinterface/qt4/src/dialogs/tqerrormessage.h | 90 + tqtinterface/qt4/src/dialogs/tqfiledialog.cpp | 6466 ++++++++ tqtinterface/qt4/src/dialogs/tqfiledialog.h | 350 + tqtinterface/qt4/src/dialogs/tqfontdialog.cpp | 831 + tqtinterface/qt4/src/dialogs/tqfontdialog.h | 113 + tqtinterface/qt4/src/dialogs/tqinputdialog.cpp | 532 + tqtinterface/qt4/src/dialogs/tqinputdialog.h | 108 + tqtinterface/qt4/src/dialogs/tqmessagebox.cpp | 2605 +++ tqtinterface/qt4/src/dialogs/tqmessagebox.h | 224 + tqtinterface/qt4/src/dialogs/tqprintdialog.cpp | 1672 ++ tqtinterface/qt4/src/dialogs/tqprintdialog.h | 104 + tqtinterface/qt4/src/dialogs/tqprogressdialog.cpp | 826 + tqtinterface/qt4/src/dialogs/tqprogressdialog.h | 142 + tqtinterface/qt4/src/dialogs/tqsemimodal.h | 67 + tqtinterface/qt4/src/dialogs/tqtabdialog.cpp | 1145 ++ tqtinterface/qt4/src/dialogs/tqtabdialog.h | 147 + tqtinterface/qt4/src/dialogs/tqwizard.cpp | 917 + tqtinterface/qt4/src/dialogs/tqwizard.h | 143 + tqtinterface/qt4/src/embedded/qt_embedded.pri | 192 + .../qt4/src/embedded/tqgfxdriverinterface_p.h | 74 + .../qt4/src/embedded/tqkbddriverinterface_p.h | 74 + .../qt4/src/embedded/tqmousedriverinterface_p.h | 74 + tqtinterface/qt4/src/iconview/qt_iconview.pri | 6 + tqtinterface/qt4/src/iconview/tqiconview.cpp | 6416 +++++++ tqtinterface/qt4/src/iconview/tqiconview.h | 516 + tqtinterface/qt4/src/kernel/makepsheader.pl | 93 + tqtinterface/qt4/src/kernel/qpsprinter.ps | 805 + tqtinterface/qt4/src/kernel/qt_compat.pri | 27 + tqtinterface/qt4/src/kernel/qt_gfx.pri | 155 + tqtinterface/qt4/src/kernel/qt_kernel.pri | 261 + tqtinterface/qt4/src/kernel/qt_x11.pri | 20 + tqtinterface/qt4/src/kernel/tq1xcompatibility.h | 49 + tqtinterface/qt4/src/kernel/tqabstractlayout.cpp | 2108 +++ tqtinterface/qt4/src/kernel/tqabstractlayout.h | 54 + tqtinterface/qt4/src/kernel/tqaccel.cpp | 2098 +++ tqtinterface/qt4/src/kernel/tqaccel.h | 238 + tqtinterface/qt4/src/kernel/tqaccessible.cpp | 719 + tqtinterface/qt4/src/kernel/tqaccessible.h | 295 + tqtinterface/qt4/src/kernel/tqapplication.cpp | 5499 ++++++ tqtinterface/qt4/src/kernel/tqapplication.cpp~ | 5499 ++++++ tqtinterface/qt4/src/kernel/tqapplication.h | 724 + tqtinterface/qt4/src/kernel/tqapplication.h~ | 724 + tqtinterface/qt4/src/kernel/tqapplication_p.h | 95 + tqtinterface/qt4/src/kernel/tqapplication_x11.cpp | 8984 ++++++++++ tqtinterface/qt4/src/kernel/tqasyncimageio.cpp | 1316 ++ tqtinterface/qt4/src/kernel/tqasyncimageio.h | 111 + tqtinterface/qt4/src/kernel/tqasyncio.cpp | 360 + tqtinterface/qt4/src/kernel/tqasyncio.h | 121 + tqtinterface/qt4/src/kernel/tqbitmap.cpp | 435 + tqtinterface/qt4/src/kernel/tqbitmap.h | 114 + tqtinterface/qt4/src/kernel/tqbrush.h | 141 + tqtinterface/qt4/src/kernel/tqclipboard.cpp | 754 + tqtinterface/qt4/src/kernel/tqclipboard.h | 168 + tqtinterface/qt4/src/kernel/tqclipboard_x11.cpp | 2020 +++ tqtinterface/qt4/src/kernel/tqcolor.cpp | 1174 ++ tqtinterface/qt4/src/kernel/tqcolor.h | 348 + tqtinterface/qt4/src/kernel/tqcolor_p.cpp | 802 + tqtinterface/qt4/src/kernel/tqcolor_p.h | 66 + tqtinterface/qt4/src/kernel/tqcolor_x11.cpp | 1336 ++ tqtinterface/qt4/src/kernel/tqconnection.cpp | 94 + tqtinterface/qt4/src/kernel/tqconnection.h | 78 + tqtinterface/qt4/src/kernel/tqcursor.cpp | 292 + tqtinterface/qt4/src/kernel/tqcursor.h | 188 + tqtinterface/qt4/src/kernel/tqcursor_x11.cpp | 1013 ++ tqtinterface/qt4/src/kernel/tqdesktopwidget.h | 141 + .../qt4/src/kernel/tqdesktopwidget_x11.cpp | 335 + tqtinterface/qt4/src/kernel/tqdnd_x11.cpp | 1765 ++ tqtinterface/qt4/src/kernel/tqdragobject.cpp | 3378 ++++ tqtinterface/qt4/src/kernel/tqdragobject.h | 508 + tqtinterface/qt4/src/kernel/tqdrawutil.cpp | 957 ++ tqtinterface/qt4/src/kernel/tqdrawutil.h | 128 + tqtinterface/qt4/src/kernel/tqdropsite.cpp | 81 + tqtinterface/qt4/src/kernel/tqdropsite.h | 59 + tqtinterface/qt4/src/kernel/tqevent.cpp | 2708 +++ tqtinterface/qt4/src/kernel/tqevent.h | 952 ++ tqtinterface/qt4/src/kernel/tqeventloop.cpp | 394 + tqtinterface/qt4/src/kernel/tqeventloop.h | 123 + tqtinterface/qt4/src/kernel/tqeventloop_p.h | 150 + tqtinterface/qt4/src/kernel/tqeventloop_unix.cpp | 587 + tqtinterface/qt4/src/kernel/tqeventloop_x11.cpp | 417 + tqtinterface/qt4/src/kernel/tqfocusdata.cpp | 141 + tqtinterface/qt4/src/kernel/tqfocusdata.h | 70 + tqtinterface/qt4/src/kernel/tqfont.cpp | 3376 ++++ tqtinterface/qt4/src/kernel/tqfont.h | 524 + tqtinterface/qt4/src/kernel/tqfont_x11.cpp | 747 + tqtinterface/qt4/src/kernel/tqfontdata_p.h | 278 + tqtinterface/qt4/src/kernel/tqfontdatabase.cpp | 2505 +++ tqtinterface/qt4/src/kernel/tqfontdatabase.h | 306 + tqtinterface/qt4/src/kernel/tqfontdatabase_x11.cpp | 2008 +++ tqtinterface/qt4/src/kernel/tqfontengine_p.h | 642 + tqtinterface/qt4/src/kernel/tqfontengine_x11.cpp | 2752 +++ tqtinterface/qt4/src/kernel/tqfontinfo.h | 111 + tqtinterface/qt4/src/kernel/tqfontmetrics.h | 138 + tqtinterface/qt4/src/kernel/tqgif.h | 61 + tqtinterface/qt4/src/kernel/tqgplugin.cpp | 72 + tqtinterface/qt4/src/kernel/tqgplugin.h | 146 + tqtinterface/qt4/src/kernel/tqguardedptr.cpp | 226 + tqtinterface/qt4/src/kernel/tqguardedptr.h | 145 + tqtinterface/qt4/src/kernel/tqiconset.cpp | 949 ++ tqtinterface/qt4/src/kernel/tqiconset.h | 132 + tqtinterface/qt4/src/kernel/tqimage.cpp | 9526 +++++++++++ tqtinterface/qt4/src/kernel/tqimage.h | 695 + .../qt4/src/kernel/tqimageformatinterface_p.h | 81 + .../qt4/src/kernel/tqimageformatplugin.cpp | 184 + tqtinterface/qt4/src/kernel/tqimageformatplugin.h | 67 + tqtinterface/qt4/src/kernel/tqinputcontext_p.h | 127 + tqtinterface/qt4/src/kernel/tqinputcontext_x11.cpp | 535 + tqtinterface/qt4/src/kernel/tqinternal.cpp | 785 + tqtinterface/qt4/src/kernel/tqinternal_p.h | 213 + tqtinterface/qt4/src/kernel/tqjpegio.cpp | 599 + tqtinterface/qt4/src/kernel/tqjpegio.h | 52 + tqtinterface/qt4/src/kernel/tqkeycode.h | 50 + tqtinterface/qt4/src/kernel/tqkeysequence.cpp | 731 + tqtinterface/qt4/src/kernel/tqkeysequence.h | 109 + tqtinterface/qt4/src/kernel/tqlayout.cpp | 4056 +++++ tqtinterface/qt4/src/kernel/tqlayout.h | 1146 ++ tqtinterface/qt4/src/kernel/tqlayoutengine.cpp | 322 + tqtinterface/qt4/src/kernel/tqlayoutengine_p.h | 129 + tqtinterface/qt4/src/kernel/tqlocalfs.cpp | 407 + tqtinterface/qt4/src/kernel/tqlocalfs.h | 75 + tqtinterface/qt4/src/kernel/tqlock.cpp | 297 + tqtinterface/qt4/src/kernel/tqlock_p.h | 99 + tqtinterface/qt4/src/kernel/tqmetaobject.cpp | 1792 ++ tqtinterface/qt4/src/kernel/tqmetaobject.cpp~ | 1792 ++ tqtinterface/qt4/src/kernel/tqmetaobject.h | 404 + tqtinterface/qt4/src/kernel/tqmetaobject.h~ | 403 + tqtinterface/qt4/src/kernel/tqmime.cpp | 1158 ++ tqtinterface/qt4/src/kernel/tqmime.h | 312 + tqtinterface/qt4/src/kernel/tqmngio.cpp | 464 + tqtinterface/qt4/src/kernel/tqmngio.h | 53 + tqtinterface/qt4/src/kernel/tqmotifdnd_x11.cpp | 978 ++ tqtinterface/qt4/src/kernel/tqmovie.cpp | 1082 ++ tqtinterface/qt4/src/kernel/tqmovie.h | 123 + tqtinterface/qt4/src/kernel/tqnamespace.h | 1159 ++ tqtinterface/qt4/src/kernel/tqnetworkprotocol.cpp | 1265 ++ tqtinterface/qt4/src/kernel/tqnetworkprotocol.h | 246 + tqtinterface/qt4/src/kernel/tqobject.cpp | 3666 ++++ tqtinterface/qt4/src/kernel/tqobject.h | 417 + .../qt4/src/kernel/tqobjectcleanuphandler.cpp | 172 + .../qt4/src/kernel/tqobjectcleanuphandler.h | 69 + tqtinterface/qt4/src/kernel/tqobjectdefs.h | 277 + tqtinterface/qt4/src/kernel/tqobjectdict.h | 66 + tqtinterface/qt4/src/kernel/tqobjectlist.h | 92 + tqtinterface/qt4/src/kernel/tqpaintdevice.h | 688 + tqtinterface/qt4/src/kernel/tqpaintdevice_x11.cpp | 1746 ++ tqtinterface/qt4/src/kernel/tqpaintdevicedefs.h | 48 + .../qt4/src/kernel/tqpaintdevicemetrics.cpp | 304 + tqtinterface/qt4/src/kernel/tqpaintdevicemetrics.h | 181 + tqtinterface/qt4/src/kernel/tqpainter.cpp | 5382 ++++++ tqtinterface/qt4/src/kernel/tqpainter.cpp~ | 5161 ++++++ tqtinterface/qt4/src/kernel/tqpainter.h | 1019 ++ tqtinterface/qt4/src/kernel/tqpainter.h~ | 993 ++ tqtinterface/qt4/src/kernel/tqpainter_p.h | 66 + tqtinterface/qt4/src/kernel/tqpainter_x11.cpp | 3348 ++++ tqtinterface/qt4/src/kernel/tqpalette.cpp | 1348 ++ tqtinterface/qt4/src/kernel/tqpalette.h | 295 + tqtinterface/qt4/src/kernel/tqpen.h | 132 + tqtinterface/qt4/src/kernel/tqpicture.cpp | 1235 ++ tqtinterface/qt4/src/kernel/tqpicture.h | 144 + tqtinterface/qt4/src/kernel/tqpixmap.cpp | 1882 +++ tqtinterface/qt4/src/kernel/tqpixmap.h | 496 + tqtinterface/qt4/src/kernel/tqpixmap_x11.cpp | 2155 +++ tqtinterface/qt4/src/kernel/tqpixmapcache.cpp | 336 + tqtinterface/qt4/src/kernel/tqpixmapcache.h | 63 + tqtinterface/qt4/src/kernel/tqpngio.cpp | 1250 ++ tqtinterface/qt4/src/kernel/tqpngio.h | 107 + tqtinterface/qt4/src/kernel/tqpoint.cpp | 448 + tqtinterface/qt4/src/kernel/tqpoint.h | 253 + tqtinterface/qt4/src/kernel/tqpointarray.cpp | 1311 ++ tqtinterface/qt4/src/kernel/tqpointarray.h | 195 + tqtinterface/qt4/src/kernel/tqpolygonscanner.cpp | 937 ++ tqtinterface/qt4/src/kernel/tqpolygonscanner.h | 61 + tqtinterface/qt4/src/kernel/tqprinter.cpp | 1198 ++ tqtinterface/qt4/src/kernel/tqprinter.h | 335 + tqtinterface/qt4/src/kernel/tqprinter_p.h | 59 + tqtinterface/qt4/src/kernel/tqprinter_unix.cpp | 853 + tqtinterface/qt4/src/kernel/tqprocess.cpp | 806 + tqtinterface/qt4/src/kernel/tqprocess.h | 179 + tqtinterface/qt4/src/kernel/tqprocess_unix.cpp | 1410 ++ tqtinterface/qt4/src/kernel/tqpsprinter.cpp | 6595 ++++++++ tqtinterface/qt4/src/kernel/tqpsprinter_p.h | 98 + tqtinterface/qt4/src/kernel/tqrect.cpp | 1010 ++ tqtinterface/qt4/src/kernel/tqrect.h | 328 + tqtinterface/qt4/src/kernel/tqregion.cpp | 398 + tqtinterface/qt4/src/kernel/tqregion.h | 227 + tqtinterface/qt4/src/kernel/tqregion_x11.cpp | 2908 ++++ tqtinterface/qt4/src/kernel/tqrichtext.cpp | 16615 +++++++++++++++++++ tqtinterface/qt4/src/kernel/tqrichtext_p.cpp | 1283 ++ tqtinterface/qt4/src/kernel/tqrichtext_p.h | 4300 +++++ tqtinterface/qt4/src/kernel/tqscriptengine.cpp | 1630 ++ tqtinterface/qt4/src/kernel/tqscriptengine_p.h | 91 + tqtinterface/qt4/src/kernel/tqscriptengine_x11.cpp | 3752 +++++ tqtinterface/qt4/src/kernel/tqsession.h | 47 + tqtinterface/qt4/src/kernel/tqsessionmanager.h | 168 + tqtinterface/qt4/src/kernel/tqsharedmemory_p.cpp | 169 + tqtinterface/qt4/src/kernel/tqsharedmemory_p.h | 95 + tqtinterface/qt4/src/kernel/tqsignal.cpp | 493 + tqtinterface/qt4/src/kernel/tqsignal.h | 154 + tqtinterface/qt4/src/kernel/tqsignalmapper.cpp | 183 + tqtinterface/qt4/src/kernel/tqsignalmapper.h | 79 + tqtinterface/qt4/src/kernel/tqsignalslotimp.h | 97 + tqtinterface/qt4/src/kernel/tqsimplerichtext.cpp | 851 + tqtinterface/qt4/src/kernel/tqsimplerichtext.h | 234 + tqtinterface/qt4/src/kernel/tqsize.cpp | 437 + tqtinterface/qt4/src/kernel/tqsize.h | 318 + tqtinterface/qt4/src/kernel/tqsizegrip.cpp | 286 + tqtinterface/qt4/src/kernel/tqsizegrip.h | 75 + tqtinterface/qt4/src/kernel/tqsizepolicy.h | 194 + tqtinterface/qt4/src/kernel/tqsocketnotifier.cpp | 270 + tqtinterface/qt4/src/kernel/tqsocketnotifier.h | 114 + tqtinterface/qt4/src/kernel/tqsound.cpp | 316 + tqtinterface/qt4/src/kernel/tqsound.h | 126 + tqtinterface/qt4/src/kernel/tqsound_x11.cpp | 284 + tqtinterface/qt4/src/kernel/tqstyle.cpp | 2186 +++ tqtinterface/qt4/src/kernel/tqstyle.h | 1278 ++ tqtinterface/qt4/src/kernel/tqstylesheet.cpp | 1623 ++ tqtinterface/qt4/src/kernel/tqstylesheet.h | 256 + tqtinterface/qt4/src/kernel/tqt.h | 379 + tqtinterface/qt4/src/kernel/tqt_pch.h | 57 + tqtinterface/qt4/src/kernel/tqt_x11_p.h | 275 + tqtinterface/qt4/src/kernel/tqtaddons_x11.cpp | 144 + tqtinterface/qt4/src/kernel/tqtextengine.cpp | 1186 ++ tqtinterface/qt4/src/kernel/tqtextengine_p.h | 467 + tqtinterface/qt4/src/kernel/tqtextengine_unix.cpp | 127 + tqtinterface/qt4/src/kernel/tqtextlayout.cpp | 818 + tqtinterface/qt4/src/kernel/tqtextlayout_p.h | 300 + tqtinterface/qt4/src/kernel/tqtglobaldefines.h | 502 + tqtinterface/qt4/src/kernel/tqtglobalsettings.h | 7 + tqtinterface/qt4/src/kernel/tqthread.cpp | 241 + tqtinterface/qt4/src/kernel/tqthread.h | 130 + tqtinterface/qt4/src/kernel/tqthread_unix.cpp | 474 + tqtinterface/qt4/src/kernel/tqtimer.cpp | 350 + tqtinterface/qt4/src/kernel/tqtimer.h | 92 + tqtinterface/qt4/src/kernel/tqtranslator.cpp | 2438 +++ tqtinterface/qt4/src/kernel/tqtranslator.h | 281 + tqtinterface/qt4/src/kernel/tqucomextra.cpp | 177 + tqtinterface/qt4/src/kernel/tqucomextra_p.h | 109 + tqtinterface/qt4/src/kernel/tqurl.cpp | 1345 ++ tqtinterface/qt4/src/kernel/tqurl.h | 130 + tqtinterface/qt4/src/kernel/tqurlinfo.cpp | 761 + tqtinterface/qt4/src/kernel/tqurlinfo.h | 144 + tqtinterface/qt4/src/kernel/tqurloperator.cpp | 1226 ++ tqtinterface/qt4/src/kernel/tqurloperator.h | 130 + tqtinterface/qt4/src/kernel/tqvariant.cpp | 4972 ++++++ tqtinterface/qt4/src/kernel/tqvariant.cpp.new | 4858 ++++++ tqtinterface/qt4/src/kernel/tqvariant.h | 642 + tqtinterface/qt4/src/kernel/tqvfbhdr.h | 71 + tqtinterface/qt4/src/kernel/tqwidget.cpp | 8728 ++++++++++ tqtinterface/qt4/src/kernel/tqwidget.h | 1547 ++ tqtinterface/qt4/src/kernel/tqwidget_p.h | 64 + tqtinterface/qt4/src/kernel/tqwidget_x11.cpp | 2980 ++++ tqtinterface/qt4/src/kernel/tqwidgetcreate_x11.cpp | 74 + tqtinterface/qt4/src/kernel/tqwidgetintdict.h | 75 + tqtinterface/qt4/src/kernel/tqwidgetlist.h | 67 + tqtinterface/qt4/src/kernel/tqwindow.cpp | 39 + tqtinterface/qt4/src/kernel/tqwindow.h | 46 + tqtinterface/qt4/src/kernel/tqwindowdefs.h | 197 + tqtinterface/qt4/src/kernel/tqwmatrix.cpp | 1204 ++ tqtinterface/qt4/src/kernel/tqwmatrix.cpp~ | 1204 ++ tqtinterface/qt4/src/kernel/tqwmatrix.h | 194 + tqtinterface/qt4/src/kernel/tqwmatrix.h~ | 193 + tqtinterface/qt4/src/libtqt.map | 50 + tqtinterface/qt4/src/network/qt_network.pri | 23 + tqtinterface/qt4/src/network/tqdns.cpp | 5294 ++++++ tqtinterface/qt4/src/network/tqdns.h | 382 + tqtinterface/qt4/src/network/tqftp.cpp | 2421 +++ tqtinterface/qt4/src/network/tqftp.h | 204 + tqtinterface/qt4/src/network/tqhostaddress.cpp | 459 + tqtinterface/qt4/src/network/tqhostaddress.h | 131 + tqtinterface/qt4/src/network/tqhttp.cpp | 2384 +++ tqtinterface/qt4/src/network/tqhttp.h | 278 + tqtinterface/qt4/src/network/tqnetwork.cpp | 71 + tqtinterface/qt4/src/network/tqnetwork.h | 60 + tqtinterface/qt4/src/network/tqserversocket.cpp | 297 + tqtinterface/qt4/src/network/tqserversocket.h | 95 + tqtinterface/qt4/src/network/tqsocket.cpp | 1668 ++ tqtinterface/qt4/src/network/tqsocket.h | 174 + tqtinterface/qt4/src/network/tqsocketdevice.cpp | 584 + tqtinterface/qt4/src/network/tqsocketdevice.h | 185 + .../qt4/src/network/tqsocketdevice_unix.cpp | 1269 ++ tqtinterface/qt4/src/opengl/qt_opengl.pri | 18 + tqtinterface/qt4/src/opengl/tqgl.cpp | 2374 +++ tqtinterface/qt4/src/opengl/tqgl.h | 542 + tqtinterface/qt4/src/opengl/tqgl_x11.cpp | 1425 ++ tqtinterface/qt4/src/opengl/tqgl_x11_p.h | 197 + tqtinterface/qt4/src/opengl/tqglcolormap.cpp | 292 + tqtinterface/qt4/src/opengl/tqglcolormap.h | 99 + tqtinterface/qt4/src/qt.pro | 195 + tqtinterface/qt4/src/qt_install.pri | 33 + tqtinterface/qt4/src/qt_professional.pri | 96 + tqtinterface/qt4/src/qtmain.pro | 18 + tqtinterface/qt4/src/sql/README.module | 37 + .../src/sql/drivers/cache/tqsqlcachedresult.cpp | 259 + .../qt4/src/sql/drivers/cache/tqsqlcachedresult.h | 104 + .../qt4/src/sql/drivers/ibase/tqsql_ibase.cpp | 1078 ++ .../qt4/src/sql/drivers/ibase/tqsql_ibase.h | 117 + .../qt4/src/sql/drivers/mysql/tqsql_mysql.cpp | 775 + .../qt4/src/sql/drivers/mysql/tqsql_mysql.h | 131 + .../qt4/src/sql/drivers/odbc/tqsql_odbc.cpp | 2035 +++ tqtinterface/qt4/src/sql/drivers/odbc/tqsql_odbc.h | 165 + .../qt4/src/sql/drivers/psql/tqsql_psql.cpp | 1117 ++ tqtinterface/qt4/src/sql/drivers/psql/tqsql_psql.h | 131 + .../qt4/src/sql/drivers/sqlite/tqsql_sqlite.cpp | 513 + .../qt4/src/sql/drivers/sqlite/tqsql_sqlite.h | 90 + tqtinterface/qt4/src/sql/qt_sql.pri | 254 + tqtinterface/qt4/src/sql/tqdatabrowser.cpp | 1284 ++ tqtinterface/qt4/src/sql/tqdatabrowser.h | 178 + tqtinterface/qt4/src/sql/tqdatatable.cpp | 2322 +++ tqtinterface/qt4/src/sql/tqdatatable.h | 245 + tqtinterface/qt4/src/sql/tqdataview.cpp | 208 + tqtinterface/qt4/src/sql/tqdataview.h | 91 + tqtinterface/qt4/src/sql/tqeditorfactory.cpp | 192 + tqtinterface/qt4/src/sql/tqeditorfactory.h | 76 + tqtinterface/qt4/src/sql/tqsql.cpp | 114 + tqtinterface/qt4/src/sql/tqsql.h | 100 + tqtinterface/qt4/src/sql/tqsqlcursor.cpp | 1549 ++ tqtinterface/qt4/src/sql/tqsqlcursor.h | 160 + tqtinterface/qt4/src/sql/tqsqldatabase.cpp | 1332 ++ tqtinterface/qt4/src/sql/tqsqldatabase.h | 156 + tqtinterface/qt4/src/sql/tqsqldriver.cpp | 509 + tqtinterface/qt4/src/sql/tqsqldriver.h | 126 + tqtinterface/qt4/src/sql/tqsqldriverinterface_p.h | 85 + tqtinterface/qt4/src/sql/tqsqldriverplugin.cpp | 161 + tqtinterface/qt4/src/sql/tqsqldriverplugin.h | 73 + tqtinterface/qt4/src/sql/tqsqleditorfactory.cpp | 221 + tqtinterface/qt4/src/sql/tqsqleditorfactory.h | 77 + tqtinterface/qt4/src/sql/tqsqlerror.cpp | 228 + tqtinterface/qt4/src/sql/tqsqlerror.h | 93 + tqtinterface/qt4/src/sql/tqsqlextension_p.cpp | 169 + tqtinterface/qt4/src/sql/tqsqlextension_p.h | 148 + tqtinterface/qt4/src/sql/tqsqlfield.cpp | 563 + tqtinterface/qt4/src/sql/tqsqlfield.h | 154 + tqtinterface/qt4/src/sql/tqsqlform.cpp | 403 + tqtinterface/qt4/src/sql/tqsqlform.h | 109 + tqtinterface/qt4/src/sql/tqsqlindex.cpp | 301 + tqtinterface/qt4/src/sql/tqsqlindex.h | 99 + tqtinterface/qt4/src/sql/tqsqlmanager_p.cpp | 941 ++ tqtinterface/qt4/src/sql/tqsqlmanager_p.h | 163 + tqtinterface/qt4/src/sql/tqsqlpropertymap.cpp | 304 + tqtinterface/qt4/src/sql/tqsqlpropertymap.h | 78 + tqtinterface/qt4/src/sql/tqsqlquery.cpp | 1215 ++ tqtinterface/qt4/src/sql/tqsqlquery.h | 134 + tqtinterface/qt4/src/sql/tqsqlrecord.cpp | 774 + tqtinterface/qt4/src/sql/tqsqlrecord.h | 141 + tqtinterface/qt4/src/sql/tqsqlresult.cpp | 368 + tqtinterface/qt4/src/sql/tqsqlresult.h | 115 + tqtinterface/qt4/src/sql/tqsqlselectcursor.cpp | 249 + tqtinterface/qt4/src/sql/tqsqlselectcursor.h | 104 + tqtinterface/qt4/src/styles/qt_styles.pri | 140 + tqtinterface/qt4/src/styles/tqcdestyle.cpp | 367 + tqtinterface/qt4/src/styles/tqcdestyle.h | 86 + tqtinterface/qt4/src/styles/tqcommonstyle.cpp | 2726 +++ tqtinterface/qt4/src/styles/tqcommonstyle.h | 154 + tqtinterface/qt4/src/styles/tqcompactstyle.cpp | 321 + tqtinterface/qt4/src/styles/tqcompactstyle.h | 75 + tqtinterface/qt4/src/styles/tqinterlacestyle.cpp | 805 + tqtinterface/qt4/src/styles/tqinterlacestyle.h | 107 + tqtinterface/qt4/src/styles/tqmotifplusstyle.cpp | 1586 ++ tqtinterface/qt4/src/styles/tqmotifplusstyle.h | 124 + tqtinterface/qt4/src/styles/tqmotifstyle.cpp | 2367 +++ tqtinterface/qt4/src/styles/tqmotifstyle.h | 136 + tqtinterface/qt4/src/styles/tqplatinumstyle.cpp | 1557 ++ tqtinterface/qt4/src/styles/tqplatinumstyle.h | 117 + tqtinterface/qt4/src/styles/tqsgistyle.cpp | 1470 ++ tqtinterface/qt4/src/styles/tqsgistyle.h | 133 + tqtinterface/qt4/src/styles/tqstylefactory.cpp | 268 + tqtinterface/qt4/src/styles/tqstylefactory.h | 62 + tqtinterface/qt4/src/styles/tqstyleinterface_p.h | 76 + tqtinterface/qt4/src/styles/tqstyleplugin.cpp | 185 + tqtinterface/qt4/src/styles/tqstyleplugin.h | 72 + tqtinterface/qt4/src/styles/tqwindowsstyle.cpp | 2166 +++ tqtinterface/qt4/src/styles/tqwindowsstyle.h | 134 + tqtinterface/qt4/src/table/qt_table.pri | 6 + tqtinterface/qt4/src/table/tqtable.cpp | 7375 ++++++++ tqtinterface/qt4/src/table/tqtable.h | 565 + tqtinterface/qt4/src/tmp/README | 1 + tqtinterface/qt4/src/tools/qfeatures.txt | 1314 ++ tqtinterface/qt4/src/tools/qt_tools.pri | 150 + tqtinterface/qt4/src/tools/tqasciicache.h | 125 + tqtinterface/qt4/src/tools/tqasciidict.h | 123 + tqtinterface/qt4/src/tools/tqbitarray.cpp | 670 + tqtinterface/qt4/src/tools/tqbitarray.h | 204 + tqtinterface/qt4/src/tools/tqbuffer.cpp | 503 + tqtinterface/qt4/src/tools/tqbuffer.h | 220 + tqtinterface/qt4/src/tools/tqbuffer.h~ | 219 + tqtinterface/qt4/src/tools/tqcache.h | 121 + tqtinterface/qt4/src/tools/tqcleanuphandler.h | 130 + tqtinterface/qt4/src/tools/tqcom_p.h | 344 + tqtinterface/qt4/src/tools/tqcomlibrary.cpp | 538 + tqtinterface/qt4/src/tools/tqcomlibrary_p.h | 82 + tqtinterface/qt4/src/tools/tqcomponentfactory.cpp | 355 + tqtinterface/qt4/src/tools/tqcomponentfactory_p.h | 76 + tqtinterface/qt4/src/tools/tqconfig-dist.h | 11 + tqtinterface/qt4/src/tools/tqconfig-large.h | 42 + tqtinterface/qt4/src/tools/tqconfig-medium.h | 108 + tqtinterface/qt4/src/tools/tqconfig-minimal.h | 97 + tqtinterface/qt4/src/tools/tqconfig-small.h | 94 + tqtinterface/qt4/src/tools/tqcriticalsection_p.cpp | 76 + tqtinterface/qt4/src/tools/tqcriticalsection_p.h | 83 + tqtinterface/qt4/src/tools/tqcstring.cpp | 4149 +++++ tqtinterface/qt4/src/tools/tqcstring.h | 792 + tqtinterface/qt4/src/tools/tqdatastream.cpp | 1176 ++ tqtinterface/qt4/src/tools/tqdatastream.h | 353 + tqtinterface/qt4/src/tools/tqdatetime.cpp | 2606 +++ tqtinterface/qt4/src/tools/tqdatetime.h | 374 + tqtinterface/qt4/src/tools/tqdeepcopy.cpp | 168 + tqtinterface/qt4/src/tools/tqdeepcopy.h | 80 + tqtinterface/qt4/src/tools/tqdict.h | 123 + tqtinterface/qt4/src/tools/tqdir.cpp | 1390 ++ tqtinterface/qt4/src/tools/tqdir.h | 250 + tqtinterface/qt4/src/tools/tqdir_p.h | 82 + tqtinterface/qt4/src/tools/tqdir_unix.cpp | 302 + tqtinterface/qt4/src/tools/tqfeatures.h | 984 ++ tqtinterface/qt4/src/tools/tqfile.cpp | 783 + tqtinterface/qt4/src/tools/tqfile.h | 209 + tqtinterface/qt4/src/tools/tqfile_unix.cpp | 753 + tqtinterface/qt4/src/tools/tqfiledefs_p.h | 67 + tqtinterface/qt4/src/tools/tqfileinfo.cpp | 710 + tqtinterface/qt4/src/tools/tqfileinfo.h | 157 + tqtinterface/qt4/src/tools/tqfileinfo_unix.cpp | 370 + tqtinterface/qt4/src/tools/tqgarray.cpp | 830 + tqtinterface/qt4/src/tools/tqgarray.h | 134 + tqtinterface/qt4/src/tools/tqgcache.cpp | 866 + tqtinterface/qt4/src/tools/tqgcache.h | 131 + tqtinterface/qt4/src/tools/tqgdict.cpp | 1151 ++ tqtinterface/qt4/src/tools/tqgdict.h | 225 + tqtinterface/qt4/src/tools/tqgeneric.h | 46 + tqtinterface/qt4/src/tools/tqglist.cpp | 1267 ++ tqtinterface/qt4/src/tools/tqglist.h | 271 + tqtinterface/qt4/src/tools/tqglobal.cpp | 927 ++ tqtinterface/qt4/src/tools/tqglobal.h | 1135 ++ tqtinterface/qt4/src/tools/tqgpluginmanager.cpp | 550 + tqtinterface/qt4/src/tools/tqgpluginmanager_p.h | 108 + tqtinterface/qt4/src/tools/tqgvector.cpp | 598 + tqtinterface/qt4/src/tools/tqgvector.h | 124 + tqtinterface/qt4/src/tools/tqintcache.h | 124 + tqtinterface/qt4/src/tools/tqintdict.h | 119 + tqtinterface/qt4/src/tools/tqiodevice.cpp | 769 + tqtinterface/qt4/src/tools/tqiodevice.h | 311 + tqtinterface/qt4/src/tools/tqiodevice.h~ | 310 + tqtinterface/qt4/src/tools/tqlibrary.cpp | 442 + tqtinterface/qt4/src/tools/tqlibrary.h | 86 + tqtinterface/qt4/src/tools/tqlibrary_p.h | 84 + tqtinterface/qt4/src/tools/tqlibrary_unix.cpp | 169 + tqtinterface/qt4/src/tools/tqlocale.cpp | 6311 +++++++ tqtinterface/qt4/src/tools/tqlocale.h | 494 + tqtinterface/qt4/src/tools/tqlocale_p.h | 131 + tqtinterface/qt4/src/tools/tqmap.cpp | 257 + tqtinterface/qt4/src/tools/tqmap.h | 946 ++ tqtinterface/qt4/src/tools/tqmemarray.h | 123 + tqtinterface/qt4/src/tools/tqmutex.h | 114 + tqtinterface/qt4/src/tools/tqmutex_p.h | 73 + tqtinterface/qt4/src/tools/tqmutex_unix.cpp | 695 + tqtinterface/qt4/src/tools/tqmutexpool.cpp | 155 + tqtinterface/qt4/src/tools/tqmutexpool_p.h | 80 + tqtinterface/qt4/src/tools/tqpair.h | 109 + tqtinterface/qt4/src/tools/tqpluginmanager_p.h | 74 + tqtinterface/qt4/src/tools/tqptrcollection.cpp | 183 + tqtinterface/qt4/src/tools/tqptrcollection.h | 80 + tqtinterface/qt4/src/tools/tqptrdict.h | 118 + tqtinterface/qt4/src/tools/tqptrlist.h | 197 + tqtinterface/qt4/src/tools/tqptrqueue.h | 94 + tqtinterface/qt4/src/tools/tqptrstack.h | 94 + tqtinterface/qt4/src/tools/tqptrvector.h | 119 + tqtinterface/qt4/src/tools/tqregexp.cpp | 4050 +++++ tqtinterface/qt4/src/tools/tqregexp.h | 181 + tqtinterface/qt4/src/tools/tqsemaphore.cpp | 255 + tqtinterface/qt4/src/tools/tqsemaphore.h | 81 + tqtinterface/qt4/src/tools/tqsettings.cpp | 2105 +++ tqtinterface/qt4/src/tools/tqsettings.h | 159 + tqtinterface/qt4/src/tools/tqsettings_p.h | 148 + tqtinterface/qt4/src/tools/tqshared.h | 58 + tqtinterface/qt4/src/tools/tqsortedlist.h | 63 + tqtinterface/qt4/src/tools/tqstring.cpp | 8350 ++++++++++ tqtinterface/qt4/src/tools/tqstring.h | 1684 ++ tqtinterface/qt4/src/tools/tqstringlist.cpp | 534 + tqtinterface/qt4/src/tools/tqstringlist.h | 116 + tqtinterface/qt4/src/tools/tqstrlist.h | 175 + tqtinterface/qt4/src/tools/tqstrvec.h | 85 + tqtinterface/qt4/src/tools/tqtextstream.cpp | 2663 +++ tqtinterface/qt4/src/tools/tqtextstream.h | 343 + tqtinterface/qt4/src/tools/tqthreadinstance_p.h | 101 + tqtinterface/qt4/src/tools/tqthreadstorage.h | 95 + .../qt4/src/tools/tqthreadstorage_unix.cpp | 349 + tqtinterface/qt4/src/tools/tqtl.h | 325 + tqtinterface/qt4/src/tools/tqucom.cpp | 547 + tqtinterface/qt4/src/tools/tqucom_p.h | 470 + tqtinterface/qt4/src/tools/tqunicodetables.cpp | 13240 +++++++++++++++ tqtinterface/qt4/src/tools/tqunicodetables_p.h | 266 + tqtinterface/qt4/src/tools/tquuid.cpp | 421 + tqtinterface/qt4/src/tools/tquuid.h | 194 + tqtinterface/qt4/src/tools/tqvaluelist.h | 671 + tqtinterface/qt4/src/tools/tqvaluestack.h | 67 + tqtinterface/qt4/src/tools/tqvaluevector.h | 577 + tqtinterface/qt4/src/tools/tqwaitcondition.h | 79 + .../qt4/src/tools/tqwaitcondition_unix.cpp | 316 + tqtinterface/qt4/src/tools/tqwinexport.cpp | 31 + tqtinterface/qt4/src/tools/tqwinexport.h | 224 + tqtinterface/qt4/src/tqmoc/README | 24 + tqtinterface/qt4/src/tqmoc/tqmoc.l | 498 + tqtinterface/qt4/src/tqmoc/tqmoc.pro | 65 + tqtinterface/qt4/src/tqmoc/tqmoc.y | 3636 ++++ tqtinterface/qt4/src/tqmoc/tqmoc_lex.cpp | 3319 ++++ tqtinterface/qt4/src/tqmoc/tqmoc_yacc.cpp | 6463 ++++++++ tqtinterface/qt4/src/tqmoc/tqmoc_yacc.h | 185 + tqtinterface/qt4/src/widgets/qt_widgets.pri | 139 + tqtinterface/qt4/src/widgets/tqaction.cpp | 2145 +++ tqtinterface/qt4/src/widgets/tqaction.h | 220 + tqtinterface/qt4/src/widgets/tqbutton.cpp | 1016 ++ tqtinterface/qt4/src/widgets/tqbutton.h | 235 + tqtinterface/qt4/src/widgets/tqbuttongroup.cpp | 691 + tqtinterface/qt4/src/widgets/tqbuttongroup.h | 122 + tqtinterface/qt4/src/widgets/tqcheckbox.cpp | 368 + tqtinterface/qt4/src/widgets/tqcheckbox.h | 97 + tqtinterface/qt4/src/widgets/tqcombobox.cpp | 2318 +++ tqtinterface/qt4/src/widgets/tqcombobox.h | 207 + tqtinterface/qt4/src/widgets/tqdatetimeedit.cpp | 2845 ++++ tqtinterface/qt4/src/widgets/tqdatetimeedit.h | 299 + tqtinterface/qt4/src/widgets/tqdial.cpp | 976 ++ tqtinterface/qt4/src/widgets/tqdial.h | 154 + tqtinterface/qt4/src/widgets/tqdialogbuttons.cpp | 456 + tqtinterface/qt4/src/widgets/tqdialogbuttons_p.h | 119 + tqtinterface/qt4/src/widgets/tqdockarea.cpp | 1340 ++ tqtinterface/qt4/src/widgets/tqdockarea.h | 199 + tqtinterface/qt4/src/widgets/tqdockwindow.cpp | 2126 +++ tqtinterface/qt4/src/widgets/tqdockwindow.h | 238 + tqtinterface/qt4/src/widgets/tqeffects.cpp | 677 + tqtinterface/qt4/src/widgets/tqeffects_p.h | 81 + tqtinterface/qt4/src/widgets/tqframe.cpp | 754 + tqtinterface/qt4/src/widgets/tqframe.h | 172 + tqtinterface/qt4/src/widgets/tqgrid.cpp | 137 + tqtinterface/qt4/src/widgets/tqgrid.h | 78 + tqtinterface/qt4/src/widgets/tqgridview.cpp | 374 + tqtinterface/qt4/src/widgets/tqgridview.h | 140 + tqtinterface/qt4/src/widgets/tqgroupbox.cpp | 989 ++ tqtinterface/qt4/src/widgets/tqgroupbox.h | 168 + tqtinterface/qt4/src/widgets/tqhbox.cpp | 145 + tqtinterface/qt4/src/widgets/tqhbox.h | 77 + tqtinterface/qt4/src/widgets/tqhbuttongroup.cpp | 94 + tqtinterface/qt4/src/widgets/tqhbuttongroup.h | 68 + tqtinterface/qt4/src/widgets/tqheader.cpp | 2049 +++ tqtinterface/qt4/src/widgets/tqheader.h | 220 + tqtinterface/qt4/src/widgets/tqhgroupbox.cpp | 93 + tqtinterface/qt4/src/widgets/tqhgroupbox.h | 68 + tqtinterface/qt4/src/widgets/tqlabel.cpp | 1194 ++ tqtinterface/qt4/src/widgets/tqlabel.h | 177 + tqtinterface/qt4/src/widgets/tqlcdnumber.cpp | 1170 ++ tqtinterface/qt4/src/widgets/tqlcdnumber.h | 147 + tqtinterface/qt4/src/widgets/tqlineedit.cpp | 2848 ++++ tqtinterface/qt4/src/widgets/tqlineedit.h | 234 + tqtinterface/qt4/src/widgets/tqlistbox.cpp | 4701 ++++++ tqtinterface/qt4/src/widgets/tqlistbox.h | 436 + tqtinterface/qt4/src/widgets/tqlistview.cpp | 8194 +++++++++ tqtinterface/qt4/src/widgets/tqlistview.h | 610 + tqtinterface/qt4/src/widgets/tqmainwindow.cpp | 2644 +++ tqtinterface/qt4/src/widgets/tqmainwindow.h | 262 + tqtinterface/qt4/src/widgets/tqmenubar.cpp | 1673 ++ tqtinterface/qt4/src/widgets/tqmenubar.h | 206 + tqtinterface/qt4/src/widgets/tqmenudata.cpp | 1606 ++ tqtinterface/qt4/src/widgets/tqmenudata.h | 291 + tqtinterface/qt4/src/widgets/tqmultilineedit.cpp | 541 + tqtinterface/qt4/src/widgets/tqmultilineedit.h | 144 + tqtinterface/qt4/src/widgets/tqpopupmenu.cpp | 2852 ++++ tqtinterface/qt4/src/widgets/tqpopupmenu.h | 201 + tqtinterface/qt4/src/widgets/tqprogressbar.cpp | 408 + tqtinterface/qt4/src/widgets/tqprogressbar.h | 150 + tqtinterface/qt4/src/widgets/tqpushbutton.cpp | 760 + tqtinterface/qt4/src/widgets/tqpushbutton.h | 150 + tqtinterface/qt4/src/widgets/tqradiobutton.cpp | 362 + tqtinterface/qt4/src/widgets/tqradiobutton.h | 92 + tqtinterface/qt4/src/widgets/tqrangecontrol.cpp | 565 + tqtinterface/qt4/src/widgets/tqrangecontrol.h | 195 + tqtinterface/qt4/src/widgets/tqscrollbar.cpp | 1072 ++ tqtinterface/qt4/src/widgets/tqscrollbar.h | 198 + tqtinterface/qt4/src/widgets/tqscrollview.cpp | 2851 ++++ tqtinterface/qt4/src/widgets/tqscrollview.h | 270 + tqtinterface/qt4/src/widgets/tqslider.cpp | 921 + tqtinterface/qt4/src/widgets/tqslider.h | 200 + tqtinterface/qt4/src/widgets/tqspinbox.cpp | 1116 ++ tqtinterface/qt4/src/widgets/tqspinbox.h | 173 + tqtinterface/qt4/src/widgets/tqspinwidget.cpp | 465 + tqtinterface/qt4/src/widgets/tqsplashscreen.cpp | 271 + tqtinterface/qt4/src/widgets/tqsplashscreen.h | 81 + tqtinterface/qt4/src/widgets/tqsplitter.cpp | 1427 ++ tqtinterface/qt4/src/widgets/tqsplitter.h | 170 + tqtinterface/qt4/src/widgets/tqstatusbar.cpp | 526 + tqtinterface/qt4/src/widgets/tqstatusbar.h | 97 + .../qt4/src/widgets/tqsyntaxhighlighter.cpp | 221 + tqtinterface/qt4/src/widgets/tqsyntaxhighlighter.h | 81 + .../qt4/src/widgets/tqsyntaxhighlighter_p.h | 97 + tqtinterface/qt4/src/widgets/tqtabbar.cpp | 1368 ++ tqtinterface/qt4/src/widgets/tqtabbar.h | 187 + tqtinterface/qt4/src/widgets/tqtabwidget.cpp | 1097 ++ tqtinterface/qt4/src/widgets/tqtabwidget.h | 163 + tqtinterface/qt4/src/widgets/tqtextbrowser.cpp | 555 + tqtinterface/qt4/src/widgets/tqtextbrowser.h | 108 + tqtinterface/qt4/src/widgets/tqtextedit.cpp | 7367 ++++++++ tqtinterface/qt4/src/widgets/tqtextedit.h | 617 + tqtinterface/qt4/src/widgets/tqtextview.cpp | 103 + tqtinterface/qt4/src/widgets/tqtextview.h | 75 + tqtinterface/qt4/src/widgets/tqtitlebar.cpp | 671 + tqtinterface/qt4/src/widgets/tqtitlebar_p.h | 140 + tqtinterface/qt4/src/widgets/tqtoolbar.cpp | 818 + tqtinterface/qt4/src/widgets/tqtoolbar.h | 118 + tqtinterface/qt4/src/widgets/tqtoolbox.cpp | 663 + tqtinterface/qt4/src/widgets/tqtoolbox.h | 161 + tqtinterface/qt4/src/widgets/tqtoolbutton.cpp | 1041 ++ tqtinterface/qt4/src/widgets/tqtoolbutton.h | 193 + tqtinterface/qt4/src/widgets/tqtooltip.cpp | 1268 ++ tqtinterface/qt4/src/widgets/tqtooltip.h | 150 + tqtinterface/qt4/src/widgets/tqvalidator.cpp | 672 + tqtinterface/qt4/src/widgets/tqvalidator.h | 173 + tqtinterface/qt4/src/widgets/tqvbox.cpp | 71 + tqtinterface/qt4/src/widgets/tqvbox.h | 66 + tqtinterface/qt4/src/widgets/tqvbuttongroup.cpp | 92 + tqtinterface/qt4/src/widgets/tqvbuttongroup.h | 70 + tqtinterface/qt4/src/widgets/tqvgroupbox.cpp | 91 + tqtinterface/qt4/src/widgets/tqvgroupbox.h | 69 + tqtinterface/qt4/src/widgets/tqwhatsthis.cpp | 1004 ++ tqtinterface/qt4/src/widgets/tqwhatsthis.h | 81 + tqtinterface/qt4/src/widgets/tqwidgetinterface_p.h | 143 + tqtinterface/qt4/src/widgets/tqwidgetplugin.cpp | 729 + tqtinterface/qt4/src/widgets/tqwidgetplugin.h | 121 + .../qt4/src/widgets/tqwidgetresizehandler.cpp | 516 + .../qt4/src/widgets/tqwidgetresizehandler_p.h | 138 + tqtinterface/qt4/src/widgets/tqwidgetstack.cpp | 1183 ++ tqtinterface/qt4/src/widgets/tqwidgetstack.h | 235 + tqtinterface/qt4/src/workspace/qt_workspace.pri | 6 + tqtinterface/qt4/src/workspace/tqworkspace.cpp | 3033 ++++ tqtinterface/qt4/src/workspace/tqworkspace.h | 170 + tqtinterface/qt4/src/xml/qt_xml.pri | 10 + tqtinterface/qt4/src/xml/tqdom.cpp | 7092 ++++++++ tqtinterface/qt4/src/xml/tqdom.h | 678 + tqtinterface/qt4/src/xml/tqsvgdevice.cpp | 1591 ++ tqtinterface/qt4/src/xml/tqsvgdevice_p.h | 140 + tqtinterface/qt4/src/xml/tqxml.cpp | 7635 +++++++++ tqtinterface/qt4/src/xml/tqxml.h | 531 + tqtinterface/qt4/tools/assistant/LICENSE.GPL | 280 + tqtinterface/qt4/tools/assistant/assistant.icns | Bin 0 -> 58954 bytes tqtinterface/qt4/tools/assistant/assistant.ico | Bin 0 -> 10134 bytes tqtinterface/qt4/tools/assistant/assistant.pro | 72 + tqtinterface/qt4/tools/assistant/assistant.rc | 1 + tqtinterface/qt4/tools/assistant/assistant_de.qm | Bin 0 -> 13929 bytes tqtinterface/qt4/tools/assistant/assistant_de.ts | 1084 ++ tqtinterface/qt4/tools/assistant/assistant_fr.ts | 426 + .../qt4/tools/assistant/book/assistant.book | 6 + .../qt4/tools/assistant/book/assistant.leaf | 563 + .../qt4/tools/assistant/book/images/assistant.png | Bin 0 -> 53805 bytes .../qt4/tools/assistant/book/images/docwindow.png | Bin 0 -> 9727 bytes .../qt4/tools/assistant/book/images/general.png | Bin 0 -> 11239 bytes .../qt4/tools/assistant/book/images/pdf1.png | Bin 0 -> 8610 bytes .../qt4/tools/assistant/book/images/search.png | Bin 0 -> 6284 bytes .../qt4/tools/assistant/book/images/sidebar.png | Bin 0 -> 5041 bytes .../qt4/tools/assistant/book/images/toolbar1.png | Bin 0 -> 4184 bytes .../qt4/tools/assistant/book/images/web.png | Bin 0 -> 11826 bytes tqtinterface/qt4/tools/assistant/config.cpp | 379 + tqtinterface/qt4/tools/assistant/config.h | 152 + tqtinterface/qt4/tools/assistant/docuparser.cpp | 397 + tqtinterface/qt4/tools/assistant/docuparser.h | 151 + tqtinterface/qt4/tools/assistant/finddialog.ui | 292 + tqtinterface/qt4/tools/assistant/finddialog.ui.h | 108 + tqtinterface/qt4/tools/assistant/helpdialog.ui | 506 + .../qt4/tools/assistant/helpdialogimpl.cpp | 1161 ++ tqtinterface/qt4/tools/assistant/helpdialogimpl.h | 173 + tqtinterface/qt4/tools/assistant/helpwindow.cpp | 282 + tqtinterface/qt4/tools/assistant/helpwindow.h | 88 + tqtinterface/qt4/tools/assistant/images/addtab.png | Bin 0 -> 469 bytes .../qt4/tools/assistant/images/appicon.png | Bin 0 -> 2353 bytes .../qt4/tools/assistant/images/assistant.png | Bin 0 -> 1349 bytes tqtinterface/qt4/tools/assistant/images/book.png | Bin 0 -> 861 bytes .../qt4/tools/assistant/images/closetab.png | Bin 0 -> 533 bytes .../qt4/tools/assistant/images/d_closetab.png | Bin 0 -> 396 bytes .../qt4/tools/assistant/images/designer.png | Bin 0 -> 1367 bytes .../qt4/tools/assistant/images/editcopy.png | Bin 0 -> 491 bytes tqtinterface/qt4/tools/assistant/images/find.png | Bin 0 -> 856 bytes tqtinterface/qt4/tools/assistant/images/home.png | Bin 0 -> 1081 bytes .../qt4/tools/assistant/images/linguist.png | Bin 0 -> 1157 bytes tqtinterface/qt4/tools/assistant/images/next.png | Bin 0 -> 541 bytes .../qt4/tools/assistant/images/previous.png | Bin 0 -> 542 bytes tqtinterface/qt4/tools/assistant/images/print.png | Bin 0 -> 766 bytes tqtinterface/qt4/tools/assistant/images/qt.png | Bin 0 -> 975 bytes tqtinterface/qt4/tools/assistant/images/splash.png | Bin 0 -> 50661 bytes .../qt4/tools/assistant/images/whatsthis.xpm | 26 + tqtinterface/qt4/tools/assistant/images/zoomin.png | Bin 0 -> 900 bytes .../qt4/tools/assistant/images/zoomout.png | Bin 0 -> 919 bytes tqtinterface/qt4/tools/assistant/index.cpp | 526 + tqtinterface/qt4/tools/assistant/index.h | 132 + tqtinterface/qt4/tools/assistant/lib/lib.pro | 23 + .../qt4/tools/assistant/lib/tqassistantclient.cpp | 334 + .../qt4/tools/assistant/lib/tqassistantclient.h | 81 + tqtinterface/qt4/tools/assistant/main.cpp | 344 + tqtinterface/qt4/tools/assistant/mainwindow.ui | 670 + tqtinterface/qt4/tools/assistant/mainwindow.ui.h | 697 + tqtinterface/qt4/tools/assistant/profile.cpp | 124 + tqtinterface/qt4/tools/assistant/profile.h | 130 + tqtinterface/qt4/tools/assistant/settingsdialog.ui | 516 + .../qt4/tools/assistant/settingsdialogimpl.cpp | 122 + .../qt4/tools/assistant/settingsdialogimpl.h | 64 + tqtinterface/qt4/tools/assistant/tabbedbrowser.ui | 141 + .../qt4/tools/assistant/tabbedbrowser.ui.h | 347 + tqtinterface/qt4/tools/assistant/topicchooser.ui | 182 + .../qt4/tools/assistant/topicchooserimpl.cpp | 70 + .../qt4/tools/assistant/topicchooserimpl.h | 60 + tqtinterface/qt4/tools/designer/LICENSE.GPL | 280 + tqtinterface/qt4/tools/designer/app/app.pro | 26 + tqtinterface/qt4/tools/designer/app/designer.icns | Bin 0 -> 56873 bytes tqtinterface/qt4/tools/designer/app/designer.ico | Bin 0 -> 10134 bytes tqtinterface/qt4/tools/designer/app/designer.rc | 2 + tqtinterface/qt4/tools/designer/app/main.cpp | 228 + tqtinterface/qt4/tools/designer/designer.pro | 12 + tqtinterface/qt4/tools/designer/designer/about.ui | 222 + .../qt4/tools/designer/designer/actiondnd.cpp | 743 + .../qt4/tools/designer/designer/actiondnd.h | 248 + .../qt4/tools/designer/designer/actioneditor.ui | 230 + .../tools/designer/designer/actioneditorimpl.cpp | 325 + .../qt4/tools/designer/designer/actioneditorimpl.h | 88 + .../qt4/tools/designer/designer/actionlistview.cpp | 115 + .../qt4/tools/designer/designer/actionlistview.h | 89 + .../qt4/tools/designer/designer/asciivalidator.cpp | 101 + .../qt4/tools/designer/designer/asciivalidator.h | 59 + .../qt4/tools/designer/designer/command.cpp | 2402 +++ tqtinterface/qt4/tools/designer/designer/command.h | 1267 ++ .../tools/designer/designer/configtoolboxdialog.ui | 329 + .../designer/designer/configtoolboxdialog.ui.h | 222 + .../tools/designer/designer/connectiondialog.ui | 226 + .../tools/designer/designer/connectiondialog.ui.h | 318 + .../tools/designer/designer/connectionitems.cpp | 524 + .../qt4/tools/designer/designer/connectionitems.h | 233 + .../tools/designer/designer/connectiontable.cpp | 61 + .../qt4/tools/designer/designer/connectiontable.h | 54 + .../qt4/tools/designer/designer/createtemplate.ui | 236 + .../tools/designer/designer/customwidgeteditor.ui | 1385 ++ .../designer/designer/customwidgeteditorimpl.cpp | 845 + .../designer/designer/customwidgeteditorimpl.h | 106 + .../qt4/tools/designer/designer/database.cpp | 129 + .../qt4/tools/designer/designer/database.h | 92 + .../qt4/tools/designer/designer/database2.h | 95 + .../qt4/tools/designer/designer/dbconnection.ui | 229 + .../tools/designer/designer/dbconnectioneditor.ui | 154 + .../tools/designer/designer/dbconnectionimpl.cpp | 87 + .../qt4/tools/designer/designer/dbconnectionimpl.h | 65 + .../qt4/tools/designer/designer/dbconnections.ui | 328 + .../tools/designer/designer/dbconnectionsimpl.cpp | 201 + .../tools/designer/designer/dbconnectionsimpl.h | 68 + tqtinterface/qt4/tools/designer/designer/defs.cpp | 91 + tqtinterface/qt4/tools/designer/designer/defs.h | 49 + .../qt4/tools/designer/designer/designer.pro | 443 + .../qt4/tools/designer/designer/designer_de.ts | 4969 ++++++ .../qt4/tools/designer/designer/designer_fr.ts | 4969 ++++++ .../qt4/tools/designer/designer/designer_pch.h | 44 + .../qt4/tools/designer/designer/designerapp.cpp | 181 + .../qt4/tools/designer/designer/designerapp.h | 65 + .../tools/designer/designer/designerappiface.cpp | 1100 ++ .../qt4/tools/designer/designer/designerappiface.h | 284 + .../qt4/tools/designer/designer/editfunctions.ui | 721 + .../tools/designer/designer/editfunctionsimpl.cpp | 536 + .../tools/designer/designer/editfunctionsimpl.h | 102 + .../qt4/tools/designer/designer/finddialog.ui | 281 + .../qt4/tools/designer/designer/finddialog.ui.h | 68 + .../qt4/tools/designer/designer/formfile.cpp | 924 ++ .../qt4/tools/designer/designer/formfile.h | 154 + .../qt4/tools/designer/designer/formsettings.ui | 556 + .../tools/designer/designer/formsettingsimpl.cpp | 125 + .../qt4/tools/designer/designer/formsettingsimpl.h | 57 + .../qt4/tools/designer/designer/formwindow.cpp | 2754 +++ .../qt4/tools/designer/designer/formwindow.h | 329 + .../qt4/tools/designer/designer/gotolinedialog.ui | 176 + .../tools/designer/designer/gotolinedialog.ui.h | 57 + .../qt4/tools/designer/designer/hierarchyview.cpp | 1498 ++ .../qt4/tools/designer/designer/hierarchyview.h | 254 + .../qt4/tools/designer/designer/iconvieweditor.ui | 464 + .../tools/designer/designer/iconvieweditorimpl.cpp | 170 + .../tools/designer/designer/iconvieweditorimpl.h | 66 + .../designer/images/designer_adjustsize.png | Bin 0 -> 495 bytes .../designer/designer/images/designer_appicon.png | Bin 0 -> 2341 bytes .../designer/designer/images/designer_arrow.png | Bin 0 -> 216 bytes .../designer/images/designer_background.png | Bin 0 -> 6724 bytes .../designer/designer/images/designer_book.png | Bin 0 -> 825 bytes .../designer/images/designer_buttongroup.png | Bin 0 -> 648 bytes .../designer/designer/images/designer_checkbox.png | Bin 0 -> 817 bytes .../designer/designer/images/designer_combobox.png | Bin 0 -> 549 bytes .../designer/images/designer_connecttool.png | Bin 0 -> 553 bytes .../designer/designer/images/designer_cross.png | Bin 0 -> 164 bytes .../designer/images/designer_customwidget.png | Bin 0 -> 1133 bytes .../designer/images/designer_d_adjustsize.png | Bin 0 -> 527 bytes .../designer/designer/images/designer_d_book.png | Bin 0 -> 557 bytes .../designer/images/designer_d_buttongroup.png | Bin 0 -> 482 bytes .../designer/images/designer_d_checkbox.png | Bin 0 -> 547 bytes .../designer/images/designer_d_combobox.png | Bin 0 -> 420 bytes .../designer/images/designer_d_connecttool.png | Bin 0 -> 450 bytes .../designer/images/designer_d_customwidget.png | Bin 0 -> 629 bytes .../designer/images/designer_d_databrowser.png | Bin 0 -> 600 bytes .../designer/images/designer_d_datatable.png | Bin 0 -> 592 bytes .../designer/images/designer_d_dataview.png | Bin 0 -> 663 bytes .../designer/images/designer_d_dateedit.png | Bin 0 -> 452 bytes .../designer/images/designer_d_datetimeedit.png | Bin 0 -> 665 bytes .../designer/designer/images/designer_d_dial.png | Bin 0 -> 706 bytes .../designer/designer/images/designer_d_down.png | Bin 0 -> 441 bytes .../designer/images/designer_d_editbreaklayout.png | Bin 0 -> 635 bytes .../designer/images/designer_d_editcopy.png | Bin 0 -> 515 bytes .../designer/images/designer_d_editcut.png | Bin 0 -> 800 bytes .../designer/images/designer_d_editdelete.png | Bin 0 -> 682 bytes .../designer/images/designer_d_editgrid.png | Bin 0 -> 425 bytes .../designer/images/designer_d_edithlayout.png | Bin 0 -> 272 bytes .../images/designer_d_edithlayoutsplit.png | Bin 0 -> 328 bytes .../designer/images/designer_d_editlower.png | Bin 0 -> 450 bytes .../designer/images/designer_d_editpaste.png | Bin 0 -> 598 bytes .../designer/images/designer_d_editraise.png | Bin 0 -> 454 bytes .../designer/images/designer_d_editslots.png | Bin 0 -> 534 bytes .../designer/images/designer_d_editvlayout.png | Bin 0 -> 272 bytes .../images/designer_d_editvlayoutsplit.png | Bin 0 -> 333 bytes .../designer/images/designer_d_filenew.png | Bin 0 -> 298 bytes .../designer/images/designer_d_fileopen.png | Bin 0 -> 406 bytes .../designer/images/designer_d_filesave.png | Bin 0 -> 267 bytes .../designer/designer/images/designer_d_folder.png | Bin 0 -> 841 bytes .../designer/designer/images/designer_d_form.png | Bin 0 -> 274 bytes .../designer/designer/images/designer_d_frame.png | Bin 0 -> 427 bytes .../designer/images/designer_d_groupbox.png | Bin 0 -> 465 bytes .../designer/designer/images/designer_d_help.png | Bin 0 -> 786 bytes .../designer/designer/images/designer_d_home.png | Bin 0 -> 743 bytes .../designer/images/designer_d_iconview.png | Bin 0 -> 547 bytes .../designer/designer/images/designer_d_image.png | Bin 0 -> 482 bytes .../designer/designer/images/designer_d_label.png | Bin 0 -> 670 bytes .../designer/designer/images/designer_d_layout.png | Bin 0 -> 496 bytes .../designer/images/designer_d_lcdnumber.png | Bin 0 -> 452 bytes .../designer/designer/images/designer_d_left.png | Bin 0 -> 422 bytes .../designer/designer/images/designer_d_line.png | Bin 0 -> 327 bytes .../designer/images/designer_d_lineedit.png | Bin 0 -> 445 bytes .../designer/images/designer_d_listbox.png | Bin 0 -> 410 bytes .../designer/images/designer_d_listview.png | Bin 0 -> 639 bytes .../designer/images/designer_d_multilineedit.png | Bin 0 -> 479 bytes .../designer/images/designer_d_newform.png | Bin 0 -> 443 bytes .../designer/images/designer_d_ordertool.png | Bin 0 -> 533 bytes .../designer/images/designer_d_pixlabel.png | Bin 0 -> 619 bytes .../designer/images/designer_d_pointer.png | Bin 0 -> 476 bytes .../designer/designer/images/designer_d_print.png | Bin 0 -> 589 bytes .../designer/images/designer_d_progress.png | Bin 0 -> 375 bytes .../designer/images/designer_d_project.png | Bin 0 -> 915 bytes .../designer/images/designer_d_pushbutton.png | Bin 0 -> 445 bytes .../designer/images/designer_d_radiobutton.png | Bin 0 -> 605 bytes .../designer/designer/images/designer_d_redo.png | Bin 0 -> 465 bytes .../designer/images/designer_d_richtextedit.png | Bin 0 -> 562 bytes .../designer/designer/images/designer_d_right.png | Bin 0 -> 425 bytes .../designer/images/designer_d_scrollbar.png | Bin 0 -> 364 bytes .../designer/images/designer_d_searchfind.png | Bin 0 -> 501 bytes .../designer/images/designer_d_setbuddy.png | Bin 0 -> 427 bytes .../designer/designer/images/designer_d_slider.png | Bin 0 -> 548 bytes .../designer/designer/images/designer_d_spacer.png | Bin 0 -> 519 bytes .../designer/images/designer_d_spinbox.png | Bin 0 -> 477 bytes .../designer/designer/images/designer_d_table.png | Bin 0 -> 512 bytes .../designer/images/designer_d_tabwidget.png | Bin 0 -> 404 bytes .../designer/images/designer_d_textbold.png | Bin 0 -> 517 bytes .../designer/images/designer_d_textbrowser.png | Bin 0 -> 534 bytes .../designer/images/designer_d_textcenter.png | Bin 0 -> 453 bytes .../designer/images/designer_d_textedit.png | Bin 0 -> 526 bytes .../designer/images/designer_d_textfont.png | Bin 0 -> 412 bytes .../designer/designer/images/designer_d_texth1.png | Bin 0 -> 475 bytes .../designer/designer/images/designer_d_texth2.png | Bin 0 -> 537 bytes .../designer/designer/images/designer_d_texth3.png | Bin 0 -> 508 bytes .../designer/images/designer_d_textitalic.png | Bin 0 -> 452 bytes .../designer/images/designer_d_textjustify.png | Bin 0 -> 442 bytes .../designer/images/designer_d_textlarger.png | Bin 0 -> 537 bytes .../designer/images/designer_d_textleft.png | Bin 0 -> 442 bytes .../designer/images/designer_d_textlinebreak.png | Bin 0 -> 526 bytes .../designer/images/designer_d_textparagraph.png | Bin 0 -> 543 bytes .../designer/images/designer_d_textright.png | Bin 0 -> 443 bytes .../designer/images/designer_d_textsmaller.png | Bin 0 -> 512 bytes .../designer/images/designer_d_textteletext.png | Bin 0 -> 462 bytes .../designer/images/designer_d_textunderline.png | Bin 0 -> 497 bytes .../designer/images/designer_d_textview.png | Bin 0 -> 529 bytes .../designer/images/designer_d_timeedit.png | Bin 0 -> 827 bytes .../designer/images/designer_d_toolbox.png | Bin 0 -> 465 bytes .../designer/images/designer_d_toolbutton.png | Bin 0 -> 670 bytes .../designer/designer/images/designer_d_undo.png | Bin 0 -> 471 bytes .../designer/designer/images/designer_d_up.png | Bin 0 -> 444 bytes .../designer/images/designer_d_widgetstack.png | Bin 0 -> 558 bytes .../designer/images/designer_d_wizarddata.png | Bin 0 -> 294 bytes .../designer/images/designer_d_wizarddialog.png | Bin 0 -> 421 bytes .../designer/images/designer_d_wordwrap.png | Bin 0 -> 506 bytes .../designer/images/designer_databrowser.png | Bin 0 -> 907 bytes .../designer/images/designer_datatable.png | Bin 0 -> 923 bytes .../designer/designer/images/designer_dataview.png | Bin 0 -> 1039 bytes .../designer/designer/images/designer_dateedit.png | Bin 0 -> 505 bytes .../designer/images/designer_datetimeedit.png | Bin 0 -> 1074 bytes .../designer/designer/images/designer_dial.png | Bin 0 -> 994 bytes .../designer/designer/images/designer_down.png | Bin 0 -> 595 bytes .../designer/images/designer_editbreaklayout.png | Bin 0 -> 744 bytes .../designer/designer/images/designer_editcopy.png | Bin 0 -> 485 bytes .../designer/designer/images/designer_editcut.png | Bin 0 -> 649 bytes .../designer/images/designer_editdelete.png | Bin 0 -> 833 bytes .../designer/designer/images/designer_editgrid.png | Bin 0 -> 513 bytes .../designer/images/designer_edithlayout.png | Bin 0 -> 295 bytes .../designer/images/designer_edithlayoutsplit.png | Bin 0 -> 344 bytes .../designer/images/designer_editlower.png | Bin 0 -> 609 bytes .../designer/images/designer_editpaste.png | Bin 0 -> 907 bytes .../designer/images/designer_editraise.png | Bin 0 -> 614 bytes .../designer/images/designer_editslots.png | Bin 0 -> 690 bytes .../designer/images/designer_editvlayout.png | Bin 0 -> 289 bytes .../designer/images/designer_editvlayoutsplit.png | Bin 0 -> 355 bytes .../designer/designer/images/designer_filenew.png | Bin 0 -> 313 bytes .../designer/designer/images/designer_fileopen.png | Bin 0 -> 681 bytes .../designer/designer/images/designer_filesave.png | Bin 0 -> 328 bytes .../designer/designer/images/designer_folder.png | Bin 0 -> 1366 bytes .../designer/designer/images/designer_form.png | Bin 0 -> 301 bytes .../designer/designer/images/designer_frame.png | Bin 0 -> 400 bytes .../designer/designer/images/designer_groupbox.png | Bin 0 -> 439 bytes .../designer/designer/images/designer_hand.png | Bin 0 -> 197 bytes .../designer/designer/images/designer_help.png | Bin 0 -> 1561 bytes .../designer/designer/images/designer_home.png | Bin 0 -> 1083 bytes .../designer/designer/images/designer_hsplit.png | Bin 0 -> 203 bytes .../designer/designer/images/designer_ibeam.png | Bin 0 -> 162 bytes .../designer/designer/images/designer_iconview.png | Bin 0 -> 613 bytes .../designer/designer/images/designer_image.png | Bin 0 -> 769 bytes .../designer/designer/images/designer_label.png | Bin 0 -> 953 bytes .../designer/designer/images/designer_layout.png | Bin 0 -> 706 bytes .../designer/images/designer_lcdnumber.png | Bin 0 -> 558 bytes .../designer/designer/images/designer_left.png | Bin 0 -> 678 bytes .../designer/designer/images/designer_line.png | Bin 0 -> 287 bytes .../designer/designer/images/designer_lineedit.png | Bin 0 -> 405 bytes .../designer/designer/images/designer_listbox.png | Bin 0 -> 384 bytes .../designer/designer/images/designer_listview.png | Bin 0 -> 759 bytes .../designer/images/designer_multilineedit.png | Bin 0 -> 452 bytes .../designer/designer/images/designer_newform.png | Bin 0 -> 531 bytes .../tools/designer/designer/images/designer_no.png | Bin 0 -> 230 bytes .../designer/designer/images/designer_object.png | Bin 0 -> 1065 bytes .../designer/images/designer_ordertool.png | Bin 0 -> 587 bytes .../designer/designer/images/designer_pixlabel.png | Bin 0 -> 1228 bytes .../designer/designer/images/designer_pointer.png | Bin 0 -> 586 bytes .../designer/designer/images/designer_print.png | Bin 0 -> 742 bytes .../designer/designer/images/designer_progress.png | Bin 0 -> 559 bytes .../designer/designer/images/designer_project.png | Bin 0 -> 1275 bytes .../designer/images/designer_pushbutton.png | Bin 0 -> 408 bytes .../designer/designer/images/designer_qtlogo.png | Bin 0 -> 12615 bytes .../designer/images/designer_radiobutton.png | Bin 0 -> 586 bytes .../designer/designer/images/designer_redo.png | Bin 0 -> 592 bytes .../designer/images/designer_resetproperty.png | Bin 0 -> 184 bytes .../designer/images/designer_richtextedit.png | Bin 0 -> 834 bytes .../designer/designer/images/designer_right.png | Bin 0 -> 656 bytes .../designer/designer/images/designer_s_down.png | Bin 0 -> 574 bytes .../designer/images/designer_s_editcut.png | Bin 0 -> 444 bytes .../designer/designer/images/designer_s_left.png | Bin 0 -> 564 bytes .../designer/designer/images/designer_s_right.png | Bin 0 -> 557 bytes .../designer/designer/images/designer_s_up.png | Bin 0 -> 586 bytes .../designer/images/designer_scrollbar.png | Bin 0 -> 408 bytes .../designer/images/designer_searchfind.png | Bin 0 -> 843 bytes .../designer/designer/images/designer_setbuddy.png | Bin 0 -> 427 bytes .../designer/designer/images/designer_sizeall.png | Bin 0 -> 208 bytes .../designer/designer/images/designer_sizeb.png | Bin 0 -> 203 bytes .../designer/designer/images/designer_sizef.png | Bin 0 -> 203 bytes .../designer/designer/images/designer_sizeh.png | Bin 0 -> 179 bytes .../designer/designer/images/designer_sizev.png | Bin 0 -> 177 bytes .../designer/designer/images/designer_slider.png | Bin 0 -> 729 bytes .../designer/designer/images/designer_spacer.png | Bin 0 -> 715 bytes .../designer/designer/images/designer_spinbox.png | Bin 0 -> 455 bytes .../designer/designer/images/designer_splash.png | Bin 0 -> 123917 bytes .../designer/designer/images/designer_table.png | Bin 0 -> 483 bytes .../designer/images/designer_tabwidget.png | Bin 0 -> 572 bytes .../designer/designer/images/designer_textbold.png | Bin 0 -> 494 bytes .../designer/images/designer_textbrowser.png | Bin 0 -> 514 bytes .../designer/images/designer_textcenter.png | Bin 0 -> 429 bytes .../designer/designer/images/designer_textedit.png | Bin 0 -> 495 bytes .../designer/designer/images/designer_textfont.png | Bin 0 -> 494 bytes .../designer/designer/images/designer_texth1.png | Bin 0 -> 462 bytes .../designer/designer/images/designer_texth2.png | Bin 0 -> 511 bytes .../designer/designer/images/designer_texth3.png | Bin 0 -> 485 bytes .../designer/images/designer_textitalic.png | Bin 0 -> 442 bytes .../designer/images/designer_textjustify.png | Bin 0 -> 408 bytes .../designer/images/designer_textlarger.png | Bin 0 -> 710 bytes .../designer/designer/images/designer_textleft.png | Bin 0 -> 409 bytes .../designer/images/designer_textlinebreak.png | Bin 0 -> 509 bytes .../designer/images/designer_textparagraph.png | Bin 0 -> 527 bytes .../designer/images/designer_textright.png | Bin 0 -> 408 bytes .../designer/images/designer_textsmaller.png | Bin 0 -> 654 bytes .../designer/images/designer_textteletext.png | Bin 0 -> 445 bytes .../designer/images/designer_textunderline.png | Bin 0 -> 471 bytes .../designer/designer/images/designer_textview.png | Bin 0 -> 498 bytes .../designer/designer/images/designer_timeedit.png | Bin 0 -> 1520 bytes .../designer/designer/images/designer_toolbox.png | Bin 0 -> 783 bytes .../designer/images/designer_toolbutton.png | Bin 0 -> 1261 bytes .../designer/designer/images/designer_undo.png | Bin 0 -> 572 bytes .../tools/designer/designer/images/designer_up.png | Bin 0 -> 692 bytes .../designer/designer/images/designer_uparrow.png | Bin 0 -> 169 bytes .../designer/designer/images/designer_vsplit.png | Bin 0 -> 192 bytes .../designer/designer/images/designer_wait.png | Bin 0 -> 216 bytes .../designer/images/designer_widgetstack.png | Bin 0 -> 831 bytes .../designer/images/designer_wizarddata.png | Bin 0 -> 323 bytes .../designer/images/designer_wizarddialog.png | Bin 0 -> 632 bytes .../designer/designer/images/designer_wordwrap.png | Bin 0 -> 643 bytes .../qt4/tools/designer/designer/layout.cpp | 1024 ++ tqtinterface/qt4/tools/designer/designer/layout.h | 198 + .../qt4/tools/designer/designer/listboxdnd.cpp | 312 + .../qt4/tools/designer/designer/listboxdnd.h | 71 + .../qt4/tools/designer/designer/listboxeditor.ui | 461 + .../tools/designer/designer/listboxeditorimpl.cpp | 250 + .../tools/designer/designer/listboxeditorimpl.h | 69 + .../qt4/tools/designer/designer/listboxrename.cpp | 164 + .../qt4/tools/designer/designer/listboxrename.h | 65 + .../qt4/tools/designer/designer/listdnd.cpp | 149 + tqtinterface/qt4/tools/designer/designer/listdnd.h | 70 + .../qt4/tools/designer/designer/listeditor.ui | 182 + .../qt4/tools/designer/designer/listeditor.ui.h | 72 + .../qt4/tools/designer/designer/listviewdnd.cpp | 439 + .../qt4/tools/designer/designer/listviewdnd.h | 74 + .../qt4/tools/designer/designer/listvieweditor.ui | 938 ++ .../tools/designer/designer/listvieweditorimpl.cpp | 655 + .../tools/designer/designer/listvieweditorimpl.h | 110 + .../qt4/tools/designer/designer/mainwindow.cpp | 3784 +++++ .../qt4/tools/designer/designer/mainwindow.h | 505 + .../tools/designer/designer/mainwindowactions.cpp | 2061 +++ .../qt4/tools/designer/designer/menubareditor.cpp | 1134 ++ .../qt4/tools/designer/designer/menubareditor.h | 207 + .../qt4/tools/designer/designer/metadatabase.cpp | 1693 ++ .../qt4/tools/designer/designer/metadatabase.h | 276 + .../qt4/tools/designer/designer/multilineeditor.ui | 188 + .../designer/designer/multilineeditorimpl.cpp | 417 + .../tools/designer/designer/multilineeditorimpl.h | 119 + .../qt4/tools/designer/designer/newform.ui | 245 + .../qt4/tools/designer/designer/newformimpl.cpp | 418 + .../qt4/tools/designer/designer/newformimpl.h | 172 + .../qt4/tools/designer/designer/orderindicator.cpp | 119 + .../qt4/tools/designer/designer/orderindicator.h | 65 + .../qt4/tools/designer/designer/outputwindow.cpp | 214 + .../qt4/tools/designer/designer/outputwindow.h | 106 + .../qt4/tools/designer/designer/paletteeditor.ui | 503 + .../designer/designer/paletteeditoradvanced.ui | 755 + .../designer/paletteeditoradvancedimpl.cpp | 650 + .../designer/designer/paletteeditoradvancedimpl.h | 104 + .../tools/designer/designer/paletteeditorimpl.cpp | 311 + .../tools/designer/designer/paletteeditorimpl.h | 84 + .../qt4/tools/designer/designer/pixmapchooser.cpp | 206 + .../qt4/tools/designer/designer/pixmapchooser.h | 79 + .../tools/designer/designer/pixmapcollection.cpp | 187 + .../qt4/tools/designer/designer/pixmapcollection.h | 87 + .../designer/designer/pixmapcollectioneditor.ui | 225 + .../designer/designer/pixmapcollectioneditor.ui.h | 156 + .../qt4/tools/designer/designer/pixmapfunction.ui | 937 ++ .../tools/designer/designer/popupmenueditor.cpp | 1468 ++ .../qt4/tools/designer/designer/popupmenueditor.h | 244 + .../qt4/tools/designer/designer/preferences.ui | 670 + .../qt4/tools/designer/designer/previewframe.cpp | 64 + .../qt4/tools/designer/designer/previewframe.h | 66 + .../qt4/tools/designer/designer/previewwidget.ui | 311 + .../tools/designer/designer/previewwidgetimpl.cpp | 72 + .../tools/designer/designer/previewwidgetimpl.h | 51 + .../qt4/tools/designer/designer/project.cpp | 1598 ++ tqtinterface/qt4/tools/designer/designer/project.h | 281 + .../qt4/tools/designer/designer/projectsettings.ui | 308 + .../designer/designer/projectsettingsimpl.cpp | 132 + .../tools/designer/designer/projectsettingsimpl.h | 64 + .../qt4/tools/designer/designer/propertyeditor.cpp | 4307 +++++ .../qt4/tools/designer/designer/propertyeditor.h | 898 + .../qt4/tools/designer/designer/propertyobject.cpp | 165 + .../qt4/tools/designer/designer/propertyobject.h | 43 + .../tools/designer/designer/qcompletionedit.cpp | 217 + .../qt4/tools/designer/designer/qcompletionedit.h | 87 + .../qt4/tools/designer/designer/replacedialog.ui | 325 + .../qt4/tools/designer/designer/replacedialog.ui.h | 82 + .../qt4/tools/designer/designer/resource.cpp | 3367 ++++ .../qt4/tools/designer/designer/resource.h | 172 + .../tools/designer/designer/richtextfontdialog.ui | 354 + .../designer/designer/richtextfontdialog.ui.h | 49 + .../qt4/tools/designer/designer/sizehandle.cpp | 394 + .../qt4/tools/designer/designer/sizehandle.h | 105 + .../qt4/tools/designer/designer/sourceeditor.cpp | 325 + .../qt4/tools/designer/designer/sourceeditor.h | 114 + .../qt4/tools/designer/designer/sourcefile.cpp | 302 + .../qt4/tools/designer/designer/sourcefile.h | 94 + .../qt4/tools/designer/designer/startdialog.ui | 331 + .../tools/designer/designer/startdialogimpl.cpp | 177 + .../qt4/tools/designer/designer/startdialogimpl.h | 89 + .../qt4/tools/designer/designer/styledbutton.cpp | 302 + .../qt4/tools/designer/designer/styledbutton.h | 111 + .../designer/designer/syntaxhighlighter_html.cpp | 167 + .../designer/designer/syntaxhighlighter_html.h | 67 + .../qt4/tools/designer/designer/tableeditor.ui | 831 + .../tools/designer/designer/tableeditorimpl.cpp | 501 + .../qt4/tools/designer/designer/tableeditorimpl.h | 90 + .../qt4/tools/designer/designer/timestamp.cpp | 93 + .../qt4/tools/designer/designer/timestamp.h | 71 + .../qt4/tools/designer/designer/variabledialog.ui | 301 + .../tools/designer/designer/variabledialogimpl.cpp | 185 + .../tools/designer/designer/variabledialogimpl.h | 64 + .../qt4/tools/designer/designer/widgetaction.cpp | 65 + .../qt4/tools/designer/designer/widgetaction.h | 72 + .../qt4/tools/designer/designer/widgetfactory.cpp | 1829 ++ .../qt4/tools/designer/designer/widgetfactory.h | 523 + .../qt4/tools/designer/designer/wizardeditor.ui | 345 + .../tools/designer/designer/wizardeditorimpl.cpp | 258 + .../qt4/tools/designer/designer/wizardeditorimpl.h | 82 + .../qt4/tools/designer/designer/workspace.cpp | 713 + .../qt4/tools/designer/designer/workspace.h | 159 + .../qt4/tools/designer/editor/arghintwidget.cpp | 239 + .../qt4/tools/designer/editor/arghintwidget.h | 69 + tqtinterface/qt4/tools/designer/editor/browser.cpp | 149 + tqtinterface/qt4/tools/designer/editor/browser.h | 66 + tqtinterface/qt4/tools/designer/editor/cindent.cpp | 163 + tqtinterface/qt4/tools/designer/editor/cindent.h | 63 + .../qt4/tools/designer/editor/completion.cpp | 714 + .../qt4/tools/designer/editor/completion.h | 110 + tqtinterface/qt4/tools/designer/editor/conf.cpp | 269 + tqtinterface/qt4/tools/designer/editor/conf.h | 75 + tqtinterface/qt4/tools/designer/editor/editor.cpp | 251 + tqtinterface/qt4/tools/designer/editor/editor.h | 111 + tqtinterface/qt4/tools/designer/editor/editor.pro | 40 + .../qt4/tools/designer/editor/markerwidget.cpp | 491 + .../qt4/tools/designer/editor/markerwidget.h | 75 + tqtinterface/qt4/tools/designer/editor/paragdata.h | 65 + .../qt4/tools/designer/editor/parenmatcher.cpp | 215 + .../qt4/tools/designer/editor/parenmatcher.h | 78 + .../qt4/tools/designer/editor/preferences.ui | 510 + .../qt4/tools/designer/editor/preferences.ui.h | 181 + .../qt4/tools/designer/editor/viewmanager.cpp | 276 + .../qt4/tools/designer/editor/viewmanager.h | 100 + .../qt4/tools/designer/editor/yyindent.cpp | 1170 ++ .../designer/examples/addressbook/addressbook.pro | 14 + .../designer/examples/addressbook/addressbook.ui | 324 + .../designer/examples/addressbook/addressbook.ui.h | 137 + .../examples/addressbook/addressdetails.ui | 243 + .../examples/addressbook/addressdetails.ui.h | 24 + .../examples/addressbook/images/editcut.png | Bin 0 -> 163 bytes .../examples/addressbook/images/filenew.png | Bin 0 -> 150 bytes .../examples/addressbook/images/fileopen.png | Bin 0 -> 179 bytes .../examples/addressbook/images/filesave.png | Bin 0 -> 157 bytes .../examples/addressbook/images/searchfind.png | Bin 0 -> 587 bytes .../tools/designer/examples/addressbook/main.cpp | 11 + .../tools/designer/examples/addressbook/search.ui | 136 + .../designer/examples/addressbook/search.ui.h | 13 + .../qt4/tools/designer/examples/book/book.sql | 42 + .../qt4/tools/designer/examples/book/book1/book.ui | 71 + .../tools/designer/examples/book/book1/book.ui.h | 5 + .../tools/designer/examples/book/book1/book1.pro | 8 + .../tools/designer/examples/book/book1/main.cpp | 27 + .../qt4/tools/designer/examples/book/book2/book.ui | 77 + .../tools/designer/examples/book/book2/book.ui.h | 10 + .../tools/designer/examples/book/book2/book2.pro | 8 + .../tools/designer/examples/book/book2/main.cpp | 27 + .../qt4/tools/designer/examples/book/book3/book.ui | 141 + .../tools/designer/examples/book/book3/book.ui.h | 16 + .../tools/designer/examples/book/book3/book3.pro | 8 + .../tools/designer/examples/book/book3/main.cpp | 27 + .../qt4/tools/designer/examples/book/book4/book.ui | 179 + .../tools/designer/examples/book/book4/book.ui.h | 16 + .../tools/designer/examples/book/book4/book4.pro | 8 + .../tools/designer/examples/book/book4/main.cpp | 29 + .../qt4/tools/designer/examples/book/book5/book.ui | 188 + .../tools/designer/examples/book/book5/book.ui.h | 23 + .../tools/designer/examples/book/book5/book5.pro | 8 + .../tools/designer/examples/book/book5/editbook.ui | 291 + .../designer/examples/book/book5/editbook.ui.h | 10 + .../tools/designer/examples/book/book5/main.cpp | 27 + .../qt4/tools/designer/examples/book/book6/book.ui | 189 + .../tools/designer/examples/book/book6/book.ui.h | 33 + .../tools/designer/examples/book/book6/book6.pro | 8 + .../tools/designer/examples/book/book6/editbook.ui | 300 + .../designer/examples/book/book6/editbook.ui.h | 10 + .../tools/designer/examples/book/book6/main.cpp | 27 + .../qt4/tools/designer/examples/book/book7/book.ui | 189 + .../tools/designer/examples/book/book7/book.ui.h | 33 + .../tools/designer/examples/book/book7/book7.pro | 7 + .../tools/designer/examples/book/book7/editbook.ui | 384 + .../designer/examples/book/book7/editbook.ui.h | 42 + .../tools/designer/examples/book/book7/main.cpp | 27 + .../qt4/tools/designer/examples/book/book8/book.ui | 189 + .../tools/designer/examples/book/book8/book.ui.h | 33 + .../tools/designer/examples/book/book8/book8.pro | 7 + .../tools/designer/examples/book/book8/editbook.ui | 386 + .../designer/examples/book/book8/editbook.ui.h | 47 + .../tools/designer/examples/book/book8/main.cpp | 27 + .../tools/designer/examples/book/connection.cpp | 52 + .../qt4/tools/designer/examples/book/connection.h | 18 + .../designer/examples/colortool/colornameform.ui | 168 + .../designer/examples/colortool/colornameform.ui.h | 27 + .../designer/examples/colortool/colortool.pro | 27 + .../tools/designer/examples/colortool/findform.ui | 141 + .../designer/examples/colortool/findform.ui.h | 18 + .../examples/colortool/images/editcopy.png | Bin 0 -> 187 bytes .../designer/examples/colortool/images/editcut.png | Bin 0 -> 163 bytes .../examples/colortool/images/editraise.png | Bin 0 -> 489 bytes .../designer/examples/colortool/images/filenew.png | Bin 0 -> 127 bytes .../examples/colortool/images/fileopen.png | Bin 0 -> 178 bytes .../examples/colortool/images/filesave.png | Bin 0 -> 158 bytes .../examples/colortool/images/iconview.png | Bin 0 -> 898 bytes .../examples/colortool/images/richtextedit.png | Bin 0 -> 878 bytes .../examples/colortool/images/searchfind.png | Bin 0 -> 554 bytes .../designer/examples/colortool/images/table.png | Bin 0 -> 371 bytes .../examples/colortool/images/tabwidget.png | Bin 0 -> 545 bytes .../examples/colortool/images/widgetstack.png | Bin 0 -> 662 bytes .../qt4/tools/designer/examples/colortool/main.cpp | 10 + .../tools/designer/examples/colortool/mainform.ui | 601 + .../designer/examples/colortool/mainform.ui.h | 585 + .../designer/examples/colortool/optionsform.ui | 153 + .../designer/examples/colortool/optionsform.ui.h | 7 + .../qt4/tools/designer/examples/credit/credit.pro | 11 + .../tools/designer/examples/credit/creditform.cpp | 20 + .../tools/designer/examples/credit/creditform.h | 12 + .../designer/examples/credit/creditformbase.cpp | 122 + .../designer/examples/credit/creditformbase.h | 48 + .../designer/examples/credit/creditformbase.ui | 212 + .../designer/examples/credit/creditformbase.ui.h | 5 + .../qt4/tools/designer/examples/credit/main.cpp | 25 + .../examples/filechooser/plugin/plugin.cpp | 95 + .../designer/examples/filechooser/plugin/plugin.h | 16 + .../examples/filechooser/plugin/plugin.pro | 14 + .../examples/filechooser/widget/filechooser.cpp | 62 + .../examples/filechooser/widget/filechooser.h | 48 + .../examples/filechooser/widget/filechooser.pro | 9 + .../designer/examples/filechooser/widget/main.cpp | 10 + .../qt4/tools/designer/examples/metric/main.cpp | 12 + .../qt4/tools/designer/examples/metric/metric.pro | 12 + .../qt4/tools/designer/examples/metric/metric.ui | 366 + .../qt4/tools/designer/examples/metric/metric.ui.h | 72 + .../qt4/tools/designer/examples/multiclip/main.cpp | 25 + .../designer/examples/multiclip/multiclip.pro | 9 + .../tools/designer/examples/multiclip/multiclip.ui | 206 + .../designer/examples/multiclip/multiclip.ui.h | 70 + .../tools/designer/examples/opengl/glwidget.cpp | 170 + .../qt4/tools/designer/examples/opengl/glwidget.h | 75 + .../qt4/tools/designer/examples/opengl/main.cpp | 305 + .../qt4/tools/designer/examples/opengl/opengl.pro | 11 + .../qt4/tools/designer/examples/receiver1/main.cpp | 24 + .../tools/designer/examples/receiver1/mainform.ui | 87 + .../designer/examples/receiver1/mainform.ui.h | 25 + .../tools/designer/examples/receiver1/receiver.pro | 11 + .../qt4/tools/designer/examples/receiver2/main.cpp | 25 + .../tools/designer/examples/receiver2/mainform.ui | 82 + .../designer/examples/receiver2/mainform.ui.h | 20 + .../tools/designer/examples/receiver2/receiver.cpp | 29 + .../tools/designer/examples/receiver2/receiver.h | 13 + .../tools/designer/examples/receiver2/receiver.pro | 12 + .../designer/examples/richedit/images/editcopy.png | Bin 0 -> 187 bytes .../designer/examples/richedit/images/editcut.png | Bin 0 -> 163 bytes .../examples/richedit/images/editpaste.png | Bin 0 -> 209 bytes .../designer/examples/richedit/images/filenew.png | Bin 0 -> 127 bytes .../designer/examples/richedit/images/fileopen.png | Bin 0 -> 178 bytes .../designer/examples/richedit/images/filesave.png | Bin 0 -> 158 bytes .../designer/examples/richedit/images/redo.png | Bin 0 -> 149 bytes .../designer/examples/richedit/images/textbold.png | Bin 0 -> 119 bytes .../examples/richedit/images/textcenter.png | Bin 0 -> 92 bytes .../examples/richedit/images/textitalic.png | Bin 0 -> 102 bytes .../designer/examples/richedit/images/textleft.png | Bin 0 -> 90 bytes .../examples/richedit/images/textright.png | Bin 0 -> 93 bytes .../examples/richedit/images/textunder.png | Bin 0 -> 115 bytes .../designer/examples/richedit/images/undo.png | Bin 0 -> 150 bytes .../qt4/tools/designer/examples/richedit/main.cpp | 25 + .../tools/designer/examples/richedit/richedit.pro | 10 + .../tools/designer/examples/richedit/richedit.ui | 612 + .../tools/designer/examples/richedit/richedit.ui.h | 120 + .../qt4/tools/designer/examples/sizeaware/main.cpp | 11 + .../designer/examples/sizeaware/sizeaware.cpp | 38 + .../tools/designer/examples/sizeaware/sizeaware.h | 23 + .../designer/examples/sizeaware/sizeaware.pro | 6 + .../qt4/tools/designer/examples/vcr/main.cpp | 10 + .../qt4/tools/designer/examples/vcr/play.xpm | 23 + .../qt4/tools/designer/examples/vcr/vcr.cpp | 117 + tqtinterface/qt4/tools/designer/examples/vcr/vcr.h | 17 + .../qt4/tools/designer/examples/vcr/vcr.pro | 8 + .../qt4/tools/designer/integration/designer.el | 19 + .../tools/designer/interfaces/actioninterface.h | 85 + .../designer/interfaces/classbrowserinterface.h | 70 + .../tools/designer/interfaces/designerinterface.h | 268 + .../tools/designer/interfaces/editorinterface.h | 109 + .../tools/designer/interfaces/filterinterface.h | 75 + .../designer/interfaces/interpreterinterface.h | 66 + .../tools/designer/interfaces/languageinterface.h | 138 + .../designer/interfaces/preferenceinterface.h | 75 + .../designer/interfaces/projectsettingsiface.h | 76 + .../designer/interfaces/sourcetemplateiface.h | 72 + .../designer/interfaces/templatewizardiface.h | 67 + .../tools/designer/interfaces/widgetinterface.h | 42 + .../tools/designer/plugins/cppeditor/common.cpp | 111 + .../designer/plugins/cppeditor/cppbrowser.cpp | 78 + .../tools/designer/plugins/cppeditor/cppbrowser.h | 50 + .../designer/plugins/cppeditor/cppcompletion.cpp | 220 + .../designer/plugins/cppeditor/cppcompletion.h | 60 + .../tools/designer/plugins/cppeditor/cppeditor.cpp | 168 + .../tools/designer/plugins/cppeditor/cppeditor.h | 78 + .../tools/designer/plugins/cppeditor/cppeditor.pro | 21 + .../plugins/cppeditor/editorinterfaceimpl.cpp | 338 + .../plugins/cppeditor/editorinterfaceimpl.h | 107 + .../plugins/cppeditor/languageinterfaceimpl.cpp | 249 + .../plugins/cppeditor/languageinterfaceimpl.h | 90 + .../designer/plugins/cppeditor/mainfilesettings.ui | 211 + .../plugins/cppeditor/mainfilesettings.ui.h | 36 + .../plugins/cppeditor/preferenceinterfaceimpl.cpp | 102 + .../plugins/cppeditor/preferenceinterfaceimpl.h | 64 + .../designer/plugins/cppeditor/projectsettings.ui | 347 + .../plugins/cppeditor/projectsettings.ui.h | 106 + .../cppeditor/projectsettingsinterfaceimpl.cpp | 106 + .../cppeditor/projectsettingsinterfaceimpl.h | 62 + .../cppeditor/sourcetemplateinterfaceimpl.cpp | 117 + .../cppeditor/sourcetemplateinterfaceimpl.h | 54 + .../plugins/cppeditor/syntaxhighliter_cpp.cpp | 550 + .../plugins/cppeditor/syntaxhighliter_cpp.h | 73 + .../qt4/tools/designer/plugins/cppeditor/yyreg.cpp | 800 + .../qt4/tools/designer/plugins/cppeditor/yyreg.h | 88 + .../qt4/tools/designer/plugins/dlg/dlg.pro | 13 + .../qt4/tools/designer/plugins/dlg/dlg2ui.cpp | 1632 ++ .../qt4/tools/designer/plugins/dlg/dlg2ui.h | 144 + .../qt4/tools/designer/plugins/dlg/main.cpp | 108 + .../qt4/tools/designer/plugins/glade/glade.pro | 13 + .../qt4/tools/designer/plugins/glade/glade2ui.cpp | 2203 +++ .../qt4/tools/designer/plugins/glade/glade2ui.h | 169 + .../qt4/tools/designer/plugins/glade/main.cpp | 109 + .../qt4/tools/designer/plugins/kdevdlg/kdevdlg.pro | 11 + .../tools/designer/plugins/kdevdlg/kdevdlg2ui.cpp | 524 + .../tools/designer/plugins/kdevdlg/kdevdlg2ui.h | 90 + .../qt4/tools/designer/plugins/kdevdlg/main.cpp | 120 + .../qt4/tools/designer/plugins/plugins.pro | 9 + .../qt4/tools/designer/plugins/rc/main.cpp | 117 + tqtinterface/qt4/tools/designer/plugins/rc/rc.pro | 11 + .../qt4/tools/designer/plugins/rc/rc2ui.cpp | 888 + tqtinterface/qt4/tools/designer/plugins/rc/rc2ui.h | 103 + .../plugins/wizards/images/qtwizards_menu_1.png | Bin 0 -> 10172 bytes .../plugins/wizards/images/qtwizards_menu_2.png | Bin 0 -> 12582 bytes .../plugins/wizards/images/qtwizards_menu_3.png | Bin 0 -> 11653 bytes .../plugins/wizards/images/qtwizards_table_1.png | Bin 0 -> 13382 bytes .../plugins/wizards/images/qtwizards_table_2.png | Bin 0 -> 15245 bytes .../plugins/wizards/images/qtwizards_table_3.png | Bin 0 -> 16105 bytes .../plugins/wizards/images/qtwizards_table_4.png | Bin 0 -> 7894 bytes .../designer/plugins/wizards/images/re-sort.png | Bin 0 -> 254 bytes .../plugins/wizards/images/small/editcopy.png | Bin 0 -> 172 bytes .../plugins/wizards/images/small/editcut.png | Bin 0 -> 157 bytes .../plugins/wizards/images/small/editpaste.png | Bin 0 -> 199 bytes .../plugins/wizards/images/small/filenew.png | Bin 0 -> 119 bytes .../plugins/wizards/images/small/fileopen.png | Bin 0 -> 165 bytes .../plugins/wizards/images/small/filesave.png | Bin 0 -> 150 bytes .../plugins/wizards/images/small/print.png | Bin 0 -> 586 bytes .../designer/plugins/wizards/images/small/redo.png | Bin 0 -> 137 bytes .../plugins/wizards/images/small/searchfind.png | Bin 0 -> 534 bytes .../designer/plugins/wizards/images/small/undo.png | Bin 0 -> 137 bytes .../qt4/tools/designer/plugins/wizards/main.cpp | 142 + .../designer/plugins/wizards/mainwindowwizard.ui | 757 + .../designer/plugins/wizards/mainwindowwizard.ui.h | 321 + .../designer/plugins/wizards/sqlformwizard.ui | 1776 ++ .../designer/plugins/wizards/sqlformwizardimpl.cpp | 624 + .../designer/plugins/wizards/sqlformwizardimpl.h | 87 + .../qt4/tools/designer/plugins/wizards/wizards.pro | 21 + tqtinterface/qt4/tools/designer/shared/domtool.cpp | 460 + tqtinterface/qt4/tools/designer/shared/domtool.h | 60 + .../qt4/tools/designer/shared/globaldefs.h | 69 + tqtinterface/qt4/tools/designer/shared/parser.cpp | 79 + tqtinterface/qt4/tools/designer/shared/parser.h | 46 + tqtinterface/qt4/tools/designer/shared/ui2uib.cpp | 900 + tqtinterface/qt4/tools/designer/shared/ui2uib.h | 42 + tqtinterface/qt4/tools/designer/shared/uib.cpp | 49 + tqtinterface/qt4/tools/designer/shared/uib.h | 159 + .../qt4/tools/designer/shared/widgetdatabase.cpp | 960 ++ .../qt4/tools/designer/shared/widgetdatabase.h | 103 + .../designer/templates/Configuration_Dialog.ui | 162 + .../templates/Dialog_with_Buttons_(Bottom).ui | 122 + .../templates/Dialog_with_Buttons_(Right).ui | 122 + .../qt4/tools/designer/templates/Tab_Dialog.ui | 146 + .../qt4/tools/designer/tools/conv2ui/conv2ui.pro | 10 + .../qt4/tools/designer/tools/conv2ui/main.cpp | 220 + .../qt4/tools/designer/tools/createcw/README | 18 + .../qt4/tools/designer/tools/createcw/createcw.pro | 5 + .../qt4/tools/designer/tools/createcw/main.cpp | 190 + tqtinterface/qt4/tools/designer/uic/embed.cpp | 316 + tqtinterface/qt4/tools/designer/uic/form.cpp | 1462 ++ tqtinterface/qt4/tools/designer/uic/main.cpp | 358 + tqtinterface/qt4/tools/designer/uic/object.cpp | 759 + .../qt4/tools/designer/uic/subclassing.cpp | 353 + tqtinterface/qt4/tools/designer/uic/uic.cpp | 1129 ++ tqtinterface/qt4/tools/designer/uic/uic.h | 176 + tqtinterface/qt4/tools/designer/uic/uic.pro | 42 + .../qt4/tools/designer/uilib/test/main.cpp | 50 + .../qt4/tools/designer/uilib/test/test.pro | 7 + .../qt4/tools/designer/uilib/tqwidgetfactory.cpp | 2623 +++ .../qt4/tools/designer/uilib/tqwidgetfactory.h | 188 + tqtinterface/qt4/tools/designer/uilib/uilib.pro | 30 + tqtinterface/qt4/tools/linguist/LICENSE.GPL | 280 + .../qt4/tools/linguist/book/images/doneandnext.png | Bin 0 -> 445 bytes .../qt4/tools/linguist/book/images/editcopy.png | Bin 0 -> 587 bytes .../qt4/tools/linguist/book/images/editcut.png | Bin 0 -> 480 bytes .../qt4/tools/linguist/book/images/editfind.png | Bin 0 -> 776 bytes .../qt4/tools/linguist/book/images/editpaste.png | Bin 0 -> 664 bytes .../qt4/tools/linguist/book/images/editredo.png | Bin 0 -> 362 bytes .../qt4/tools/linguist/book/images/editundo.png | Bin 0 -> 353 bytes .../qt4/tools/linguist/book/images/fileopen.png | Bin 0 -> 523 bytes .../qt4/tools/linguist/book/images/fileprint.png | Bin 0 -> 767 bytes .../qt4/tools/linguist/book/images/filesave.png | Bin 0 -> 510 bytes .../qt4/tools/linguist/book/images/finddialog.png | Bin 0 -> 3165 bytes .../qt4/tools/linguist/book/images/linguist.png | Bin 0 -> 22819 bytes .../qt4/tools/linguist/book/images/menubar.png | Bin 0 -> 511 bytes .../qt4/tools/linguist/book/images/next.png | Bin 0 -> 418 bytes .../tools/linguist/book/images/nextunfinished.png | Bin 0 -> 456 bytes .../linguist/book/images/phrasebookdialog.png | Bin 0 -> 4857 bytes .../tools/linguist/book/images/phrasebookopen.png | Bin 0 -> 883 bytes .../qt4/tools/linguist/book/images/prev.png | Bin 0 -> 412 bytes .../tools/linguist/book/images/prevunfinished.png | Bin 0 -> 449 bytes .../qt4/tools/linguist/book/images/toolbar.png | Bin 0 -> 5397 bytes .../qt4/tools/linguist/book/images/tt1_en.png | Bin 0 -> 872 bytes .../qt4/tools/linguist/book/images/tt1_la.png | Bin 0 -> 894 bytes .../qt4/tools/linguist/book/images/tt2_en.png | Bin 0 -> 1615 bytes .../qt4/tools/linguist/book/images/tt2_fr.png | Bin 0 -> 1854 bytes .../qt4/tools/linguist/book/images/tt2_nl.png | Bin 0 -> 1881 bytes .../qt4/tools/linguist/book/images/tt3_10_en.png | Bin 0 -> 2286 bytes .../tools/linguist/book/images/tt3_10_pt_bad.png | Bin 0 -> 2411 bytes .../tools/linguist/book/images/tt3_10_pt_good.png | Bin 0 -> 2485 bytes .../tools/linguist/book/images/tt3_11_about_pt.png | Bin 0 -> 2720 bytes .../qt4/tools/linguist/book/images/tt3_11_en.png | Bin 0 -> 2368 bytes .../qt4/tools/linguist/book/images/tt3_11_pt.png | Bin 0 -> 2537 bytes .../linguist/book/images/validateaccelerators.png | Bin 0 -> 387 bytes .../tools/linguist/book/images/validatephrases.png | Bin 0 -> 293 bytes .../linguist/book/images/validatepunctuation.png | Bin 0 -> 373 bytes .../qt4/tools/linguist/book/linguist-manager.leaf | 138 + .../qt4/tools/linguist/book/linguist-manual.book | 90 + .../tools/linguist/book/linguist-programmer.leaf | 1145 ++ .../tools/linguist/book/linguist-translator.leaf | 582 + tqtinterface/qt4/tools/linguist/linguist.pro | 11 + tqtinterface/qt4/tools/linguist/linguist/about.ui | 223 + .../qt4/tools/linguist/linguist/finddialog.cpp | 183 + .../qt4/tools/linguist/linguist/finddialog.h | 69 + .../tools/linguist/linguist/images/accelerator.png | Bin 0 -> 782 bytes .../qt4/tools/linguist/linguist/images/appicon.png | Bin 0 -> 1936 bytes .../qt4/tools/linguist/linguist/images/book.png | Bin 0 -> 825 bytes .../linguist/linguist/images/d_accelerator.png | Bin 0 -> 487 bytes .../qt4/tools/linguist/linguist/images/d_book.png | Bin 0 -> 557 bytes .../linguist/linguist/images/d_doneandnext.png | Bin 0 -> 457 bytes .../tools/linguist/linguist/images/d_editcopy.png | Bin 0 -> 526 bytes .../tools/linguist/linguist/images/d_editcut.png | Bin 0 -> 800 bytes .../tools/linguist/linguist/images/d_editpaste.png | Bin 0 -> 610 bytes .../tools/linguist/linguist/images/d_fileopen.png | Bin 0 -> 406 bytes .../tools/linguist/linguist/images/d_filesave.png | Bin 0 -> 267 bytes .../qt4/tools/linguist/linguist/images/d_next.png | Bin 0 -> 446 bytes .../linguist/linguist/images/d_nextunfinished.png | Bin 0 -> 522 bytes .../tools/linguist/linguist/images/d_phrase.png | Bin 0 -> 290 bytes .../qt4/tools/linguist/linguist/images/d_prev.png | Bin 0 -> 425 bytes .../linguist/linguist/images/d_prevunfinished.png | Bin 0 -> 542 bytes .../qt4/tools/linguist/linguist/images/d_print.png | Bin 0 -> 595 bytes .../linguist/linguist/images/d_punctuation.png | Bin 0 -> 356 bytes .../qt4/tools/linguist/linguist/images/d_redo.png | Bin 0 -> 465 bytes .../linguist/linguist/images/d_s_check_danger.png | Bin 0 -> 270 bytes .../linguist/linguist/images/d_s_check_obs.png | Bin 0 -> 220 bytes .../linguist/linguist/images/d_s_check_off.png | Bin 0 -> 348 bytes .../linguist/linguist/images/d_s_check_on.png | Bin 0 -> 220 bytes .../linguist/linguist/images/d_searchfind.png | Bin 0 -> 501 bytes .../qt4/tools/linguist/linguist/images/d_undo.png | Bin 0 -> 471 bytes .../tools/linguist/linguist/images/doneandnext.png | Bin 0 -> 532 bytes .../tools/linguist/linguist/images/editcopy.png | Bin 0 -> 491 bytes .../qt4/tools/linguist/linguist/images/editcut.png | Bin 0 -> 649 bytes .../tools/linguist/linguist/images/editpaste.png | Bin 0 -> 864 bytes .../tools/linguist/linguist/images/fileopen.png | Bin 0 -> 681 bytes .../tools/linguist/linguist/images/filesave.png | Bin 0 -> 328 bytes .../qt4/tools/linguist/linguist/images/next.png | Bin 0 -> 541 bytes .../linguist/linguist/images/nextunfinished.png | Bin 0 -> 649 bytes .../tools/linguist/linguist/images/pagecurl.png | Bin 0 -> 1247 bytes .../qt4/tools/linguist/linguist/images/phrase.png | Bin 0 -> 366 bytes .../qt4/tools/linguist/linguist/images/prev.png | Bin 0 -> 542 bytes .../linguist/linguist/images/prevunfinished.png | Bin 0 -> 725 bytes .../qt4/tools/linguist/linguist/images/print.png | Bin 0 -> 766 bytes .../tools/linguist/linguist/images/punctuation.png | Bin 0 -> 502 bytes .../qt4/tools/linguist/linguist/images/redo.png | Bin 0 -> 592 bytes .../linguist/linguist/images/s_check_danger.png | Bin 0 -> 326 bytes .../tools/linguist/linguist/images/s_check_obs.png | Bin 0 -> 245 bytes .../tools/linguist/linguist/images/s_check_off.png | Bin 0 -> 439 bytes .../tools/linguist/linguist/images/s_check_on.png | Bin 0 -> 235 bytes .../tools/linguist/linguist/images/searchfind.png | Bin 0 -> 843 bytes .../qt4/tools/linguist/linguist/images/splash.png | Bin 0 -> 31939 bytes .../qt4/tools/linguist/linguist/images/undo.png | Bin 0 -> 572 bytes .../tools/linguist/linguist/images/whatsthis.xpm | 24 + .../qt4/tools/linguist/linguist/linguist.icns | Bin 0 -> 47620 bytes .../qt4/tools/linguist/linguist/linguist.ico | Bin 0 -> 10134 bytes .../qt4/tools/linguist/linguist/linguist.pro | 109 + .../qt4/tools/linguist/linguist/linguist.rc | 1 + .../qt4/tools/linguist/linguist/linguist_de.ts | 993 ++ .../qt4/tools/linguist/linguist/linguist_fr.ts | 993 ++ .../qt4/tools/linguist/linguist/listviews.cpp | 350 + .../qt4/tools/linguist/linguist/listviews.h | 135 + tqtinterface/qt4/tools/linguist/linguist/main.cpp | 89 + .../qt4/tools/linguist/linguist/msgedit.cpp | 835 + tqtinterface/qt4/tools/linguist/linguist/msgedit.h | 247 + .../qt4/tools/linguist/linguist/phrase.cpp | 189 + tqtinterface/qt4/tools/linguist/linguist/phrase.h | 74 + .../qt4/tools/linguist/linguist/phrasebookbox.cpp | 244 + .../qt4/tools/linguist/linguist/phrasebookbox.h | 85 + .../qt4/tools/linguist/linguist/phraselv.cpp | 171 + .../qt4/tools/linguist/linguist/phraselv.h | 83 + .../qt4/tools/linguist/linguist/printout.cpp | 182 + .../qt4/tools/linguist/linguist/printout.h | 126 + .../qt4/tools/linguist/linguist/simtexth.cpp | 239 + .../qt4/tools/linguist/linguist/simtexth.h | 64 + .../qt4/tools/linguist/linguist/statistics.ui | 259 + .../qt4/tools/linguist/linguist/statistics.ui.h | 53 + .../qt4/tools/linguist/linguist/trwindow.cpp | 2072 +++ .../qt4/tools/linguist/linguist/trwindow.h | 238 + .../qt4/tools/linguist/lrelease/lrelease.pro | 17 + tqtinterface/qt4/tools/linguist/lrelease/main.cpp | 203 + .../qt4/tools/linguist/lupdate/fetchtr.cpp | 824 + .../qt4/tools/linguist/lupdate/lupdate.pro | 21 + tqtinterface/qt4/tools/linguist/lupdate/main.cpp | 241 + tqtinterface/qt4/tools/linguist/lupdate/merge.cpp | 129 + .../qt4/tools/linguist/lupdate/numberh.cpp | 248 + .../qt4/tools/linguist/lupdate/sametexth.cpp | 97 + .../qt4/tools/linguist/phrasebooks/danish.qph | 1018 ++ .../qt4/tools/linguist/phrasebooks/dutch.qph | 1044 ++ .../qt4/tools/linguist/phrasebooks/finnish.qph | 1033 ++ .../qt4/tools/linguist/phrasebooks/french.qph | 1104 ++ .../qt4/tools/linguist/phrasebooks/german.qph | 1075 ++ .../qt4/tools/linguist/phrasebooks/italian.qph | 1105 ++ .../qt4/tools/linguist/phrasebooks/norwegian.qph | 1004 ++ .../qt4/tools/linguist/phrasebooks/russian.qph | 982 ++ .../qt4/tools/linguist/phrasebooks/spanish.qph | 1086 ++ .../qt4/tools/linguist/phrasebooks/swedish.qph | 1010 ++ tqtinterface/qt4/tools/linguist/qdoc.conf | 15 + tqtinterface/qt4/tools/linguist/qm2ts/main.cpp | 128 + tqtinterface/qt4/tools/linguist/qm2ts/qm2ts.1 | 55 + tqtinterface/qt4/tools/linguist/qm2ts/qm2ts.pro | 15 + .../qt4/tools/linguist/shared/metatranslator.cpp | 601 + .../qt4/tools/linguist/shared/metatranslator.h | 120 + .../qt4/tools/linguist/shared/proparser.cpp | 217 + tqtinterface/qt4/tools/linguist/shared/proparser.h | 42 + .../qt4/tools/linguist/tutorial/tt1/main.cpp | 25 + .../qt4/tools/linguist/tutorial/tt1/tt1.pro | 4 + .../qt4/tools/linguist/tutorial/tt2/arrowpad.cpp | 31 + .../qt4/tools/linguist/tutorial/tt2/arrowpad.h | 22 + .../qt4/tools/linguist/tutorial/tt2/main.cpp | 26 + .../qt4/tools/linguist/tutorial/tt2/mainwindow.cpp | 26 + .../qt4/tools/linguist/tutorial/tt2/mainwindow.h | 19 + .../qt4/tools/linguist/tutorial/tt2/tt2.pro | 9 + .../qt4/tools/linguist/tutorial/tt3/main.cpp | 26 + .../qt4/tools/linguist/tutorial/tt3/mainwindow.cpp | 47 + .../qt4/tools/linguist/tutorial/tt3/mainwindow.h | 24 + .../qt4/tools/linguist/tutorial/tt3/printpanel.cpp | 37 + .../qt4/tools/linguist/tutorial/tt3/printpanel.h | 19 + .../qt4/tools/linguist/tutorial/tt3/tt3.pro | 8 + .../qt4/tools/linguist/tutorial/tt3/tt3_pt.ts | 65 + tqtinterface/qt4/tools/makeqpf/main.cpp | 322 + tqtinterface/qt4/tools/makeqpf/makeall | 4 + tqtinterface/qt4/tools/makeqpf/makeqpf.pro | 7 + tqtinterface/qt4/tools/mergetr/mergetr.cpp | 347 + tqtinterface/qt4/tools/mergetr/mergetr.pro | 6 + tqtinterface/qt4/tools/msg2qm/msg2qm.cpp | 236 + tqtinterface/qt4/tools/msg2qm/msg2qm.pro | 7 + tqtinterface/qt4/tools/qconfig/LICENSE.GPL | 280 + tqtinterface/qt4/tools/qconfig/main.cpp | 734 + tqtinterface/qt4/tools/qconfig/main.h | 86 + tqtinterface/qt4/tools/qconfig/qconfig.pro | 7 + tqtinterface/qt4/tools/qembed/qembed.cpp | 338 + tqtinterface/qt4/tools/qembed/qembed.pro | 4 + tqtinterface/qt4/tools/qtconfig/LICENSE.GPL | 280 + tqtinterface/qt4/tools/qtconfig/colorbutton.cpp | 177 + tqtinterface/qt4/tools/qtconfig/colorbutton.h | 83 + tqtinterface/qt4/tools/qtconfig/images/appicon.png | Bin 0 -> 714 bytes tqtinterface/qt4/tools/qtconfig/main.cpp | 45 + tqtinterface/qt4/tools/qtconfig/mainwindow.cpp | 1074 ++ tqtinterface/qt4/tools/qtconfig/mainwindow.h | 104 + tqtinterface/qt4/tools/qtconfig/mainwindowbase.ui | 1827 ++ .../qt4/tools/qtconfig/paletteeditoradvanced.cpp | 615 + .../qt4/tools/qtconfig/paletteeditoradvanced.h | 99 + .../tools/qtconfig/paletteeditoradvancedbase.ui | 682 + tqtinterface/qt4/tools/qtconfig/previewframe.cpp | 63 + tqtinterface/qt4/tools/qtconfig/previewframe.h | 69 + tqtinterface/qt4/tools/qtconfig/previewwidget.cpp | 75 + tqtinterface/qt4/tools/qtconfig/previewwidget.h | 51 + .../qt4/tools/qtconfig/previewwidgetbase.ui | 311 + tqtinterface/qt4/tools/qtconfig/qtconfig.pro | 18 + tqtinterface/qt4/tools/qvfb/LICENSE.GPL | 280 + tqtinterface/qt4/tools/qvfb/README | 55 + tqtinterface/qt4/tools/qvfb/config.ui | 1684 ++ tqtinterface/qt4/tools/qvfb/gammaview.h | 49 + tqtinterface/qt4/tools/qvfb/images/logo.png | Bin 0 -> 714 bytes tqtinterface/qt4/tools/qvfb/main.cpp | 97 + tqtinterface/qt4/tools/qvfb/pda.skin | 15 + tqtinterface/qt4/tools/qvfb/pda_down.png | Bin 0 -> 94345 bytes tqtinterface/qt4/tools/qvfb/pda_up.png | Bin 0 -> 92698 bytes tqtinterface/qt4/tools/qvfb/qanimationwriter.cpp | 414 + tqtinterface/qt4/tools/qvfb/qanimationwriter.h | 59 + tqtinterface/qt4/tools/qvfb/qvfb.cpp | 389 + tqtinterface/qt4/tools/qvfb/qvfb.h | 91 + tqtinterface/qt4/tools/qvfb/qvfb.pro | 11 + tqtinterface/qt4/tools/qvfb/qvfbratedlg.cpp | 80 + tqtinterface/qt4/tools/qvfb/qvfbratedlg.h | 59 + tqtinterface/qt4/tools/qvfb/qvfbview.cpp | 615 + tqtinterface/qt4/tools/qvfb/qvfbview.h | 126 + tqtinterface/qt4/tools/qvfb/skin.cpp | 174 + tqtinterface/qt4/tools/qvfb/skin.h | 78 + tqtinterface/qt4/tools/tools.pro | 19 + tqtinterface/qt4/translations/README | 7 + tqtinterface/qt4/translations/qt_ar.qm | Bin 0 -> 22817 bytes tqtinterface/qt4/translations/qt_ar.ts | 2002 +++ tqtinterface/qt4/translations/qt_ca.qm | Bin 0 -> 25507 bytes tqtinterface/qt4/translations/qt_ca.ts | 2011 +++ tqtinterface/qt4/translations/qt_cs.qm | Bin 0 -> 24555 bytes tqtinterface/qt4/translations/qt_cs.ts | 2010 +++ tqtinterface/qt4/translations/qt_de.qm | Bin 0 -> 26796 bytes tqtinterface/qt4/translations/qt_de.ts | 2134 +++ tqtinterface/qt4/translations/qt_es.qm | Bin 0 -> 25947 bytes tqtinterface/qt4/translations/qt_es.ts | 2003 +++ tqtinterface/qt4/translations/qt_fr.qm | Bin 0 -> 26349 bytes tqtinterface/qt4/translations/qt_fr.ts | 2162 +++ tqtinterface/qt4/translations/qt_he.qm | Bin 0 -> 21034 bytes tqtinterface/qt4/translations/qt_he.ts | 2133 +++ tqtinterface/qt4/translations/qt_it.qm | Bin 0 -> 26321 bytes tqtinterface/qt4/translations/qt_it.ts | 2004 +++ tqtinterface/qt4/translations/qt_ja.qm | Bin 0 -> 19679 bytes tqtinterface/qt4/translations/qt_ja.ts | 2004 +++ tqtinterface/qt4/translations/qt_nb.qm | Bin 0 -> 24605 bytes tqtinterface/qt4/translations/qt_nb.ts | 2004 +++ tqtinterface/qt4/translations/qt_pt-br.qm | Bin 0 -> 25885 bytes tqtinterface/qt4/translations/qt_pt-br.ts | 2004 +++ tqtinterface/qt4/translations/qt_ru.qm | Bin 0 -> 24203 bytes tqtinterface/qt4/translations/qt_ru.ts | 2223 +++ tqtinterface/qt4/translations/qt_sk.qm | Bin 0 -> 24814 bytes tqtinterface/qt4/translations/qt_sk.ts | 2012 +++ tqtinterface/qt4/translations/qt_untranslated.ts | 1983 +++ tqtinterface/qt4/translations/qt_zh-cn.qm | Bin 0 -> 16920 bytes tqtinterface/qt4/translations/qt_zh-cn.ts | 2003 +++ tqtinterface/qt4/translations/qt_zh-tw.qm | Bin 0 -> 17033 bytes tqtinterface/qt4/translations/qt_zh-tw.ts | 2004 +++ tqtinterface/qt4/updatelexyacc | 13 + 2914 files changed, 1119464 insertions(+) create mode 100644 tqtinterface/qt4/FAQ create mode 100644 tqtinterface/qt4/INSTALL create mode 100644 tqtinterface/qt4/LICENSE.GPL3 create mode 100644 tqtinterface/qt4/MANIFEST create mode 100644 tqtinterface/qt4/Makefile create mode 100644 tqtinterface/qt4/NOTES create mode 100644 tqtinterface/qt4/PLATFORMS create mode 100644 tqtinterface/qt4/README create mode 100644 tqtinterface/qt4/README-QT.TXT create mode 100644 tqtinterface/qt4/README-TQT.TXT create mode 100755 tqtinterface/qt4/bin/findtr create mode 100755 tqtinterface/qt4/bin/qt20fix create mode 100755 tqtinterface/qt4/bin/qtrename140 create mode 100644 tqtinterface/qt4/changes-3.3.8 create mode 100644 tqtinterface/qt4/changes-3.3.8b create mode 100644 tqtinterface/qt4/changes-3.4.0 create mode 100755 tqtinterface/qt4/config.tests/mac/mac_version.test create mode 100755 tqtinterface/qt4/config.tests/unix/checkavail create mode 100755 tqtinterface/qt4/config.tests/unix/cups.test create mode 100755 tqtinterface/qt4/config.tests/unix/endian.test create mode 100644 tqtinterface/qt4/config.tests/unix/endian/endiantest.cpp create mode 100644 tqtinterface/qt4/config.tests/unix/endian/endiantest.pro create mode 100755 tqtinterface/qt4/config.tests/unix/ipv6.test create mode 100644 tqtinterface/qt4/config.tests/unix/ipv6/ipv6test.cpp create mode 100644 tqtinterface/qt4/config.tests/unix/ipv6/ipv6test.pro create mode 100755 tqtinterface/qt4/config.tests/unix/largefile.test create mode 100644 tqtinterface/qt4/config.tests/unix/largefile/largefiletest.cpp create mode 100644 tqtinterface/qt4/config.tests/unix/largefile/largefiletest.pro create mode 100755 tqtinterface/qt4/config.tests/unix/nis.test create mode 100755 tqtinterface/qt4/config.tests/unix/precomp.test create mode 100755 tqtinterface/qt4/config.tests/unix/ptrsize.test create mode 100644 tqtinterface/qt4/config.tests/unix/ptrsize/ptrsizetest.cpp create mode 100644 tqtinterface/qt4/config.tests/unix/ptrsize/ptrsizetest.pro create mode 100755 tqtinterface/qt4/config.tests/unix/stl.test create mode 100644 tqtinterface/qt4/config.tests/unix/stl/stltest.cpp create mode 100644 tqtinterface/qt4/config.tests/unix/stl/stltest.pro create mode 100755 tqtinterface/qt4/config.tests/unix/which.test create mode 100755 tqtinterface/qt4/config.tests/x11/notype.test create mode 100644 tqtinterface/qt4/config.tests/x11/notype/notypetest.cpp create mode 100644 tqtinterface/qt4/config.tests/x11/notype/notypetest.pro create mode 100755 tqtinterface/qt4/config.tests/x11/opengl.test create mode 100755 tqtinterface/qt4/config.tests/x11/sm.test create mode 100755 tqtinterface/qt4/config.tests/x11/xcursor.test create mode 100755 tqtinterface/qt4/config.tests/x11/xfreetype.test create mode 100755 tqtinterface/qt4/config.tests/x11/xinerama.test create mode 100755 tqtinterface/qt4/config.tests/x11/xinput.test create mode 100755 tqtinterface/qt4/config.tests/x11/xkb.test create mode 100755 tqtinterface/qt4/config.tests/x11/xrandr.test create mode 100755 tqtinterface/qt4/config.tests/x11/xrender.test create mode 100755 tqtinterface/qt4/config.tests/x11/xshape.test create mode 100755 tqtinterface/qt4/configure create mode 100644 tqtinterface/qt4/debian/changelog create mode 100644 tqtinterface/qt4/debian/compat create mode 100644 tqtinterface/qt4/debian/control create mode 100644 tqtinterface/qt4/debian/copyright create mode 100644 tqtinterface/qt4/debian/libtqtinterface-dev.install create mode 100644 tqtinterface/qt4/debian/libtqtinterface.install create mode 100644 tqtinterface/qt4/debian/patches/.gitignore create mode 100755 tqtinterface/qt4/debian/rules create mode 100644 tqtinterface/qt4/extensions/extensions.pro create mode 100644 tqtinterface/qt4/extensions/nsplugin/doc/index.doc create mode 100755 tqtinterface/qt4/extensions/nsplugin/examples/grapher/graph.cgi create mode 100644 tqtinterface/qt4/extensions/nsplugin/examples/grapher/graph.g1n create mode 100644 tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.cpp create mode 100644 tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.def create mode 100644 tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.doc create mode 100644 tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.pro create mode 100644 tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.rc create mode 100644 tqtinterface/qt4/extensions/nsplugin/examples/trivial/trivial.cpp create mode 100644 tqtinterface/qt4/extensions/nsplugin/examples/trivial/trivial.def create mode 100644 tqtinterface/qt4/extensions/nsplugin/examples/trivial/trivial.doc create mode 100644 tqtinterface/qt4/extensions/nsplugin/examples/trivial/trivial.pro create mode 100644 tqtinterface/qt4/extensions/nsplugin/examples/trivial/trivial.rc create mode 100644 tqtinterface/qt4/extensions/nsplugin/src/jri.h create mode 100644 tqtinterface/qt4/extensions/nsplugin/src/jri_md.h create mode 100644 tqtinterface/qt4/extensions/nsplugin/src/jritypes.h create mode 100644 tqtinterface/qt4/extensions/nsplugin/src/npapi.h create mode 100644 tqtinterface/qt4/extensions/nsplugin/src/npunix.c create mode 100644 tqtinterface/qt4/extensions/nsplugin/src/npupp.h create mode 100644 tqtinterface/qt4/extensions/nsplugin/src/npwin.cpp create mode 100644 tqtinterface/qt4/extensions/nsplugin/src/qnp.cpp create mode 100644 tqtinterface/qt4/extensions/nsplugin/src/qnp.h create mode 100644 tqtinterface/qt4/extensions/nsplugin/src/qnp.pro create mode 120000 tqtinterface/qt4/include/jri.h create mode 120000 tqtinterface/qt4/include/jri_md.h create mode 120000 tqtinterface/qt4/include/jritypes.h create mode 120000 tqtinterface/qt4/include/npapi.h create mode 120000 tqtinterface/qt4/include/npupp.h create mode 120000 tqtinterface/qt4/include/private/qobject_p.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/AUTHORS create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/COPYING create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/ChangeLog create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/Makefile.am create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/NEWS create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/README create mode 100755 tqtinterface/qt4/include/private/qt4_harfbuzz/autogen.sh create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/configure.ac create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/Makefile.am create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-arabic.c create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-buffer-private.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-buffer.c create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-buffer.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-dump-main.c create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-dump.c create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-dump.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-external.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-gdef-private.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-gdef.c create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-gdef.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-global.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-gpos-private.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-gpos.c create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-gpos.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-greek.c create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-gsub-private.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-gsub.c create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-gsub.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-hangul.c create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-hebrew.c create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-impl.c create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-impl.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-indic.cpp create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-khmer.c create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-myanmar.c create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-open-private.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-open.c create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-open.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-shape.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-shaper-all.cpp create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-shaper-private.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-shaper.cpp create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-shaper.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-stream-private.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-stream.c create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-stream.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-thai.c create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz-tibetan.c create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz.c create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/src/harfbuzz.h create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/tests/Makefile.am create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/tests/fuzzing/fuzz.cc create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/tests/linebreaking/Makefile.am create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/tests/linebreaking/harfbuzz-qt.cpp create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/tests/linebreaking/main.cpp create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/tests/shaping/Makefile.am create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/tests/shaping/README create mode 100644 tqtinterface/qt4/include/private/qt4_harfbuzz/tests/shaping/main.cpp create mode 100644 tqtinterface/qt4/include/private/qt4_qapplication_p.h create mode 100644 tqtinterface/qt4/include/private/qt4_qbezier_p.h create mode 100644 tqtinterface/qt4/include/private/qt4_qfixed_p.h create mode 100644 tqtinterface/qt4/include/private/qt4_qfont_p.h create mode 100644 tqtinterface/qt4/include/private/qt4_qharfbuzz_p.h create mode 100644 tqtinterface/qt4/include/private/qt4_qimage_p.h create mode 100644 tqtinterface/qt4/include/private/qt4_qmetaobject_p.h create mode 100644 tqtinterface/qt4/include/private/qt4_qprinter_p.h create mode 100644 tqtinterface/qt4/include/private/qt4_qtextengine_p.h create mode 100644 tqtinterface/qt4/include/private/qt4_qtextimagehandler_p.h create mode 100644 tqtinterface/qt4/include/private/qt4_qunicodetables_p.h create mode 100644 tqtinterface/qt4/include/private/qt4_qwidget_p.h create mode 120000 tqtinterface/qt4/include/private/tqapplication_p.h create mode 120000 tqtinterface/qt4/include/private/tqcolor_p.h create mode 120000 tqtinterface/qt4/include/private/tqcom_p.h create mode 120000 tqtinterface/qt4/include/private/tqcomlibrary_p.h create mode 120000 tqtinterface/qt4/include/private/tqcomponentfactory_p.h create mode 120000 tqtinterface/qt4/include/private/tqcriticalsection_p.h create mode 120000 tqtinterface/qt4/include/private/tqdialogbuttons_p.h create mode 120000 tqtinterface/qt4/include/private/tqdir_p.h create mode 120000 tqtinterface/qt4/include/private/tqeffects_p.h create mode 120000 tqtinterface/qt4/include/private/tqeventloop_p.h create mode 120000 tqtinterface/qt4/include/private/tqfiledefs_p.h create mode 120000 tqtinterface/qt4/include/private/tqfontcodecs_p.h create mode 120000 tqtinterface/qt4/include/private/tqfontdata_p.h create mode 120000 tqtinterface/qt4/include/private/tqfontengine_p.h create mode 120000 tqtinterface/qt4/include/private/tqgfxdriverinterface_p.h create mode 120000 tqtinterface/qt4/include/private/tqgl_x11_p.h create mode 120000 tqtinterface/qt4/include/private/tqgpluginmanager_p.h create mode 120000 tqtinterface/qt4/include/private/tqimageformatinterface_p.h create mode 120000 tqtinterface/qt4/include/private/tqinputcontext_p.h create mode 120000 tqtinterface/qt4/include/private/tqinternal_p.h create mode 120000 tqtinterface/qt4/include/private/tqisciicodec_p.h create mode 120000 tqtinterface/qt4/include/private/tqkbddriverinterface_p.h create mode 120000 tqtinterface/qt4/include/private/tqlayoutengine_p.h create mode 120000 tqtinterface/qt4/include/private/tqlibrary_p.h create mode 120000 tqtinterface/qt4/include/private/tqlocale_p.h create mode 120000 tqtinterface/qt4/include/private/tqlock_p.h create mode 120000 tqtinterface/qt4/include/private/tqmousedriverinterface_p.h create mode 120000 tqtinterface/qt4/include/private/tqmutex_p.h create mode 120000 tqtinterface/qt4/include/private/tqmutexpool_p.h create mode 120000 tqtinterface/qt4/include/private/tqpainter_p.h create mode 120000 tqtinterface/qt4/include/private/tqpluginmanager_p.h create mode 120000 tqtinterface/qt4/include/private/tqprinter_p.h create mode 120000 tqtinterface/qt4/include/private/tqpsprinter_p.h create mode 120000 tqtinterface/qt4/include/private/tqrichtext_p.h create mode 120000 tqtinterface/qt4/include/private/tqscriptengine_p.h create mode 120000 tqtinterface/qt4/include/private/tqsettings_p.h create mode 120000 tqtinterface/qt4/include/private/tqsharedmemory_p.h create mode 120000 tqtinterface/qt4/include/private/tqsqldriverinterface_p.h create mode 120000 tqtinterface/qt4/include/private/tqsqlextension_p.h create mode 120000 tqtinterface/qt4/include/private/tqsqlmanager_p.h create mode 120000 tqtinterface/qt4/include/private/tqstyleinterface_p.h create mode 120000 tqtinterface/qt4/include/private/tqsvgdevice_p.h create mode 120000 tqtinterface/qt4/include/private/tqsyntaxhighlighter_p.h create mode 120000 tqtinterface/qt4/include/private/tqt_x11_p.h create mode 120000 tqtinterface/qt4/include/private/tqtextcodecinterface_p.h create mode 120000 tqtinterface/qt4/include/private/tqtextengine_p.h create mode 120000 tqtinterface/qt4/include/private/tqtextlayout_p.h create mode 120000 tqtinterface/qt4/include/private/tqthreadinstance_p.h create mode 120000 tqtinterface/qt4/include/private/tqtitlebar_p.h create mode 120000 tqtinterface/qt4/include/private/tqucom_p.h create mode 120000 tqtinterface/qt4/include/private/tqucomextra_p.h create mode 120000 tqtinterface/qt4/include/private/tqunicodetables_p.h create mode 120000 tqtinterface/qt4/include/private/tqwidget_p.h create mode 120000 tqtinterface/qt4/include/private/tqwidgetinterface_p.h create mode 120000 tqtinterface/qt4/include/private/tqwidgetresizehandler_p.h create mode 120000 tqtinterface/qt4/include/tq1xcompatibility.h create mode 120000 tqtinterface/qt4/include/tqabstractlayout.h create mode 120000 tqtinterface/qt4/include/tqaccel.h create mode 120000 tqtinterface/qt4/include/tqaccessible.h create mode 120000 tqtinterface/qt4/include/tqaction.h create mode 120000 tqtinterface/qt4/include/tqapp.h create mode 120000 tqtinterface/qt4/include/tqapplication.h create mode 120000 tqtinterface/qt4/include/tqarray.h create mode 120000 tqtinterface/qt4/include/tqasciicache.h create mode 120000 tqtinterface/qt4/include/tqasciidict.h create mode 120000 tqtinterface/qt4/include/tqassistantclient.h create mode 120000 tqtinterface/qt4/include/tqasyncimageio.h create mode 120000 tqtinterface/qt4/include/tqasyncio.h create mode 120000 tqtinterface/qt4/include/tqbig5codec.h create mode 120000 tqtinterface/qt4/include/tqbitarray.h create mode 120000 tqtinterface/qt4/include/tqbitarry.h create mode 120000 tqtinterface/qt4/include/tqbitmap.h create mode 120000 tqtinterface/qt4/include/tqbrush.h create mode 120000 tqtinterface/qt4/include/tqbttngrp.h create mode 120000 tqtinterface/qt4/include/tqbuffer.h create mode 120000 tqtinterface/qt4/include/tqbutton.h create mode 120000 tqtinterface/qt4/include/tqbuttongroup.h create mode 120000 tqtinterface/qt4/include/tqcache.h create mode 120000 tqtinterface/qt4/include/tqcanvas.h create mode 120000 tqtinterface/qt4/include/tqcdestyle.h create mode 120000 tqtinterface/qt4/include/tqcheckbox.h create mode 120000 tqtinterface/qt4/include/tqchkbox.h create mode 120000 tqtinterface/qt4/include/tqcleanuphandler.h create mode 120000 tqtinterface/qt4/include/tqclipboard.h create mode 120000 tqtinterface/qt4/include/tqclipbrd.h create mode 120000 tqtinterface/qt4/include/tqcollect.h create mode 120000 tqtinterface/qt4/include/tqcollection.h create mode 120000 tqtinterface/qt4/include/tqcolor.h create mode 120000 tqtinterface/qt4/include/tqcolordialog.h create mode 120000 tqtinterface/qt4/include/tqcombo.h create mode 120000 tqtinterface/qt4/include/tqcombobox.h create mode 120000 tqtinterface/qt4/include/tqcommonstyle.h create mode 120000 tqtinterface/qt4/include/tqcompactstyle.h create mode 120000 tqtinterface/qt4/include/tqconfig-dist.h create mode 120000 tqtinterface/qt4/include/tqconfig-large.h create mode 120000 tqtinterface/qt4/include/tqconfig-medium.h create mode 120000 tqtinterface/qt4/include/tqconfig-minimal.h create mode 120000 tqtinterface/qt4/include/tqconfig-small.h create mode 120000 tqtinterface/qt4/include/tqconnect.h create mode 120000 tqtinterface/qt4/include/tqconnection.h create mode 120000 tqtinterface/qt4/include/tqcstring.h create mode 120000 tqtinterface/qt4/include/tqcursor.h create mode 120000 tqtinterface/qt4/include/tqdatabrowser.h create mode 120000 tqtinterface/qt4/include/tqdatastream.h create mode 120000 tqtinterface/qt4/include/tqdatatable.h create mode 120000 tqtinterface/qt4/include/tqdataview.h create mode 120000 tqtinterface/qt4/include/tqdatetime.h create mode 120000 tqtinterface/qt4/include/tqdatetimeedit.h create mode 120000 tqtinterface/qt4/include/tqdatetm.h create mode 120000 tqtinterface/qt4/include/tqdeepcopy.h create mode 120000 tqtinterface/qt4/include/tqdesktopwidget.h create mode 120000 tqtinterface/qt4/include/tqdial.h create mode 120000 tqtinterface/qt4/include/tqdialog.h create mode 120000 tqtinterface/qt4/include/tqdict.h create mode 120000 tqtinterface/qt4/include/tqdir.h create mode 120000 tqtinterface/qt4/include/tqdns.h create mode 120000 tqtinterface/qt4/include/tqdockarea.h create mode 120000 tqtinterface/qt4/include/tqdockwindow.h create mode 120000 tqtinterface/qt4/include/tqdom.h create mode 120000 tqtinterface/qt4/include/tqdragobject.h create mode 120000 tqtinterface/qt4/include/tqdrawutil.h create mode 120000 tqtinterface/qt4/include/tqdrawutl.h create mode 120000 tqtinterface/qt4/include/tqdropsite.h create mode 120000 tqtinterface/qt4/include/tqdstream.h create mode 120000 tqtinterface/qt4/include/tqeditorfactory.h create mode 120000 tqtinterface/qt4/include/tqerrormessage.h create mode 120000 tqtinterface/qt4/include/tqeucjpcodec.h create mode 120000 tqtinterface/qt4/include/tqeuckrcodec.h create mode 120000 tqtinterface/qt4/include/tqevent.h create mode 120000 tqtinterface/qt4/include/tqeventloop.h create mode 120000 tqtinterface/qt4/include/tqfeatures.h create mode 120000 tqtinterface/qt4/include/tqfile.h create mode 120000 tqtinterface/qt4/include/tqfiledef.h create mode 120000 tqtinterface/qt4/include/tqfiledialog.h create mode 120000 tqtinterface/qt4/include/tqfiledlg.h create mode 120000 tqtinterface/qt4/include/tqfileinf.h create mode 120000 tqtinterface/qt4/include/tqfileinfo.h create mode 120000 tqtinterface/qt4/include/tqfocusdata.h create mode 120000 tqtinterface/qt4/include/tqfont.h create mode 120000 tqtinterface/qt4/include/tqfontdatabase.h create mode 120000 tqtinterface/qt4/include/tqfontdialog.h create mode 120000 tqtinterface/qt4/include/tqfontinf.h create mode 120000 tqtinterface/qt4/include/tqfontinfo.h create mode 120000 tqtinterface/qt4/include/tqfontmet.h create mode 120000 tqtinterface/qt4/include/tqfontmetrics.h create mode 120000 tqtinterface/qt4/include/tqframe.h create mode 120000 tqtinterface/qt4/include/tqftp.h create mode 120000 tqtinterface/qt4/include/tqgarray.h create mode 120000 tqtinterface/qt4/include/tqgb18030codec.h create mode 120000 tqtinterface/qt4/include/tqgbkcodec.h create mode 120000 tqtinterface/qt4/include/tqgcache.h create mode 120000 tqtinterface/qt4/include/tqgdict.h create mode 120000 tqtinterface/qt4/include/tqgeneric.h create mode 120000 tqtinterface/qt4/include/tqgif.h create mode 120000 tqtinterface/qt4/include/tqgl.h create mode 120000 tqtinterface/qt4/include/tqglcolormap.h create mode 120000 tqtinterface/qt4/include/tqglist.h create mode 120000 tqtinterface/qt4/include/tqglobal.h create mode 120000 tqtinterface/qt4/include/tqgplugin.h create mode 120000 tqtinterface/qt4/include/tqgrid.h create mode 120000 tqtinterface/qt4/include/tqgridview.h create mode 120000 tqtinterface/qt4/include/tqgroupbox.h create mode 120000 tqtinterface/qt4/include/tqgrpbox.h create mode 120000 tqtinterface/qt4/include/tqguardedptr.h create mode 120000 tqtinterface/qt4/include/tqgvector.h create mode 120000 tqtinterface/qt4/include/tqhbox.h create mode 120000 tqtinterface/qt4/include/tqhbuttongroup.h create mode 120000 tqtinterface/qt4/include/tqheader.h create mode 120000 tqtinterface/qt4/include/tqhgroupbox.h create mode 120000 tqtinterface/qt4/include/tqhostaddress.h create mode 120000 tqtinterface/qt4/include/tqhttp.h create mode 120000 tqtinterface/qt4/include/tqiconset.h create mode 120000 tqtinterface/qt4/include/tqiconview.h create mode 120000 tqtinterface/qt4/include/tqimage.h create mode 120000 tqtinterface/qt4/include/tqimageformatplugin.h create mode 120000 tqtinterface/qt4/include/tqinputdialog.h create mode 120000 tqtinterface/qt4/include/tqintcach.h create mode 120000 tqtinterface/qt4/include/tqintcache.h create mode 120000 tqtinterface/qt4/include/tqintdict.h create mode 120000 tqtinterface/qt4/include/tqinterlacestyle.h create mode 120000 tqtinterface/qt4/include/tqiodev.h create mode 120000 tqtinterface/qt4/include/tqiodevice.h create mode 120000 tqtinterface/qt4/include/tqjiscodec.h create mode 120000 tqtinterface/qt4/include/tqjpegio.h create mode 120000 tqtinterface/qt4/include/tqjpunicode.h create mode 120000 tqtinterface/qt4/include/tqkeycode.h create mode 120000 tqtinterface/qt4/include/tqkeysequence.h create mode 120000 tqtinterface/qt4/include/tqlabel.h create mode 120000 tqtinterface/qt4/include/tqlayout.h create mode 120000 tqtinterface/qt4/include/tqlcdnum.h create mode 120000 tqtinterface/qt4/include/tqlcdnumber.h create mode 120000 tqtinterface/qt4/include/tqlibrary.h create mode 120000 tqtinterface/qt4/include/tqlined.h create mode 120000 tqtinterface/qt4/include/tqlineedit.h create mode 120000 tqtinterface/qt4/include/tqlist.h create mode 120000 tqtinterface/qt4/include/tqlistbox.h create mode 120000 tqtinterface/qt4/include/tqlistview.h create mode 120000 tqtinterface/qt4/include/tqlocale.h create mode 120000 tqtinterface/qt4/include/tqlocalfs.h create mode 120000 tqtinterface/qt4/include/tqmainwindow.h create mode 120000 tqtinterface/qt4/include/tqmap.h create mode 120000 tqtinterface/qt4/include/tqmemarray.h create mode 120000 tqtinterface/qt4/include/tqmenubar.h create mode 120000 tqtinterface/qt4/include/tqmenudata.h create mode 120000 tqtinterface/qt4/include/tqmenudta.h create mode 120000 tqtinterface/qt4/include/tqmessagebox.h create mode 120000 tqtinterface/qt4/include/tqmetaobj.h create mode 120000 tqtinterface/qt4/include/tqmetaobject.h create mode 120000 tqtinterface/qt4/include/tqmime.h create mode 120000 tqtinterface/qt4/include/tqmlined.h create mode 120000 tqtinterface/qt4/include/tqmngio.h create mode 120000 tqtinterface/qt4/include/tqmotifplusstyle.h create mode 120000 tqtinterface/qt4/include/tqmotifstyle.h create mode 120000 tqtinterface/qt4/include/tqmovie.h create mode 120000 tqtinterface/qt4/include/tqmsgbox.h create mode 120000 tqtinterface/qt4/include/tqmultilinedit.h create mode 120000 tqtinterface/qt4/include/tqmultilineedit.h create mode 120000 tqtinterface/qt4/include/tqmutex.h create mode 120000 tqtinterface/qt4/include/tqnamespace.h create mode 120000 tqtinterface/qt4/include/tqnetwork.h create mode 120000 tqtinterface/qt4/include/tqnetworkprotocol.h create mode 120000 tqtinterface/qt4/include/tqnp.h create mode 120000 tqtinterface/qt4/include/tqobjcoll.h create mode 120000 tqtinterface/qt4/include/tqobjdefs.h create mode 120000 tqtinterface/qt4/include/tqobject.h create mode 120000 tqtinterface/qt4/include/tqobjectcleanuphandler.h create mode 120000 tqtinterface/qt4/include/tqobjectdefs.h create mode 120000 tqtinterface/qt4/include/tqobjectdict.h create mode 120000 tqtinterface/qt4/include/tqobjectlist.h create mode 120000 tqtinterface/qt4/include/tqpaintd.h create mode 120000 tqtinterface/qt4/include/tqpaintdc.h create mode 120000 tqtinterface/qt4/include/tqpaintdevice.h create mode 120000 tqtinterface/qt4/include/tqpaintdevicedefs.h create mode 120000 tqtinterface/qt4/include/tqpaintdevicemetrics.h create mode 120000 tqtinterface/qt4/include/tqpainter.h create mode 120000 tqtinterface/qt4/include/tqpair.h create mode 120000 tqtinterface/qt4/include/tqpalette.h create mode 120000 tqtinterface/qt4/include/tqpdevmet.h create mode 120000 tqtinterface/qt4/include/tqpen.h create mode 120000 tqtinterface/qt4/include/tqpicture.h create mode 120000 tqtinterface/qt4/include/tqpixmap.h create mode 120000 tqtinterface/qt4/include/tqpixmapcache.h create mode 120000 tqtinterface/qt4/include/tqplatinumstyle.h create mode 120000 tqtinterface/qt4/include/tqpmcache.h create mode 120000 tqtinterface/qt4/include/tqpngio.h create mode 120000 tqtinterface/qt4/include/tqpntarry.h create mode 120000 tqtinterface/qt4/include/tqpoint.h create mode 120000 tqtinterface/qt4/include/tqpointarray.h create mode 120000 tqtinterface/qt4/include/tqpolygonscanner.h create mode 120000 tqtinterface/qt4/include/tqpopmenu.h create mode 120000 tqtinterface/qt4/include/tqpopupmenu.h create mode 120000 tqtinterface/qt4/include/tqprintdialog.h create mode 120000 tqtinterface/qt4/include/tqprinter.h create mode 120000 tqtinterface/qt4/include/tqprndlg.h create mode 120000 tqtinterface/qt4/include/tqprocess.h create mode 120000 tqtinterface/qt4/include/tqprogbar.h create mode 120000 tqtinterface/qt4/include/tqprogdlg.h create mode 120000 tqtinterface/qt4/include/tqprogressbar.h create mode 120000 tqtinterface/qt4/include/tqprogressdialog.h create mode 120000 tqtinterface/qt4/include/tqpsprn.h create mode 120000 tqtinterface/qt4/include/tqptrcollection.h create mode 120000 tqtinterface/qt4/include/tqptrdict.h create mode 120000 tqtinterface/qt4/include/tqptrlist.h create mode 120000 tqtinterface/qt4/include/tqptrqueue.h create mode 120000 tqtinterface/qt4/include/tqptrstack.h create mode 120000 tqtinterface/qt4/include/tqptrvector.h create mode 120000 tqtinterface/qt4/include/tqpushbt.h create mode 120000 tqtinterface/qt4/include/tqpushbutton.h create mode 120000 tqtinterface/qt4/include/tqqueue.h create mode 120000 tqtinterface/qt4/include/tqradiobt.h create mode 120000 tqtinterface/qt4/include/tqradiobutton.h create mode 120000 tqtinterface/qt4/include/tqrangecontrol.h create mode 120000 tqtinterface/qt4/include/tqrangect.h create mode 120000 tqtinterface/qt4/include/tqrect.h create mode 120000 tqtinterface/qt4/include/tqregexp.h create mode 120000 tqtinterface/qt4/include/tqregion.h create mode 120000 tqtinterface/qt4/include/tqrtlcodec.h create mode 120000 tqtinterface/qt4/include/tqscrbar.h create mode 120000 tqtinterface/qt4/include/tqscrollbar.h create mode 120000 tqtinterface/qt4/include/tqscrollview.h create mode 120000 tqtinterface/qt4/include/tqsemaphore.h create mode 120000 tqtinterface/qt4/include/tqsemimodal.h create mode 120000 tqtinterface/qt4/include/tqserversocket.h create mode 120000 tqtinterface/qt4/include/tqsession.h create mode 120000 tqtinterface/qt4/include/tqsessionmanager.h create mode 120000 tqtinterface/qt4/include/tqsettings.h create mode 120000 tqtinterface/qt4/include/tqsgistyle.h create mode 120000 tqtinterface/qt4/include/tqshared.h create mode 120000 tqtinterface/qt4/include/tqsignal.h create mode 120000 tqtinterface/qt4/include/tqsignalmapper.h create mode 120000 tqtinterface/qt4/include/tqsignalslotimp.h create mode 120000 tqtinterface/qt4/include/tqsimplerichtext.h create mode 120000 tqtinterface/qt4/include/tqsize.h create mode 120000 tqtinterface/qt4/include/tqsizegrip.h create mode 120000 tqtinterface/qt4/include/tqsizepolicy.h create mode 120000 tqtinterface/qt4/include/tqsjiscodec.h create mode 120000 tqtinterface/qt4/include/tqslider.h create mode 120000 tqtinterface/qt4/include/tqsocket.h create mode 120000 tqtinterface/qt4/include/tqsocketdevice.h create mode 120000 tqtinterface/qt4/include/tqsocketnotifier.h create mode 120000 tqtinterface/qt4/include/tqsocknot.h create mode 120000 tqtinterface/qt4/include/tqsortedlist.h create mode 120000 tqtinterface/qt4/include/tqsound.h create mode 120000 tqtinterface/qt4/include/tqspinbox.h create mode 120000 tqtinterface/qt4/include/tqsplashscreen.h create mode 120000 tqtinterface/qt4/include/tqsplitter.h create mode 120000 tqtinterface/qt4/include/tqsql.h create mode 120000 tqtinterface/qt4/include/tqsqlcursor.h create mode 120000 tqtinterface/qt4/include/tqsqldatabase.h create mode 120000 tqtinterface/qt4/include/tqsqldriver.h create mode 120000 tqtinterface/qt4/include/tqsqldriverplugin.h create mode 120000 tqtinterface/qt4/include/tqsqleditorfactory.h create mode 120000 tqtinterface/qt4/include/tqsqlerror.h create mode 120000 tqtinterface/qt4/include/tqsqlfield.h create mode 120000 tqtinterface/qt4/include/tqsqlform.h create mode 120000 tqtinterface/qt4/include/tqsqlindex.h create mode 120000 tqtinterface/qt4/include/tqsqlpropertymap.h create mode 120000 tqtinterface/qt4/include/tqsqlquery.h create mode 120000 tqtinterface/qt4/include/tqsqlrecord.h create mode 120000 tqtinterface/qt4/include/tqsqlresult.h create mode 120000 tqtinterface/qt4/include/tqsqlselectcursor.h create mode 120000 tqtinterface/qt4/include/tqstack.h create mode 120000 tqtinterface/qt4/include/tqstatusbar.h create mode 120000 tqtinterface/qt4/include/tqstring.h create mode 120000 tqtinterface/qt4/include/tqstringlist.h create mode 120000 tqtinterface/qt4/include/tqstrlist.h create mode 120000 tqtinterface/qt4/include/tqstrvec.h create mode 120000 tqtinterface/qt4/include/tqstyle.h create mode 120000 tqtinterface/qt4/include/tqstylefactory.h create mode 120000 tqtinterface/qt4/include/tqstyleplugin.h create mode 120000 tqtinterface/qt4/include/tqstylesheet.h create mode 120000 tqtinterface/qt4/include/tqsyntaxhighlighter.h create mode 120000 tqtinterface/qt4/include/tqt.h create mode 120000 tqtinterface/qt4/include/tqtabbar.h create mode 120000 tqtinterface/qt4/include/tqtabdialog.h create mode 120000 tqtinterface/qt4/include/tqtabdlg.h create mode 120000 tqtinterface/qt4/include/tqtable.h create mode 120000 tqtinterface/qt4/include/tqtabwidget.h create mode 100644 tqtinterface/qt4/include/tqtenuminheritance.h create mode 120000 tqtinterface/qt4/include/tqtextbrowser.h create mode 120000 tqtinterface/qt4/include/tqtextcodec.h create mode 120000 tqtinterface/qt4/include/tqtextcodecfactory.h create mode 120000 tqtinterface/qt4/include/tqtextcodecplugin.h create mode 120000 tqtinterface/qt4/include/tqtextedit.h create mode 120000 tqtinterface/qt4/include/tqtextstream.h create mode 120000 tqtinterface/qt4/include/tqtextview.h create mode 120000 tqtinterface/qt4/include/tqtglobaldefines.h create mode 100644 tqtinterface/qt4/include/tqtglobaldefines.h~ create mode 120000 tqtinterface/qt4/include/tqtglobalsettings.h create mode 120000 tqtinterface/qt4/include/tqthread.h create mode 120000 tqtinterface/qt4/include/tqthreadstorage.h create mode 120000 tqtinterface/qt4/include/tqtimer.h create mode 120000 tqtinterface/qt4/include/tqtl.h create mode 120000 tqtinterface/qt4/include/tqtoolbar.h create mode 120000 tqtinterface/qt4/include/tqtoolbox.h create mode 120000 tqtinterface/qt4/include/tqtoolbutton.h create mode 120000 tqtinterface/qt4/include/tqtooltip.h create mode 120000 tqtinterface/qt4/include/tqtranslator.h create mode 120000 tqtinterface/qt4/include/tqtsciicodec.h create mode 120000 tqtinterface/qt4/include/tqtstream.h create mode 120000 tqtinterface/qt4/include/tqurl.h create mode 120000 tqtinterface/qt4/include/tqurlinfo.h create mode 120000 tqtinterface/qt4/include/tqurloperator.h create mode 120000 tqtinterface/qt4/include/tqutfcodec.h create mode 120000 tqtinterface/qt4/include/tquuid.h create mode 120000 tqtinterface/qt4/include/tqvalidator.h create mode 120000 tqtinterface/qt4/include/tqvaluelist.h create mode 120000 tqtinterface/qt4/include/tqvaluestack.h create mode 120000 tqtinterface/qt4/include/tqvaluevector.h create mode 120000 tqtinterface/qt4/include/tqvariant.h create mode 120000 tqtinterface/qt4/include/tqvbox.h create mode 120000 tqtinterface/qt4/include/tqvbuttongroup.h create mode 120000 tqtinterface/qt4/include/tqvector.h create mode 120000 tqtinterface/qt4/include/tqvfbhdr.h create mode 120000 tqtinterface/qt4/include/tqvgroupbox.h create mode 120000 tqtinterface/qt4/include/tqwaitcondition.h create mode 120000 tqtinterface/qt4/include/tqwhatsthis.h create mode 120000 tqtinterface/qt4/include/tqwidcoll.h create mode 120000 tqtinterface/qt4/include/tqwidget.h create mode 120000 tqtinterface/qt4/include/tqwidgetfactory.h create mode 120000 tqtinterface/qt4/include/tqwidgetintdict.h create mode 120000 tqtinterface/qt4/include/tqwidgetlist.h create mode 120000 tqtinterface/qt4/include/tqwidgetplugin.h create mode 120000 tqtinterface/qt4/include/tqwidgetstack.h create mode 120000 tqtinterface/qt4/include/tqwindefs.h create mode 120000 tqtinterface/qt4/include/tqwindow.h create mode 120000 tqtinterface/qt4/include/tqwindowdefs.h create mode 120000 tqtinterface/qt4/include/tqwindowsstyle.h create mode 120000 tqtinterface/qt4/include/tqwinexport.h create mode 120000 tqtinterface/qt4/include/tqwizard.h create mode 120000 tqtinterface/qt4/include/tqwmatrix.h create mode 120000 tqtinterface/qt4/include/tqworkspace.h create mode 120000 tqtinterface/qt4/include/tqxml.h create mode 100644 tqtinterface/qt4/lib/README create mode 100755 tqtinterface/qt4/mkspecs/aix-g++-64/qmake.conf create mode 100755 tqtinterface/qt4/mkspecs/aix-g++-64/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/aix-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/aix-g++/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/aix-xlc-64/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/aix-xlc-64/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/aix-xlc/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/aix-xlc/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/bsdi-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/bsdi-g++/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/cygwin-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/cygwin-g++/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/darwin-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/darwin-g++/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/dgux-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/dgux-g++/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/freebsd-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/freebsd-g++/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/freebsd-g++34/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/freebsd-g++34/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/freebsd-icc/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/freebsd-icc/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/hpux-acc-64/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/hpux-acc-64/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/hpux-acc-o64/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/hpux-acc-o64/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/hpux-acc/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/hpux-acc/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/hpux-cc/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/hpux-cc/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/hpux-g++-64/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/hpux-g++-64/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/hpux-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/hpux-g++/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/hpuxi-acc-32/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/hpuxi-acc-32/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/hpuxi-acc-64/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/hpuxi-acc-64/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/hurd-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/hurd-g++/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/irix-cc-64/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/irix-cc-64/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/irix-cc-o32/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/irix-cc-o32/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/irix-cc/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/irix-cc/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/irix-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/irix-g++/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/linux-cxx/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/linux-cxx/tqplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/linux-ecc-64/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/linux-ecc-64/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/linux-g++-32/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/linux-g++-32/tqplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/linux-g++-64/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/linux-g++-64/tqplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/linux-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/linux-g++/tqplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/linux-icc/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/linux-icc/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/linux-kcc/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/linux-kcc/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/linux-kylix/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/linux-kylix/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/linux-pgcc/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/linux-pgcc/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/lynxos-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/lynxos-g++/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/macx-g++/Info.plist.app create mode 100644 tqtinterface/qt4/mkspecs/macx-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/macx-g++/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/macx-mwerks/README create mode 100644 tqtinterface/qt4/mkspecs/macx-mwerks/mwerkstmpl.xml create mode 100644 tqtinterface/qt4/mkspecs/macx-mwerks/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/macx-mwerks/qplatformdefs.h create mode 100755 tqtinterface/qt4/mkspecs/macx-pbuilder/Info.plist.app create mode 100755 tqtinterface/qt4/mkspecs/macx-pbuilder/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/macx-pbuilder/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/macx-xlc/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/macx-xlc/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/netbsd-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/netbsd-g++/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/openbsd-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/openbsd-g++/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/qnx-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/qnx-g++/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/reliant-cds-64/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/reliant-cds-64/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/reliant-cds/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/reliant-cds/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/sco-cc/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/sco-cc/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/sco-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/sco-g++/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/solaris-cc-64/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/solaris-cc-64/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/solaris-cc/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/solaris-cc/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/solaris-g++-64/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/solaris-g++-64/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/solaris-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/solaris-g++/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/tru64-cxx/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/tru64-cxx/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/tru64-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/tru64-g++/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/unixware-cc/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/unixware-cc/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/unixware-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/unixware-g++/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/win32-borland/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/win32-borland/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/win32-g++/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/win32-g++/qtcrtentrypoint.cpp create mode 100644 tqtinterface/qt4/mkspecs/win32-g++/tqplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/win32-icc/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/win32-icc/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/win32-icc/win32app.dsp create mode 100644 tqtinterface/qt4/mkspecs/win32-icc/win32dll.dsp create mode 100644 tqtinterface/qt4/mkspecs/win32-icc/win32lib.dsp create mode 100644 tqtinterface/qt4/mkspecs/win32-msvc.net/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/win32-msvc.net/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/win32-msvc/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/win32-msvc/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/win32-msvc/win32app.dsp create mode 100644 tqtinterface/qt4/mkspecs/win32-msvc/win32dll.dsp create mode 100644 tqtinterface/qt4/mkspecs/win32-msvc/win32lib.dsp create mode 100644 tqtinterface/qt4/mkspecs/win32-msvc2005/qmake.conf create mode 100644 tqtinterface/qt4/mkspecs/win32-msvc2005/qplatformdefs.h create mode 100644 tqtinterface/qt4/mkspecs/win32-watcom/qmake.conf create mode 100644 tqtinterface/qt4/pics/generic.png create mode 100644 tqtinterface/qt4/plugins/src/accessible/accessible.pro create mode 100644 tqtinterface/qt4/plugins/src/accessible/widgets/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/accessible/widgets/qaccessiblemenu.cpp create mode 100644 tqtinterface/qt4/plugins/src/accessible/widgets/qaccessiblemenu.h create mode 100644 tqtinterface/qt4/plugins/src/accessible/widgets/qaccessiblewidget.cpp create mode 100644 tqtinterface/qt4/plugins/src/accessible/widgets/qaccessiblewidget.h create mode 100644 tqtinterface/qt4/plugins/src/accessible/widgets/widgets.pro create mode 100644 tqtinterface/qt4/plugins/src/codecs/cn/cn.pro create mode 100644 tqtinterface/qt4/plugins/src/codecs/cn/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/codecs/codecs.pro create mode 100644 tqtinterface/qt4/plugins/src/codecs/jp/jp.pro create mode 100644 tqtinterface/qt4/plugins/src/codecs/jp/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/codecs/kr/kr.pro create mode 100644 tqtinterface/qt4/plugins/src/codecs/kr/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/codecs/tw/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/codecs/tw/tw.pro create mode 100644 tqtinterface/qt4/plugins/src/imageformats/imageformats.pro create mode 100644 tqtinterface/qt4/plugins/src/imageformats/jpeg/jpeg.pro create mode 100644 tqtinterface/qt4/plugins/src/imageformats/jpeg/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/imageformats/mng/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/imageformats/mng/mng.pro create mode 100644 tqtinterface/qt4/plugins/src/imageformats/png/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/imageformats/png/png.pro create mode 100644 tqtinterface/qt4/plugins/src/sqldrivers/README create mode 100644 tqtinterface/qt4/plugins/src/sqldrivers/ibase/ibase.pro create mode 100644 tqtinterface/qt4/plugins/src/sqldrivers/ibase/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/sqldrivers/mysql/README create mode 100644 tqtinterface/qt4/plugins/src/sqldrivers/mysql/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/sqldrivers/mysql/mysql.pro create mode 100644 tqtinterface/qt4/plugins/src/sqldrivers/odbc/README create mode 100644 tqtinterface/qt4/plugins/src/sqldrivers/odbc/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/sqldrivers/odbc/odbc.pro create mode 100644 tqtinterface/qt4/plugins/src/sqldrivers/psql/README create mode 100644 tqtinterface/qt4/plugins/src/sqldrivers/psql/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/sqldrivers/psql/psql.pro create mode 100644 tqtinterface/qt4/plugins/src/sqldrivers/sqldrivers.pro create mode 100644 tqtinterface/qt4/plugins/src/sqldrivers/sqlite/README create mode 100644 tqtinterface/qt4/plugins/src/sqldrivers/sqlite/smain.cpp create mode 100644 tqtinterface/qt4/plugins/src/sqldrivers/sqlite/sqlite.pro create mode 100644 tqtinterface/qt4/plugins/src/src.pro create mode 100644 tqtinterface/qt4/plugins/src/styles/cde/cde.pro create mode 100644 tqtinterface/qt4/plugins/src/styles/cde/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/styles/compact/compact.pro create mode 100644 tqtinterface/qt4/plugins/src/styles/compact/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/styles/motif/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/styles/motif/motif.pro create mode 100644 tqtinterface/qt4/plugins/src/styles/motifplus/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/styles/motifplus/motifplus.pro create mode 100644 tqtinterface/qt4/plugins/src/styles/platinum/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/styles/platinum/platinum.pro create mode 100644 tqtinterface/qt4/plugins/src/styles/sgi/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/styles/sgi/sgi.pro create mode 100644 tqtinterface/qt4/plugins/src/styles/styles.pro create mode 100644 tqtinterface/qt4/plugins/src/styles/windows/main.cpp create mode 100644 tqtinterface/qt4/plugins/src/styles/windows/windows.pro create mode 100644 tqtinterface/qt4/qmake/CHANGES create mode 100644 tqtinterface/qt4/qmake/Makefile.unix create mode 100644 tqtinterface/qt4/qmake/Makefile.win32-g++ create mode 100644 tqtinterface/qt4/qmake/book/qmake-advanced.leaf create mode 100644 tqtinterface/qt4/qmake/book/qmake-commandreference.leaf create mode 100644 tqtinterface/qt4/qmake/book/qmake-concepts.leaf create mode 100644 tqtinterface/qt4/qmake/book/qmake-install.leaf create mode 100644 tqtinterface/qt4/qmake/book/qmake-manual.book create mode 100644 tqtinterface/qt4/qmake/book/qmake-pch.leaf create mode 100644 tqtinterface/qt4/qmake/book/qmake-preface.leaf create mode 100644 tqtinterface/qt4/qmake/book/qmake-quick.leaf create mode 100644 tqtinterface/qt4/qmake/book/qmake-tutorial.leaf create mode 100644 tqtinterface/qt4/qmake/examples/precompile/main.cpp create mode 100644 tqtinterface/qt4/qmake/examples/precompile/mydialog.ui create mode 100644 tqtinterface/qt4/qmake/examples/precompile/myobject.cpp create mode 100644 tqtinterface/qt4/qmake/examples/precompile/myobject.h create mode 100644 tqtinterface/qt4/qmake/examples/precompile/precompile.pro create mode 100644 tqtinterface/qt4/qmake/examples/precompile/stable.h create mode 100644 tqtinterface/qt4/qmake/examples/precompile/util.cpp create mode 100644 tqtinterface/qt4/qmake/examples/tutorial/hello.cpp create mode 100644 tqtinterface/qt4/qmake/examples/tutorial/hello.h create mode 100644 tqtinterface/qt4/qmake/examples/tutorial/hellounix.cpp create mode 100644 tqtinterface/qt4/qmake/examples/tutorial/hellowin.cpp create mode 100644 tqtinterface/qt4/qmake/examples/tutorial/main.cpp create mode 100644 tqtinterface/qt4/qmake/generators/mac/metrowerks_xml.cpp create mode 100644 tqtinterface/qt4/qmake/generators/mac/metrowerks_xml.h create mode 100644 tqtinterface/qt4/qmake/generators/mac/pbuilder_pbx.cpp create mode 100644 tqtinterface/qt4/qmake/generators/mac/pbuilder_pbx.h create mode 100644 tqtinterface/qt4/qmake/generators/makefile.cpp create mode 100644 tqtinterface/qt4/qmake/generators/makefile.h create mode 100644 tqtinterface/qt4/qmake/generators/projectgenerator.cpp create mode 100644 tqtinterface/qt4/qmake/generators/projectgenerator.h create mode 100644 tqtinterface/qt4/qmake/generators/unix/unixmake.cpp create mode 100644 tqtinterface/qt4/qmake/generators/unix/unixmake.h create mode 100644 tqtinterface/qt4/qmake/generators/unix/unixmake2.cpp create mode 100644 tqtinterface/qt4/qmake/generators/win32/borland_bmake.cpp create mode 100644 tqtinterface/qt4/qmake/generators/win32/borland_bmake.h create mode 100644 tqtinterface/qt4/qmake/generators/win32/mingw_make.cpp create mode 100644 tqtinterface/qt4/qmake/generators/win32/mingw_make.h create mode 100644 tqtinterface/qt4/qmake/generators/win32/msvc_dsp.cpp create mode 100644 tqtinterface/qt4/qmake/generators/win32/msvc_dsp.h create mode 100644 tqtinterface/qt4/qmake/generators/win32/msvc_nmake.cpp create mode 100644 tqtinterface/qt4/qmake/generators/win32/msvc_nmake.h create mode 100644 tqtinterface/qt4/qmake/generators/win32/msvc_objectmodel.cpp create mode 100644 tqtinterface/qt4/qmake/generators/win32/msvc_objectmodel.h create mode 100644 tqtinterface/qt4/qmake/generators/win32/msvc_vcproj.cpp create mode 100644 tqtinterface/qt4/qmake/generators/win32/msvc_vcproj.h create mode 100644 tqtinterface/qt4/qmake/generators/win32/winmakefile.cpp create mode 100644 tqtinterface/qt4/qmake/generators/win32/winmakefile.h create mode 100644 tqtinterface/qt4/qmake/main.cpp create mode 100644 tqtinterface/qt4/qmake/meta.cpp create mode 100644 tqtinterface/qt4/qmake/meta.h create mode 100644 tqtinterface/qt4/qmake/option.cpp create mode 100644 tqtinterface/qt4/qmake/option.h create mode 100644 tqtinterface/qt4/qmake/project.cpp create mode 100644 tqtinterface/qt4/qmake/project.h create mode 100644 tqtinterface/qt4/qmake/property.cpp create mode 100644 tqtinterface/qt4/qmake/property.h create mode 100644 tqtinterface/qt4/qmake/tqtmd5.cpp create mode 100644 tqtinterface/qt4/qmake/tqtmd5.h create mode 100644 tqtinterface/qt4/src/.obj/README create mode 100644 tqtinterface/qt4/src/.tmp/README create mode 100644 tqtinterface/qt4/src/3rdparty/README create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/README create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/change.log create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/coderules.doc create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/filelist.doc create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/install.doc create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jcapimin.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jcapistd.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jccoefct.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jccolor.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jcdctmgr.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jchuff.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jchuff.h create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jcinit.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jcmainct.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jcmarker.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jcmaster.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jcomapi.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.bcc create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.cfg create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.dj create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.doc create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.h create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.mac create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.manx create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.mc6 create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.sas create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.st create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.vc create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.vms create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jconfig.wat create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jcparam.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jcphuff.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jcprepct.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jcsample.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jctrans.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jdapimin.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jdapistd.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jdatadst.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jdatasrc.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jdcoefct.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jdcolor.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jdct.h create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jddctmgr.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jdhuff.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jdhuff.h create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jdinput.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jdmainct.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jdmarker.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jdmaster.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jdmerge.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jdphuff.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jdpostct.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jdsample.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jdtrans.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jerror.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jerror.h create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jfdctflt.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jfdctfst.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jfdctint.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jidctflt.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jidctfst.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jidctint.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jidctred.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jinclude.h create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jmemmgr.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jmemnobs.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jmemsys.h create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jmorecfg.h create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jpegint.h create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jpeglib.h create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jquant1.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jquant2.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jutils.c create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/jversion.h create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/libjpeg.doc create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/makefile.ansi create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/makefile.bcc create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/makefile.cfg create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/makefile.dj create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/makefile.manx create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/makefile.mc6 create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/makefile.mms create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/makefile.sas create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/makefile.unix create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/makefile.vc create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/makefile.vms create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/makefile.wat create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/structure.doc create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/usage.doc create mode 100644 tqtinterface/qt4/src/3rdparty/libjpeg/wizard.doc create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/Changes create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/LICENSE create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/Makefile.am create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/Makefile.in create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/README create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/README.autoconf create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/README.config create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/README.contrib create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/README.dll create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/README.examples create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/README.packaging create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/acinclude.m4 create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/aclocal.m4 create mode 100755 tqtinterface/qt4/src/3rdparty/libmng/autogen.sh create mode 100755 tqtinterface/qt4/src/3rdparty/libmng/config.guess create mode 100755 tqtinterface/qt4/src/3rdparty/libmng/config.sub create mode 100755 tqtinterface/qt4/src/3rdparty/libmng/configure create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/configure.in create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/doc/Plan1.png create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/doc/Plan2.png create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/doc/doc.readme create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/doc/libmng.txt create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/doc/man/jng.5 create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/doc/man/libmng.3 create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/doc/man/mng.5 create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/doc/rpm/libmng-1.0.4-rhconf.patch create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/doc/rpm/libmng.spec create mode 100755 tqtinterface/qt4/src/3rdparty/libmng/install-sh create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_callback_xs.c create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_chunk_io.c create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_chunk_io.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_chunk_prc.c create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_chunk_prc.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_chunk_xs.c create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_chunks.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_cms.c create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_cms.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_conf.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_data.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_display.c create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_display.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_dither.c create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_dither.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_error.c create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_error.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_filter.c create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_filter.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_hlapi.c create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_jpeg.c create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_jpeg.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_memory.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_object_prc.c create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_object_prc.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_objects.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_pixels.c create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_pixels.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_prop_xs.c create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_read.c create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_read.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_trace.c create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_trace.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_types.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_write.c create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_write.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_zlib.c create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/libmng_zlib.h create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/ltmain.sh create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/makefiles/Makefile.am create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/makefiles/README create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/makefiles/acinclude.m4 create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/makefiles/configure.in create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/makefiles/makefile.bcb3 create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/makefiles/makefile.dj create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/makefiles/makefile.linux create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/makefiles/makefile.mingw create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/makefiles/makefile.unix create mode 100644 tqtinterface/qt4/src/3rdparty/libmng/makefiles/makefile.vcwin32 create mode 100755 tqtinterface/qt4/src/3rdparty/libmng/missing create mode 100755 tqtinterface/qt4/src/3rdparty/libmng/mkinstalldirs create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/ANNOUNCE create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/CHANGES create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/INSTALL create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/KNOWNBUG create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/LICENSE create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/README create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/README.trolltech create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/TODO create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/Y2KINFO create mode 100755 tqtinterface/qt4/src/3rdparty/libpng/configure create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/example.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/libpng.3 create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/libpng.txt create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/libpngpf.3 create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/png.5 create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/png.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/png.h create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngasmrd.h create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngbar.jpg create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngbar.png create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngconf.h create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngerror.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pnggccrd.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngget.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngmem.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngnow.png create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngpread.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngread.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngrio.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngrtran.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngrutil.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngset.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngtest.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngtest.png create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngtrans.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngvcrd.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngwio.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngwrite.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngwtran.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/pngwutil.c create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/beos/x86-shared.proj create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/beos/x86-shared.txt create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/beos/x86-static.proj create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/beos/x86-static.txt create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/borland/libpng.bpf create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/borland/libpng.bpg create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/borland/libpng.bpr create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/borland/libpng.cpp create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/borland/libpng.readme.txt create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/borland/libpngstat.bpf create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/borland/libpngstat.bpr create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/borland/zlib+libpng.bpg create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/borland/zlib.bpf create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/borland/zlib.bpg create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/borland/zlib.bpr create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/borland/zlib.cpp create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/borland/zlibstat.bpf create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/borland/zlibstat.bpr create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/msvc/README.txt create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/msvc/libpng.dsp create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/msvc/libpng.dsw create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/msvc/png.rc create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/msvc/png32ms.def create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/msvc/zlib.def create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/msvc/zlib.dsp create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/netware.txt create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/projects/wince.txt create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/SCOPTIONS.ppc create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/descrip.mms create mode 100755 tqtinterface/qt4/src/3rdparty/libpng/scripts/libpng-config-body.in create mode 100755 tqtinterface/qt4/src/3rdparty/libpng/scripts/libpng-config-head.in create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/libpng.icc create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/libpng.pc.in create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.32sunu create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.64sunu create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.acorn create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.aix create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.amiga create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.atari create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.bc32 create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.bd32 create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.beos create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.bor create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.cygwin create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.darwin create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.dec create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.dj2 create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.freebsd create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.gcc create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.gcmmx create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.hpgcc create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.hpux create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.ibmc create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.intel create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.knr create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.linux create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.macosx create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.mips create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.msc create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.ne10bsd create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.ne12bsd create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.netbsd create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.openbsd create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.os2 create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.sco create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.sggcc create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.sgi create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.so9 create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.solaris create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.std create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.sunos create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.tc3 create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.vcawin32 create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.vcwin32 create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makefile.watcom create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/makevms.com create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/pngdef.pas create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/pngos2.def create mode 100644 tqtinterface/qt4/src/3rdparty/libpng/scripts/smakefile.ppc create mode 100644 tqtinterface/qt4/src/3rdparty/opentype/FT-license.txt create mode 100644 tqtinterface/qt4/src/3rdparty/opentype/FTL.TXT create mode 100644 tqtinterface/qt4/src/3rdparty/opentype/README create mode 100644 tqtinterface/qt4/src/3rdparty/opentype/ftglue.c create mode 100644 tqtinterface/qt4/src/3rdparty/opentype/ftglue.h create mode 100644 tqtinterface/qt4/src/3rdparty/opentype/ftxgdef.c create mode 100644 tqtinterface/qt4/src/3rdparty/opentype/ftxgdef.h create mode 100644 tqtinterface/qt4/src/3rdparty/opentype/ftxgpos.c create mode 100644 tqtinterface/qt4/src/3rdparty/opentype/ftxgpos.h create mode 100644 tqtinterface/qt4/src/3rdparty/opentype/ftxgsub.c create mode 100644 tqtinterface/qt4/src/3rdparty/opentype/ftxgsub.h create mode 100644 tqtinterface/qt4/src/3rdparty/opentype/ftxopen.c create mode 100644 tqtinterface/qt4/src/3rdparty/opentype/ftxopen.h create mode 100644 tqtinterface/qt4/src/3rdparty/opentype/ftxopenf.h create mode 100644 tqtinterface/qt4/src/3rdparty/opentype/ftxopentype.c create mode 100644 tqtinterface/qt4/src/3rdparty/opentype/otlbuffer.c create mode 100644 tqtinterface/qt4/src/3rdparty/opentype/otlbuffer.h create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/attach.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/auth.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/btree.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/btree.h create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/btree_rb.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/build.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/config.h create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/copy.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/date.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/delete.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/expr.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/func.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/hash.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/hash.h create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/insert.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/main.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/opcodes.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/opcodes.h create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/os.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/os.h create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/pager.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/pager.h create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/parse.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/parse.h create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/pragma.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/printf.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/random.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/select.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/shell.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/sqlite.h create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/sqliteInt.h create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/table.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/tokenize.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/trigger.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/trolltech.patch create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/update.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/util.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/vacuum.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/vdbe.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/vdbe.h create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/vdbeInt.h create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/vdbeaux.c create mode 100644 tqtinterface/qt4/src/3rdparty/sqlite/where.c create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/ChangeLog create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/FAQ create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/INDEX create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/Makefile.in create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/README create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/adler32.c create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/algorithm.txt create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/compress.c create mode 100755 tqtinterface/qt4/src/3rdparty/zlib/configure create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/crc32.c create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/crc32.h create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/deflate.c create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/deflate.h create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/example.c create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/gzio.c create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/infback.c create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/inffast.c create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/inffast.h create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/inffixed.h create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/inflate.c create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/inflate.h create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/inftrees.c create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/inftrees.h create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/minigzip.c create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/projects/README.projects create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/projects/visualc6/README.txt create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/projects/visualc6/example.dsp create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/projects/visualc6/minigzip.dsp create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/projects/visualc6/zlib.dsp create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/projects/visualc6/zlib.dsw create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/trees.c create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/trees.h create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/uncompr.c create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/win32/DLL_FAQ.txt create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/win32/Makefile.bor create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/win32/Makefile.emx create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/win32/Makefile.gcc create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/win32/Makefile.msc create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/win32/VisualC.txt create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/win32/zlib.def create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/win32/zlib1.rc create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/zconf.h create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/zconf.in.h create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/zlib.3 create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/zlib.h create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/zutil.c create mode 100644 tqtinterface/qt4/src/3rdparty/zlib/zutil.h create mode 100644 tqtinterface/qt4/src/attic/README create mode 100644 tqtinterface/qt4/src/attic/qtmultilineedit.cpp create mode 100644 tqtinterface/qt4/src/attic/qtmultilineedit.h create mode 100644 tqtinterface/qt4/src/attic/qttableview.cpp create mode 100644 tqtinterface/qt4/src/attic/qttableview.h create mode 100644 tqtinterface/qt4/src/canvas/qt_canvas.pri create mode 100644 tqtinterface/qt4/src/canvas/tqcanvas.cpp create mode 100644 tqtinterface/qt4/src/canvas/tqcanvas.h create mode 100644 tqtinterface/qt4/src/codecs/qt_codecs.pri create mode 100644 tqtinterface/qt4/src/codecs/tqbig5codec.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqbig5codec.h create mode 100644 tqtinterface/qt4/src/codecs/tqeucjpcodec.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqeucjpcodec.h create mode 100644 tqtinterface/qt4/src/codecs/tqeuckrcodec.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqeuckrcodec.h create mode 100644 tqtinterface/qt4/src/codecs/tqfontcncodec.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqfontcodecs_p.h create mode 100644 tqtinterface/qt4/src/codecs/tqfonthkcodec.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqfontjpcodec.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqfontkrcodec.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqfontlaocodec.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqfonttwcodec.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqgb18030codec.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqgb18030codec.h create mode 100644 tqtinterface/qt4/src/codecs/tqgbkcodec.h create mode 100644 tqtinterface/qt4/src/codecs/tqisciicodec.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqisciicodec_p.h create mode 100644 tqtinterface/qt4/src/codecs/tqjiscodec.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqjiscodec.h create mode 100644 tqtinterface/qt4/src/codecs/tqjpunicode.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqjpunicode.h create mode 100644 tqtinterface/qt4/src/codecs/tqrtlcodec.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqrtlcodec.h create mode 100644 tqtinterface/qt4/src/codecs/tqsjiscodec.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqsjiscodec.h create mode 100644 tqtinterface/qt4/src/codecs/tqtextcodec.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqtextcodec.h create mode 100644 tqtinterface/qt4/src/codecs/tqtextcodecfactory.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqtextcodecfactory.h create mode 100644 tqtinterface/qt4/src/codecs/tqtextcodecinterface_p.h create mode 100644 tqtinterface/qt4/src/codecs/tqtextcodecplugin.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqtextcodecplugin.h create mode 100644 tqtinterface/qt4/src/codecs/tqtsciicodec.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqtsciicodec.h create mode 100644 tqtinterface/qt4/src/codecs/tqutfcodec.cpp create mode 100644 tqtinterface/qt4/src/codecs/tqutfcodec.h create mode 100644 tqtinterface/qt4/src/compat/tqapp.h create mode 100644 tqtinterface/qt4/src/compat/tqarray.h create mode 100644 tqtinterface/qt4/src/compat/tqbitarry.h create mode 100644 tqtinterface/qt4/src/compat/tqbttngrp.h create mode 100644 tqtinterface/qt4/src/compat/tqchkbox.h create mode 100644 tqtinterface/qt4/src/compat/tqclipbrd.h create mode 100644 tqtinterface/qt4/src/compat/tqcollect.h create mode 100644 tqtinterface/qt4/src/compat/tqcollection.h create mode 100644 tqtinterface/qt4/src/compat/tqcombo.h create mode 100644 tqtinterface/qt4/src/compat/tqconnect.h create mode 100644 tqtinterface/qt4/src/compat/tqdatetm.h create mode 100644 tqtinterface/qt4/src/compat/tqdrawutl.h create mode 100644 tqtinterface/qt4/src/compat/tqdstream.h create mode 100644 tqtinterface/qt4/src/compat/tqfiledef.h create mode 100644 tqtinterface/qt4/src/compat/tqfiledlg.h create mode 100644 tqtinterface/qt4/src/compat/tqfileinf.h create mode 100644 tqtinterface/qt4/src/compat/tqfontinf.h create mode 100644 tqtinterface/qt4/src/compat/tqfontmet.h create mode 100644 tqtinterface/qt4/src/compat/tqgrpbox.h create mode 100644 tqtinterface/qt4/src/compat/tqintcach.h create mode 100644 tqtinterface/qt4/src/compat/tqiodev.h create mode 100644 tqtinterface/qt4/src/compat/tqlcdnum.h create mode 100644 tqtinterface/qt4/src/compat/tqlined.h create mode 100644 tqtinterface/qt4/src/compat/tqlist.h create mode 100644 tqtinterface/qt4/src/compat/tqmenudta.h create mode 100644 tqtinterface/qt4/src/compat/tqmetaobj.h create mode 100644 tqtinterface/qt4/src/compat/tqmlined.h create mode 100644 tqtinterface/qt4/src/compat/tqmsgbox.h create mode 100644 tqtinterface/qt4/src/compat/tqmultilinedit.h create mode 100644 tqtinterface/qt4/src/compat/tqobjcoll.h create mode 100644 tqtinterface/qt4/src/compat/tqobjdefs.h create mode 100644 tqtinterface/qt4/src/compat/tqpaintd.h create mode 100644 tqtinterface/qt4/src/compat/tqpaintdc.h create mode 100644 tqtinterface/qt4/src/compat/tqpdevmet.h create mode 100644 tqtinterface/qt4/src/compat/tqpmcache.h create mode 100644 tqtinterface/qt4/src/compat/tqpntarry.h create mode 100644 tqtinterface/qt4/src/compat/tqpopmenu.h create mode 100644 tqtinterface/qt4/src/compat/tqprndlg.h create mode 100644 tqtinterface/qt4/src/compat/tqprogbar.h create mode 100644 tqtinterface/qt4/src/compat/tqprogdlg.h create mode 100644 tqtinterface/qt4/src/compat/tqpsprn.h create mode 100644 tqtinterface/qt4/src/compat/tqpushbt.h create mode 100644 tqtinterface/qt4/src/compat/tqqueue.h create mode 100644 tqtinterface/qt4/src/compat/tqradiobt.h create mode 100644 tqtinterface/qt4/src/compat/tqrangect.h create mode 100644 tqtinterface/qt4/src/compat/tqscrbar.h create mode 100644 tqtinterface/qt4/src/compat/tqsocknot.h create mode 100644 tqtinterface/qt4/src/compat/tqstack.h create mode 100644 tqtinterface/qt4/src/compat/tqtabdlg.h create mode 100644 tqtinterface/qt4/src/compat/tqtstream.h create mode 100644 tqtinterface/qt4/src/compat/tqvector.h create mode 100644 tqtinterface/qt4/src/compat/tqwidcoll.h create mode 100644 tqtinterface/qt4/src/compat/tqwindefs.h create mode 100644 tqtinterface/qt4/src/dialogs/qt_dialogs.pri create mode 100644 tqtinterface/qt4/src/dialogs/tqcolordialog.cpp create mode 100644 tqtinterface/qt4/src/dialogs/tqcolordialog.h create mode 100644 tqtinterface/qt4/src/dialogs/tqdialog.cpp create mode 100644 tqtinterface/qt4/src/dialogs/tqdialog.h create mode 100644 tqtinterface/qt4/src/dialogs/tqerrormessage.cpp create mode 100644 tqtinterface/qt4/src/dialogs/tqerrormessage.h create mode 100644 tqtinterface/qt4/src/dialogs/tqfiledialog.cpp create mode 100644 tqtinterface/qt4/src/dialogs/tqfiledialog.h create mode 100644 tqtinterface/qt4/src/dialogs/tqfontdialog.cpp create mode 100644 tqtinterface/qt4/src/dialogs/tqfontdialog.h create mode 100644 tqtinterface/qt4/src/dialogs/tqinputdialog.cpp create mode 100644 tqtinterface/qt4/src/dialogs/tqinputdialog.h create mode 100644 tqtinterface/qt4/src/dialogs/tqmessagebox.cpp create mode 100644 tqtinterface/qt4/src/dialogs/tqmessagebox.h create mode 100644 tqtinterface/qt4/src/dialogs/tqprintdialog.cpp create mode 100644 tqtinterface/qt4/src/dialogs/tqprintdialog.h create mode 100644 tqtinterface/qt4/src/dialogs/tqprogressdialog.cpp create mode 100644 tqtinterface/qt4/src/dialogs/tqprogressdialog.h create mode 100644 tqtinterface/qt4/src/dialogs/tqsemimodal.h create mode 100644 tqtinterface/qt4/src/dialogs/tqtabdialog.cpp create mode 100644 tqtinterface/qt4/src/dialogs/tqtabdialog.h create mode 100644 tqtinterface/qt4/src/dialogs/tqwizard.cpp create mode 100644 tqtinterface/qt4/src/dialogs/tqwizard.h create mode 100644 tqtinterface/qt4/src/embedded/qt_embedded.pri create mode 100644 tqtinterface/qt4/src/embedded/tqgfxdriverinterface_p.h create mode 100644 tqtinterface/qt4/src/embedded/tqkbddriverinterface_p.h create mode 100644 tqtinterface/qt4/src/embedded/tqmousedriverinterface_p.h create mode 100644 tqtinterface/qt4/src/iconview/qt_iconview.pri create mode 100644 tqtinterface/qt4/src/iconview/tqiconview.cpp create mode 100644 tqtinterface/qt4/src/iconview/tqiconview.h create mode 100755 tqtinterface/qt4/src/kernel/makepsheader.pl create mode 100644 tqtinterface/qt4/src/kernel/qpsprinter.ps create mode 100644 tqtinterface/qt4/src/kernel/qt_compat.pri create mode 100644 tqtinterface/qt4/src/kernel/qt_gfx.pri create mode 100644 tqtinterface/qt4/src/kernel/qt_kernel.pri create mode 100644 tqtinterface/qt4/src/kernel/qt_x11.pri create mode 100644 tqtinterface/qt4/src/kernel/tq1xcompatibility.h create mode 100644 tqtinterface/qt4/src/kernel/tqabstractlayout.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqabstractlayout.h create mode 100644 tqtinterface/qt4/src/kernel/tqaccel.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqaccel.h create mode 100644 tqtinterface/qt4/src/kernel/tqaccessible.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqaccessible.h create mode 100644 tqtinterface/qt4/src/kernel/tqapplication.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqapplication.cpp~ create mode 100644 tqtinterface/qt4/src/kernel/tqapplication.h create mode 100644 tqtinterface/qt4/src/kernel/tqapplication.h~ create mode 100644 tqtinterface/qt4/src/kernel/tqapplication_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqapplication_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqasyncimageio.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqasyncimageio.h create mode 100644 tqtinterface/qt4/src/kernel/tqasyncio.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqasyncio.h create mode 100644 tqtinterface/qt4/src/kernel/tqbitmap.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqbitmap.h create mode 100644 tqtinterface/qt4/src/kernel/tqbrush.h create mode 100644 tqtinterface/qt4/src/kernel/tqclipboard.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqclipboard.h create mode 100644 tqtinterface/qt4/src/kernel/tqclipboard_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqcolor.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqcolor.h create mode 100644 tqtinterface/qt4/src/kernel/tqcolor_p.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqcolor_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqcolor_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqconnection.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqconnection.h create mode 100644 tqtinterface/qt4/src/kernel/tqcursor.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqcursor.h create mode 100644 tqtinterface/qt4/src/kernel/tqcursor_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqdesktopwidget.h create mode 100644 tqtinterface/qt4/src/kernel/tqdesktopwidget_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqdnd_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqdragobject.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqdragobject.h create mode 100644 tqtinterface/qt4/src/kernel/tqdrawutil.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqdrawutil.h create mode 100644 tqtinterface/qt4/src/kernel/tqdropsite.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqdropsite.h create mode 100644 tqtinterface/qt4/src/kernel/tqevent.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqevent.h create mode 100644 tqtinterface/qt4/src/kernel/tqeventloop.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqeventloop.h create mode 100644 tqtinterface/qt4/src/kernel/tqeventloop_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqeventloop_unix.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqeventloop_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqfocusdata.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqfocusdata.h create mode 100644 tqtinterface/qt4/src/kernel/tqfont.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqfont.h create mode 100644 tqtinterface/qt4/src/kernel/tqfont_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqfontdata_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqfontdatabase.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqfontdatabase.h create mode 100644 tqtinterface/qt4/src/kernel/tqfontdatabase_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqfontengine_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqfontengine_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqfontinfo.h create mode 100644 tqtinterface/qt4/src/kernel/tqfontmetrics.h create mode 100644 tqtinterface/qt4/src/kernel/tqgif.h create mode 100644 tqtinterface/qt4/src/kernel/tqgplugin.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqgplugin.h create mode 100644 tqtinterface/qt4/src/kernel/tqguardedptr.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqguardedptr.h create mode 100644 tqtinterface/qt4/src/kernel/tqiconset.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqiconset.h create mode 100644 tqtinterface/qt4/src/kernel/tqimage.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqimage.h create mode 100644 tqtinterface/qt4/src/kernel/tqimageformatinterface_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqimageformatplugin.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqimageformatplugin.h create mode 100644 tqtinterface/qt4/src/kernel/tqinputcontext_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqinputcontext_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqinternal.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqinternal_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqjpegio.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqjpegio.h create mode 100644 tqtinterface/qt4/src/kernel/tqkeycode.h create mode 100644 tqtinterface/qt4/src/kernel/tqkeysequence.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqkeysequence.h create mode 100644 tqtinterface/qt4/src/kernel/tqlayout.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqlayout.h create mode 100644 tqtinterface/qt4/src/kernel/tqlayoutengine.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqlayoutengine_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqlocalfs.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqlocalfs.h create mode 100644 tqtinterface/qt4/src/kernel/tqlock.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqlock_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqmetaobject.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqmetaobject.cpp~ create mode 100644 tqtinterface/qt4/src/kernel/tqmetaobject.h create mode 100644 tqtinterface/qt4/src/kernel/tqmetaobject.h~ create mode 100644 tqtinterface/qt4/src/kernel/tqmime.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqmime.h create mode 100644 tqtinterface/qt4/src/kernel/tqmngio.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqmngio.h create mode 100644 tqtinterface/qt4/src/kernel/tqmotifdnd_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqmovie.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqmovie.h create mode 100644 tqtinterface/qt4/src/kernel/tqnamespace.h create mode 100644 tqtinterface/qt4/src/kernel/tqnetworkprotocol.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqnetworkprotocol.h create mode 100644 tqtinterface/qt4/src/kernel/tqobject.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqobject.h create mode 100644 tqtinterface/qt4/src/kernel/tqobjectcleanuphandler.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqobjectcleanuphandler.h create mode 100644 tqtinterface/qt4/src/kernel/tqobjectdefs.h create mode 100644 tqtinterface/qt4/src/kernel/tqobjectdict.h create mode 100644 tqtinterface/qt4/src/kernel/tqobjectlist.h create mode 100644 tqtinterface/qt4/src/kernel/tqpaintdevice.h create mode 100644 tqtinterface/qt4/src/kernel/tqpaintdevice_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqpaintdevicedefs.h create mode 100644 tqtinterface/qt4/src/kernel/tqpaintdevicemetrics.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqpaintdevicemetrics.h create mode 100644 tqtinterface/qt4/src/kernel/tqpainter.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqpainter.cpp~ create mode 100644 tqtinterface/qt4/src/kernel/tqpainter.h create mode 100644 tqtinterface/qt4/src/kernel/tqpainter.h~ create mode 100644 tqtinterface/qt4/src/kernel/tqpainter_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqpainter_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqpalette.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqpalette.h create mode 100644 tqtinterface/qt4/src/kernel/tqpen.h create mode 100644 tqtinterface/qt4/src/kernel/tqpicture.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqpicture.h create mode 100644 tqtinterface/qt4/src/kernel/tqpixmap.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqpixmap.h create mode 100644 tqtinterface/qt4/src/kernel/tqpixmap_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqpixmapcache.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqpixmapcache.h create mode 100644 tqtinterface/qt4/src/kernel/tqpngio.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqpngio.h create mode 100644 tqtinterface/qt4/src/kernel/tqpoint.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqpoint.h create mode 100644 tqtinterface/qt4/src/kernel/tqpointarray.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqpointarray.h create mode 100644 tqtinterface/qt4/src/kernel/tqpolygonscanner.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqpolygonscanner.h create mode 100644 tqtinterface/qt4/src/kernel/tqprinter.cpp create mode 100755 tqtinterface/qt4/src/kernel/tqprinter.h create mode 100644 tqtinterface/qt4/src/kernel/tqprinter_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqprinter_unix.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqprocess.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqprocess.h create mode 100644 tqtinterface/qt4/src/kernel/tqprocess_unix.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqpsprinter.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqpsprinter_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqrect.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqrect.h create mode 100644 tqtinterface/qt4/src/kernel/tqregion.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqregion.h create mode 100644 tqtinterface/qt4/src/kernel/tqregion_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqrichtext.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqrichtext_p.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqrichtext_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqscriptengine.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqscriptengine_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqscriptengine_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqsession.h create mode 100644 tqtinterface/qt4/src/kernel/tqsessionmanager.h create mode 100644 tqtinterface/qt4/src/kernel/tqsharedmemory_p.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqsharedmemory_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqsignal.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqsignal.h create mode 100644 tqtinterface/qt4/src/kernel/tqsignalmapper.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqsignalmapper.h create mode 100644 tqtinterface/qt4/src/kernel/tqsignalslotimp.h create mode 100644 tqtinterface/qt4/src/kernel/tqsimplerichtext.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqsimplerichtext.h create mode 100644 tqtinterface/qt4/src/kernel/tqsize.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqsize.h create mode 100644 tqtinterface/qt4/src/kernel/tqsizegrip.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqsizegrip.h create mode 100644 tqtinterface/qt4/src/kernel/tqsizepolicy.h create mode 100644 tqtinterface/qt4/src/kernel/tqsocketnotifier.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqsocketnotifier.h create mode 100644 tqtinterface/qt4/src/kernel/tqsound.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqsound.h create mode 100644 tqtinterface/qt4/src/kernel/tqsound_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqstyle.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqstyle.h create mode 100644 tqtinterface/qt4/src/kernel/tqstylesheet.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqstylesheet.h create mode 100644 tqtinterface/qt4/src/kernel/tqt.h create mode 100644 tqtinterface/qt4/src/kernel/tqt_pch.h create mode 100644 tqtinterface/qt4/src/kernel/tqt_x11_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqtaddons_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqtextengine.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqtextengine_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqtextengine_unix.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqtextlayout.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqtextlayout_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqtglobaldefines.h create mode 100644 tqtinterface/qt4/src/kernel/tqtglobalsettings.h create mode 100644 tqtinterface/qt4/src/kernel/tqthread.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqthread.h create mode 100644 tqtinterface/qt4/src/kernel/tqthread_unix.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqtimer.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqtimer.h create mode 100644 tqtinterface/qt4/src/kernel/tqtranslator.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqtranslator.h create mode 100644 tqtinterface/qt4/src/kernel/tqucomextra.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqucomextra_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqurl.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqurl.h create mode 100644 tqtinterface/qt4/src/kernel/tqurlinfo.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqurlinfo.h create mode 100644 tqtinterface/qt4/src/kernel/tqurloperator.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqurloperator.h create mode 100644 tqtinterface/qt4/src/kernel/tqvariant.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqvariant.cpp.new create mode 100644 tqtinterface/qt4/src/kernel/tqvariant.h create mode 100644 tqtinterface/qt4/src/kernel/tqvfbhdr.h create mode 100644 tqtinterface/qt4/src/kernel/tqwidget.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqwidget.h create mode 100644 tqtinterface/qt4/src/kernel/tqwidget_p.h create mode 100644 tqtinterface/qt4/src/kernel/tqwidget_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqwidgetcreate_x11.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqwidgetintdict.h create mode 100644 tqtinterface/qt4/src/kernel/tqwidgetlist.h create mode 100644 tqtinterface/qt4/src/kernel/tqwindow.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqwindow.h create mode 100644 tqtinterface/qt4/src/kernel/tqwindowdefs.h create mode 100644 tqtinterface/qt4/src/kernel/tqwmatrix.cpp create mode 100644 tqtinterface/qt4/src/kernel/tqwmatrix.cpp~ create mode 100644 tqtinterface/qt4/src/kernel/tqwmatrix.h create mode 100644 tqtinterface/qt4/src/kernel/tqwmatrix.h~ create mode 100644 tqtinterface/qt4/src/libtqt.map create mode 100644 tqtinterface/qt4/src/network/qt_network.pri create mode 100644 tqtinterface/qt4/src/network/tqdns.cpp create mode 100644 tqtinterface/qt4/src/network/tqdns.h create mode 100644 tqtinterface/qt4/src/network/tqftp.cpp create mode 100644 tqtinterface/qt4/src/network/tqftp.h create mode 100644 tqtinterface/qt4/src/network/tqhostaddress.cpp create mode 100644 tqtinterface/qt4/src/network/tqhostaddress.h create mode 100644 tqtinterface/qt4/src/network/tqhttp.cpp create mode 100644 tqtinterface/qt4/src/network/tqhttp.h create mode 100644 tqtinterface/qt4/src/network/tqnetwork.cpp create mode 100644 tqtinterface/qt4/src/network/tqnetwork.h create mode 100644 tqtinterface/qt4/src/network/tqserversocket.cpp create mode 100644 tqtinterface/qt4/src/network/tqserversocket.h create mode 100644 tqtinterface/qt4/src/network/tqsocket.cpp create mode 100644 tqtinterface/qt4/src/network/tqsocket.h create mode 100644 tqtinterface/qt4/src/network/tqsocketdevice.cpp create mode 100644 tqtinterface/qt4/src/network/tqsocketdevice.h create mode 100644 tqtinterface/qt4/src/network/tqsocketdevice_unix.cpp create mode 100644 tqtinterface/qt4/src/opengl/qt_opengl.pri create mode 100644 tqtinterface/qt4/src/opengl/tqgl.cpp create mode 100644 tqtinterface/qt4/src/opengl/tqgl.h create mode 100644 tqtinterface/qt4/src/opengl/tqgl_x11.cpp create mode 100644 tqtinterface/qt4/src/opengl/tqgl_x11_p.h create mode 100644 tqtinterface/qt4/src/opengl/tqglcolormap.cpp create mode 100644 tqtinterface/qt4/src/opengl/tqglcolormap.h create mode 100644 tqtinterface/qt4/src/qt.pro create mode 100644 tqtinterface/qt4/src/qt_install.pri create mode 100644 tqtinterface/qt4/src/qt_professional.pri create mode 100644 tqtinterface/qt4/src/qtmain.pro create mode 100644 tqtinterface/qt4/src/sql/README.module create mode 100644 tqtinterface/qt4/src/sql/drivers/cache/tqsqlcachedresult.cpp create mode 100644 tqtinterface/qt4/src/sql/drivers/cache/tqsqlcachedresult.h create mode 100644 tqtinterface/qt4/src/sql/drivers/ibase/tqsql_ibase.cpp create mode 100644 tqtinterface/qt4/src/sql/drivers/ibase/tqsql_ibase.h create mode 100644 tqtinterface/qt4/src/sql/drivers/mysql/tqsql_mysql.cpp create mode 100644 tqtinterface/qt4/src/sql/drivers/mysql/tqsql_mysql.h create mode 100644 tqtinterface/qt4/src/sql/drivers/odbc/tqsql_odbc.cpp create mode 100644 tqtinterface/qt4/src/sql/drivers/odbc/tqsql_odbc.h create mode 100644 tqtinterface/qt4/src/sql/drivers/psql/tqsql_psql.cpp create mode 100644 tqtinterface/qt4/src/sql/drivers/psql/tqsql_psql.h create mode 100644 tqtinterface/qt4/src/sql/drivers/sqlite/tqsql_sqlite.cpp create mode 100644 tqtinterface/qt4/src/sql/drivers/sqlite/tqsql_sqlite.h create mode 100644 tqtinterface/qt4/src/sql/qt_sql.pri create mode 100644 tqtinterface/qt4/src/sql/tqdatabrowser.cpp create mode 100644 tqtinterface/qt4/src/sql/tqdatabrowser.h create mode 100644 tqtinterface/qt4/src/sql/tqdatatable.cpp create mode 100644 tqtinterface/qt4/src/sql/tqdatatable.h create mode 100644 tqtinterface/qt4/src/sql/tqdataview.cpp create mode 100644 tqtinterface/qt4/src/sql/tqdataview.h create mode 100644 tqtinterface/qt4/src/sql/tqeditorfactory.cpp create mode 100644 tqtinterface/qt4/src/sql/tqeditorfactory.h create mode 100644 tqtinterface/qt4/src/sql/tqsql.cpp create mode 100644 tqtinterface/qt4/src/sql/tqsql.h create mode 100644 tqtinterface/qt4/src/sql/tqsqlcursor.cpp create mode 100644 tqtinterface/qt4/src/sql/tqsqlcursor.h create mode 100644 tqtinterface/qt4/src/sql/tqsqldatabase.cpp create mode 100644 tqtinterface/qt4/src/sql/tqsqldatabase.h create mode 100644 tqtinterface/qt4/src/sql/tqsqldriver.cpp create mode 100644 tqtinterface/qt4/src/sql/tqsqldriver.h create mode 100644 tqtinterface/qt4/src/sql/tqsqldriverinterface_p.h create mode 100644 tqtinterface/qt4/src/sql/tqsqldriverplugin.cpp create mode 100644 tqtinterface/qt4/src/sql/tqsqldriverplugin.h create mode 100644 tqtinterface/qt4/src/sql/tqsqleditorfactory.cpp create mode 100644 tqtinterface/qt4/src/sql/tqsqleditorfactory.h create mode 100644 tqtinterface/qt4/src/sql/tqsqlerror.cpp create mode 100644 tqtinterface/qt4/src/sql/tqsqlerror.h create mode 100644 tqtinterface/qt4/src/sql/tqsqlextension_p.cpp create mode 100644 tqtinterface/qt4/src/sql/tqsqlextension_p.h create mode 100644 tqtinterface/qt4/src/sql/tqsqlfield.cpp create mode 100644 tqtinterface/qt4/src/sql/tqsqlfield.h create mode 100644 tqtinterface/qt4/src/sql/tqsqlform.cpp create mode 100644 tqtinterface/qt4/src/sql/tqsqlform.h create mode 100644 tqtinterface/qt4/src/sql/tqsqlindex.cpp create mode 100644 tqtinterface/qt4/src/sql/tqsqlindex.h create mode 100644 tqtinterface/qt4/src/sql/tqsqlmanager_p.cpp create mode 100644 tqtinterface/qt4/src/sql/tqsqlmanager_p.h create mode 100644 tqtinterface/qt4/src/sql/tqsqlpropertymap.cpp create mode 100644 tqtinterface/qt4/src/sql/tqsqlpropertymap.h create mode 100644 tqtinterface/qt4/src/sql/tqsqlquery.cpp create mode 100644 tqtinterface/qt4/src/sql/tqsqlquery.h create mode 100644 tqtinterface/qt4/src/sql/tqsqlrecord.cpp create mode 100644 tqtinterface/qt4/src/sql/tqsqlrecord.h create mode 100644 tqtinterface/qt4/src/sql/tqsqlresult.cpp create mode 100644 tqtinterface/qt4/src/sql/tqsqlresult.h create mode 100644 tqtinterface/qt4/src/sql/tqsqlselectcursor.cpp create mode 100644 tqtinterface/qt4/src/sql/tqsqlselectcursor.h create mode 100644 tqtinterface/qt4/src/styles/qt_styles.pri create mode 100644 tqtinterface/qt4/src/styles/tqcdestyle.cpp create mode 100644 tqtinterface/qt4/src/styles/tqcdestyle.h create mode 100644 tqtinterface/qt4/src/styles/tqcommonstyle.cpp create mode 100644 tqtinterface/qt4/src/styles/tqcommonstyle.h create mode 100644 tqtinterface/qt4/src/styles/tqcompactstyle.cpp create mode 100644 tqtinterface/qt4/src/styles/tqcompactstyle.h create mode 100644 tqtinterface/qt4/src/styles/tqinterlacestyle.cpp create mode 100644 tqtinterface/qt4/src/styles/tqinterlacestyle.h create mode 100644 tqtinterface/qt4/src/styles/tqmotifplusstyle.cpp create mode 100644 tqtinterface/qt4/src/styles/tqmotifplusstyle.h create mode 100644 tqtinterface/qt4/src/styles/tqmotifstyle.cpp create mode 100644 tqtinterface/qt4/src/styles/tqmotifstyle.h create mode 100644 tqtinterface/qt4/src/styles/tqplatinumstyle.cpp create mode 100644 tqtinterface/qt4/src/styles/tqplatinumstyle.h create mode 100644 tqtinterface/qt4/src/styles/tqsgistyle.cpp create mode 100644 tqtinterface/qt4/src/styles/tqsgistyle.h create mode 100644 tqtinterface/qt4/src/styles/tqstylefactory.cpp create mode 100644 tqtinterface/qt4/src/styles/tqstylefactory.h create mode 100644 tqtinterface/qt4/src/styles/tqstyleinterface_p.h create mode 100644 tqtinterface/qt4/src/styles/tqstyleplugin.cpp create mode 100644 tqtinterface/qt4/src/styles/tqstyleplugin.h create mode 100644 tqtinterface/qt4/src/styles/tqwindowsstyle.cpp create mode 100644 tqtinterface/qt4/src/styles/tqwindowsstyle.h create mode 100644 tqtinterface/qt4/src/table/qt_table.pri create mode 100644 tqtinterface/qt4/src/table/tqtable.cpp create mode 100644 tqtinterface/qt4/src/table/tqtable.h create mode 100644 tqtinterface/qt4/src/tmp/README create mode 100644 tqtinterface/qt4/src/tools/qfeatures.txt create mode 100644 tqtinterface/qt4/src/tools/qt_tools.pri create mode 100644 tqtinterface/qt4/src/tools/tqasciicache.h create mode 100644 tqtinterface/qt4/src/tools/tqasciidict.h create mode 100644 tqtinterface/qt4/src/tools/tqbitarray.cpp create mode 100644 tqtinterface/qt4/src/tools/tqbitarray.h create mode 100644 tqtinterface/qt4/src/tools/tqbuffer.cpp create mode 100644 tqtinterface/qt4/src/tools/tqbuffer.h create mode 100644 tqtinterface/qt4/src/tools/tqbuffer.h~ create mode 100644 tqtinterface/qt4/src/tools/tqcache.h create mode 100644 tqtinterface/qt4/src/tools/tqcleanuphandler.h create mode 100644 tqtinterface/qt4/src/tools/tqcom_p.h create mode 100644 tqtinterface/qt4/src/tools/tqcomlibrary.cpp create mode 100644 tqtinterface/qt4/src/tools/tqcomlibrary_p.h create mode 100644 tqtinterface/qt4/src/tools/tqcomponentfactory.cpp create mode 100644 tqtinterface/qt4/src/tools/tqcomponentfactory_p.h create mode 100644 tqtinterface/qt4/src/tools/tqconfig-dist.h create mode 100644 tqtinterface/qt4/src/tools/tqconfig-large.h create mode 100644 tqtinterface/qt4/src/tools/tqconfig-medium.h create mode 100644 tqtinterface/qt4/src/tools/tqconfig-minimal.h create mode 100644 tqtinterface/qt4/src/tools/tqconfig-small.h create mode 100644 tqtinterface/qt4/src/tools/tqcriticalsection_p.cpp create mode 100644 tqtinterface/qt4/src/tools/tqcriticalsection_p.h create mode 100644 tqtinterface/qt4/src/tools/tqcstring.cpp create mode 100644 tqtinterface/qt4/src/tools/tqcstring.h create mode 100644 tqtinterface/qt4/src/tools/tqdatastream.cpp create mode 100644 tqtinterface/qt4/src/tools/tqdatastream.h create mode 100644 tqtinterface/qt4/src/tools/tqdatetime.cpp create mode 100644 tqtinterface/qt4/src/tools/tqdatetime.h create mode 100644 tqtinterface/qt4/src/tools/tqdeepcopy.cpp create mode 100644 tqtinterface/qt4/src/tools/tqdeepcopy.h create mode 100644 tqtinterface/qt4/src/tools/tqdict.h create mode 100644 tqtinterface/qt4/src/tools/tqdir.cpp create mode 100644 tqtinterface/qt4/src/tools/tqdir.h create mode 100644 tqtinterface/qt4/src/tools/tqdir_p.h create mode 100644 tqtinterface/qt4/src/tools/tqdir_unix.cpp create mode 100644 tqtinterface/qt4/src/tools/tqfeatures.h create mode 100644 tqtinterface/qt4/src/tools/tqfile.cpp create mode 100644 tqtinterface/qt4/src/tools/tqfile.h create mode 100644 tqtinterface/qt4/src/tools/tqfile_unix.cpp create mode 100644 tqtinterface/qt4/src/tools/tqfiledefs_p.h create mode 100644 tqtinterface/qt4/src/tools/tqfileinfo.cpp create mode 100644 tqtinterface/qt4/src/tools/tqfileinfo.h create mode 100644 tqtinterface/qt4/src/tools/tqfileinfo_unix.cpp create mode 100644 tqtinterface/qt4/src/tools/tqgarray.cpp create mode 100644 tqtinterface/qt4/src/tools/tqgarray.h create mode 100644 tqtinterface/qt4/src/tools/tqgcache.cpp create mode 100644 tqtinterface/qt4/src/tools/tqgcache.h create mode 100644 tqtinterface/qt4/src/tools/tqgdict.cpp create mode 100644 tqtinterface/qt4/src/tools/tqgdict.h create mode 100644 tqtinterface/qt4/src/tools/tqgeneric.h create mode 100644 tqtinterface/qt4/src/tools/tqglist.cpp create mode 100644 tqtinterface/qt4/src/tools/tqglist.h create mode 100644 tqtinterface/qt4/src/tools/tqglobal.cpp create mode 100644 tqtinterface/qt4/src/tools/tqglobal.h create mode 100644 tqtinterface/qt4/src/tools/tqgpluginmanager.cpp create mode 100644 tqtinterface/qt4/src/tools/tqgpluginmanager_p.h create mode 100644 tqtinterface/qt4/src/tools/tqgvector.cpp create mode 100644 tqtinterface/qt4/src/tools/tqgvector.h create mode 100644 tqtinterface/qt4/src/tools/tqintcache.h create mode 100644 tqtinterface/qt4/src/tools/tqintdict.h create mode 100644 tqtinterface/qt4/src/tools/tqiodevice.cpp create mode 100644 tqtinterface/qt4/src/tools/tqiodevice.h create mode 100644 tqtinterface/qt4/src/tools/tqiodevice.h~ create mode 100644 tqtinterface/qt4/src/tools/tqlibrary.cpp create mode 100644 tqtinterface/qt4/src/tools/tqlibrary.h create mode 100644 tqtinterface/qt4/src/tools/tqlibrary_p.h create mode 100644 tqtinterface/qt4/src/tools/tqlibrary_unix.cpp create mode 100644 tqtinterface/qt4/src/tools/tqlocale.cpp create mode 100644 tqtinterface/qt4/src/tools/tqlocale.h create mode 100644 tqtinterface/qt4/src/tools/tqlocale_p.h create mode 100644 tqtinterface/qt4/src/tools/tqmap.cpp create mode 100644 tqtinterface/qt4/src/tools/tqmap.h create mode 100644 tqtinterface/qt4/src/tools/tqmemarray.h create mode 100644 tqtinterface/qt4/src/tools/tqmutex.h create mode 100644 tqtinterface/qt4/src/tools/tqmutex_p.h create mode 100644 tqtinterface/qt4/src/tools/tqmutex_unix.cpp create mode 100644 tqtinterface/qt4/src/tools/tqmutexpool.cpp create mode 100644 tqtinterface/qt4/src/tools/tqmutexpool_p.h create mode 100644 tqtinterface/qt4/src/tools/tqpair.h create mode 100644 tqtinterface/qt4/src/tools/tqpluginmanager_p.h create mode 100644 tqtinterface/qt4/src/tools/tqptrcollection.cpp create mode 100644 tqtinterface/qt4/src/tools/tqptrcollection.h create mode 100644 tqtinterface/qt4/src/tools/tqptrdict.h create mode 100644 tqtinterface/qt4/src/tools/tqptrlist.h create mode 100644 tqtinterface/qt4/src/tools/tqptrqueue.h create mode 100644 tqtinterface/qt4/src/tools/tqptrstack.h create mode 100644 tqtinterface/qt4/src/tools/tqptrvector.h create mode 100644 tqtinterface/qt4/src/tools/tqregexp.cpp create mode 100644 tqtinterface/qt4/src/tools/tqregexp.h create mode 100644 tqtinterface/qt4/src/tools/tqsemaphore.cpp create mode 100644 tqtinterface/qt4/src/tools/tqsemaphore.h create mode 100644 tqtinterface/qt4/src/tools/tqsettings.cpp create mode 100644 tqtinterface/qt4/src/tools/tqsettings.h create mode 100644 tqtinterface/qt4/src/tools/tqsettings_p.h create mode 100644 tqtinterface/qt4/src/tools/tqshared.h create mode 100644 tqtinterface/qt4/src/tools/tqsortedlist.h create mode 100644 tqtinterface/qt4/src/tools/tqstring.cpp create mode 100644 tqtinterface/qt4/src/tools/tqstring.h create mode 100644 tqtinterface/qt4/src/tools/tqstringlist.cpp create mode 100644 tqtinterface/qt4/src/tools/tqstringlist.h create mode 100644 tqtinterface/qt4/src/tools/tqstrlist.h create mode 100644 tqtinterface/qt4/src/tools/tqstrvec.h create mode 100644 tqtinterface/qt4/src/tools/tqtextstream.cpp create mode 100644 tqtinterface/qt4/src/tools/tqtextstream.h create mode 100644 tqtinterface/qt4/src/tools/tqthreadinstance_p.h create mode 100644 tqtinterface/qt4/src/tools/tqthreadstorage.h create mode 100644 tqtinterface/qt4/src/tools/tqthreadstorage_unix.cpp create mode 100644 tqtinterface/qt4/src/tools/tqtl.h create mode 100644 tqtinterface/qt4/src/tools/tqucom.cpp create mode 100644 tqtinterface/qt4/src/tools/tqucom_p.h create mode 100644 tqtinterface/qt4/src/tools/tqunicodetables.cpp create mode 100644 tqtinterface/qt4/src/tools/tqunicodetables_p.h create mode 100644 tqtinterface/qt4/src/tools/tquuid.cpp create mode 100644 tqtinterface/qt4/src/tools/tquuid.h create mode 100644 tqtinterface/qt4/src/tools/tqvaluelist.h create mode 100644 tqtinterface/qt4/src/tools/tqvaluestack.h create mode 100644 tqtinterface/qt4/src/tools/tqvaluevector.h create mode 100644 tqtinterface/qt4/src/tools/tqwaitcondition.h create mode 100644 tqtinterface/qt4/src/tools/tqwaitcondition_unix.cpp create mode 100644 tqtinterface/qt4/src/tools/tqwinexport.cpp create mode 100644 tqtinterface/qt4/src/tools/tqwinexport.h create mode 100644 tqtinterface/qt4/src/tqmoc/README create mode 100644 tqtinterface/qt4/src/tqmoc/tqmoc.l create mode 100644 tqtinterface/qt4/src/tqmoc/tqmoc.pro create mode 100644 tqtinterface/qt4/src/tqmoc/tqmoc.y create mode 100644 tqtinterface/qt4/src/tqmoc/tqmoc_lex.cpp create mode 100644 tqtinterface/qt4/src/tqmoc/tqmoc_yacc.cpp create mode 100644 tqtinterface/qt4/src/tqmoc/tqmoc_yacc.h create mode 100644 tqtinterface/qt4/src/widgets/qt_widgets.pri create mode 100644 tqtinterface/qt4/src/widgets/tqaction.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqaction.h create mode 100644 tqtinterface/qt4/src/widgets/tqbutton.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqbutton.h create mode 100644 tqtinterface/qt4/src/widgets/tqbuttongroup.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqbuttongroup.h create mode 100644 tqtinterface/qt4/src/widgets/tqcheckbox.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqcheckbox.h create mode 100644 tqtinterface/qt4/src/widgets/tqcombobox.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqcombobox.h create mode 100644 tqtinterface/qt4/src/widgets/tqdatetimeedit.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqdatetimeedit.h create mode 100644 tqtinterface/qt4/src/widgets/tqdial.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqdial.h create mode 100644 tqtinterface/qt4/src/widgets/tqdialogbuttons.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqdialogbuttons_p.h create mode 100644 tqtinterface/qt4/src/widgets/tqdockarea.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqdockarea.h create mode 100644 tqtinterface/qt4/src/widgets/tqdockwindow.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqdockwindow.h create mode 100644 tqtinterface/qt4/src/widgets/tqeffects.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqeffects_p.h create mode 100644 tqtinterface/qt4/src/widgets/tqframe.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqframe.h create mode 100644 tqtinterface/qt4/src/widgets/tqgrid.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqgrid.h create mode 100644 tqtinterface/qt4/src/widgets/tqgridview.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqgridview.h create mode 100644 tqtinterface/qt4/src/widgets/tqgroupbox.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqgroupbox.h create mode 100644 tqtinterface/qt4/src/widgets/tqhbox.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqhbox.h create mode 100644 tqtinterface/qt4/src/widgets/tqhbuttongroup.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqhbuttongroup.h create mode 100644 tqtinterface/qt4/src/widgets/tqheader.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqheader.h create mode 100644 tqtinterface/qt4/src/widgets/tqhgroupbox.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqhgroupbox.h create mode 100644 tqtinterface/qt4/src/widgets/tqlabel.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqlabel.h create mode 100644 tqtinterface/qt4/src/widgets/tqlcdnumber.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqlcdnumber.h create mode 100644 tqtinterface/qt4/src/widgets/tqlineedit.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqlineedit.h create mode 100644 tqtinterface/qt4/src/widgets/tqlistbox.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqlistbox.h create mode 100644 tqtinterface/qt4/src/widgets/tqlistview.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqlistview.h create mode 100644 tqtinterface/qt4/src/widgets/tqmainwindow.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqmainwindow.h create mode 100644 tqtinterface/qt4/src/widgets/tqmenubar.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqmenubar.h create mode 100644 tqtinterface/qt4/src/widgets/tqmenudata.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqmenudata.h create mode 100644 tqtinterface/qt4/src/widgets/tqmultilineedit.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqmultilineedit.h create mode 100644 tqtinterface/qt4/src/widgets/tqpopupmenu.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqpopupmenu.h create mode 100644 tqtinterface/qt4/src/widgets/tqprogressbar.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqprogressbar.h create mode 100644 tqtinterface/qt4/src/widgets/tqpushbutton.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqpushbutton.h create mode 100644 tqtinterface/qt4/src/widgets/tqradiobutton.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqradiobutton.h create mode 100644 tqtinterface/qt4/src/widgets/tqrangecontrol.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqrangecontrol.h create mode 100644 tqtinterface/qt4/src/widgets/tqscrollbar.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqscrollbar.h create mode 100644 tqtinterface/qt4/src/widgets/tqscrollview.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqscrollview.h create mode 100644 tqtinterface/qt4/src/widgets/tqslider.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqslider.h create mode 100644 tqtinterface/qt4/src/widgets/tqspinbox.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqspinbox.h create mode 100644 tqtinterface/qt4/src/widgets/tqspinwidget.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqsplashscreen.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqsplashscreen.h create mode 100644 tqtinterface/qt4/src/widgets/tqsplitter.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqsplitter.h create mode 100644 tqtinterface/qt4/src/widgets/tqstatusbar.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqstatusbar.h create mode 100644 tqtinterface/qt4/src/widgets/tqsyntaxhighlighter.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqsyntaxhighlighter.h create mode 100644 tqtinterface/qt4/src/widgets/tqsyntaxhighlighter_p.h create mode 100644 tqtinterface/qt4/src/widgets/tqtabbar.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqtabbar.h create mode 100644 tqtinterface/qt4/src/widgets/tqtabwidget.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqtabwidget.h create mode 100644 tqtinterface/qt4/src/widgets/tqtextbrowser.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqtextbrowser.h create mode 100644 tqtinterface/qt4/src/widgets/tqtextedit.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqtextedit.h create mode 100644 tqtinterface/qt4/src/widgets/tqtextview.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqtextview.h create mode 100644 tqtinterface/qt4/src/widgets/tqtitlebar.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqtitlebar_p.h create mode 100644 tqtinterface/qt4/src/widgets/tqtoolbar.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqtoolbar.h create mode 100644 tqtinterface/qt4/src/widgets/tqtoolbox.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqtoolbox.h create mode 100644 tqtinterface/qt4/src/widgets/tqtoolbutton.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqtoolbutton.h create mode 100644 tqtinterface/qt4/src/widgets/tqtooltip.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqtooltip.h create mode 100644 tqtinterface/qt4/src/widgets/tqvalidator.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqvalidator.h create mode 100644 tqtinterface/qt4/src/widgets/tqvbox.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqvbox.h create mode 100644 tqtinterface/qt4/src/widgets/tqvbuttongroup.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqvbuttongroup.h create mode 100644 tqtinterface/qt4/src/widgets/tqvgroupbox.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqvgroupbox.h create mode 100644 tqtinterface/qt4/src/widgets/tqwhatsthis.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqwhatsthis.h create mode 100644 tqtinterface/qt4/src/widgets/tqwidgetinterface_p.h create mode 100644 tqtinterface/qt4/src/widgets/tqwidgetplugin.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqwidgetplugin.h create mode 100644 tqtinterface/qt4/src/widgets/tqwidgetresizehandler.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqwidgetresizehandler_p.h create mode 100644 tqtinterface/qt4/src/widgets/tqwidgetstack.cpp create mode 100644 tqtinterface/qt4/src/widgets/tqwidgetstack.h create mode 100644 tqtinterface/qt4/src/workspace/qt_workspace.pri create mode 100644 tqtinterface/qt4/src/workspace/tqworkspace.cpp create mode 100644 tqtinterface/qt4/src/workspace/tqworkspace.h create mode 100644 tqtinterface/qt4/src/xml/qt_xml.pri create mode 100644 tqtinterface/qt4/src/xml/tqdom.cpp create mode 100644 tqtinterface/qt4/src/xml/tqdom.h create mode 100644 tqtinterface/qt4/src/xml/tqsvgdevice.cpp create mode 100644 tqtinterface/qt4/src/xml/tqsvgdevice_p.h create mode 100644 tqtinterface/qt4/src/xml/tqxml.cpp create mode 100644 tqtinterface/qt4/src/xml/tqxml.h create mode 100644 tqtinterface/qt4/tools/assistant/LICENSE.GPL create mode 100644 tqtinterface/qt4/tools/assistant/assistant.icns create mode 100644 tqtinterface/qt4/tools/assistant/assistant.ico create mode 100644 tqtinterface/qt4/tools/assistant/assistant.pro create mode 100644 tqtinterface/qt4/tools/assistant/assistant.rc create mode 100644 tqtinterface/qt4/tools/assistant/assistant_de.qm create mode 100644 tqtinterface/qt4/tools/assistant/assistant_de.ts create mode 100644 tqtinterface/qt4/tools/assistant/assistant_fr.ts create mode 100644 tqtinterface/qt4/tools/assistant/book/assistant.book create mode 100644 tqtinterface/qt4/tools/assistant/book/assistant.leaf create mode 100644 tqtinterface/qt4/tools/assistant/book/images/assistant.png create mode 100644 tqtinterface/qt4/tools/assistant/book/images/docwindow.png create mode 100644 tqtinterface/qt4/tools/assistant/book/images/general.png create mode 100644 tqtinterface/qt4/tools/assistant/book/images/pdf1.png create mode 100644 tqtinterface/qt4/tools/assistant/book/images/search.png create mode 100644 tqtinterface/qt4/tools/assistant/book/images/sidebar.png create mode 100644 tqtinterface/qt4/tools/assistant/book/images/toolbar1.png create mode 100644 tqtinterface/qt4/tools/assistant/book/images/web.png create mode 100644 tqtinterface/qt4/tools/assistant/config.cpp create mode 100644 tqtinterface/qt4/tools/assistant/config.h create mode 100644 tqtinterface/qt4/tools/assistant/docuparser.cpp create mode 100644 tqtinterface/qt4/tools/assistant/docuparser.h create mode 100644 tqtinterface/qt4/tools/assistant/finddialog.ui create mode 100644 tqtinterface/qt4/tools/assistant/finddialog.ui.h create mode 100644 tqtinterface/qt4/tools/assistant/helpdialog.ui create mode 100644 tqtinterface/qt4/tools/assistant/helpdialogimpl.cpp create mode 100644 tqtinterface/qt4/tools/assistant/helpdialogimpl.h create mode 100644 tqtinterface/qt4/tools/assistant/helpwindow.cpp create mode 100644 tqtinterface/qt4/tools/assistant/helpwindow.h create mode 100644 tqtinterface/qt4/tools/assistant/images/addtab.png create mode 100644 tqtinterface/qt4/tools/assistant/images/appicon.png create mode 100644 tqtinterface/qt4/tools/assistant/images/assistant.png create mode 100644 tqtinterface/qt4/tools/assistant/images/book.png create mode 100644 tqtinterface/qt4/tools/assistant/images/closetab.png create mode 100644 tqtinterface/qt4/tools/assistant/images/d_closetab.png create mode 100644 tqtinterface/qt4/tools/assistant/images/designer.png create mode 100644 tqtinterface/qt4/tools/assistant/images/editcopy.png create mode 100644 tqtinterface/qt4/tools/assistant/images/find.png create mode 100644 tqtinterface/qt4/tools/assistant/images/home.png create mode 100644 tqtinterface/qt4/tools/assistant/images/linguist.png create mode 100644 tqtinterface/qt4/tools/assistant/images/next.png create mode 100644 tqtinterface/qt4/tools/assistant/images/previous.png create mode 100644 tqtinterface/qt4/tools/assistant/images/print.png create mode 100644 tqtinterface/qt4/tools/assistant/images/qt.png create mode 100644 tqtinterface/qt4/tools/assistant/images/splash.png create mode 100644 tqtinterface/qt4/tools/assistant/images/whatsthis.xpm create mode 100644 tqtinterface/qt4/tools/assistant/images/zoomin.png create mode 100644 tqtinterface/qt4/tools/assistant/images/zoomout.png create mode 100644 tqtinterface/qt4/tools/assistant/index.cpp create mode 100644 tqtinterface/qt4/tools/assistant/index.h create mode 100644 tqtinterface/qt4/tools/assistant/lib/lib.pro create mode 100644 tqtinterface/qt4/tools/assistant/lib/tqassistantclient.cpp create mode 100644 tqtinterface/qt4/tools/assistant/lib/tqassistantclient.h create mode 100644 tqtinterface/qt4/tools/assistant/main.cpp create mode 100644 tqtinterface/qt4/tools/assistant/mainwindow.ui create mode 100644 tqtinterface/qt4/tools/assistant/mainwindow.ui.h create mode 100644 tqtinterface/qt4/tools/assistant/profile.cpp create mode 100644 tqtinterface/qt4/tools/assistant/profile.h create mode 100644 tqtinterface/qt4/tools/assistant/settingsdialog.ui create mode 100644 tqtinterface/qt4/tools/assistant/settingsdialogimpl.cpp create mode 100644 tqtinterface/qt4/tools/assistant/settingsdialogimpl.h create mode 100644 tqtinterface/qt4/tools/assistant/tabbedbrowser.ui create mode 100644 tqtinterface/qt4/tools/assistant/tabbedbrowser.ui.h create mode 100644 tqtinterface/qt4/tools/assistant/topicchooser.ui create mode 100644 tqtinterface/qt4/tools/assistant/topicchooserimpl.cpp create mode 100644 tqtinterface/qt4/tools/assistant/topicchooserimpl.h create mode 100644 tqtinterface/qt4/tools/designer/LICENSE.GPL create mode 100644 tqtinterface/qt4/tools/designer/app/app.pro create mode 100644 tqtinterface/qt4/tools/designer/app/designer.icns create mode 100644 tqtinterface/qt4/tools/designer/app/designer.ico create mode 100644 tqtinterface/qt4/tools/designer/app/designer.rc create mode 100644 tqtinterface/qt4/tools/designer/app/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer.pro create mode 100644 tqtinterface/qt4/tools/designer/designer/about.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/actiondnd.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/actiondnd.h create mode 100644 tqtinterface/qt4/tools/designer/designer/actioneditor.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/actioneditorimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/actioneditorimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/actionlistview.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/actionlistview.h create mode 100644 tqtinterface/qt4/tools/designer/designer/asciivalidator.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/asciivalidator.h create mode 100644 tqtinterface/qt4/tools/designer/designer/command.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/command.h create mode 100644 tqtinterface/qt4/tools/designer/designer/configtoolboxdialog.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/configtoolboxdialog.ui.h create mode 100644 tqtinterface/qt4/tools/designer/designer/connectiondialog.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/connectiondialog.ui.h create mode 100644 tqtinterface/qt4/tools/designer/designer/connectionitems.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/connectionitems.h create mode 100644 tqtinterface/qt4/tools/designer/designer/connectiontable.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/connectiontable.h create mode 100644 tqtinterface/qt4/tools/designer/designer/createtemplate.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/customwidgeteditor.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/customwidgeteditorimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/customwidgeteditorimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/database.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/database.h create mode 100644 tqtinterface/qt4/tools/designer/designer/database2.h create mode 100644 tqtinterface/qt4/tools/designer/designer/dbconnection.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/dbconnectioneditor.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/dbconnectionimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/dbconnectionimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/dbconnections.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/dbconnectionsimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/dbconnectionsimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/defs.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/defs.h create mode 100644 tqtinterface/qt4/tools/designer/designer/designer.pro create mode 100644 tqtinterface/qt4/tools/designer/designer/designer_de.ts create mode 100644 tqtinterface/qt4/tools/designer/designer/designer_fr.ts create mode 100644 tqtinterface/qt4/tools/designer/designer/designer_pch.h create mode 100644 tqtinterface/qt4/tools/designer/designer/designerapp.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/designerapp.h create mode 100644 tqtinterface/qt4/tools/designer/designer/designerappiface.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/designerappiface.h create mode 100644 tqtinterface/qt4/tools/designer/designer/editfunctions.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/editfunctionsimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/editfunctionsimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/finddialog.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/finddialog.ui.h create mode 100644 tqtinterface/qt4/tools/designer/designer/formfile.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/formfile.h create mode 100644 tqtinterface/qt4/tools/designer/designer/formsettings.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/formsettingsimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/formsettingsimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/formwindow.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/formwindow.h create mode 100644 tqtinterface/qt4/tools/designer/designer/gotolinedialog.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/gotolinedialog.ui.h create mode 100644 tqtinterface/qt4/tools/designer/designer/hierarchyview.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/hierarchyview.h create mode 100644 tqtinterface/qt4/tools/designer/designer/iconvieweditor.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/iconvieweditorimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/iconvieweditorimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_adjustsize.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_appicon.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_arrow.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_background.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_book.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_buttongroup.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_checkbox.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_combobox.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_connecttool.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_cross.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_customwidget.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_adjustsize.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_book.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_buttongroup.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_checkbox.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_combobox.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_connecttool.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_customwidget.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_databrowser.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_datatable.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_dataview.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_dateedit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_datetimeedit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_dial.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_down.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_editbreaklayout.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_editcopy.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_editcut.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_editdelete.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_editgrid.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_edithlayout.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_edithlayoutsplit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_editlower.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_editpaste.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_editraise.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_editslots.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_editvlayout.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_editvlayoutsplit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_filenew.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_fileopen.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_filesave.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_folder.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_form.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_frame.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_groupbox.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_help.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_home.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_iconview.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_image.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_label.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_layout.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_lcdnumber.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_left.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_line.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_lineedit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_listbox.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_listview.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_multilineedit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_newform.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_ordertool.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_pixlabel.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_pointer.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_print.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_progress.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_project.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_pushbutton.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_radiobutton.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_redo.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_richtextedit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_right.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_scrollbar.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_searchfind.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_setbuddy.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_slider.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_spacer.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_spinbox.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_table.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_tabwidget.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_textbold.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_textbrowser.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_textcenter.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_textedit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_textfont.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_texth1.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_texth2.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_texth3.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_textitalic.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_textjustify.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_textlarger.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_textleft.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_textlinebreak.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_textparagraph.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_textright.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_textsmaller.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_textteletext.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_textunderline.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_textview.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_timeedit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_toolbox.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_toolbutton.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_undo.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_up.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_widgetstack.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_wizarddata.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_wizarddialog.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_d_wordwrap.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_databrowser.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_datatable.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_dataview.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_dateedit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_datetimeedit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_dial.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_down.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_editbreaklayout.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_editcopy.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_editcut.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_editdelete.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_editgrid.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_edithlayout.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_edithlayoutsplit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_editlower.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_editpaste.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_editraise.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_editslots.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_editvlayout.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_editvlayoutsplit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_filenew.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_fileopen.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_filesave.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_folder.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_form.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_frame.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_groupbox.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_hand.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_help.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_home.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_hsplit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_ibeam.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_iconview.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_image.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_label.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_layout.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_lcdnumber.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_left.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_line.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_lineedit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_listbox.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_listview.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_multilineedit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_newform.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_no.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_object.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_ordertool.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_pixlabel.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_pointer.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_print.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_progress.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_project.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_pushbutton.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_qtlogo.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_radiobutton.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_redo.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_resetproperty.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_richtextedit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_right.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_s_down.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_s_editcut.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_s_left.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_s_right.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_s_up.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_scrollbar.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_searchfind.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_setbuddy.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_sizeall.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_sizeb.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_sizef.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_sizeh.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_sizev.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_slider.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_spacer.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_spinbox.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_splash.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_table.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_tabwidget.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_textbold.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_textbrowser.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_textcenter.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_textedit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_textfont.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_texth1.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_texth2.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_texth3.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_textitalic.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_textjustify.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_textlarger.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_textleft.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_textlinebreak.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_textparagraph.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_textright.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_textsmaller.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_textteletext.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_textunderline.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_textview.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_timeedit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_toolbox.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_toolbutton.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_undo.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_up.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_uparrow.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_vsplit.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_wait.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_widgetstack.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_wizarddata.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_wizarddialog.png create mode 100644 tqtinterface/qt4/tools/designer/designer/images/designer_wordwrap.png create mode 100644 tqtinterface/qt4/tools/designer/designer/layout.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/layout.h create mode 100644 tqtinterface/qt4/tools/designer/designer/listboxdnd.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/listboxdnd.h create mode 100644 tqtinterface/qt4/tools/designer/designer/listboxeditor.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/listboxeditorimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/listboxeditorimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/listboxrename.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/listboxrename.h create mode 100644 tqtinterface/qt4/tools/designer/designer/listdnd.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/listdnd.h create mode 100644 tqtinterface/qt4/tools/designer/designer/listeditor.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/listeditor.ui.h create mode 100644 tqtinterface/qt4/tools/designer/designer/listviewdnd.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/listviewdnd.h create mode 100644 tqtinterface/qt4/tools/designer/designer/listvieweditor.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/listvieweditorimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/listvieweditorimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/mainwindow.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/mainwindow.h create mode 100644 tqtinterface/qt4/tools/designer/designer/mainwindowactions.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/menubareditor.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/menubareditor.h create mode 100644 tqtinterface/qt4/tools/designer/designer/metadatabase.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/metadatabase.h create mode 100644 tqtinterface/qt4/tools/designer/designer/multilineeditor.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/multilineeditorimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/multilineeditorimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/newform.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/newformimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/newformimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/orderindicator.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/orderindicator.h create mode 100644 tqtinterface/qt4/tools/designer/designer/outputwindow.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/outputwindow.h create mode 100644 tqtinterface/qt4/tools/designer/designer/paletteeditor.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/paletteeditoradvanced.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/paletteeditoradvancedimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/paletteeditoradvancedimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/paletteeditorimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/paletteeditorimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/pixmapchooser.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/pixmapchooser.h create mode 100644 tqtinterface/qt4/tools/designer/designer/pixmapcollection.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/pixmapcollection.h create mode 100644 tqtinterface/qt4/tools/designer/designer/pixmapcollectioneditor.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/pixmapcollectioneditor.ui.h create mode 100644 tqtinterface/qt4/tools/designer/designer/pixmapfunction.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/popupmenueditor.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/popupmenueditor.h create mode 100644 tqtinterface/qt4/tools/designer/designer/preferences.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/previewframe.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/previewframe.h create mode 100644 tqtinterface/qt4/tools/designer/designer/previewwidget.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/previewwidgetimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/previewwidgetimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/project.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/project.h create mode 100644 tqtinterface/qt4/tools/designer/designer/projectsettings.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/projectsettingsimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/projectsettingsimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/propertyeditor.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/propertyeditor.h create mode 100644 tqtinterface/qt4/tools/designer/designer/propertyobject.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/propertyobject.h create mode 100644 tqtinterface/qt4/tools/designer/designer/qcompletionedit.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/qcompletionedit.h create mode 100644 tqtinterface/qt4/tools/designer/designer/replacedialog.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/replacedialog.ui.h create mode 100644 tqtinterface/qt4/tools/designer/designer/resource.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/resource.h create mode 100644 tqtinterface/qt4/tools/designer/designer/richtextfontdialog.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/richtextfontdialog.ui.h create mode 100644 tqtinterface/qt4/tools/designer/designer/sizehandle.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/sizehandle.h create mode 100644 tqtinterface/qt4/tools/designer/designer/sourceeditor.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/sourceeditor.h create mode 100644 tqtinterface/qt4/tools/designer/designer/sourcefile.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/sourcefile.h create mode 100644 tqtinterface/qt4/tools/designer/designer/startdialog.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/startdialogimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/startdialogimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/styledbutton.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/styledbutton.h create mode 100644 tqtinterface/qt4/tools/designer/designer/syntaxhighlighter_html.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/syntaxhighlighter_html.h create mode 100644 tqtinterface/qt4/tools/designer/designer/tableeditor.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/tableeditorimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/tableeditorimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/timestamp.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/timestamp.h create mode 100644 tqtinterface/qt4/tools/designer/designer/variabledialog.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/variabledialogimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/variabledialogimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/widgetaction.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/widgetaction.h create mode 100644 tqtinterface/qt4/tools/designer/designer/widgetfactory.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/widgetfactory.h create mode 100644 tqtinterface/qt4/tools/designer/designer/wizardeditor.ui create mode 100644 tqtinterface/qt4/tools/designer/designer/wizardeditorimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/wizardeditorimpl.h create mode 100644 tqtinterface/qt4/tools/designer/designer/workspace.cpp create mode 100644 tqtinterface/qt4/tools/designer/designer/workspace.h create mode 100644 tqtinterface/qt4/tools/designer/editor/arghintwidget.cpp create mode 100644 tqtinterface/qt4/tools/designer/editor/arghintwidget.h create mode 100644 tqtinterface/qt4/tools/designer/editor/browser.cpp create mode 100644 tqtinterface/qt4/tools/designer/editor/browser.h create mode 100644 tqtinterface/qt4/tools/designer/editor/cindent.cpp create mode 100644 tqtinterface/qt4/tools/designer/editor/cindent.h create mode 100644 tqtinterface/qt4/tools/designer/editor/completion.cpp create mode 100644 tqtinterface/qt4/tools/designer/editor/completion.h create mode 100644 tqtinterface/qt4/tools/designer/editor/conf.cpp create mode 100644 tqtinterface/qt4/tools/designer/editor/conf.h create mode 100644 tqtinterface/qt4/tools/designer/editor/editor.cpp create mode 100644 tqtinterface/qt4/tools/designer/editor/editor.h create mode 100644 tqtinterface/qt4/tools/designer/editor/editor.pro create mode 100644 tqtinterface/qt4/tools/designer/editor/markerwidget.cpp create mode 100644 tqtinterface/qt4/tools/designer/editor/markerwidget.h create mode 100644 tqtinterface/qt4/tools/designer/editor/paragdata.h create mode 100644 tqtinterface/qt4/tools/designer/editor/parenmatcher.cpp create mode 100644 tqtinterface/qt4/tools/designer/editor/parenmatcher.h create mode 100644 tqtinterface/qt4/tools/designer/editor/preferences.ui create mode 100644 tqtinterface/qt4/tools/designer/editor/preferences.ui.h create mode 100644 tqtinterface/qt4/tools/designer/editor/viewmanager.cpp create mode 100644 tqtinterface/qt4/tools/designer/editor/viewmanager.h create mode 100644 tqtinterface/qt4/tools/designer/editor/yyindent.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/addressbook/addressbook.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/addressbook/addressbook.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/addressbook/addressbook.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/addressbook/addressdetails.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/addressbook/addressdetails.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/addressbook/images/editcut.png create mode 100644 tqtinterface/qt4/tools/designer/examples/addressbook/images/filenew.png create mode 100644 tqtinterface/qt4/tools/designer/examples/addressbook/images/fileopen.png create mode 100644 tqtinterface/qt4/tools/designer/examples/addressbook/images/filesave.png create mode 100644 tqtinterface/qt4/tools/designer/examples/addressbook/images/searchfind.png create mode 100644 tqtinterface/qt4/tools/designer/examples/addressbook/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/addressbook/search.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/addressbook/search.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book.sql create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book1/book.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book1/book.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book1/book1.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book1/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book2/book.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book2/book.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book2/book2.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book2/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book3/book.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book3/book.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book3/book3.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book3/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book4/book.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book4/book.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book4/book4.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book4/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book5/book.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book5/book.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book5/book5.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book5/editbook.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book5/editbook.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book5/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book6/book.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book6/book.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book6/book6.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book6/editbook.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book6/editbook.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book6/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book7/book.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book7/book.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book7/book7.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book7/editbook.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book7/editbook.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book7/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book8/book.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book8/book.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book8/book8.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book8/editbook.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book8/editbook.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/book/book8/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/book/connection.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/book/connection.h create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/colornameform.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/colornameform.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/colortool.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/findform.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/findform.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/images/editcopy.png create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/images/editcut.png create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/images/editraise.png create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/images/filenew.png create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/images/fileopen.png create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/images/filesave.png create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/images/iconview.png create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/images/richtextedit.png create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/images/searchfind.png create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/images/table.png create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/images/tabwidget.png create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/images/widgetstack.png create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/mainform.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/mainform.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/optionsform.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/colortool/optionsform.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/credit/credit.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/credit/creditform.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/credit/creditform.h create mode 100644 tqtinterface/qt4/tools/designer/examples/credit/creditformbase.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/credit/creditformbase.h create mode 100644 tqtinterface/qt4/tools/designer/examples/credit/creditformbase.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/credit/creditformbase.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/credit/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/filechooser/plugin/plugin.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/filechooser/plugin/plugin.h create mode 100644 tqtinterface/qt4/tools/designer/examples/filechooser/plugin/plugin.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/filechooser/widget/filechooser.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/filechooser/widget/filechooser.h create mode 100644 tqtinterface/qt4/tools/designer/examples/filechooser/widget/filechooser.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/filechooser/widget/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/metric/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/metric/metric.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/metric/metric.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/metric/metric.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/multiclip/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/multiclip/multiclip.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/multiclip/multiclip.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/multiclip/multiclip.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/opengl/glwidget.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/opengl/glwidget.h create mode 100644 tqtinterface/qt4/tools/designer/examples/opengl/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/opengl/opengl.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/receiver1/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/receiver1/mainform.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/receiver1/mainform.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/receiver1/receiver.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/receiver2/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/receiver2/mainform.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/receiver2/mainform.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/receiver2/receiver.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/receiver2/receiver.h create mode 100644 tqtinterface/qt4/tools/designer/examples/receiver2/receiver.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/richedit/images/editcopy.png create mode 100644 tqtinterface/qt4/tools/designer/examples/richedit/images/editcut.png create mode 100644 tqtinterface/qt4/tools/designer/examples/richedit/images/editpaste.png create mode 100644 tqtinterface/qt4/tools/designer/examples/richedit/images/filenew.png create mode 100644 tqtinterface/qt4/tools/designer/examples/richedit/images/fileopen.png create mode 100644 tqtinterface/qt4/tools/designer/examples/richedit/images/filesave.png create mode 100644 tqtinterface/qt4/tools/designer/examples/richedit/images/redo.png create mode 100644 tqtinterface/qt4/tools/designer/examples/richedit/images/textbold.png create mode 100644 tqtinterface/qt4/tools/designer/examples/richedit/images/textcenter.png create mode 100644 tqtinterface/qt4/tools/designer/examples/richedit/images/textitalic.png create mode 100644 tqtinterface/qt4/tools/designer/examples/richedit/images/textleft.png create mode 100644 tqtinterface/qt4/tools/designer/examples/richedit/images/textright.png create mode 100644 tqtinterface/qt4/tools/designer/examples/richedit/images/textunder.png create mode 100644 tqtinterface/qt4/tools/designer/examples/richedit/images/undo.png create mode 100644 tqtinterface/qt4/tools/designer/examples/richedit/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/richedit/richedit.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/richedit/richedit.ui create mode 100644 tqtinterface/qt4/tools/designer/examples/richedit/richedit.ui.h create mode 100644 tqtinterface/qt4/tools/designer/examples/sizeaware/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/sizeaware/sizeaware.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/sizeaware/sizeaware.h create mode 100644 tqtinterface/qt4/tools/designer/examples/sizeaware/sizeaware.pro create mode 100644 tqtinterface/qt4/tools/designer/examples/vcr/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/vcr/play.xpm create mode 100644 tqtinterface/qt4/tools/designer/examples/vcr/vcr.cpp create mode 100644 tqtinterface/qt4/tools/designer/examples/vcr/vcr.h create mode 100644 tqtinterface/qt4/tools/designer/examples/vcr/vcr.pro create mode 100644 tqtinterface/qt4/tools/designer/integration/designer.el create mode 100644 tqtinterface/qt4/tools/designer/interfaces/actioninterface.h create mode 100644 tqtinterface/qt4/tools/designer/interfaces/classbrowserinterface.h create mode 100644 tqtinterface/qt4/tools/designer/interfaces/designerinterface.h create mode 100644 tqtinterface/qt4/tools/designer/interfaces/editorinterface.h create mode 100644 tqtinterface/qt4/tools/designer/interfaces/filterinterface.h create mode 100644 tqtinterface/qt4/tools/designer/interfaces/interpreterinterface.h create mode 100644 tqtinterface/qt4/tools/designer/interfaces/languageinterface.h create mode 100644 tqtinterface/qt4/tools/designer/interfaces/preferenceinterface.h create mode 100644 tqtinterface/qt4/tools/designer/interfaces/projectsettingsiface.h create mode 100644 tqtinterface/qt4/tools/designer/interfaces/sourcetemplateiface.h create mode 100644 tqtinterface/qt4/tools/designer/interfaces/templatewizardiface.h create mode 100644 tqtinterface/qt4/tools/designer/interfaces/widgetinterface.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/common.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/cppbrowser.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/cppbrowser.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/cppcompletion.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/cppcompletion.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/cppeditor.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/cppeditor.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/cppeditor.pro create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/editorinterfaceimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/editorinterfaceimpl.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/languageinterfaceimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/languageinterfaceimpl.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/mainfilesettings.ui create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/mainfilesettings.ui.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/preferenceinterfaceimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/preferenceinterfaceimpl.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/projectsettings.ui create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/projectsettings.ui.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/projectsettingsinterfaceimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/projectsettingsinterfaceimpl.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/sourcetemplateinterfaceimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/sourcetemplateinterfaceimpl.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/syntaxhighliter_cpp.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/syntaxhighliter_cpp.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/yyreg.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/cppeditor/yyreg.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/dlg/dlg.pro create mode 100644 tqtinterface/qt4/tools/designer/plugins/dlg/dlg2ui.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/dlg/dlg2ui.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/dlg/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/glade/glade.pro create mode 100644 tqtinterface/qt4/tools/designer/plugins/glade/glade2ui.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/glade/glade2ui.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/glade/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/kdevdlg/kdevdlg.pro create mode 100644 tqtinterface/qt4/tools/designer/plugins/kdevdlg/kdevdlg2ui.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/kdevdlg/kdevdlg2ui.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/kdevdlg/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/plugins.pro create mode 100644 tqtinterface/qt4/tools/designer/plugins/rc/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/rc/rc.pro create mode 100644 tqtinterface/qt4/tools/designer/plugins/rc/rc2ui.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/rc/rc2ui.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/images/qtwizards_menu_1.png create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/images/qtwizards_menu_2.png create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/images/qtwizards_menu_3.png create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/images/qtwizards_table_1.png create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/images/qtwizards_table_2.png create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/images/qtwizards_table_3.png create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/images/qtwizards_table_4.png create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/images/re-sort.png create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/images/small/editcopy.png create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/images/small/editcut.png create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/images/small/editpaste.png create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/images/small/filenew.png create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/images/small/fileopen.png create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/images/small/filesave.png create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/images/small/print.png create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/images/small/redo.png create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/images/small/searchfind.png create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/images/small/undo.png create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/mainwindowwizard.ui create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/mainwindowwizard.ui.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/sqlformwizard.ui create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/sqlformwizardimpl.cpp create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/sqlformwizardimpl.h create mode 100644 tqtinterface/qt4/tools/designer/plugins/wizards/wizards.pro create mode 100644 tqtinterface/qt4/tools/designer/shared/domtool.cpp create mode 100644 tqtinterface/qt4/tools/designer/shared/domtool.h create mode 100644 tqtinterface/qt4/tools/designer/shared/globaldefs.h create mode 100644 tqtinterface/qt4/tools/designer/shared/parser.cpp create mode 100644 tqtinterface/qt4/tools/designer/shared/parser.h create mode 100644 tqtinterface/qt4/tools/designer/shared/ui2uib.cpp create mode 100644 tqtinterface/qt4/tools/designer/shared/ui2uib.h create mode 100644 tqtinterface/qt4/tools/designer/shared/uib.cpp create mode 100644 tqtinterface/qt4/tools/designer/shared/uib.h create mode 100644 tqtinterface/qt4/tools/designer/shared/widgetdatabase.cpp create mode 100644 tqtinterface/qt4/tools/designer/shared/widgetdatabase.h create mode 100644 tqtinterface/qt4/tools/designer/templates/Configuration_Dialog.ui create mode 100644 tqtinterface/qt4/tools/designer/templates/Dialog_with_Buttons_(Bottom).ui create mode 100644 tqtinterface/qt4/tools/designer/templates/Dialog_with_Buttons_(Right).ui create mode 100644 tqtinterface/qt4/tools/designer/templates/Tab_Dialog.ui create mode 100644 tqtinterface/qt4/tools/designer/tools/conv2ui/conv2ui.pro create mode 100644 tqtinterface/qt4/tools/designer/tools/conv2ui/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/tools/createcw/README create mode 100644 tqtinterface/qt4/tools/designer/tools/createcw/createcw.pro create mode 100644 tqtinterface/qt4/tools/designer/tools/createcw/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/uic/embed.cpp create mode 100644 tqtinterface/qt4/tools/designer/uic/form.cpp create mode 100644 tqtinterface/qt4/tools/designer/uic/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/uic/object.cpp create mode 100644 tqtinterface/qt4/tools/designer/uic/subclassing.cpp create mode 100644 tqtinterface/qt4/tools/designer/uic/uic.cpp create mode 100644 tqtinterface/qt4/tools/designer/uic/uic.h create mode 100644 tqtinterface/qt4/tools/designer/uic/uic.pro create mode 100644 tqtinterface/qt4/tools/designer/uilib/test/main.cpp create mode 100644 tqtinterface/qt4/tools/designer/uilib/test/test.pro create mode 100644 tqtinterface/qt4/tools/designer/uilib/tqwidgetfactory.cpp create mode 100644 tqtinterface/qt4/tools/designer/uilib/tqwidgetfactory.h create mode 100644 tqtinterface/qt4/tools/designer/uilib/uilib.pro create mode 100644 tqtinterface/qt4/tools/linguist/LICENSE.GPL create mode 100644 tqtinterface/qt4/tools/linguist/book/images/doneandnext.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/editcopy.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/editcut.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/editfind.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/editpaste.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/editredo.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/editundo.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/fileopen.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/fileprint.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/filesave.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/finddialog.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/linguist.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/menubar.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/next.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/nextunfinished.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/phrasebookdialog.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/phrasebookopen.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/prev.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/prevunfinished.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/toolbar.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/tt1_en.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/tt1_la.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/tt2_en.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/tt2_fr.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/tt2_nl.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/tt3_10_en.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/tt3_10_pt_bad.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/tt3_10_pt_good.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/tt3_11_about_pt.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/tt3_11_en.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/tt3_11_pt.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/validateaccelerators.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/validatephrases.png create mode 100644 tqtinterface/qt4/tools/linguist/book/images/validatepunctuation.png create mode 100644 tqtinterface/qt4/tools/linguist/book/linguist-manager.leaf create mode 100644 tqtinterface/qt4/tools/linguist/book/linguist-manual.book create mode 100644 tqtinterface/qt4/tools/linguist/book/linguist-programmer.leaf create mode 100644 tqtinterface/qt4/tools/linguist/book/linguist-translator.leaf create mode 100644 tqtinterface/qt4/tools/linguist/linguist.pro create mode 100644 tqtinterface/qt4/tools/linguist/linguist/about.ui create mode 100644 tqtinterface/qt4/tools/linguist/linguist/finddialog.cpp create mode 100644 tqtinterface/qt4/tools/linguist/linguist/finddialog.h create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/accelerator.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/appicon.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/book.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_accelerator.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_book.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_doneandnext.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_editcopy.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_editcut.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_editpaste.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_fileopen.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_filesave.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_next.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_nextunfinished.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_phrase.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_prev.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_prevunfinished.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_print.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_punctuation.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_redo.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_s_check_danger.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_s_check_obs.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_s_check_off.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_s_check_on.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_searchfind.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/d_undo.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/doneandnext.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/editcopy.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/editcut.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/editpaste.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/fileopen.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/filesave.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/next.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/nextunfinished.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/pagecurl.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/phrase.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/prev.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/prevunfinished.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/print.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/punctuation.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/redo.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/s_check_danger.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/s_check_obs.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/s_check_off.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/s_check_on.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/searchfind.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/splash.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/undo.png create mode 100644 tqtinterface/qt4/tools/linguist/linguist/images/whatsthis.xpm create mode 100644 tqtinterface/qt4/tools/linguist/linguist/linguist.icns create mode 100644 tqtinterface/qt4/tools/linguist/linguist/linguist.ico create mode 100644 tqtinterface/qt4/tools/linguist/linguist/linguist.pro create mode 100644 tqtinterface/qt4/tools/linguist/linguist/linguist.rc create mode 100644 tqtinterface/qt4/tools/linguist/linguist/linguist_de.ts create mode 100644 tqtinterface/qt4/tools/linguist/linguist/linguist_fr.ts create mode 100644 tqtinterface/qt4/tools/linguist/linguist/listviews.cpp create mode 100644 tqtinterface/qt4/tools/linguist/linguist/listviews.h create mode 100644 tqtinterface/qt4/tools/linguist/linguist/main.cpp create mode 100644 tqtinterface/qt4/tools/linguist/linguist/msgedit.cpp create mode 100644 tqtinterface/qt4/tools/linguist/linguist/msgedit.h create mode 100644 tqtinterface/qt4/tools/linguist/linguist/phrase.cpp create mode 100644 tqtinterface/qt4/tools/linguist/linguist/phrase.h create mode 100644 tqtinterface/qt4/tools/linguist/linguist/phrasebookbox.cpp create mode 100644 tqtinterface/qt4/tools/linguist/linguist/phrasebookbox.h create mode 100644 tqtinterface/qt4/tools/linguist/linguist/phraselv.cpp create mode 100644 tqtinterface/qt4/tools/linguist/linguist/phraselv.h create mode 100644 tqtinterface/qt4/tools/linguist/linguist/printout.cpp create mode 100644 tqtinterface/qt4/tools/linguist/linguist/printout.h create mode 100644 tqtinterface/qt4/tools/linguist/linguist/simtexth.cpp create mode 100644 tqtinterface/qt4/tools/linguist/linguist/simtexth.h create mode 100644 tqtinterface/qt4/tools/linguist/linguist/statistics.ui create mode 100644 tqtinterface/qt4/tools/linguist/linguist/statistics.ui.h create mode 100644 tqtinterface/qt4/tools/linguist/linguist/trwindow.cpp create mode 100644 tqtinterface/qt4/tools/linguist/linguist/trwindow.h create mode 100644 tqtinterface/qt4/tools/linguist/lrelease/lrelease.pro create mode 100644 tqtinterface/qt4/tools/linguist/lrelease/main.cpp create mode 100644 tqtinterface/qt4/tools/linguist/lupdate/fetchtr.cpp create mode 100644 tqtinterface/qt4/tools/linguist/lupdate/lupdate.pro create mode 100644 tqtinterface/qt4/tools/linguist/lupdate/main.cpp create mode 100644 tqtinterface/qt4/tools/linguist/lupdate/merge.cpp create mode 100644 tqtinterface/qt4/tools/linguist/lupdate/numberh.cpp create mode 100644 tqtinterface/qt4/tools/linguist/lupdate/sametexth.cpp create mode 100644 tqtinterface/qt4/tools/linguist/phrasebooks/danish.qph create mode 100644 tqtinterface/qt4/tools/linguist/phrasebooks/dutch.qph create mode 100644 tqtinterface/qt4/tools/linguist/phrasebooks/finnish.qph create mode 100644 tqtinterface/qt4/tools/linguist/phrasebooks/french.qph create mode 100644 tqtinterface/qt4/tools/linguist/phrasebooks/german.qph create mode 100644 tqtinterface/qt4/tools/linguist/phrasebooks/italian.qph create mode 100644 tqtinterface/qt4/tools/linguist/phrasebooks/norwegian.qph create mode 100644 tqtinterface/qt4/tools/linguist/phrasebooks/russian.qph create mode 100644 tqtinterface/qt4/tools/linguist/phrasebooks/spanish.qph create mode 100644 tqtinterface/qt4/tools/linguist/phrasebooks/swedish.qph create mode 100644 tqtinterface/qt4/tools/linguist/qdoc.conf create mode 100644 tqtinterface/qt4/tools/linguist/qm2ts/main.cpp create mode 100644 tqtinterface/qt4/tools/linguist/qm2ts/qm2ts.1 create mode 100644 tqtinterface/qt4/tools/linguist/qm2ts/qm2ts.pro create mode 100644 tqtinterface/qt4/tools/linguist/shared/metatranslator.cpp create mode 100644 tqtinterface/qt4/tools/linguist/shared/metatranslator.h create mode 100644 tqtinterface/qt4/tools/linguist/shared/proparser.cpp create mode 100644 tqtinterface/qt4/tools/linguist/shared/proparser.h create mode 100644 tqtinterface/qt4/tools/linguist/tutorial/tt1/main.cpp create mode 100644 tqtinterface/qt4/tools/linguist/tutorial/tt1/tt1.pro create mode 100644 tqtinterface/qt4/tools/linguist/tutorial/tt2/arrowpad.cpp create mode 100644 tqtinterface/qt4/tools/linguist/tutorial/tt2/arrowpad.h create mode 100644 tqtinterface/qt4/tools/linguist/tutorial/tt2/main.cpp create mode 100644 tqtinterface/qt4/tools/linguist/tutorial/tt2/mainwindow.cpp create mode 100644 tqtinterface/qt4/tools/linguist/tutorial/tt2/mainwindow.h create mode 100644 tqtinterface/qt4/tools/linguist/tutorial/tt2/tt2.pro create mode 100644 tqtinterface/qt4/tools/linguist/tutorial/tt3/main.cpp create mode 100644 tqtinterface/qt4/tools/linguist/tutorial/tt3/mainwindow.cpp create mode 100644 tqtinterface/qt4/tools/linguist/tutorial/tt3/mainwindow.h create mode 100644 tqtinterface/qt4/tools/linguist/tutorial/tt3/printpanel.cpp create mode 100644 tqtinterface/qt4/tools/linguist/tutorial/tt3/printpanel.h create mode 100644 tqtinterface/qt4/tools/linguist/tutorial/tt3/tt3.pro create mode 100644 tqtinterface/qt4/tools/linguist/tutorial/tt3/tt3_pt.ts create mode 100644 tqtinterface/qt4/tools/makeqpf/main.cpp create mode 100755 tqtinterface/qt4/tools/makeqpf/makeall create mode 100644 tqtinterface/qt4/tools/makeqpf/makeqpf.pro create mode 100644 tqtinterface/qt4/tools/mergetr/mergetr.cpp create mode 100644 tqtinterface/qt4/tools/mergetr/mergetr.pro create mode 100644 tqtinterface/qt4/tools/msg2qm/msg2qm.cpp create mode 100644 tqtinterface/qt4/tools/msg2qm/msg2qm.pro create mode 100644 tqtinterface/qt4/tools/qconfig/LICENSE.GPL create mode 100644 tqtinterface/qt4/tools/qconfig/main.cpp create mode 100644 tqtinterface/qt4/tools/qconfig/main.h create mode 100644 tqtinterface/qt4/tools/qconfig/qconfig.pro create mode 100644 tqtinterface/qt4/tools/qembed/qembed.cpp create mode 100644 tqtinterface/qt4/tools/qembed/qembed.pro create mode 100644 tqtinterface/qt4/tools/qtconfig/LICENSE.GPL create mode 100644 tqtinterface/qt4/tools/qtconfig/colorbutton.cpp create mode 100644 tqtinterface/qt4/tools/qtconfig/colorbutton.h create mode 100644 tqtinterface/qt4/tools/qtconfig/images/appicon.png create mode 100644 tqtinterface/qt4/tools/qtconfig/main.cpp create mode 100644 tqtinterface/qt4/tools/qtconfig/mainwindow.cpp create mode 100644 tqtinterface/qt4/tools/qtconfig/mainwindow.h create mode 100644 tqtinterface/qt4/tools/qtconfig/mainwindowbase.ui create mode 100644 tqtinterface/qt4/tools/qtconfig/paletteeditoradvanced.cpp create mode 100644 tqtinterface/qt4/tools/qtconfig/paletteeditoradvanced.h create mode 100644 tqtinterface/qt4/tools/qtconfig/paletteeditoradvancedbase.ui create mode 100644 tqtinterface/qt4/tools/qtconfig/previewframe.cpp create mode 100644 tqtinterface/qt4/tools/qtconfig/previewframe.h create mode 100644 tqtinterface/qt4/tools/qtconfig/previewwidget.cpp create mode 100644 tqtinterface/qt4/tools/qtconfig/previewwidget.h create mode 100644 tqtinterface/qt4/tools/qtconfig/previewwidgetbase.ui create mode 100644 tqtinterface/qt4/tools/qtconfig/qtconfig.pro create mode 100644 tqtinterface/qt4/tools/qvfb/LICENSE.GPL create mode 100644 tqtinterface/qt4/tools/qvfb/README create mode 100644 tqtinterface/qt4/tools/qvfb/config.ui create mode 100644 tqtinterface/qt4/tools/qvfb/gammaview.h create mode 100644 tqtinterface/qt4/tools/qvfb/images/logo.png create mode 100644 tqtinterface/qt4/tools/qvfb/main.cpp create mode 100644 tqtinterface/qt4/tools/qvfb/pda.skin create mode 100644 tqtinterface/qt4/tools/qvfb/pda_down.png create mode 100644 tqtinterface/qt4/tools/qvfb/pda_up.png create mode 100644 tqtinterface/qt4/tools/qvfb/qanimationwriter.cpp create mode 100644 tqtinterface/qt4/tools/qvfb/qanimationwriter.h create mode 100644 tqtinterface/qt4/tools/qvfb/qvfb.cpp create mode 100644 tqtinterface/qt4/tools/qvfb/qvfb.h create mode 100644 tqtinterface/qt4/tools/qvfb/qvfb.pro create mode 100644 tqtinterface/qt4/tools/qvfb/qvfbratedlg.cpp create mode 100644 tqtinterface/qt4/tools/qvfb/qvfbratedlg.h create mode 100644 tqtinterface/qt4/tools/qvfb/qvfbview.cpp create mode 100644 tqtinterface/qt4/tools/qvfb/qvfbview.h create mode 100644 tqtinterface/qt4/tools/qvfb/skin.cpp create mode 100644 tqtinterface/qt4/tools/qvfb/skin.h create mode 100644 tqtinterface/qt4/tools/tools.pro create mode 100644 tqtinterface/qt4/translations/README create mode 100644 tqtinterface/qt4/translations/qt_ar.qm create mode 100644 tqtinterface/qt4/translations/qt_ar.ts create mode 100644 tqtinterface/qt4/translations/qt_ca.qm create mode 100644 tqtinterface/qt4/translations/qt_ca.ts create mode 100644 tqtinterface/qt4/translations/qt_cs.qm create mode 100644 tqtinterface/qt4/translations/qt_cs.ts create mode 100644 tqtinterface/qt4/translations/qt_de.qm create mode 100644 tqtinterface/qt4/translations/qt_de.ts create mode 100644 tqtinterface/qt4/translations/qt_es.qm create mode 100644 tqtinterface/qt4/translations/qt_es.ts create mode 100644 tqtinterface/qt4/translations/qt_fr.qm create mode 100644 tqtinterface/qt4/translations/qt_fr.ts create mode 100644 tqtinterface/qt4/translations/qt_he.qm create mode 100644 tqtinterface/qt4/translations/qt_he.ts create mode 100644 tqtinterface/qt4/translations/qt_it.qm create mode 100644 tqtinterface/qt4/translations/qt_it.ts create mode 100644 tqtinterface/qt4/translations/qt_ja.qm create mode 100644 tqtinterface/qt4/translations/qt_ja.ts create mode 100644 tqtinterface/qt4/translations/qt_nb.qm create mode 100644 tqtinterface/qt4/translations/qt_nb.ts create mode 100644 tqtinterface/qt4/translations/qt_pt-br.qm create mode 100644 tqtinterface/qt4/translations/qt_pt-br.ts create mode 100644 tqtinterface/qt4/translations/qt_ru.qm create mode 100644 tqtinterface/qt4/translations/qt_ru.ts create mode 100644 tqtinterface/qt4/translations/qt_sk.qm create mode 100644 tqtinterface/qt4/translations/qt_sk.ts create mode 100644 tqtinterface/qt4/translations/qt_untranslated.ts create mode 100644 tqtinterface/qt4/translations/qt_zh-cn.qm create mode 100644 tqtinterface/qt4/translations/qt_zh-cn.ts create mode 100644 tqtinterface/qt4/translations/qt_zh-tw.qm create mode 100644 tqtinterface/qt4/translations/qt_zh-tw.ts create mode 100755 tqtinterface/qt4/updatelexyacc (limited to 'tqtinterface') diff --git a/tqtinterface/qt4/FAQ b/tqtinterface/qt4/FAQ new file mode 100644 index 0000000..a6f0890 --- /dev/null +++ b/tqtinterface/qt4/FAQ @@ -0,0 +1,195 @@ + Frequently Asked Questions + +Please note: the latest version of this and other FAQ lists are available at: + http://www.trolltech.com/faq/ + +What is Trolltech? + +Trolltech is an international software company with headquarters in Oslo, +the capital of Norway, and with offices in Brisbane, Australia, and Santa +Clara, California. Our flagship product is Qt, the multi-platform C++ GUI +toolkit. + +Trolltech AS was founded in 1994, although the development of Qt +itself began in 1992. Since then, Qt has undergone continual expansion +and improvement. Qt is currently used in thousands of software +development projects world-wide. + + +---------------------------------------------------------------------------- + +Is there a graphical designer/dialog builder for Qt? + +Yes, Qt Designer. + +---------------------------------------------------------------------------- + +Are there mailing lists for Qt? + +There are three: qt-interest, qt-announce and snapshot-users. You can tqfind +descriptions, instructions for joining them, and an archive on +http://lists.trolltech.com/ + +---------------------------------------------------------------------------- + +I think I have found a bug in Qt. Where can I report it? + +Please report to qt-bugs@trolltech.com. Remember to include the version +number of Qt, and the make and version of your compiler and your operating +system. + +---------------------------------------------------------------------------- + +Is the Reference Documentation available in printed form? + +No. But experimental PDF versions are available. + +---------------------------------------------------------------------------- + +Is the Reference Documentation available in PDF format? + +Experimentally, yes. +We recommend using the HTML format documentation which is included in +the Qt source archive and is updated with every release, minor or +major. You can browse from your local disk, you don't need to access +www.trolltech.com. Open the file qt/doc/html/index.html with your +favorite web browser, or run Qt Assistant. The PDF files are available +from ftp://ftp.trolltech.com/qt/pdf/3.0 +The PDF files are large, only updated with major version releases, and +their typesetting is experimental. We hope to improve the PDF +typesetting in future, if there is sufficient demand for this format. + +---------------------------------------------------------------------------- + +What kinds of license exist for Qt? + +The Qt toolkit is available under two different licenses: The Professional +and Enterprise Editions for commercial use on all platforms, and the Open Source +Edition for developing open source or free software for the X11 platform. + +---------------------------------------------------------------------------- + +What are the differences between the Professional/Enterprise Editions and +Open Source Edition of Qt? + +You may write commercial/proprietary/non-free software only if you +have purchased the Professional or Enterprise Edition. The library +itself is the same. With the commercial editions, you also get +technical support and upgrades. A non-commercial edition of Qt for +Microsoft Windows is available. Qt for Mac OS X is only available as +Professional and Enterprise Editions. + +---------------------------------------------------------------------------- + +Can we use the Open Source Edition while developing our non-free application +and then purchase commercial licenses when we start to sell it? + +No. The Open Source Edition license applies to the development phase +- anything developed without Professional or Enterprise Edition +licenses must be released as free/open source software. + +---------------------------------------------------------------------------- + +When will version x.y be released? Will it include so-and-so feature? + +We avoid specifying which features will be available in particular +versions or when versions will be released. This way we never make +promises that are not kept. + +---------------------------------------------------------------------------- + +Are there any books about Qt programming? + +Yes, several. They are listed on +http://www.trolltech.com/developer/documentation/literature.html + +---------------------------------------------------------------------------- + +Is there an evaluation version of Qt for Windows so I can try it out +before purchasing? + +Yes, see details on +http://www.trolltech.com/products/qt/evaluate.html + +---------------------------------------------------------------------------- + +I don't want to give away my source code. What do I do? + +Then you need a Professional or Enterprise Edition license. + +---------------------------------------------------------------------------- + +What tool do you use to create the Reference Documentation? Where can I +get it? + +The documentation generator we use is an internal tool. You might like +to investigate the Doxygen program, a free tool specifically designed +to be used for projects that make use of the Qt toolkit. Doxygen +offers functionality very similar to our internal tool, and can link +to the Qt documentation. For more information about Doxygen, visit the +Doxygen home page ( http://www.stack.nl/~dimitri/doxygen/ ). Note that +Doxygen is an independent project not supported by Trolltech. + +---------------------------------------------------------------------------- + +Can I charge for my application? + +If you have a Professional or Enterprise Edition license: Yes, of +course. If you use the Open Source Edition your software must be freely +redistributable and you must include the source. The Open Source Edition +is intended for open source software. We realize that CD-ROMs cost money +to produce, for example, so you may charge a copying fee. + + +---------------------------------------------------------------------------- + +Where can I tqfind Qt Open Source Edition? + +The latest version of Qt Open Source Edition can be downloaded from +http://www.trolltech.com or from ftp.trolltech.com, and a whole range of +ftp mirror sites around the world. Look for a mirror near you on the list +available under http://www.trolltech.com/dl/ We encourage all developers +of free Qt software to upload their work to ftp.trolltech.com. + + +---------------------------------------------------------------------------- + +I want to port Qt to a new platform. What do I do? + +If the new platform is POSIX-like and runs the X Window System, it's +simple. Read the file PORTING for details. + +---------------------------------------------------------------------------- + +Can I make a Qt shared library and distribute it with my Linux +distribution? + +Yes. + +---------------------------------------------------------------------------- + +I found this obscure bug and I need it fixed, fast! + +Qt Professional and Enterprise Editions includes a technical support +service. We try to support the developers using the Qt Open Source Edition +as well, and we take all bug reports seriously, no matter who they come +from. But, of course, when there's too much to do, and our customers +have highest priority. + +---------------------------------------------------------------------------- + +How would you compare Qt with Java? + +We believe Qt to be a superiour solution for most development tasks, +not least for performance and portability reasons. Ref: + +Qt vs. Java whitepaper by Matthias Kalle Dalheimer: +ftp://ftp.trolltech.com/qt/pdf/qt-vs-java-whitepaper.pdf + +A Java Critique by Peter Becker, including comparisons to Qt: +http://www.peterbecker.de/texts/javacritique.html + +Why PGS selected Qt after trying Java: +http://www.trolltech.com/products/success/pgs.html + +---------------------------------------------------------------------------- diff --git a/tqtinterface/qt4/INSTALL b/tqtinterface/qt4/INSTALL new file mode 100644 index 0000000..6756944 --- /dev/null +++ b/tqtinterface/qt4/INSTALL @@ -0,0 +1,133 @@ + INSTALLING Qt/X11 Version 3.3.8 + + +You may need to be logged in as root, depending on the permissions of +the directories where you choose to install Qt. + + +1. Unpack the archive if you have not done so already: + + cd /usr/local + gunzip qt-x11-free-3.3.8.tar.gz # uncompress the archive + tar xvf qt-x11-free-3.3.8.tar # unpack it + + This creates the directory /usr/local/qt-x11-free-3.3.8 containing the + files from the main archive. + + Rename qt-x11-free-3.3.8 to qt (or make a symlink): + + mv qt-x11-free-3.3.8 qt + + The rest of this file assumes that Qt is installed in /usr/local/qt. + + +2. Set some environment variables in the file .profile (or .login, + depending on your shell) in your home directory. Create the + file if it is not there already. + + QTDIR - the directory in which you're building Qt + PATH - to locate the tqmoc program and other Qt tools + MANPATH - to access the Qt man pages + LD_LIBRARY_PATH - for the shared Qt library + + Note that under IRIX the additional LD_LIBRARYN32_PATH and + LD_LIBRARY64_PATH variables are used for specifying library + search paths. Set the variable that matches your configuration, or + see the rld(5) man page for more information. + On AIX set LIBPATH and on HP-UX set SHLIB_PATH instead of LD_LIBRARY_PATH. + + This is done like this: + + In .profile (if your shell is bash, ksh, zsh or sh), add the + following lines: + + QTDIR=/usr/local/qt + PATH=$QTDIR/bin:$PATH + MANPATH=$QTDIR/doc/man:$MANPATH + LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH + + export QTDIR PATH MANPATH LD_LIBRARY_PATH + + In .login (in case your shell is csh or tcsh), add the following lines: + + setenv QTDIR /usr/local/qt + setenv PATH $QTDIR/bin:$PATH + setenv MANPATH $QTDIR/doc/man:$MANPATH + setenv LD_LIBRARY_PATH $QTDIR/lib:$LD_LIBRARY_PATH + + After you have done this, you will need to login again, or + re-source the profile before continuing, so that at least $QTDIR + and $PATH are set. Without these the installation will halt with an error + message. + + Note that the SGI MIPSpro o32 and Sun WorkShop 5.0 targets are no + longer supported as of Qt 3.3. + +3. Install your license file as $HOME/.qt-license. + For the free edition and evaluation version, you do not need a license + file. + + +4. Building. + + This step compiles the Qt library, and builds the example programs, + the tutorial, and the tools (e.g. Qt Designer). + + Type: + + ./configure + + This will configure the Qt library for your machine. Note that + GIF support is turned off by default. Run ./configure -help + to get a list of configuration options. Read PLATFORMS for a + list of supported platforms. + + To create the library and compile all the examples and the + tutorial, type: + + make + + If your platform or compiler is not supported, please contact us at + qt-bugs@trolltech.com so that we can assist you. If it is supported + but you have problems, see http://www.trolltech.com/platforms/ for + information on known issues. + + + At this point you have binaries created in $QTDIR (eg. $QTDIR/lib/ + tqcontains libtqt.so). If, however, you would like to have your Qt + installed in a non-local installation you can run configure with + options splitting Qt into different areas for example: + + ./configure -libdir /usr/local/lib -bindir /usr/local/bin -headerdir /usr/local/include/qt + + If you supplied a custom install directory using the -prefix + parameter in step 2, you can: + + make install + + This will install Qt onto your machine using the paths you've set. + (See ./configure -help for more information). If you choose to + install Qt like this, remember that you must set your + LD_LIBRARY_PATH to match your -libdir and your QTDIR to your + -headerdir (as described in (2) above). + + +5. In very few cases you may need to run /sbin/ldconfig or something + similar at this point if you are using shared libraries. + + If you have problems running the example programs, e.g. messages like + + can't load library 'libtqt.so.3' + + you probably need to put a reference to the qt library in a + configuration file and run /sbin/ldconfig as root on your system. + And don't forget to set LD_LIBRARY_PATH as explained in (2) above. + + +6. The online HTML documentation is installed in /usr/local/qt/doc/html/ + The main page is /usr/local/qt/doc/html/index.html + The man pages are installed in /usr/local/qt/doc/man/ + + + +That's all. Qt is now installed. diff --git a/tqtinterface/qt4/LICENSE.GPL3 b/tqtinterface/qt4/LICENSE.GPL3 new file mode 100644 index 0000000..63af70b --- /dev/null +++ b/tqtinterface/qt4/LICENSE.GPL3 @@ -0,0 +1,684 @@ + + The Qt GUI Toolkit is Copyright (C) 1994-2008 Trolltech ASA. + + You may use, distribute and copy the Qt GUI Toolkit under the terms of + GNU General Public License version 2, which is displayed below. + +------------------------------------------------------------------------- + + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some tqdevices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + tqinvalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to tqfind the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, tqcontains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document tqcontains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to tqfind the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. + +------------------------------------------------------------------------- diff --git a/tqtinterface/qt4/MANIFEST b/tqtinterface/qt4/MANIFEST new file mode 100644 index 0000000..76ce26c --- /dev/null +++ b/tqtinterface/qt4/MANIFEST @@ -0,0 +1,22 @@ +README Getting started with Qt +INSTALL How to install Qt +PLATFORMS How to install Qt - platform notes +changes- List of changes from the last version +LICENSE License statement +MANIFEST This file + +Directories: +------------ +bin Place for Qt executables (tqmoc, uic, etc.) +config.tests Qt configuration system +doc Qt documentation in HTML and manpage format +examples Qt example programs +extensions Qt extensions (Browser Plugin, Xt/Motif support, etc.) +include Qt include files +lib Place for the Qt libraries +mkspecs Platform/compiler configuration files +plugins Qt plugins +qmake Qt build system +src Qt library source code +tools Qt tools source code +tutorial Qt tutorial source code diff --git a/tqtinterface/qt4/Makefile b/tqtinterface/qt4/Makefile new file mode 100644 index 0000000..b788ab0 --- /dev/null +++ b/tqtinterface/qt4/Makefile @@ -0,0 +1,108 @@ +# -*- makefile -*- +# +# Main Makefile for building the Qt library + +SHELL=/bin/sh + +init: FORCE + @$(MAKE) all +uninstall: FORCE + @$(MAKE) qt.uninstall +install: FORCE + @$(MAKE) qt.install + +# all: symlinks src-qmake src-tqmoc sub-src sub-tools sub-tutorial sub-examples +all: symlinks src-qmake src-tqmoc sub-src sub-tools + @echo + @echo "The Qt library is now built in ./lib" + @echo "The Qt examples are built in the directories in ./examples" + @echo "The Qt tutorials are built in the directories in ./tutorial" + @echo + @echo "Enjoy! - the Trolltech team" + @echo + +qt.install: tqmoc-install src-install plugins-install tools-install +qt.uninstall: tqmoc-uninstall src-uninstall plugins-uninstall tools-uninstall + +#tqmoc +tqmoc-uninstall: .qmake.cache + cd src/tqmoc && $(MAKE) uninstall +tqmoc-install: src-tqmoc + cd src/tqmoc && $(MAKE) install +src-tqmoc: src-qmake FORCE + cd src/tqmoc && $(MAKE) + +#Qt +src-uninstall: .qmake.cache + cd src && TQTDIR=.. $(MAKE) uninstall +src-install: sub-src + cd src && TQTDIR=.. $(MAKE) install +sub-src: src-tqmoc .qmake.cache FORCE + cd src && TQTDIR=.. $(MAKE) + +#qmake +qmake-uninstall: .qmake.cache + cd qmake && $(MAKE) uninstall +qmake-install: src-qmake + cd qmake && $(MAKE) install +src-qmake: symlinks FORCE + cd qmake && $(MAKE) + +#tools +tools-uninstall: .qmake.cache + cd tools && $(MAKE) uninstall +tools-install: sub-tools + cd tools && $(MAKE) install +sub-tools: sub-plugins FORCE + cd tools && $(MAKE) + +#plugins +plugins-uninstall: .qmake.cache + cd plugins/src && $(MAKE) uninstall +plugins-install: sub-plugins + cd plugins/src && $(MAKE) install +sub-plugins: sub-src .qmake.cache FORCE + cd plugins/src && $(MAKE) + +#tutorials +sub-tutorial: sub-src FORCE + cd tutorial && $(MAKE) + +#examples +sub-examples: sub-tools FORCE + cd examples && $(MAKE) + +symlinks: .qmake.cache +# @cd include && rm -f q*.h; ln -s ../src/*/q*.h .; ln -s ../extensions/*/src/q*.h .; rm -f q*_p.h + +distclean clean uiclean tqmocclean: + cd src/tqmoc && $(MAKE) $@ + cd src && $(MAKE) $@ + cd plugins/src && $(MAKE) $@ + cd config.tests/unix/stl && $(MAKE) $@ + cd config.tests/unix/endian && $(MAKE) distclean + cd config.tests/unix/ipv6 && $(MAKE) distclean + cd config.tests/unix/largefile && $(MAKE) distclean + cd config.tests/unix/ptrsize && $(MAKE) distclean + [ ! -f config.tests/x11/notype/Makefile ] || cd config.tests/x11/notype && $(MAKE) $@ + cd qmake && $(MAKE) $@ + +#confclean is actually the same as distclean, except qmake and tqmoc +#are not cleaned. +confclean: + cd src && $(MAKE) distclean + cd plugins/src && $(MAKE) distclean + cd config.tests/unix/stl && $(MAKE) distclean + cd config.tests/unix/endian && $(MAKE) distclean + cd config.tests/unix/ipv6 && $(MAKE) distclean + cd config.tests/unix/largefile && $(MAKE) distclean + cd config.tests/unix/ptrsize && $(MAKE) distclean + [ ! -f config.tests/x11/notype/Makefile ] || cd config.tests/x11/notype && $(MAKE) distclean + +.qmake.cache: + @echo + @echo ' Qt must first be configured using the "configure" script.' + @echo + @test ! /bin/true + +FORCE: diff --git a/tqtinterface/qt4/NOTES b/tqtinterface/qt4/NOTES new file mode 100644 index 0000000..40401cb --- /dev/null +++ b/tqtinterface/qt4/NOTES @@ -0,0 +1,12 @@ +Known Qt4 problems that need to have workarounds in TQt + +QX11WindowSurface destructor crash: +http://bugreports.qt.nokia.com/browse/QTBUG-16974 + +For some reason, SVN revision 88 caused toolbar icons to disappear upon docking +That same revision fixed the ktip background though + +SVN revision 125 now sets the PaintOnScreen attribute by default +This *should* massively increase speed and clean up a number of remaining rendering glitches, +but it also only works on X11 and disables Qt compositing. This can be unset, i.e. for +transparent widgets, by clearing the new WPaintOnScreen window flag. diff --git a/tqtinterface/qt4/PLATFORMS b/tqtinterface/qt4/PLATFORMS new file mode 100644 index 0000000..1fd3c86 --- /dev/null +++ b/tqtinterface/qt4/PLATFORMS @@ -0,0 +1,29 @@ +Before you build the Qt library and example programs, you must run the +"configure" script to set the platform information and other build +settings. You can use the -platform option to specify the operating +system and compiler you are using. + +Supported platforms and compilers: + + aix-g++ hpux-g++ linux-g++ solaris-cc-64 win32-g++ + aix-xlc hpux-g++-64 linux-g++-64 solaris-g++ win32-icc + aix-xlc-64 irix-cc linux-icc solaris-g++-64 win32-msvc + freebsd-g++ irix-cc-64 macx-g++ tru64-cxx win32-msvc.net + freebsd-icc irix-g++ macx-pbuilder tru64-g++ + hpux-acc linux-ecc-64 solaris-cc win32-borland + +Compilation problems: + + If you experience problems compiling Qt 3.x consult the platform + notes found at http://www.trolltech.com/developer/platforms/ where + we post workarounds and known issues as we become aware of them. + +Example: + + ./configure -platform irix-cc-64 -shared -debug + +Customization: + + You can create your own custom configuration by adding new files + to the mkspecs directory. Use existing similar configurations + as a starting point. diff --git a/tqtinterface/qt4/README b/tqtinterface/qt4/README new file mode 100644 index 0000000..cb023db --- /dev/null +++ b/tqtinterface/qt4/README @@ -0,0 +1,63 @@ +This is Qt version 3.3.8 + +Qt is a multiplatform C++ GUI application framework. + +Qt 3.3 introduces new features and many improvements over the 3.2.x +series. See the changes file for details. + +The Qt version 3.3 series is binary compatible with the 3.2.x series - +applications compiled for 3.2 will continue to run with 3.3. + +For this release, the following platforms have been tested: + +win32-borland +win32-g++ +win32-icc +win32-msvc +win32-msvc.net +win32-msvc2005 + +aix-g++ +aix-xlc +aix-xlc-64 +freebsd-g++ +freebsd-icc +hpux-acc +hpux-g++ +irix-cc +irix-cc-64 +irix-g++ +linux-ecc-64 +linux-g++ +linux-g++-64 +linux-icc +solaris-cc +solaris-cc-64 +solaris-g++ +solaris-g++-64 +tru64-g++ + +macx-g++ +macx-pbuilder + +If you want to use Qt 3 on an unsupported version of Unix, please +contact us at qt-bugs@trolltech.com so that we can assist you. + + +How to get the release: + +Qt Open Source Edition: Download the .tar.gz archive from +ftp.trolltech.com. For faster download times, use ftpsearch and search +for qt-x11-free-3.3.8 to tqfind it on a mirror ftp site +near you. + +Qt Professional Edition, Qt Enterprise Edition: Holders of valid +licenses should have received an email with instructions on how to +get the new release. Contact sales@trolltech.com if you are a +Professional or Enterprise Edition licensee and have not received this +email. + +Any problems encountered with Qt 3.3 should be reported to +qt-bugs@trolltech.com. + +Qt is a trademark of Trolltech ASA. diff --git a/tqtinterface/qt4/README-QT.TXT b/tqtinterface/qt4/README-QT.TXT new file mode 100644 index 0000000..ffe2f17 --- /dev/null +++ b/tqtinterface/qt4/README-QT.TXT @@ -0,0 +1,19 @@ +This software was developed with the Open Source Edition of Qt, the +cross-platform C++ graphical user interface toolkit. + +Qt is a product of Trolltech (see http://www.trolltech.com). Qt is +released in two different editions: + +- The Qt Open Source Edition, which may be used free of charge for + developing free (non-proprietary) software on X11, embedded Linux, + and Mac OS X. This version is available for download from + http://www.trolltech.com/dl/ and is used by this program. + +- The Qt Commercial Edition, which may be used to develop + commercial/proprietary software on X11, Microsoft Windows, embedded + Linux, and Mac OS X. For pricing and availability of the Commercial + Edition, please see http://www.trolltech.com/pricing.html or contact + Trolltech at sales@trolltech.com + +For further information about Qt, please see the Trolltech web site +(http://www.trolltech.com) or email info@trolltech.com. diff --git a/tqtinterface/qt4/README-TQT.TXT b/tqtinterface/qt4/README-TQT.TXT new file mode 100644 index 0000000..88a37f8 --- /dev/null +++ b/tqtinterface/qt4/README-TQT.TXT @@ -0,0 +1,4 @@ +This is TQt v3.4.0 TP1 +It is a test point release and as such is not suitable for use outside the development community. + +Please see http://trinity.pearsoncomputing.net/wiki/bin/view/Developers/TQtForQt4 for more information. diff --git a/tqtinterface/qt4/bin/findtr b/tqtinterface/qt4/bin/findtr new file mode 100755 index 0000000..dbdca4d --- /dev/null +++ b/tqtinterface/qt4/bin/findtr @@ -0,0 +1,189 @@ +#!/usr/bin/perl -w +# vi:wrap: + +# See Qt I18N documentation for usage information. + +use POSIX qw(strftime); + +$projectid='PROJECT VERSION'; +$datetime = strftime "%Y-%m-%d %X %Z", localtime; +$charset='iso-8859-1'; +$translator='FULLNAME '; +$revision_date='YYYY-MM-DD'; + +$real_mark = "tr"; +$noop_mark = "QT_TR_NOOP"; +$scoped_mark = "tqApp->translate"; +$noop_scoped_mark = "QT_TRANSLATE_NOOP"; + +$header= +'# This is a Qt message file in .po format. Each msgid starts with +# a scope. This scope should *NOT* be translated - eg. translating +# from French to English, "Foo::Bar" would be translated to "Pub", +# not "Foo::Pub". +msgid "" +msgstr "" +"Project-Id-Version: '.$projectid.'\n" +"POT-Creation-Date: '.$datetime.'\n" +"PO-Revision-Date: '.$revision_date.'\n" +"Last-Translator: '.$translator.'\n" +"Content-Type: text/plain; charset='.$charset.'\n" + +'; + + + + +$scope = ""; + +if ( $#ARGV < 0 ) { + print STDERR "Usage: tqfindtr sourcefile ... >project.po\n"; + exit 1; +} + + +sub outmsg { + my ($file, $line, $scope, $msgid) = @_; + # unesc + $msgid =~ s/$esc:$esc:$esc/::/gs; + $msgid =~ s|$esc/$esc/$esc|//|gs; + + # Remove blank lines + $msgid =~ s/\n\n+/\n/gs; + $msgid = "\"\"\n$msgid" if $msgid =~ /\n/s; + print "#: $file:$line\n"; + $msgid =~ s/^"//; #"emacs bug + print "msgid \"${scope}::$msgid\n"; + #print "msgstr \"$msgid\n"; + print "msgstr \"\"\n"; + print "\n"; +} + +sub justlines { + my $l = @_; + $l =~ tr|\n||dc; + return $l; +} + +print $header; + + +foreach $file ( @ARGV ) { + next unless open( I, "< $file" ); + + $source = join( "", ); + + # Find esc. Avoid bad case 1/// -> 1/1/1/1 -> ///1 + $esc = 1; + while ( $source =~ m!(?:$esc/$esc/$esc)|(?:$esc///) + |(?:$esc:$esc:$esc)|(?:$esc:\:\:)! ) { + $esc++; + } + + # Hide quoted :: in practically all strings + $source =~ s/\"([^"\n]*)::([^"\n]*)\"/\"$1$esc:$esc:$esc$2\"/g; + + # Hide quoted // in practically all strings + $source =~ s|\"([^"\n]*)//([^"\n]*)\"|\"$1$esc/$esc/$esc$2\"|g; + + + # strip comments -- does not handle "/*" in strings + while( $source =~ s|/\*(.*?)\*/|justlines($1)|ges ) { } + while( $source =~ s|//(.*?)\n|\n|g ) { } + + while( $source =~ / + (?: + # Some doublequotes are "escaped" to help vim syntax highlight + + # $1 = scope; $2 = parameters etc. + (?: + # Scoped function name ($1 is scope). + (\w+)::(?:\w+) + \s* + # Parameters etc up to open-curly - no semicolons + \(([^();]*)\) + \s* + (?:\{|:) + ) + | + # $3 - one-argument msgid + (?:\b + # One of the marks + (?:$real_mark|$noop_mark) + \s* + # The parameter + \(\s*((?:"(?:[^"]|[^\\]\\")*"\s*)+)\) + ) + | + # $4,$5 - two-argument msgid + (?:\b + # One of the scoped marks + (?:$scoped_mark|$noop_scoped_mark) + \s* + # The parameters + \( + # The scope parameter + \s*"([^\"]*)" + \s*,\s* + # The msgid parameter + \s*((?:\"(?:[^"]|[^\\]\\")*"\s*)+) #"emacs + \) + ) + | + # $6,$7 - scoped one-argument msgid + (?:\b + # The scope + (\w+):: + # One of the marks + (?:$real_mark) + \s* + # The parameter + \(\s*((?:"(?:[^"]|[^\\]\\")*"\s*)+)\) + ) + )/gsx ) + { + @lines = split /^/m, "$`"; + $line = @lines; + if ( defined( $1 ) ) { + if ( $scope ne $1 ) { + $sc=$1; + $etc=$2; + # remove strings + $etc =~ s/"(?:[^"]|[^\\]\\")"//g; + # count ( and ) + @open = split /\(/m, $etc; + @close = split /\)/m, $etc; + if ( $#open == $#close ) { + $scope = $sc; + } + } + next; + } + + if ( defined( $3 ) ) { + $this_scope = $scope; + $msgid = $3; + } elsif ( defined( $4 ) ) { + $this_scope = $4; + $msgid = $5; + } elsif ( defined( $6 ) ) { + $this_scope = $6; + $msgid = $7; + } else { + next; + } + + $msgid =~ s/^\s*//; + $msgid =~ s/\s*$//; + + # Might still be non-unique eg. tr("A" "B") vs. tr("A" "B"). + + $location{"${this_scope}::${msgid}"} = "$file:$line"; + } +} + +for $scoped_msgid ( sort keys %location ) { + ($scope,$msgid) = $scoped_msgid =~ m/([^:]*)::(.*)/s; + ($file,$line) = $location{$scoped_msgid} =~ m/([^:]*):(.*)/s; + outmsg($file,$line,$scope,$msgid); +} diff --git a/tqtinterface/qt4/bin/qt20fix b/tqtinterface/qt4/bin/qt20fix new file mode 100755 index 0000000..4036738 --- /dev/null +++ b/tqtinterface/qt4/bin/qt20fix @@ -0,0 +1,259 @@ +#!/usr/bin/perl -w +# +# in sh/bash/zsh: +# make 2>&1 | .../qt/bin/qt20fix +# in csh/tcsh +# make |& .../qt/bin/qt20fix +# +# repeat as long as qt20fix says to. if your make supports the -k +# flag, that speeds up the process a bit. +# +# qt20fix tends to fix a bit over half of the remaining problems in +# each run. +# +# if you don't use gcc, you will need to change parseline. +# + + +# this function must accept one line, which is presumed to be an error +# message, and return an array of three strings: the file name, the +# line number and the variable that is undefined. +# +# it may also return an empty list, if the line isn't an error message. +# +# the function is called on each line in turn and only once on each +# line, so it's possible to save state. +# + +sub parseline{ + my( $line ) = @_; + + chomp $line; + + if ( $line =~ m%^([-a-zA-Z0-9_\./]+\.[a-zA-Z]+):(\d+):\s*\`(.+)\' undeclared% ) { + @r = ($1,$2,$3); + $r[0] = $currentdir . $r[0] if ( defined($currentdir) && + $r[0] =~ m%^[^/]% ); + return @r; + } elsif ( $line =~ m%^([-a-zA-Z0-9_\./]+\.[a-zA-Z]+):(\d+):\s*\`(.+)\' was not declared% ) { + @r = ($1,$2,$3); + $r[0] = $currentdir . $r[0] if ( defined($currentdir) && + $r[0] =~ m%^[^/]% ); + return @r; + } elsif ( $line =~ m%^g?make\[(\d+)\]: Entering directory \`(.*)\'% ) { + # make[1]: Entering directory `/home/agulbra/2x/src/ui' + my( $l, $c ) = ( $1, $2 ); + $c =~ s-/?$-/-; + $dirs[$l] = $c; + $currentdir = $c; + print "$line\n"; + } elsif ( $line =~ m%make\[(\d+)\]: Leaving directory \`.*\'$% ) { + # make[1]: Leaving directory `/home/agulbra/2x/src/ui' + $currentdir = defined( $dirs[$1 - 1] ) ? $dirs[$1 - 1] : ""; + print "$line\n"; + } elsif ( $line =~ m%^\S+:(?:\d+:)?\s+\S% ) { + # other compiler message - skip it + } else { + print "$line\n"; + } + + return (); +} + + +# +# this is the big array of globals and their tqreplacements. add stuff +# at will. +# + +%globals = +( + "Event_None" => "QEvent::None", + "Event_Timer" => "QEvent::Timer", + "Event_MouseButtonPress" => "QEvent::MouseButtonPress", + "Event_MouseButtonRelease" => "QEvent::MouseButtonRelease", + "Event_MouseButtonDblClick" => "QEvent::MouseButtonDblClick", + "Event_MouseMove" => "QEvent::MouseMove", + "Event_KeyPress" => "QEvent::KeyPress", + "Event_KeyRelease" => "QEvent::KeyRelease", + "Event_FocusIn" => "QEvent::FocusIn", + "Event_FocusOut" => "QEvent::FocusOut", + "Event_Enter" => "QEvent::Enter", + "Event_Leave" => "QEvent::Leave", + "Event_Paint" => "QEvent::Paint", + "Event_Move" => "QEvent::Move", + "Event_Resize" => "QEvent::Resize", + "Event_Create" => "QEvent::Create", + "Event_Destroy" => "QEvent::Destroy", + "Event_Show" => "QEvent::Show", + "Event_Hide" => "QEvent::Hide", + "Event_Close" => "QEvent::Close", + "Event_Quit" => "QEvent::Quit", + "Event_Accel" => "QEvent::Accel", + "Event_Clipboard" => "QEvent::Clipboard", + "Event_SockAct" => "QEvent::SockAct", + "Event_DragEnter" => "QEvent::DragEnter", + "Event_DragMove" => "QEvent::DragMove", + "Event_DragLeave" => "QEvent::DragLeave", + "Event_Drop" => "QEvent::Drop", + "Event_DragResponse" => "QEvent::DragResponse", + "Event_ChildInserted" => "QEvent::ChildInserted", + "Event_ChildRemoved" => "QEvent::ChildRemoved", + "Event_LayoutHint" => "QEvent::LayoutHint", + "Event_User" => "QEvent::User", + + "color0" => "Qt::color0", + "color1" => "Qt::color1", + "black" => "Qt::black", + "white" => "Qt::white", + "darkGray" => "Qt::darkGray", + "gray" => "Qt::gray", + "lightGray" => "Qt::lightGray", + "red" => "Qt::red", + "green" => "Qt::green", + "blue" => "Qt::blue", + "cyan" => "Qt::cyan", + "magenta" => "Qt::magenta", + "yellow" => "Qt::yellow", + "darkRed" => "Qt::darkRed", + "darkGreen" => "Qt::darkGreen", + "darkBlue" => "Qt::darkBlue", + "darkCyan" => "Qt::darkCyan", + "darkMagenta" => "Qt::darkMagenta", + "darkYellow" => "Qt::darkYellow", + + "AlignLeft" => "Qt::AlignLeft", + "AlignRight" => "Qt::AlignRight", + "AlignHCenter" => "Qt::AlignHCenter", + "AlignTop" => "Qt::AlignTop", + "AlignBottom" => "Qt::AlignBottom", + "AlignVCenter" => "Qt::AlignVCenter", + "AlignCenter" => "Qt::AlignCenter", + "SingleLine" => "Qt::SingleLine", + "DontClip" => "Qt::DontClip", + "ExpandTabs" => "Qt::ExpandTabs", + "ShowPrefix" => "Qt::ShowPrefix", + "WordBreak" => "Qt::WordBreak", + "DontPrint" => "Qt::DontPrint", + + "TransparentMode" => "Qt::TransparentMode", + "OpaqueMode" => "Qt::OpaqueMode", + + "PixelUnit" => "Qt::PixelUnit", + "LoMetricUnit" => "Qt::LoMetricUnit", + "HiMetricUnit" => "Qt::HiMetricUnit", + "LoEnglishUnit" => "Qt::LoEnglishUnit", + "HiEnglishUnit" => "Qt::HiEnglishUnit", + "TwipsUnit" => "Qt::TwipsUnit", + + "WindowsStyle" => "Qt::WindowsStyle", + "MotifStyle" => "Qt::MotifStyle", + + "Horizontal" => "Qt::Horizontal", + "Vertical" => "Qt::Vertical", + + "PenStyle" => "Qt::PenStyle", + "NoPen" => "Qt::NoPen", + "SolidLine" => "Qt::SolidLine", + "DashLine" => "Qt::DashLine", + "DotLine" => "Qt::DotLine", + "DashDotLine" => "Qt::DashDotLine", + "DashDotDotLine" => "Qt::DashDotDotLine", + + "BrushStyle" => "Qt::BrushStyle", + "NoBrush" => "Qt::NoBrush", + "SolidPattern" => "Qt::SolidPattern", + "Dense1Pattern" => "Qt::Dense1Pattern", + "Dense2Pattern" => "Qt::Dense2Pattern", + "Dense3Pattern" => "Qt::Dense3Pattern", + "Dense4Pattern" => "Qt::Dense4Pattern", + "Dense5Pattern" => "Qt::Dense5Pattern", + "Dense6Pattern" => "Qt::Dense6Pattern", + "Dense7Pattern" => "Qt::Dense7Pattern", + "HorPattern" => "Qt::HorPattern", + "VerPattern" => "Qt::VerPattern", + "CrossPattern" => "Qt::CrossPattern", + "BDiagPattern" => "Qt::BDiagPattern", + "FDiagPattern" => "Qt::FDiagPattern", + "DiagCrossPattern" => "Qt::DiagCrossPattern", + "CustomPattern" => "Qt::CustomPattern", + + "arrowCursor" => "Qt::arrowCursor", + "upArrowCursor" => "Qt::upArrowCursor", + "crossCursor" => "Qt::crossCursor", + "waitCursor" => "Qt::waitCursor", + "ibeamCursor" => "Qt::ibeamCursor", + "sizeVerCursor" => "Qt::sizeVerCursor", + "sizeHorCursor" => "Qt::sizeHorCursor", + "sizeBDiagCursor" => "Qt::sizeBDiagCursor", + "sizeFDiagCursor" => "Qt::sizeFDiagCursor", + "sizeAllCursor" => "Qt::sizeAllCursor", + "blankCursor" => "Qt::blankCursor", + "splitVCursor" => "Qt::splitVCursor", + "splitHCursor" => "Qt::splitHCursor", + "pointingHandCursor" => "Qt::pointingHandCursor" +); + +if ( defined( $ENV{"TQTDIR"} ) && + open( I, "< ". $ENV{"TQTDIR"} . "/src/kernel/q1xcompatibility.h" ) ) { + while( ) { + if ( /\#define\s+([a-zA-Z0-9_]+)\s+(\S+)/ ) { + if ( !defined( $globals{$1} ) ) { + $globals{$1} = $2; + } elsif ( $globals{$1} ne $2 ) { + #print "conflict: $1 is mapped to $2 and $globals{$1}\n"; + } + } + } + close I; +} + +# +# do the do +# + +while( ) { + @r = parseline($_); + next unless @r; + ($file, $line, $variable) = @r; + if ( defined( $variable ) && defined($globals{$variable}) ) { + if ( !defined($lastfile) || ($file ne $lastfile) ) { + $lastfile = undef if ( !$changes ); + if ( defined( $lastfile ) ) { + open( O, "> $lastfile" ) || + die "cannot write to $lastfile, stopped"; + print "qt20fix: writing $lastfile (changes: $changes)\n"; + print O @currentfile; + close O; + } + open( I, "< $file" ) || die "cannot read $file, stopped"; + @currentfile = ; + close I; + $lastfile = $file; + $changes = 0; + } + next unless ( defined( $currentfile[$line-1] ) ); + next unless ( $currentfile[$line-1] =~ /\b$variable\b/ ); + if ( $currentfile[$line-1] =~ s/([^a-zA-Z0-9])::$variable\b/$1$globals{$variable}/ || + $currentfile[$line-1] =~ s/([^a-zA-Z0-9:])$variable\b/$1$globals{$variable}/ ) { + print "$file:$line:tqreplaced \`$variable\' with \`$globals{$variable}\'\n"; + $changes++; + $totalchanges++ + } + } elsif ( defined( $variable ) ) { + print "$file:$line: unknown undefined variable $variable\n"; + } +} + +if ( defined( $changes) && $changes > 0 && defined( $lastfile ) ) { + open( O, "> $lastfile" ) || + die "cannot write to $lastfile, stopped"; + print "qt20fix: writing $lastfile (changes: $changes)\n"; + print O @currentfile; + close O; +} + + +if ( defined( $totalchanges) && $totalchanges > 0 ) { + print "qt20fix: total changes: $totalchanges\nqt20fix: rerun recommended\n"; +} diff --git a/tqtinterface/qt4/bin/qtrename140 b/tqtinterface/qt4/bin/qtrename140 new file mode 100755 index 0000000..b2620ff --- /dev/null +++ b/tqtinterface/qt4/bin/qtrename140 @@ -0,0 +1,122 @@ +#!/usr/bin/perl -pi.oldnames +# +# Perl script to change programs to use the longer header-file names +# introduced in Qt version 1.40. Note that Qt is distributed with +# compatilibity headers making this program unnecessary at present, +# but which may be discontinued in Qt 2.0. +# +# This is version 1.0 of the conversion script. +# +# +# Copyright (C) 1998-2008 Trolltech ASA. All rights reserved. +# +# Permission to use, copy, modify, and distribute this software and its +# documentation for any purpose and without fee is hereby granted, +# provided that the above copyright notice appear in all copies, that +# both that copyright notice and this permission notice appear in +# supporting documentation, and that any modifications are clearly +# annotated as not originating from the copyright holder. +# +# This file is provided AS IS with no warranties of any kind. The author +# shall have no liability with respect to the infringement of copyrights, +# trade secrets or any patents by this file or any part thereof. In no +# event will the author be liable for any lost revenue or profits or +# other special, indirect and consequential damages. +# + +s/\bqapp\./qapplication./g if /#include/; +s/\bQAPP_H\b/QAPPLICATION_H/g if /#if/; +s/\bqbitarry\./qbitarray./g if /#include/; +s/\bQBITARRY_H\b/QBITARRAY_H/g if /#if/; +s/\bqbttngrp\./qbuttongroup./g if /#include/; +s/\bQBTTNGRP_H\b/QBUTTONGROUP_H/g if /#if/; +s/\bqchkbox\./qcheckbox./g if /#include/; +s/\bQCHKBOX_H\b/QCHECKBOX_H/g if /#if/; +s/\bqclipbrd\./qclipboard./g if /#include/; +s/\bQCLIPBRD_H\b/QCLIPBOARD_H/g if /#if/; +s/\bqcollect\./qcollection./g if /#include/; +s/\bQCOLLECT_H\b/QCOLLECTION_H/g if /#if/; +s/\bqcombo\./qcombobox./g if /#include/; +s/\bQCOMBO_H\b/QCOMBOBOX_H/g if /#if/; +s/\bqconnect\./qconnection./g if /#include/; +s/\bQCONNECT_H\b/QCONNECTION_H/g if /#if/; +s/\bqdatetm\./qdatetime./g if /#include/; +s/\bQDATETM_H\b/QDATETIME_H/g if /#if/; +s/\bqdrawutl\./qdrawutil./g if /#include/; +s/\bQDRAWUTL_H\b/QDRAWUTIL_H/g if /#if/; +s/\bqdstream\./qdatastream./g if /#include/; +s/\bQDSTREAM_H\b/QDATASTREAM_H/g if /#if/; +s/\bqfiledlg\./qfiledialog./g if /#include/; +s/\bQFILEDLG_H\b/QFILEDIALOG_H/g if /#if/; +s/\bqfileinf\./qfileinfo./g if /#include/; +s/\bQFILEINF_H\b/QFILEINFO_H/g if /#if/; +s/\bqgmanagr\./qgmanager./g if /#include/; +s/\bQGMANAGR_H\b/QGMANAGER_H/g if /#if/; +s/\bqgrpbox\./qgroupbox./g if /#include/; +s/\bQGRPBOX_H\b/QGROUPBOX_H/g if /#if/; +s/\bqiodev\./qiotqdevice./g if /#include/; +s/\bQIODEV_H\b/QIODEVICE_H/g if /#if/; +s/\bqlcdnum\./qlcdnumber./g if /#include/; +s/\bQLCDNUM_H\b/QLCDNUMBER_H/g if /#if/; +s/\bqlined\./qlineedit./g if /#include/; +s/\bQLINED_H\b/QLINEEDIT_H/g if /#if/; +s/\bqmenudta\./qmenudata./g if /#include/; +s/\bQMENUDTA_H\b/QMENUDATA_H/g if /#if/; +s/\bqmetaobj\./qmetaobject./g if /#include/; +s/\bQMETAOBJ_H\b/QMETAOBJECT_H/g if /#if/; +s/\bqmlined\./qmultilineedit./g if /#include/; +s/\bQMLINED_H\b/QMULTILINEEDIT_H/g if /#if/; +s/\bqmultilinedit\./qmultilineedit./g if /#include/; +s/\bQMULTILINEDIT_H\b/QMULTILINEEDIT_H/g if /#if/; +s/\bqmsgbox\./qmessagebox./g if /#include/; +s/\bQMSGBOX_H\b/QMESSAGEBOX_H/g if /#if/; +s/\bqpdevmet\./qpaintdevicemetrics./g if /#include/; +s/\bQPDEVMET_H\b/QPAINTDEVICEMETRICS_H/g if /#if/; +s/\bqpmcache\./qpixmapcache./g if /#include/; +s/\bQPMCACHE_H\b/QPIXMAPCACHE_H/g if /#if/; +s/\bqpntarry\./qpointarray./g if /#include/; +s/\bQPNTARRY_H\b/QPOINTARRAY_H/g if /#if/; +s/\bqpopmenu\./qpopupmenu./g if /#include/; +s/\bQPOPMENU_H\b/QPOPUPMENU_H/g if /#if/; +s/\bqprndlg\./qprintdialog./g if /#include/; +s/\bQPRNDLG_H\b/QPRINTDIALOG_H/g if /#if/; +s/\bqprogbar\./qprogressbar./g if /#include/; +s/\bQPROGBAR_H\b/QPROGRESSBAR_H/g if /#if/; +s/\bqprogdlg\./qprogressdialog./g if /#include/; +s/\bQPROGDLG_H\b/QPROGRESSDIALOG_H/g if /#if/; +s/\bqpsprn\./qpsprinter./g if /#include/; +s/\bQPSPRN_H\b/QPSPRINTER_H/g if /#if/; +s/\bqpushbt\./qpushbutton./g if /#include/; +s/\bQPUSHBT_H\b/QPUSHBUTTON_H/g if /#if/; +s/\bqradiobt\./qradiobutton./g if /#include/; +s/\bQRADIOBT_H\b/QRADIOBUTTON_H/g if /#if/; +s/\bqrangect\./qrangecontrol./g if /#include/; +s/\bQRANGECT_H\b/QRANGECONTROL_H/g if /#if/; +s/\bqscrbar\./qscrollbar./g if /#include/; +s/\bQSCRBAR_H\b/QSCROLLBAR_H/g if /#if/; +s/\bqsocknot\./qsocketnotifier./g if /#include/; +s/\bQSOCKNOT_H\b/QSOCKETNOTIFIER_H/g if /#if/; +s/\bqtabdlg\./qtabdialog./g if /#include/; +s/\bQTABDLG_H\b/QTABDIALOG_H/g if /#if/; +s/\bqtablevw\./qtableview./g if /#include/; +s/\bQTABLEVW_H\b/QTABLEVIEW_H/g if /#if/; +s/\bqtstream\./qtextstream./g if /#include/; +s/\bQTSTREAM_H\b/QTEXTSTREAM_H/g if /#if/; +s/\bqfiledef\./qfiledefs./g if /#include/; +s/\bQFILEDEF_H\b/QFILEDEFS_H/g if /#if/; +s/\bqfontdta\./qfontdata./g if /#include/; +s/\bQFONTDTA_H\b/QFONTDATA_H/g if /#if/; +s/\bqfontinf\./qfontinfo./g if /#include/; +s/\bQFONTINF_H\b/QFONTINFO_H/g if /#if/; +s/\bqfontmet\./qfontmetrics./g if /#include/; +s/\bQFONTMET_H\b/QFONTMETRICS_H/g if /#if/; +s/\bqintcach\./qintcache./g if /#include/; +s/\bQINTCACH_H\b/QINTCACHE_H/g if /#if/; +s/\bqobjdefs\./qobjectdefs./g if /#include/; +s/\bQOBJDEFS_H\b/QOBJECTDEFS_H/g if /#if/; +s/\bqpaintd\./qpaintdevice./g if /#include/; +s/\bQPAINTD_H\b/QPAINTDEVICE_H/g if /#if/; +s/\bqpaintdc\./qpaintdevicedefs./g if /#include/; +s/\bQPAINTDC_H\b/QPAINTDEVICEDEFS_H/g if /#if/; +s/\bqwindefs\./qwindowdefs./g if /#include/; +s/\bQWINDEFS_H\b/QWINDOWDEFS_H/g if /#if/; diff --git a/tqtinterface/qt4/changes-3.3.8 b/tqtinterface/qt4/changes-3.3.8 new file mode 100644 index 0000000..ba1c293 --- /dev/null +++ b/tqtinterface/qt4/changes-3.3.8 @@ -0,0 +1,273 @@ +Qt 3.3.8 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 3.3.7, Qt 3.3.6, Qt 3.3.5, 3.3.4, Qt 3.3.3, +Qt 3.3.2, Qt 3.3.1 and Qt 3.3.0. + +**************************************************************************** +* General * +**************************************************************************** + +Platforms +--------- + +- Oracle driver now builds on HP-UX + +Compilers +--------- + +Linguist +-------- + +- Fixed a bug where the translation area was not changed when the context was changed. + +Assistant +--------- + +- Fixed command line parsing when specifying the docPath option. + +Translations +------------ + +- Added support for Catalan. + +Third party components +---------------------- + +- libpng + + * Security fix (CVE-2006-3334): Buffer overflow allows context-dependent + attackers to cause a denial of service and possibly execute arbitrary + code via unspecified vectors related to chunk error processing. + + * Security fix (CVE-2006-5793): The sPLT chunk handling code + uses a sizeof operator on the wrong data type, which allows + context-dependent attackers to cause a denial of service (crash) + via malformed sPLT chunks that trigger an out-of-bounds read. + + * Security fix: Avoid profile larger than iCCP chunk. + One might crash a decoder by putting a larger profile inside the + iCCP profile than is actually expected. + + * Security fix: NULL pointer dereference. + + * Disabled MMX assembler code for Intel-Mac platforms to work + around a compiler bug. + + * Disabled MMX assembler code for x86_64 platforms. + +- freetype + + * Security fix (CVE-2006-0747): Integer underflow allows remote + attackers to cause a denial of service (crash) via a font file + with an odd number of blue values, which causes the underflow + when decrementing by 2 in a context that assumes an even number + of values. + + * Security fix (CVE-2006-1861): Multiple integer overflows allow + remote attackers to cause a denial of service (crash) and possibly + execute arbitrary code. + + * Security fix (CVE-2006-2661): A null dereference flaw allows + remote attackers to cause a denial of service (crash) via a + specially crafted font file. + + * Fixed memory leak. + + +**************************************************************************** +* Library * +**************************************************************************** + +General Fixes +------------- + +- QAccessible + Fixed a potential crash when a key object is destroyed. + +- QApplication + argc() no longer returns 1 if 0 was passed as argc to the constructor. + +- QDateTime + Made QDateTime::fromString(QString(), Qt::TextDate) work with locales + that have two-digit day names (e.g. Di 16. Jan). + +- QDns + Stability fixes for networks with missing DNS settings. + +- QFileDialog + Ensured that files are not accidentally tqreplaced or lost during drag + and drop operations. + +- QFtp + Fixed a crash when uploading data from a closed QIODevice. + Fixed a potential crash when a FTP session gets deleted in a slot. + +- QGLWidget + renderText() no longer tries to convert the text passed in to + a local 8 bit encoding (via local8Bit()). latin1() is used instead. + +- QGridLayout + Fixed incorrect minimum size with rich text labels in grid layouts. + +- QHttp + Fixed an overflow that could occur when chunked downloading caused + erroneous allocations. + +- QListBox + Fixed a potential crash that could occur if a list box is deleted in + a slot connected to the returnPressed() signal. + +- QListView + Set internal startDragItem pointer to 0 in clear(). This can prevent + crashes during drag and drop operations. + Fixed a documentation error in setSelectable. + Fixed regression in activation of leaf-nodes of type QCheckBoxController. + +- QTable + Fixed a memory leak when F2 is pressed in an empty table. + Ensured that the focus rectangle is painted correctly. + Ensured that editors in cells spanning multiple rows or columns are + closed correctly. + +- QTextEdit + setDocument() no longer crashes when 0 is passed as an argument. + Fixed rendering of HTML tables with a fixed pixel width. + Fixed a potential crash when using undo/redo functionality. + Fixed a regression when searching for space using QTextEdit::tqfind(). + +- SQL plugins + Ensured that mysql_server_end() is only called once in the MySQL plugin. + Fixed fetching of strings larger than 255 characters from a + Sybase server through ODBC. + Ensured that milliseconds are not stripped from ODBC time values. + +- QWidget + Fixed an issue where adjustSize() would incorrectly take the size of + top-level widgets into account. + + +Platform-Specific Issues +------------------------ + +Windows: + +- QAxServer + Fixed a regression in how the server registers type libraries. + +- Visual Studio 2005 + Fixed compilation issue with the x64 compiler. + Fixed the behavior of qmake when executed with "qmake -tp vc". + +- QFont + Fixed crash that would occur when creating a font from an invalid string. + Fixed metric problems. + +- Fixed possible infinite loop when drawing text. + +- Fixed an issue where flags specified by QMAKE_LFLAGS_RELEASE would not be + included in generated Visual Studio project files. + +- Fixed issue that caused wizards to use the wrong class in the QMsDev plugin + +- Fixed an unexpected remote close in QSocket for Windows servers with a high + load. + +- Fixed crash in QFileDialog. + +- Fixed a regression in QWindowsXPStyle where tab widget backgrounds were + incorrectly propagated into child scroll views. + +- Fixed issues related to using SJIS TextCodec with QSettings. + +- Fixed issue where a fixed size widget could change size after changing screen + resolution. + +- Fixed support for the Khmer writing system. + + +Mac OS X: + +- Made the endian preprocessor define dependent on the architecture. This means + that it is possible to build a universal Qt library on one machine. However, + qmake_image_collection.cpp is still dependent upon the machine it was + generated on. + +- QComboBox + Fixed an issue where the popup would stay open after the window had + been minimized. + +- QFont + Fixed support for QFont::setStretch(). + +- QMacStyle + Fixed centering of items in large comboboxes. + Fixed editable comboboxes so that they don't truncate text. + Added support for Panther-style tabs for tabs on the bottom of a tab + widget. + +- QPrinter + Fixed Intel endian bug in printing of pixmaps with a tqmask/alpha + channel. + Fixed regression where active tool windows would always be disabled + +- QGLContext + Fixed a tearing issue caused by incorrect vertical sync. + +- Fixed a rendering issue with transtqparent cursors on Intel macs. + +- Fixed a rendering issue with icons in the dock on Intel macs. + +- Fixed a crash when playing back a file that does not exist. + +- Fixed a regression where full keyboard access was not being honored. + +- Fixed a regression preventing static file dialogs from being opened in a + contextMenuEvent() handler. + +- Fixed a regression in navigating nested popup menus. + + +X11: + +- Fixed rendering of Japanese text with XLFD fonts. + +- Fixed rendering of text with stacking diacritics. + +- Rendering fixes for Indic scripts. + +- Fixed problem with applications hanging while querying the clipboard. This is + related to the KDE bug reported at http://bugs.kde.org/show_bug.cgi?id=80072. + +- Fixed a crash that could occur when Qt uses a DirectColor visual. + +- Fixed a rare crash in QPixmap::convertToImage() when XGetImage() fails. + +- Fixed issue where events were not being processed by Qt when using the Qt + Motif Extension. + +- The X input method language status window is no longer shown for popup menus + on Solaris. + +- Fixed incorrect use of colors when painting on the default (TrueColor) screen + when running a Qt application on a multi-screen display where the default + screen uses a TrueColor visual and the secondary screen a PseudoColor visual. + +- Fixed a bug where calling newPage() directly before destroying the QPrinter + caused the last page to be printed twice. + +- Fixed a bug on older Unix systems where incorrect font sizes could get used + when printing in HighResolution mode. + +- Fixed a crash when trying to load huge font files. + +- Ensured that fonts containing a '-' in the family name are correctly loaded. + +- Ensured that the QFont::NoAntialias flag is always honored. + +- Fixed incorrect shaping of some character combinations when writing Bengali. + +- Introduced workaround for some Arabic fonts with broken OpenType tables. + +- Fixed a bug where the wrong braces would get used when using the Hebrew Culmus + fonts. + +- Fixed crash in qtconfig when removing or shifting font substitution families. diff --git a/tqtinterface/qt4/changes-3.3.8b b/tqtinterface/qt4/changes-3.3.8b new file mode 100644 index 0000000..392d71e --- /dev/null +++ b/tqtinterface/qt4/changes-3.3.8b @@ -0,0 +1,15 @@ +Qt 3.3.8b is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 3.3.b, Qt 3.3.7, Qt 3.3.6, +Qt 3.3.5, 3.3.4, Qt 3.3.3, Qt 3.3.2, Qt 3.3.1 and Qt 3.3.0. + +**************************************************************************** +* General * +**************************************************************************** + +General Improvements +-------------------- + +- Legal + + * This version adds the GNU Public License version 3 as a + possible choice for licenses to the Open Source releases of Qt 3. diff --git a/tqtinterface/qt4/changes-3.4.0 b/tqtinterface/qt4/changes-3.4.0 new file mode 100644 index 0000000..bfb439d --- /dev/null +++ b/tqtinterface/qt4/changes-3.4.0 @@ -0,0 +1,20 @@ +TQt 3.4.0 is the result of incorporating Qt3 into the Trinity project. +It aims to connect with Qt4 wherever possible, while maintaining the Qt3 API for use with Trinity and all related projects. + +TQt is based on the GPL v3 license of Qt, and therefore is ONLY compatible with the GPL v3. +The QPL, commercial, and other license options which originally came with Qt3 are not applicable to this modification of Qt, hereby named TQt. + +**************************************************************************** +* General * +**************************************************************************** + +General Improvements +-------------------- + +- Legal + + * This version of TQt forces the GNU Public License version 3, as it was created from the GPL version 3 license of Qt version 3. + +- Technical + + * TQt now connects to the Qt4 QObject and QWidget classes, allowing usage of new Qt4 features as extensions of the Qt3 API. \ No newline at end of file diff --git a/tqtinterface/qt4/config.tests/mac/mac_version.test b/tqtinterface/qt4/config.tests/mac/mac_version.test new file mode 100755 index 0000000..ae9e707 --- /dev/null +++ b/tqtinterface/qt4/config.tests/mac/mac_version.test @@ -0,0 +1,44 @@ +#!/bin/sh + +HOME=/dev/null +export HOME + +VERBOSE=$1 +SRCDIR=$2 +OUTDIR=$3 + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "Testing Mac version..." >&2 + +# build a test program +test -d $OUTDIR/config.tests/mac/ || mkdir -p $OUTDIR/config.tests/mac/ +cd $OUTDIR/config.tests/mac +#TSTFILE=$OUTDIR/config.tests/mac/mac_version.cpp +TSTFILE=mac_version.cpp + +rm -f $TSTFILE +echo "#include " >$TSTFILE +echo "#include " >>$TSTFILE +echo "int main() {" >>$TSTFILE +echo " long gestalt_version;" >>$TSTFILE +echo " fprintf(stdout, \"%d\\n\", (Gestalt(gestaltSystemVersion, &gestalt_version) == noErr) ? gestalt_version : 0);" >>$TSTFILE +echo " return 1;" >>$TSTFILE +echo "}" >>$TSTFILE + +COMPILE_ERROR=yes +if [ "$VERBOSE" = "yes" ]; then + c++ $TSTFILE -o tst_mac_version -framework Carbon >&2 && COMPILE_ERROR=no +else + c++ $TSTFILE -o tst_mac_version -framework Carbon >/dev/null 2>&1 && COMPILE_ERROR=no +fi + +# done +if [ "$COMPILE_ERROR" = "yes" ]; then + [ "$VERBOSE" = "yes" ] && echo "Mac version cannot be detected!" >&2 + exit 1 +else + MAC_VERSION=`./tst_mac_version` + [ "$VERBOSE" = "yes" ] && echo "Mac version set to: $MAC_VERSION." >&2 + echo $MAC_VERSION + exit 0 +fi diff --git a/tqtinterface/qt4/config.tests/unix/checkavail b/tqtinterface/qt4/config.tests/unix/checkavail new file mode 100755 index 0000000..1dd59c9 --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/checkavail @@ -0,0 +1,124 @@ +#!/bin/sh +# +# usage: $1 is featurename, $2 verbose +# $3..$n librarynames like '-llibmysqlclient.*' or (optional) extra library paths like '-L/usr/local/lib' +# or filenames like "mysql.h" and (optional) extra include paths like '-I/usr/local/include' +# returns 0 on success + +SUCCESS= +MODULE_NAME=$1 +VERBOSE=$2 +shift 2 +LIBDIRS="/lib /usr/lib" +LIBNAMES="" +INCLUDEDIRS="/usr/include" +INCLUDES="" + +PARAMS=$@ +for PARAM in $PARAMS +do + PREFIX=`echo $PARAM | sed 's/^\(..\).*/\1/'` + case $PREFIX in + -L) + CLIBDIR=`echo $PARAM | sed -e 's/^-L//'` + LIBDIRS="$LIBDIRS $CLIBDIR" + ;; + -l) + CLIBNAME=`echo $PARAM | sed -e 's/^-l//'` + LIBNAMES="$LIBNAMES lib${CLIBNAME}.*" + ;; + -I) + CINCDIR=`echo $PARAM | sed -e 's/^-I//'` + INCLUDEDIRS="$INCLUDEDIRS $CINCDIR" + ;; + *) + INCLUDES="$PARAM $INCLUDES" + ;; + esac +done + +# debuggery + +if [ "$VERBOSE" = "yes" ] +then + echo "$MODULE_NAME auto-detection..." +# echo "searching for $LIBNAMES in $LIBDIRS" +# echo "and $INCLUDES in $INCLUDEDIRS" +fi + + +# check for lib +for LIBNAME in $LIBNAMES +do + SUCCESS="" + for LIBDIR in $LIBDIRS + do + FOUND_LIB=`ls $LIBDIR/$LIBNAME 2>/dev/null` + if [ ! -z "$FOUND_LIB" ] + then + SUCCESS=yes + if [ "$VERBOSE" = "yes" ] + then + echo " Found $LIBNAME in $LIBDIR" + fi + break + fi + done + if [ -z "$SUCCESS" ] + then + SUCCESS=no + if [ "$VERBOSE" = "yes" ] + then + echo " Could not tqfind $LIBNAME anywhere in $LIBDIRS" + fi + break + fi +done + +# check for includes +if [ "$SUCCESS" = "yes" ] +then + for INCLUDE in $INCLUDES + do + SUCCESS="" + for INCLUDEDIR in $INCLUDEDIRS + do + FOUND_INC=`ls $INCLUDEDIR/$INCLUDE 2>/dev/null` + if [ ! -z "$FOUND_INC" ] + then + SUCCESS=yes + if [ "$VERBOSE" = "yes" ] + then + echo " Found $INCLUDE in $INCLUDEDIR" + fi + break + fi + done + if [ -z "$SUCCESS" ] + then + SUCCESS=no + if [ "$VERBOSE" = "yes" ] + then + echo " Could not tqfind $INCLUDE anywhere in $INCLUDEDIRS" + fi + break + fi + done +fi + +if [ "$SUCCESS" != "yes" ] +then + if [ "$VERBOSE" = "yes" ] + then + echo "$MODULE_NAME disabled." + fi + exit 1 +else + if [ "$VERBOSE" = "yes" ] + then + echo "$MODULE_NAME enabled." + fi + exit 0 +fi +exit 1 + diff --git a/tqtinterface/qt4/config.tests/unix/cups.test b/tqtinterface/qt4/config.tests/unix/cups.test new file mode 100755 index 0000000..5f31f1d --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/cups.test @@ -0,0 +1,82 @@ +#!/bin/sh + +CUPS=yes +XPLATFORM=`basename $1` +XCONFIG=$1/qmake.conf +VERBOSE=$2 +shift 2 +IN_INCDIRS="" +PARAMS=$@ +for PARAM in $PARAMS; do + PREFIX=`echo $PARAM | sed 's/^\(..\).*/\1/'` + case $PREFIX in + -L) + CLIBDIR=`echo $PARAM | sed -e 's/^-L//'` + IN_LIBDIRS="$IN_LIBDIRS $CLIBDIR" + ;; + -I) + CINCDIR=`echo $PARAM | sed -e 's/^-I//'` + IN_INCDIRS="$IN_INCDIRS $CINCDIR" + ;; + *) ;; + esac +done + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "CUPS auto-detection... ($*)" + +# check for the CUPS library +LIBS=cups +LIBDIRS="$IN_LIBDIRS /usr/shlib /usr/lib /lib" +if [ -z "$LIBS" ]; then + CUPS=no + [ "$VERBOSE" = "yes" ] && echo " No CUPS libraries specified." +else + for L in $LIBS; do + FOUND_LIB= + F= + for LIBDIR in $LIBDIRS; do + FOUND_LIB=`ls $LIBDIR/lib$L.* 2>/dev/null` + if [ ! -z "$FOUND_LIB" ]; then + F=yes + [ "$VERBOSE" = "yes" ] && echo " Found $L lib in $LIBDIR" + break + fi + done + if [ -z "$F" ]; then + CUPS=no + [ "VERBOSE" = "yes" ] && echo " Could not tqfind CUPS lib anywhere in $LIBDIRS" + fi + done +fi + +# check for cups/cups.h +if [ "$CUPS" = "yes" ] +then + INCS="cups/cups.h" + INCDIRS="$IN_INCDIRS /usr/include /include" + + for I in $INCS; do + F= + for INCDIR in $INCDIRS; do + if [ -f $INCDIR/$I ]; then + F=yes + [ "$VERBOSE" = "yes" ] && echo " Found $I in $INCDIR" + break + fi + done + if [ -z "$F" ]; then + CUPS=no + [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $I anywhere in $INCDIRS" + fi + done +fi + +# done +if [ "$CUPS" != "yes" ]; then + [ "$VERBOSE" = "yes" ] && echo "CUPS disabled." + exit 0 +else + [ "$VERBOSE" = "yes" ] && echo "CUPS enabled." + exit 1 +fi diff --git a/tqtinterface/qt4/config.tests/unix/endian.test b/tqtinterface/qt4/config.tests/unix/endian.test new file mode 100755 index 0000000..9f5c566 --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/endian.test @@ -0,0 +1,30 @@ +#!/bin/sh + +QMKSPEC=$1 +VERBOSE=$2 +SRCDIR=$3 +OUTDIR=$4 + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "Determining machine byte-order... ($*)" + +# build and run a test program +test -d $OUTDIR/config.tests/unix/endian || mkdir -p $OUTDIR/config.tests/unix/endian +$OUTDIR/bin/qmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/endian/endiantest.pro -o $OUTDIR/config.tests/unix/endian/Makefile >/dev/null 2>&1 +cd $OUTDIR/config.tests/unix/endian + +if [ "$VERBOSE" = "yes" ]; then + (make && ./endiantest) +else + (make && ./endiantest) >/dev/null 2>&1 +fi +ENDIAN=$? + +# done +if [ "$ENDIAN" -eq 0 ]; then + [ "$VERBOSE" = "yes" ] && echo "Using big endian." + exit 1 +else + [ "$VERBOSE" = "yes" ] && echo "Using little endian." + exit 0 +fi diff --git a/tqtinterface/qt4/config.tests/unix/endian/endiantest.cpp b/tqtinterface/qt4/config.tests/unix/endian/endiantest.cpp new file mode 100644 index 0000000..d4133cd --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/endian/endiantest.cpp @@ -0,0 +1,8 @@ +int main(int, char **) +{ + unsigned char bytes[] = { 0x01, 0x02, 0x03, 0x04 }; + unsigned int *integer = (unsigned int *) bytes; + return (*integer == 0x01020304 ? + 0 : // big endian + 1); // little endian +} diff --git a/tqtinterface/qt4/config.tests/unix/endian/endiantest.pro b/tqtinterface/qt4/config.tests/unix/endian/endiantest.pro new file mode 100644 index 0000000..ab8c008 --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/endian/endiantest.pro @@ -0,0 +1,5 @@ +TARGET=endiantest +CONFIG-=qt opengl x11sm dylib +CONFIG+=console +TEMPLATE=app +SOURCES=endiantest.cpp diff --git a/tqtinterface/qt4/config.tests/unix/ipv6.test b/tqtinterface/qt4/config.tests/unix/ipv6.test new file mode 100755 index 0000000..5df87d6 --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/ipv6.test @@ -0,0 +1,31 @@ +#!/bin/sh + +IPV6=0 +QMKSPEC=$1 +VERBOSE=$2 +SRCDIR=$3 +OUTDIR=$4 + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "Testing IPv6 support..." + +# build a test program +test -d $OUTDIR/config.tests/unix/ipv6 || mkdir -p $OUTDIR/config.tests/unix/ipv6 +$OUTDIR/bin/qmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/ipv6/ipv6test.pro -o $OUTDIR/config.tests/unix/ipv6/Makefile >/dev/null 2>&1 +cd $OUTDIR/config.tests/unix/ipv6 + +if [ "$VERBOSE" = "yes" ]; then + (make && ./ipv6test) +else + (make && ./ipv6test) >/dev/null 2>&1 +fi +IPV6=$? + +# done +if [ "$IPV6" -ne 0 ]; then + [ "$VERBOSE" = "yes" ] && echo "IPv6 support disabled." + exit 0 +else + [ "$VERBOSE" = "yes" ] && echo "IPv6 support enabled." + exit 1 +fi diff --git a/tqtinterface/qt4/config.tests/unix/ipv6/ipv6test.cpp b/tqtinterface/qt4/config.tests/unix/ipv6/ipv6test.cpp new file mode 100644 index 0000000..4700ae6 --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/ipv6/ipv6test.cpp @@ -0,0 +1,20 @@ +/* Sample program for configure to test IPv6 support on target +platforms. We check for the required IPv6 data structures. */ + +#if defined(__hpux) +#define _HPUX_SOURCE +#endif + +#include +#include +#include + +int main() +{ + sockaddr_in6 tmp; + sockaddr_storage tmp2; + (void)tmp; + (void)tmp2; + + return 0; +} diff --git a/tqtinterface/qt4/config.tests/unix/ipv6/ipv6test.pro b/tqtinterface/qt4/config.tests/unix/ipv6/ipv6test.pro new file mode 100644 index 0000000..ec4e875 --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/ipv6/ipv6test.pro @@ -0,0 +1,5 @@ +TARGET=ipv6test +CONFIG += console +CONFIG-=qt opengl x11sm dylib +TEMPLATE=app +SOURCES=ipv6test.cpp diff --git a/tqtinterface/qt4/config.tests/unix/largefile.test b/tqtinterface/qt4/config.tests/unix/largefile.test new file mode 100755 index 0000000..f8cde73 --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/largefile.test @@ -0,0 +1,31 @@ +#!/bin/sh + +LARGEFILE=0 +QMKSPEC=$1 +VERBOSE=$2 +SRCDIR=$3 +OUTDIR=$4 + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "Testing Large File support... ($*)" + +# build and run a test program +test -d $OUTDIR/config.tests/unix/largefile || mkdir -p $OUTDIR/config.tests/unix/largefile +$OUTDIR/bin/qmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/largefile/largefiletest.pro -o $OUTDIR/config.tests/unix/largefile/Makefile >/dev/null 2>&1 +cd $OUTDIR/config.tests/unix/largefile + +if [ "$VERBOSE" = "yes" ]; then + (make && ./largefiletest) +else + (make && ./largefiletest) >/dev/null 2>&1 +fi +LARGEFILE=$? + +# done +if [ "$LARGEFILE" -ne 0 ]; then + [ "$VERBOSE" = "yes" ] && echo "Large File support disabled." + exit 0 +else + [ "$VERBOSE" = "yes" ] && echo "Large File support enabled." + exit 1 +fi diff --git a/tqtinterface/qt4/config.tests/unix/largefile/largefiletest.cpp b/tqtinterface/qt4/config.tests/unix/largefile/largefiletest.cpp new file mode 100644 index 0000000..ed04e7a --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/largefile/largefiletest.cpp @@ -0,0 +1,32 @@ +/* Sample program for configure to test Large File support on target +platforms. +*/ + +#define _LARGEFILE_SOURCE +#define _LARGE_FILES +#define _FILE_OFFSET_BITS 64 +#include +#include +#include +#include +#include + +int main( int, char **argv ) +{ +// check that off_t can hold 2^63 - 1 and perform basic operations... +#define OFF_T_64 (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) + if (OFF_T_64 % 2147483647 != 1) + return 1; + + // stat breaks on SCO OpenServer + struct stat buf; + stat( argv[0], &buf ); + if (!S_ISREG(buf.st_mode)) + return 2; + + FILE *file = fopen( argv[0], "r" ); + off_t offset = ftello( file ); + fseek( file, offset, SEEK_CUR ); + fclose( file ); + return 0; +} diff --git a/tqtinterface/qt4/config.tests/unix/largefile/largefiletest.pro b/tqtinterface/qt4/config.tests/unix/largefile/largefiletest.pro new file mode 100644 index 0000000..918e8cc --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/largefile/largefiletest.pro @@ -0,0 +1,5 @@ +TARGET=largefiletest +CONFIG-=qt opengl x11sm dylib +CONFIG+=console +TEMPLATE=app +SOURCES=largefiletest.cpp diff --git a/tqtinterface/qt4/config.tests/unix/nis.test b/tqtinterface/qt4/config.tests/unix/nis.test new file mode 100755 index 0000000..835a187 --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/nis.test @@ -0,0 +1,87 @@ +#!/bin/sh + +NIS=yes +XPLATFORM=`basename $1` +XCONFIG=$1/qmake.conf +VERBOSE=$2 +shift 2 +IN_INCDIRS="" +PARAMS=$@ +for PARAM in $PARAMS; do + PREFIX=`echo $PARAM | sed 's/^\(..\).*/\1/'` + case $PREFIX in + -L) + CLIBDIR=`echo $PARAM | sed -e 's/^-L//'` + IN_LIBDIRS="$IN_LIBDIRS $CLIBDIR" + ;; + -I) + CINCDIR=`echo $PARAM | sed -e 's/^-I//'` + IN_INCDIRS="$IN_INCDIRS $CINCDIR" + ;; + *) ;; + esac +done + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "NIS auto-detection... ($*)" + +# check for the NIS library +if echo $XPLATFORM | grep '^solaris-' >/dev/null; then + # on Solaris it's -lnsl, it's not specified because X11 already links it + LIBS=nsl +else + LIBS=`sed -n -e '/^QMAKE_LIBS_NIS[ ]*=/ { s/[^=]*=[ ]*//; s/-l/ /g; p; }' $XCONFIG` +fi +LIBDIRS="$IN_LIBDIRS /usr/shlib /usr/lib /lib" +if [ -z "$LIBS" ]; then + NIS=no + [ "$VERBOSE" = "yes" ] && echo " No NIS libraries specified." +else + for L in $LIBS; do + FOUND_LIB= + F= + for LIBDIR in $LIBDIRS; do + FOUND_LIB=`ls $LIBDIR/lib$L.* 2>/dev/null` + if [ ! -z "$FOUND_LIB" ]; then + F=yes + [ "$VERBOSE" = "yes" ] && echo " Found $L lib in $LIBDIR" + break + fi + done + if [ -z "$F" ]; then + NIS=no + [ "VERBOSE" = "yes" ] && echo " Could not tqfind NIS lib anywhere in $LIBDIRS" + fi + done +fi + +# check for rpcsvc/ypclnt.h and rpcsvc/yp_prot.h +if [ "$NIS" = "yes" ] +then + INCS="rpcsvc/ypclnt.h rpcsvc/yp_prot.h" + INCDIRS="$IN_INCDIRS /usr/include /include" + + for I in $INCS; do + F= + for INCDIR in $INCDIRS; do + if [ -f $INCDIR/$I ]; then + F=yes + [ "$VERBOSE" = "yes" ] && echo " Found $I in $INCDIR" + break + fi + done + if [ -z "$F" ]; then + NIS=no + [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $I anywhere in $INCDIRS" + fi + done +fi + +# done +if [ "$NIS" != "yes" ]; then + [ "$VERBOSE" = "yes" ] && echo "NIS disabled." + exit 0 +else + [ "$VERBOSE" = "yes" ] && echo "NIS enabled." + exit 1 +fi diff --git a/tqtinterface/qt4/config.tests/unix/precomp.test b/tqtinterface/qt4/config.tests/unix/precomp.test new file mode 100755 index 0000000..1a553d3 --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/precomp.test @@ -0,0 +1,22 @@ +#!/bin/sh + +PRECOMP_SUPPORT=no +XPLATFORM=`basename $1` +XCONFIG=$1/qmake.conf +VERBOSE=$2 + +>precomp_header.h +COMPILER=`grep QMAKE_CC $XCONFIG | sed "s,.*= *,,"` +if $COMPILER -x c-header precomp_header.h >/dev/null 2>&1; then + $COMPILER -x c++-header precomp_header.h && PRECOMP_SUPPORT=yes +fi +rm -f precomp_header.h precomp_header.h.gch + +# done +if [ "$PRECOMP_SUPPORT" != "yes" ]; then + [ "$VERBOSE" = "yes" ] && echo "Precompiled-headers support disabled." + exit 0 +else + [ "$VERBOSE" = "yes" ] && echo "Precompiled-headers support enabled." + exit 1 +fi diff --git a/tqtinterface/qt4/config.tests/unix/ptrsize.test b/tqtinterface/qt4/config.tests/unix/ptrsize.test new file mode 100755 index 0000000..0d0337d --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/ptrsize.test @@ -0,0 +1,26 @@ +#/bin/sh + +LARGEFILE=0 +QMKSPEC=$1 +VERBOSE=$2 +SRCDIR=$3 +OUTDIR=$4 + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "Testing size of pointers ... ($*)" + +# build and run a test program +test -d $OUTDIR/config.tests/unix/ptrsize || mkdir -p $OUTDIR/config.tests/unix/ptrsize +$OUTDIR/bin/qmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/ptrsize/ptrsizetest.pro -o $OUTDIR/config.tests/unix/ptrsize/Makefile >/dev/null 2>&1 +cd $OUTDIR/config.tests/unix/ptrsize + +if [ "$VERBOSE" = "yes" ]; then + (make clean && make && ./ptrsizetest) +else + (make clean && make && ./ptrsizetest) >/dev/null 2>&1 +fi +PTRSIZE=$? + +# done +[ "$VERBOSE" = "yes" ] && echo "Pointersize: $PTRSIZE" +exit $PTRSIZE diff --git a/tqtinterface/qt4/config.tests/unix/ptrsize/ptrsizetest.cpp b/tqtinterface/qt4/config.tests/unix/ptrsize/ptrsizetest.cpp new file mode 100644 index 0000000..f2de943 --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/ptrsize/ptrsizetest.cpp @@ -0,0 +1,9 @@ +/* Sample program for configure to test pointer size on target +platforms. +*/ + +int main( int, char ** ) +{ + return sizeof(void *); +} + diff --git a/tqtinterface/qt4/config.tests/unix/ptrsize/ptrsizetest.pro b/tqtinterface/qt4/config.tests/unix/ptrsize/ptrsizetest.pro new file mode 100644 index 0000000..dfff44f --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/ptrsize/ptrsizetest.pro @@ -0,0 +1,5 @@ +TARGET=ptrsizetest +CONFIG-=qt opengl x11sm dylib +CONFIG+=console +TEMPLATE=app +SOURCES=ptrsizetest.cpp diff --git a/tqtinterface/qt4/config.tests/unix/stl.test b/tqtinterface/qt4/config.tests/unix/stl.test new file mode 100755 index 0000000..90c1925 --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/stl.test @@ -0,0 +1,31 @@ +#!/bin/sh + +STL=0 +QMKSPEC=$1 +VERBOSE=$2 +SRCDIR=$3 +OUTDIR=$4 + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "Testing STL support..." + +# build a test program +test -d $OUTDIR/config.tests/unix/stl || mkdir -p $OUTDIR/config.tests/unix/stl +$OUTDIR/bin/qmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/stl/stltest.pro -o $OUTDIR/config.tests/unix/stl/Makefile >/dev/null 2>&1 +cd $OUTDIR/config.tests/unix/stl + +if [ "$VERBOSE" = "yes" ]; then + (make && ./stltest) +else + (make && ./stltest) >/dev/null 2>&1 +fi +STL=$? + +# done +if [ "$STL" -ne 0 ]; then + [ "$VERBOSE" = "yes" ] && echo "STL support disabled." + exit 0 +else + [ "$VERBOSE" = "yes" ] && echo "STL support enabled." + exit 1 +fi diff --git a/tqtinterface/qt4/config.tests/unix/stl/stltest.cpp b/tqtinterface/qt4/config.tests/unix/stl/stltest.cpp new file mode 100644 index 0000000..e5b00e7 --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/stl/stltest.cpp @@ -0,0 +1,83 @@ +/* Sample program for configure to test STL support on target +platforms. We are mainly concerned with being able to instantiate +templates for common STL container classes. +*/ + +#include +#include +#include +#include +#include + +int main() +{ + int rval = 0; + + std::vector v1; + v1.push_back( 0 ); + v1.push_back( 1 ); + v1.push_back( 2 ); + v1.push_back( 3 ); + v1.push_back( 4 ); + if ( v1.size() != 5 ) { + std::cout << "stltest: vector failed size check, expected 5, got " << v1.size(); + ++rval; + } + if ( v1.capacity() < 5 ) { + std::cout << "stltest: vector failed capacity check, expected >= 5, got " << v1.capacity(); + ++rval; + } + std::vector::iterator v1it = std::tqfind( v1.begin(), v1.end(), 99 ); + if ( v1it != v1.end() ) { + std::cout << "stltest: tqfind failed, expected end(), got " << *v1it; + ++rval; + } + v1it = std::tqfind( v1.begin(), v1.end(), 3 ); + if ( v1it == v1.end() ) { + std::cout << "stltest: tqfind failed, expected to tqfind element, got end()"; + ++rval; + } + std::vector v2; + std::copy( v1.begin(), v1it, std::back_inserter( v2 ) ); + if ( v2.size() != 3 ) { + std::cout << "stltest: copy failed, expected 3 elements, got " << v2.size(); + ++rval; + } + + std::map m1; + m1.insert( std::make_pair( 1, 2.0 ) ); + m1.insert( std::make_pair( 3, 2.0 ) ); + m1.insert( std::make_pair( 5, 2.0 ) ); + m1.insert( std::make_pair( 7, 2.0 ) ); + if ( m1.size() != 4 ) { + std::cout << "stltest: map failed size check, expected 4, got " << m1.size(); + ++rval; + } + std::map::iterator m1it = m1.begin(); + for ( ; m1it != m1.end(); ++m1it ) { + if ( (*m1it).second != 2 ) { + std::cout << "stltest: iterator failed, expected 2, got " << (*m1it).second; + ++rval; + } + } + std::map< int, double > m2( m1 ); + if ( m2.size() != m1.size() ) { + std::cout << "stltest: map copy failed, expected " << m1.size() << " elements, got " << m2.size(); + ++rval; + } + + return rval; +} + + +// something mean to see if the compiler and C++ standard lib are good enough +template +class DummyClass +{ + // everything in std namespace ? + typedef std::bidirectional_iterator_tag i; + typedef std::ptrdiff_t d; + // typename implemented ? + typedef typename std::map::iterator MyIterator; +}; + diff --git a/tqtinterface/qt4/config.tests/unix/stl/stltest.pro b/tqtinterface/qt4/config.tests/unix/stl/stltest.pro new file mode 100644 index 0000000..e40708a --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/stl/stltest.pro @@ -0,0 +1,5 @@ +TARGET=stltest +CONFIG+=console +CONFIG-=qt opengl x11sm dylib +TEMPLATE=app +SOURCES=stltest.cpp diff --git a/tqtinterface/qt4/config.tests/unix/which.test b/tqtinterface/qt4/config.tests/unix/which.test new file mode 100755 index 0000000..37c858c --- /dev/null +++ b/tqtinterface/qt4/config.tests/unix/which.test @@ -0,0 +1,39 @@ +#!/bin/sh + +HOME=/dev/null +export HOME + +unset which + +WHICH=`which which 2>/dev/null` +if echo $WHICH | grep 'shell built-in command' >/dev/null 2>&1; then + WHICH=which +elif [ -z "$WHICH" ]; then + if which which >/dev/null 2>&1; then + WHICH=which + else + for a in /usr/ucb /usr/bin /bin /usr/local/bin; do + if [ -x $a/which ]; then + WHICH=$a/which + break; + fi + done + fi +fi + +if [ -z "$WHICH" ]; then + IFS=: + for a in $PATH; do + if [ -x $a/$1 ]; then + echo "$a/$1" + exit 0 + fi + done +else + a=`"$WHICH" "$1" 2>/dev/null` + if [ ! -z "$a" -a -x "$a" ]; then + echo "$a" + exit 0 + fi +fi +exit 1 diff --git a/tqtinterface/qt4/config.tests/x11/notype.test b/tqtinterface/qt4/config.tests/x11/notype.test new file mode 100755 index 0000000..4c429be --- /dev/null +++ b/tqtinterface/qt4/config.tests/x11/notype.test @@ -0,0 +1,49 @@ +#!/bin/sh + +QMKSPEC=$1 +XPLATFORM=`basename $1` +VERBOSE=$2 +SRCDIR=$3 +OUTDIR=$4 + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "Detecting broken X11 headers... ($*)" + +# Detect broken X11 headers when using GCC 2.95 or later +# Xsun on Solaris 2.5.1: +# Patches are available for Solaris 2.6, 7, and 8 but +# not for Solaris 2.5.1. +# HP-UX: +# Patches are available for HP-UX 10.20, 11.00, and 11.11. +# AIX 4.3.3 and AIX 5.1: +# Headers are clearly broken on all AIX versions, and we +# don't know of any patches. The strange thing is that we +# did not get any reports about this issue until very +# recently, long after gcc 3.0.x was released. It seems to +# work for us with gcc 2.95.2. +NOTYPE=no + +if [ $XPLATFORM = "solaris-g++" -o $XPLATFORM = "hpux-g++" -o $XPLATFORM = "aix-g++" -o $XPLATFORM = "aix-g++-64" ]; then + NOTYPE=yes + + test -d $OUTDIR/config.tests/x11/notype || mkdir -p $OUTDIR/config.tests/x11/notype + $OUTDIR/bin/qmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/x11/notype/notypetest.pro -o $OUTDIR/config.tests/x11/notype/Makefile >/dev/null 2>&1 + cd $OUTDIR/config.tests/x11/notype + + if [ "$VERBOSE" = "yes" ]; then + make + else + make >/dev/null 2>&1 + fi + + [ -x notypetest ] && NOTYPE=no +fi + +# done +if [ "$NOTYPE" = "yes" ]; then + [ "$VERBOSE" = "yes" ] && echo "Broken X11 headers detected." + exit 0 +else + [ "$VERBOSE" = "yes" ] && echo "X11 headers look good." + exit 1 +fi diff --git a/tqtinterface/qt4/config.tests/x11/notype/notypetest.cpp b/tqtinterface/qt4/config.tests/x11/notype/notypetest.cpp new file mode 100644 index 0000000..b33949c --- /dev/null +++ b/tqtinterface/qt4/config.tests/x11/notype/notypetest.cpp @@ -0,0 +1,11 @@ +/* Sample program for configure to test for broken X11 headers that +confuse gcc 2.95 and better on target platforms such as Solaris. +*/ + +#include +#include + +int main() +{ + return 0; +} diff --git a/tqtinterface/qt4/config.tests/x11/notype/notypetest.pro b/tqtinterface/qt4/config.tests/x11/notype/notypetest.pro new file mode 100644 index 0000000..fce2251 --- /dev/null +++ b/tqtinterface/qt4/config.tests/x11/notype/notypetest.pro @@ -0,0 +1,5 @@ +TEMPLATE=app +TARGET=notypetest +CONFIG-=qt opengl +CONFIG+=x11 +SOURCES=notypetest.cpp diff --git a/tqtinterface/qt4/config.tests/x11/opengl.test b/tqtinterface/qt4/config.tests/x11/opengl.test new file mode 100755 index 0000000..463df62 --- /dev/null +++ b/tqtinterface/qt4/config.tests/x11/opengl.test @@ -0,0 +1,103 @@ +#!/bin/sh + +OPENGL=yes +XCONFIG=$1/qmake.conf +THREAD=$2 +VERBOSE=$3 +shift 3 +IN_LIBDIRS="" +IN_INCDIRS="" +PARAMS=$@ +for PARAM in $PARAMS; do + PREFIX=`echo $PARAM | sed 's/^\(..\).*/\1/'` + case $PREFIX in + -L) + CLIBDIR=`echo $PARAM | sed -e 's/^-L//'` + IN_LIBDIRS="$IN_LIBDIRS $CLIBDIR" + ;; + -I) + CINCDIR=`echo $PARAM | sed -e 's/^-I//'` + IN_INCDIRS="$IN_INCDIRS $CINCDIR" + ;; + *) ;; + esac +done + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "OpenGL auto-detection... ($*)" + +# check for lib +LIBS=`sed -n -e '/^QMAKE_LIBS_OPENGL[ ]*=/ { s/[^=]*=[ ]*//; s/-l/ /g; p; }' $XCONFIG` +GLDIRS=`sed -n -e '/^QMAKE_LIBDIR_OPENGL[ ]*=/ { s/[^=]*=[ ]*//; p; }' $XCONFIG` +XDIRS=`sed -n -e '/^QMAKE_LIBDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; p; }' $XCONFIG` +LIBDIRS="$IN_LIBDIRS $GLDIRS $XDIRS /usr/shlib /usr/lib /lib" +for L in $LIBS; do + FOUND_LIB= + F= + for LIBDIR in $LIBDIRS; do + FOUND_LIB=`ls $LIBDIR/lib$L.* 2>/dev/null` + if [ ! -z "$FOUND_LIB" ]; then + F=yes + [ "$VERBOSE" = "yes" ] && echo " Found $L lib in $LIBDIR" + break + fi + done + if [ ! -z "$FOUND_LIB" -a ! "x$THREAD" = "xyes" -a ! -z "$F" ]; then + LDD_P=`which ldd 2>/dev/null` + if [ ! -z "$LDD_P" ]; then + for a in $FOUND_LIB; do + if $LDD_P $a 2>/dev/null | grep -i thread >/dev/null 2>&1; then + FOUND_LIB=$a + F_REASON="threads" + F= + break + fi + done + fi + fi + if [ -z "$F" ]; then + OPENGL=no + if [ "x$F_REASON" = "xthreads" ]; then + echo + echo "WARNING: $FOUND_LIB is threaded!" + echo "The Qt OpenGL module requires Qt to be configured with -thread." + echo + else + [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $L lib anywhere in $LIBDIRS" + fi + break + fi +done + +# check for headers +if [ "$OPENGL" = "yes" ]; then + INCS="GL/gl.h GL/glu.h" + GLDIRS=`sed -n -e '/^QMAKE_INCDIR_OPENGL[ ]*=/ { s/[^=]*=[ ]*//; p; }' $XCONFIG` + XDIRS=`sed -n -e '/^QMAKE_INCDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; p; }' $XCONFIG` + INCDIRS="$IN_INCDIRS $GLDIRS $XDIRS /usr/include /include" + + for I in $INCS; do + F= + for INCDIR in $INCDIRS; do + if [ -f $INCDIR/$I ]; then + F=yes + [ "$VERBOSE" = "yes" ] && echo " Found $I in $INCDIR" + break + fi + done + if [ -z "$F" ]; then + OPENGL=no + [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $I anywhere in $INCDIRS" + break + fi + done +fi + +# done +if [ "$OPENGL" != "yes" ]; then + [ "$VERBOSE" = "yes" ] && echo "OpenGL disabled." + exit 0 +else + [ "$VERBOSE" = "yes" ] && echo "OpenGL enabled." + exit 1 +fi diff --git a/tqtinterface/qt4/config.tests/x11/sm.test b/tqtinterface/qt4/config.tests/x11/sm.test new file mode 100755 index 0000000..a1ad33b --- /dev/null +++ b/tqtinterface/qt4/config.tests/x11/sm.test @@ -0,0 +1,49 @@ +#!/bin/sh + +SM=yes +XCONFIG=$1/qmake.conf +VERBOSE=$2 +shift 2 +IN_INCDIRS="" +PARAMS=$@ +for PARAM in $PARAMS; do + PREFIX=`echo $PARAM | sed 's/^\(..\).*/\1/'` + case $PREFIX in + -I) + CINCDIR=`echo $PARAM | sed -e 's/^-I//'` + IN_INCDIRS="$IN_INCDIRS $CINCDIR" + ;; + *) ;; + esac +done + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "Session Management auto-detection... ($*)" + +# check for headers +if [ "$SM" = "yes" ]; then + INC="X11/SM/SM.h" + XDIRS=`sed -n -e '/^QMAKE_INCDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-I/ /g; p; }' $XCONFIG` + INCDIRS="$IN_INCDIRS $XDIRS /usr/include /include" + F= + for INCDIR in $INCDIRS; do + if [ -f $INCDIR/$INC ]; then + F=yes + [ "$VERBOSE" = "yes" ] && echo " Found $INC in $INCDIR" + break + fi + done + if [ -z "$F" ]; then + SM=no + [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $INC anywhere in $INCDIRS" + fi +fi + +# done +if [ "$SM" != "yes" ]; then + [ "$VERBOSE" = "yes" ] && echo "Session Management disabled." + exit 0 +else + [ "$VERBOSE" = "yes" ] && echo "Session Management enabled." + exit 1 +fi diff --git a/tqtinterface/qt4/config.tests/x11/xcursor.test b/tqtinterface/qt4/config.tests/x11/xcursor.test new file mode 100755 index 0000000..0f8a71e --- /dev/null +++ b/tqtinterface/qt4/config.tests/x11/xcursor.test @@ -0,0 +1,92 @@ +#!/bin/sh + +XCURSOR=yes +XCONFIG=$1/qmake.conf +VERBOSE=$2 +shift 2 +IN_LIBDIRS="" +IN_INCDIRS="" +PARAMS=$@ +for PARAM in $PARAMS; do + PREFIX=`echo $PARAM | sed 's/^\(..\).*/\1/'` + case $PREFIX in + -L) + CLIBDIR=`echo $PARAM | sed -e 's/^-L//'` + IN_LIBDIRS="$IN_LIBDIRS $CLIBDIR" + ;; + -I) + CINCDIR=`echo $PARAM | sed -e 's/^-I//'` + IN_INCDIRS="$IN_INCDIRS $CINCDIR" + ;; + *) ;; + esac +done + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "Xcursor auto-detection... ($*)" + +# check for the Xcursor library +XDIRS=`sed -n -e '/^QMAKE_LIBDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-L/ /g; p; }' $XCONFIG` +LIBDIRS="$IN_LIBDIRS $XDIRS /usr/shlib /usr/lib /lib" +F= +for LIBDIR in $LIBDIRS; do + FOUND_LIB=`ls $LIBDIR/libXcursor.* 2>/dev/null` + if [ ! -z "$FOUND_LIB" ]; then + F=yes + [ "$VERBOSE" = "yes" ] && echo " Found Xcursor lib in $LIBDIR" + break + fi +done +if [ -z "$F" ]; then + XCURSOR=no + [ "$VERBOSE" = "yes" ] && echo " Could not tqfind Xcursor lib anywhere in $LIBDIRS" +fi + +# check for Xcursor.h +XCURSOR_H= +if [ "$XCURSOR" = "yes" ]; then + INC="X11/Xcursor/Xcursor.h" + XDIRS=`sed -n -e '/^QMAKE_INCDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-I/ /g; p; }' $XCONFIG` + INCDIRS="$IN_INCDIRS $XDIRS /usr/include /include" + F= + for INCDIR in $INCDIRS; do + if [ -f $INCDIR/$INC ]; then + F=yes + XCURSOR_H=$INCDIR/$INC + [ "$VERBOSE" = "yes" ] && echo " Found $INC in $INCDIR" + break + fi + done + if [ -z "$F" ] + then + XCURSOR=no + [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $INC anywhere in $INCDIRS" + fi +fi + +# verify that we are using Xcursor 1.x +if [ "$XCURSOR" = "yes" ]; then + XCURSOR_MAJOR=`egrep 'XCURSOR(_LIB)?_MAJOR' $XCURSOR_H | head -n 1 | awk '{ print \$3 }'` + XCURSOR_MINOR=`egrep 'XCURSOR(_LIB)?_MINOR' $XCURSOR_H | head -n 1 | awk '{ print \$3 }'` + if [ -z "$XCURSOR_MAJOR" -o -z "$XCURSOR_MINOR" ]; then + XCURSOR=no + [ "$VERBOSE" = "yes" ] && \ + echo " Could not tqfind Xcursor version." + elif [ "$XCURSOR_MAJOR" != "1" ]; then + XCURSOR=no + [ "$VERBOSE" = "yes" ] && \ + echo " Found Xcursor version $XCURSOR_MAJOR.$XCURSOR_MINOR, version 1.0 or higher required." + else + [ "$VERBOSE" = "yes" ] && \ + echo " Found Xcursor version $XCURSOR_MAJOR.$XCURSOR_MINOR" + fi +fi + +# done +if [ "$XCURSOR" != "yes" ]; then + [ "$VERBOSE" = "yes" ] && echo "Xcursor disabled." + exit 0 +else + [ "$VERBOSE" = "yes" ] && echo "Xcursor enabled." + exit 1 +fi diff --git a/tqtinterface/qt4/config.tests/x11/xfreetype.test b/tqtinterface/qt4/config.tests/x11/xfreetype.test new file mode 100755 index 0000000..16a93cb --- /dev/null +++ b/tqtinterface/qt4/config.tests/x11/xfreetype.test @@ -0,0 +1,180 @@ +#!/bin/sh + +XFT=yes +XFT2=no +XFT2_HEADER=no +XCONFIG=$1/qmake.conf +VERBOSE=$2 +SRCDIR=$3 +OUTDIR=$4 +shift 4 +IN_LIBDIRS="" +IN_INCDIRS="" +PARAMS=$@ +for PARAM in $PARAMS; do + PREFIX=`echo $PARAM | sed 's/^\(..\).*/\1/'` + case $PREFIX in + -L) + CLIBDIR=`echo $PARAM | sed -e 's/^-L//'` + IN_LIBDIRS="$IN_LIBDIRS $CLIBDIR" + ;; + -I) + CINCDIR=`echo $PARAM | sed -e 's/^-I//'` + IN_INCDIRS="$IN_INCDIRS $CINCDIR" + ;; + *) ;; + esac +done + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "Xft auto-detection... ($*)" + +# cleanup... +rm -f $OUTDIR/config.tests/x11/xft.cfg +rm -f $OUTDIR/config.tests/x11/xft.inc +rm -f $OUTDIR/config.tests/x11/xft.lib + +# check for the Xft library +XDIRS=`sed -n -e '/^QMAKE_LIBDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-L/ /g; p; }' $XCONFIG` +LIBDIRS="$IN_LIBDIRS $XDIRS /usr/shlib /usr/lib /lib" +F= +LIBS="Xft2 Xft" +for LIB in $LIBS; do + for LIBDIR in $LIBDIRS; do + EXTENSIONS="a so sl" + for E in $EXTENSIONS; do + if [ -f "$LIBDIR/lib$LIB.$E" ]; then + F="$LIB" + [ "$VERBOSE" = "yes" ] && echo " Found lib$LIB.$E in $LIBDIR" + break + fi + done + done + [ -n "$F" ] && break +done +if [ -z "$F" ]; then + XFT=no + [ "$VERBOSE" = "yes" ] && echo " Could not tqfind Xft lib anywhere in $LIBDIRS" +fi +LIBXFT="-l$F -lfreetype" + +# check for X11/Xft/Xft.h +XFT_H= +if [ "$XFT" = "yes" ]; then + XDIRS=`sed -n -e '/^QMAKE_INCDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-I/ /g; p; }' $XCONFIG` + INCDIRS="$IN_INCDIRS $XDIRS /usr/include /include" + F= + for INCDIR in $INCDIRS; do + INCS="X11/Xft/Xft2.h X11/Xft/Xft.h" + for INC in $INCS; do + if [ -f $INCDIR/$INC ]; then + F=yes + [ "$INC" = "X11/Xft/Xft2.h" ] && XFT2_HEADER=yes + XFT_H=$INCDIR/$INC + [ "$VERBOSE" = "yes" ] && echo " Found $INC in $INCDIR" + break + fi + done + done + if [ -z "$F" ]; then + XFT=no + [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $INC anywhere in $INCDIRS" + fi +fi + +# detect major version of Xft +if [ "$XFT" = "yes" ]; then + XFT_MAJOR=`grep XFT_MAJOR $XFT_H | head -n 1 | awk '{ print \$3 }'` + XFT_MINOR=`grep XFT_MINOR $XFT_H | head -n 1 | awk '{ print \$3 }'` + XFT_REVISION=`grep XFT_REVISION $XFT_H | head -n 1 | awk '{ print \$3 }'` + [ "$VERBOSE" = "yes" ] && echo " Found Xft version $XFT_MAJOR.$XFT_MINOR.$XFT_REVISION" + if [ "$XFT_MAJOR" = "2" ]; then + XFT2=yes + LIBXFT="$LIBXFT -lfontconfig" + fi +fi + +# tqfind XftFreetype.h if using Xft1 +if [ "$XFT" = "yes" ] && [ "$XFT2" = "no" ]; then + INC="X11/Xft/XftFreetype.h" + XDIRS=`sed -n -e '/^QMAKE_INCDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-I/ /g; p; }' $XCONFIG` + INCDIRS="$IN_INCDIRS $XDIRS /usr/include /include" + F= + for INCDIR in $INCDIRS; do + if [ -f $INCDIR/$INC ]; then + F=yes + [ "$VERBOSE" = "yes" ] && echo " Found $INC in $INCDIR" + break + fi + done + if [ -z "$F" ]; then + XFT=no + [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $INC anywhere in $INCDIRS" + fi +fi + +# check for freetype2 headers +FREETYPE2_INCDIR= +if [ "$XFT" = "yes" ]; then + INC="freetype2/freetype/freetype.h" + XDIRS=`sed -n -e '/^QMAKE_INCDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-I/ /g; p; }' $XCONFIG` + LDIRS=`sed -n -e '/^QMAKE_INCDIR[ ]*=/ { s/[^=]*=[ ]*//; s/-I/ /g; p; }' $XCONFIG` + INCDIRS="$IN_INCDIRS $XDIRS $LDIRS /usr/include /include" + F= + for INCDIR in $INCDIRS; do + if [ -f $INCDIR/$INC ]; then + # detect major version of freetype2 + FREETYPE_MAJOR=`grep "#define FREETYPE_MAJOR" $INCDIR/$INC | head -n 1 | awk '{ print \$3 }'` + FREETYPE_MINOR=`grep "#define FREETYPE_MINOR" $INCDIR/$INC | head -n 1 | awk '{ print \$3 }'` + FREETYPE_PATCH=`grep "#define FREETYPE_PATCH" $INCDIR/$INC | head -n 1 | awk '{ print \$3 }'` + test -z "$FREETYPE_PATCH" && FREETYPE_PATCH="0" + [ "$VERBOSE" = "yes" ] && \ + echo " Found Freetype version $FREETYPE_MAJOR.$FREETYPE_MINOR.$FREETYPE_PATCH" + if [ "$FREETYPE_MAJOR" -eq "2" ] \ + && [ "$FREETYPE_MINOR" -ge "0" -a "$FREETYPE_PATCH" -ge "9" ] \ + || [ "$FREETYPE_MINOR" -ge "1" ]; then + F=yes + FREETYPE2_INCDIR=$INCDIR/freetype2 + [ "$VERBOSE" = "yes" ] && echo " Found $INC in $INCDIR" + break + fi + fi + done + if [ -z "$F" ]; then + XFT=no + [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $INC anywhere in $INCDIRS" + fi +fi + +# check for fontconfig headers when using Xft2 +if [ "$XFT" = "yes" ] && [ "$XFT2" = "yes" ]; then + INC="fontconfig/fontconfig.h" + XDIRS=`sed -n -e '/^QMAKE_INCDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-I/ /g; p; }' $XCONFIG` + LDIRS=`sed -n -e '/^QMAKE_INCDIR[ ]*=/ { s/[^=]*=[ ]*//; s/-I/ /g; p; }' $XCONFIG` + INCDIRS="$IN_INCDIRS $XDIRS $LDIRS /usr/include /include" + F= + for INCDIR in $INCDIRS; do + if [ -f $INCDIR/$INC ]; then + F=yes + [ "$VERBOSE" = "yes" ] && echo " Found $INC in $INCDIR" + break + fi + done + if [ -z "$F" ]; then + XFT=no + [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $INC anywhere in $INCDIRS" + fi +fi + +# done +if [ "$XFT" != "yes" ]; then + [ "$VERBOSE" = "yes" ] && echo "Xft disabled." + exit 0 +else + [ "$VERBOSE" = "yes" ] && echo "Xft enabled." + [ "$XFT2_HEADER" = "yes" ] && \ + echo "xft2header" > $OUTDIR/config.tests/x11/xft.cfg + echo "$FREETYPE2_INCDIR" > $OUTDIR/config.tests/x11/xft.inc + echo "$LIBXFT" > $OUTDIR/config.tests/x11/xft.lib + exit 1 +fi diff --git a/tqtinterface/qt4/config.tests/x11/xinerama.test b/tqtinterface/qt4/config.tests/x11/xinerama.test new file mode 100755 index 0000000..428e0f1 --- /dev/null +++ b/tqtinterface/qt4/config.tests/x11/xinerama.test @@ -0,0 +1,75 @@ +#!/bin/sh + +XINERAMA=yes +XCONFIG=$1/qmake.conf +VERBOSE=$2 +shift 2 +IN_LIBDIRS="" +IN_INCDIRS="" +PARAMS=$@ +for PARAM in $PARAMS; do + PREFIX=`echo $PARAM | sed 's/^\(..\).*/\1/'` + case $PREFIX in + -L) + CLIBDIR=`echo $PARAM | sed -e 's/^-L//'` + IN_LIBDIRS="$IN_LIBDIRS $CLIBDIR" + ;; + -I) + CINCDIR=`echo $PARAM | sed -e 's/^-I//'` + IN_INCDIRS="$IN_INCDIRS $CINCDIR" + ;; + *) ;; + esac +done + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "Xinerama auto-detection... ($*)" + +# check for lib +XDIRS=`sed -n -e '/^QMAKE_LIBDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-L/ /g; p; }' $XCONFIG` +LIBDIRS="$IN_LIBDIRS $XDIRS /usr/shlib /usr/lib /lib" +F= +for LIBDIR in $LIBDIRS; do + FOUND_LIB=`ls $LIBDIR/libXinerama.* 2>/dev/null` + if [ ! -z "$FOUND_LIB" ]; then + F=yes + [ "$VERBOSE" = "yes" ] && echo " Found Xinerama lib in $LIBDIR" + break + fi +done +if [ -z "$F" ]; then + XINERAMA=no + if [ "$VERBOSE" = "yes" ]; then + echo " Could not tqfind Xinerama lib anywhere in $LIBDIRS" + fi +fi + +# check for headers +if [ "$XINERAMA" = "yes" ]; then + INC="X11/extensions/Xinerama.h" + XDIRS=`sed -n -e '/^QMAKE_INCDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-I/ /g; p; }' $XCONFIG` + INCDIRS="$IN_INCDIRS $XDIRS /usr/include /include" + F= + for INCDIR in $INCDIRS; do + if [ -f $INCDIR/$INC ]; then + F=yes + [ "$VERBOSE" = "yes" ] && echo " Found $INC in $INCDIR" + break + fi + done + if [ -z "$F" ]; then + XINERAMA=no + if [ "$VERBOSE" = "yes" ]; then + echo " Could not tqfind $INC anywhere in $INCDIRS" + fi + fi +fi + +# done +if [ "$XINERAMA" != "yes" ]; then + [ "$VERBOSE" = "yes" ] && echo "Xinerama disabled." + exit 0 +else + [ "$VERBOSE" = "yes" ] && echo "Xinerama enabled." + exit 1 +fi diff --git a/tqtinterface/qt4/config.tests/x11/xinput.test b/tqtinterface/qt4/config.tests/x11/xinput.test new file mode 100755 index 0000000..d63fb7f --- /dev/null +++ b/tqtinterface/qt4/config.tests/x11/xinput.test @@ -0,0 +1,74 @@ +#!/bin/sh + +XINPUT=yes +XCONFIG=$1/qmake.conf +VERBOSE=$2 +shift 2 +IN_LIBDIRS="" +IN_INCDIRS="" +PARAMS=$@ +for PARAM in $PARAMS; do + PREFIX=`echo $PARAM | sed 's/^\(..\).*/\1/'` + case $PREFIX in + -L) + CLIBDIR=`echo $PARAM | sed -e 's/^-L//'` + IN_LIBDIRS="$IN_LIBDIRS $CLIBDIR" + ;; + -I) + CINCDIR=`echo $PARAM | sed -e 's/^-I//'` + IN_INCDIRS="$IN_INCDIRS $CINCDIR" + ;; + *) ;; + esac +done + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "XInput auto-detection... ($*)" + +# check for the XInput library +XDIRS=`sed -n -e '/^QMAKE_LIBDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-L/ /g; p; }' $XCONFIG` +LIBDIRS="$IN_LIBDIRS $XDIRS /usr/shlib /usr/lib /lib" +F= +for LIBDIR in $LIBDIRS; do + FOUND_LIB=`ls $LIBDIR/libXi.* 2>/dev/null` + if [ ! -z "$FOUND_LIB" ]; then + F=yes + [ "$VERBOSE" = "yes" ] && echo " Found XInput lib in $LIBDIR" + break + fi +done +if [ -z "$F" ]; then + XINPUT=no + [ "VERBOSE" = "yes" ] && echo " Could not tqfind XInput lib anywhere in $LIBDIRS" +fi + +# check for XInput.h and the IRIX wacom.h +if [ "$XINPUT" = "yes" ]; then + INCS="X11/extensions/XInput.h wacom.h" + XDIRS=`sed -n -e '/^QMAKE_INCDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-I/ /g; p; }' $XCONFIG` + INCDIRS="$IN_INCDIRS $XDIRS /usr/include /include" + + for I in $INCS; do + F= + for INCDIR in $INCDIRS; do + if [ -f $INCDIR/$I ]; then + F=yes + [ "$VERBOSE" = "yes" ] && echo " Found $I in $INCDIR" + break + fi + done + if [ -z "$F" ]; then + XINPUT=no + [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $I anywhere in $INCDIRS" + fi + done +fi + +# done +if [ "$XINPUT" != "yes" ]; then + [ "$VERBOSE" = "yes" ] && echo "XInput disabled." + exit 0 +else + [ "$VERBOSE" = "yes" ] && echo "XInput enabled." + exit 1 +fi diff --git a/tqtinterface/qt4/config.tests/x11/xkb.test b/tqtinterface/qt4/config.tests/x11/xkb.test new file mode 100755 index 0000000..2d150d7 --- /dev/null +++ b/tqtinterface/qt4/config.tests/x11/xkb.test @@ -0,0 +1,100 @@ +#!/bin/sh + +XKB=yes +XPLATFORM=`basename $1` +XCONFIG=$1/qmake.conf +VERBOSE=$2 +shift 2 +IN_INCDIRS="" +PARAMS=$@ +for PARAM in $PARAMS; do + PREFIX=`echo $PARAM | sed 's/^\(..\).*/\1/'` + case $PREFIX in + -I) + CINCDIR=`echo $PARAM | sed -e 's/^-I//'` + IN_INCDIRS="$IN_INCDIRS $CINCDIR" + ;; + *) ;; + esac +done + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "XKB auto-detection... ($*)" + +# some platforms are known to be broken +# Solaris 7 + Xsun +# Patches 107648-01 and 107649-01 upgrade the Xsun package +# of Solaris 7 to X Window 6.4 on SPARC and Intel platforms +# respectively, introducing XKB support. However most headers +# are missing and there's no patch to fix that. Our solution +# is to disable XKB support on Solaris 7. +# Of course XFree86 is not affected by this Xsun bug, so ideally +# we should disable XKB support on Solaris + Xsun only, not on +# Solaris + XFree86. But then how to detect Xsun vs. XFree86? +# Tru64 +# Link-time problems. +case "$XPLATFORM" in +solaris-*) + UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown + case "$UNAME_RELEASE" in + 5.7) + [ "x$VERBOSE" = "xyes" ] && echo "XKB extension known to be broken on this platform." + XKB=no + ;; + esac + ;; +tru64-*) + UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown + [ "x$VERBOSE" = "xyes" ] && echo "XKB extension not supported on this platform." + XKB=no + ;; +esac + +# check for headers +XKBLIB_H= +if [ "$XKB" = "yes" ]; then + INC="X11/XKBlib.h" + XDIRS=`sed -n -e '/^QMAKE_INCDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-I/ /g; p; }' $XCONFIG` + INCDIRS="$IN_INCDIRS $XDIRS /usr/include /include" + F= + for INCDIR in $INCDIRS; do + if [ -f $INCDIR/$INC ]; then + F=yes + XKBLIB_H=$INCDIR/$INC + if [ "$VERBOSE" = "yes" ] + then + echo " Found $INC in $INCDIR" + fi + break + fi + done + if [ -z "$F" ]; then + XKB=no + if [ "$VERBOSE" = "yes" ]; then + echo " Could not tqfind $INC anywhere in $INCDIRS" + fi + fi +fi + +# check for XkbSetPerClientControls in X11/XKBlib.h +# if it is not found, we disable xkb support +if [ "$XKB" = "yes" ] && [ -f "$XKBLIB_H" ]; then + grep XkbSetPerClientControls $XKBLIB_H >/dev/null || XKB=no + if [ "$VERBOSE" = "yes" ]; then + if [ "$XKB" = "yes" ]; then + echo " XkbSetPerClientControls found." + else + echo " XkbSetPerClientControls not found." + fi + fi +fi + + +# done +if [ "$XKB" != "yes" ]; then + [ "$VERBOSE" = "yes" ] && echo "XKB disabled." + exit 0 +else + [ "$VERBOSE" = "yes" ] && echo "XKB enabled." + exit 1 +fi diff --git a/tqtinterface/qt4/config.tests/x11/xrandr.test b/tqtinterface/qt4/config.tests/x11/xrandr.test new file mode 100755 index 0000000..1464069 --- /dev/null +++ b/tqtinterface/qt4/config.tests/x11/xrandr.test @@ -0,0 +1,95 @@ +#!/bin/sh + +XRANDR=yes +XCONFIG=$1/qmake.conf +VERBOSE=$2 +shift 2 +IN_LIBDIRS="" +IN_INCDIRS="" +PARAMS=$@ +for PARAM in $PARAMS; do + PREFIX=`echo $PARAM | sed 's/^\(..\).*/\1/'` + case $PREFIX in + -L) + CLIBDIR=`echo $PARAM | sed -e 's/^-L//'` + IN_LIBDIRS="$IN_LIBDIRS $CLIBDIR" + ;; + -I) + CINCDIR=`echo $PARAM | sed -e 's/^-I//'` + IN_INCDIRS="$IN_INCDIRS $CINCDIR" + ;; + *) ;; + esac +done + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "XRandR auto-detection... ($*)" + +# check for the Xrandr library +XDIRS=`sed -n -e '/^QMAKE_LIBDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-L/ /g; p; }' $XCONFIG` +LIBDIRS="$IN_LIBDIRS $XDIRS /usr/shlib /usr/lib /lib" +F= +for LIBDIR in $LIBDIRS; do + FOUND_LIB=`ls $LIBDIR/libXrandr.* 2>/dev/null` + if [ ! -z "$FOUND_LIB" ]; then + F=yes + [ "$VERBOSE" = "yes" ] && echo " Found XRandR lib in $LIBDIR" + break + fi +done +if [ -z "$F" ]; then + XRANDR=no + [ "$VERBOSE" = "yes" ] && echo " Could not tqfind XRandR lib anywhere in $LIBDIRS" +fi + +# check for Xrandr.h and randr.h +XRANDR_H= +RANDR_H= +if [ "$XRANDR" = "yes" ]; then + INC="X11/extensions/Xrandr.h" + INC2="X11/extensions/randr.h" + XDIRS=`sed -n -e '/^QMAKE_INCDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-I/ /g; p; }' $XCONFIG` + INCDIRS="$IN_INCDIRS $XDIRS /usr/include /include" + F= + for INCDIR in $INCDIRS; do + if [ -f $INCDIR/$INC -a -f $INCDIR/$INC2 ]; then + F=yes + XRANDR_H=$INCDIR/$INC + RANDR_H=$INCDIR/$INC2 + [ "$VERBOSE" = "yes" ] && echo " Found $INC in $INCDIR" + break + fi + done + if [ -z "$F" ] + then + XRANDR=no + [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $INC anywhere in $INCDIRS" + fi +fi + +# verify that we are using XRandR 1.x >= 1.1 +if [ "$XRANDR" = "yes" ]; then + XRANDR_MAJOR=`grep RANDR_MAJOR $RANDR_H | awk '{ print \$3 }'` + XRANDR_MINOR=`grep RANDR_MINOR $RANDR_H | awk '{ print \$3 }'` + if [ -z "$XRANDR_MAJOR" -o -z "$XRANDR_MINOR" ]; then + XRANDR=no + [ "$VERBOSE" = "yes" ] && \ + echo " Could not tqfind XRandR version." + elif [ "$XRANDR_MAJOR" != "1" -o "$XRANDR_MINOR" -lt "1" ]; then + XRANDR=no + [ "$VERBOSE" = "yes" ] && \ + echo " Found XRandR version $XRANDR_MAJOR.$XRANDR_MINOR, version 1.1 or higher required." + else + [ "$VERBOSE" = "yes" ] && \ + echo " Found XRandR version $XRANDR_MAJOR.$XRANDR_MINOR" + fi +fi + +# done +if [ "$XRANDR" != "yes" ]; then + [ "$VERBOSE" = "yes" ] && echo "XRandR disabled." + exit 0 +else + [ "$VERBOSE" = "yes" ] && echo "XRandR enabled." + exit 1 +fi diff --git a/tqtinterface/qt4/config.tests/x11/xrender.test b/tqtinterface/qt4/config.tests/x11/xrender.test new file mode 100755 index 0000000..5655299 --- /dev/null +++ b/tqtinterface/qt4/config.tests/x11/xrender.test @@ -0,0 +1,72 @@ +#!/bin/sh + +XRENDER=yes +XCONFIG=$1/qmake.conf +VERBOSE=$2 +shift 2 +IN_LIBDIRS="" +IN_INCDIRS="" +PARAMS=$@ +for PARAM in $PARAMS; do + PREFIX=`echo $PARAM | sed 's/^\(..\).*/\1/'` + case $PREFIX in + -L) + CLIBDIR=`echo $PARAM | sed -e 's/^-L//'` + IN_LIBDIRS="$IN_LIBDIRS $CLIBDIR" + ;; + -I) + CINCDIR=`echo $PARAM | sed -e 's/^-I//'` + IN_INCDIRS="$IN_INCDIRS $CINCDIR" + ;; + *) ;; + esac +done + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "XRender auto-detection... ($*)" + +# check for lib +XDIRS=`sed -n -e '/^QMAKE_LIBDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-L/ /g; p; }' $XCONFIG` +LIBDIRS="$IN_LIBDIRS $XDIRS /usr/shlib /usr/lib /lib" +F= +for LIBDIR in $LIBDIRS; do + FOUND_LIB=`ls $LIBDIR/libXrender.* 2>/dev/null` + if [ ! -z "$FOUND_LIB" ]; then + F=yes + [ "$VERBOSE" = "yes" ] && echo " Found XRender lib in $LIBDIR" + break + fi +done +if [ -z "$F" ]; then + XRENDER=no + [ "$VERBOSE" = "yes" ] && echo " Could not tqfind XRender lib anywhere in $LIBDIRS" +fi + +# check for headers +if [ "$XRENDER" = "yes" ]; then + INC="X11/extensions/Xrender.h" + XDIRS=`sed -n -e '/^QMAKE_INCDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-I/ /g; p; }' $XCONFIG` + INCDIRS="$IN_INCDIRS $XDIRS /usr/include /include" + F= + for INCDIR in $INCDIRS; do + if [ -f $INCDIR/$INC ]; then + F=yes + [ "$VERBOSE" = "yes" ] && echo " Found $INC in $INCDIR" + break + fi + done + if [ -z "$F" ] + then + XRENDER=no + [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $INC anywhere in $INCDIRS" + fi +fi + +# done +if [ "$XRENDER" != "yes" ]; then + [ "$VERBOSE" = "yes" ] && echo "XRender disabled." + exit 0 +else + [ "$VERBOSE" = "yes" ] && echo "XRender enabled." + exit 1 +fi diff --git a/tqtinterface/qt4/config.tests/x11/xshape.test b/tqtinterface/qt4/config.tests/x11/xshape.test new file mode 100755 index 0000000..447d12c --- /dev/null +++ b/tqtinterface/qt4/config.tests/x11/xshape.test @@ -0,0 +1,54 @@ +#!/bin/sh + +XSHAPE=yes +XCONFIG=$1/qmake.conf +VERBOSE=$2 +shift 2 +IN_LIBDIRS= +IN_INCDIRS= +PARAMS=$@ +for PARAM in $PARAMS; do + PREFIX=`echo $PARAM | sed 's/^\(..\).*/\1/'` + case $PREFIX in + -L) + CLIBDIR=`echo $PARAM | sed -e 's/^-L//'` + IN_LIBDIRS="$IN_LIBDIRS $CLIBDIR" + ;; + -I) + CINCDIR=`echo $PARAM | sed -e 's/^-I//'` + IN_INCDIRS="$IN_INCDIRS $CINCDIR" + ;; + *) ;; + esac +done + +# debuggery +[ "$VERBOSE" = "yes" ] && echo "XShape auto-detection... ($*)" + +# NOTE: we assume that libXext is always available... +INCS="X11/extensions/shape.h" +XDIRS=`sed -n -e '/^QMAKE_INCDIR_X11[ ]*=/ { s/[^=]*=[ ]*//; s/-I/ /g; p; }' $XCONFIG` +INCDIRS="$IN_INCDIRS $XDIRS /usr/include /include" +for I in $INCS; do + F= + for INCDIR in $INCDIRS; do + if [ -f $INCDIR/$I ]; then + F=yes + [ "$VERBOSE" = "yes" ] && echo " Found $I in $INCDIR" + break + fi + done + if [ -z "$F" ]; then + XSHAPE=no + [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $I anywhere in $INCDIRS" + fi +done + +# done +if [ "$XSHAPE" != "yes" ]; then + [ "$VERBOSE" = "yes" ] && echo "XShape disabled." + exit 0 +else + [ "$VERBOSE" = "yes" ] && echo "XShape enabled." + exit 1 +fi diff --git a/tqtinterface/qt4/configure b/tqtinterface/qt4/configure new file mode 100755 index 0000000..5db81e6 --- /dev/null +++ b/tqtinterface/qt4/configure @@ -0,0 +1,3480 @@ +#!/bin/sh +# +# +# Configures to build the Qt library +# +# Copyright (C) 1999-2008 Trolltech ASA. All rights reserved. +# + + +#------------------------------------------------------------------------------- +# script initialization +#------------------------------------------------------------------------------- + +# the name of this script +relconf=`basename $0` +# the directory of this script is the "source tree" +relpath=`dirname $0` +relpath=`(cd $relpath; /bin/pwd)` +# the current directory is the "build tree" or "object tree" +outpath=`/bin/pwd` + +# later cache the command line in config.status +OPT_CMDLINE=`echo $@ | sed "s,-v ,,g; s,-v$,,g"` + +# initialize global variables +QMAKE_SWITCHES= +QMAKE_VARS= +QMAKE_CONFIG= + +SUPPORTED= + +#------------------------------------------------------------------------------- +# operating system detection +#------------------------------------------------------------------------------- + +# need that throughout the script +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + + +#------------------------------------------------------------------------------- +# window system detection +#------------------------------------------------------------------------------- + +PLATFORM_X11=no +PLATFORM_MAC=no +PLATFORM_QWS=no +PLATFORM_QNX=no + +if [ -f $relpath/src/kernel/qapplication_mac.cpp ] && [ -d /System/Library/Frameworks/Carbon.framework ]; then + # Qt/Mac + # ~ the Carbon SDK exists + # ~ src/kernel/qapplication_mac.cpp is present + # ~ this is the internal edition and Qt/Mac sources exist + PLATFORM_MAC=maybe +elif [ -f $relpath/src/kernel/qapplication_qws.cpp ]; then + # Qt/Embedded + # ~ src/kernel/qapplication_qws.cpp is present + # ~ this is the open source or commercial edition + # ~ this is the internal edition and Qt/Embedded is explicitly enabled + # ~ this is the internal edition and the OS is QNX + if [ "$UNAME_SYSTEM" = "QNX" ]; then + PLATFORM_QNX=maybe + else + PLATFORM_QWS=maybe + fi +fi + + +#------------------------------------------------------------------------------- +# check commercial license +#------------------------------------------------------------------------------- + +# Open Source Edition - may only be used under the terms of the QPL or GPL. +# Qt/X11, Qt/Embedded +[ "$PLATFORM_MAC" = "maybe" ] && PLATFORM_MAC=yes +[ "$PLATFORM_QWS" = "maybe" ] && PLATFORM_QWS=yes +Edition="free" +Licensee="Free" +Products="qt-free" + +MODULES="styles tools kernel widgets dialogs iconview workspace" +MODULES="$MODULES network canvas table xml opengl sql" +CFG_MODULES_AVAILABLE=$MODULES +QMAKE_VARS="$QMAKE_VARS \"TQT_PRODUCT=$Products\"" +QMAKE_VARS="$QMAKE_VARS \"styles += windows motif mac platinum sgi cde motifplus\"" +QMAKE_VARS="$QMAKE_VARS \"kbd-drivers += tty\" \"mouse-drivers += pc\"" + +#------------------------------------------------------------------------------- +# initalize variables +#------------------------------------------------------------------------------- + +# TQTDIR may be set and point to an old or system-wide Qt installation +unset TQTDIR + +# initalize internal variables +CFG_CONFIGURE_EXIT_ON_ERROR=yes +CFG_PROFILE=no +CFG_EXCEPTION_SUPPORT=unspecified +CFG_INCREMENTAL=auto +CFG_QCONFIG=full +CFG_EMBEDDED=no +CFG_DEBUG=no +CFG_SHARED=yes +CFG_GIF=no +CFG_THREAD=auto +CFG_SM=auto +CFG_XSHAPE=auto +CFG_XINERAMA=auto +CFG_BIG_CODECS=yes +CFG_ZLIB=yes +CFG_PNG=yes +CFG_LIBPNG=qt +CFG_JPEG=auto +CFG_LIBJPEG=qt +CFG_MNG=auto +CFG_LIBMNG=qt +CFG_XCURSOR=auto +CFG_XRANDR=auto +CFG_XRENDER=auto +CFG_FREETYPE=auto +CFG_QWS_FREETYPE=yes +CFG_SQL_AVAILABLE= +CFG_SQL_AUTODETECTED= +CFG_GFX_AVAILABLE= +CFG_STYLE_AVAILABLE= +CFG_TABLET=auto +CFG_XKB=auto +CFG_NIS=auto +CFG_CUPS=auto +CFG_LARGEFILE=auto +CFG_NEWABI=no ### need to break ABI for full Large File support... +CFG_STL=auto +CFG_PRECOMPILE=no +CFG_IPV6=auto +CFG_NAS=no +CFG_QWS_DEPTHS=prompted +CFG_USER_BUILD_KEY= +CFG_ACCESSIBILITY=auto +CFG_DLOPEN_OPENGL=no +CFG_ENDIAN=auto +D_FLAGS= +I_FLAGS= +L_FLAGS= +R_FLAGS= +l_FLAGS= +QCONFIG_FLAGS= +XPLATFORM= +PLATFORM=$QMAKESPEC +QMAKE_PROJECTS= +QMAKE_IGNORE_PROJECTS= +OPT_CONCURRENT=0 +OPT_SHADOW=maybe +OPT_FAST=auto +OPT_VERBOSE=no +OPT_HELP= + +# initalize variables used for installation +TQT_INSTALL_PREFIX= +TQT_INSTALL_DOCS= +TQT_INSTALL_HEADERS= +TQT_INSTALL_LIBS= +TQT_INSTALL_BINS= +TQT_INSTALL_PLUGINS= +TQT_INSTALL_DATA= +TQT_INSTALL_TRANSLATIONS= +TQT_INSTALL_SYSCONF= + + +#------------------------------------------------------------------------------- +# check SQL drivers and styles available in this package +#------------------------------------------------------------------------------- + +CFG_SQL_AVAILABLE=`find $relpath/plugins/src/sqldrivers/* -prune -type d -exec basename {} \;` +# normalize whitespace +CFG_SQL_AVAILABLE=`echo $CFG_SQL_AVAILABLE` + +CFG_STYLE_AVAILABLE=`find $relpath/plugins/src/styles/* -prune -type d -exec basename {} \;` +# normalize whitespace +CFG_STYLE_AVAILABLE=`echo $CFG_STYLE_AVAILABLE` + +#------------------------------------------------------------------------------- +# parse command line arguments +#------------------------------------------------------------------------------- + +# parse the arguments, setting things to "yes" or "no" +while [ "$#" -gt 0 ]; do + CURRENT_OPT="$1" + UNKNOWN_ARG=no + case $1 in + #Autoconf style options + --enable-*) + VAR=`echo $1 | sed "s,^--enable-\(.*\),\1,"` + VAL=yes + ;; + --disable-*) + VAR=`echo $1 | sed "s,^--disable-\(.*\),\1,"` + VAL=no + ;; + --*=*) + VAR=`echo $1 | sed "s,^--\(.*\)=.*,\1,"` + VAL=`echo $1 | sed "s,^--.*=\(.*\),\1,"` + ;; + --no-*) + VAR=`echo $1 | sed "s,^--no-\(.*\),\1,"` + VAL=no + ;; + --*) + VAR=`echo $1 | sed "s,^--\(.*\),\1,"` + VAL=yes + ;; + #Qt plugin options + -no-*-*|-plugin-*-*|-qt-*-*) + VAR=`echo $1 | sed "s,^-[^-]*-\(.*\),\1,"` + VAL=`echo $1 | sed "s,^-\([^-]*\).*,\1,"` + ;; + #Qt style no options + -no-*) + VAR=`echo $1 | sed "s,^-no-\(.*\),\1,"` + VAL=no + ;; + #Qt style yes options + -incremental|-qvfb|-profile|-shared|-static|-sm|-thread|-xinerama|-xtqshape|-tablet|-pch|-stl|-ipv6|-freetype|-big-codecs|-xcursor|-xrandr|-xrender|-xft|-xkb|-nis|-cups|-largefile|-h|-help|-v|-verbose|-debug|-release|-fast|-version-script|-dlopen-opengl) + VAR=`echo $1 | sed "s,^-\(.*\),\1,"` + VAL=yes + ;; + #Qt style options that pass an argument + -qconfig) + if [ "$PLATFORM_QWS" = "yes" ]; then + CFG_QCONFIG="$VAL" + VAR=`echo $1 | sed "s,^-\(.*\),\1,"` + shift + VAL=$1 + else + UNKNOWN_ARG=yes + fi + ;; + -prefix|-docdir|-headerdir|-plugindir|-datadir|-libdir|-bindir|-translationdir|-sysconfdir|-depths|-make|-nomake|-platform|-xplatform|-buildkey) + VAR=`echo $1 | sed "s,^-\(.*\),\1,"` + shift + VAL=$1 + ;; + #Qt style complex options in one command + -enable-*|-disable-*) + VAR=`echo $1 | sed "s,^-\([^-]*\)-.*,\1,"` + VAL=`echo $1 | sed "s,^-[^-]*-\(.*\),\1,"` + ;; + #Qt Builtin/System style options + -no-*|-system-*|-qt-*) + VAR=`echo $1 | sed "s,^-[^-]*-\(.*\),\1,"` + VAL=`echo $1 | sed "s,^-\([^-]*\)-.*,\1,"` + ;; + #Options that cannot be generalized + -k|-continue) + VAR=fatal_error + VAL=no + ;; + -embedded) + VAR=embedded + # this option may or may not be followed by an argument + if [ -z $2 ] || echo $2 | grep '^-' >/dev/null 2>&1; then + VAL=auto + else + shift; + VAL=$1 + fi + ;; + -*-endian) + VAR=endian + VAL=`echo $1 | sed "s,^-\(.*\)-.*,\1,"` + ;; + -j?*) + VAR="concurrent" + VAL="`echo $1 | sed 's,-j,,'`" + ;; + -D?*|-D) + VAR="define" + if [ "$1" = "-D" ]; then + shift + VAL="$1" + else + VAL=`echo $1 | sed 's,-D,,'` + fi + ;; + -I?*|-I) + VAR="ipath" + if [ "$1" = "-I" ]; then + shift + VAL="$1" + else + VAL=`echo $1 | sed 's,-I,,'` + fi + ;; + -L?*|-L) + VAR="lpath" + if [ "$1" = "-L" ]; then + shift + VAL="$1" + else + VAL=`echo $1 | sed 's,-L,,'` + fi + ;; + -R?*|-R) + VAR="rpath" + if [ "$1" = "-R" ]; then + shift + VAL="$1" + else + VAL=`echo $1 | sed 's,-R,,'` + fi + ;; + -l?*) + VAR="link" + VAL=`echo $1 | sed 's,-l,,'` + ;; + *) + UNKNOWN_ARG=yes + ;; + esac + if [ "$UNKNOWN_ARG" = "yes" ]; then + echo "$1: unknown argument" + OPT_HELP=yes + ERROR=yes + shift + continue + fi + shift + + UNKNOWN_OPT=no + case $VAR in + accessibility) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_ACCESSIBILITY="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + prefix) + TQT_INSTALL_PREFIX="$VAL" + ;; + docdir) + TQT_INSTALL_DOCS="$VAL" + ;; + headerdir) + TQT_INSTALL_HEADERS="$VAL" + ;; + plugindir) + TQT_INSTALL_PLUGINS="$VAL" + ;; + datadir) + TQT_INSTALL_DATA="$VAL" + ;; + libdir) + TQT_INSTALL_LIBS="$VAL" + ;; + translationdir) + TQT_INSTALL_TRANSLATIONS="$VAL" + ;; + sysconfdir) + TQT_INSTALL_SYSCONF="$VAL" + ;; + qconfig) + CFG_QCONFIG="$VAL" + ;; + bindir) + TQT_INSTALL_BINS="$VAL" + ;; + buildkey) + CFG_USER_BUILD_KEY="$VAL" + ;; + embedded) + CFG_EMBEDDED="$VAL" + if [ "$PLATFORM_QNX" != "no" -o "$PLATFORM_QWS" != "no" ]; then + if [ "$PLATFORM_QNX" = "maybe" ]; then + PLATFORM_QNX=yes + elif [ "$PLATFORM_QWS" = "maybe" ]; then + PLATFORM_QWS=yes + fi + else + echo "No license exists to enable Qt/Embedded. Disabling." + CFG_EMBEDDED=no + fi + ;; + endian) + if [ "$VAL" = "little" ]; then + CFG_ENDIAN="TQ_LITTLE_ENDIAN" + elif [ "$VAL" = "big" ]; then + CFG_ENDIAN="TQ_BIG_ENDIAN" + else + UNKNOWN_OPT=yes + fi + ;; + depths) + CFG_QWS_DEPTHS="$VAL" + ;; + qvfb) # left for commandline compatibility, not documented + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + [ "$VAL" = "yes" ] && QMAKE_VARS="$QMAKE_VARS \"gfx-drivers += qvfb\"" + else + UNKNOWN_OPT=yes + fi + ;; + nomake) + QMAKE_IGNORE_PROJECTS="$QMAKE_IGNORE_PROJECTS $VAL" + ;; + make) + if [ -f $relpath/$VAL ]; then + QMAKE_PROJECTS="$QMAKE_PROJECTS $relpath/$VAL" + else + if [ -d $relpath/$VAL ]; then + QMAKE_PROJECTS="$QMAKE_PROJECTS `find $relpath/$VAL -name '*.pro' -print`" + else + QMAKE_PROJECTS="$QMAKE_PROJECTS `find $relpath/. -name '*.pro' -print`" + fi + fi + ;; + x11) + if [ "$Edition" = "troll" ] && [ "$VAL" = "yes" ]; then + if [ "$PLATFORM_MAC" = "yes" ]; then + PLATFORM_MAC=no + elif [ "$PLATFORM_QWS" = "yes" ]; then + PLATFORM_QWS=no + fi + PLATFORM_X11=yes + else + UNKNOWN_OPT=yes + fi + ;; + profile) + if [ "$VAL" = "yes" ]; then + CFG_PROFILE=yes + QMAKE_VARS="$QMAKE_VARS QMAKE_CFLAGS+=-pg TQMAKE_CXXFLAGS+=-pg" + QMAKE_VARS="$QMAKE_VARS QMAKE_LFLAGS+=-pg" + else + UNKNOWN_OPT=yes + fi + ;; + exceptions|g++-exceptions) + if [ "$VAL" = "no" ]; then + CFG_EXCEPTION_SUPPORT=no + else + UNKNOWN_OPT=yes + fi + ;; + version-script) + if [ "$VAL" = "yes" ]; then + QMAKE_CONFIG="$QMAKE_CONFIG version_script" + fi + ;; + platform) + PLATFORM="$VAL" + # keep compatibility with old platform names + case $PLATFORM in + aix-64) + PLATFORM=aix-xlc-64 + ;; + hpux-o64) + PLATFORM=hpux-acc-o64 + ;; + hpux-n64) + PLATFORM=hpux-acc-64 + ;; + hpux-acc-n64) + PLATFORM=hpux-acc-64 + ;; + irix-o32) + PLATFORM=irix-cc-o32 + ;; + irix-n32) + PLATFORM=irix-cc + ;; + irix-64) + PLATFORM=irix-cc-64 + ;; + irix-cc-n64) + PLATFORM=irix-cc-64 + ;; + reliant-64) + PLATFORM=reliant-cds-64 + ;; + solaris-64) + PLATFORM=solaris-cc-64 + ;; + solaris-64) + PLATFORM=solaris-cc-64 + ;; + openunix-cc) + PLATFORM=unixware-cc + ;; + openunix-g++) + PLATFORM=unixware-g++ + ;; + unixware7-cc) + PLATFORM=unixware-cc + ;; + unixware7-g++) + PLATFORM=unixware-g++ + ;; + esac + ;; + xplatform) + XPLATFORM="$VAL" + ;; + release) + if [ "$VAL" = "yes" ]; then + CFG_DEBUG=no + elif [ "$VAL" = "no" ]; then + CFG_DEBUG=yes + else + UNKNOWN_OPT=yes + fi + ;; + debug) + CFG_DEBUG="$VAL" + ;; + static) + if [ "$VAL" = "yes" ]; then + CFG_SHARED=no + elif [ "$VAL" = "no" ]; then + CFG_SHARED=yes + else + UNKNOWN_OPT=yes + fi + ;; + incremental) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_INCREMENTAL="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + fatal_error) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_CONFIGURE_EXIT_ON_ERROR="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + shared) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_SHARED="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + gif) + [ "$VAL" = "qt" ] && VAL=yes + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_GIF="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + sm) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_SM="$VAL" + else + UNKNOWN_OPT=yes + fi + + ;; + thread) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_THREAD="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + xinerama) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_XINERAMA="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + xtqshape) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_XSHAPE="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + tablet) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_TABLET="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + stl) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_STL="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + pch) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_PRECOMPILE="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + ipv6) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_IPV6="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + freetype) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_QWS_FREETYPE="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + zlib) + [ "$VAL" = "qt" ] && VAL=yes + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ] || [ "$VAL" = "system" ]; then + CFG_ZLIB="$VAL" + else + UNKNOWN_OPT=yes + fi + [ "$VAL" = "no" ] && CFG_LIBPNG=no + ;; + libpng) + [ "$VAL" = "yes" ] && VAL=qt + if [ "$VAL" = "no " ]; then + echo "-no-png is left for compatibility, in the future please use -no-imgfmt-png" + CFG_PNG=no + fi + if [ "$VAL" = "qt" ] || [ "$VAL" = "no" ] || [ "$VAL" = "system" ]; then + CFG_LIBPNG="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + libmng) + [ "$VAL" = "yes" ] && VAL=qt + if [ "$VAL" = "no " ]; then + echo "-no-mng is left for compatibility, in the future please use -no-imgfmt-mng" + CFG_MNG=no + fi + if [ "$VAL" = "qt" ] || [ "$VAL" = "no" ] || [ "$VAL" = "system" ]; then + CFG_LIBMNG="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + libjpeg|jpeg) + [ "$VAL" = "yes" ] && VAL=qt + if [ "$VAR" = "jpeg" ]; then + echo "-${VAL}-jpeg is left for compatibility, in the future please use -${VAL}-libjpeg" + fi + if [ "$VAL" = "qt" ] || [ "$VAL" = "no" ] || [ "$VAL" = "system" ]; then + CFG_LIBJPEG="$VAL" + else + UNKNOWN_OPT=yes + fi + if [ "$VAL" = "no " ]; then + echo "-no-jpeg is left for compatibility, in the future please use -no-imgfmt-jpeg" + CFG_JPEG=no + fi + ;; + nas-sound) + if [ "$VAL" = "system" ] || [ "$VAL" = "no" ]; then + CFG_NAS="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + big-codecs) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_BIG_CODECS="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + xcursor) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_XCURSOR="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + xrandr) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_XRANDR="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + xrender) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_XRENDER="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + xft) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_FREETYPE="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + xkb) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_XKB="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + cups) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_CUPS="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + nis) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_NIS="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + largefile) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_LARGEFILE="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + newabi) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_NEWABI="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + enable) #left for commandline compatibility, not documented + MODULE="$VAL" + if [ -n $MODULE -a -d "$relpath/src/$MODULE" ]; then + if echo "${MODULES}" | grep $MODULE >/dev/null 2>&1; then + MODULES="$MODULES $MODULE" + fi + fi + ;; + disable) + MODULE="$VAL" + if [ -d "$relpath/src/$MODULE" ]; then + MODULES=`echo $MODULES | sed -e "s/$MODULE//"` + else + echo "Unknown module disabled: $MODULE" + fi + ;; + h|help) + if [ "$VAL" = "yes" ]; then + OPT_HELP="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + imgfmt-*|style-*|sql-*|gfx-*|kbd-*|mouse-*) + # if Qt style options were used, $VAL can be "no", "qt", or "plugin" + # if autoconf style options were used, $VAL can be "yes" or "no" + [ "$VAL" = "yes" ] && VAL=qt + # now $VAL should be "no", "qt", or "plugin"... double-check + if [ "$VAL" != "no" ] && [ "$VAL" != "qt" ] && [ "$VAL" != "plugin" ]; then + UNKNOWN_OPT=yes + fi + # now $VAL is "no", "qt", or "plugin" + OPT="$VAL" + VAL=`echo $VAR | sed "s,^[^-]*-\([^-]*\).*,\1,"` + VAR=`echo $VAR | sed "s,^\([^-]*\).*,\1,"` + ERROR=no + # now $OPT is "no", "qt", or "plugin" + if [ "$VAR" = "imgfmt" ]; then + [ "$OPT" = "qt" ] && OPT=yes + # now $OPT is "no", "yes", or "plugin" + case "$VAL" in + jpeg) CFG_JPEG=$OPT ;; + mng) CFG_MNG=$OPT ;; + png) CFG_PNG=$OPT ;; + *) ERROR=yes ;; + esac + else + if [ "$VAR" = "style" ]; then + ERROR=yes + for d in $CFG_STYLE_AVAILABLE; do + if [ "$VAL" = "$d" ]; then + ERROR=no + break + fi + done + elif [ "$VAR" = "sql" ]; then + ERROR=yes + for d in $CFG_SQL_AVAILABLE; do + if [ "$VAL" = "$d" ]; then + ERROR=no + break + fi + done + fi + if [ "$OPT" = "plugin" ] || [ "$OPT" = "qt" ]; then + if [ "$OPT" = "plugin" ]; then + [ "$VAR" = "style" ] && QMAKE_VARS="$QMAKE_VARS \"${VAR}s -= $VAL\"" + VAR="${VAR}-${OPT}" + else + if [ "$VAR" = "sql" ] || [ "$VAR" = "gfx" ] || [ "$VAR" = "kbd" ] || [ "$VAR" = "mouse" ]; then + VAR="${VAR}-driver" + fi + fi + QMAKE_VARS="$QMAKE_VARS \"${VAR}s += $VAL\"" + elif [ "$OPT" = "no" ]; then + PLUG_VAR="${VAR}-plugin" + if [ "$VAR" = "sql" ] || [ "$VAR" = "gfx" ] || [ "$VAR" = "kbd" ] || [ "$VAR" = "mouse" ]; then + IN_VAR="${VAR}-driver" + else + IN_VAR="${VAR}" + fi + QMAKE_VARS="$QMAKE_VARS \"${IN_VAR}s -= $VAL\" \"${PLUG_VAR}s -= $VAL\"" + fi + fi + if [ "$ERROR" = "yes" ]; then + echo "$CURRENT_OPT: unknown argument" + OPT_HELP=yes; + fi + ;; + v|verbose) + if [ "$VAL" = "yes" ]; then + if [ "$OPT_VERBOSE" = "$VAL" ]; then # takes two verboses to turn on qmake debugs + QMAKE_SWITCHES="$QMAKE_SWITCHES -d" + else + OPT_VERBOSE=yes + fi + elif [ "$VAL" = "no" ]; then + if [ "$OPT_VERBOSE" = "$VAL" ] && echo "$QMAKE_SWITCHES" | grep ' -d' >/dev/null 2>&1; then + QMAKE_SWITCHES=`echo $QMAKE_SWITCHES | sed "s, -d,,"` + else + OPT_VERBOSE=no + fi + else + UNKNOWN_OPT=yes + fi + ;; + fast) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + OPT_FAST="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; + concurrent) + OPT_CONCURRENT="$VAL" + ;; + define) + D_FLAGS="$D_FLAGS $VAL" + ;; + ipath) + I_FLAGS="$I_FLAGS -I${VAL}" + ;; + lpath) + L_FLAGS="$L_FLAGS -L${VAL}" + ;; + rpath) + R_FLAGS="$R_FLAGS \$\${QMAKE_RPATH}${VAL}" + ;; + link) + l_FLAGS="$l_FLAGS -l${VAL}" + ;; + dlopen-opengl) + CFG_DLOPEN_OPENGL="$VAL" + ;; + *) + UNKNOWN_OPT=yes + ;; + esac + if [ "$UNKNOWN_OPT" = "yes" ]; then + echo "${CURRENT_OPT}: invalid command-line switch" + OPT_HELP=yes + ERROR=yes + fi +done + +#------------------------------------------------------------------------------- +# post initialize TQT_INSTALL_* variables, and generate tqconfig.cpp +#------------------------------------------------------------------------------- + +# default $outpath +[ -z "$TQT_INSTALL_PREFIX" ] && TQT_INSTALL_PREFIX=$outpath +# default PREFIX/doc +[ -z "$TQT_INSTALL_DOCS" ] && TQT_INSTALL_DOCS=$TQT_INSTALL_PREFIX/doc +# default PREFIX/include +[ -z "$TQT_INSTALL_HEADERS" ] && TQT_INSTALL_HEADERS=$TQT_INSTALL_PREFIX/include +# default PREFIX/lib +[ -z "$TQT_INSTALL_LIBS" ] && TQT_INSTALL_LIBS=$TQT_INSTALL_PREFIX/lib +# default PREFIX/bin +[ -z "$TQT_INSTALL_BINS" ] && TQT_INSTALL_BINS=$TQT_INSTALL_PREFIX/bin +# default PREFIX/plugins +[ -z "$TQT_INSTALL_PLUGINS" ] && TQT_INSTALL_PLUGINS=$TQT_INSTALL_PREFIX/plugins +# default PREFIX +[ -z "$TQT_INSTALL_DATA" ] && TQT_INSTALL_DATA=$TQT_INSTALL_PREFIX +# default PREFIX/translations +[ -z "$TQT_INSTALL_TRANSLATIONS" ] && TQT_INSTALL_TRANSLATIONS=$TQT_INSTALL_PREFIX/translations +# default PREFIX/etc/settings +[ -z "$TQT_INSTALL_SYSCONF" ] && TQT_INSTALL_SYSCONF=$TQT_INSTALL_PREFIX/etc/settings + +# generate tqconfig.cpp +[ -d $outpath/src/tools ] || mkdir -p $outpath/src/tools +cat > $outpath/src/tools/tqconfig.cpp.new <>$outpath/include/qmake/tqconfig.h <>$outpath/include/qmake/tqmodules.h <&2 + exit 1 + fi + + # symlink the qmake directory + for a in `find $relpath/qmake`; do + my_a=`echo $a | sed "s,^${relpath}/,${outpath}/,"` + if [ '!' -f $my_a ]; then + if [ -d $a ]; then + # directories are created... + mkdir -p $my_a + else + a_dir=`dirname $my_a` + [ -d $a_dir ] || mkdir -p $a_dir + # ... and files are symlinked + case `basename $a` in + *.o|*.d|GNUmakefile*|qmake) + ;; + *) + rm -f $my_a + ln -s $a $my_a + ;; + esac + fi + fi + done + + # symlink the mkspecs directory + mkdir -p $outpath/mkspecs + rm -f $outpath/mkspecs/* + ln -s $relpath/mkspecs/* $outpath/mkspecs + rm -f $outpath/mkspecs/default + + # symlink the linguist/doc directory (to make the assistant happy) + mkdir -p $outpath/tools/linguist + rm -f $outpath/tools/linguist/doc + ln -s $relpath/tools/linguist/doc $outpath/tools/linguist/doc + + # symlink the designer/templates directory (to make the designer find + # the templates) + mkdir -p $outpath/tools/designer + rm -f $outpath/tools/designer/templates + ln -s $relpath/tools/designer/templates $outpath/tools/designer/templates + # symlink the designer/interfaces directory (for the validator) + rm -f $outpath/tools/designer/interfaces + ln -s $relpath/tools/designer/interfaces $outpath/tools/designer/interfaces + # symlink designer/editor/editor.h, dlldefs.h, viewmanager.h (for the validator) + mkdir -p $outpath/tools/designer/editor + rm -f $outpath/tools/designer/editor/editor.h + ln -s $relpath/tools/designer/editor/editor.h $outpath/tools/designer/editor/editor.h + rm -f $outpath/tools/designer/editor/dlldefs.h + ln -s $relpath/tools/designer/editor/dlldefs.h $outpath/tools/designer/editor/dlldefs.h + rm -f $outpath/tools/designer/editor/viewmanager.h + ln -s $relpath/tools/designer/editor/viewmanager.h $outpath/tools/designer/editor/viewmanager.h + + # symlink the doc directory + rm -f $outpath/doc + ln -s $relpath/doc $outpath/doc +else + # override the Windows Makefile + if [ -f "$relpath/GNUmakefile" ]; then + [ "$Edition" = "troll" ] && $WHICH chflags >/dev/null 2>&1 && chflags nouchg $outpath/Makefile + rm -f $outpath/Makefile + cp $relpath/GNUmakefile $outpath/Makefile + chmod +w $outpath/Makefile + fi +fi + +# binaries from qt +QMAKE_VARS="$QMAKE_VARS \"QMAKE_TQMOC=$outpath/bin/tqmoc\"" +QMAKE_VARS="$QMAKE_VARS \"QMAKE_UIC=$outpath/bin/uic -L \$\$TQT_BUILD_TREE/plugins\"" +QMAKE_VARS="$QMAKE_VARS \"QMAKE_QMAKE=$outpath/bin/qmake\"" +# hacky src line +QMAKE_VARS="$QMAKE_VARS \"QMAKE_TQMOC_SRC=$outpath/src/tqmoc\"" + +# find out which awk we want to use, prefer gawk, then nawk, then regular awk +AWK= +for e in gawk nawk awk; do + if $WHICH $e >/dev/null 2>&1 && ( $e -f /dev/null /dev/null ) >/dev/null 2>&1; then + AWK=$e + break + fi +done +if [ "$OPT_FAST" = "auto" ]; then + if [ ! -z "$AWK" ] && [ "$Edition" = "troll" ]; then + OPT_FAST=yes + else + OPT_FAST=no + fi +fi + +# find a make command +MAKE= +for mk in gmake make; do + if $WHICH $mk >/dev/null 2>&1; then + MAKE=`$WHICH $mk` + break + fi +done +if [ -z "$MAKE" ]; then + echo "You don't seem to have 'make' or 'gmake' in your PATH." + echo "Cannot proceed." + exit 1 +fi + +fi ### help + + +#------------------------------------------------------------------------------- +# auto-detect all that hasn't been specified in the arguments +#------------------------------------------------------------------------------- + +[ "$PLATFORM_QWS" = "yes" -a "$CFG_EMBEDDED" = "no" ] && CFG_EMBEDDED=auto +if [ "$CFG_EMBEDDED" != "no" ]; then + case "$UNAME_SYSTEM:$UNAME_RELEASE" in + QNX:*) + [ -z "$PLATFORM" ] && PLATFORM=qws/qnx-rtp-g++ +# [ "$CFG_EMBEDDED" = "qnx4" ] && PLATFORM_QNX=qws/qnx4-cc + if [ -z "$XPLATFORM" ]; then + [ "$CFG_EMBEDDED" = "auto" ] && CFG_EMBEDDED=generic + XPLATFORM="$PLATFORM" + fi + CFG_STL=no + CFG_QWS_QVFB=no + ;; + Darwin:*) + [ -z "$PLATFORM" ] && PLATFORM=qws/macx-generic-g++ + if [ -z "$XPLATFORM" ]; then + [ "$CFG_EMBEDDED" = "auto" ] && CFG_EMBEDDED=generic + XPLATFORM="qws/macx-$CFG_EMBEDDED-g++" + fi + ;; + FreeBSD:*) + [ -z "$PLATFORM" ] && PLATFORM=qws/freebsd-generic-g++ + if [ -z "$XPLATFORM" ]; then + [ "$CFG_EMBEDDED" = "auto" ] && CFG_EMBEDDED=generic + XPLATFORM="qws/freebsd-$CFG_EMBEDDED-g++" + fi + ;; + SunOS:5*) + [ -z "$PLATFORM" ] && PLATFORM=qws/solaris-generic-g++ + if [ -z "$XPLATFORM" ]; then + [ "$CFG_EMBEDDED" = "auto" ] && CFG_EMBEDDED=generic + XPLATFORM="qws/solaris-$CFG_EMBEDDED-g++" + fi + ;; + Linux:*) + if [ -z "$PLATFORM" ]; then + case "$UNAME_MACHINE" in + *86) + PLATFORM=qws/linux-x86-g++ + ;; + *) + PLATFORM=qws/linux-generic-g++ + ;; + esac + fi + if [ -z "$XPLATFORM" ]; then + if [ "$CFG_EMBEDDED" = "auto" ]; then + case "$UNAME_MACHINE" in + *86) + CFG_EMBEDDED=x86 + ;; + *) + CFG_EMBEDDED=generic + ;; + esac + fi + XPLATFORM="qws/linux-$CFG_EMBEDDED-g++" + fi + ;; + *) + echo "Qt/Embedded is not supported on this platform. Disabling." + CFG_EMBEDDED=no + PLATFORM_QWS=no + PLATFORM_QNX=no + ;; + esac +fi +if [ -z "$PLATFORM" ]; then + PLATFORM_NOTES= + case "$UNAME_SYSTEM:$UNAME_RELEASE" in + Darwin:*) + if [ "$PLATFORM_MAC" = "yes" ]; then + PLATFORM=macx-g++ + # PLATFORM=macx-pbuilder + else + PLATFORM=darwin-g++ + fi + ;; + AIX:*) + #PLATFORM=aix-g++ + PLATFORM=aix-xlc + #PLATFORM=aix-xlc-64 + PLATFORM_NOTES=" + - Also available for AIX: aix-g++ aix-xlc-64 + " + ;; + QNX:*) + PLATFORM=qnx-g++ + ;; + GNU:*) + PLATFORM=hurd-g++ + ;; + dgux:*) + PLATFORM=dgux-g++ + ;; +# DYNIX/ptx:4*) +# PLATFORM=dynix-g++ +# ;; + ULTRIX:*) + PLATFORM=ultrix-g++ + ;; + FreeBSD:*) + PLATFORM=freebsd-g++ + ;; + OpenBSD:*) + PLATFORM=openbsd-g++ + ;; + NetBSD:*) + PLATFORM=netbsd-g++ + ;; + BSD/OS:*|BSD/386:*) + PLATFORM=bsdi-g++ + ;; + IRIX*:*) + #PLATFORM=irix-g++ + PLATFORM=irix-cc + #PLATFORM=irix-cc-64 + PLATFORM_NOTES=" + - Also available for IRIX: irix-g++ irix-cc-64 + " + ;; + HP-UX:*) + #PLATFORM=hpux-g++ + PLATFORM=hpux-acc + #PLATFORM=hpux-acc-64 + #PLATFORM=hpux-cc + #PLATFORM=hpux-acc-o64 + PLATFORM_NOTES=" + - Also available for HP-UX: hpux-g++ hpux-acc-64 hpux-acc-o64 + " + ;; + OSF1:*) + #PLATFORM=tru64-g++ + PLATFORM=tru64-cxx + PLATFORM_NOTES=" + - Also available for Tru64: tru64-g++ + " + ;; + Linux:*) + PLATFORM=linux-g++ + PLATFORM_NOTES=" + - Also available for Linux: linux-kcc linux-icc linux-cxx + " + ;; + SunOS:5*) + #PLATFORM=solaris-g++ + PLATFORM=solaris-cc + #PLATFORM=solaris-cc64 + PLATFORM_NOTES=" + - Also available for Solaris: solaris-g++ solaris-cc-64 + " + ;; + ReliantUNIX-*:*|SINIX-*:*) + PLATFORM=reliant-cds + #PLATFORM=reliant-cds-64 + PLATFORM_NOTES=" + - Also available for Reliant UNIX: reliant-cds-64 + " + ;; + CYGWIN*:*) + PLATFORM=cygwin-g++ + ;; + LynxOS*:*) + PLATFORM=lynxos-g++ + ;; + OpenUNIX:*) + #PLATFORM=unixware-g++ + PLATFORM=unixware-cc + PLATFORM_NOTES=" + - Also available for OpenUNIX: unixware-g++ + " + ;; + UnixWare:*) + #PLATFORM=unixware-g++ + PLATFORM=unixware-cc + PLATFORM_NOTES=" + - Also available for UnixWare: unixware-g++ + " + ;; + SCO_SV:*) + #PLATFORM=sco-g++ + PLATFORM=sco-cc + PLATFORM_NOTES=" + - Also available for SCO OpenServer: sco-g++ + " + ;; + UNIX_SV:*) + PLATFORM=unixware-g++ + ;; + *) + if [ "$OPT_HELP" != "yes" ]; then + echo + for p in $PLATFORMS; do + echo " $relconf $* -platform $p" + done + echo >&2 + echo " The build script does not currently recognize all" >&2 + echo " platforms supported by Qt." >&2 + echo " Rerun this script with a -platform option listed to" >&2 + echo " set the system/compiler combination you use." >&2 + echo >&2 + exit 2 + fi + esac +fi + +if [ "$PLATFORM_QWS" = "yes" -o "$PLATFORM_QNX" = "yes" ]; then + CFG_SM=no + MODULES=`echo $MODULES | sed -e 's/opengl//'` + PLATFORMS=`find $relpath/mkspecs/qws | sed "s,$relpath/mkspecs/qws/,,"` +else + PLATFORMS=`find $relpath/mkspecs/ -type f | grep -v qws | sed "s,$relpath/mkspecs/qws/,,"` +fi + +##if [ "$OPT_CONCURRENT" = "0" ] && echo $MAKEFLAGS | grep '.* *-j[0-9]* *.*' >/dev/null 2>&1; then +# OPT_CONCURRENT=`echo $MAKEFLAGS | sed "s,.* *-j\([0-9]*\) *.*,\1,"` +#fi + +[ -z "$XPLATFORM" ] && XPLATFORM="$PLATFORM" +if [ -d "$PLATFORM" ]; then + QMAKESPEC="$PLATFORM" +else + QMAKESPEC="$relpath/mkspecs/${PLATFORM}" +fi +if [ -d "$XPLATFORM" ]; then + XQMAKESPEC="$XPLATFORM" +else + XQMAKESPEC="$relpath/mkspecs/${XPLATFORM}" +fi +if [ "$QMAKESPEC" = "$XQMAKESPEC" ]; then + QMAKE_CONFIG="$QMAKE_CONFIG nocrosscompiler" +fi + +if [ "$PLATFORM_MAC" = "yes" ]; then + if [ `basename $QMAKESPEC` = "macx-pbuilder" ] || [ `basename $XQMAKESPEC` = "macx-pbuilder" ]; then + echo >&2 + echo " Platform 'macx-pbuilder' should not be used when building Qt/Mac." >&2 + echo " Please build Qt/Mac with 'macx-g++', then if you would like to" >&2 + echo " use mac-pbuilder on your application code it can link to a Qt/Mac" >&2 + echo " built with 'macx-g++'" >&2 + echo >&2 + exit 2 + fi +fi + +# check specified platforms are supported +if [ '!' -d "$QMAKESPEC" ]; then + echo + echo " The specified system/compiler is not supported:" + echo + echo " $QMAKESPEC" + echo + echo " Please see the PLATFORMS file for a complete list." + echo + exit 2 +fi +if [ '!' -d "$XQMAKESPEC" ]; then + echo + echo " The specified system/compiler is not supported:" + echo + echo " $XQMAKESPEC" + echo + echo " Please see the PLATFORMS file for a complete list." + echo + exit 2 +fi +if [ '!' -f "${XQMAKESPEC}/tqplatformdefs.h" ]; then + echo + echo " The specified system/compiler port is not complete:" + echo + echo " $XQMAKESPEC/tqplatformdefs.h" + echo + echo " Please contact qt-bugs@trolltech.com." + echo + exit 2 +fi + +# now look at the configs and figure out what platform we are config'd for +[ '!' -z "`grep QMAKE_LIBS_X11 $XQMAKESPEC/qmake.conf | awk '{print $3;}'`" ] && PLATFORM_X11=yes +### echo "$XQMAKESPEC" | grep mkspecs/qws >/dev/null 2>&1 && PLATFORM_QWS=yes + +# find default thread option for target +if grep >/dev/null '^TQMAKE_LIBS_THREAD' $XQMAKESPEC/qmake.conf; then + AUTOTHREAD=yes + AUTOTHREAD=no ### leave off for now +else + AUTOTHREAD=never +fi +# common qmake.conf file but dependency on OS version +if [ "$UNAME_SYSTEM" = "HP-UX" ]; then + if echo $UNAME_RELEASE | grep -E "^B\.(09|10)" >/dev/null 2>&1; then + AUTOTHREAD=never + fi +fi +if [ "$UNAME_SYSTEM" = "SunOS" ]; then + # Solaris 2.5 and 2.6 have libposix4, which was renamed to librt for Solaris >=7 + if echo $UNAME_RELEASE | grep "^5\.[5|6]" >/dev/null 2>&1; then + sed -e "s,-lrt,-lposix4," $XQMAKESPEC/qmake.conf > $XQMAKESPEC/qmake.conf.new + mv $XQMAKESPEC/qmake.conf.new $XQMAKESPEC/qmake.conf + fi +fi +if [ $AUTOTHREAD = never ]; then + if [ "$CFG_THREAD" = "yes" ]; then + echo + echo "ERROR: Qt is not configured to support threading on this platform" + echo " See the THREAD settings in $XQMAKESPEC/qmake.conf" + echo + exit 2 + fi + AUTOTHREAD=no +fi +[ "$CFG_THREAD" = "auto" ] && CFG_THREAD=$AUTOTHREAD + + +#------------------------------------------------------------------------------- +# tests that don't need qmake (must be run before displaying help) +#------------------------------------------------------------------------------- + +# auto-detect precompiled header support +if [ "$CFG_PRECOMPILE" = "auto" ]; then + if $unixtests/precomp.test $XQMAKESPEC $OPT_VERBOSE; then + CFG_PRECOMPILE=no + else + CFG_PRECOMPILE=yes + fi +fi + +# auto-detect SQL-modules support +if echo $MODULES | grep sql >/dev/null; then + MYSQL_REQ="-lmysqlclient mysql.h" + OCI_REQ="-lclntsh -lwtc8 oci.h" + PSQL_REQ="-lpq postgres.h libpq/libpq-fs.h catalog/pg_type.h libpq-fe.h" + ODBC_REQ="-lodbc sql.h sqlext.h" + TDS_REQ="-lsybdb sybfront.h sybdb.h" + DB2_REQ="-ldb2 sqlcli.h sqlcli1.h" + IBASE_REQ="-lgds ibase.h" + for _SQLDR in $CFG_SQL_AVAILABLE; do + case $_SQLDR in + mysql) + $unixtests/checkavail "MySQL" $OPT_VERBOSE $MYSQL_REQ $L_FLAGS $I_FLAGS && CFG_SQL_AUTODETECTED="$CFG_SQL_AUTODETECTED mysql" + ;; + psql) + $unixtests/checkavail "PostgreSQL" $OPT_VERBOSE $PSQL_REQ $L_FLAGS $I_FLAGS && CFG_SQL_AUTODETECTED="$CFG_SQL_AUTODETECTED psql" + ;; + odbc) + $unixtests/checkavail "ODBC" $OPT_VERBOSE $ODBC_REQ $L_FLAGS $I_FLAGS && CFG_SQL_AUTODETECTED="$CFG_SQL_AUTODETECTED odbc" + ;; + oci) + $unixtests/checkavail "OCI" $OPT_VERBOSE $OCI_REQ $L_FLAGS $I_FLAGS && CFG_SQL_AUTODETECTED="$CFG_SQL_AUTODETECTED oci" + ;; + tds) + $unixtests/checkavail "TDS" $OPT_VERBOSE $TDS_REQ $L_FLAGS $I_FLAGS && CFG_SQL_AUTODETECTED="$CFG_SQL_AUTODETECTED tds" + ;; + db2) + $unixtests/checkavail "DB2" $OPT_VERBOSE $DB2_REQ $L_FLAGS $I_FLAGS && CFG_SQL_AUTODETECTED="$CFG_SQL_AUTODETECTED db2" + ;; + ibase) + $unixtests/checkavail "IBASE" $OPT_VERBOSE $IBASE_REQ $L_FLAGS $I_FLAGS && CFG_SQL_AUTODETECTED="$CFG_SQL_AUTODETECTED ibase" + ;; + sqlite) + if [ -f $relpath/src/3rdparty/sqlite/sqlite.h ]; then + CFG_SQL_AUTODETECTED="$CFG_SQL_AUTODETECTED sqlite" + fi + ;; + *) + if [ "$OPT_VERBOSE" = "yes" ]; then + echo "unknown SQL driver: $_SQLDR" + fi + ;; + esac + done +fi +# auto-detect NIS support +if [ "$CFG_NIS" != "no" ]; then + if $unixtests/nis.test $XQMAKESPEC $OPT_VERBOSE $L_FLAGS $I_FLAGS; then + if [ "$CFG_NIS" = "yes" ] && [ "$CFG_CONFIGURE_EXIT_ON_ERROR" = "yes" ]; then + echo "NIS support cannot be enabled due to functionality tests!" + echo " Turn on verbose messaging (-v) to $0 to see the final report." + echo " If you believe this message is in error you may use the continue" + echo " switch (-continue) to $0 to continue." + exit 101 + else + CFG_NIS=no + fi + else + CFG_NIS=yes + fi +fi +# auto-detect CUPS support +if [ "$CFG_CUPS" != "no" ]; then + if $unixtests/cups.test $XQMAKESPEC $OPT_VERBOSE $L_FLAGS $I_FLAGS; then + if [ "$CFG_CUPS" = "yes" ] && [ "$CFG_CONFIGURE_EXIT_ON_ERROR" = "yes" ]; then + echo "Cups support cannot be enabled due to functionality tests!" + echo " Turn on verbose messaging (-v) to $0 to see the final report." + echo " If you believe this message is in error you may use the continue" + echo " switch (-continue) to $0 to continue." + exit 101 + else + CFG_CUPS=no + fi + else + CFG_CUPS=yes + fi +fi + +#mac +TQT_MAC_VERSION= +if [ "$PLATFORM_MAC" = "yes" ]; then + mactests=$relpath/config.tests/mac + TQT_MAC_VERSION=`$mactests/mac_version.test "$OPT_VERBOSE" "$relpath" "$outpath"` + if [ "$CFG_TABLET" = "auto" ]; then + CFG_TABLET=yes + fi +fi + +# x11 +if [ "$PLATFORM_X11" = "yes" ]; then + x11tests=$relpath/config.tests/x11 + + # auto-detect OpenGL support + if echo $MODULES | grep opengl >/dev/null; then + if $x11tests/opengl.test $XQMAKESPEC $CFG_THREAD $OPT_VERBOSE $L_FLAGS $I_FLAGS; then + MODULES=`echo $MODULES | sed -e 's/opengl//'` + else + if [ "$CFG_DLOPEN_OPENGL" = "yes" ]; then + QMAKE_CONFIG="$QMAKE_CONFIG dlopen_opengl" + fi + fi + fi + # auto-detect Xcursor support + if [ "$CFG_XCURSOR" != "no" ]; then + if $x11tests/xcursor.test $XQMAKESPEC $OPT_VERBOSE $L_FLAGS $I_FLAGS; then + if [ "$CFG_XCURSOR" = "yes" ] && [ "$CFG_CONFIGURE_EXIT_ON_ERROR" = "yes" ]; then + echo "Xcursor support cannot be enabled due to functionality tests!" + echo " Turn on verbose messaging (-v) to $0 to see the final report." + echo " If you believe this message is in error you may use the continue" + echo " switch (-continue) to $0 to continue." + exit 101 + else + CFG_XCURSOR=no + fi + else + CFG_XCURSOR=yes + fi + fi + # auto-detect XRandR support (resize and rotate extension) + if [ "$CFG_XRANDR" != "no" ]; then + if $x11tests/xrandr.test $XQMAKESPEC $OPT_VERBOSE $L_FLAGS $I_FLAGS; then + if [ "$CFG_XRANDR" = "yes" ] && [ "$CFG_CONFIGURE_EXIT_ON_ERROR" = "yes" ]; then + echo "XRandR support cannot be enabled due to functionality tests!" + echo " Turn on verbose messaging (-v) to $0 to see the final report." + echo " If you believe this message is in error you may use the continue" + echo " switch (-continue) to $0 to continue." + exit 101 + else + CFG_XRANDR=no + fi + else + CFG_XRANDR=yes + fi + fi + # auto-detect XRender support + if [ "$CFG_XRENDER" != "no" ]; then + if $x11tests/xrender.test $XQMAKESPEC $OPT_VERBOSE $L_FLAGS $I_FLAGS; then + if [ "$CFG_XRENDER" = "yes" ] && [ "$CFG_CONFIGURE_EXIT_ON_ERROR" = "yes" ]; then + echo "XRender support cannot be enabled due to functionality tests!" + echo " Turn on verbose messaging (-v) to $0 to see the final report." + echo " If you believe this message is in error you may use the continue" + echo " switch (-continue) to $0 to continue." + exit 101 + else + CFG_XRENDER=no + CFG_FREETYPE=no + fi + else + CFG_XRENDER=yes + fi + else + CFG_FREETYPE=no + fi + # auto-detect Xft support + if [ "$CFG_XRENDER" = "yes" ] && [ "$CFG_FREETYPE" != "no" ]; then + mkdir -p $outpath/config.tests/x11 + if $x11tests/xfreetype.test $XQMAKESPEC $OPT_VERBOSE $relpath $outpath $L_FLAGS $I_FLAGS; then + if [ "$CFG_FREETYPE" = "yes" ] && [ "$CFG_CONFIGURE_EXIT_ON_ERROR" = "yes" ]; then + echo "Xft support cannot be enabled due to functionality tests!" + echo " Turn on verbose messaging (-v) to $0 to see the final report." + echo " If you believe this message is in error you may use the continue" + echo " switch (-continue) to $0 to continue." + exit 101 + else + CFG_FREETYPE=no + fi + else + CFG_FREETYPE=yes + fi + fi + # add freetype2 include path + if [ "$CFG_FREETYPE" = "yes" ] && [ -f $outpath/config.tests/x11/xft.inc ];then + QMAKE_VARS="$QMAKE_VARS \"INCLUDEPATH+=`cat $outpath/config.tests/x11/xft.inc`\"" + fi + rm -f $outpath/config.tests/x11/xft.inc + # add Xft specific libraries + if [ "$CFG_FREETYPE" = "yes" ] && [ -f $outpath/config.tests/x11/xft.lib ]; then + QMAKE_VARS="$QMAKE_VARS \"QMAKE_LIBS_X11=`cat $outpath/config.tests/x11/xft.lib` \$\$QMAKE_LIBS_X11\"" + fi + rm -f $outpath/config.tests/x11/xft.lib + # add Xft specific config options + if [ "$CFG_FREETYPE" = "yes" ] && [ -f $outpath/config.tests/x11/xft.cfg ]; then + QMAKE_CONFIG="$QMAKE_CONFIG `cat $outpath/config.tests/x11/xft.cfg`" + fi + rm -f $outpath/config.tests/x11/xft.cfg + # auto-detect Session Management support + if [ "$CFG_SM" = "auto" ]; then + if $x11tests/sm.test $XQMAKESPEC $OPT_VERBOSE $L_FLAGS $I_FLAGS; then + if [ "$CFG_SM" = "yes" ] && [ "$CFG_CONFIGURE_EXIT_ON_ERROR" = "yes" ]; then + echo "Session Management support cannot be enabled due to functionality tests!" + echo " Turn on verbose messaging (-v) to $0 to see the final report." + echo " If you believe this message is in error you may use the continue" + echo " switch (-continue) to $0 to continue." + exit 101 + else + CFG_SM=no + fi + else + CFG_SM=yes + fi + fi + # auto-detect SHAPE support + if [ "$CFG_XSHAPE" != "no" ]; then + if $x11tests/xshape.test $XQMAKESPEC $OPT_VERBOSE $L_FLAGS $I_FLAGS; then + if [ "$CFG_XSHAPE" = "yes" ] && [ "$CFG_CONFIGURE_EXIT_ON_ERROR" = "yes" ]; then + echo "XShape support cannot be enabled due to functionality tests!" + echo " Turn on verbose messaging (-v) to $0 to see the final report." + echo " If you believe this message is in error you may use the continue" + echo " switch (-continue) to $0 to continue." + exit 101 + else + CFG_XSHAPE=no + fi + else + CFG_XSHAPE=yes + fi + fi + # auto-detect Xinerama support + if [ "$CFG_XINERAMA" != "no" ]; then + if $x11tests/xinerama.test $XQMAKESPEC $OPT_VERBOSE $L_FLAGS $I_FLAGS; then + if [ "$CFG_XINERAMA" = "yes" ] && [ "$CFG_CONFIGURE_EXIT_ON_ERROR" = "yes" ]; then + echo "Xinerama support cannot be enabled due to functionality tests!" + echo " Turn on verbose messaging (-v) to $0 to see the final report." + echo " If you believe this message is in error you may use the continue" + echo " switch (-continue) to $0 to continue." + exit 101 + else + CFG_XINERAMA=no + fi + else + CFG_XINERAMA=yes + fi + fi + # auto-detect tablet support (currenlty only in IRIX) + if [ "$CFG_TABLET" = "auto" ]; then + case $PLATFORM in + irix-*) + if $x11tests/xinput.test $XQMAKESPEC $OPT_VERBOSE $L_FLAGS $I_FLAGS; then + if [ "$CFG_TABLET" = "yes" ] && [ "$CFG_CONFIGURE_EXIT_ON_ERROR" = "yes" ]; then + echo "Tablet support cannot be enabled due to functionality tests!" + echo " Turn on verbose messaging (-v) to $0 to see the final report." + echo " If you believe this message is in error you may use the continue" + echo " switch (-continue) to $0 to continue." + exit 101 + else + CFG_TABLET=no + fi + else + CFG_TABLET=yes + fi + ;; + *) + CFG_TABLET=no + ### add error message for the "yes" case on non-IRIX systems + ;; + esac + fi + # auto-detect XKB support + if [ "$CFG_XKB" != "no" ]; then + if $x11tests/xkb.test $XQMAKESPEC $OPT_VERBOSE $L_FLAGS $I_FLAGS; then + if [ "$CFG_XKB" = "yes" ] && [ "$CFG_CONFIGURE_EXIT_ON_ERROR" = "yes" ]; then + echo "XKB support cannot be enabled due to functionality tests!" + echo " Turn on verbose messaging (-v) to $0 to see the final report." + echo " If you believe this message is in error you may use the continue" + echo " switch (-continue) to $0 to continue." + exit 101 + else + CFG_XKB=no + fi + else + CFG_XKB=yes + fi + fi +fi + +# embedded graphics +if [ "$PLATFORM_QWS" = "yes" ]; then + CFG_GFX_AVAILABLE=`find $relpath/plugins/src/gfxdrivers/* -prune -type d -print | awk -F/ '{print $NF}'` + CFG_GFX_AVAILABLE=`echo $CFG_GFX_AVAILABLE` +fi + + +#------------------------------------------------------------------------------- +# help - interactive parts of the script _after_ this section please +#------------------------------------------------------------------------------- + +# next, emit a usage message if something failed. +if [ "$OPT_HELP" = "yes" ]; then + [ "x$ERROR" = "xyes" ] && echo + if [ "$CFG_THREAD" = "yes" ]; then + THY="*" + THN=" " + else + THY=" " + THN="*" + fi + if [ "$CFG_NIS" = "no" ]; then + NSY=" " + NSN="*" + else + NSY="*" + NSN=" " + fi + if [ "$CFG_CUPS" = "no" ]; then + CUY=" " + CUN="*" + else + CUY="*" + CUN=" " + fi + if [ "$CFG_LARGEFILE" = "no" ]; then + LFSY=" " + LFSN="*" + else + LFSY="*" + LFSN=" " + fi + if [ "$CFG_STL" = "auto" ]; then + SHY="*" + SHN=" " + else + SHY=" " + SHN="*" + fi + if [ "$CFG_PRECOMPILE" = "auto" ]; then + PHY="*" + PHN=" " + else + PHY=" " + PHN="*" + fi + if [ "$CFG_IPV6" = "auto" ]; then + I6Y="*" + I6N=" " + else + I6Y=" " + I6N="*" + fi + + cat <] [-with-] + [-without-] [-fast] [-no-fast] + +Installation options: + + These are optional, but you may specify install directories. + + -prefix dir ........ This will install everything relative dir + (default $TQT_INSTALL_PREFIX) + + You may use these to separate different parts of the install: + + -bindir dir ........ Executables will be installed to dir + (default PREFIX/bin) + -libdir dir ........ Libraries will be installed to dir + (default PREFIX/lib) + -docdir dir ........ Documentation will be installed to dir + (default PREFIX/doc) + -headerdir dir ..... Headers will be installed to dir + (default PREFIX/include) + -plugindir dir ..... Plugins will be installed to dir + (default PREFIX/plugins) + -datadir dir ....... Data used by Qt programs will be installed to dir + (default PREFIX) + -translationdir dir Translations of Qt programs will be installed to dir + (default PREFIX/translations) + -sysconfdir dir ... Settings used by Qt programs will be looked for in dir + (default PREFIX/etc/settings) + + You may use these options to turn on strict plugin loading. + + -buildkey key ...... Build the Qt library and plugins using the specified + key. When the library loads plugins, it will only + load those that have a matching key. + +Configure options: + + The defaults (*) are usually acceptable. If marked with a plus (+) a test + for that feature has not been done yet, but will be evaluated later, the + plus simply denotes the default value. Here is a short explanation of each + option: + + * -release ........... Compile and link Qt with debugging turned off. + -debug ............. Compile and link Qt with debugging turned on. + + * -shared ............ Create and use a shared Qt library (libtqt.so). + -static ............ Create and use a static Qt library (libtqt.a). + + * -no-gif ............ Do not compile in GIF reading support. + -qt-gif ............ Compile in GIF reading support. + See src/kernel/qgif.h + + * -qt-zlib ........... Use the zlib bundled with Qt. + -system-zlib ....... Use zlib from the operating system. + See http://www.gzip.org/zlib + + -fast .............. Configure Qt quickly by generating Makefiles only for + library and subdirectory targets. All other Makefiles + are created as wrappers, which will in turn run qmake. + * -no-fast ........... Configure Qt normally by generating Makefiles for all + project files. + + -no-exceptions ..... Disable exceptions on platforms that support it. + + -version-script .... Use a version script when linking the Qt library. + Internal symbols will be marked as local. Requires + a recent GNU binutils package. + + WARNING: Experimental, may be removed in future + versions. + + -platform target ... The operating system and compiler you are building + on ($PLATFORM). + -xplatform target .. The target platform when cross-compiling. + + See the PLATFORMS file for a list of supported + operating systems and compilers. + + -Dstring ........... Add an explicit define to the preprocessor. + -Istring ........... Add an explicit include path. + -Lstring ........... Add an explicit library path. + -Rstring ........... Add an explicit dynamic library runtime search path. + -lstring ........... Add an explicit library. + + -disable- ..... Disable where module is one of: + [ $CFG_MODULES_AVAILABLE ] + + -qt-sql- ...... Enable a SQL in the Qt Library, by default + none are turned on. + -plugin-sql- .. Enable SQL as a plugin to be linked to + at run time. + -no-sql- ...... Disable SQL entirely. + + Possible values for : + [ $CFG_SQL_AVAILABLE ] + + Auto-Detected on this system: + [$CFG_SQL_AUTODETECTED ] + + By default none of the SQL drivers are built, + even if they are auto-detected. + + -qt-style-