summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-223-0/+1261
* Use sdk.prf to set macosx-version-min instead of static conf filesTor Arne Vestbø2013-02-2213-19/+40
* 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
* Fix DEFAULT_LIBDIRS detection on WindowsRay Donnelly2013-02-221-1/+3
* 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-213-0/+35
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-2138-201/+282
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-2038-201/+282
| |\
| | * 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
| | * Fix focus handling of native child widgets in xcb.Gunnar Sletta2013-02-195-3/+44
| | * QStackedLayout: Fix crash when focus widget is destroyed in hide()Jan Arve Saether2013-02-192-12/+103
| | * Clean whitespaceJan Arve Saether2013-02-191-5/+5
| | * moc: Error out when detecting unterminated macro usageTor Arne Vestbø2013-02-193-0/+74
| | * QNX: Don't crash with 0 by 0 sized windowsSergio Martins2013-02-191-2/+6
| | * undef B0 to build on PPC (conflict with definition in termios.h)Shawn Rutledge2013-02-191-0/+3
| | * Doc: Removed reference to deprecated \badcode command.Jerome Pasion2013-02-194-75/+15
| | * Cocoa: Add QMdiSubWindow size grip back.Morten Johan Sørvig2013-02-192-26/+14
| | * QColorDialog/QFontDialog: Fix setOption().Friedemann Kleint2013-02-182-4/+6
| | * QNX: Print the buffer size before crashing, for debug purposes.Sergio Martins2013-02-181-0/+1
| | * add QT_CONFIG's static/shared to CONFIG on startupOswald Buddenhagen2013-02-186-17/+6
| | * take advantage of new safety regarding build config resolutionOswald Buddenhagen2013-02-185-5/+5
| | * refactor build config resolutionOswald Buddenhagen2013-02-1811-49/+75
| | * Blackberry: Specify QMAKE_LFLAGS_RPATHLINK for BB10 platformTobias Koenig2013-02-181-0/+1
| | * Doc: Fixed value descriptions for enum QAbstractSocket::SocketError.Marcel Krems2013-02-181-4/+4
* | | Check for network module when building according examplesOliver Wolff2013-02-213-2/+6
* | | Reintroduce use of CTFontCopyDefaultCascadeListForLanguages on Mac OSTor Arne Vestbø2013-02-211-2/+2
* | | Relax unix compile.test to check the expected file existsRay Donnelly2013-02-201-1/+1
* | | syncqt: Use /usr/bin/env perl not /usr/bin/perlRay Donnelly2013-02-201-1/+1
* | | Allow QHostInfo::lookupHost() with no receiver to warm the DNS cache.Richard Moore2013-02-201-1/+8
* | | QGtk2XxxDialogHelper: cleanup unnecessary mutable keywordsJ-P Nurmi2013-02-201-3/+3
* | | Gtk Style: Workaround to get combo box item style from QtQuick ControlsGabriel de Dietrich2013-02-201-1/+2
* | | Fix path separators in archives created by QZipWriterPavel Mogylevskiy2013-02-201-6/+6
* | | Activate window before replay mouse press eventjian liang2013-02-201-0/+6
* | | Check for printsupport module when building according exampleOliver Wolff2013-02-201-0/+1
|/ /
* | QProgressBar: Use localized numbers and percent sign.Friedemann Kleint2013-02-203-10/+75