summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\
| | | * Doc: remove type() reference from QApplication and QGuiApplicationJulien Brianceau2015-08-181-2/+1
| | | * Fix shortcuts with keypad keysAlexander Volkov2015-08-182-9/+7
| * | | QPlatformFileDialogHelper::cleanFilterList(): Allow for ',' in glob.Friedemann Kleint2015-08-271-1/+2
| |/ /
| * | Harmonize input context selectionBernd Weimer2015-08-252-30/+15
| * | Fix module reference in license headerLouai Al-Khanji2015-08-252-2/+2
| * | QInputEvent: document that timestamp() is in millisecondsShawn Rutledge2015-08-241-0/+2
| * | Merge dev into 5.6Oswald Buddenhagen2015-08-176-11/+25
| |\ \
| * | | Fix -Wcast-qual warningsThiago Macieira2015-08-132-2/+2
* | | | Allow loading of static platform plugins with QT_NO_LIBRARYUlf Hermann2015-09-211-10/+4
* | | | Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-091-0/+2
* | | | Improve evdevtablet plugin with support for multiple tablet devicesRomain Pokrzywka2015-09-031-1/+2
* | | | Add QGuiApplication::setDesktopFileName()Pier Luigi Fiorini2015-08-273-0/+36
* | | | Allow loading of static plugins if QT_NO_LIBRARY is set.Ulf Hermann2015-08-182-9/+0
| |/ / |/| |
* | | Call sendWindowSystemEvents() on deferred flushMorten Johan Sørvig2015-08-131-1/+1
* | | Propagate keyboard event accept statusMorten Johan Sørvig2015-08-133-7/+8
* | | Propagate event accepted state to platform pluginsMorten Johan Sørvig2015-08-132-3/+7
* | | Add QPlatformWindow::windowFrameGeometry()Morten Johan Sørvig2015-08-132-0/+9
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-095-3/+83
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-065-3/+83
| |\|
| | * 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
* | | Compile-time option for disabling high-DPI scalingPaul Olav Tvete2015-08-062-0/+46
|/ /
* | Do not access screens before initialize()Laszlo Agocs2015-08-021-2/+4
* | Fix highdpi drag-n-drop for X11Paul Olav Tvete2015-07-302-19/+38
* | Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-3017-80/+1121
* | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-303-9/+4
* | Add power state to QPlatformScreenPier Luigi Fiorini2015-07-292-0/+28
* | Expose GLES 3.0 and 3.1 functionsLaszlo Agocs2015-07-232-0/+24