summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix QUrl regression with setHost("::ffff:129.144.52.38")David Faure2009-10-131-2/+7
* QMetaObject::activate: reordered mutex locks/unlocks around spyFlorian Vichot2009-10-131-2/+3
* Merge commit '8df79a473e1a7e5c79b9b10827985bf3e9501002' into 4.6Alexis Menard2009-10-127-42/+68
|\
| * Fixed warnings autotest.Denis Dzyubenko2009-10-121-1/+1
| * Fixed enum values in Qt::GestureContext.Denis Dzyubenko2009-10-121-2/+2
| * QUuid::createUuid() not unique when using threads on UnixBradley T. Hughes2009-10-122-4/+37
| * A new implementation of the Gesture API.Denis Dzyubenko2009-10-094-8/+29
| * Revert "Workaround for OpenC daylight saving cache issue when using localtime...Aleksandar Sasha Babic2009-10-091-30/+2
* | Update lastTick on all timerTicks in QAbstractAnimationLeonardo Sobral Cunha2009-10-091-7/+4
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Alexis Menard2009-10-091-2/+13
|\ \ | |/
| * Fix for tst_qfile::map auto test in Symbian OS 3.1.Janne Anttila2009-10-091-2/+13
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Marius Bugge Monsen2009-10-083-5/+39
|\ \ | |/
| * Workaround for OpenC daylight saving cache issue when using localtime_r.Janne Anttila2009-10-081-2/+30
| * Fix Qt Designer startup warnings about Qt::DropAction propertiesFriedemann Kleint2009-10-081-2/+2
| * Documented the NoOpaqueDetection enum value in ImageConversionFlags.Samuel Rødal2009-10-071-1/+7
* | In QParallelAnimationGroup, only stop the children if they arent stoppedLeonardo Sobral Cunha2009-10-071-3/+5
* | Avoids timer ticks when there are only pause animations runningLeonardo Sobral Cunha2009-10-074-47/+186
* | Removed unused function QUnifiedTimer::elapsedTime from animation api privateLeonardo Sobral Cunha2009-10-071-1/+0
* | In QAbstractAnimation::setState setCurrentTime when animation pausesLeonardo Sobral Cunha2009-10-071-8/+9
|/
* Fixed initialization of the system locale on Symbian.Denis Dzyubenko2009-10-071-2/+8
* Revert "There's no need to include qstringmatcher.h in qstringlist.h"Marius Storm-Olsen2009-10-072-1/+1
* Only a character but could still be interrupted by a signalJoão Abecasis2009-10-071-1/+1
* Fixing more GCC warningsJoão Abecasis2009-10-071-2/+2
* Fixing some GCC warningsJoão Abecasis2009-10-071-0/+1
* 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
* 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