summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use stub function rand_r for VxWorks DKM modePasi Petäjäjärvi2013-02-122-0/+4
* Document the QPainter::HighQualityAntialiasing render hint as obsolete.Samuel Rødal2013-02-121-6/+2
* Ensure QDateTime can handle QDate's full range of julian dates.Mitch Curtis2013-02-123-7/+54
* Correctly detect HTML 5 charset attribute in QTextCodec::codecForHtml()Mitch Curtis2013-02-122-23/+84
* Simplify a function to fix a warning reported by ICCThiago Macieira2013-02-111-5/+2
* Add Q_DECL_RESTRICT and Q_ALWAYS_INLINE for MSVCThiago Macieira2013-02-111-0/+4
* Rename the Q_STATIC_INLINE_FUNCTION macro to Q_ALWAYS_INLINEThiago Macieira2013-02-111-14/+14
* BB10 systemProxyForQuery: query system proxy also for non-URL requestsPeter Hartmann2013-02-112-4/+28
* QPA Cocoa Menu: Make sure mouse button state is clean after popupGabriel de Dietrich2013-02-113-12/+12
* Allow QtTest's QCOMPARE to work with mixed q(u)int32 and q(u)int64Jon Severinsson2013-02-112-0/+66
* Remove dead code from QPointer.Stephen Kelly2013-02-111-40/+0
* Add support for getting the paper names available for the printerAndy Shaw2013-02-1115-3/+131
* Also copy checkable property to platform itemBogDan Vatra2013-02-111-1/+2
* Automatically hide the SIPBogDan Vatra2013-02-112-1/+5
* Remove unused variableMontel Laurent2013-02-111-1/+0
* Fix initialize variablesMontel Laurent2013-02-111-0/+2
* Fix missing namespace macro warnings when building Qt Addon modules.Aaron McCarthy2013-02-111-3/+5
* qprocess autotests don't need QtGuiDavid Faure2013-02-097-0/+7
* Fix segfault when setting a device-pixel-ratio on a null-QPixmapTor Arne Vestbø2013-02-091-0/+3
* QGraphicsView - remove not needed storeMouseEventThorbjørn Lund Martsum2013-02-092-3/+2
* Add support for SHA3 to QCryptographicHash.Richard Moore2013-02-0912-96/+270
* Fixed QOpenGLFunctions feature/extension detection to check GL versionSamuel Rødal2013-02-091-2/+9
* Try harder to locate external OpenSSL libraries on win32Erik van Pienbroek2013-02-091-7/+25
* QUrl effective TLDs: update table and split into chunks of 64KPeter Hartmann2013-02-095-6209/+9718
* SSL: Use correct signature for SSL_get1_sessionMarcel Krems2013-02-092-2/+2
* Add QWindowSystemInterface::handleFileOpen(const QUrl&)José Dapena Paz2013-02-084-4/+14
* Added version() and setVersion() convenience API to QSurfaceFormat.Samuel Rødal2013-02-085-0/+139
* Allow actions in a QMenu to show their tooltipshjk2013-02-083-1/+47
* qMetaTypeId(): deprecate the dummy parameter.Olivier Goffart2013-02-083-19/+19
* Fix crash-on-exit with some plugin systems (e.g. sensors)Thiago Macieira2013-02-071-8/+9
* Use QPaintEngineEx to decide if font is too big for using the glyph cacheTor Arne Vestbø2013-02-072-12/+4
* QtNetwork: give started threads more verbose namingPeter Hartmann2013-02-072-3/+3
* Add qunsetenv(), next to qputenv() and friends.David Faure2013-02-073-0/+45
* QColorDialog manual test: add initial color selectionJ-P Nurmi2013-02-072-2/+74
* Dialog testing tool: add missing enableDeleteModalDialogButton() callsJ-P Nurmi2013-02-071-0/+2
* SSL: Implement session sharing and use it from QNetworkAccessManagerPeter Hartmann2013-02-0616-214/+604
* Add the pristine SHA3 reference sources.Richard Moore2013-02-0615-0/+3159
* Increase the size of the QHostInfo cache.Richard Moore2013-02-061-2/+2
* Add note about QT_{BEGIN,END}_HEADER removal for Qt 6Sergio Ahumada2013-02-061-0/+1
* Allow overriding subElementRect in QProxyStyle for ItemViewItemJerzy Kozera2013-02-051-3/+3
* Add QT_{BEGIN,END}_HEADER definition backSergio Ahumada2013-02-051-0/+3
* qsql ibase: remove duplicate class definitionMark Brand2013-02-051-23/+0
* Add enablers for Android port in QPlatformMenuEskil Abrahamsen Blomfeldt2013-02-053-0/+5
* Manual test for QFontDialogJ-P Nurmi2013-02-054-3/+299
* Add qDegreesToRadians and qRadiansToDegrees math functionsLaszlo Papp2013-02-054-0/+245
* QRegularExpression: add method for extracting the capturing group namesGiuseppe D'Angelo2013-02-055-0/+138
* Provide better error if min (or max) is defined in QDateTimeThorbjørn Martsum2013-02-021-0/+3
* Make sure we don't have an operator void(), ICC doesn't like it.Thiago Macieira2013-02-021-1/+5
* Fix change-of-sign warning found by ICCThiago Macieira2013-02-022-2/+2
* Remove unused variables and functions from the source codeThiago Macieira2013-02-027-146/+0