summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix QOpenGLWidget/QQuickWidget GUI freezePaul Olav Tvete2014-12-051-5/+10
* | | QMacStyle: Fix 32-bit buildGabriel de Dietrich2014-12-051-1/+1
* | | Reformat QOpenGL2PaintEngineExPrivate a bit to make it easier to refactorTor Arne Vestbø2014-12-051-19/+14
* | | Android: Enable -fno-builtin-memmove in arm buildsEskil Abrahamsen Blomfeldt2014-12-051-2/+2
* | | WinRT: Only set keepalive socket option in certain socket statesOliver Wolff2014-12-052-1/+5
* | | QColumnView: don't set an invalid index as the current oneGiuseppe D'Angelo2014-12-051-2/+5
* | | Add missing documentation for some variablesAndy Shaw2014-12-051-0/+64
|/ /
* | Draw the accessibility focus rectangle properlyJan Arve Saether2014-12-052-23/+42
* | Windows: Skip calculating margins for Qt::FramelessWindowHint.Friedemann Kleint2014-12-051-1/+6
* | Fix loading of web fonts with broken hinting bytecodeAllan Sandfeld Jensen2014-12-042-1/+8
* | Stabilize tst_QWindowContainer.Friedemann Kleint2014-12-041-15/+39
* | QDockWidget: Prevent repetitive unplugging of floating dock widgets.Friedemann Kleint2014-12-041-0/+2
* | Windows: Handle WM_WINDOWPOSCHANGING during window creation.Friedemann Kleint2014-12-043-6/+15
* | Don't make invalid assumptions about memcmp()Albert Astals Cid2014-12-041-8/+12
* | FreeType: Fix font rendering with fonts with embedded bitmapsSérgio Martins2014-12-041-2/+4
* | Windows: Bring FreeType rendering up to par with other platformsSérgio Martins2014-12-042-2/+11
* | Collate calls to updateTextureFilter in updateBrushTextureTor Arne Vestbø2014-12-041-4/+5
* | Revert "Use single finger pan to scroll text edits on touch screens."Tor Arne Vestbø2014-12-041-21/+2
* | Revert "QWidgetTextControl: Suppress drag selection for OS-synthesized mouse ...Tor Arne Vestbø2014-12-043-35/+1
* | QMenuBar: fix extra indent on the right with a TopLeftCorner widget.Friedemann Kleint2014-12-042-3/+82
* | Configure: Fix detection of GCC 5Thiago Macieira2014-12-041-0/+4
* | Change misleading error message in QDBusReplyThiago Macieira2014-12-041-1/+1
* | qmake: Add .qmake.stash/super to QMAKE_DISTCLEAN when owned by projectTor Arne Vestbø2014-12-031-0/+16
* | Simplify GL2PaintEngine::updateTextureFilter, it doesn't need targetTor Arne Vestbø2014-12-032-12/+15
* | QHttpThreadDelegate : Fix QHttpThreadDelegate don't read response data about ...Jeongmin Kim2014-12-031-0/+2
* | ANGLE: Fix handling of shader source with fixed lengthAndrew Knight2014-12-032-1/+45
* | Respect the size hint signal for the column and row delegatesAndy Shaw2014-12-032-2/+48
* | QFontEngine_FT: Don't check for null after dereferencing.Sérgio Martins2014-12-021-2/+1
* | fix rc compilation in vcxproj filesJoerg Bornemann2014-12-021-1/+1
* | Pass cflags, not incdir, to libudev config testLaszlo Agocs2014-12-021-1/+2
* | Remove unneeded call to m_editText.bringToFront()Jan Arve Saether2014-12-021-1/+0
* | Make sure that created surfaces are stacked on top of previous ones.Jan Arve Saether2014-12-021-5/+12
* | iOS: Guard against UIGestureRecognizer messing with selfTor Arne Vestbø2014-12-021-0/+3
* | iOS: Properly support QInputMethod's visible and animating propertiesTor Arne Vestbø2014-12-022-99/+136
* | iOS: Simplify view management in QIOSKeyboardListenerTor Arne Vestbø2014-12-024-31/+48
* | iOS: Refactor QIOSKeyboardListener implementation and usageTor Arne Vestbø2014-12-022-60/+83
* | iOS: Use DISTCLEAN_DEPS instead of custom distclean targetTor Arne Vestbø2014-12-021-2/+1
* | Fix build due to source incompatible change with FreeType 2.5.4Sérgio Martins2014-12-021-3/+3
* | QNetworkReply::abort will also call finished()Albert Astals Cid2014-12-021-2/+4
* | QLayout: Observe contents margin when positioning the menu bar.Friedemann Kleint2014-12-022-1/+5
* | QMainWindow: Observe left contents margin when positioning status bar.Friedemann Kleint2014-12-022-1/+34
* | Fix placement of QT_{BEGIN,END}_NAMESPACE in qfunctions_winrt.hThiago Macieira2014-12-012-12/+17
* | Un-tighten the WinRT specific code out of qfunctions_winrt.hThiago Macieira2014-12-011-19/+19
* | Fix linking of sources without LTCG to a static lib with LTCGThiago Macieira2014-12-014-17/+22
* | Make sure plugins under LTCG get the right flags too.Thiago Macieira2014-12-011-0/+2
* | Decouple caching of iOS/OSX SDK path and version in sdk.prfTor Arne Vestbø2014-12-011-1/+5
* | macx-ios-clang: only provide default LaunchScreen.xib if using Xcode 6Richard Moe Gustavsen2014-11-281-7/+11
* | tst_qsortfilterproxymodel: remove unused member varDavid Faure2014-11-281-2/+1
* | Break after handling the read/writeAlbert Astals Cid2014-11-281-0/+2
* | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-2749-176/+826
|\|