summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-092-6200/+9685
* 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-082-0/+28
* 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-072-0/+38
* SSL: Implement session sharing and use it from QNetworkAccessManagerPeter Hartmann2013-02-0615-214/+527
* 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
* Add qDegreesToRadians and qRadiansToDegrees math functionsLaszlo Papp2013-02-053-0/+170
* QRegularExpression: add method for extracting the capturing group namesGiuseppe D'Angelo2013-02-052-0/+50
* 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
* Comment out an unused global variable.Thiago Macieira2013-02-021-1/+1
* Work around an unfixed glibc bug in dlclose(3) on exitThiago Macieira2013-02-022-4/+14
* Improve QLibrary global destructionThiago Macieira2013-02-022-39/+111
* QTreeView - optimize. Do not do signals-work if signals are blockedThorbjørn Lund Martsum2013-02-021-20/+28
* QTreeView::expandToDepth - add missing emit of expanded and collapsedThorbjørn Lund Martsum2013-02-021-0/+20
* Introduce a native color dialog for GTK+ 2.xJ-P Nurmi2013-02-0110-1/+547
* Put #ifdef around Windows-only functionThiago Macieira2013-02-011-0/+2
* Keep QLineEdit placeholder text visible when focusedAurélien Gâteau2013-02-011-2/+1
* Remove dependency of DB driver headers on qsqlcachedresult_p.h.Friedemann Kleint2013-02-0110-125/+152
* Remove left-overs of QT_{BEGIN,END}_HEADERSSergio Ahumada2013-01-312-4/+1
* QTreeView - emit collapsed in collapseAll()Thorbjørn Lund Martsum2013-01-311-0/+8
* QTreeView - emit expanded on expandAllThorbjørn Lund Martsum2013-01-311-2/+2
* XCB: Free cursors.Friedemann Kleint2013-01-311-1/+7
* QMacStyle: enable transient scrollbars for the desktop componentsJ-P Nurmi2013-01-311-8/+7
* Added support for multicore CPUs for INTEGRITY (V10+) target.Florian Behrens2013-01-301-0/+7
* Fix QColorDialog::DontUseNativeDialog usageJ-P Nurmi2013-01-301-4/+1
* Update roleNames in QAbstractProxyModel if sourceModel resets.Nils Jeisecke2013-01-302-0/+12
* Work around posix violation in qnx (missing pselect())Fabian Bumberger2013-01-303-10/+17
* Refactor QEglFSPandaHooks and add physicalScreenSize()Gunnar Sletta2013-01-304-5/+53
* Provide the resetInternalData slot to cleanly reset data in proxy subclasses.Stephen Kelly2013-01-303-0/+60
* Generate forward header (QtMath) for the math operations with syncqtLaszlo Papp2013-01-291-0/+4
* QStringRef: Added a trimmed() function.Keith Gardner2013-01-292-0/+33
* Drop the unused qt_gl_convertToGLFormat functionGiuseppe D'Angelo2013-01-291-5/+0
* Drop the unused QGLContextPrivate::convertToGLFormat functionGiuseppe D'Angelo2013-01-292-13/+0
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2976-318/+253
|\