summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make sure we export the non-inline qMalloc & friends functionsThiago Macieira2012-05-051-0/+10
* Publish the fact of whether Qt was built with hidden visibility.Stephen Kelly2012-05-051-0/+4
* Place the plugin metadata into special sections for Mac and WinLars Knoll2012-05-051-3/+15
* Document dependency of bearer management on network interfaceShane Kearns2012-05-051-1/+1
* Add missing include file.Jędrzej Nowacki2012-05-041-0/+1
* Reuse QArray initializer macro in QByteArrayJędrzej Nowacki2012-05-042-5/+8
* Replace QByteArrayData class by typedef.Jędrzej Nowacki2012-05-042-21/+3
* Add an assert simplifying debugging.Jędrzej Nowacki2012-05-041-0/+1
* Stub out QSharedMemory and QSystemSemaphore for Android.Robin Burchell2012-05-044-3/+226
* Guard some pthread API with the appropriate POSIX check, or Android.Robin Burchell2012-05-041-0/+12
* Properly guard rand_r use with _POSIX_THREAD_SAFE_FUNCTIONS for Android.Robin Burchell2012-05-041-1/+1
* Add Android to conditionals around langinfo.h usage.Robin Burchell2012-05-041-3/+5
* stop ignoring unassigned codepointsKonstantin Ritt2012-05-042-6/+5
* add support for non-BMP ligaturesKonstantin Ritt2012-05-042-70/+176
* Use QFile::{encode,decode}Name to deal with QT_PLUGIN_PATHThiago Macieira2012-05-041-1/+1
* Fix QUrl::toString(StripTrailingSlash) to not turn file:/// into file:David Faure2012-05-041-1/+1
* Fix compiler warningOlivier Goffart2012-05-041-3/+2
* Always return uiLanguages in bcp47 formatLars Knoll2012-05-041-20/+18
* Port the QTextStream / QDebug functions away from fromAsciiThiago Macieira2012-05-042-3/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-048-11/+11
* 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