summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Windows: Do not return short path names for QDir::tempPath().Friedemann Kleint2012-07-171-1/+11
* Typo in QWaitCondition::wait() doc: lcokedReadWriteLockJeremy Katz2012-07-171-1/+1
* Correct documentation for Void metatype value, define UnknownTypeJeremy Katz2012-07-171-1/+2
* Add new metatypes to QMetaType::Type enum for docsJeremy Katz2012-07-171-0/+3
* Remove Qt3Support enums for q{dir,filedevice,settings,variant} in docsJeremy Katz2012-07-174-11/+0
* Remove documentation of previously deleted Accessibility eventsJeremy Katz2012-07-171-3/+0
* Remove documentation of Qt3Support enums in qcoreevent.cppJeremy Katz2012-07-171-7/+0
* Normalize signal/slots.Sergio Martins2012-07-171-52/+52
* QStateMachine: mark a ctor as explicitMarc Mutz2012-07-161-1/+1
* undocument enums as part of Qt3Support removalJeremy Katz2012-07-161-124/+1
* Add gui/ to qtcore.qdocconf to pick up enums in Qt namespaceJeremy Katz2012-07-161-1/+2
* Undocument Qt::AnchorAttributeJeremy Katz2012-07-161-12/+0
* Fix applicationName() being empty in QApplication.David Faure2012-07-161-1/+1
* statemachine: Move RestorePolicy enum to QState classKent Hansen2012-07-165-44/+42
* Add QStateMachine constructor that takes a ChildModeKent Hansen2012-07-162-0/+15
* Only create the Qt5::WinMain target if it doesn't exist yet.Stephen Kelly2012-07-131-11/+13
* statemachine: Micro-optimization for signal transition connectKent Hansen2012-07-131-4/+4
* statemachine: Use new Qt5 api for obtaining method parameter typesKent Hansen2012-07-131-3/+2
* statemachine: Make signal transition registration thread-safeKent Hansen2012-07-132-0/+11
* statemachine: Fix signal transition handling in multi-threaded setupKent Hansen2012-07-131-2/+8
* statemachine: Small refactoring of transition registrationKent Hansen2012-07-135-14/+46
* statemachine: Fix dynamic transition registration edge casesKent Hansen2012-07-132-0/+3
* statemachine: Avoid warning when setting up signal transitionKent Hansen2012-07-131-0/+2
* statemachine: Set correct signal index when signal is non-normalizedKent Hansen2012-07-131-0/+1
* doc/snippets: normalize signals/slotsMarc Mutz2012-07-131-2/+2
* 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