summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add QStyleHints::setMousePressAndHoldInterval()J-P Nurmi2015-11-132-2/+24
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-045-18/+41
|\
| * Update high-DPI scaling enablers.Morten Johan Sørvig2015-11-041-12/+24
| * Modify QPA handleExtendedKeyEvent.Samuel Nevala2015-11-032-3/+3
| * Fix QHighDPiScaling initialization issuesMorten Johan Sørvig2015-10-262-3/+14
* | iOS: refactor removeMnemonics(const QString &) to QPlatformThemeRichard Moe Gustavsen2015-11-042-0/+36
* | Update QPlatformIntegration::createPlatformWindow() documentationTor Arne Vestbø2015-10-281-6/+4
* | Defer QPlatformWindow creation on setVisible(true) if parent hasn't been createdTor Arne Vestbø2015-10-261-13/+37
* | Ensure QWindow::setParent() creates parent hierarchy if neededTor Arne Vestbø2015-10-261-7/+6
* | Ensure QWindow::create() creates parent hierarchy before creating selfTor Arne Vestbø2015-10-261-0/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-239-33/+60
|\|
| * Check that QPlatformIntegration::createPlatformWindow() doesn't failTor Arne Vestbø2015-10-161-15/+21
| * Document that QWindow::fromWinId() should be used with cautionTor Arne Vestbø2015-10-161-0/+5
| * Clarify foreign window documentation a bitTor Arne Vestbø2015-10-162-7/+7
| * QShortcutMap: enable extra debugging when Dump_QShortcutMap is definedRichard Moe Gustavsen2015-10-151-2/+2
| * xcb: Use XShape for DnD when a compositing manager is not runningAlexander Volkov2015-10-144-3/+19
| * Add default argument to QPlatformWindow::isEmbedded()Tor Arne Vestbø2015-10-143-4/+4
| * Don't use d_func in QWindow::mapToGlobalTor Arne Vestbø2015-10-141-2/+2
* | Implement canceling of Qt-initiated drags.Friedemann Kleint2015-10-236-0/+45
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1417-205/+159
|\|
| * xcb: Fix DnD for separate X screensAlexander Volkov2015-10-094-16/+21
| * Move shortcut handling back into QPA and simplify deliveryTor Arne Vestbø2015-10-076-180/+105
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-025-8/+16
| |\
| | * 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
| * | Fix missing "We mean it" in qtbase private headersThiago Macieira2015-10-011-0/+11
| * | Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-273-2/+7
* | | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-023-5/+6
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2528-133/+274
|\| |
| * | Print one warning for the new high DPI variables, not fourThiago Macieira2015-09-241-4/+4
| * | Guard against empty keys in QPlatformInputContextFactory::create().Friedemann Kleint2015-09-241-7/+9
| * | Deliver mouse press and release events on X11 also when draggingUlf Hermann2015-09-241-3/+3
| * | Synchronize QInputDeviceManager touch device count with QTouchDeviceRomain Pokrzywka2015-09-234-2/+20
| * | Implement sessionId/key generation on WindowsSamuel Gaist2015-09-221-0/+13
| * | Null out QOpenGLContext::screen upon screen disconnectLaszlo Agocs2015-09-223-2/+18
| * | Ensure the accepted state of mouse events is passed to QWindowSystemInterface.Friedemann Kleint2015-09-221-0/+1
| * | Set the source for a detached mouse button eventAlexander Volkov2015-09-211-1/+1
| * | QPlatformWindow: Extract static method for closestAcceptableGeometry().Friedemann Kleint2015-09-212-3/+9
| * | Document QGuiApplication::primaryScreen propertyAleix Pol2015-09-151-18/+13
| * | Update QPA handleExtendedKeyEvent to return the accepted state of the eventTor Arne Vestbø2015-09-102-6/+6
| * | Deduplicate some code in QWindowSystemInterfaceTor Arne Vestbø2015-09-091-41/+38
| * | Notify when the primary screen changesAleix Pol2015-09-085-2/+57
| * | Declare StandardButton & ButtonRole types for cross-thread use.Samuel Nevala2015-08-312-0/+7
| * | Document handleWindowSystemEvent()Morten Johan Sørvig2015-08-271-0/+13
| * | Implement threaded synchronous WS eventsMorten Johan Sørvig2015-08-272-8/+26
| * | Make flushWindowSystemEvents return ev. acceptedMorten Johan Sørvig2015-08-273-4/+19
| * | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-273-11/+8
| |\ \
| | * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-263-11/+8
| | |\|