summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | moc: qobject_cast cannot be used if the class privately iherit from QObjectOlivier Goffart2011-04-041-1/+3
| | * | | | Added debugging output to elf2e32_qtwrapper.axis2011-04-041-0/+31
| | * | | | Fixed detection of internal errors in the elf2e32_qtwrapper script.axis2011-04-041-6/+4
| | * | | | Added some more error handling to the elf2e32_qtwrapper.axis2011-04-011-4/+4
| | * | | | QNetworkDiskCache: clean up after merge requestPeter Hartmann2011-04-014-9/+12
| | * | | | Speed benchmark for QNetworkDiskCacheSiddharth Mathur2011-04-013-1/+452
| | * | | | QNetworkDiskCache: change file organizationSiddharth Mathur2011-04-014-44/+78
| | * | | | Make sure we don't use subpixel positions in full hinting modeJiang Jiang2011-04-013-7/+4
| | * | | | Fix broken test on windowsOlivier Goffart2011-04-011-4/+0
| | * | | | Fix compilation warningsOlivier Goffart2011-04-011-5/+4
| | * | | | linking doc of QLocale with QApplication::keyboardInputLocale()Zeno Albisser2011-04-011-1/+5
| | * | | | Fix autotest when using QStringBuilderOlivier Goffart2011-04-012-25/+25
| | * | | | Compile with QStringBuilder and QByteArrayOlivier Goffart2011-04-018-9/+10
| | * | | | QStringBuilder now support building QByteArrayOlivier Goffart2011-04-014-34/+205
| | * | | | Chnaged Q_AUTOTEST_EXPORT marco into Q_GUI_EXPORT for QZipWriter classPavel Mogilevskiy2011-04-011-1/+1
| | * | | | Fix horizontal centered text drawing without word wrapJiang Jiang2011-04-014-23/+30
| | * | | | Fix bug when catching exceptions in tests.Marco Alanen2011-04-011-0/+2
| | * | | | fix order of #include-s on SPARCRitt Konstantin2011-04-011-2/+1
| | * | | | move semun declaration to qcore_unix_p.hRitt Konstantin2011-04-015-50/+27
| | * | | | Optimize QMutexPoolOlivier Goffart2011-03-312-13/+19
| | * | | | Fix declarative after the last changes to the QObject internalsOlivier Goffart2011-03-313-6/+6
| | * | | | moc: be able to compile if there are private classesOlivier Goffart2011-03-314-10/+41
| | * | | | Speedup activation of signalsOlivier Goffart2011-03-3110-135/+221
| | * | | | Improve slightly the performence of activateOlivier Goffart2011-03-311-12/+12
| | * | | | Add a test in QObject.Olivier Goffart2011-03-311-1/+30
| | * | | | Optimize QMetaObject::activate (remove call to QThreadData::current)Olivier Goffart2011-03-315-4/+9
| | * | | | Remove NOPODINITIALIZATIONminiak2011-03-311-11/+0
| | * | | | Replace CL_MIN/CL_MAX by qMin/qMaxminiak2011-03-311-23/+20
| | * | | | Remove ANSI function definitionsminiak2011-03-311-4/+0
| | * | | | Fix window pixmap initialization strategyJacopo De Simoi2011-03-311-3/+9
| | * | | | Track compositingManagerRunning changesJacopo De Simoi2011-03-311-0/+9
| | * | | | QSslSocket: fix setReadBufferSizeMartin Petersson2011-03-312-14/+2
| | * | | | Merge remote branch 'origin/master' into 4.8-earthDenis Dzyubenko2011-03-3132-301/+510
| | |\ \ \ \
| | * | | | | Improved documentation for new QTranslator::load() overloadDenis Dzyubenko2011-03-291-8/+9
| | * | | | | Changed the #ifdef block in QLocale to check for Q_OS_WIN instead of WS.Denis Dzyubenko2011-03-291-1/+1
| | * | | | | Fixed checking for default arguments in QLocale::toCurrencyString()Denis Dzyubenko2011-03-291-3/+3
| | * | | | | Use region name as a locale name on Mac.Denis Dzyubenko2011-03-291-31/+0
| | * | | | | Updated CLDR data for QLocale.Denis Dzyubenko2011-03-291-370/+561
| | * | | | | Added native language and country names (endonyms) to QLocale.Denis Dzyubenko2011-03-2911-5/+275
| | * | | | | Fix errors when compiling Qt with STLportCédric OCHS2011-03-282-1/+4
| | * | | | | QSslConfiguration: do not lazily construct the d-pointerPeter Hartmann2011-03-287-26/+113
| | * | | | | This test fails in Europe/London timezone due to this check, since in winter ...Darryl L. Miles2011-03-281-1/+1
| | * | | | | Merge remote branch 'origin/master' into 4.8-earthDenis Dzyubenko2011-03-28203-1613/+78842
| | |\ \ \ \ \
| | * | | | | | Changed the return value of QLocale::matchingLocales().Denis Dzyubenko2011-03-283-12/+13
| | * | | | | | Fix the leak of QAdoptedThread and all dependent objectsOlivier Goffart2011-03-285-6/+44
| | * | | | | | QtConcurrent: throw exception from destructorOlivier Goffart2011-03-282-6/+29
| | * | | | | | Add a test in QVariant for forward declared classesOlivier Goffart2011-03-251-0/+13
| | * | | | | | Use QByteArray::isEmpty instead of isNull in QLocaleDenis Dzyubenko2011-03-242-4/+4
| | * | | | | | Fixed documentation for QLocaleDenis Dzyubenko2011-03-243-17/+17
| | * | | | | | Improved performance of mapFromGlobal/mapToGlobal on X11Denis Dzyubenko2011-03-241-0/+28