summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to connect to QAbstract{State,Transtion} private signals.Stephen Kelly2012-07-134-10/+16
* Make it possible to use new syntax to connect to model signals.Stephen Kelly2012-07-132-31/+83
* Create a way to inform moc about private signals.Stephen Kelly2012-07-131-1/+2
* statemachine: Fix state entry bug for parallel state groupsKent Hansen2012-07-122-23/+37
* statemachine: Move invariant code out of loop bodyKent Hansen2012-07-121-6/+6
* Enable modularization of translation files.Jan-Arve Saether2012-07-122-18/+61
* remove QT_NO_SIGNALMAPPER from featuresTasuku Suzuki2012-07-124-16/+0
* android: fix build mistake from earlier mkspec namingRobin Burchell2012-07-121-1/+1
* Fix static plugin loading.Thiago Macieira2012-07-121-4/+11
* Write qHash functions for QDate, QTime and QDateTime.Mitch Curtis2012-07-122-0/+41
* Add unary operator+ to QPoint and QPointF.Mitch Curtis2012-07-122-0/+26
* Put the ICU libraries in LIBS_PRIVATEThiago Macieira2012-07-111-2/+2
* Fix some spelling errorsSergio Ahumada2012-07-1110-17/+17
* Fix unit tests when CMAKE_PREFIX_PATH env var is not set.Stephen Kelly2012-07-111-0/+3
* QNX: fix linking by implementing QStandardPaths::enableTestMode()Marc Mutz2012-07-111-3/+20
* statemachine: Support parallel root stateKent Hansen2012-07-111-11/+27
* statemachine: Emit finished() signal when the initial state is finalKent Hansen2012-07-111-1/+12
* 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