summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Build with -pedanticStephen Kelly2012-02-031-2/+2
| * Add typedef for source compatibility.Stephen Kelly2012-02-021-0/+4
| * Merge QStyleOption*V{2,3,4} classes togetherGiuseppe D'Angelo2012-02-025-1578/+309
| * Improve QSurface / QWindow API a bit and use that to avoid errorsGunnar Sletta2012-02-028-15/+90
| * Update wrong docs for TouchPoint::id().Laszlo Agocs2012-02-021-3/+2
| * Build with QT_NO_CAST_FROM_BYTEARRAYStephen Kelly2012-02-021-2/+2
| * Windows QPA: Compile with QT_NO_CAST_FROM_ASCII, warnings.Friedemann Kleint2012-02-024-9/+13
| * Fix unintended source compatiblity break in QSslSocketShane Kearns2012-02-021-0/+1
| * Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-025-5/+10
| * Reimplement QAbstractSocket::setReadBufferSize() properlyBradley T. Hughes2012-02-022-2/+2
| * Move QString <-> NSString conversion to QtCoreMorten Johan Sorvig2012-02-0213-80/+130
| * Call start() even when bearer is not compiled.Xizhi Zhu2012-02-021-7/+5
| * Remove one un-used variant.Xizhi Zhu2012-02-021-1/+0
| * Fix qmlscene segfault on startup on Mac OS 10.6.Morten Johan Sørvig2012-02-021-2/+4
| * speed up font enumeration in windows platformjian liang2012-02-021-8/+31
| * Fix QString::operator=(QLatin1String) for substringsKent Hansen2012-02-022-1/+24
| * Fix QTextStream and QDebug operator<< for QLatin1StringKent Hansen2012-02-025-1/+45
| * Fix QString(QLatin1String) constructor for substringsKent Hansen2012-02-022-1/+10
| * Fix operator==(QLatin1String, QLatin1String) and friends for substringsKent Hansen2012-02-022-6/+93
| * Port the Windows atomic implementation to use QGenericAtomicOpsBradley T. Hughes2012-02-023-237/+125
| * fix gdb_dwarf_index.prf for applications, take twoJoerg Bornemann2012-02-021-2/+3
| * fix gdb_dwarf_index.prf for executablesJoerg Bornemann2012-02-021-2/+9
| * Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-0234-369/+498
| * Remove duplicated function from QCocoaEventDispatcherBradley T. Hughes2012-02-021-23/+7
| * Don't include config.tests/unix/openssl/openssl.priBradley T. Hughes2012-02-021-4/+0
| * fix memory leak of QAccessibleWidgetJian Liang2012-02-021-1/+1
| * tests: do not run benchmarks by default in 'make check'Sergio Ahumada2012-02-022-2/+0
| * Avoid duplicating flags/types in qmetaobjectbuilderKent Hansen2012-02-021-57/+3
| * Fixed selftests unittest on windowsKurt Korbatits2012-02-021-2/+8
| * Fixed qfile unittest on windowsKurt Korbatits2012-02-022-14/+7
| * Add selftest for xpass in a data-driven test.Jason McDonald2012-02-025-31/+71
| * Improve readability of expectfail selftest.Jason McDonald2012-02-025-92/+92
| * Add testlib selftest for counting of test results.Jason McDonald2012-02-029-1/+466
| * Changed qtextbrowser unittest to work from install directoryKurt Korbatits2012-02-023-19/+14
| * Changed qlabel unittest to work from install directoryKurt Korbatits2012-02-022-10/+3
| * qopenglcontext not checking for null and failing with platform minimalKurt Korbatits2012-02-021-0/+2
| * pixmap: Add QPlatformPixmap::fromData null check for the imageHolger Hans Peter Freyther2012-02-021-0/+2
| * Fix some warnings from clangLars Knoll2012-02-023-5/+5
| * Introduce QItemDelegate::destroyEditor virtual invoked at editor closeThorbjørn Lund Martsum2012-02-028-12/+150
| * Trivial fix in qjsonobject.h for -Werror=shadowJani Uusi-Rantala2012-02-021-2/+2
| * Move QPlatformDialogs from QtWidgets to QtGui.Friedemann Kleint2012-02-019-25/+15
| * qabstractitemmodel.cpp: Fix warnings.Friedemann Kleint2012-02-011-0/+5
| * Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-02-0111-61/+47
| * Fix parsingMode not used anymore, detected by compiler warningDavid Faure2012-02-011-2/+3
| * Added WindowOverridesSystemGesturesHint to our window flags.Gunnar Sletta2012-02-012-0/+5
| * Prevent data loss when an ssl socket is closed by remoteShane Kearns2012-02-012-12/+22
| * Remove Symbian specific code in 3rdparty.Xizhi Zhu2012-02-014-105/+4
| * Windows configure: make -mp affect the Qt build itselfJoerg Bornemann2012-02-011-3/+4
| * Fix QDnslookup build on FreeBSDJeremy Lainé2012-02-011-3/+1
| * Extending the auto test for QHeaderViewThorbjørn Lund Martsum2012-02-011-3/+501