summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add a non-implicit copy constructor to QEventThiago Macieira2012-05-162-0/+43
* Avoid using iconv for text conversion where possibleLars Knoll2012-05-162-5/+15
* Remove const char *-based connectNotify() APIKent Hansen2012-05-152-40/+0
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-112-2/+2
* Implement the move constructor for containers.Olivier Goffart2012-05-111-0/+2
* Change to/fromAscii to to/fromUtf8 in the QString conversionsThiago Macieira2012-05-111-3/+3
* Change Wince functions definitionAndreas Holzammer2012-05-101-30/+84
* Remove QAbstractDeclarativeData::objectNameChanged.Michael Brasser2012-05-102-4/+0
* Use bool for the template argument.Stephen Kelly2012-05-091-1/+1
* Bump moc revision after introducing QMetaType::SChar.Jędrzej Nowacki2012-05-091-1/+1
* Introduce a new built-in type: signed char.Jędrzej Nowacki2012-05-084-7/+40
* QArrayData: Suppress MSVC warnning.Debao Zhang2012-05-071-1/+1
* Fix typos in bcd477e0bc48bDavid Faure2012-05-061-1/+1
* Replace QByteArrayData class by typedef.Jędrzej Nowacki2012-05-041-1/+2
* Stub out QSharedMemory and QSystemSemaphore for Android.Robin Burchell2012-05-044-3/+226
* Use QFile::{encode,decode}Name to deal with QT_PLUGIN_PATHThiago Macieira2012-05-041-1/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-042-2/+2
* 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
* Merge "Merge remote-tracking branch 'origin/api_changes'" into refs/staging/m...Lars Knoll2012-05-036-49/+32
|\
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-036-49/+32
| |\
| | * Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-201-9/+8
| | * 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
* | | Remove references to to/fromAscii in QString and QByteArray main docsThiago Macieira2012-05-031-1/+1
|/ /
* | Introduce QObject::isSignalConnected(QMetaMethod)Olivier Goffart2012-05-022-3/+57
* | Fix regression in connectNotify(const char *) emissionKent Hansen2012-05-013-9/+35
* | Fixed uninitialized memory in QMetaObjectBuilder::fromRelocatableDataRohan McGovern2012-05-011-0/+1
* | Initialize member variableLars Knoll2012-05-011-0/+1
* | Add QMetaMethod-based QObject::connect/disconnectNotify() APIKent Hansen2012-05-015-36/+133
* | Don't use the QRegExp methods that modify the object [QtCore]Thiago Macieira2012-04-271-1/+2
* | 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-272-0/+50
* | Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-255-56/+26
* | Split qobject_impl.h into qobjectdefs_impl.hKent Hansen2012-04-254-425/+488
* | Add comparison operators == and != for QMetaMethodKent Hansen2012-04-252-0/+25
* | Integrate Blackberry Platform Services (BPS) with Qt event loop.Jeff Kehres2012-04-244-3/+376
* | Cleanup QMetaObject string access.Jędrzej Nowacki2012-04-241-20/+14
* | Remove Qt 5 todo in QVariant: we're not going to change the behaviourThiago Macieira2012-04-241-2/+0
* | QTimer: fix typo in singleShot optimization for 0 msecsGiuseppe D'Angelo2012-04-231-1/+1
* | Fix warning in qobject.cppOlivier Goffart2012-04-231-0/+1
* | Don't assume QAbstractDeclarativeData::objectNameChanged is available.Michael Brasser2012-04-231-1/+1
* | Compile on Windows.Jan-Arve Saether2012-04-211-2/+8
* | Don't push unnecessary data to a data stream for QVariant()Thiago Macieira2012-04-201-3/+6
* | Provide versions of qRegisterMetaType() that do not normalize typename.Martin Jones2012-04-202-12/+70
* | Minor QObject::receivers() optimization.Michael Brasser2012-04-201-0/+3