summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Adding API reference section in Qt Platform Headers page.Jerome Pasion2014-09-301-0/+5
* Extend QOpenGLVertexArrayObjectHelper to support glIsVertexArraysAllan Sandfeld Jensen2014-09-302-1/+13
* Don't dpi-scale -1 pixel metricsOswald Buddenhagen2014-09-301-5/+2
* kms: Support QOpenGLWidget and QQuickWidgetLaszlo Agocs2014-09-309-17/+99
* kms: Support non-64x64 cursorsLaszlo Agocs2014-09-302-8/+25
* qdoc: Restore navigation bar titles for QML, QML basic typesTopi Reinio2014-09-301-10/+4
* Doc: Use title case in section1 titlesNico Vertriest2014-09-3042-100/+100
* Make QAccessible compile with -Werrorhjk2014-09-301-0/+6
* QMdiArea: Fix positioning of cascaded sub windows.Friedemann Kleint2014-09-301-1/+2
* Additional support for devicePixelRatio in CE_MenuItem’s icon paintingMihailNaydenov2014-09-306-12/+12
* Handle PPK_CustomBase in QWin32PrintEngine::propertyUlf Hermann2014-09-301-0/+3
* Fix losing dirty state when calling update() from paintGL()Laszlo Agocs2014-09-301-1/+6
* uic: Add QOpenGLWidget.Friedemann Kleint2014-09-291-0/+1
* Make QRegion::shared_empty constMarc Mutz2014-09-292-18/+13
* xcb: Fix detecting the fullscreen state from _NET_WM_STATE flagsAlexander Volkov2014-09-291-3/+3
* Fix build when using -WerrorSérgio Martins2014-09-291-3/+6
* Update the detection of when to log to stderrThiago Macieira2014-09-292-49/+59
* Revert "winrt: Remove depth/stencil from the default window format"Andrew Knight2014-09-291-0/+2
* ANGLE: Upgrade to 2.1~abce76206141Andrew Knight2014-09-29279-16864/+18249
* cocoa: override new QPlatformMenu::popup() functionRichard Moe Gustavsen2014-09-292-2/+3
* Do not use Q_COMPILER_CLASS_ENUM for gcc 4.4hjk2014-09-291-1/+1
* xcb: Fix logic for minimized stateAlexander Volkov2014-09-291-0/+4
* Windows: Fix call of ToUnicodeOliver Wolff2014-09-291-7/+8
* Fix font enumeration, with the same family name, on Windows.Vladimir2014-09-282-4/+68
* QSslCertificate: fold a string literal correctlyMarc Mutz2014-09-281-2/+2
* Don't check for EINTR after calling QT_READ / QT_WRITEThiago Macieira2014-09-281-4/+2
* Fix handling of IPv6 addresses in QUrl::fromUserInputThiago Macieira2014-09-281-1/+25
* Android: Add function to change the stacking order in the layout.Christian Strømme2014-09-267-2/+104
* Android: Add findClass() function to the QJNIEnvironmentPrivate class.Christian Strømme2014-09-266-76/+110
* Android: Improve the foreign-window implementationChristian Strømme2014-09-265-34/+99
* direct2d: Optimize dashed line drawingAndrew Knight2014-09-261-3/+45
* direct2d: Fix composition mode supportLouai Al-Khanji2014-09-265-22/+188
* update bundled sqlite to 3.8.6.0Mark Brand2014-09-263-1181/+2440
* Widgets: remove references to QStyleOptionFrameV<n>Marc Mutz2014-09-266-20/+18
* Clean up QImage::Format switchesAllan Sandfeld Jensen2014-09-254-78/+31
* Fix smooth scaling of large QImagesAlex Blasche2014-09-251-12/+13
* Doc: Restructure "Signal & Slots" articleSze Howe Koh2014-09-251-70/+71
* Doc: Remove irrelevant sections from "Signals & Slots"Sze Howe Koh2014-09-252-50/+2
* QIOSInputContext: animate screen from current transformationRichard Moe Gustavsen2014-09-251-1/+2
* QIOSInputContext: change keyboard rect when focus window changesRichard Moe Gustavsen2014-09-251-0/+1
* QIOSInputContext: report keyboard rect relative to focus windowRichard Moe Gustavsen2014-09-251-31/+27
* Refactored qt_normalizePathSegmentsOliver Wolff2014-09-251-90/+104
* Balloon tip must follow systemtray iconAllan Sandfeld Jensen2014-09-253-4/+24
* Silence moc warnings about 'argument mismatch'Kai Koehne2014-09-251-6/+0
* iOS: don't show popup on call to setVisibleRichard Moe Gustavsen2014-09-252-73/+49
* iOS: add support for submenusRichard Moe Gustavsen2014-09-252-11/+35
* iOS: don't show separator in native menusRichard Moe Gustavsen2014-09-252-2/+9
* Doc: 2 minor corrections in corelib/pluginNico Vertriest2014-09-251-2/+2
* Fix MSVC2013-compiler warnings with QT_NO_FILESYSTEMWATCHERJochen Seemann2014-09-251-4/+11
* Generate Show/Hide events for widgets when minimized state changes.Friedemann Kleint2014-09-241-1/+15