summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't assume a QBasicDrag will start and end over a QWindowTor Arne Vestbø2014-03-041-3/+2
* Revert path() behavior to not expand a current path on a driveAndy Shaw2014-03-042-2/+2
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-0439-4841/+255
* Remove duplicated testsSze Howe Koh2014-03-041-14/+0
* Doc: Mention that QSortFilterProxyModel::lessThan() handles floatsSze Howe Koh2014-03-041-0/+1
* Doc: Clarify QJsonValue::fromVariant() type conversionsSze Howe Koh2014-03-041-12/+40
* Fix crash in QSimpleDrag if drag wasn't started over a QWindowTor Arne Vestbø2014-03-041-2/+3
* Vista Style: Fix menu item checkmark offset for QQuick ControlsGabriel de Dietrich2014-03-041-1/+1
* iOS: prevent crash on iOS 5Richard Moe Gustavsen2014-03-041-3/+3
* QTouchDevice Documentation grammar correction.David Fries2014-03-041-1/+1
* Fix QDateEdit popup appearance on macJens Bache-Wiig2014-03-042-7/+1
* Fix issue where revealed widget children do not receive paint event.Chris Colbert2014-03-043-13/+25
* xcb: Rename main.cpp to xcbmain.cpphjk2014-03-042-2/+2
* Support QQuickWidget on Windows.Friedemann Kleint2014-03-044-1/+25
* Remove use of templates in tst_qatomicinteger.Friedemann Kleint2014-03-041-2/+2
* Doc: fix warning: No documentation for 'QApplication::palette()'Marc Mutz2014-03-041-1/+1
* Doc: fix documentation for QGraphicsScene::focusItemChanged()Marc Mutz2014-03-041-1/+1
* Disable 'gsub' table check for AAT fonts on MacKonstantin Ritt2014-03-041-0/+9
* Revert "Propagate synthesized mouse events in parallel (lock-step) with touch"Eskil Abrahamsen Blomfeldt2014-03-042-95/+0
* Android: Add commercial license to BSD-licensed filesEskil Abrahamsen Blomfeldt2014-03-044-0/+40
* Doc: fix Q_ASSERT exampleJoerg Bornemann2014-03-041-1/+1
* Doc: fix documentation of QProgressDialog::openJoerg Bornemann2014-03-041-1/+1
* Win32: define _HAS_EXCEPTIONS as 0 when exceptions are off.Erik Verbruggen2014-03-043-3/+3
* Turn off compiler optimization in tst_qtendian for MSVC2008.Friedemann Kleint2014-03-041-0/+4
* Windows Vista Style: Don't draw menubar item background for QQ ControlsGabriel de Dietrich2014-03-041-5/+7
* Cocoa: Keep child NSWindow alive while it grabs the mouseGabriel de Dietrich2014-03-042-2/+24
* Cocoa: Use helper class for event handling in native windowsGabriel de Dietrich2014-03-042-106/+169
* SPDY must handle destoyed QNetworkReplyAllan Sandfeld Jensen2014-03-042-0/+10
* Remove the header precompilation for QtXml and QtOpenGLExtensionsThiago Macieira2014-03-042-2/+2
* Remove deleted QNetworkReplies from SPDY queuesAllan Sandfeld Jensen2014-03-041-0/+13
* Atomics: implement fetchAndSub on top of fetchAndAddThiago Macieira2014-03-041-6/+2
* Fix use uninitialized, detected by GCC 4.8Thiago Macieira2014-03-041-1/+1
* Fix some typosSergio Ahumada2014-03-0317-17/+17
* Introduce a generic QFontEngine::canRender() implementationKonstantin Ritt2014-03-0312-113/+19
* Introduce QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-0312-0/+142
* Unify QFontEngine*::stringToCMap() behaviorKonstantin Ritt2014-03-036-0/+11
* Get rid of unused variableKonstantin Ritt2014-03-031-2/+0
* Fix QFontEngineQPA::recalcAdvances() in case of missing glyphKonstantin Ritt2014-03-031-3/+1
* Make QGlyphLayout consume one byte less per glyphKonstantin Ritt2014-03-032-18/+23
* Hide the justification algorithm implementation detailsKonstantin Ritt2014-03-032-43/+45
* Fix retreiving the 'head' table in QPAGeneratorKonstantin Ritt2014-03-021-5/+3
* Unify QFontEngine::getSfntTableData() behavior on all platformsKonstantin Ritt2014-03-027-14/+30
* QQuickWidget show/hide/raise fixPaul Olav Tvete2014-03-011-2/+13
* Android: avoid crash with toplevel QGLWidgetPaul Olav Tvete2014-03-011-1/+4
* QNX: Report if GL context is sharedBernd Weimer2014-02-282-8/+11
* Windows: Fix return value of WM_QUERYENDSESSION for bogus messages.Friedemann Kleint2014-02-281-1/+3
* Add source to debug output of QMouseEvent.Friedemann Kleint2014-02-281-3/+6
* Make bool arguments to QWidgetBackingStore::markDirty enumsJorgen Lind2014-02-283-56/+73
* Do not upload on closed SPDY streamsAllan Sandfeld Jensen2014-02-281-0/+17
* Honor the value of the PlatformToolset environment variable.Mat Sutcliffe2014-02-281-0/+10