summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one error: the next ASCII character is next oneThiago Macieira2014-02-221-2/+2
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-228-16/+16
* Make QTextDecoder use our qt_from_latin1 codeThiago Macieira2014-02-222-6/+6
* Re-group and re-sort the configure outputThiago Macieira2014-02-221-11/+11
* Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-2216-18/+36
* Android: Enable text selection only when ImhNoPredictiveText is set.Christian Strømme2014-02-212-3/+16
* Android: Do not enable text selection in QTextEdits by default.Christian Strømme2014-02-211-0/+4
* QLibraryInfo: mark build() function as nothrowMarc Mutz2014-02-212-2/+2
* QSslCipher: make QString constructor explicitMarc Mutz2014-02-211-1/+1
* QPainterPathStroker: make QPen constructor explicitMarc Mutz2014-02-211-1/+1
* Fix rounding error when creating QT_FT_VectorJorgen Lind2014-02-211-1/+1
* QMarginsF - Add new QMarginsF classJohn Layt2014-02-216-0/+781
* QRect - Add missing QMargins subtraction operatorJohn Layt2014-02-213-0/+19
* QMargins - Add missing operatorsJohn Layt2014-02-213-0/+75
* QRect - Move QMargins operatorsJohn Layt2014-02-214-99/+99
* Start the chronometer.BogDan Vatra2014-02-211-0/+1
* Sort include headersBogDan Vatra2014-02-211-7/+6
* Strip any trailing spaces from the filename before trying to open itAndy Shaw2014-02-212-2/+39
* Expose NPOTTextureRepeat in QOpenGLFunctionsLaszlo Agocs2014-02-211-2/+4
* Avoid using GLX Pbuffers on CatalystLaszlo Agocs2014-02-211-1/+12
* eglfs: Fix swapped red and blue with QOpenGLWidgetLaszlo Agocs2014-02-211-1/+6
* Remove QT_OPENGLPROXY_DEBUGLaszlo Agocs2014-02-211-3/+0
* Avoid truncation warning in openglwindow exampleLaszlo Agocs2014-02-211-1/+1
* Rework the splash screen for Android.BogDan Vatra2014-02-215-20/+23
* Fix paint artifacts.BogDan Vatra2014-02-213-32/+31
* QTextObject: replace a use of an inefficient QList with QVectorMarc Mutz2014-02-202-3/+3
* Windows: Ensure clipboard is flushed out before QGuiApplication is destroyed.Friedemann Kleint2014-02-202-1/+18
* Loosen checks for Q_COMPILER_VARIADIC_MACROSKai Koehne2014-02-202-3/+21
* Fix QFontMetrics widthBernd Weimer2014-02-202-1/+7
* WinRT package_manifest: Remove comment about manifest overwriteAndrew Knight2014-02-203-3/+3
* Doc: Updated CSS used by the offline documentation.Jerome Pasion2014-02-201-85/+51
* Doc: Removed Contents listing for Qt Examples and Tutorials page.Jerome Pasion2014-02-201-1/+1
* QFileDialog: restore state from QSettings after creating widgetsShawn Rutledge2014-02-201-3/+7
* Only do a repolish() of the widget if it was already polishedAndy Shaw2014-02-201-1/+2
* Ensure we switch back to the real paint engine when not emulatingAndy Shaw2014-02-201-3/+3
* Remove qSort usages from gui testsSergio Ahumada2014-02-203-5/+11
* Remove qSort usages from testsSergio Ahumada2014-02-204-7/+15
* Blackberry: Fix QFileSystemEngine::tempPath()Sergio Ahumada2014-02-201-2/+2
* QHash: use prime numbers when rebucketingGiuseppe D'Angelo2014-02-191-8/+17
* network: add support for the SPDY protocolPeter Hartmann2014-02-1923-86/+2888
* Use QMAKE_TARGET_BUNDLE_PREFIX to build bundle identifierSamuel Gaist2014-02-191-1/+4
* Prevent top/left clipping of anti-aliased glyphs in CoreText font engineTor Arne Vestbø2014-02-191-3/+41
* Unify alpha map padding in CoreText font engineTor Arne Vestbø2014-02-191-9/+8
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-1924-139/+156
* Merge remote-tracking branch 'origin/dev' into stableOswald Buddenhagen2014-02-191722-57807/+116585
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-1814-66/+182
| |\
| * | QHeaderView - do simple section move/rotate in moveSectionThorbjørn Martsum2014-02-181-42/+19
| * | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Jani Heikkinen2014-02-1735-80/+113
| |\ \
| | * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-1735-80/+113
| | |\ \
| * | | | Optimize generic bilinear interpolation using SSE2Allan Sandfeld Jensen2014-02-171-33/+45