summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-066-4/+27
|\
| * Delete the reference of the QNX screen in child windows on deletionFabian Bumberger2013-03-052-2/+10
| * Avoid setting initialNameFilter when mode is DirectoryIrfan Omair2013-03-051-4/+8
| * Windows: Repaint when switching off layered windows by opacity.Friedemann Kleint2013-03-041-0/+2
| * Cocoa: Don't send duplicate mouse move events.Morten Johan Sørvig2013-03-011-1/+0
| * Fix Alt key capture issue with mouseWheelIrfan Omair2013-03-011-0/+2
| * QNX: QQnxCursor implementation.Rafael Roquetto2013-02-286-3/+166
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-0623-283/+249
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-0523-283/+249
| |\|
| | * Fix automatic hiding/restoring of transient children.Friedemann Kleint2013-02-281-2/+2
| | * qcocamenubar: force update after destructorFawzi Mohamed2013-02-281-1/+3
| | * Disable maximize button for fixed-size windows.Friedemann Kleint2013-02-271-8/+7
| | * Fix warnings about extra tokens after preprocessor directive.Friedemann Kleint2013-02-251-1/+1
| | * Cocoa: Make grabWindow work on retina displays.Morten Johan Sørvig2013-02-251-3/+3
| | * QNX post an expose event when the window is hiddenFabian Bumberger2013-02-251-3/+3
| | * Set correct image format for non-alpha windows.Morten Johan Sørvig2013-02-251-1/+3
| | * Transient QWindows centered; default-constructed geometryShawn Rutledge2013-02-243-16/+53
| | * Cocoa: Compile with Qt in a namespace.Morten Johan Sørvig2013-02-231-1/+4
| | * QCococaWindow: Add NSView hosting support.Morten Johan Sørvig2013-02-235-6/+32
| | * Ofono also changed the context API. This updates it to workLorn Potter2013-02-233-26/+26
| | * Fix OpenGL context creation in the XCB pluginFredrik Höglund2013-02-235-212/+56
| | * Cocoa: Add basic support for Qt::SubWindow.Morten Johan Sørvig2013-02-223-2/+55
| | * Fix for url encoding in QDesktopServices::openUrl().Indrajit Tapadar2013-02-201-1/+1
* | | Distinguish between 'mac' and 'macx' qmake scopesTor Arne Vestbø2013-03-052-3/+3
|/ /
* | Windows: Print size constraints in geometry warning.Friedemann Kleint2013-03-051-2/+7
* | Windows: Take custom margins into account for size constraints.Friedemann Kleint2013-03-052-8/+10
* | Introducing the Qt Android portPaul Olav Tvete2013-03-0546-2/+5841
* | Fix selection of fonts that require OpenType featuresKonstantin Ritt2013-03-041-2/+1
* | QGtk2Theme: use GtkSettings to fetch the icon theme nameJ-P Nurmi2013-03-022-0/+25
* | Merge "Merge branch 'ios' into dev" into refs/staging/devTor Arne Vestbø2013-02-2833-192/+3337
|\ \
| * | iOS: Remove debug output noiseRichard Moe Gustavsen2013-02-271-3/+0
| * | iOS: Add QIOSIntegration::hasCapability functionRichard Moe Gustavsen2013-02-272-0/+14
| * | iOS: Implement socket notifiers.Morten Johan Sørvig2013-02-274-194/+24
| * | iOS: Enable autorotate on startup.Morten Johan Sørvig2013-02-271-1/+1
| * | iOS: Don't crash on landscape mode startupMorten Johan Sørvig2013-02-274-5/+7
| * | iOS: Set touch point position in screen coords.Morten Johan Sørvig2013-02-273-4/+19
| * | iOS: Skip flushing child windows in QIOSBackingStoreRichard Moe Gustavsen2013-02-271-0/+7
| * | iOS: QIOSWindow::setParent()Richard Moe Gustavsen2013-02-272-3/+12
| * | iOS: implement QIOSWindow::winId()Richard Moe Gustavsen2013-02-273-3/+4
| * | iOS: Enable retina resolution for stylesMorten Johan Sørvig2013-02-272-0/+6
| * | iOS: avoid activating modally blocked windowsRichard Moe Gustavsen2013-02-272-1/+19
| * | iOS: add QIOSWindow::windowLevel() to simplify window stackingRichard Moe Gustavsen2013-02-272-11/+34
| * | iOS: Implement touch events.Morten Johan Sørvig2013-02-274-11/+118
| * | iOS: let first responder follow the view of the focus windowRichard Moe Gustavsen2013-02-273-18/+23
| * | iOS: implement QPlatformWindow::requestActivateWindow()Richard Moe Gustavsen2013-02-272-7/+14
| * | iOS: raise windows that becomes visibleRichard Moe Gustavsen2013-02-271-1/+9
| * | iOS: implement QPlatformWindow::raise() and lower()Richard Moe Gustavsen2013-02-272-1/+36
| * | iOS: Use 72 DPI for font size conversionTor Arne Vestbø2013-02-272-0/+6
| * | iOS: transfer focus to the window touchedRichard Moe Gustavsen2013-02-271-0/+5
| * | iOS: Move handling of FBOs to QIOSContext instead of QIOSWindowTor Arne Vestbø2013-02-274-84/+113