summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Delete QInputDeviceManager when deleting QGuiApplicationPasi Petäjäjärvi2015-12-121-0/+2
* Support non-latin1 platform plugin pathsMorten Johan Sørvig2015-09-241-2/+2
* Set positionAutomatic when using setX setYDavid Edmundson2015-09-221-0/+6
* Fix default hotspot of a hidpi QCursorKari Pihkala2015-09-062-6/+7
* Fix global modifiers state after triggering shortcutsFrederik Gladhorn2015-08-271-0/+1
* Doc: remove type() reference from QApplication and QGuiApplicationJulien Brianceau2015-08-181-2/+1
* Fix shortcuts with keypad keysAlexander Volkov2015-08-182-9/+7
* Fix shortcut handling with modifiersFrederik Gladhorn2015-08-053-2/+26
* Doc: Amended the \inmodule statement for QSessionManagerVenugopal Shivashankar2015-07-231-1/+1
* Doc:added doc to undocumented functionsNico Vertriest2015-07-221-0/+56
* Fix QAction::setAutoRepeat(false)Frederik Gladhorn2015-07-071-1/+1
* Replace MAC OS X with OS XNico Vertriest2015-06-306-28/+28
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-272-7/+0
|\
| * OSX: show file dialog in showCocoaFilePanel, don't wait for exec()Shawn Rutledge2015-06-172-7/+0
* | doc: mark QWindow::requestUpdate() as \since 5.5Gunnar Sletta2015-06-181-0/+2
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-0/+4
|\
| * Handle parsing of GL_VERSION as reported by Nexus 6Andy Shaw2015-05-111-0/+4
* | QtGui/Windows: Fix static build.Friedemann Kleint2015-05-271-4/+4
* | QOpenGLWindow: initializeGL is to be called before resizeGLLaszlo Agocs2015-05-271-114/+131
* | Fix failing input device notifications on embeddedLaszlo Agocs2015-05-272-0/+3
* | Add debug operator for QTouchDevice.Friedemann Kleint2015-05-222-1/+28
* | Make QTouchDevice a Q_GADGET and introduce Q_ENUM/Q_FLAG.Friedemann Kleint2015-05-221-0/+3
* | D-Bus system tray icon: submenus can be created after context menuShawn Rutledge2015-05-212-0/+6
* | Introduce a version number to QPlatformInputContextFactoryInterface.Friedemann Kleint2015-05-131-1/+1
* | Increase version number of QPlatformIntegrationFactoryInterface.Friedemann Kleint2015-05-131-1/+1
* | Cocoa integration - implement Qt::WindowModal file dialogsTimur Pocheptsov2015-05-132-0/+7
* | Create context with the correct screen in QOpenGLWindowLaszlo Agocs2015-05-121-0/+1
* | QShapedPixmapWindow: ensure we set a valid geometryRichard Moe Gustavsen2015-05-063-9/+16
* | QShapedPixmapWindow: don't accept input focusRichard Moe Gustavsen2015-05-061-1/+1
* | Revert change of NOTHROW to NOEXCEPTAllan Sandfeld Jensen2015-05-051-1/+1
* | Add noexcept to move constructors and assignment operatorsAllan Sandfeld Jensen2015-05-042-7/+12
* | Enhance QWindow::devicePixelRatio() docsLaszlo Agocs2015-04-211-0/+4
* | Enable checking for whether the system palette was explicitly setHarald Hvaal2015-04-201-0/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-2/+2
|\|
| * Fix QNX and Blackberry -qtnamespace buildSérgio Martins2015-04-011-2/+2
* | Defer Q(OpenGL|Raster)Window updates when non-exposedLaszlo Agocs2015-04-141-4/+18
* | Expose ItemViewActivateItemOnSingleClick in QStyleHintsEike Hein2015-04-105-1/+20
* | Add a means to set the application icon where supportedAndy Shaw2015-04-103-2/+20
* | Remove table of mostly null pointersAllan Sandfeld Jensen2015-04-081-0/+3
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-013-15/+22
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-313-15/+22
| |\|
| | * Fix use of the window geometry specificationAlexander Volkov2015-03-273-14/+21
| | * Always clear QWindowPrivate::positionAutomatic in setFramePosition()Alexander Volkov2015-03-061-1/+1
* | | Split out some inline qdebug formatting helpers to qdebug_p.h.Friedemann Kleint2015-04-011-41/+83
|/ /
* | Fix incorrect FBO bindings with QOpenGLWidgetLaszlo Agocs2015-03-302-3/+19
* | Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-306-8/+16
* | Make versioned OpenGL functions working with the subclass patternLaszlo Agocs2015-03-273-1/+31
* | Don't replay mouse press event which closes a popup on X11Alexander Volkov2015-03-252-1/+4
* | Improve debug formatting of key and mouse events.Friedemann Kleint2015-03-251-5/+5
* | Add a note about not requesting a profileLaszlo Agocs2015-03-201-1/+1