summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' into lighthousePaul Olav Tvete2009-09-30459-2458/+2918
|\
| * fix string builder for QT_NO_CAST_FROM_ASCII on Windowshjk2009-09-301-2/+13
| * Adds QUrl::fromUserInput, gathered from QWebView::guessUrlFromString.Jocelyn Turcotte2009-09-292-0/+77
| * Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-292-0/+21
| |\
| | * Make sure delayed events are cancelled when a state machine haltsKent Hansen2009-09-292-0/+21
| * | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-292-20/+89
| |\ \ | | |/
| | * Introduce state machine event priority, make it possible to cancel eventsKent Hansen2009-09-292-20/+89
| * | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-2937-326/+303
| |\ \ | | |/
| | * Do synchronous processing of events in state machine if possibleKent Hansen2009-09-292-13/+40
| | * doc: Describe the semantics of targetless state machine transitionsKent Hansen2009-09-291-0/+4
| | * 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
| | * Revert the new QFSEventsFileSystemWatcherEngine on Mac for now.Alexis Menard2009-09-291-1/+1
| | * Fix qdoc error.Jason McDonald2009-09-291-2/+2
| | * doc: add some more \since 4.6 tagsVolker Hilsheimer2009-09-282-1/+6
| | * Removed unused line in QAbstractAnimationLeonardo Sobral Cunha2009-09-281-1/+0
| | * getMacPreferredLanguageAndCountry: Fix possible crashMarkus Goetz2009-09-281-1/+1
| | * Refactor of timer verification in QAbstractAnimationLeonardo Sobral Cunha2009-09-281-6/+4
| | * Animations: updateCurrentTime now receives the currentTime as paramaterThierry Bastian2009-09-2810-18/+18
| | * 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
| * | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-2418-47/+63
| |\ \ | | |/
| | * 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
| * | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-23459-8889/+11439
| |\ \ | | |/
| | * 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