summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* iOS: Remove need for separate qtiosmain libraryTor Arne Vestbø2013-06-126-92/+151
* iOS: Remove need for -force_load of platform pluginTor Arne Vestbø2013-06-121-0/+4
* Use QUDeviceHelper instead of custom code.Hannu Lyytinen2013-06-089-452/+29
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-0425-76/+232
|\
| * Fixes QKeyEvent::count() on Windowsaavit2013-06-041-7/+7
| * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-0313-46/+42
| |\
| | * Use [NSEvent characters] to retrieve the input character.Gatis Paeglis2013-05-301-14/+5
| | * Windows: Suppress mouse events synthesized by OS.Friedemann Kleint2013-05-302-0/+14
| | * Move QBasicDrag and QSimpleDrag to QtGui.Samuel Rødal2013-05-304-5/+5
| | * QMenu: Remove last references to QMacWindowFaderGabriel de Dietrich2013-05-302-15/+3
| | * Cocoa: Allow delayed title setting in menu itemsGabriel de Dietrich2013-05-301-2/+3
| | * Cocoa: Hide empty menus from the menubarGabriel de Dietrich2013-05-301-0/+11
| | * Fix QPlatformWindow::initialGeometry() to not touch large windows.Friedemann Kleint2013-05-281-9/+0
| | * Cocoa: Use actual modifiers when sending ShortcutOverride eventGabriel de Dietrich2013-05-281-1/+1
| * | Fix leak in QNSView.Ivan Komissarov2013-05-311-0/+2
| * | Support Mac key equivalent Cmd+PeriodGatis Paeglis2013-05-312-0/+18
| |/
| * iOS: bugfix function portraitToPrimary()Richard Moe Gustavsen2013-05-281-1/+1
| * Fix transparent toplevels on Mac OS X again..Gunnar Sletta2013-05-283-7/+18
| * iOS: Use right DPI for all iPad Minis, not just the WiFi versionTor Arne Vestbø2013-05-271-1/+1
| * iOS: take orientation into account when reporting touch positionsRichard Moe Gustavsen2013-05-271-3/+6
| * Windows: Respect geometry set before native window creationGabriel de Dietrich2013-05-271-4/+8
| * Need to register dbus metatypes to have them work correctly.Lorn Potter2013-05-261-0/+2
| * iOS: don't activate non-toplevel windowsRichard Moe Gustavsen2013-05-241-1/+1
| * QNX: fix buffer creationMatt Hoosier2013-05-241-1/+2
| * Fix crash in QCococaWindow::childWindowAt().Friedemann Kleint2013-05-231-9/+5
| * QNX: support underlain foreign windowsMatt Hoosier2013-05-232-13/+60
| * QNX: Support window translucencyMatt Hoosier2013-05-233-5/+72
* | iOS: Look up OpenGL symbols using RTLD_DEFAULT instead of RTLD_NEXTTor Arne Vestbø2013-05-291-1/+1
* | Set current directory to application bundle on startup.Ian Dean2013-05-271-0/+4
* | Reduce the usage of QT_PREPEND_NAMESPACE in the Cocoa platform pluginRomain Perier2013-05-265-43/+43
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-2357-845/+1787
|\|
| * Cocoa: Amend 5d07a4d9448f60 to avoid an assert in QWidget::mapTo()Gabriel de Dietrich2013-05-231-1/+2
| * Windows: Fix toplevel window flags for Qt::Dialogs/Qt::Tool.Friedemann Kleint2013-05-231-4/+21
| * Improve error message in GL context creation.Friedemann Kleint2013-05-231-2/+6
| * QNX: normalize bracesRafael Roquetto2013-05-2310-195/+106
| * Process initial expose events immediately.Morten Johan Sørvig2013-05-231-0/+1
| * Windows: Pass auto-fixed window flags to shouldShowMaximizeButton().Friedemann Kleint2013-05-231-4/+3
| * Suppress "Click to focus" for widget windows.Friedemann Kleint2013-05-231-2/+2
| * Observe initial screen for fullscreen windows.Friedemann Kleint2013-05-232-4/+8
| * Make QWindow update its screen when moved to a different oneGabriel de Dietrich2013-05-233-1/+26
| * Made the X11 eglfs hooks provide mouse input.Samuel Rødal2013-05-232-3/+159
| * Cocoa: Make sure main window gets focus after closing modal dialogGabriel de Dietrich2013-05-231-3/+15
| * Cocoa: Remove "Incomplete implementation" compilation warningGabriel de Dietrich2013-05-231-1/+1
| * A Dialog should not hide when the application is deactivatedShawn Rutledge2013-05-231-1/+3
| * Fixed XCB build with -no-openglSamuel Rødal2013-05-221-1/+3
| * QNX: Fixed build of QPA pluginBernd Weimer2013-05-221-1/+1
| * Ignore mouse enter/leave on non-exposed windowsShawn Rutledge2013-05-221-1/+2
| * Fix linuxfb plugin when fb offset is present.Michael Brasser2013-05-201-4/+5
| * iOS: fix bug when reporting the screen position of touch eventsRichard Moe Gustavsen2013-05-201-8/+8
| * Never show EGLFS mouse cursor in Qt for Android platform pluginEskil Abrahamsen Blomfeldt2013-05-203-8/+11