summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove builtin xml schema file until legal issues are clarifiedTobias Koenig2009-07-102-146/+0
* Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-07-059028-181298/+371651
|\
| * Moved uniform enum to QGLEngineShaderManager.Kim Motoyoshi Kalland2009-07-034-83/+69
| * QHeaderView: code cleanup in sizehint calculationThierry Bastian2009-07-031-9/+3
| * QHeaderView: fixed the sizeHint with hidden sectionsThierry Bastian2009-07-031-4/+8
| * Improved the support for input methods in Graphics View.jasplin2009-07-0312-12/+310
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtVolker Hilsheimer2009-07-036-39/+64
| |\
| | * Drag leave event is delivered, after re-entering the widget.Prasanth Ullattil2009-07-032-2/+10
| | * Replace usage of the old, obsolete PrintDlg with PrintDlgEx.Trond Kjernaasen2009-07-031-33/+46
| | * Enabled double buffering of window surfaces on Windows.Kim Motoyoshi Kalland2009-07-031-1/+1
| | * Fix QX11Embed* with x86_64 by reading prop_return as long.Riku Palomäki2009-07-031-3/+3
| | * QToolBar: avoid repaints when entering/leaving a toolbarThierry Bastian2009-07-031-0/+4
| * | signals -> Q_SIGNALSVolker Hilsheimer2009-07-031-1/+1
| |/
| * doc: Corrected several qdoc warnings.Martin Smith2009-07-034-6/+22
| * Do not specify the output file when generating Visual Studio ProjectKeith Isdale2009-07-031-1/+1
| * Fixed compile of QtCore with some exotic GNU toolchains.Rohan McGovern2009-07-031-1/+1
| * QPlainTextEdit pixel dust redrawing problem on clear()mae2009-07-021-3/+2
| * Benchmark test for quaternion multiplication.Ariya Hidayat2009-07-022-0/+130
| * Refactored gesture apiDenis Dzyubenko2009-07-02130-17868/+968
| * Don't insert text into a text widget when a modifier is pressed.Denis Dzyubenko2009-07-022-2/+4
| * Correct #include path for qcore_unix_p.hThiago Macieira2009-07-021-1/+1
| * Use void* in the read/write replacementsThiago Macieira2009-07-021-2/+2
| * QHeaderView: the sizeHint for section now takes the indicator intoThierry Bastian2009-07-021-1/+1
| * Fix build with MSVC2003: apparently the code path I thought was Unix was also...Thiago Macieira2009-07-021-3/+3
| * Don't compile the FD_CLOEXEC-safe accept4 call if we don't know about SOCK_CL...Thiago Macieira2009-07-021-1/+1
| * Revert "Add support for creating the object alongside the Data structure in Q...Thiago Macieira2009-07-022-147/+2
| * These files don't have to have CRLF line-termination.Thiago Macieira2009-07-023-16/+14
| * Experimental: allow QSharedPointer to be used with forward declarations that ...Thiago Macieira2009-07-029-13/+224
| * Add support for creating the object alongside the Data structure inThiago Macieira2009-07-022-2/+147
| * Add qobject_cast for QSharedPointer.Thiago Macieira2009-07-024-0/+233
| * Use the safe versions of the network system calls I have just added.Thiago Macieira2009-07-027-49/+88
| * Add the support for the EINTR- and CLOEXEC-safe network calls too.Thiago Macieira2009-07-022-1/+155
| * Port gui/embedded to the EINTR-safe functions.Thiago Macieira2009-07-0220-84/+118
| * Add a properly-safe version of select(2).Thiago Macieira2009-07-024-90/+165
| * Port QProcess to use the EINTR-safe and thread-safe functionsThiago Macieira2009-07-021-148/+65
| * Use the safe versions in these system calls I've just introduced.Thiago Macieira2009-07-025-24/+33
| * Make the inotify_init call also use FD_CLOEXEC-safe version of theThiago Macieira2009-07-021-3/+37
| * Port most uses of ::open and QT_OPEN to the safe version.Thiago Macieira2009-07-026-25/+24
| * Add qcore_unix_p.h containing mostly safe versions of Unix functions.Thiago Macieira2009-07-022-0/+247
| * Doc: indicate that these methods are added in 4.6Thiago Macieira2009-07-021-0/+2
| * Merge branch 'research/qdbus-improvements'Thiago Macieira2009-07-0233-331/+2074
| |\
| | * Implement a support for getting return arguments out of invokeMethodThiago Macieira2009-07-022-9/+209
| | * Replace internalPropGet and internalPropSet with the QObject versions in QDBu...Thiago Macieira2009-07-022-15/+12
| | * Autotest: add tests for checking variant propertiesThiago Macieira2009-07-024-2/+60
| | * Improve the code a bit more by using the variant that QMetaProperty creates.Thiago Macieira2009-07-022-43/+29
| | * Autotest: Add property-setting and getting tests to QDBusInterfaceThiago Macieira2009-07-021-2/+100
| | * Autotest: Add testing of QDBusAbstractInterfaceThiago Macieira2009-07-028-0/+937
| | * Autotest: add tests for method call errorsThiago Macieira2009-07-021-2/+103
| | * Autotest: make sure we create the QDBusInterface after the object exists.Thiago Macieira2009-07-021-9/+12
| | * Fix setting of complex/custom properties and error messages.Thiago Macieira2009-07-021-31/+136