| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix handling of urls containing username/password in QNetworkAccessManager | Shane Kearns | 2012-02-20 | 2 | -10/+63 |
|
|
* | Fix incorrect use of QObject::disconnect in synchronous http request | Shane Kearns | 2012-02-20 | 1 | -2/+4 |
|
|
* | Update documentation to show NTLMv2 is supported | Shane Kearns | 2012-02-20 | 1 | -4/+2 |
|
|
* | RR scheduler error handling for deleted active objects | Murray Read | 2012-02-20 | 2 | -4/+10 |
|
|
* | Fixed typo in text: "dpeth" -> "depth" | Sergey Belyashov | 2012-02-20 | 2 | -2/+2 |
|
|
* | tests: Mark unstable tests as insignificant on Windows | Sergio Ahumada | 2012-02-17 | 3 | -2/+2 |
|
|
* | Fix for Shazam crash | Murray Read | 2012-02-17 | 1 | -7/+5 |
|
|
* | Doc fix for Linguist | Andy Shaw | 2012-02-17 | 1 | -1/+1 |
|
|
* | Ensure the scrollers appears when there is too many menu items | Andy Shaw | 2012-02-17 | 1 | -10/+11 |
|
|
* | Fix Windows timer performance regression | Jonathan Liu | 2012-02-16 | 1 | -1/+1 |
|
|
* | Don't render glyph with FT with fetchMetricsOnly | Jiang Jiang | 2012-02-15 | 1 | -1/+1 |
|
|
* | Abort FTP download, not the whole application | Shane Kearns | 2012-02-15 | 2 | -5/+25 |
|
|
* | Fix online status checking in generic bearer plugin. | Xizhi Zhu | 2012-02-15 | 3 | -1/+98 |
|
|
* | tests: Mark unstable tests as insignificant on Windows | Sergio Ahumada | 2012-02-15 | 3 | -0/+6 |
|
|
* | QDial: Fix crash when singleStep-property is 0. | Friedemann Kleint | 2012-02-15 | 1 | -1/+3 |
|
|
* | Checking for directory exists in failed QDir::mkpath on Symbian | Murray Read | 2012-02-15 | 2 | -2/+15 |
|
|
* | Fixed memory leak in QPA/Lighthouse event handling. | Samuel Rødal | 2012-02-14 | 1 | -0/+1 |
|
|
* | tests: Mark unstable tests as insignificant on Windows | Sergio Ahumada | 2012-02-14 | 7 | -4/+7 |
|
|
* | Re-enabled tst_LargeFile | Jo Asplin | 2012-02-14 | 2 | -1/+3 |
|
|
* | Build break fix | Ari Lehtola | 2012-02-14 | 1 | -1/+2 |
|
|
* | Initializes seqDumpPos on qiodevice.cpp | Nick Ratelle | 2012-02-14 | 1 | -1/+2 |
|
|
* | test: Do not mark tst_qdeclarativeerror as insignificant anymore | Sergio Ahumada | 2012-02-13 | 1 | -2/+0 |
|
|
* | Fixed compiler warning about unused variable with QT_NO_TEXTCODEC. | Andreas Holzammer | 2012-02-11 | 1 | -0/+3 |
|
|
* | Added QAccessibleGroupBox | José Millán Soto | 2012-02-10 | 5 | -18/+192 |
|
|
* | Symbian: Fix for VKB default language to English in RTL variant | Satyam Bandarapu | 2012-02-10 | 1 | -1/+1 |
|
|
* | Raise loopLevel for deleteLater in event filters | John Stanley | 2012-02-10 | 3 | -12/+16 |
|
|
* | When doing mouse move compression, pass non-MotionNotify events to installed ... | John Stanley | 2012-02-10 | 1 | -1/+4 |
|
|
* | Pass events to installed event dispatcher event filters before passing them t... | John Stanley | 2012-02-10 | 3 | -13/+25 |
|
|
* | test: Do not mark tst_qdeclarativetimer as insignificant anymore | Sergio Ahumada | 2012-02-10 | 1 | -2/+0 |
|
|
* | test: Do not mark tst_uic3 as insignificant anymore | Sergio Ahumada | 2012-02-10 | 1 | -2/+0 |
|
|
* | test: Mark tst_QMdiSubWindow with insignificant_test on Mac OS X | Sergio Ahumada | 2012-02-10 | 1 | -1/+1 |
|
|
* | test: Re-enabled passing test in tst_qdbuspendingcall | Sergio Ahumada | 2012-02-10 | 1 | -2/+0 |
|
|
* | QTextEngine - treat a fullstop (0x2E) as the same script as the preceeding te... | John Tapsell | 2012-02-10 | 2 | -7/+57 |
|
|
* | Harfbuzz-thai: Hide ZWJ and ZWNJ characters and show Inherited characters | John Tapsell | 2012-02-10 | 2 | -3/+50 |
|
|
* | Harfbuzz-thai - When calling HB_OpenTypePosition we must set doLogClusters to... | John Tapsell | 2012-02-10 | 1 | -1/+1 |
|
|
* | Fix crash in qt_init when the XFIXES extension is not available. | David Faure | 2012-02-10 | 1 | -0/+8 |
|
|
* | Fix unstable test due to a race in QThread | Bradley T. Hughes | 2012-02-09 | 1 | -1/+1 |
|
|
* | Fixes a possible out-of-bound write in QByteArray. | Nick Ratelle | 2012-02-09 | 1 | -6/+11 |
|
|
* | realpath(X,0) IS supported on QNX. | Nick Ratelle | 2012-02-09 | 1 | -1/+1 |
|
|
* | Fix qmake evaluation of QMAKE_TARGET.arch on msvc2010 x86_64 | Giotis Nikos | 2012-02-09 | 1 | -2/+8 |
|
|
* | Fix QListView::scrollTo() when there are hidden rows | Jani Honkonen | 2012-02-09 | 2 | -1/+53 |
|
|
* | Avoiding early deleteLater in Symbian with better loopLevel tracking | Murray Read | 2012-02-09 | 5 | -21/+159 |
|
|
* | Harfbuzz-thai - fix to_tis620 function for latin characters | John Tapsell | 2012-02-09 | 1 | -1/+1 |
|
|
* | Symbian building: enable symbian platform autodetection | Pasi Pentikainen | 2012-02-09 | 1 | -3/+0 |
|
|
* | Symbian: Fix for blank window after taping Editing options. | Satyam Bandarapu | 2012-02-09 | 2 | -8/+45 |
|
|
* | Change bugreports.qt.nokia.com -> bugreports.qt-project.org | Sergio Ahumada | 2012-02-09 | 17 | -22/+22 |
|
|
* | Fixed null pointer dereference in QUnifiedTimer | Nick Ratelle | 2012-02-08 | 1 | -6/+9 |
|
|
* | Fix bug in qatomic for INTEGRITY RTOS | Kalle Viironen | 2012-02-08 | 1 | -34/+57 |
|
|
* | Fix Qt to use font with simplified chinese characters as default if needed | Marko Kenttala | 2012-02-08 | 1 | -0/+8 |
|
|
* | Fix for effects in Qt-applications startup | Ari Lehtola | 2012-02-08 | 1 | -0/+7 |
|
|