summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make the event notification on Windows be mandatory in all dispatchersThiago Macieira2012-05-042-5/+16
* Move QSocketNotifier data members to a private classShane Kearns2012-05-042-29/+43
* Revert "[SIC] Make non-const the QRegExp methods that modify the internals"Thiago Macieira2012-05-032-6/+18
* Merge "Merge remote-tracking branch 'origin/api_changes'" into refs/staging/m...Lars Knoll2012-05-0315-267/+312
|\
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-0315-267/+312
| |\
| | * Allow qDebug output to be configured by qSetMessagePattern()Kai Koehne2012-04-243-13/+86
| | * Migrate QString over to QArrayDataJoão Abecasis2012-04-242-82/+32
| | * Make QStringLiteral and QByteArrayLiteral always return the real typesThiago Macieira2012-04-233-43/+15
| | * Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-205-70/+135
| | * Add an assertion to deleteLater() before it modifies QEvent::dThiago Macieira2012-04-191-0/+6
| | * Remove QVariant constructor taking Qt::GlobalColor.Jędrzej Nowacki2012-04-192-15/+0
| | * Remove redundant check in QMetaType::typeInfoJędrzej Nowacki2012-04-181-2/+1
| | * Remove redundant checks in QVariant.Jędrzej Nowacki2012-04-181-6/+0
| | * Hide QTypeModuleInfo in a private namespace.Jędrzej Nowacki2012-04-183-17/+17
* | | Work around std::wstring not being defined on Android.Robin Burchell2012-05-031-0/+9
* | | Add some missing includes.Stephen Kelly2012-05-032-0/+4
* | | Remove references to to/fromAscii in QString and QByteArray main docsThiago Macieira2012-05-035-139/+125
|/ /
* | Simplify the size of the QVarLengthArray buffer.Thiago Macieira2012-05-031-2/+1
* | Fix the QByteArray overloads to QString::fromXXXXThiago Macieira2012-05-031-18/+35
* | Work around Android not having SYS_futex.Robin Burchell2012-05-021-2/+5
* | Avoid macro re-definition warning for QT_NO_EXCEPTIONSStephen Kelly2012-05-021-1/+3
* | Avoid undefined macro warning for __GXX_EXPERIMENTAL_CXX0X__.Stephen Kelly2012-05-021-1/+1
* | Add "make docs" target for QtNetwork and sanitize other qdocconfs.Casper van Donderen2012-05-021-20/+20
* | mkdtemp() is not included in Android's libcRobin Burchell2012-05-021-2/+2
* | Fix compilation of public headers with QT_NO_DEPRECATED definedOlivier Goffart2012-05-021-1/+1
* | Introduce QObject::isSignalConnected(QMetaMethod)Olivier Goffart2012-05-023-3/+65
* | Fix regression in connectNotify(const char *) emissionKent Hansen2012-05-013-9/+35
* | Fixed uninitialized memory in QMetaObjectBuilder::fromRelocatableDataRohan McGovern2012-05-011-0/+1
* | Allow loading of static plugins by indexLars Knoll2012-05-011-10/+19
* | Initialize member variableLars Knoll2012-05-011-0/+1
* | Restructure how we initialize hash nodes a littleLars Knoll2012-05-012-15/+14
* | Port QBuffer to QMetaMethod-based connectNotify()Kent Hansen2012-05-012-7/+16
* | Add QMetaMethod-based QObject::connect/disconnectNotify() APIKent Hansen2012-05-016-38/+135
* | Disable force_align_arg_pointer function attribute with MinGW-w64Jonathan Liu2012-04-301-1/+1
* | Fix Qt::MouseButton Documentation for Qt::ExtraButton24,stockton2012-04-302-6/+6
* | Fix MinGW-w64 compilationJonathan Liu2012-04-301-3/+3
* | [SIC] Make non-const the QRegExp methods that modify the internalsThiago Macieira2012-04-282-18/+6
* | Don't use the QRegExp methods that modify the object [QtCore]Thiago Macieira2012-04-274-4/+6
* | Move QWinEventNotifier data members to a private classShane Kearns2012-04-272-20/+33
* | Fix warning about int-truncation (MSVC2010, 64bit).Friedemann Kleint2012-04-271-1/+1
* | Add QMetaMethod::fromSignal() functionKent Hansen2012-04-273-0/+54
* | Mark that the Sun compiler includes the return type in the manglingThiago Macieira2012-04-271-0/+1
* | fix build with mingwKonstantin Ritt2012-04-271-17/+17
* | get rid of Q_*_EXPORT_INLINE macrosKonstantin Ritt2012-04-262-60/+8
* | Fix C++11 compilationOlivier Goffart2012-04-261-6/+6
* | Doc: Use the proper way to find qdoc.Casper van Donderen2012-04-261-1/+2
* | Ensure that QUrl::{to,from}LocalPath encode/decode properlyThiago Macieira2012-04-261-0/+23
* | Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-256-61/+27
* | Split qobject_impl.h into qobjectdefs_impl.hKent Hansen2012-04-254-425/+488
* | Add comparison operators == and != for QMetaMethodKent Hansen2012-04-252-0/+25