summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* statemachine: Small refactoring of initial transition codeKent Hansen2012-07-112-15/+16
* statemachine: Get rid of hidden start stateKent Hansen2012-07-112-45/+9
* statemachine: Revamp property assignments implementationKent Hansen2012-07-113-243/+380
* statemachine: Refactor {enter,exit}States() functionsKent Hansen2012-07-112-19/+34
* Make the documentation consistent with the header and QVector* classesLaszlo Papp2012-07-101-4/+4
* statemachine: Don't assign properties for transitions with no targetsKent Hansen2012-07-101-6/+4
* statemachine: Tiny refactoring to avoid double lookupKent Hansen2012-07-103-3/+4
* statemachine: Add some missing QT_NO_PROPERTIES guardsKent Hansen2012-07-102-4/+10
* statemachine: Small refactoring of animation selection codeKent Hansen2012-07-102-14/+21
* statemachine: Purge restorable properties when they are restoredKent Hansen2012-07-101-0/+2
* Set compound state's initial state to 0 if it is removed/deletedKent Hansen2012-07-101-0/+2
* statemachine: Let QPropertyAssignment do the property writeKent Hansen2012-07-102-4/+4
* statemachine: Don't crash if property assignment target is deletedKent Hansen2012-07-103-13/+36
* Use Q_DECL_CONSTEXPR for the QFlag's inline constructorLaszlo Papp2012-07-101-2/+2
* Use factor and divisor wording to be consistent with the documentation and restLaszlo Papp2012-07-101-27/+27
* statemachine: goToState() should require that the machine is runningKent Hansen2012-07-101-10/+7
* Speed up QCoreApplication construction a bitHarald Fernengel2012-07-102-3/+3
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-108-7/+2
* QtCore: mark some classes as sharedMarc Mutz2012-07-107-5/+12
* Make the x() and y() method documentation consistent with the restLaszlo Papp2012-07-101-2/+2
* Add note and references to the operator*=() methods for consistencyLaszlo Papp2012-07-101-0/+12
* QNX: QtGlobal: compile as a C header againMarc Mutz2012-07-091-1/+3
* Remove Library dependency on SettingsTasuku Suzuki2012-07-095-16/+8
* QMimeType: document preferredSuffix()/suffixes() betterDavid Faure2012-07-081-2/+3
* Fix QMimeType::operator== to only compare mimetype names.David Faure2012-07-082-20/+3
* Q_DECLARE_SHARED: fix docs; require and use member-swapMarc Mutz2012-07-061-5/+5
* QArrayData: Fix gcc warning about parentheses in 'a + b & c'.Friedemann Kleint2012-07-061-1/+1
* Fix event loop throughput issueRafael Roquetto2012-07-051-8/+25
* Fix socket notifier registration on Blackberry.Rafael Roquetto2012-07-042-8/+52
* Uppercase the CONFIG for verbatim mode.Stephen Kelly2012-07-041-1/+1
* Add a Q_PROPERTY for the sourceModel of a proxy model.Stephen Kelly2012-07-042-9/+16
* Revert "Allow moc to handle symbols that have been redefined."Matthew Vogt2012-07-041-6/+6
* Simplify the creation of QMetaTypeId specializations.Stephen Kelly2012-07-031-10/+6
* QNX: fix compilation with C++11 enabledMarc Mutz2012-07-031-0/+12
* Add QChar::SoftHyphen enum valueKonstantin Ritt2012-07-032-1/+2
* Silence clang warning in QVector::reallocData()Kent Hansen2012-07-031-1/+1
* Add erase operation to QArrayDataOpsJoão Abecasis2012-07-031-0/+63
* QtCore: add member-swap to shared classesMarc Mutz2012-07-0313-0/+67
* Forward the CMAKE_PREFIX_PATH to invoked tests.Stephen Kelly2012-07-031-2/+2
* Move the macros for invoking ctest to a shared location.Stephen Kelly2012-07-033-0/+60
* Add constexpr template specializations for built in metatypes.Stephen Kelly2012-07-031-5/+5
* buildsystem: Remove SXE from the configure and qconfig-*.h filesHolger Hans Peter Freyther2012-07-022-6/+0
* Make the CPU detection much more efficient in user codeThiago Macieira2012-07-022-43/+67
* Fix MinGW-w64 compilationJonathan Liu2012-07-021-1/+1
* Implement QVariant conversions for QObject derived pointer metatypes.Stephen Kelly2012-07-011-1/+64
* Store the QMetaObject with the QMetaType.Stephen Kelly2012-07-013-7/+98
* Add detection for C++11 noexceptThiago Macieira2012-06-291-0/+13
* 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