summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | QStateMachine: empty the whole internal queue before external queueErik Verbruggen2015-05-191-16/+10
| | * | | QStateMachine: fix RestorableId exception specificationMarc Mutz2015-05-191-1/+2
| | * | | WinRT/Winphone: Fix warnings in qtbaseOliver Wolff2015-05-183-3/+8
| | * | | Doc: added doc to undocumented functionsNico Vertriest2015-05-188-31/+237
| | * | | Fix QtPrivate::IsQEnumHelper<void>Olivier Goffart2015-05-171-0/+1
| | * | | WinRT: fix namespaced buildJoerg Bornemann2015-05-162-6/+16
| | * | | Reorder member variables to avoid padding.Volker Krause2015-05-145-8/+8
| | * | | QSize, QSizeF: Add Q_REQUIRED_RESULTSérgio Martins2015-05-131-9/+9
| | * | | QSysInfo: Expand Linux distribution detectionCaroline Chao2015-05-131-10/+76
| | * | | Consider "assets" scheme as a local file on AndroidBogDan Vatra2015-05-131-4/+8
| | * | | Fix hidden detachSérgio Martins2015-05-131-8/+8
| | * | | Don't assume QLocale::codecForLocale always returns non-nullKonstantin Ritt2015-05-131-5/+7
| | * | | qstandardpaths_ios: allow empty strings to be returned for undefined locationsRichard Moe Gustavsen2015-05-101-9/+0
| | * | | Don't overwrite applicationName if already set.David Faure2015-05-091-4/+6
| | * | | Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-088-74/+92
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.4.2' into 5.4Allan Sandfeld Jensen2015-05-082-3/+3
| | | |\|
| | | | * Require -fPIC instead of just -fPIE for -reduce-relocationsThiago Macieira2015-05-072-3/+3
| | | * | Merge remote-tracking branch 'origin/5.4.2' into 5.4Simon Hausmann2015-05-042-0/+22
| | | |\|
| | | | * Merge 5.4 into 5.4.2Oswald Buddenhagen2015-04-204-71/+67
| | | | |\
| | | | * | QNAM: Fix upload corruptions when server closes connectionMarkus Goetz2015-04-202-0/+22
| | | * | | Bump versionOswald Buddenhagen2015-04-201-2/+2
| | | | |/ | | | |/|
| | | * | let QWindowsPipeReader::stop() cancel the current I/O operationJoerg Bornemann2015-04-162-10/+26
| | | * | inline QWindowsPipeReader::completeAsyncReadJoerg Bornemann2015-04-162-32/+23
| | | * | remove emitReadyReadTimer from QWindowsPipeReaderJoerg Bornemann2015-04-162-11/+0
| | | * | QWindowsPipeReader: zero OVERLAPPED struct before every ReadFileJoerg Bornemann2015-04-161-1/+1
| | | * | Doc: fix description of QWindowsPipeReader::readJoerg Bornemann2015-04-161-1/+1
| | | * | QLockFile: fix deadlock when the lock file is corruptedOlivier Goffart2015-04-152-16/+16
| | | |/
| | * | Use kqueue on NetBSD in qfilesystemwatcher.Niclas Rosenvik2015-05-082-3/+3
| | * | QStateMachine: allow posting of events when starting.Erik Verbruggen2015-05-072-2/+13
| | * | QStateMachine: Fix transition ordering.Erik Verbruggen2015-05-071-5/+32
| | * | Make it explicit that a few Qt::WindowFlags are overlappingTor Arne Vestbø2015-05-071-3/+6
| | * | QSettings: use QStandardPath to resolve path on iOSRichard Moe Gustavsen2015-05-061-1/+5
| | * | docs: QFile doesn't support QUrl style qrc pathsSérgio Martins2015-05-061-2/+2
| | * | qstandardpaths_ios: return empty path for ApplicationsLocationRichard Moe Gustavsen2015-05-051-1/+1
| | * | qstandardpaths_ios: use fallback for DesktopLocationRichard Moe Gustavsen2015-05-051-3/+1
| | * | qstandardpaths_ios: return writable locations for Fonts, Music, Movies, Pictu...Richard Moe Gustavsen2015-05-051-5/+9
| | * | Make data tables const.Volker Krause2015-05-051-1/+1
| | * | Add Q_REQUIRED_RESULT in several placesSérgio Martins2015-05-043-4/+4
| | * | qstatemachine: add methods detect when a machine has processed an eventFawzi Mohamed2015-05-042-2/+52
| | * | QStateMachine: add internal transitions.Erik Verbruggen2015-05-044-13/+69
| | * | QStateMachine: cache expensive calculations.Erik Verbruggen2015-05-042-55/+205
* | | | Fix build on QNX 650Simon Hausmann2015-06-031-0/+6
* | | | De-duplicate vtables, part II: exported public classesMarc Mutz2015-06-033-1/+45
* | | | De-duplicate vtables, part I: exported private classesMarc Mutz2015-06-036-1/+25
* | | | Rename ReturnKey to EnterKeyKai Uwe Broulik2015-06-032-34/+35
|/ / /
* | | QRunnable: add Q_DISABLE_COPYMarc Mutz2015-06-021-1/+3
* | | Q(Unhandled)Exception: declare dtor out-of-lineMarc Mutz2015-06-022-0/+20
* | | QRunnable: declare dtor out-of-line and export classMarc Mutz2015-06-022-3/+13
* | | QStateMachine: Use QSet::intersects() instead of QSet::intersect()Sérgio Martins2015-05-301-1/+1
* | | QSet: Introduce intersects().Sérgio Martins2015-05-303-1/+42