summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add core profile versions of the glyph cache shadersLaszlo Agocs2014-02-282-4/+40
* Add an example for creating OpenGL contextsLaszlo Agocs2014-02-287-1/+800
* QPalette: optimize move assignment operatorMarc Mutz2014-02-281-2/+1
* SPDY: Fix compiler warning about unused variableSergio Ahumada2014-02-281-0/+2
* tests: Remove superfluous gui additions to QTSergio Ahumada2014-02-288-8/+7
* Protect against malicious SPDY messagesAllan Sandfeld Jensen2014-02-281-0/+34
* Make QTreeView::expand/collapse check for ineffectual invocationsAdam Reichold2014-02-281-0/+4
* tst_qnumeric: Mark some tests as XFAIL on BlackBerry 10Sergio Ahumada2014-02-281-0/+6
* tst_qtjson: Mark some test as XFAIL on BlackBerry 10Sergio Ahumada2014-02-281-0/+14
* Do not assume nice behavior in error handlingAllan Sandfeld Jensen2014-02-281-2/+3
* automate handling of generated headers some moreOswald Buddenhagen2014-02-284-13/+34
* move generation of qconfig.h forwarding headers to qtbase.proOswald Buddenhagen2014-02-283-34/+8
* de-duplicate header install source calculationOswald Buddenhagen2014-02-281-3/+1
* remove duplicated nested conditionOswald Buddenhagen2014-02-281-14/+11
* un-pluralize codeOswald Buddenhagen2014-02-281-8/+5
* merge %explicitheaders into %classnamesOswald Buddenhagen2014-02-282-25/+18
* remove vestiges of uic class map codeOswald Buddenhagen2014-02-281-2/+0
* Fix ARM atomics for 8- and 16-bit typesThiago Macieira2014-02-271-10/+44
* Add missing notify signal for the QWindow::title propertySimon Hausmann2014-02-272-2/+9
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-02-272-53/+57
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-242-53/+57
| |\
| | * QtConcurrent: Extend workaround GCC bug 58800 in median calculationNikolai Kosjar2014-02-191-2/+4
| | * Make unicode ranges in font take precedence over codepageEskil Abrahamsen Blomfeldt2014-02-191-51/+53