summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-269-9/+9
* Windows native dialogs: Handle libraries.Friedemann Kleint2013-02-251-5/+114
* Fix primary screen selection.Alain Boyer2013-02-251-1/+1
* Make toplevel transparent windows work on Mac OS XGunnar Sletta2013-02-235-4/+32
* Pass the surface format to qglx_surfaceFormatFromGLXFBConfigGiuseppe D'Angelo2013-02-232-3/+3
* Enforce OpenGL context creation under WindowsGiuseppe D'Angelo2013-02-231-3/+11
* Enforce OpenGL context creation under XCBGiuseppe D'Angelo2013-02-231-3/+8
* Enforce OpenGL context creation under CocoaGiuseppe D'Angelo2013-02-231-2/+10
* Add support for forced VSYNC using the EGLFS platform plugin.Milian Wolff2013-02-223-22/+30
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-213-2/+17
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-203-2/+17
| |\
| | * Clean up the cached cursors inside the destructor of QCocoaCursorAndy Shaw2013-02-202-0/+5
| | * Fix the default handling of cursor shape when there is no standard oneAndy Shaw2013-02-201-0/+5
| | * Fix focus handling of native child widgets in xcb.Gunnar Sletta2013-02-193-2/+25
| | * QNX: Don't crash with 0 by 0 sized windowsSergio Martins2013-02-191-2/+6
| | * QNX: Print the buffer size before crashing, for debug purposes.Sergio Martins2013-02-181-0/+1
* | | QGtk2XxxDialogHelper: cleanup unnecessary mutable keywordsJ-P Nurmi2013-02-201-3/+3
|/ /
* | Don't build the bearer plugin if network is not availableOliver Wolff2013-02-191-1/+2
* | Introduce a native font dialog for GTK+ 2.xJ-P Nurmi2013-02-193-1/+160
* | Fixed EGLFS reporting impossibly high physical dimensions.Samuel Rødal2013-02-191-13/+62
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-02-183-29/+26
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-183-29/+26
| |\|
| | * Fix the GL_CONTEXT_FLAG_DEBUG_BIT checkFredrik Höglund2013-02-152-2/+10
| | * Fix globalPos() in scrollwheel events on OSX.Josh Faust2013-02-141-5/+4
| | * Fix the GL_CONTEXT_PROFILE_MASK checkFredrik Höglund2013-02-132-19/+8
| | * Fix the GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT checkFredrik Höglund2013-02-132-2/+2
| | * Check for GLX_ARB_create_context_profile before specifying a profileFredrik Höglund2013-02-131-1/+2
* | | Remove deprecated use of QMAKE_MAC_SDK in corewlan.proTor Arne Vestbø2013-02-181-3/+1
* | | QScreen::refreshRate would return 0 on Mac OS XGunnar Sletta2013-02-181-1/+3
|/ /
* | Cocoa QPA: Make QCocoaMenu::menuItemAt() more robustGabriel de Dietrich2013-02-181-1/+4
* | Added QOffscreenSurface class.Yoann Lopes2013-02-187-12/+118
* | KMS QPA Plugin: use preferred mode when selecting modeanknight2013-02-181-4/+8
* | KMS QPA Plugin: use GBM cursor writeranknight2013-02-182-56/+19
* | KMS QPA Plugin: .pro file improvementsanknight2013-02-181-2/+3
* | Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-1810-84/+4
* | Introduce a native file dialog for GTK+ 2.xJ-P Nurmi2013-02-183-1/+282
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-1743-160/+437
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1443-160/+437
| |\|
| | * Don't ignore QSurfaceFormat::Options in the XCB pluginFredrik Höglund2013-02-121-5/+15
| | * QNX: Fix QInputMethod::keyboardRectangleChanged() signalOleg Shparber2013-02-122-0/+7
| | * QNX: Fix qFatal() statements.Sergio Martins2013-02-121-5/+5
| | * Cocoa: Export QImage <-> CGImage conversion funcs.Morten Johan Sørvig2013-02-125-23/+61
| | * Fix devicePixelRatio getter for embedded QWindows.Morten Johan Sørvig2013-02-111-3/+1
| | * QNX: Add support for QInputMethod::keyboardRectangle()Oleg Shparber2013-02-085-5/+32
| | * Cocoa: Make tool window receive mouse events also when its parent is modalGabriel de Dietrich2013-02-081-2/+4
| | * Fix broken fading of menus.Friedemann Kleint2013-02-081-2/+2
| | * Do not force top level flag on embedded windows.Friedemann Kleint2013-02-081-3/+5
| | * Fixed QT_NO_DRAGANDDROP build for the windows pluginBjoern Breitmeyer2013-02-074-7/+30
| | * Fixed QT_NO_CURSOR build for windows/CE plugin.Bjoern Breitmeyer2013-02-075-2/+34
| | * Removed User32.dll usage on WINCEBjoern Breitmeyer2013-02-071-2/+6