summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make QSignalEvent and QWrappedEvent inner classes of QStateMachineKent Hansen2009-09-288-209/+74
* 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
* Fixed qsharedpointer auto test build break for Symbian OS.Janne Anttila2009-09-281-1/+1
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Jeremy Katz2009-09-258-61/+142
|\
| * Doc: Added some notes to help people implement custom models.David Boddie2009-09-251-3/+9
| * Replacing QPointer usage with QWeakPointer in statemachineLeonardo Sobral Cunha2009-09-253-7/+7
| * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-253-31/+112
| |\
| | * Fix regressions in qeventloop, qtimer, and qsocketnotifier autotestsBradley T. Hughes2009-09-253-31/+112
| * | Changed S60 version check to do runtime check also in emulator.Miikka Heikkinen2009-09-251-20/+14
| |/
* | QPrintPreviewDialog depends on QMainWindow (qfeatures.txt)Jeremy Katz2009-09-252-2/+2
|/
* Change the way we handle KeyboardUIMode on MacBenjamin Poulain2009-09-251-3/+1
* Revert to using Q_CORE_EXPORT to export two assembler functionsIain2009-09-241-5/+2
* Uninitialised variable fix for qfilesystemwatcher_symbianmread2009-09-241-1/+1
* Fix 3.1 build - move unimplemented RFs API to the S60 pluginShane Kearns2009-09-232-3/+12
* Compile fix for platforms prior to Symbian^3.Jason Barron2009-09-231-0/+1
* Cleaned up input method hints documentation a bit.axis2009-09-231-6/+15
* Added ImhEmailCharactersOnly flag.axis2009-09-231-0/+1
* Small change in the API of animationsThierry Bastian2009-09-2311-30/+24
* Fix a warning about an unused variable.Jason Barron2009-09-231-1/+1
* Fixed parsing of html header in the qtextcodec.Denis Dzyubenko2009-09-231-6/+8
* QRingBuffer: Try to minimize memory consumption while it is emptyMarkus Goetz2009-09-231-5/+18
* Fixed crash in QFileSystemWatcher for addPath(nonExistingFile)gunnar2009-09-221-0/+6
* fix failing qdir autotestShane Kearns2009-09-221-1/+1
* Fix "... may return wrong private dir if application is on Z:, not C:"Shane Kearns2009-09-221-32/+31
* Fix a possible warning on animations used with statesThierry Bastian2009-09-221-7/+11
* Fix memleak in tst_qhttpnetworkconnectionMarkus Goetz2009-09-221-1/+3
* Fixes some warning in headersOlivier Goffart2009-09-222-13/+13
* Fixes warnings in QMapOlivier Goffart2009-09-221-5/+4
* Merge commit 'origin/4.5' into 4.6Andreas Aardal Hanssen2009-09-221-1/+1
|\
| * QCoreApplicationPrivate::appendApplicationPathToLibraryPaths WinCE fixJoerg Bornemann2009-09-211-1/+1
* | qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-213-5/+14
* | Add a new compressable event QEvent::UpdateSoftKeys.Jason Barron2009-09-211-0/+2
* | System locale on Mac may not return AnyCountry for any language != Ccon2009-09-181-2/+5
* | Adding support for symbian graphics resources.Aleksandar Sasha Babic2009-09-181-1/+3
* | Introduce native Symbian bitmap support to QPixmapJani Hautakangas2009-09-181-0/+1
* | Add a new wildcard mode similar to bash in QRegExpBenjamin Poulain2009-09-172-18/+85
* | have make_qfeatures_dot_h use QTSRCDIR if defined, update qfeatures.hJeremy Katz2009-09-161-5/+5
* | QGlobal: fix Windows error reportingPeter Hartmann2009-09-161-1/+1
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Shane Kearns2009-09-165-23/+22
|\ \
| * | 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
| * | Document that errors from flush are ignored in QFile::close()João Abecasis2009-09-161-1/+1
| * | doc: Fixed some qdoc errors.Martin Smith2009-09-162-5/+2
* | | 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
* | doc: Fixed some qdoc errors.Martin Smith2009-09-161-1/+1
* | I don't think this was intentional...João Abecasis2009-09-152-2/+0
* | QCursor support for Symbian OSShane Kearns2009-09-153-0/+39
* | Fix ambiguous overload for QTileRules constructorOlivier Goffart2009-09-151-0/+2