summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-171-5/+2
|\ \ \
| * \ \ Merge dev into 5.7Oswald Buddenhagen2016-02-171-5/+2
| |\ \ \
| | * | | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-121-5/+2
* | | | | QShortcutMap: re-use an existing bool variableMarc Mutz2016-02-171-1/+1
|/ / / /
* / / / Add QStyleHints::setTabFocusBehavior() for testing purposesJ-P Nurmi2016-02-162-2/+24
|/ / /
* | | QtGui: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-02-112-2/+3
* | | QtGui: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-02-113-7/+7
* | | QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-116-11/+12
* | | QtGui: replace a Q_FOREACH loop with QList::op+=Marc Mutz2016-02-111-4/+2
* | | QtGui: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-117-13/+26
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-114-12/+30
|\| |
| * | QWindow::setMask(): Apply High DPI scaling.Friedemann Kleint2016-02-091-1/+1
| * | Make QWindowGeometrySpecification suitable to use as globalSérgio Martins2016-02-071-3/+5
| * | dbusmenu: Add support for shortcutsDmitry Shachnev2016-02-022-8/+24
| |/
* | dbusmenu: Use proper toggle-type for items that are part of groupDmitry Shachnev2016-02-091-0/+1
* | QKeySequence: replace an inefficient QList with QVectorMarc Mutz2016-02-081-7/+7
* | Drop most "#ifndef QT_NO_LIBRARY"Ulf Hermann2016-02-084-36/+14
* | Doc: Fix grammar in QOpenGLContext::openGLModuleType() docsAndy Maloney2016-02-061-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-024-9/+37
|\|
| * Stop Q_AUTOTEST_EXPORTing QKeyBinding and QKeySequencePrivateDmitry Shachnev2016-02-021-2/+2
| * Revert "QWindow::destroy(): only reset QGuiApp::focus_window and friends as a...Tor Arne Vestbø2016-02-022-37/+11
| * QWindow::destroy(): only reset QGuiApp::focus_window and friends as a last re...Tor Arne Vestbø2016-01-292-11/+37
| * Doc: Properly document old platform-specific functionsSze Howe Koh2016-01-291-0/+17
| * Don't send regular key press event if it matched a shortcutTor Arne Vestbø2016-01-291-2/+3
| * Doc: a QScreen can be a placeholder if there are no screens attachedShawn Rutledge2016-01-281-6/+1
| * Move shortcut handling back into QGuiApplicationTor Arne Vestbø2016-01-282-0/+15
| * on failure to load platform plugin, show the path(s) checkedShawn Rutledge2016-01-261-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-262-22/+27
|\|
| * Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-231-22/+26
| * Fix build with QT_NO_OPENGLTor Arne Vestbø2016-01-211-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-265-20/+84
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-215-20/+84
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+2
| | |\
| | | * Delete QInputDeviceManager when deleting QGuiApplicationPasi Petäjäjärvi2015-12-121-0/+2
| | * | Handle RGB30 formats in OpenGL backing-store integrationAllan Sandfeld Jensen2016-01-151-9/+45
| | * | Optimize OpenGL binding of ARGB32PM backing storeAllan Sandfeld Jensen2016-01-142-9/+29
| | * | Fix shortcut modifiers not being propagated after c7e5e1d9eTor Arne Vestbø2016-01-121-1/+3
| | * | Fix reentrancy regression in QShortcutMap after c7e5e1d9eTor Arne Vestbø2016-01-121-2/+6
* | | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
|/ / /
* | | Updated license headersJani Heikkinen2016-01-15135-1890/+2700
* | | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-083-18/+40
|\| |
| * | doc: correct documentation of QT_AUTO_SCREEN_SCALE_FACTOR env varShawn Rutledge2016-01-071-1/+1
| * | QtGui: Don't set screen to a child window when processing screen eventsBłażej Szczygieł2016-01-071-4/+6
| * | QtGui: Fix obtaining the top level window at a pointBłażej Szczygieł2016-01-071-10/+30
| * | QtGui: Don't set a screen to a child windowBłażej Szczygieł2016-01-061-7/+9
| * | Avoid unnecessary detaching of the pending deletions list.Volker Krause2016-01-061-3/+3
| * | Fix crash because of NULL screen in QXcbWindowBłażej Szczygieł2016-01-041-8/+6
* | | QFactoryLoader: generalize qLoadPlugin()Marc Mutz2016-01-054-20/+8
* | | QPlatformTheme: Resync StandardPixmap with QStyle::StandardPixmapFrank Richter2015-12-311-0/+1
* | | QGraphicsScene: prevent lots of detaching d/t editing of copiesMarc Mutz2015-12-221-0/+3