summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Update QHighDpiScaling internal documentationMorten Johan Sørvig2015-12-021-24/+113
| * Avoid dynamic switching between backingstore composition pathsLaszlo Agocs2015-12-011-1/+2
| * Call setLayoutDirection() in QGuiApplicationPrivate::init() if not called beforeAlbert Astals Cid2015-11-301-3/+8
| * Fix conversion QVariant(QColor) to QString.Jędrzej Nowacki2015-11-301-3/+6
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-285-11/+11
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-293-11/+11
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-0/+15
|\|
| * Doc: added sample to QFileOpenEvent class detailsSamuel Gaist2015-11-241-0/+15
* | Accept concurrent input from multiple tablet devices in QGuiApplicationRomain Pokrzywka2015-11-263-15/+40
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-232-4/+11
|\|
| * topLevelAt(): convert to native coordinates.Morten Johan Sørvig2015-11-181-1/+1
| * Call QPlatformCursor::pointerEvent with native coordinates.Morten Johan Sørvig2015-11-181-3/+10
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-183-1/+14
|\|
| * Fix screenForGeometry on a corner caseAleix Pol2015-11-161-1/+3
| * move styleOverride from QApplicationPrivate to QGuiApplicationPrivateLiang Qi2015-11-132-0/+11
* | 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