summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-195-0/+9
* Windows: Fix class name generation for Qt Quick Controls.Friedemann Kleint2013-03-181-42/+39
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-162-19/+19
* XCB: don't map hidden windowsAlberto Mardegan2013-03-151-18/+0
* Fix build on MinGW, Win<7Konstantin Ritt2013-03-141-2/+2
* Make qaccessible2.h internal.Frederik Gladhorn2013-03-146-6/+6
* Fix build with Windows SDKs pre 7.0.Friedemann Kleint2013-03-131-3/+3
* Hide Harfbuzz from the outer worldKonstantin Ritt2013-03-131-4/+0
* QNX: Fix build errorRafael Roquetto2013-03-121-5/+0
* XCB: support creation of OpenGL ES profilesGiuseppe D'Angelo2013-03-121-46/+78
* Get rid of qt_determine_writing_systems_from_truetype_bits()Konstantin Ritt2013-03-122-126/+2
* Fix wrong initial positionCaroline Chao2013-03-122-1/+25
* Add support for setting/getting the paper name on the QPrinterAndy Shaw2013-03-122-0/+39
* Windows: Use arrow cursor for toplevels with no cursor set.Friedemann Kleint2013-03-121-2/+15
* Fix multi-touch input on AndroidEskil Abrahamsen Blomfeldt2013-03-125-3/+35
* qtbase: Fix duplicate symbol errors in static build on MacGabriel de Dietrich2013-03-062-5/+4
* Implement XEmbed protocolAlberto Mardegan2013-03-065-12/+264
* 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 remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-0520-257/+223
|\|
| * 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
| * 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
* | 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
* | 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