summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add power state to QPlatformScreenPier Luigi Fiorini2015-07-292-0/+28
* Expose GLES 3.0 and 3.1 functionsLaszlo Agocs2015-07-232-0/+24
* QtGui: Pass types with copy-ctor or dtor by const-refSérgio Martins2015-07-192-2/+2
* Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-191-1/+1
* QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-197-11/+11
* Merge "Merge remote-tracking branch 'origin/5.5' into HEAD" into refs/staging...Simon Hausmann2015-07-171-1/+1
|\
| * Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-1/+1
| |\
| | * Fix QAction::setAutoRepeat(false)Frederik Gladhorn2015-07-071-1/+1
* | | QFileDialog: add setSupportedSchemes and pass it along to the QPA.David Faure2015-07-172-0/+16
|/ /
* | QKeySequence: replace an inefficient QList with QVectorMarc Mutz2015-07-131-4/+5
* | QKeySequence: use QKeySequencePrivate::MaxKeyCount everywhereMarc Mutz2015-07-132-24/+15
* | Fix some qdoc-warnings.Friedemann Kleint2015-07-101-2/+2
* | Micro-optimize QKeySequence datastream operator (II)Marc Mutz2015-07-041-4/+12
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-019-35/+30
|\|
| * 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
| |/
* | QtGui: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-301-3/+3
* | Micro-optimize QKeySequence datastream operator (I)Marc Mutz2015-06-241-8/+7
* | gui: Add several QList::reserve() calls.Sérgio Martins2015-06-224-2/+9
* | Use Q_GLOBAL_STATIC for QThreadStorage<QGuiGLThreadContext *>Sérgio Martins2015-06-191-5/+5
* | Micro-optimize QKeySequencePrivate::decodeString()Marc Mutz2015-06-151-1/+1
* | Mark unused parameters with Q_UNUSEDUlf Hermann2015-06-123-0/+13
* | QTouchDevicePrivate: deal in const QTouchDevice*sMarc Mutz2015-06-122-12/+7
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-06-0418-136/+216
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0318-136/+216
| |\|
| | * 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
* | | | De-duplicate vtables, part II: exported public classesMarc Mutz2015-06-032-0/+7
|/ / /
* | | Cleanup the mouse event handling in testlibLars Knoll2015-06-022-6/+8
* | | Add qHash(QKeySequence)Marc Mutz2015-05-262-1/+16
* | | Make event delivery from testlib synchronousLars Knoll2015-05-231-27/+43
* | | Add environment variable support for testability library use.Timo Jyrinki2015-05-151-0/+3
* | | QMouseEvent: add constructor which takes the source as a parameterAlexander Volkov2015-05-123-4/+35
* | | Add a way to filter window system eventsGiulio Camuffo2015-05-122-2/+45