summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Compile on Windows when QS_RAWINPUT is not defined.Bradley T. Hughes2009-10-211-1/+4
* Use GetStatusQueue() to look for timer and input messagesBradley T. Hughes2009-10-211-2/+1
* Remove workarounds for Win32 event dispatcher bugsBradley T. Hughes2009-10-201-12/+0
* Send posted events in response to WM_QT_SENDPOSTEDEVENTSBradley T. Hughes2009-10-201-84/+94
* Doc update for QDir::rootPath and QDir::homePath in Symbian.Janne Anttila2009-10-201-2/+3
* Revert "Change the way we handle KeyboardUIMode on Mac"Benjamin Poulain2009-10-201-1/+3
* Reimplementing QDate/QTime/QDateTime in Symbian native mannerAleksandar Sasha Babic2009-10-191-1/+61
* Made sure the noSocketEvents value is preserved in case of exception.axis2009-10-191-3/+3
* Removed unnecessary include from a public header file.axis2009-10-161-4/+0
* Merge commit 'origin/4.6' into mmfphononFrans Englich2009-10-163-13/+25
|\
| * Merge commit 'a814aba657288942b5beed70a2110446420f981c' into origin-4.6Olivier Goffart2009-10-152-4/+10
| |\
| | * Merge commit origin/4.6 into team-widgets/4.6Olivier Goffart2009-10-154-11/+13
| | |\
| | * \ Merge origin/4.6 into team-widgets/4.6Olivier Goffart2009-10-143-4/+43
| | |\ \
| | * | | 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
| * | | | doc: Clarified when setDefaultFormat() is ignored by constructors.Martin Smith2009-10-151-9/+15
| | |_|/ | |/| |
* | | | Merge commit 'origin/4.6' into mmfphononFrans Englich2009-10-1517-85/+334
|\ \ \ \ | |/ / /
| * | | Removed platform specific include from qprocess.hMiikka Heikkinen2009-10-144-11/+13
| | |/ | |/|
| * | Merge qt-team-widgets/4.6 into origin/4.6Olivier Goffart2009-10-135-53/+191
| |\ \ | | |/
| | * Merge commit '8df79a473e1a7e5c79b9b10827985bf3e9501002' into 4.6Alexis Menard2009-10-127-42/+68
| | |\
| | * | 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
| | |\ \
| | * \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Marius Bugge Monsen2009-10-083-5/+39
| | |\ \ \
| | * | | | 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
| * | | | | Doc: Minor corrections and additions to i18n documentation.David Boddie2009-10-121-1/+1
| * | | | | Doc: Gesture API documentation review.David Boddie2009-10-121-5/+5
| * | | | | Fix for poor performance during screen orientation switchShane Kearns2009-10-121-2/+2
| * | | | | Added documentation for the Gesture API.Denis Dzyubenko2009-10-121-1/+40
| | |_|_|/ | |/| | |
| * | | | 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
| | |_|/ | |/| |
| * | | Fix for tst_qfile::map auto test in Symbian OS 3.1.Janne Anttila2009-10-091-2/+13
| | |/ | |/|
| * | 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
| |/
* | Added a new event type, WinIdChange.Gareth Stockwell2009-10-092-0/+3
|/
* 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