summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-186-2/+27
|\| |
| * | xcb: Use a placeholder QScreen when there are no outputs connectedBłażej Szczygieł2015-12-111-2/+2
| * | QPlatformTheme: added TabButtonFont and GroupBoxTitleFontLiang Qi2015-12-101-0/+2
| * | Register QPA Menu, Dialog & SysTray enums & flagsJ-P Nurmi2015-12-093-0/+21
| * | Reduce flushes with repaint() when GL-based compositing is activeLaszlo Agocs2015-12-091-0/+2
* | | iOS: Implement support for QApplication::beep()Tor Arne Vestbø2015-12-172-0/+13
* | | Make native cursor handles accessible.Friedemann Kleint2015-12-142-0/+12
* | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-085-26/+38
|\| |
| * | QPlatformWindow::initialGeometry(): Pass screen when scaling.Friedemann Kleint2015-12-071-15/+16
| * | Add QStyleHints::showIsMaximized().Friedemann Kleint2015-12-072-1/+19
| * | Android: Implement QInputMethod::keyboardRectangleOlivier Goffart2015-12-071-0/+3
| * | Initialize function tables without QGuiApplicationAllan Sandfeld Jensen2015-12-071-10/+0
* | | Give names to enum used in templates.Rolland Dudemaine2015-12-041-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-028-42/+140
|\| |