summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-201-3/+16
* Fix QFontMetrics widthBernd Weimer2014-02-201-1/+1
* 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
* 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-1918-82/+1931
* 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-191079-51840/+98929
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-1810-50/+129
| |\
| * | 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-178-34/+62
| |\ \
| | * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-178-34/+62
| | |\ \
| * | | | Optimize generic bilinear interpolation using SSE2Allan Sandfeld Jensen2014-02-171-33/+45
| * | | | Allow QPlatformSystemTrayIcon to create the QPlatformMenuMartin Gräßlin2014-02-179-5/+132
| * | | | Fix glyph cache type logic after 97c187da3c1381bc55dd16976Tor Arne Vestbø2014-02-171-2/+2
| * | | | Respect the QTextBlock's character formats in itemizationKonstantin Ritt2014-02-171-2/+5
| * | | | QPlatformDialogHelper: change ButtonRole flags to ensure 32-bit sizeShawn Rutledge2014-02-173-6/+6
| |/ / /
| * | | [QNX] Don't deactivate windows focusFabian Bumberger2014-02-162-6/+24
| * | | Refactor the handling of the navigator swipe down eventFabian Bumberger2014-02-166-9/+37
| * | | Increase the number of concurrent DNS lookups.Richard J. Moore2014-02-161-1/+1
| * | | Remove a not required whitespace when writing JSON in compact formatLars Knoll2014-02-161-1/+1
| * | | QDnsLookup: Add support for custom DNS serverMandeep Sandhu2014-02-166-9/+72
| * | | QOpenGLTextureBlitter: fix source rect when origin is top leftJørgen Lind2014-02-161-2/+3
| * | | QOpenGLTextureBlitter: Remove Origin location for the Target rectJørgen Lind2014-02-164-20/+15
| * | | Make the printing of complex Unicode in a QString prettierThiago Macieira2014-02-163-11/+72
| * | | Add the rest of the non-volatile members of std::atomic to QBasicAtomicThiago Macieira2014-02-164-3/+656
| * | | Add a testAndSet overload to the atomics that returns the current valueThiago Macieira2014-02-1610-30/+278
| * | | Initial support for the Intel Compiler 14.0 on OS XThiago Macieira2014-02-161-1/+1
| * | | Work around ICC 14 bug: __attribute__((deprecated)) with textThiago Macieira2014-02-161-1/+1
| * | | Centralize the merging toFloat conversionsThiago Macieira2014-02-164-59/+22
| * | | Add qHash() overloads for floating-point typesMarc Mutz2014-02-162-0/+37
| * | | QFont: add missing qHash overloadMarc Mutz2014-02-163-0/+31
| * | | Android: Add enablers for listening to activity resultsEskil Abrahamsen Blomfeldt2014-02-155-1/+75
| * | | Add const overload for QLoggingCategory::operator()()Kai Koehne2014-02-152-0/+9
| * | | Exclude widgets without associated QWindow in QApplication::shouldQuit().Friedemann Kleint2014-02-151-3/+5
| * | | Revert "Logging: Don't use for loop in qCDebug macros"Kai Koehne2014-02-151-3/+3
| * | | WinRT: Added socket engine implementationOliver Wolff2014-02-152-85/+1004
| * | | WinRT: Exit process event loop if WaitForMoreEvents is not setOliver Wolff2014-02-151-0/+2