summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix thumb armv5 atomicsBogDan Vatra2013-02-271-0/+8
* Add multi-line input method hintPaul Olav Tvete2013-02-273-1/+5
* Introduced QWindow::setMask() to expose existing platform functionality.Samuel Rødal2013-02-273-0/+37
* Fix some warnings that have crept up since I last fixed warningsThiago Macieira2013-02-274-4/+4
* Make sure that the reference count for plugins is kept correctlyThiago Macieira2013-02-272-5/+6
* Don't try to unload a library that isn't loadedThiago Macieira2013-02-271-1/+1
* Stop using function deprecated in D-Bus 1.2 (raise minimum version)Thiago Macieira2013-02-272-4/+4
* Fix QString::toUcs4() returns incorrectly resized QVectorKonstantin Ritt2013-02-271-7/+8
* QWin32PrintEngine: Fix build on MinGW + avoid dummy allocationsKonstantin Ritt2013-02-261-6/+14
* EGLFS: Replace the global static 'hooks' variable with a functionThiago Macieira2013-02-266-24/+25
* ODBC: improve detection of DBMSIsrael Lins2013-02-261-11/+19
* make static function a class memberMark Brand2013-02-261-7/+8
* rename private driver to privDriverMark Brand2013-02-261-12/+12
* qpsql: simplify expressionMark Brand2013-02-261-1/+1
* Add a new static lib and module for OpenGL extensionsSean Harmer2013-02-264-1/+27198
* OpenGL: Add a set of version and context specific OpenGL classesSean Harmer2013-02-2655-2/+85644
* Fix typo.Frederik Gladhorn2013-02-261-1/+1
* QGraphicsView - emit signal when rubber band changes.Thorbjørn Lund Martsum2013-02-263-3/+37
* QGraphicsView - add function to get RubberBand rectThorbjørn Lund Martsum2013-02-262-1/+23
* Adapt the newly-renamed SQL driver headers to proper private headersThiago Macieira2013-02-269-45/+99
* Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-2638-54/+36
* Windows native dialogs: Handle libraries.Friedemann Kleint2013-02-251-5/+114
* Fix HB incorrectly hides [narrow non-breaking space] characterKonstantin Ritt2013-02-251-1/+1
* Fix primary screen selection.Alain Boyer2013-02-251-1/+1
* Harfbuzz: backporting fixes from upstreamKonstantin Ritt2013-02-257-14/+26
* ANGLE: Fix static build.Friedemann Kleint2013-02-255-40/+273
* Update qopenglext.h with the latest version from KhronosGiuseppe D'Angelo2013-02-251-32/+434
* QPA: fix memory leak in qwindowsysteminterface.hRichard Moe Gustavsen2013-02-241-1/+1
* Deprecate QSqlError setters.Marcel Krems2013-02-242-13/+42
* Disable the SHA-3 Hash function: QCryptographicHash doesn't need itThiago Macieira2013-02-241-1/+2
* Compile only the SHA-1 code into qdocThiago Macieira2013-02-232-18/+45
* Make toplevel transparent windows work on Mac OS XGunnar Sletta2013-02-235-4/+32
* Pass the surface format to qglx_surfaceFormatFromGLXFBConfigGiuseppe D'Angelo2013-02-234-19/+14
* Enforce OpenGL context creation under WindowsGiuseppe D'Angelo2013-02-231-3/+11
* Enforce OpenGL context creation under XCBGiuseppe D'Angelo2013-02-232-3/+10
* Enforce OpenGL context creation under CocoaGiuseppe D'Angelo2013-02-232-2/+11
* QStringRef: Added toInt(), toUInt(), etc... functions to QStringRef.Keith Gardner2013-02-222-0/+329
* Drop the unused qcgl_createGlContext functionGiuseppe D'Angelo2013-02-222-11/+0
* Update qopenglext.h to latest glext.h from Khronos.orgSean Harmer2013-02-221-99/+1016
* Add support for forced VSYNC using the EGLFS platform plugin.Milian Wolff2013-02-223-22/+30
* OpenGL: Refactor some defines and typedefs to a common locationSean Harmer2013-02-212-21/+17
* QPA: Add interface for setting the application state explicitlyRichard Moe Gustavsen2013-02-219-4/+81
* Fix QMetaType of const referencesOlivier Goffart2013-02-211-0/+3
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-2115-118/+107
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-2015-118/+107
| |\
| | * 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 QDockWidget being unable to dock when initially floating.Friedemann Kleint2013-02-201-3/+11
| | * Document the qintptr for public usageLaszlo Papp2013-02-201-2/+20
| | * Don't enable HIDPI when rendering directly to PDF on MacAndy Shaw2013-02-191-2/+2