summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Revert "Switched to asynchronous focus handling on Symbian."axis2009-09-302-4/+1
* Add the -testability option to Qt applications.Petri Kiiskinen2009-09-291-1/+2
* I18N: Add new module, fix spelling glitch.Friedemann Kleint2009-09-291-1/+1
* Make QSignalEvent and QWrappedEvent inner classes of QStateMachineKent Hansen2009-09-281-2/+2
* Remove doc warning about UpdateSoftKeys.Jason Barron2009-09-281-0/+1
* QEventLoop::ExcludeUserInputEvents should not allow the user to close the windowBradley T. Hughes2009-09-281-1/+2
* Doc: Added some notes to help people implement custom models.David Boddie2009-09-251-3/+9
* Fix regressions in qeventloop, qtimer, and qsocketnotifier autotestsBradley T. Hughes2009-09-253-31/+112
* Fix 3.1 build - move unimplemented RFs API to the S60 pluginShane Kearns2009-09-232-3/+12
* Fix a warning about an unused variable.Jason Barron2009-09-231-1/+1
* Fix "... may return wrong private dir if application is on Z:, not C:"Shane Kearns2009-09-221-32/+31
* Merge commit 'origin/4.5' into 4.6Andreas Aardal Hanssen2009-09-221-1/+1
|\
| * QCoreApplicationPrivate::appendApplicationPathToLibraryPaths WinCE fixJoerg Bornemann2009-09-211-1/+1
| * Update license headers again.Jason McDonald2009-09-0873-292/+292
* | Add a new compressable event QEvent::UpdateSoftKeys.Jason Barron2009-09-211-0/+2
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Shane Kearns2009-09-162-17/+19
|\ \
| * | Put back the declarativeData into its union so it doesn't take memoryOlivier Goffart2009-09-161-2/+4
| * | Move QGuard to the ExtraDataOlivier Goffart2009-09-162-15/+15
* | | Fix QTimer overflow with interval > 35 minutes on symbianShane Kearns2009-09-162-5/+30
|/ /
* | Hide getStaticMetaObject() on platforms without Q_NO_DATA_RELOCATIONShane Kearns2009-09-161-2/+8
* | Fix -Wconversion warnings where possible.David Faure2009-09-131-8/+8
* | Fix the signal output in QObject::dumpObjectInfoOlivier Goffart2009-09-101-1/+1
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-1084-340/+340
|\ \
| * | Some unneeded semicolons lessAlessandro Portale2009-09-091-1/+1
| * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-0984-336/+336
| |\ \
| | * | Update license headers again.Jason McDonald2009-09-0984-336/+336
| * | | Fixed 'use of function is deprecated' warnings reported by RVCTJanne Anttila2009-09-091-3/+3
| |/ /
* | | Fixed various PlatSec violations when app had no AllFiles capability.Miikka Heikkinen2009-09-101-7/+24
|/ /
* | Fix a crash in the Win32 event dispatcherBradley T. Hughes2009-09-071-0/+2
* | Doc: Added info on Q_FLAGS() by providing an example with more context.David Boddie2009-09-041-3/+11
* | Fix tst_QTimer::moveToThread() on WindowsBradley T. Hughes2009-09-041-5/+5
* | Fix access to uninitialized memoryJoão Abecasis2009-09-021-1/+0
* | Don't check for null if never happens, but test it if it may...João Abecasis2009-09-011-4/+4
* | Fixed warnings (just 2 Q_Q() that are not used any moreThierry Bastian2009-09-011-2/+0
* | QMetaObject::normalizeType: fix out-of-bound access.Olivier Goffart2009-09-011-7/+4
* | Document some of the new QVariant featureOlivier Goffart2009-08-311-0/+1
* | Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3111-143/+143
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-3173-949/+949
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-3173-949/+949
| * Update license headers.Jason McDonald2009-08-1173-73/+73
* | trivial: make moc compile againHarald Fernengel2009-08-281-0/+2
* | QMetaObjectPrivate: refactor internal disconnect to avoid duplicate codeLeonardo Sobral Cunha2009-08-282-49/+47
* | Enable Q_OBJECT usage across DLL boundary on Symbian OSShane Kearns2009-08-282-1/+19
* | Whitespaces & indentation cleanup in qobjectLeonardo Sobral Cunha2009-08-282-26/+27
* | doc: Fixed several qdoc errors.Martin Smith2009-08-281-31/+45
* | doc: Fixed several qdoc errors.Martin Smith2009-08-281-9/+9
* | doc: Fixed several qdoc errors.Martin Smith2009-08-282-10/+8
* | Documentation of QAbstractProxyModel::resetOlivier Goffart2009-08-281-3/+2
* | Fix the API for resetting QAbstractItemModels.Stephen Kelly2009-08-282-7/+45
* | Doc: Added suggestion about decoding arguments from argv. Tidying up.David Boddie2009-08-271-26/+44