summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QLocalSocket: fix abort on Windows.Martin Petersson2011-04-061-0/+5
* QStringBuilder: add operator += for QString and QByteArrayOlivier Goffart2011-04-062-0/+32
* Fix QMetaObject::indexOfSlotOlivier Goffart2011-04-041-1/+1
* Fix compilationOlivier Goffart2011-04-041-2/+2
* Documentation for the initilize_list constructorOlivier Goffart2011-04-043-0/+26
* QStringList: constructor for std::initializer_listOlivier Goffart2011-04-041-0/+3
* HTTP backend: rename method that loads resource from cachePeter Hartmann2011-04-042-4/+4
* HTTP backend: make cache validation method return boolPeter Hartmann2011-04-042-14/+12
* HTTP backend: return earlier when resource loaded from cachePeter Hartmann2011-04-041-7/+7
* QTemporaryFile: Locate placeholder before re-encodingJoão Abecasis2011-04-041-31/+40
* Prefer use of QByteArray to qstrdup and manual memory managementJoão Abecasis2011-04-041-9/+6
* Check for null no longer neededJoão Abecasis2011-04-041-2/+0
* Don't overrun XXXXXX placeholder when generating next filenameJoão Abecasis2011-04-041-3/+1
* Split argument validation of _gettemp as separate functionJoão Abecasis2011-04-041-25/+51
* Remove duplication with QCoreApplication::applicationIdJoão Abecasis2011-04-041-19/+5
* Adding comments; variable scopingJoão Abecasis2011-04-041-22/+30
* Don't pre-check if directory exists as it's unnecessaryJoão Abecasis2011-04-041-35/+0
* QTemporaryFile: More dead code eliminationJoão Abecasis2011-04-041-84/+29
* Removing dead code in QTemporaryFileJoão Abecasis2011-04-041-18/+4
* Remove duplicate #includeJoão Abecasis2011-04-041-1/+0
* moc: qobject_cast cannot be used if the class privately iherit from QObjectOlivier Goffart2011-04-041-1/+3
* QNetworkDiskCache: clean up after merge requestPeter Hartmann2011-04-011-4/+4
* QNetworkDiskCache: change file organizationSiddharth Mathur2011-04-012-24/+65
* Make sure we don't use subpixel positions in full hinting modeJiang Jiang2011-04-013-7/+4
* Fix compilation warningsOlivier Goffart2011-04-011-5/+4
* linking doc of QLocale with QApplication::keyboardInputLocale()Zeno Albisser2011-04-011-1/+5
* Compile with QStringBuilder and QByteArrayOlivier Goffart2011-04-018-9/+10
* QStringBuilder now support building QByteArrayOlivier Goffart2011-04-013-34/+175
* 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-312-2/+2
* moc: be able to compile if there are private classesOlivier Goffart2011-03-313-9/+20
* Speedup activation of signalsOlivier Goffart2011-03-3110-135/+221
* Improve slightly the performence of activateOlivier Goffart2011-03-311-12/+12
* Optimize QMetaObject::activate (remove call to QThreadData::current)Olivier Goffart2011-03-315-4/+9
* 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-311-8/+2
* Merge remote branch 'origin/master' into 4.8-earthDenis Dzyubenko2011-03-3130-299/+483
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-03-2911-57/+117
| |\
| | * Add a 'capabilities' flag to the marshaller and demarshallerThiago Macieira2011-03-297-34/+40
| | * Add a set of connection capabilities to QDBusConnectionThiago Macieira2011-03-294-2/+31
| | * Move the main D-Bus session and system connections to the main threadThiago Macieira2011-03-291-1/+11
| | * Add a way to obtain the DBusConnection* pointer from a QDBusConnectionThiago Macieira2011-03-292-0/+17