summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-0627-165/+197
|\
| * Don't set the window title for a Qt::Desktop window (QDesktopWidget)Thiago Macieira2014-05-021-1/+1
| * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-05-0217-64/+80
| |\
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-0117-64/+80
| | |\
| | | * Rename new QOpenGLContext APIsLaszlo Agocs2014-04-2515-61/+67
| | | * Don't crash on broken GIF imagesLars Knoll2014-04-251-0/+7
| | | * QOpenGLFunctions: Compile on Mac OS 10.6Morten Johan Sørvig2014-04-241-1/+5
| | | * deprecate import_qpa_plugin and qpa_minimal_pluginOswald Buddenhagen2014-04-241-2/+1
| * | | Fix override cursor issue with QtQuick2ApplicationViewer.Kati Kankaanpaa2014-05-021-1/+1
| |/ /
| * | Document setUniformValue limitations wrt non square matricesLaszlo Agocs2014-04-251-0/+48
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Jani Heikkinen2014-04-255-67/+23
| |\ \
| | * | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-235-67/+23
| | |\|
| | | * When a window loses focus to a popup, event has PopupFocusReasonShawn Rutledge2014-04-171-2/+10
| | | * Remove internal public function from QOpenGLFunctionsLaszlo Agocs2014-04-173-49/+10
| | | * Improve the Unicode script itemization implementationKonstantin Ritt2014-04-141-16/+1
| | | * Make HarfBuzz-NG the default shaper on MacKonstantin Ritt2014-04-141-0/+2
| * | | Direct2D QPA: Optimize ClippingLouai Al-Khanji2014-04-252-29/+32
| * | | Remove unneeded ;Albert Astals Cid2014-04-243-3/+3
| |/ /
| * | QPA: Adding API to support QWidgetAction on MacGabriel de Dietrich2014-04-171-0/+5
| * | remove context unmatched warning in QOpenGLTextureTasuku Suzuki2014-04-161-0/+4
| |/
* | QtGui: Use Q_REQUIRED_RESULT in many more placesDavid Faure2014-05-025-28/+28
* | Factor xcb check into a local variableDavid Faure2014-05-021-3/+4
* | Add support for -qwindowicon command line argument.David Faure2014-05-023-1/+11
* | Add locations AppDataLocation, AppLocalDataLocation to QStandardPaths.Friedemann Kleint2014-04-291-1/+1
* | Fixed i18n in QImageReader/QImageWriter.Ivan Komissarov2014-04-284-10/+14
* | Fix definition of HRESULT in qwindowdefs_win.h.Friedemann Kleint2014-04-251-2/+2
* | Include GLES 3.0 and 3.1 headers when availableLaszlo Agocs2014-04-241-1/+22
* | Add public and QPA APIs for adapting existing OpenGL contextsLaszlo Agocs2014-04-244-3/+87
* | OS X: Add support for ApplicationState capabilitySamuel Gaist2014-04-245-10/+12
* | Introducing QPixelFormatJorgen Lind2014-04-236-2/+1360
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-1140-449/+879
|\|
| * QTextImageHandler: Load @2x images on retinaMorten Johan Sørvig2014-04-091-7/+35
| * OS X: Add more text editing key bindings.Morten Johan Sørvig2014-04-092-17/+25
| * make cmake registration of qt plugins make use of PLUGIN_EXTENDSOswald Buddenhagen2014-04-091-0/+4
| * QPageSize: remove QPageSize:: overqualificationsMarc Mutz2014-04-092-167/+167
| * Update qtgui.qdoc regarding OpenGLLaszlo Agocs2014-04-091-17/+35
| * Accessibility Mac: Cache Accessible Elements and Notify about changesFrederik Gladhorn2014-04-095-19/+120
| * Correct QOpenGLContext::versionFunctions() docsLaszlo Agocs2014-04-091-4/+6
| * QPageSize: clean up operator==Marc Mutz2014-04-081-3/+1
| * QPageLayout: clean up operator==Marc Mutz2014-04-081-3/+1
| * QPageLayout: provide op!=Marc Mutz2014-04-082-0/+16
| * QPageLayout: make op== non-memberMarc Mutz2014-04-082-7/+11
| * QPageLayout: use QExplicitlySharedDataPointerMarc Mutz2014-04-082-1/+12
| * QPageLayout: remove QPageLayout:: overqualificationsMarc Mutz2014-04-082-27/+27
| * QPageSize: provide op!=Marc Mutz2014-04-082-0/+10
| * QPageSize: make op== non-memberMarc Mutz2014-04-082-6/+11
| * QPageSize: mark ctors explicitMarc Mutz2014-04-081-6/+6
| * QPageLayout: use existing qBound()Marc Mutz2014-04-071-9/+4
| * QGuiApplication: fix crash caused by posting fake mouse eventRichard Moe Gustavsen2014-04-071-6/+10
| * OSX: add several menuitem roles to support menu shortcuts in dialogsShawn Rutledge2014-04-071-1/+5