summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Improve Behavior reliability.Michael Brasser2009-10-111-1/+4
* Fix messed up mergeAaron Kennedy2009-10-081-3/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-0726-79/+121
|\
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-0626-79/+121
| |\
| | * add missing includeKent Hansen2009-10-061-0/+1
| | * QParallelAnimationGroup: set the correct state for the animationsThierry Bastian2009-10-062-29/+49
| | * The threshold for system basic timers has changed on windowsThierry Bastian2009-10-062-3/+7
| | * Fix regression in QUrl: IPv6 hosts should be lowercased like in Qt-4.5.David Faure2009-10-061-0/+2
| | * Faster case-insensitive comparison to "file" in QUrl::toLocalFileDavid Faure2009-10-061-1/+1
| | * Partially revert e58293b3b, re-adding the #ifdef for Qt 4.7Thiago Macieira2009-10-061-0/+4
| | * Fix typo in QtCore license headers.Jason McDonald2009-10-0611-11/+11
| | * Add documentation for WA_DontShowOnScreen.Peter Yard2009-10-061-0/+3
| | * Added QT_VERSION_CHECK to docs.Peter Yard2009-10-061-0/+11
| | * 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
* | | Only start timer if it isn't already activeAaron Kennedy2009-10-051-2/+4
|/ /
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-0414-41/+373
|\ \ | |/
| * 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
* | Merge commit 'qt-mainline/4.6' into kinetic-declarativeuiAndreas Aardal Hanssen2009-10-0222-90/+514
|\ \ | |/
| * 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