summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* move doc next to implementationOswald Buddenhagen2009-10-051-23/+20
* Added qtextcodec_p.h to the project file.Denis Dzyubenko2009-10-051-0/+1
* Stopped using bitfields for S60 and Symbian versions.axis2009-10-051-8/+8
* QPropertyAnimation now uses QMetaObject::metacall instead of qt_metacallThierry Bastian2009-10-051-2/+2
* Make QEventTransition works with QGraphicsObject.Alexis Menard2009-10-051-1/+0
* Compile on Visual Studio 2003Eskil Abrahamsen Blomfeldt2009-10-051-1/+1
* Doc: silence more qdoc warnings.Volker Hilsheimer2009-10-031-1/+1
* Added qFastSin() and qFastCos() functions.Kim Motoyoshi Kalland2009-10-023-2/+333
* Add prefix to statemachine-specific event typesKent Hansen2009-10-025-9/+9
* Adds a bool to QAbstractAnimationPrivate to keep track of top-level animationsLeonardo Sobral Cunha2009-10-022-9/+16
* Use multimedia timers on Windows for timers less than 16msBradley T. Hughes2009-10-021-1/+1
* doc: Fixed numerous qdoc errors.Martin Smith2009-10-021-6/+0
* Renamed the values in the Qt::TileRule enum.Trond Kjernåsen2009-10-022-14/+14
* Use "if (1) {} else" instead of "if (1); else" to silence compiler.Volker Hilsheimer2009-10-011-2/+2
* Add input method hint for URL input widgets.Volker Hilsheimer2009-10-012-0/+2
* Compilation with pedantic or when QtCore is not specified in the include pathOlivier Goffart2009-10-011-5/+1
* optimize read() and readAll()Oswald Buddenhagen2009-09-301-20/+24
* optimize scan()Oswald Buddenhagen2009-09-301-2/+1
* improve condition nestingOswald Buddenhagen2009-09-301-11/+23
* Doc: Remaining pieces of the Graphics effect documentation.Bjørn Erik Nilsen2009-09-301-0/+13
* Add Qt::RenderHint to control rendering operations.Bjørn Erik Nilsen2009-09-302-0/+20
* Merge branch 'focusFixes' into 4.6axis2009-09-303-6/+3
|\
| * Fixed some uncommon codepaths to compile.axis2009-09-301-2/+2
| * Revert "Switched to asynchronous focus handling on Symbian."axis2009-09-302-4/+1
* | Compile.Eskil Abrahamsen Blomfeldt2009-09-301-0/+72
* | Fix floating point precision when using qreal with QDataStreamEskil Abrahamsen Blomfeldt2009-09-303-9/+107
* | 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