summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-291-56/+3
* Fix warning: returning non void by using Q_UNREACHABLEFrederik Gladhorn2012-06-281-0/+2
* Call QObject::disconnectNotify() when receiver is destroyedKent Hansen2012-06-282-0/+5
* QMetaType: Fix warnings about truncation from uint64 to int.Friedemann Kleint2012-06-281-2/+2
* Move the QDataStream operator<< for QPair to qdatastream.hThiago Macieira2012-06-282-18/+18
* Update the macros for shared/DLL and static buildsThiago Macieira2012-06-281-80/+42
* Include QScopedPointer in qsettings.hThiago Macieira2012-06-281-0/+1
* doc: use correct snippet id for QObject::isSignalConnectedKent Hansen2012-06-281-1/+1
* doc: remove duplicate linkKent Hansen2012-06-281-1/+1
* doc: add missing \sa tagKent Hansen2012-06-281-1/+1
* Document that the object of a plugin must be default-constructible.Stephen Kelly2012-06-271-0/+2
* Add \since 5.0 to QDir::removeRecursivelyShane Kearns2012-06-271-0/+1
* Remove debug outputABBAPOH2012-06-272-68/+0
* Add QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-262-6/+10
* Fix QIODevice warning when running rcc.Mitch Curtis2012-06-261-10/+10
* QIODevice: free memory when buffer is clearedMartin Petersson2012-06-262-5/+9
* QAbstractSocket: Enable readNotifier on read from bufferMartin Petersson2012-06-263-1/+19
* QTBUG-26035: Remove positive sign from start of stringTarja Sundqvist2012-06-261-1/+1
* Small documentation fix about the text streams default encoding.Lars Knoll2012-06-251-2/+2
* Remove the font codecsLars Knoll2012-06-2512-902/+2
* The codecForTr() should be utf8Lars Knoll2012-06-251-1/+1
* Fix docs mentioning Q_EXPORT_PLUGIN2Lars Knoll2012-06-251-1/+1
* Ensure that no extra bits can leak into QUrl::toEncoded.Thiago Macieira2012-06-241-1/+1
* Wrap QObject usage in qsharedpointer_impl.h with ifndef QT_NO_QOBJECTThiago Macieira2012-06-241-0/+2
* Don't operate on bogus data, assert on preconditions insteadJoão Abecasis2012-06-231-5/+6
* Forward-port change to QT4_ADD_RESOURCES macro for missing rcc files.Stephen Kelly2012-06-231-16/+24
* QUnicodeTables: some internal API renamingsKonstantin Ritt2012-06-223-81/+81
* Clean-up the Unicode tables generator code and the generated headerKonstantin Ritt2012-06-221-204/+200
* Fixes high CPU usage on timer expiration when using glib event loop.Daniel Thor Kristjansson2012-06-211-1/+1
* Update the docs about setRoleNames deprecation.Stephen Kelly2012-06-211-0/+2
* Doc: tmake -> qmake, it's about timeDaniel Molkentin2012-06-211-8/+8
* Record if a metatype is a smart pointer to a QObject derived.Stephen Kelly2012-06-202-4/+46
* Add some internal API for extracting a QSharedPointer<T> from QVariant.Stephen Kelly2012-06-203-1/+47
* Make QUuid compile with QT_NO_QUUID_STRING without breaking QDebug <<Jeremy Katz2012-06-201-1/+6
* define QT_NO_ICONV if QT_NO_TEXTCODECJeremy Katz2012-06-203-10/+29
* Make QVariant compile with QT_NO_QUUID_STRINGJeremy Katz2012-06-201-0/+4
* Merge "Merge branch 'buildsystem'" into refs/staging/masterOswald Buddenhagen2012-06-203-16/+87
|\
| * fix misnomer: qt_module.prf => qt_build_config.prfOswald Buddenhagen2012-06-191-1/+1
| * automatically add QT_BUILD_FOO_LIB to DEFINESOswald Buddenhagen2012-06-191-1/+1
| * clean up projects from QPRO_PWD nonsense, etc.Oswald Buddenhagen2012-06-191-1/+0
| * move QMAKE_PKGCONFIG_VARIABLES stuff out of qt_module_config.prfOswald Buddenhagen2012-06-191-1/+25
| * auto-generate module prisOswald Buddenhagen2012-06-191-1/+1
| * automatically add the version header to HEADERSOswald Buddenhagen2012-06-191-2/+0
| * make qt_module_config.prf install the module pri fileOswald Buddenhagen2012-06-191-1/+1
| * introduce /get property variantsOswald Buddenhagen2012-06-192-9/+57
| * move moc, rcc and uic CONFIG additions to the respective qt modulesOswald Buddenhagen2012-06-191-1/+1
| * clean up path normalization in configure.exe and QLibraryInfoOswald Buddenhagen2012-06-191-0/+2
* | Make QDateTime::fromString()/Time::fromString() adhere to ISO 8601.Mitch Curtis2012-06-201-39/+96
* | Add leading zeros to years below 1000 in QDate::toString().Mitch Curtis2012-06-201-1/+2
* | Use the POSITION_INDEPENDENT_CODE property on targets using Qt.Stephen Kelly2012-06-202-10/+19